Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.dto | |
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
FcNetwork |
FcNetworkAdaptor.buildDto(Object source) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
FcNetworkAdaptor.buildJsonObjectFromDto(FcNetwork source) |
Modifier and Type | Method and Description |
---|---|
List<FcNetwork> |
FcNetworkCollection.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
FcNetworkCollection.setMembers(List<FcNetwork> _members) |
Modifier and Type | Method and Description |
---|---|
FcNetwork |
FcNetworkClient.getFcNetwork(RestParams params,
String resourceId)
The module aids in fetching the FC network details for the specified
FC network resource identifier.
|
FcNetwork |
FcNetworkClientImpl.getFcNetwork(RestParams params,
String resourceId) |
FcNetwork |
FcNetworkClient.getFcNetworkByName(RestParams params,
String name)
The module aids in fetching the FC network details for the specified
FC network name.
|
FcNetwork |
FcNetworkClientImpl.getFcNetworkByName(RestParams params,
String name) |
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
FcNetworkClient.createFcNetwork(RestParams params,
FcNetwork fcNetworkDto,
boolean aSync,
boolean useJsonRequest)
The module aids in creation of an FC network when provided with the FC network
details as an FcNetwork object or JsonRequest.
|
TaskResourceV2 |
FcNetworkClientImpl.createFcNetwork(RestParams params,
FcNetwork fcNetworkDto,
boolean aSync,
boolean useJsonRequest) |
TaskResourceV2 |
FcNetworkClient.updateFcNetwork(RestParams params,
String resourceId,
FcNetwork fcNetworkDto,
boolean aSync,
boolean useJsonRequest)
The module takes in an FcNetwork object or JsonRequest and updates the
existing FC network based on the resource identifier.
|
TaskResourceV2 |
FcNetworkClientImpl.updateFcNetwork(RestParams params,
String resourceId,
FcNetwork fcNetworkDto,
boolean aSync,
boolean useJsonRequest) |
Copyright © 2016. All rights reserved.