public enum NetworkAttachmentConnectedEndpoint.Status extends Enum<NetworkAttachmentConnectedEndpoint.Status> implements ProtocolMessageEnumThe status of a connected endpoint to this network attachment.
Protobuf enum google.cloud.compute.v1.NetworkAttachmentConnectedEndpoint.Status
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACCEPTED |
The consumer allows traffic from the producer to reach its VPC. |
ACCEPTED_VALUE |
The consumer allows traffic from the producer to reach its VPC. |
CLOSED |
The consumer network attachment no longer exists. |
CLOSED_VALUE |
The consumer network attachment no longer exists. |
NEEDS_ATTENTION |
The consumer needs to take further action before traffic can be served. |
NEEDS_ATTENTION_VALUE |
The consumer needs to take further action before traffic can be served. |
PENDING |
The consumer neither allows nor prohibits traffic from the producer to reach its VPC. |
PENDING_VALUE |
The consumer neither allows nor prohibits traffic from the producer to reach its VPC. |
REJECTED |
The consumer prohibits traffic from the producer to reach its VPC. |
REJECTED_VALUE |
The consumer prohibits traffic from the producer to reach its VPC. |
STATUS_UNSPECIFIED |
|
STATUS_UNSPECIFIED_VALUE |
|
UNDEFINED_STATUS |
A value indicating that the enum field is not set. |
UNDEFINED_STATUS_VALUE |
A value indicating that the enum field is not set. |
UNRECOGNIZED |
|
Static Methods |
|
|---|---|
| Name | Description |
forNumber(int value) |
|
getDescriptor() |
|
internalGetValueMap() |
|
valueOf(Descriptors.EnumValueDescriptor desc) |
|
valueOf(int value) |
Deprecated. Use #forNumber(int) instead. |
valueOf(String name) |
|
values() |
|
Methods |
|
|---|---|
| Name | Description |
getDescriptorForType() |
|
getNumber() |
|
getValueDescriptor() |
|