public class EdgeGatewayNATResponse extends Object implements Serializable
Modifier and Type | Class and Description |
---|---|
static class |
EdgeGatewayNATResponse.Nat64Rule
Nat 64 Rule.
|
static class |
EdgeGatewayNATResponse.NatRule
Nat 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 © 2023 iland Internet Solutions, Corp. All rights reserved.