Google Cloud Oracle Database V1 Client - Class Role (0.6.1)
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
Default unspecified value.
Generated from protobuf enum ROLE_UNSPECIFIED = 0;
PRIMARY
Primary role
Generated from protobuf enum PRIMARY = 1;
STANDBY
Standby role
Generated from protobuf enum STANDBY = 2;
DISABLED_STANDBY
Disabled standby role
Generated from protobuf enum DISABLED_STANDBY = 3;
BACKUP_COPY
Backup copy role
Generated from protobuf enum BACKUP_COPY = 4;
SNAPSHOT_STANDBY
Snapshot standby role
Generated from protobuf enum SNAPSHOT_STANDBY = 5;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-07 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Google Cloud Oracle Database V1 Client - Class Role (0.6.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.1 (latest)](/php/docs/reference/cloud-oracledatabase/latest/V1.AutonomousDatabaseProperties.Role)\n- [0.6.0](/php/docs/reference/cloud-oracledatabase/0.6.0/V1.AutonomousDatabaseProperties.Role)\n- [0.4.1](/php/docs/reference/cloud-oracledatabase/0.4.1/V1.AutonomousDatabaseProperties.Role)\n- [0.3.0](/php/docs/reference/cloud-oracledatabase/0.3.0/V1.AutonomousDatabaseProperties.Role)\n- [0.2.1](/php/docs/reference/cloud-oracledatabase/0.2.1/V1.AutonomousDatabaseProperties.Role)\n- [0.1.2](/php/docs/reference/cloud-oracledatabase/0.1.2/V1.AutonomousDatabaseProperties.Role) \nReference documentation and code samples for the Google Cloud Oracle Database V1 Client class Role.\n\nThe Data Guard role of the Autonomous Database.\n\nProtobuf type `google.cloud.oracledatabase.v1.AutonomousDatabaseProperties.Role`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ OracleDatabase \\\\ V1 \\\\ AutonomousDatabaseProperties\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### ROLE_UNSPECIFIED\n\n Value: 0\n\nDefault unspecified value.\n\nGenerated from protobuf enum `ROLE_UNSPECIFIED = 0;`\n\n### PRIMARY\n\n Value: 1\n\nPrimary role\n\nGenerated from protobuf enum `PRIMARY = 1;`\n\n### STANDBY\n\n Value: 2\n\nStandby role\n\nGenerated from protobuf enum `STANDBY = 2;`\n\n### DISABLED_STANDBY\n\n Value: 3\n\nDisabled standby role\n\nGenerated from protobuf enum `DISABLED_STANDBY = 3;`\n\n### BACKUP_COPY\n\n Value: 4\n\nBackup copy role\n\nGenerated from protobuf enum `BACKUP_COPY = 4;`\n\n### SNAPSHOT_STANDBY\n\n Value: 5\n\nSnapshot standby role\n\nGenerated from protobuf enum `SNAPSHOT_STANDBY = 5;`"]]