LinkedInterconnectAttachments class

A collection of VLAN attachment resources.

These resources should be redundant attachments that all advertise the same prefixes to Google Cloud. Alternatively, in active/passive configurations, all attachments should be capable of advertising the same prefixes.

Constructors

LinkedInterconnectAttachments({bool? siteToSiteDataTransfer, List<String>? uris, String? vpcNetwork})
LinkedInterconnectAttachments.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
siteToSiteDataTransfer bool?
A value that controls whether site-to-site data transfer is enabled for these resources.
getter/setter pair
uris List<String>?
The URIs of linked interconnect attachment resources
getter/setter pair
vpcNetwork String?
The VPC network where these VLAN attachments are located.
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