Reference documentation and code samples for the Google Cloud Net App V1 Client class State.
The Backup Vault States
Protobuf type google.cloud.netapp.v1.BackupVault.State
Namespace
Google \ Cloud \ NetApp \ V1 \ BackupVaultMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
State not set.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
CREATING
Value: 1
BackupVault is being created.
Generated from protobuf enum CREATING = 1;
READY
Value: 2
BackupVault is available for use.
Generated from protobuf enum READY = 2;
DELETING
Value: 3
BackupVault is being deleted.
Generated from protobuf enum DELETING = 3;
ERROR
Value: 4
BackupVault is not valid and cannot be used.
Generated from protobuf enum ERROR = 4;
UPDATING
Value: 5
BackupVault is being updated.
Generated from protobuf enum UPDATING = 5;