Peering

class Peering : KotlinCustomResource

Creates a Peering for Managed AD instance. Auto-naming is currently not supported for this resource.

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
val createTime: Output<String>

The time the instance was created.

Link copied to clipboard
val domainResource: Output<String>

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}

Link copied to clipboard
val id: Output<String>
Link copied to clipboard
val labels: Output<Map<String, String>>

Optional. Resource labels to represent user-provided metadata.

Link copied to clipboard
val name: Output<String>

Unique name of the peering in this scope including projects and location using the form: projects/{project_id}/locations/global/peerings/{peering_id}.

Link copied to clipboard
val peeringId: Output<String>

Required. Peering Id, unique name to identify peering. It should follow the regex format "^(?:?:[-a-z0-9]{0,61}[a-z0-9]?)$"

Link copied to clipboard
val project: Output<String>
Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val state: Output<String>

The current state of this Peering.

Link copied to clipboard
val statusMessage: Output<String>

Additional information about the current status of this peering, if available.

Link copied to clipboard
val updateTime: Output<String>

Last update time.

Link copied to clipboard
val urn: Output<String>