GetPeeringResult

data class GetPeeringResult(val authorizedNetwork: String, val createTime: String, val domainResource: String, val labels: Map<String, String>, val name: String, val state: String, val statusMessage: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetPeeringResult(authorizedNetwork: String, createTime: String, domainResource: String, labels: Map<String, String>, name: String, state: String, statusMessage: String, updateTime: String)

Types

Link copied to clipboard
object Companion

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

The time the instance was created.

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}

Link copied to clipboard

Optional. Resource labels to represent user-provided metadata.

Link copied to clipboard

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

The current state of this Peering.

Link copied to clipboard

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

Link copied to clipboard

Last update time.