public class EdgeNATRuleResponse extends Object implements Serializable
| Constructor and Description | 
|---|
| EdgeNATRuleResponse(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 | 
|---|---|
| boolean | equals(Object o) | 
| 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. | 
| int | hashCode() | 
| boolean | isEnabled()Is nat rule enabled. | 
| String | toString() | 
Copyright © 2020 iland Internet Solutions, Corp. All rights reserved.