toggle menu
pulumi-gcp-kotlin
8.25.1.0
jvm
switch theme
search in API
pulumi-gcp-kotlin
/
com.pulumi.gcp.apigee.kotlin.inputs
/
DnsZonePeeringConfigArgs
Dns
Zone
Peering
Config
Args
data
class
DnsZonePeeringConfigArgs
(
val
targetNetworkId
:
Output
<
String
>
,
val
targetProjectId
:
Output
<
String
>
)
:
ConvertibleToJava
<
DnsZonePeeringConfigArgs
>
Members
Constructors
Dns
Zone
Peering
Config
Args
Link copied to clipboard
constructor
(
targetNetworkId
:
Output
<
String
>
,
targetProjectId
:
Output
<
String
>
)
Properties
target
Network
Id
Link copied to clipboard
val
targetNetworkId
:
Output
<
String
>
The name of the producer VPC network.
target
Project
Id
Link copied to clipboard
val
targetProjectId
:
Output
<
String
>
The ID of the project that contains the producer VPC network.
Functions
to
Java
Link copied to clipboard
open
override
fun
toJava
(
)
:
DnsZonePeeringConfigArgs