NatInfo constructor
NatInfo({})
Implementation
NatInfo({
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,
});