VpnGateway class
Represents a HA VPN gateway.
HA VPN is a high-availability (HA) Cloud VPN solution that lets you securely connect your on-premises network to your Google Cloud Virtual Private Cloud network through an IPsec VPN connection in a single region. For more information about Cloud HA VPN solutions, see Cloud VPN topologies .
Constructors
-
VpnGateway({String? creationTimestamp, String? description, String? gatewayIpVersion, String? id, String? kind, String? labelFingerprint, Map<
String, String> ? labels, String? name, String? network, String? region, String? selfLink, String? stackType, List<VpnGatewayVpnGatewayInterface> ? vpnInterfaces}) - VpnGateway.fromJson(Map json_)
Properties
- creationTimestamp ↔ String?
-
Creation timestamp in RFC3339 text format.
getter/setter pair
- description ↔ String?
-
An optional description of this resource.
getter/setter pair
- gatewayIpVersion ↔ String?
-
The IP family of the gateway IPs for the HA-VPN gateway interfaces.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- id ↔ String?
-
The unique identifier for the resource.
getter/setter pair
- kind ↔ String?
-
Type of resource.
getter/setter pair
- labelFingerprint ↔ String?
-
A fingerprint for the labels being applied to this VpnGateway, which is
essentially a hash of the labels set used for optimistic locking.
getter/setter pair
-
labelFingerprintAsBytes
↔ List<
int> -
getter/setter pair
-
labels
↔ Map<
String, String> ? -
Labels for this resource.
getter/setter pair
- name ↔ String?
-
Name of the resource.
getter/setter pair
- network ↔ String?
-
URL of the network to which this VPN gateway is attached.
getter/setter pair
- region ↔ String?
-
URL of the region where the VPN gateway resides.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selfLink ↔ String?
-
Server-defined URL for the resource.
getter/setter pair
- stackType ↔ String?
-
The stack type for this VPN gateway to identify the IP protocols that are
enabled.
getter/setter pair
-
vpnInterfaces
↔ List<
VpnGatewayVpnGatewayInterface> ? -
The list of VPN interfaces associated with this VPN gateway.
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