| Package | Description |
|---|---|
| com.hp.ov.sdk.dto.generated | |
| com.hp.ov.sdk.rest.client | |
| com.hp.ov.sdk.util |
| Modifier and Type | Method and Description |
|---|---|
List<UplinkSet> |
LogicalInterconnectGroups.getUplinkSets()
(Required)
|
| Modifier and Type | Method and Description |
|---|---|
void |
LogicalInterconnectGroups.setUplinkSets(List<UplinkSet> uplinkSets)
(Required)
|
| Modifier and Type | Method and Description |
|---|---|
TaskResourceV2 |
LogicalInterconnectGroupClient.updateLogicalInterconnectGroup(RestParams params,
String resourceId,
List<UplinkSet> uplinkSetDto,
boolean aSync,
boolean useJsonRequest)
The module takes in a list of UplinkSet object or JsonRequest and updates the
existing logical interconnect group based on the resource identifier.
|
TaskResourceV2 |
LogicalInterconnectGroupClientImpl.updateLogicalInterconnectGroup(RestParams params,
String resourceId,
List<UplinkSet> uplinkSetDto,
boolean aSync,
boolean useJsonRequest) |
| Modifier and Type | Method and Description |
|---|---|
UplinkSet |
ResourceDtoUtils.buildUplinkSetDto(RestParams params,
String ligName,
String uplinkSetName,
String uplinkSetType,
HashMap<Integer,List<String>> bayPortMap,
List<String> networkNames) |
UplinkSet |
ResourceDtoUtils.buildUplinkSetDto(RestParams params,
String ligName,
String uplinkSetName,
String uplinkSetType,
List<String> networkNames,
HashMap<Integer,List<String>> bayPortMap,
String lacpTimer,
String fcUplinkSpeed) |
Copyright © 2016. All rights reserved.