Reference documentation and code samples for the Network Connectivity V1BETA API module Google::Cloud::NetworkConnectivity::V1beta::Transport::State.
Represents the status of the underlying connectivity. One of the following states, depending on who has initiated the Transport request.
Constants
STATE_UNSPECIFIED
value: 0
Unspecified state.
CREATING
value: 1
The resource exists locally and is being created / associated with the
resource on the remote provider’s end of the underlying connectivity.
PENDING_CONFIG
value: 2
The Transport exists on both sides of the connection, and is waiting for
configuration to finalize and be verified as operational.
PENDING_KEY
value: 3
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.
ACTIVE
value: 4
The Transport is configured and the underlying connectivity is considered
operational.
DELETING
value: 5
The Transport is being deleted from GCP. The underlying connectivity is
no longer operational.
DEPROVISIONED
value: 6
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.