Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class State.
// The various lifecycle states of the Autonomous Database Backup.
Protobuf type google.cloud.oracledatabase.v1.AutonomousDatabaseBackupProperties.State
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ AutonomousDatabaseBackupPropertiesMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Default unspecified value.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
Indicates that the resource is in creating state.
Generated from protobuf enum CREATING = 1;
ACTIVE
Value: 2
Indicates that the resource is in active state.
Generated from protobuf enum ACTIVE = 2;
DELETING
Value: 3
Indicates that the resource is in deleting state.
Generated from protobuf enum DELETING = 3;
DELETED
Value: 4
Indicates that the resource is in deleted state.
Generated from protobuf enum DELETED = 4;
FAILED
Value: 6
Indicates that the resource is in failed state.
Generated from protobuf enum FAILED = 6;
UPDATING
Value: 7
Indicates that the resource is in updating state.
Generated from protobuf enum UPDATING = 7;