Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.dto | |
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
UplinkSets |
UplinkSetAdaptor.buildDto(Object source) |
UplinkSets |
UplinkSetAdaptor.buildDto(Object source,
double version) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
UplinkSetAdaptor.buildJsonObjectFromDto(UplinkSets source,
double apiVersion) |
Modifier and Type | Method and Description |
---|---|
List<UplinkSets> |
UplinkSetCollectionV2.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
UplinkSetCollectionV2.setMembers(List<UplinkSets> _members) |
Modifier and Type | Method and Description |
---|---|
UplinkSets |
UplinkSetClient.getUplinkSet(RestParams params,
String resourceId)
The module aids in fetching the uplink set details for the specified
uplink set resource identifier.
|
UplinkSets |
UplinkSetClientImpl.getUplinkSet(RestParams params,
String resourceId) |
UplinkSets |
UplinkSetClient.getUplinkSetsByName(RestParams params,
String uplinkSetName)
The module aids in fetching the uplink set details for the specified
uplink set name as specified in HPE OneView.
|
UplinkSets |
UplinkSetClientImpl.getUplinkSetsByName(RestParams params,
String name) |
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
UplinkSetClient.createUplinkSet(RestParams params,
UplinkSets uplinkSetDto,
boolean aSync,
boolean useJsonRequest)
This module aids in creation of uplink set.
|
TaskResourceV2 |
UplinkSetClientImpl.createUplinkSet(RestParams params,
UplinkSets uplinkSetDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
UplinkSetClient.updateUplinkSet(RestParams params,
String resourceId,
UplinkSets uplinkDto,
boolean aSync,
boolean useJsonRequest)
The module takes in an UplinkSet object or a JsonRequest and updates the
existing uplink set based on the resource identifier.
|
TaskResourceV2 |
UplinkSetClientImpl.updateUplinkSet(RestParams params,
String resourceId,
UplinkSets uplinkDto,
boolean aSync,
boolean useJsonRequest) |
Copyright © 2016. All rights reserved.