Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class State.
Defines possible states of subnets.
Protobuf type google.cloud.vmwareengine.v1.Subnet.State
Namespace
Google \ Cloud \ VmwareEngine \ V1 \ SubnetMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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 subnet is ready.
Generated from protobuf enum ACTIVE = 1;
CREATING
Value: 2
The subnet is being created.
Generated from protobuf enum CREATING = 2;
UPDATING
Value: 3
The subnet is being updated.
Generated from protobuf enum UPDATING = 3;
DELETING
Value: 4
The subnet is being deleted.
Generated from protobuf enum DELETING = 4;
RECONCILING
Value: 5
Changes requested in the last operation are being propagated.
Generated from protobuf enum RECONCILING = 5;
FAILED
Value: 6
Last operation on the subnet did not succeed. Subnet's payload is reverted back to its most recent working state.
Generated from protobuf enum FAILED = 6;