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