public class EdgeDHCPPoolUpdateRequest extends Object implements Serializable
Constructor and Description |
---|
EdgeDHCPPoolUpdateRequest(String edgeUUID,
boolean enabled,
String network,
int maxLeaseTime,
int defaultLeaseTime,
String lowIp,
String highIp) |
Modifier and Type | Method and Description |
---|---|
int |
getDefaultLeaseTime()
Gets the default lease time property.
|
String |
getEdgeUuid()
Gets the uuid of the associated edge.
|
String |
getHighIPAddress()
Gets the high ip address in the pool ip address range.
|
String |
getLowIPAddress()
Gets the low ip address in the pool ip address range.
|
int |
getMaxLeaseTime()
Gets the max lease time property.
|
String |
getNetwork()
Gets the network property.
|
boolean |
isEnabled()
Indicates whether the DHCP pool is enabled.
|
public String getEdgeUuid()
String
edge uuidpublic boolean isEnabled()
public int getDefaultLeaseTime()
public int getMaxLeaseTime()
public String getLowIPAddress()
String
ip addressCopyright © 2019 iland Internet Solutions, Corp. All rights reserved.