InterconnectAttachmentGroup class

An interconnect attachment group resource allows customers to create, analyze, and expand highly available deployments.

Constructors

InterconnectAttachmentGroup.new({Map<String, InterconnectAttachmentGroupAttachment>? attachments, InterconnectAttachmentGroupConfigured? configured, String? creationTimestamp, String? description, String? etag, String? id, InterconnectAttachmentGroupIntent? intent, String? interconnectGroup, String? kind, InterconnectAttachmentGroupLogicalStructure? logicalStructure, String? name, String? selfLink})
InterconnectAttachmentGroup.fromJson(Map json_)

Properties

attachments Map<String, InterconnectAttachmentGroupAttachment>?
Attachments in the AttachmentGroup.
getter/setter pair
configured InterconnectAttachmentGroupConfigured?
getter/setter pair
creationTimestamp String?
Creation timestamp in RFC3339 text format.
getter/setter pair
description String?
An optional description of this resource.
getter/setter pair
etag String?
Opaque system-generated token that uniquely identifies the configuration.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
id String?
The unique identifier for the resource type.
getter/setter pair
intent InterconnectAttachmentGroupIntent?
getter/setter pair
interconnectGroup String?
The URL of an InterconnectGroup that groups these Attachments' Interconnects.
getter/setter pair
kind String?
Type of the resource.
getter/setter pair
logicalStructure InterconnectAttachmentGroupLogicalStructure?
getter/setter pair
name String?
Name of the resource.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
Server-defined URL for the resource.
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