public class EdgeDHCPServiceResponse extends Object implements Serializable
| Constructor and Description |
|---|
EdgeDHCPServiceResponse(String edgeUUID,
boolean enabled,
List<EdgeDHCPPoolResponse> dhcpPools) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
List<EdgeDHCPPoolResponse> |
getDhcpPools()
Gets a reference to the list of DHCP pools;
|
String |
getEdgeUuid()
Gets the UUID of the edge that this DHCP service is associated with.
|
int |
hashCode() |
boolean |
isEnabled()
Indicates whether the DHCP service is enabled.
|
String |
toString() |
public EdgeDHCPServiceResponse(String edgeUUID, boolean enabled, List<EdgeDHCPPoolResponse> dhcpPools)
public String getEdgeUuid()
String edge uuidpublic boolean isEnabled()
public List<EdgeDHCPPoolResponse> getDhcpPools()
List of EdgeDHCPPoolResponseCopyright © 2020 iland Internet Solutions, Corp. All rights reserved.