public class LogicalDownlinkClientImpl extends Object implements LogicalDownlinkClient
| Modifier and Type | Method and Description |
|---|---|
ResourceCollection<LogicalDownlink> |
getAllLogicalDownlinks(RestParams params)
The module aids in fetching the logical downlink details for all
networks found under the current HPE OneView.
|
ResourceCollection<LogicalDownlink> |
getAllLogicalDownlinksWithoutEthernet(RestParams params)
The module aids in fetching the logical downlink details for all networks found
under the current HPE OneView, excluding any existing Ethernet networks.
|
static LogicalDownlinkClient |
getClient() |
LogicalDownlink |
getLogicalDownlinkById(RestParams params,
String resourceId)
The module aids in fetching the logical downlink when provided with the
LogicalDownlink resource identifier.
|
LogicalDownlink |
getLogicalDownlinkByIdWithoutEthernet(RestParams params,
String resourceId)
The module aids in fetching the logical downlink when provided with
the LogicalDownlink resource identifier, excluding any existing Ethernet networks.
|
LogicalDownlink |
getLogicalDownlinkByName(RestParams params,
String resourceName)
The module aids in fetching the logical downlink when provided with
the logical downlink name.
|
public static LogicalDownlinkClient getClient()
public LogicalDownlink getLogicalDownlinkById(RestParams params, String resourceId)
LogicalDownlinkClientgetLogicalDownlinkById in interface LogicalDownlinkClientparams - The RestParams is a structure containing the connection details.resourceId - The resource identifier for the logical downlink as seen in HPE OneView.LogicalDownlink containing the logical downlink details.public LogicalDownlink getLogicalDownlinkByIdWithoutEthernet(RestParams params, String resourceId)
LogicalDownlinkClientgetLogicalDownlinkByIdWithoutEthernet in interface LogicalDownlinkClientparams - The RestParams is a structure containing the connection details.resourceId - The resource identifier for the logical downlink as seen in HPE OneView.LogicalDownlink containing the logical downlink details.public LogicalDownlink getLogicalDownlinkByName(RestParams params, String resourceName)
LogicalDownlinkClientgetLogicalDownlinkByName in interface LogicalDownlinkClientparams - The RestParams is a structure containing the connection details.resourceName - The resourceName is the logical downlink name as seen in HPE OneView.LogicalDownlink containing the logical downlink details.public ResourceCollection<LogicalDownlink> getAllLogicalDownlinks(RestParams params)
LogicalDownlinkClientgetAllLogicalDownlinks in interface LogicalDownlinkClientparams - The RestParams is a structure containing the connection details.ResourceCollection<LogicalDownlink> containing
the details for all found logical downlinks.public ResourceCollection<LogicalDownlink> getAllLogicalDownlinksWithoutEthernet(RestParams params)
LogicalDownlinkClientgetAllLogicalDownlinksWithoutEthernet in interface LogicalDownlinkClientparams - The RestParams is a structure containing the connection details.ResourceCollection<LogicalDownlink> containing
the details for all found logical downlinks.Copyright © 2016. All rights reserved.