public enum AutonomousDatabaseProperties.Role extends Enum<AutonomousDatabaseProperties.Role> implements ProtocolMessageEnumThe Data Guard role of the Autonomous Database.
 Protobuf enum google.cloud.oracledatabase.v1.AutonomousDatabaseProperties.Role
Implements
ProtocolMessageEnum| Static Fields | |
|---|---|
| Name | Description | 
| BACKUP_COPY | Backup copy role   | 
| BACKUP_COPY_VALUE | Backup copy role   | 
| DISABLED_STANDBY | Disabled standby role   | 
| DISABLED_STANDBY_VALUE | Disabled standby role   | 
| PRIMARY | Primary role   | 
| PRIMARY_VALUE | Primary role   | 
| ROLE_UNSPECIFIED | Default unspecified value.   | 
| ROLE_UNSPECIFIED_VALUE | Default unspecified value.   | 
| SNAPSHOT_STANDBY | Snapshot standby role   | 
| SNAPSHOT_STANDBY_VALUE | Snapshot standby role   | 
| STANDBY | Standby role   | 
| STANDBY_VALUE | Standby role   | 
| UNRECOGNIZED | |
| Static Methods | |
|---|---|
| Name | Description | 
| forNumber(int value) | |
| getDescriptor() | |
| internalGetValueMap() | |
| valueOf(Descriptors.EnumValueDescriptor desc) | |
| valueOf(int value) | Deprecated. Use #forNumber(int) instead. | 
| valueOf(String name) | |
| values() | |
| Methods | |
|---|---|
| Name | Description | 
| getDescriptorForType() | |
| getNumber() | |
| getValueDescriptor() | |