Package | Description |
---|---|
com.hp.ov.sdk.adaptors | |
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,
ApiVersion version) |
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 |
---|---|
ResourceCollection<StorageSystemV2> |
StorageSystemClientImpl.getAllStorageSystems(RestParams params) |
ResourceCollection<StorageSystemV2> |
StorageSystemClient.getAllStorageSystems(RestParams params)
The module aids in fetching the storage system details for all the
storage system found under the current 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.