Enum Connector.State (2.42.0)

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

State of a connector.

Protobuf enum google.cloud.vpcaccess.v1.Connector.State

Implements

ProtocolMessageEnum

Static Fields

NameDescription
CREATING

An Insert operation is in progress. Transient condition.

CREATING = 2;

CREATING_VALUE

An Insert operation is in progress. Transient condition.

CREATING = 2;

DELETING

A Delete operation is in progress. Transient condition.

DELETING = 3;

DELETING_VALUE

A Delete operation is in progress. Transient condition.

DELETING = 3;

ERROR

Connector is in a bad state, manual deletion recommended.

ERROR = 4;

ERROR_VALUE

Connector is in a bad state, manual deletion recommended.

ERROR = 4;

READY

Connector is deployed and ready to receive traffic.

READY = 1;

READY_VALUE

Connector is deployed and ready to receive traffic.

READY = 1;

STATE_UNSPECIFIED

Invalid state.

STATE_UNSPECIFIED = 0;

STATE_UNSPECIFIED_VALUE

Invalid state.

STATE_UNSPECIFIED = 0;

UNRECOGNIZED
UPDATING

The connector is being updated.

UPDATING = 5;

UPDATING_VALUE

The connector is being updated.

UPDATING = 5;

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