Package | Description |
---|---|
com.hp.ov.sdk.rest.client |
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 |
---|---|
ResourceCollection<UplinkSets> |
UplinkSetClient.getAllUplinkSet(RestParams params)
The module aids in fetching the uplink set details for all the uplink sets
found under the current HPE OneView.
|
ResourceCollection<UplinkSets> |
UplinkSetClientImpl.getAllUplinkSet(RestParams params) |
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.