Enum NetworkAttachmentConnectedEndpoint.Status (1.46.0)

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

The status of a connected endpoint to this network attachment.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ACCEPTED

The consumer allows traffic from the producer to reach its VPC.

ACCEPTED = 246714279;

ACCEPTED_VALUE

The consumer allows traffic from the producer to reach its VPC.

ACCEPTED = 246714279;

CLOSED

The consumer network attachment no longer exists.

CLOSED = 380163436;

CLOSED_VALUE

The consumer network attachment no longer exists.

CLOSED = 380163436;

NEEDS_ATTENTION

The consumer needs to take further action before traffic can be served.

NEEDS_ATTENTION = 344491452;

NEEDS_ATTENTION_VALUE

The consumer needs to take further action before traffic can be served.

NEEDS_ATTENTION = 344491452;

PENDING

The consumer neither allows nor prohibits traffic from the producer to reach its VPC.

PENDING = 35394935;

PENDING_VALUE

The consumer neither allows nor prohibits traffic from the producer to reach its VPC.

PENDING = 35394935;

REJECTED

The consumer prohibits traffic from the producer to reach its VPC.

REJECTED = 174130302;

REJECTED_VALUE

The consumer prohibits traffic from the producer to reach its VPC.

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