public class EdgeGatewayNATResponse extends Object implements Serializable
| Modifier and Type | Class and Description | 
|---|---|
| static class  | EdgeGatewayNATResponse.Nat64RuleNat 64 Rule. | 
| static class  | EdgeGatewayNATResponse.NatRuleNat Rule. | 
| Constructor and Description | 
|---|
| EdgeGatewayNATResponse() | 
| EdgeGatewayNATResponse(boolean enabled,
                      List<EdgeGatewayNATResponse.NatRule> natRules,
                      List<EdgeGatewayNATResponse.Nat64Rule> nat64Rules) | 
| Modifier and Type | Method and Description | 
|---|---|
| List<EdgeGatewayNATResponse.Nat64Rule> | getNat64Rules()Get the NAT 64 rules. | 
| List<EdgeGatewayNATResponse.NatRule> | getNatRules()Get the NAT rules. | 
| boolean | isEnabled()Whether or not the NAT is enabled. | 
public EdgeGatewayNATResponse()
public EdgeGatewayNATResponse(boolean enabled,
                              List<EdgeGatewayNATResponse.NatRule> natRules,
                              List<EdgeGatewayNATResponse.Nat64Rule> nat64Rules)
public boolean isEnabled()
public List<EdgeGatewayNATResponse.NatRule> getNatRules()
List of EdgeGatewayNATResponse.NatRule nat rulespublic List<EdgeGatewayNATResponse.Nat64Rule> getNat64Rules()
List of EdgeGatewayNATResponse.Nat64Rule nat 64 rulesCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.