VpnGatewayStatusVpnConnection class

A VPN connection contains all VPN tunnels connected from this VpnGateway to the same peer gateway.

The peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.

Properties

hashCode int
The hash code for this object.
no setterinherited
peerExternalGateway String?
URL reference to the peer external VPN gateways to which the VPN tunnels in this VPN connection are connected.
getter/setter pair
peerGcpGateway String?
URL reference to the peer side VPN gateways to which the VPN tunnels in this VPN connection are connected.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state VpnGatewayStatusHighAvailabilityRequirementState?
HighAvailabilityRequirementState for the VPN connection.
getter/setter pair
tunnels List<VpnGatewayStatusTunnel>?
List of VPN tunnels that are in this VPN connection.
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