Peering class

Represents a Managed Service for Microsoft Active Directory Peering.

Constructors

Peering({String? authorizedNetwork, String? createTime, String? domainResource, Map<String, String>? labels, String? name, String? state, String? statusMessage, String? updateTime})
Peering.fromJson(Map json_)

Properties

authorizedNetwork String?
The full names of the Google Compute Engine [networks](/compute/docs/networks-and-firewalls#networks) to which the instance is connected.
getter/setter pair
createTime String?
The time the instance was created.
getter/setter pair
domainResource String?
Full domain resource path for the Managed AD Domain involved in peering.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
Resource labels to represent user-provided metadata.
getter/setter pair
name String?
Unique name of the peering in this scope including projects and location using the form: projects/{project_id}/locations/global/peerings/{peering_id}.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
The current state of this Peering.
getter/setter pair
statusMessage String?
Additional information about the current status of this peering, if available.
getter/setter pair
updateTime String?
Last update time.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited