Instance Psc Instance Config Psc Auto Connection Args
data class InstancePscInstanceConfigPscAutoConnectionArgs(val consumerNetwork: Output<String>? = null, val consumerNetworkStatus: Output<String>? = null, val consumerProject: Output<String>? = null, val ipAddress: Output<String>? = null, val status: Output<String>? = null) : ConvertibleToJava<InstancePscInstanceConfigPscAutoConnectionArgs>
Constructors
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
(Output) 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).