public class EdgeNATServiceResponse extends Object implements Serializable
| Constructor and Description |
|---|
EdgeNATServiceResponse(String externalIp,
String natType,
String policy,
List<EdgeNATRuleResponse> rules,
Boolean enabled) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getExternalIp()
Get the external IP address.
|
String |
getNatType()
Get the Nat Service Type.
|
String |
getPolicy()
Get the policy.
|
List<EdgeNATRuleResponse> |
getRules()
Get the list of NAT rules.
|
int |
hashCode() |
Boolean |
isEnabled()
Get whether or not the NAT Service is enabled.
|
String |
toString() |
public Boolean isEnabled()
Boolean enabledpublic String getExternalIp()
String external ippublic List<EdgeNATRuleResponse> getRules()
List of EdgeNATRuleResponseCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.