public class EdgeDHCPPoolResponse extends Object implements Serializable
Constructor and Description |
---|
EdgeDHCPPoolResponse(String edgeUUID,
boolean enabled,
String network,
int maxLeaseTime,
int defaultLeaseTime,
String lowIP,
String highIP) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
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.
|
int |
hashCode() |
boolean |
isEnabled()
Indicates whether the DHCP pool is enabled.
|
String |
toString() |
public String getEdgeUUID()
String
edge uuidpublic boolean isEnabled()
public int getDefaultLeaseTime()
public int getMaxLeaseTime()
public String getLowIPAddress()
String
ip addresspublic String getHighIPAddress()
String
ip addressCopyright © 2019 iland Internet Solutions, Corp. All rights reserved.