Google Cloud Oracle Database V1 Client - Class Role (0.1.0)

Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class Role.

The Data Guard role of the Autonomous Database.

Protobuf type google.cloud.oracledatabase.v1.AutonomousDatabaseProperties.Role

Namespace

Google \ Cloud \ OracleDatabase \ V1 \ AutonomousDatabaseProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

ROLE_UNSPECIFIED

Value: 0

Default unspecified value.

Generated from protobuf enum ROLE_UNSPECIFIED = 0;

PRIMARY

Value: 1

Primary role

Generated from protobuf enum PRIMARY = 1;

STANDBY

Value: 2

Standby role

Generated from protobuf enum STANDBY = 2;

DISABLED_STANDBY

Value: 3

Disabled standby role

Generated from protobuf enum DISABLED_STANDBY = 3;

BACKUP_COPY

Value: 4

Backup copy role

Generated from protobuf enum BACKUP_COPY = 4;

SNAPSHOT_STANDBY

Value: 5

Snapshot standby role

Generated from protobuf enum SNAPSHOT_STANDBY = 5;