Enum Vcenter.State (0.18.0)

public enum Vcenter.State extends Enum<Vcenter.State> implements ProtocolMessageEnum

State of the appliance

Protobuf enum google.cloud.vmwareengine.v1.Vcenter.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The appliance is operational and can be used.

ACTIVE = 1;

ACTIVE_VALUE

The appliance is operational and can be used.

ACTIVE = 1;

CREATING

The appliance is being deployed.

CREATING = 2;

CREATING_VALUE

The appliance is being deployed.

CREATING = 2;

STATE_UNSPECIFIED

Unspecified appliance state. This is the default value.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Unspecified appliance state. This is the default value.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED

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()