DnsZonePeeringConfigArgs

data class DnsZonePeeringConfigArgs(val targetNetworkId: Output<String>, val targetProjectId: Output<String>) : ConvertibleToJava<DnsZonePeeringConfigArgs>

Constructors

Link copied to clipboard
constructor(targetNetworkId: Output<String>, targetProjectId: Output<String>)

Properties

Link copied to clipboard
val targetNetworkId: Output<String>

The name of the producer VPC network.

Link copied to clipboard
val targetProjectId: Output<String>

The ID of the project that contains the producer VPC network.

Functions

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