public enum Transport.State extends Enum<Transport.State> implements ProtocolMessageEnumRepresents the status of the underlying connectivity. One of the following states, depending on who has initiated the Transport request.
Protobuf enum google.cloud.networkconnectivity.v1beta.Transport.State
Implements
ProtocolMessageEnumStatic Fields |
|
|---|---|
| Name | Description |
ACTIVE |
The Transport is configured and the underlying connectivity is considered operational. |
ACTIVE_VALUE |
The Transport is configured and the underlying connectivity is considered operational. |
CREATING |
The resource exists locally and is being created / associated with the resource on the remote provider’s end of the underlying connectivity. |
CREATING_VALUE |
The resource exists locally and is being created / associated with the resource on the remote provider’s end of the underlying connectivity. |
DELETING |
The Transport is being deleted from GCP. The underlying connectivity is no longer operational. |
DELETING_VALUE |
The Transport is being deleted from GCP. The underlying connectivity is no longer operational. |
DEPROVISIONED |
The Transport was deleted on the remote provider's end and is no longer operational. GCP has insufficient information to move the resource back to PENDING_KEY state. |
DEPROVISIONED_VALUE |
The Transport was deleted on the remote provider's end and is no longer operational. GCP has insufficient information to move the resource back to PENDING_KEY state. |
PENDING_CONFIG |
The Transport exists on both sides of the connection, and is waiting for configuration to finalize and be verified as operational. |
PENDING_CONFIG_VALUE |
The Transport exists on both sides of the connection, and is waiting for configuration to finalize and be verified as operational. |
PENDING_KEY |
The Transport was created in GCP. Depending on the profile’s key provisioning flow, this is either waiting for an activation key to be input (the key will be validated that it uses remote resources that match the Transport), or for the generated key to be input to the provider for finalizing. The configured bandwidth is not yet guaranteed. |
PENDING_KEY_VALUE |
The Transport was created in GCP. Depending on the profile’s key provisioning flow, this is either waiting for an activation key to be input (the key will be validated that it uses remote resources that match the Transport), or for the generated key to be input to the provider for finalizing. The configured bandwidth is not yet guaranteed. |
STATE_UNSPECIFIED |
Unspecified state. |
STATE_UNSPECIFIED_VALUE |
Unspecified state. |
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() |
|