GetInstancePscInstanceConfigPscAutoConnection

data class GetInstancePscInstanceConfigPscAutoConnection(val consumerNetwork: String, val consumerNetworkStatus: String, val consumerProject: String, val ipAddress: String, val status: String)

Constructors

constructor(consumerNetwork: String, consumerNetworkStatus: String, consumerProject: String, ipAddress: String, status: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The consumer network for the PSC service automation, example: "projects/vpc-host-project/global/networks/default". The consumer network might be hosted a different project than the consumer project. The API expects the consumer project specified to be the project ID (and not the project number)

Link copied to clipboard

The status of the service connection policy.

Link copied to clipboard

The consumer project to which the PSC service automation endpoint will be created. The API expects the consumer project to be the project ID( and not the project number).

Link copied to clipboard

The IP address of the PSC service automation endpoint.

Link copied to clipboard

The status of the PSC service automation connection.