InstancePscInstanceConfigPscAutoConnection

data class InstancePscInstanceConfigPscAutoConnection(val consumerNetwork: String? = null, val consumerNetworkStatus: String? = null, val consumerProject: String? = null, val ipAddress: String? = null, val status: String? = null)

Constructors

constructor(consumerNetwork: String? = null, consumerNetworkStatus: String? = null, consumerProject: String? = null, ipAddress: String? = null, status: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val consumerNetwork: String? = null

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

(Output) The status of the service connection policy.

Link copied to clipboard
val consumerProject: String? = null

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
val ipAddress: String? = null

(Output) The IP address of the PSC service automation endpoint.

Link copied to clipboard
val status: String? = null

(Output) The status of the PSC service automation connection.