state property

String? state
getter/setter pair

State of the PSC Connection Possible string values are:

  • "STATE_UNSPECIFIED" : An invalid state as the default case.
  • "ACTIVE" : The connection has been created successfully. However, for the up-to-date connection status, please use the created forwarding rule's "PscConnectionStatus" as the source of truth.
  • "FAILED" : The connection is not functional since some resources on the connection fail to be created.
  • "CREATING" : The connection is being created.
  • "DELETING" : The connection is being deleted.
  • "CREATE_REPAIRING" : The connection is being repaired to complete creation.
  • "DELETE_REPAIRING" : The connection is being repaired to complete deletion.

Implementation

core.String? state;