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