InstancePscInstanceConfigPscInterfaceConfigArgs

data class InstancePscInstanceConfigPscInterfaceConfigArgs(val networkAttachmentResource: Output<String>? = null) : ConvertibleToJava<InstancePscInstanceConfigPscInterfaceConfigArgs>

Constructors

constructor(networkAttachmentResource: Output<String>? = null)

Properties

Link copied to clipboard
val networkAttachmentResource: Output<String>? = null

The network attachment resource created in the consumer project to which the PSC interface will be linked. This is of the format: "projects/${CONSUMER_PROJECT}/regions/${REGION}/networkAttachments/${NETWORK_ATTACHMENT_NAME}". The network attachment must be in the same region as the instance.

Functions

Link copied to clipboard
open override fun toJava(): InstancePscInstanceConfigPscInterfaceConfigArgs