Reference documentation and code samples for the Google Cloud Oracle Database V1 Client class State.
The state of the ExascaleDbStorageVault.
Protobuf type google.cloud.oracledatabase.v1.ExascaleDbStorageVaultProperties.State
Namespace
Google \ Cloud \ OracleDatabase \ V1 \ ExascaleDbStorageVaultPropertiesMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The state of the ExascaleDbStorageVault is unspecified.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
PROVISIONING
Value: 1The ExascaleDbStorageVault is being provisioned.
Generated from protobuf enum PROVISIONING = 1;
AVAILABLE
Value: 2The ExascaleDbStorageVault is available.
Generated from protobuf enum AVAILABLE = 2;
UPDATING
Value: 3The ExascaleDbStorageVault is being updated.
Generated from protobuf enum UPDATING = 3;
TERMINATING
Value: 4The ExascaleDbStorageVault is being deleted.
Generated from protobuf enum TERMINATING = 4;
TERMINATED
Value: 5The ExascaleDbStorageVault has been deleted.
Generated from protobuf enum TERMINATED = 5;
FAILED
Value: 6The ExascaleDbStorageVault has failed.
Generated from protobuf enum FAILED = 6;