pscConnectionStatus property

String? pscConnectionStatus
getter/setter pair

The status of the PSC connection.

Please note that this value is updated periodically. To get the latest status of a PSC connection, follow https://cloud.google.com/vpc/docs/configure-private-service-connect-services#endpoint-details.

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;