Enum PrivateConnection.State (0.36.0)

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

ProtocolMessageEnum

Static Fields

NameDescription
ACTIVE

The private connection is ready.

ACTIVE = 2;

ACTIVE_VALUE

The private connection is ready.

ACTIVE = 2;

CREATING

The private connection is being created.

CREATING = 1;

CREATING_VALUE

The private connection is being created.

CREATING = 1;

DELETING

The private connection is being deleted.

DELETING = 4;

DELETING_VALUE

The private connection is being deleted.

DELETING = 4;

FAILED

The private connection is in failed state.

FAILED = 6;

FAILED_VALUE

The private connection is in failed state.

FAILED = 6;

STATE_UNSPECIFIED

The default value. This value is used if the state is omitted.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

The default value. This value is used if the state is omitted.

STATE_UNSPECIFIED = 0;

UNPROVISIONED

The private connection is not provisioned, since no private cloud is present for which this private connection is needed.

UNPROVISIONED = 5;

UNPROVISIONED_VALUE

The private connection is not provisioned, since no private cloud is present for which this private connection is needed.

UNPROVISIONED = 5;

UNRECOGNIZED
UPDATING

The private connection is being updated.

UPDATING = 3;

UPDATING_VALUE

The private connection 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()