Reference documentation and code samples for the Google Cloud Net App V1 Client class State.
The Backup States
Protobuf type google.cloud.netapp.v1.Backup.State
Namespace
Google \ Cloud \ NetApp \ V1 \ BackupMethods
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
Backup is being created. While in this state, the snapshot for the backup point-in-time may not have been created yet, and so the point-in-time may not have been fixed.
Generated from protobuf enum CREATING = 1;
UPLOADING
Value: 2
Backup is being uploaded. While in this state, none of the writes to the volume will be included in the backup.
Generated from protobuf enum UPLOADING = 2;
READY
Value: 3
Backup is available for use.
Generated from protobuf enum READY = 3;
DELETING
Value: 4
Backup is being deleted.
Generated from protobuf enum DELETING = 4;
ERROR
Value: 5
Backup is not valid and cannot be used for creating new volumes or restoring existing volumes.
Generated from protobuf enum ERROR = 5;
UPDATING
Value: 6
Backup is being updated.
Generated from protobuf enum UPDATING = 6;