public class EdgeDhcpServiceUpdateRequest extends Object implements Serializable
Constructor and Description |
---|
EdgeDhcpServiceUpdateRequest(String edgeUUID,
boolean enabled,
List<EdgeDHCPPoolUpdateRequest> dhcpPools) |
Modifier and Type | Method and Description |
---|---|
List<EdgeDHCPPoolUpdateRequest> |
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.
|
boolean |
isEnabled()
Indicates whether the DHCP service is enabled.
|
public EdgeDhcpServiceUpdateRequest(String edgeUUID, boolean enabled, List<EdgeDHCPPoolUpdateRequest> dhcpPools)
public String getEdgeUuid()
String
edge uuidpublic boolean isEnabled()
public List<EdgeDHCPPoolUpdateRequest> getDhcpPools()
List
of EdgeDHCPPoolUpdateRequest
Copyright © 2019 iland Internet Solutions, Corp. All rights reserved.