Google Cloud Oracle Database V1 Client - Class State (0.8.0)

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 \ ExascaleDbStorageVaultProperties

Methods

static::name

Parameter
Name Description
value mixed

static::value

Parameter
Name Description
name mixed

Constants

STATE_UNSPECIFIED

Value: 0

The state of the ExascaleDbStorageVault is unspecified.

Generated from protobuf enum STATE_UNSPECIFIED = 0;

PROVISIONING

Value: 1

The ExascaleDbStorageVault is being provisioned.

Generated from protobuf enum PROVISIONING = 1;

AVAILABLE

Value: 2

The ExascaleDbStorageVault is available.

Generated from protobuf enum AVAILABLE = 2;

UPDATING

Value: 3

The ExascaleDbStorageVault is being updated.

Generated from protobuf enum UPDATING = 3;

TERMINATING

Value: 4

The ExascaleDbStorageVault is being deleted.

Generated from protobuf enum TERMINATING = 4;

TERMINATED

Value: 5

The ExascaleDbStorageVault has been deleted.

Generated from protobuf enum TERMINATED = 5;

FAILED

Value: 6

The ExascaleDbStorageVault has failed.

Generated from protobuf enum FAILED = 6;