Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.dto | |
com.hp.ov.sdk.rest.client | |
com.hp.ov.sdk.util |
Modifier and Type | Method and Description |
---|---|
NetworkSets |
NetworkSetAdaptor.buildDto(Object source) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
NetworkSetAdaptor.buildJsonObjectFromDto(NetworkSets source) |
Modifier and Type | Method and Description |
---|---|
List<NetworkSets> |
NetworkSetCollection.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
NetworkSetCollection.setMembers(List<NetworkSets> _members) |
Modifier and Type | Method and Description |
---|---|
NetworkSets |
NetworkSetClientImpl.getNetworkSets(RestParams params,
String resourceId) |
NetworkSets |
NetworkSetClient.getNetworkSets(RestParams params,
String resourceId)
The module aids in fetching the network set details for the specified
network set resource identifier.
|
NetworkSets |
NetworkSetClientImpl.getNetworkSetsByName(RestParams params,
String name) |
NetworkSets |
NetworkSetClient.getNetworkSetsByName(RestParams params,
String name)
The module aids in fetching the network set details for the network set
name as specified in HPE OneView.
|
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
NetworkSetClientImpl.createNetworkSet(RestParams params,
NetworkSets networkSetDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
NetworkSetClient.createNetworkSet(RestParams params,
NetworkSets networkSet,
boolean aSync,
boolean useJsonRequest)
The module aids in the creation of a network set when provided with the
network set details as a NetworkSets object or JsonRequest.
|
TaskResourceV2 |
NetworkSetClientImpl.updateNetworkSet(RestParams params,
String resourceId,
NetworkSets networkSetDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
NetworkSetClient.updateNetworkSet(RestParams params,
String resourceId,
NetworkSets networkSetDto,
boolean aSync,
boolean useJsonRequest)
The module takes in a NetworkSet object or JsonRequest and updates the
existing network set based on the resource identifier.
|
Modifier and Type | Method and Description |
---|---|
NetworkSets |
ResourceDtoUtils.buildNetworkSetDto(RestParams params,
String networkSetName,
List<String> networkNames) |
Copyright © 2016. All rights reserved.