public class EdgeNATRuleUpdateRequest extends Object implements Serializable
| Constructor and Description | 
|---|
| EdgeNATRuleUpdateRequest(String description,
                        Integer id,
                        String ruleType,
                        boolean enabled,
                        String icmpSubType,
                        String originalIp,
                        String originalPort,
                        String protocol,
                        String translatedIp,
                        String translatedPort,
                        String interfaceName,
                        int ruleIndex) | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getDescription()Get the description | 
| String | getIcmpSubType()Get the ICMP sub type for the Nat Rule. | 
| Integer | getId()Get the id | 
| String | getInterfaceName()Get the interface name. | 
| String | getOriginalIp()Get the original IP address. | 
| String | getOriginalPort()Get the original port. | 
| String | getProtocol()Get the protocol. | 
| int | getRuleIndex()Get the rule index. | 
| String | getRuleType()Get the rule type | 
| String | getTranslatedIp()Get the translated IP address. | 
| String | getTranslatedPort()Get the translated port. | 
| boolean | isEnabled()Is nat rule enabled. | 
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.