Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.dto | |
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
Network |
NetworkAdaptor.buildDto(Object source) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
NetworkAdaptor.buildJsonObjectFromDto(Network source,
int apiVersion) |
Modifier and Type | Method and Description |
---|---|
List<Network> |
NetworkCollection.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
NetworkCollection.setMembers(List<Network> members) |
Modifier and Type | Method and Description |
---|---|
Network |
NetworkClientImpl.getNetwork(RestParams params,
String resourceId) |
Network |
NetworkClient.getNetwork(RestParams params,
String resourceId)
The module aids in fetching the Network details for the specified ethernet network
resource identifier.
|
Network |
NetworkClientImpl.getNetworkByName(RestParams params,
String name) |
Network |
NetworkClient.getNetworkByName(RestParams params,
String name)
The module aids in fetching the ethernet network details for the ethernet network name as
specified in HPE OneView.
|
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
NetworkClientImpl.createNetwork(RestParams params,
Network dto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
NetworkClient.createNetwork(RestParams params,
Network networkDto,
boolean aSync,
boolean useJsonRequest)
The module aids in creation of an ethernet network when provided with the ethernet network
details as a Network object or JsonRequest.
|
TaskResourceV2 |
NetworkClientImpl.updateNetwork(RestParams params,
String resourceId,
Network dto,
boolean asyncOrSyncMode,
boolean useJsonRequest) |
TaskResourceV2 |
NetworkClient.updateNetwork(RestParams params,
String resourceId,
Network networkDto,
boolean aSync,
boolean useJsonRequest)
The module takes in a Network object or JsonRequest and updates the
existing ethernet network based on the resource identifier.
|
Copyright © 2016. All rights reserved.