VpnTunnelInfo constructor

VpnTunnelInfo({
  1. String? displayName,
  2. String? networkUri,
  3. String? region,
  4. String? remoteGateway,
  5. String? remoteGatewayIp,
  6. String? routingType,
  7. String? sourceGateway,
  8. String? sourceGatewayIp,
  9. String? uri,
})

Implementation

VpnTunnelInfo({
  this.displayName,
  this.networkUri,
  this.region,
  this.remoteGateway,
  this.remoteGatewayIp,
  this.routingType,
  this.sourceGateway,
  this.sourceGatewayIp,
  this.uri,
});