OBJECT
CdmOracleRacNode
Description
Representation of a single node in an Oracle RAC.
link GraphQL Schema definition
- type CdmOracleRacNode {
 - #   Physical host object of the RAC node.
 - : PhysicalHost 
 - #   FID of the physical host object of the RAC node.
 - : String 
 - #   Host name of the RAC node.
 - : String! 
 - #   Connectivity status of the RAC node.
 - : HostConnectivityStatusEnum! 
 - }