pscConnectionStatus property

String? pscConnectionStatus
getter/setter pair

The status of the PSC connection.

Please note that this value is updated periodically. Please use Private Service Connect APIs for the latest status.

Output only. Possible string values are:

  • "PSC_CONNECTION_STATUS_UNSPECIFIED" : PSC connection status is not specified.
  • "PSC_CONNECTION_STATUS_ACTIVE" : The connection is active
  • "PSC_CONNECTION_STATUS_NOT_FOUND" : Connection not found

Implementation

core.String? pscConnectionStatus;