public enum PrivateConnection.State extends Enum<PrivateConnection.State> implements ProtocolMessageEnum
Enum State defines possible states of private connection.
Protobuf enum google.cloud.vmwareengine.v1.PrivateConnection.State
Implements
ProtocolMessageEnumStatic Fields | |
---|---|
Name | Description |
ACTIVE | The private connection is ready. |
ACTIVE_VALUE | The private connection is ready. |
CREATING | The private connection is being created. |
CREATING_VALUE | The private connection is being created. |
DELETING | The private connection is being deleted. |
DELETING_VALUE | The private connection is being deleted. |
FAILED | The private connection is in failed state. |
FAILED_VALUE | The private connection is in failed state. |
STATE_UNSPECIFIED | The default value. This value is used if the state is omitted. |
STATE_UNSPECIFIED_VALUE | The default value. This value is used if the state is omitted. |
UNPROVISIONED | The private connection is not provisioned, since no private cloud is present for which this private connection is needed. |
UNPROVISIONED_VALUE | The private connection is not provisioned, since no private cloud is present for which this private connection is needed. |
UNRECOGNIZED | |
UPDATING | The private connection is being updated. |
UPDATING_VALUE | The private connection 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() |