Resource: Peering
Represents a Managed Microsoft Identities Peering.
JSON representation |
---|
{
"name": string,
"labels": {
string: string,
...
},
"authorizedNetwork": string,
"domainResource": string,
"createTime": string,
"updateTime": string,
"state": enum ( |
Fields | |
---|---|
name |
Output only. Unique name of the peering in this scope including projects and location using the form: |
labels |
Optional. Resource labels to represent user provided metadata. An object containing a list of |
authorizedNetwork |
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. |
domainResource |
Required. Full domain resource path for the Managed AD Domain involved in peering. The resource path should be in the form: |
createTime |
Output only. The time the instance was created. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Last update time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
state |
Output only. The current state of this Peering. |
statusMessage |
Output only. Additional information about the current status of this peering, if available. |
State
Represents the different states of a Peering.
Enums | |
---|---|
STATE_UNSPECIFIED |
Not set. |
CREATING |
Peering is being created. |
CONNECTED |
Peering is connected. |
DISCONNECTED |
Peering is disconnected. |
DELETING |
Peering is being deleted. |
Methods |
|
---|---|
|
Creates a Peering for Managed AD instance. |
|
Deletes identified Peering. |
|
Gets details of a single Peering. |
|
Gets the access control policy for a resource. |
|
Lists Peerings in a given project. |
|
Updates the labels for specified Peering. |
|
Sets the access control policy on the specified resource. |
|
Returns permissions that a caller has on the specified resource. |