Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class State.
Enum State defines possible states of private clouds.
Protobuf type google.cloud.vmwareengine.v1.PrivateCloud.State
Methods
name
value
mixed
value
name
mixed
Constants
STATE_UNSPECIFIED
Value: 0
The default value. This value should never be used.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1
The private cloud is ready.
Generated from protobuf enum ACTIVE = 1;
CREATING
Value: 2
The private cloud is being created.
Generated from protobuf enum CREATING = 2;
UPDATING
Value: 3
The private cloud is being updated.
Generated from protobuf enum UPDATING = 3;
FAILED
Value: 5
The private cloud is in failed state.
Generated from protobuf enum FAILED = 5;
DELETED
Value: 6
The private cloud is scheduled for deletion. The deletion process can be cancelled by using the corresponding undelete method.
Generated from protobuf enum DELETED = 6;
PURGING
Value: 7
The private cloud is irreversibly deleted and is being removed from the system.
Generated from protobuf enum PURGING = 7;