VpnGatewayStatusTunnel class

Contains some information about a VPN tunnel.

Constructors

VpnGatewayStatusTunnel({int? localGatewayInterface, int? peerGatewayInterface, String? tunnelUrl})
VpnGatewayStatusTunnel.fromJson(Map json_)

Properties

hashCode int
The hash code for this object.
no setterinherited
localGatewayInterface int?
The VPN gateway interface this VPN tunnel is associated with.
getter/setter pair
peerGatewayInterface int?
The peer gateway interface this VPN tunnel is connected to, the peer gateway could either be an external VPN gateway or a Google Cloud VPN gateway.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tunnelUrl String?
URL reference to the VPN tunnel.
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