OBJECT
DataGuardGroupMember
Description
Supported in v6.0+
link GraphQL Schema definition
- type DataGuardGroupMember {
- # Required. Supported in v6.0+
- # Unique name of the member Oracle database.
- String! :
- # Supported in v6.0+
- # Rubrik ID of the RAC on which this database is hosted. This field is empty when
- # the database is not hosted on a RAC environment.
- String :
- # Supported in v6.0+
- # Cluster name assigned to the Oracle RAC.
- String :
- # Required. Supported in v6.0+
- # Current role of the member Oracle database.
- String! :
- # Supported in v6.0+
- # Rubrik ID of the standalone Oracle host on which this database is hosted. This
- # field is empty when the database is not hosted on a standalone system.
- String :
- # Supported in v6.0+
- # Name of the standalone Oracle database host.
- String :
- }