Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.rest.client | |
com.hp.ov.sdk.util |
Modifier and Type | Method and Description |
---|---|
LogicalInterconnectGroups |
LogicalInterconnectGroupAdaptor.buildDto(Object source) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
LogicalInterconnectGroupAdaptor.buildJsonObjectFromDto(LogicalInterconnectGroups source,
ApiVersion version) |
Modifier and Type | Method and Description |
---|---|
LogicalInterconnectGroups |
LogicalInterconnectGroupClient.getLogicalInterconnectGroup(RestParams params,
String resourceId)
The module aids in fetching the logical interconnect group details for the
specified logical interconnect group resource identifier.
|
LogicalInterconnectGroups |
LogicalInterconnectGroupClientImpl.getLogicalInterconnectGroup(RestParams params,
String resourceId) |
LogicalInterconnectGroups |
LogicalInterconnectGroupClient.getLogicalInterconnectGroupByName(RestParams params,
String name)
The module aids in fetching the logical interconnect group details for the
logical interconnect group name as specified in HPE OneView.
|
LogicalInterconnectGroups |
LogicalInterconnectGroupClientImpl.getLogicalInterconnectGroupByName(RestParams params,
String name) |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<LogicalInterconnectGroups> |
LogicalInterconnectGroupClient.getAllLogicalInterconnectGroups(RestParams params)
The module aids in fetching the logical interconnect group details for all the
logical interconnect groups found under the current HPE OneView.
|
ResourceCollection<LogicalInterconnectGroups> |
LogicalInterconnectGroupClientImpl.getAllLogicalInterconnectGroups(RestParams params) |
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
LogicalInterconnectGroupClient.createLogicalInterconnectGroup(RestParams params,
LogicalInterconnectGroups logicalInterconnectGroupDto,
boolean aSync,
boolean useJsonRequest)
The module aids in creation of logical interconnect group when provided
with the logical interconnect group details as LogicalInterconnectGroups
object or a JsonRequest.
|
TaskResourceV2 |
LogicalInterconnectGroupClientImpl.createLogicalInterconnectGroup(RestParams params,
LogicalInterconnectGroups logicalInterconnectGroupDto,
boolean aSync,
boolean useJsonRequest) |
Modifier and Type | Method and Description |
---|---|
LogicalInterconnectGroups |
ResourceDtoUtils.buildLogicalInterconnectGroupDto(RestParams params,
String logicalInterconnectGroupName,
HashMap<Integer,String> bayPermittedInterconnectMaps) |
Copyright © 2016. All rights reserved.