Enum AutonomousDatabaseProperties.Role (0.1.0)

public enum AutonomousDatabaseProperties.Role extends Enum<AutonomousDatabaseProperties.Role> implements ProtocolMessageEnum

The 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 = 4;

BACKUP_COPY_VALUE

Backup copy role

BACKUP_COPY = 4;

DISABLED_STANDBY

Disabled standby role

DISABLED_STANDBY = 3;

DISABLED_STANDBY_VALUE

Disabled standby role

DISABLED_STANDBY = 3;

PRIMARY

Primary role

PRIMARY = 1;

PRIMARY_VALUE

Primary role

PRIMARY = 1;

ROLE_UNSPECIFIED

Default unspecified value.

ROLE_UNSPECIFIED = 0;

ROLE_UNSPECIFIED_VALUE

Default unspecified value.

ROLE_UNSPECIFIED = 0;

SNAPSHOT_STANDBY

Snapshot standby role

SNAPSHOT_STANDBY = 5;

SNAPSHOT_STANDBY_VALUE

Snapshot standby role

SNAPSHOT_STANDBY = 5;

STANDBY

Standby role

STANDBY = 2;

STANDBY_VALUE

Standby role

STANDBY = 2;

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()