Reference documentation and code samples for the Google Cloud Vmware Engine V1 Client class State.
Enum State defines possible states of binding between the consumer VPC network and the management DNS zone.
Protobuf type google.cloud.vmwareengine.v1.ManagementDnsZoneBinding.State
Namespace
Google \ Cloud \ VmwareEngine \ V1 \ ManagementDnsZoneBindingMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
STATE_UNSPECIFIED
Value: 0The default value. This value should never be used.
Generated from protobuf enum STATE_UNSPECIFIED = 0;
ACTIVE
Value: 1The binding is ready.
Generated from protobuf enum ACTIVE = 1;
CREATING
Value: 2The binding is being created.
Generated from protobuf enum CREATING = 2;
UPDATING
Value: 3The binding is being updated.
Generated from protobuf enum UPDATING = 3;
DELETING
Value: 4The binding is being deleted.
Generated from protobuf enum DELETING = 4;
FAILED
Value: 5The binding has failed.
Generated from protobuf enum FAILED = 5;