VpnGatewayStatusTunnel class
Contains some information about a VPN tunnel.
Constructors
- VpnGatewayStatusTunnel()
- VpnGatewayStatusTunnel.fromJson(Map _json)
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- localGatewayInterface ↔ int
-
The VPN gateway interface this VPN tunnel is associated with.
read / write
- peerGatewayInterface ↔ int
-
The peer gateway interface this VPN tunnel is connected to, the peer
gateway could either be an external VPN gateway or GCP VPN gateway.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- tunnelUrl ↔ String
-
URL reference to the VPN tunnel.
read / write
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited