NatInfo constructor

NatInfo({
  1. String? cloudNatGatewayType,
  2. String? natGatewayName,
  3. String? networkUri,
  4. String? newDestinationIp,
  5. int? newDestinationPort,
  6. String? newSourceIp,
  7. int? newSourcePort,
  8. String? oldDestinationIp,
  9. int? oldDestinationPort,
  10. String? oldSourceIp,
  11. int? oldSourcePort,
  12. String? protocol,
  13. String? routerUri,
  14. String? type,
})

Implementation

NatInfo({
  this.cloudNatGatewayType,
  this.natGatewayName,
  this.networkUri,
  this.newDestinationIp,
  this.newDestinationPort,
  this.newSourceIp,
  this.newSourcePort,
  this.oldDestinationIp,
  this.oldDestinationPort,
  this.oldSourceIp,
  this.oldSourcePort,
  this.protocol,
  this.routerUri,
  this.type,
});