Module: Google::Cloud::OracleDatabase::V1::ExascaleDbStorageVaultProperties::State

Defined in:
proto_docs/google/cloud/oracledatabase/v1/exascale_db_storage_vault.rb

Overview

The state of the ExascaleDbStorageVault.

Constant Summary collapse

STATE_UNSPECIFIED =

The state of the ExascaleDbStorageVault is unspecified.

0
PROVISIONING =

The ExascaleDbStorageVault is being provisioned.

1
AVAILABLE =

The ExascaleDbStorageVault is available.

2
UPDATING =

The ExascaleDbStorageVault is being updated.

3
TERMINATING =

The ExascaleDbStorageVault is being deleted.

4
TERMINATED =

The ExascaleDbStorageVault has been deleted.

5
FAILED =

The ExascaleDbStorageVault has failed.

6