VpnTunnelInfo class

For display only.

Metadata associated with a Compute Engine VPN tunnel.

Constructors

VpnTunnelInfo({String? displayName, String? networkUri, String? region, String? remoteGateway, String? remoteGatewayIp, String? routingType, String? sourceGateway, String? sourceGatewayIp, String? uri})
VpnTunnelInfo.fromJson(Map json_)

Properties

displayName String?
Name of a VPN tunnel.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
networkUri String?
URI of a Compute Engine network where the VPN tunnel is configured.
getter/setter pair
region String?
Name of a Google Cloud region where this VPN tunnel is configured.
getter/setter pair
remoteGateway String?
URI of a VPN gateway at remote end of the tunnel.
getter/setter pair
remoteGatewayIp String?
Remote VPN gateway's IP address.
getter/setter pair
routingType String?
Type of the routing policy. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sourceGateway String?
URI of the VPN gateway at local end of the tunnel.
getter/setter pair
sourceGatewayIp String?
Local VPN gateway's IP address.
getter/setter pair
uri String?
URI of a 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