Enum ManagementDnsZoneBinding.State (0.29.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The binding is ready.

ACTIVE = 1;

ACTIVE_VALUE

The binding is ready.

ACTIVE = 1;

CREATING

The binding is being created.

CREATING = 2;

CREATING_VALUE

The binding is being created.

CREATING = 2;

DELETING

The binding is being deleted.

DELETING = 4;

DELETING_VALUE

The binding is being deleted.

DELETING = 4;

FAILED

The binding has failed.

FAILED = 5;

FAILED_VALUE

The binding has failed.

FAILED = 5;

STATE_UNSPECIFIED

The default value. This value should never be used.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default value. This value should never be used.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

The binding is being updated.

UPDATING = 3;

UPDATING_VALUE

The binding is being updated.

UPDATING = 3;

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()