NatInfo constructor
NatInfo({
- String? cloudNatGatewayType,
- String? natGatewayName,
- String? networkUri,
- String? newDestinationIp,
- int? newDestinationPort,
- String? newSourceIp,
- int? newSourcePort,
- String? oldDestinationIp,
- int? oldDestinationPort,
- String? oldSourceIp,
- int? oldSourcePort,
- String? protocol,
- String? routerUri,
- 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,
});