Package | Description |
---|---|
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
LogicalDownlink |
LogicalDownlinkClientImpl.getLogicalDownlinkById(RestParams params,
String resourceId) |
LogicalDownlink |
LogicalDownlinkClient.getLogicalDownlinkById(RestParams params,
String id)
The module aids in fetching the logical downlink when provided with the
LogicalDownlink resource identifier.
|
LogicalDownlink |
LogicalDownlinkClientImpl.getLogicalDownlinkByIdWithoutEthernet(RestParams params,
String resourceId) |
LogicalDownlink |
LogicalDownlinkClient.getLogicalDownlinkByIdWithoutEthernet(RestParams params,
String id)
The module aids in fetching the logical downlink when provided with
the LogicalDownlink resource identifier, excluding any existing Ethernet networks.
|
LogicalDownlink |
LogicalDownlinkClientImpl.getLogicalDownlinkByName(RestParams params,
String resourceName) |
LogicalDownlink |
LogicalDownlinkClient.getLogicalDownlinkByName(RestParams params,
String resourceName)
The module aids in fetching the logical downlink when provided with
the logical downlink name.
|
Modifier and Type | Method and Description |
---|---|
ResourceCollection<LogicalDownlink> |
LogicalDownlinkClientImpl.getAllLogicalDownlinks(RestParams params) |
ResourceCollection<LogicalDownlink> |
LogicalDownlinkClient.getAllLogicalDownlinks(RestParams params)
The module aids in fetching the logical downlink details for all
networks found under the current HPE OneView.
|
ResourceCollection<LogicalDownlink> |
LogicalDownlinkClientImpl.getAllLogicalDownlinksWithoutEthernet(RestParams params) |
ResourceCollection<LogicalDownlink> |
LogicalDownlinkClient.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.
|
Copyright © 2016. All rights reserved.