OBJECT

CdmOracleRacNode

Description

Representation of a single node in an Oracle RAC.

link GraphQL Schema definition

  • type CdmOracleRacNode {
  • # Host name of the RAC node.
  • nodeName: String!
  • # Connectivity status of the RAC node.
  • status: HostConnectivityStatusEnum!
  • # FID of the physical host object of the RAC node.
  • hostFid: String
  • # Physical host object of the RAC node.
  • host: PhysicalHost
  • }

link Require by