OBJECT
OracleRacSummary
Description
Supported in v5.0+
link GraphQL Schema definition
- type OracleRacSummary {
- # Required. Supported in v5.0+
- # ID assigned to the Oracle RAC.
- String! :
- # Required. Supported in v5.0+
- # Cluster name assigned to the Oracle RAC.
- String! :
- # Required. Supported in v5.0+
- # Specifies an order for the RAC nodes. Automated Oracle backups use the RAC nodes
- # in the specified order.
- OracleNodeOrder!]! : [
- # Required. Supported in v5.0+
- # Details of the nodes of this Oracle RAC.
- OracleNodeProperties!]! : [
- # Required. Supported in v5.0+
- # Count of the number of databases on the Oracle RAC.
- Int! :
- # Required. Supported in v5.0+
- # Count of the number of nodes on the Oracle RAC.
- Int! :
- # Required. Supported in v5.0+
- String! :
- # Required. Supported in v5.0+
- # Connectivity status of the Oracle RAC.
- String! :
- # Supported in v6.0+
- # Boolean value that specifies whether the Rubrik cluster should automatically
- # distribute backups across Oracle database instances running on the RAC nodes. By
- # default, backups are run from the first connected node in the RAC priority
- # order.
- Boolean :
- # Supported in v7.0+
- # Boolean value specifying whether the database obtains the log backup
- # configurations from the SLA Domain.
- Boolean :
- SlaAssignable :
- }