state property

String? state
getter/setter pair

State of the underlying connectivity.

Output only. Possible string values are:

  • "STATE_UNSPECIFIED" : Unspecified state.
  • "CREATING" : The resource exists locally and is being created / associated with the resource on the remote provider’s end of the underlying connectivity.
  • "PENDING_CONFIG" : 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.
  • "ACTIVE" : The Transport is configured and the underlying connectivity is considered operational.

Implementation

core.String? state;