public enum NetworkEndpointGroupPscData.PscConnectionStatus extends Enum<NetworkEndpointGroupPscData.PscConnectionStatus> implements ProtocolMessageEnum[Output Only] The connection status of the PSC Forwarding Rule.
Protobuf enum google.cloud.compute.v1.NetworkEndpointGroupPscData.PscConnectionStatus
Implements
ProtocolMessageEnumStatic Fields
| Name | Description |
| ACCEPTED | The connection has been accepted by the producer. |
| ACCEPTED_VALUE | The connection has been accepted by the producer. |
| CLOSED | The connection has been closed by the producer and will not serve traffic going forward. |
| CLOSED_VALUE | The connection has been closed by the producer and will not serve traffic going forward. |
| 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_VALUE | The connection has been accepted by the producer, but the producer needs to take further action before the forwarding rule can serve traffic. |
| PENDING | The connection is pending acceptance by the producer. |
| PENDING_VALUE | The connection is pending acceptance by the producer. |
| REJECTED | The connection has been rejected by the producer. |
| REJECTED_VALUE | The connection has been rejected by the producer. |
| STATUS_UNSPECIFIED |
|
| STATUS_UNSPECIFIED_VALUE |
|
| UNDEFINED_PSC_CONNECTION_STATUS | A value indicating that the enum field is not set. |
| UNDEFINED_PSC_CONNECTION_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() |