Module: Google::Cloud::NetApp::V1::BackupVault::State
- Defined in:
- proto_docs/google/cloud/netapp/v1/backup_vault.rb
Overview
The Backup Vault States
Constant Summary collapse
- STATE_UNSPECIFIED =
State not set.
0- CREATING =
BackupVault is being created.
1- READY =
BackupVault is available for use.
2- DELETING =
BackupVault is being deleted.
3- ERROR =
BackupVault is not valid and cannot be used.
4- UPDATING =
BackupVault is being updated.
5