Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
com.hp.ov.sdk.dto | |
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
StorageSystemV2 |
StorageSystemAdaptor.buildDto(Object source) |
Modifier and Type | Method and Description |
---|---|
org.json.JSONObject |
StorageSystemAdaptor.buildJsonObjectFromDto(StorageSystemV2 source,
double version) |
Modifier and Type | Method and Description |
---|---|
List<StorageSystemV2> |
StorageSystemCollection.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
StorageSystemCollection.setMembers(List<StorageSystemV2> _members) |
Modifier and Type | Method and Description |
---|---|
StorageSystemV2 |
StorageSystemClientImpl.getStorageSystem(RestParams params,
String resourceId) |
StorageSystemV2 |
StorageSystemClient.getStorageSystem(RestParams params,
String resourceId)
The module aids in fetching the storage system details for the specified
storage system resource identifier.
|
StorageSystemV2 |
StorageSystemClientImpl.getStorageSystemByName(RestParams params,
String name) |
StorageSystemV2 |
StorageSystemClient.getStorageSystemByName(RestParams params,
String name)
The module aids in fetching the storage system details for the
storage system name as specified in HPE OneView.
|
Modifier and Type | Method and Description |
---|---|
String |
StorageSystemClientImpl.updateStorageSystem(RestParams params,
String resourceId,
StorageSystemV2 storageSystemDto,
boolean useJsonRequest) |
String |
StorageSystemClient.updateStorageSystem(RestParams params,
String resourceId,
StorageSystemV2 storageSystemDto,
boolean useJsonRequest)
The module takes in an
StorageSystemV2 object or JsonRequest and updates
the existing storage system based on resource identifier. |
Copyright © 2016. All rights reserved.