LinkedVpnTunnels class

A collection of Cloud VPN tunnel resources.

These resources should be redundant HA VPN tunnels that all advertise the same prefixes to Google Cloud. Alternatively, in a passive/active configuration, all tunnels should be capable of advertising the same prefixes.

Constructors

LinkedVpnTunnels({bool? siteToSiteDataTransfer, List<String>? uris, String? vpcNetwork})
LinkedVpnTunnels.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 VPN tunnel resources.
getter/setter pair
vpcNetwork String?
The VPC network where these VPN tunnels 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