VpnTunnel constructor

VpnTunnel({
  1. String? creationTimestamp,
  2. String? description,
  3. String? detailedStatus,
  4. String? id,
  5. int? ikeVersion,
  6. String? kind,
  7. String? labelFingerprint,
  8. Map<String, String>? labels,
  9. List<String>? localTrafficSelector,
  10. String? name,
  11. String? peerExternalGateway,
  12. int? peerExternalGatewayInterface,
  13. String? peerGcpGateway,
  14. String? peerIp,
  15. String? region,
  16. List<String>? remoteTrafficSelector,
  17. String? router,
  18. String? selfLink,
  19. String? sharedSecret,
  20. String? sharedSecretHash,
  21. String? status,
  22. String? targetVpnGateway,
  23. String? vpnGateway,
  24. int? vpnGatewayInterface,
})

Implementation

VpnTunnel({
  this.creationTimestamp,
  this.description,
  this.detailedStatus,
  this.id,
  this.ikeVersion,
  this.kind,
  this.labelFingerprint,
  this.labels,
  this.localTrafficSelector,
  this.name,
  this.peerExternalGateway,
  this.peerExternalGatewayInterface,
  this.peerGcpGateway,
  this.peerIp,
  this.region,
  this.remoteTrafficSelector,
  this.router,
  this.selfLink,
  this.sharedSecret,
  this.sharedSecretHash,
  this.status,
  this.targetVpnGateway,
  this.vpnGateway,
  this.vpnGatewayInterface,
});