public enum ManagementDnsZoneBinding.State extends Enum<ManagementDnsZoneBinding.State> implements ProtocolMessageEnum
Enum State defines possible states of binding between the consumer VPC network and the management DNS zone.
Protobuf enum google.cloud.vmwareengine.v1.ManagementDnsZoneBinding.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ACTIVE | The binding is ready. |
ACTIVE_VALUE | The binding is ready. |
CREATING | The binding is being created. |
CREATING_VALUE | The binding is being created. |
DELETING | The binding is being deleted. |
DELETING_VALUE | The binding is being deleted. |
FAILED | The binding has failed. |
FAILED_VALUE | The binding has failed. |
STATE_UNSPECIFIED | The default value. This value should never be used. |
STATE_UNSPECIFIED_VALUE | The default value. This value should never be used. |
UNRECOGNIZED | |
UPDATING | The binding is being updated. |
UPDATING_VALUE | The binding is being updated. |
Static Methods | |
---|---|
Name | Description |
forNumber(int value) | |
getDescriptor() | |
internalGetValueMap() | |
valueOf(Descriptors.EnumValueDescriptor desc) | |
valueOf(int value) | Deprecated. Use #forNumber(int) instead. |
valueOf(String name) | |
values() |
Methods | |
---|---|
Name | Description |
getDescriptorForType() | |
getNumber() | |
getValueDescriptor() |