VpnGatewayStatusVpnConnection class
A VPN connection contains all VPN tunnels connected from this VpnGateway to the same peer gateway. The peer gateway could either be a external VPN gateway or GCP VPN gateway.
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- peerExternalGateway ↔ String
-
URL reference to the peer external VPN gateways to which the VPN tunnels
in this VPN connection are connected. This field is mutually exclusive
with peer_gcp_gateway.
read / write
- peerGcpGateway ↔ String
-
URL reference to the peer side VPN gateways to which the VPN tunnels in
this VPN connection are connected. This field is mutually exclusive with
peer_gcp_gateway.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- state ↔ VpnGatewayStatusHighAvailabilityRequirementState
-
HighAvailabilityRequirementState for the VPN connection.
read / write
-
tunnels
↔ List<
VpnGatewayStatusTunnel> -
List of VPN tunnels that are in this VPN connection.
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