LinkedRouterApplianceInstances class

A collection of router appliance instances.

If you configure multiple router appliance instances to receive data from the same set of sites outside of Google Cloud, we recommend that you associate those instances with the same spoke.

Constructors

LinkedRouterApplianceInstances({List<RouterApplianceInstance>? instances, bool? siteToSiteDataTransfer, String? vpcNetwork})
LinkedRouterApplianceInstances.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
instances List<RouterApplianceInstance>?
The list of router appliance instances.
getter/setter pair
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
vpcNetwork String?
The VPC network where these router appliance instances 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