InterconnectAttachmentInfo class

For display only.

Metadata associated with an Interconnect attachment.

Constructors

InterconnectAttachmentInfo.new({String? cloudRouterUri, String? displayName, String? interconnectUri, String? l2AttachmentMatchedIpAddress, String? region, String? type, String? uri})
InterconnectAttachmentInfo.fromJson(Map json_)

Properties

cloudRouterUri String?
URI of the Cloud Router to be used for dynamic routing.
getter/setter pair
displayName String?
Name of an Interconnect attachment.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
interconnectUri String?
URI of the Interconnect where the Interconnect attachment is configured.
getter/setter pair
l2AttachmentMatchedIpAddress String?
Appliance IP address that was matched for L2_DEDICATED attachments.
getter/setter pair
region String?
Name of a Google Cloud region where the Interconnect attachment is configured.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type String?
The type of interconnect attachment this is. Possible string values are:
getter/setter pair
uri String?
URI of an Interconnect attachment.
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