state property

String? state
getter/setter pair

The state of the PSC connection. Possible string values are:

  • "STATE_UNSPECIFIED" : An invalid state as the default case.
  • "ACTIVE" : The connection is fully established and ready to use.
  • "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.

Implementation

core.String? state;