public interface LogicalDownlinkClient extends SearchableResource<LogicalDownlink>
SearchableResource.GetByNameRequestInterceptor
Modifier and Type | Field and Description |
---|---|
static String |
LOGICAL_DOWNLINK_URI |
static String |
WITHOUT_ETHERNET_URI |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<LogicalDownlink> |
getAllWithoutEthernet()
Retrieves the
ResourceCollection <LogicalDownlink > containing details
for all available logical downlinks found under the current HPE OneView, excluding any
existing ethernet networks. |
LogicalDownlink |
getByIdWithoutEthernet(String resourceId)
Retrieves the
LogicalDownlink details for the specified logical downlink,
excluding any existing ethernet networks. |
getByName
static final String LOGICAL_DOWNLINK_URI
static final String WITHOUT_ETHERNET_URI
LogicalDownlink getByIdWithoutEthernet(String resourceId)
LogicalDownlink
details for the specified logical downlink,
excluding any existing ethernet networks.resourceId
- logical downlink resource identifier as seen in HPE OneView.LogicalDownlink
object containing the details.ResourceCollection<LogicalDownlink> getAllWithoutEthernet()
ResourceCollection
<LogicalDownlink
> containing details
for all available logical downlinks found under the current HPE OneView, excluding any
existing ethernet networks.ResourceCollection
<LogicalDownlink
> containing
the details for all logical downlinks found.Copyright © 2017. All rights reserved.