public enum GetStatusResponse.ConnectivityStatus extends Enum<GetStatusResponse.ConnectivityStatus> implements ProtocolMessageEnumCurrent status of connectivity to the local GCP resource. This reflects whether the VPC Peering or NCC Hub appears correctly configured.
Protobuf enum
google.cloud.networkconnectivity.v1beta.GetStatusResponse.ConnectivityStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
CONNECTIVITY_STATUS_CONNECTED |
VPC Peering or the NCC Hub appear to be correctly established. |
CONNECTIVITY_STATUS_CONNECTED_VALUE |
VPC Peering or the NCC Hub appear to be correctly established. |
CONNECTIVITY_STATUS_DISCONNECTED |
VPC Peering has been taken down, or the NCC Spoke has been rejected. |
CONNECTIVITY_STATUS_DISCONNECTED_VALUE |
VPC Peering has been taken down, or the NCC Spoke has been rejected. |
CONNECTIVITY_STATUS_UNSPECIFIED |
Unspecified status. |
CONNECTIVITY_STATUS_UNSPECIFIED_VALUE |
Unspecified status. |
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() |
|