Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class State.
State of the appliance
Protobuf type google.cloud.vmwareengine.v1.Hcx.State
Namespace
Google \ Cloud \ VmwareEngine \ V1 \ HcxMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0
Unspecified appliance state. This is the default value.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1
The appliance is operational and can be used.
Generated from protobuf enum ACTIVE = 1;
CREATING
Value: 2
The appliance is being deployed.
Generated from protobuf enum CREATING = 2;
ACTIVATING
Value: 3
The appliance is being activated.
Generated from protobuf enum ACTIVATING = 3;