public enum Nsx.State extends Enum<Nsx.State> implements ProtocolMessageEnum
State of the appliance
Protobuf enum google.cloud.vmwareengine.v1.Nsx.State
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
ACTIVE |
The appliance is operational and can be used. |
ACTIVE_VALUE |
The appliance is operational and can be used. |
CREATING |
The appliance is being deployed. |
CREATING_VALUE |
The appliance is being deployed. |
STATE_UNSPECIFIED |
Unspecified appliance state. This is the default value. |
STATE_UNSPECIFIED_VALUE |
Unspecified appliance state. This is the default value. |
UNRECOGNIZED |
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() |