OBJECT

OracleRacSummary

Description

Supported in v5.0+

link GraphQL Schema definition

  • type OracleRacSummary {
  • # Required. Supported in v5.0+
  • # ID assigned to the Oracle RAC.
  • id: String!
  • # Required. Supported in v5.0+
  • # Cluster name assigned to the Oracle RAC.
  • name: String!
  • # Required. Supported in v5.0+
  • # Specifies an order for the RAC nodes. Automated Oracle backups use the RAC nodes
  • # in the specified order.
  • nodeOrder: [OracleNodeOrder!]!
  • # Required. Supported in v5.0+
  • # Details of the nodes of this Oracle RAC.
  • nodes: [OracleNodeProperties!]!
  • # Required. Supported in v5.0+
  • # Count of the number of databases on the Oracle RAC.
  • numDbs: Int!
  • # Required. Supported in v5.0+
  • # Count of the number of nodes on the Oracle RAC.
  • numNodes: Int!
  • # Required. Supported in v5.0+
  • primaryClusterId: String!
  • # Required. Supported in v5.0+
  • # Connectivity status of the Oracle RAC.
  • status: 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.
  • shouldDistributeBackupsAutomatically: Boolean
  • # Supported in v7.0+
  • # Boolean value specifying whether the database obtains the log backup
  • # configurations from the SLA Domain.
  • hasLogConfigFromSla: Boolean
  • slaAssignable: SlaAssignable
  • }