OBJECT
OracleHostSummary
Description
Supported in v5.0+
link GraphQL Schema definition
- type OracleHostSummary {
- # Supported in v7.0+
- # Boolean value specifying whether the database obtains the log backup
- # configurations from the SLA Domain.
- : Boolean
- # Supported in v8.1+
- # ID assigned to the host.
- : String
- # Required. Supported in v5.0+
- # ID assigned to the standalone Oracle host.
- : String!
- # Required. Supported in v5.0+
- # An array that contains information about the objects in the infrastructure path
- # of a specified Oracle database.
- : [ManagedHierarchyObjectAncestor!]!
- # Required. Supported in v5.0+
- # Hostname of the standalone Oracle host.
- : String!
- # Required. Supported in v5.0+
- # Count of the number of databases on the Oracle RAC.
- : Int!
- # Required. Supported in v5.0+
- : String!
- : SlaAssignable
- # Required. Supported in v5.0+
- # Connectivity status of the Oracle RAC.
- : String!
- }