v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-132862102.5 KB
projects

Creates a Peering for Managed AD instance.

post/v1/{+parent}/peerings

Path parameters

parentstring required

Required. Resource project name and location using the form: projects/{project_id}/locations/global

Query parameters

peeringIdstring

Required. Peering Id, unique name to identify peering. It should follow the regex format "^(?:a-z?)$"

Request body

labelsobject

Optional. Resource labels to represent user-provided metadata.

namestring

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

domainResourcestring

Required. 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}

createTimestring google-datetime

Output only. The time the instance was created.

state'STATE_UNSPECIFIED' | 'CREATING' | 'CONNECTED' | 'DISCONNECTED' | 'DELETING'

Output only. The current state of this Peering.

statusMessagestring

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

authorizedNetworkstring

Required. The full names of the Google Compute Engine 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.

updateTimestring google-datetime

Output only. Last update time.

Response

Successful response