public static class EdgeGatewayNATUpdateRequest.Nat64Rule extends Object
Constructor and Description |
---|
Nat64Rule(Long ruleTag,
boolean loggingEnabled,
boolean enabled,
String description,
String matchIpv6DestinationPrefix,
String translatedIpv4SourcePrefix) |
Modifier and Type | Method and Description |
---|---|
String |
getDescription()
Get the description of the NAT 64 rule.
|
String |
getMatchIpv6DestinationPrefix()
Get the match IPv6 destination prefix of the NAT 64 rule.
|
Long |
getRuleId()
Get the rule identifier.
|
Long |
getRuleTag()
Get the rule tag of the NAT 64 rule.
|
String |
getTranslatedIpv4SourcePrefix()
Gets translated ipv 4 source prefix.
|
boolean |
isEnabled()
Whether or not NAT 64 rule is enabled.
|
boolean |
isLoggingEnabled()
Whether or not logging is enabled in NAT 64.
|
public Long getRuleTag()
Long
rule tag of NAT 64public boolean isLoggingEnabled()
public boolean isEnabled()
public String getDescription()
String
description of NAT 64 rulepublic String getMatchIpv6DestinationPrefix()
IPv6 address used to map IPv6 destinations to IPv4 destinations. IPv6 CIDR. Prefix length must be 32, 40, 48, 56, 64, or 96. The IPv4 destination address is appended this network. For example, if the prefix is 64:ff9b::/96, and the destination IPv4 IP is 120.1.1.3, the IPv6 destination is 64:ff9b::7801:0103 (7801:0103 is 120.1.1.3 in hex). You can use the well-known prefix defined in RFC 6052: 64:ff9b::/96, or use any other IPv6 CIDR that is not already in use in your environment. You can use a network or an IP address.
String
match IPv6 destination prefixpublic String getTranslatedIpv4SourcePrefix()
IPv4 address used to translate an IPv6 source address into an IPv4 source address. IPv4 CIDR. The translated IPv4 source address is assigned from this network. For example, if the prefix is 10.10.10.0/24, the source address might be 10.10.10.5. You can use any IPv4 CIDR that is not already in use in your environment, or optionally use the shared address defined in RFC 6598: 100.64.0.0/10. You can use a network or an IP address.
Copyright © 2023 iland Internet Solutions, Corp. All rights reserved.