Enum ForwardingRule.PscConnectionStatus (1.51.0)

public enum ForwardingRule.PscConnectionStatus extends Enum<ForwardingRule.PscConnectionStatus> implements ProtocolMessageEnum

Protobuf enum google.cloud.compute.v1.ForwardingRule.PscConnectionStatus

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACCEPTED

The connection has been accepted by the producer.

ACCEPTED = 246714279;

ACCEPTED_VALUE

The connection has been accepted by the producer.

ACCEPTED = 246714279;

CLOSED

The connection has been closed by the producer and will not serve traffic going forward.

CLOSED = 380163436;

CLOSED_VALUE

The connection has been closed by the producer and will not serve traffic going forward.

CLOSED = 380163436;

NEEDS_ATTENTION

The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic.

NEEDS_ATTENTION = 344491452;

NEEDS_ATTENTION_VALUE

The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic.

NEEDS_ATTENTION = 344491452;

PENDING

The connection is pending acceptance by the producer.

PENDING = 35394935;

PENDING_VALUE

The connection is pending acceptance by the producer.

PENDING = 35394935;

REJECTED

The connection has been rejected by the producer.

REJECTED = 174130302;

REJECTED_VALUE

The connection has been rejected by the producer.

REJECTED = 174130302;

STATUS_UNSPECIFIED

STATUS_UNSPECIFIED = 42133066;

STATUS_UNSPECIFIED_VALUE

STATUS_UNSPECIFIED = 42133066;

UNDEFINED_PSC_CONNECTION_STATUS

A value indicating that the enum field is not set.

UNDEFINED_PSC_CONNECTION_STATUS = 0;

UNDEFINED_PSC_CONNECTION_STATUS_VALUE

A value indicating that the enum field is not set.

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