public enum GetStatusResponse.OverallStatus extends Enum<GetStatusResponse.OverallStatus> implements ProtocolMessageEnumThe overall status of the Transport.
Protobuf enum google.cloud.networkconnectivity.v1beta.GetStatusResponse.OverallStatus
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
Resource is active and operational. |
ACTIVE_VALUE |
Resource is active and operational. |
CONFIGURING |
Activation keys have been exchanged and connectivity is being established. |
CONFIGURING_VALUE |
Activation keys have been exchanged and connectivity is being established. |
DISCONNECTED |
VPC Peering has been taken down, or the NCC Spoke has been rejected. |
DISCONNECTED_VALUE |
VPC Peering has been taken down, or the NCC Spoke has been rejected. |
DOWN |
User configuration is correct, but the configured capacity is operationally down. |
DOWN_VALUE |
User configuration is correct, but the configured capacity is operationally down. |
OVERALL_STATUS_UNSPECIFIED |
Unspecified status. |
OVERALL_STATUS_UNSPECIFIED_VALUE |
Unspecified status. |
PENDING_KEY |
Resource is waiting for an activation key to be exchanged. |
PENDING_KEY_VALUE |
Resource is waiting for an activation key to be exchanged. |
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() |
|