Enum ServiceAttachmentConnectedEndpoint.Status (1.51.0)

public enum ServiceAttachmentConnectedEndpoint.Status extends Enum<ServiceAttachmentConnectedEndpoint.Status> implements ProtocolMessageEnum

The status of a connected endpoint to this service attachment.

Protobuf enum google.cloud.compute.v1.ServiceAttachmentConnectedEndpoint.Status

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.

CLOSED = 380163436;

CLOSED_VALUE

The connection has been closed by the producer.

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 consumer is still connected but not using the connection.

REJECTED = 174130302;

REJECTED_VALUE

The consumer is still connected but not using the connection.

REJECTED = 174130302;

STATUS_UNSPECIFIED

STATUS_UNSPECIFIED = 42133066;

STATUS_UNSPECIFIED_VALUE

STATUS_UNSPECIFIED = 42133066;

UNDEFINED_STATUS

A value indicating that the enum field is not set.

UNDEFINED_STATUS = 0;

UNDEFINED_STATUS_VALUE

A value indicating that the enum field is not set.

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