Peering Args
data class PeeringArgs(val authorizedNetwork: Output<String>? = null, val domainResource: Output<String>? = null, val labels: Output<Map<String, String>>? = null, val peeringId: Output<String>? = null, val project: Output<String>? = null) : ConvertibleToJava<PeeringArgs>
Creates a Peering for Managed AD instance. Auto-naming is currently not supported for this resource.
Constructors
Properties
Link copied to clipboard
The full names of the Google Compute Engine /compute/docs/networks-and-firewalls#networks to which the instance is connected. Caller needs to make sure that CIDR subnets do not overlap between networks, else peering creation will fail.
Link copied to clipboard
Full domain resource path for the Managed AD Domain involved in peering. The resource path should be in the form: projects/{project_id}/locations/global/domains/{domain_name}