Package | Description |
---|---|
com.hp.ov.sdk.dto | |
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
List<StorageVolumeV2> |
StorageVolumeCollection.getMembers() |
Modifier and Type | Method and Description |
---|---|
void |
StorageVolumeCollection.setMembers(List<StorageVolumeV2> members) |
Modifier and Type | Method and Description |
---|---|
StorageVolumeV2 |
StorageVolumeClient.getStorageVolume(RestParams params,
String resourceId)
The module aids in fetching the storage volume details for the specified
storage volume resource identifier.
|
StorageVolumeV2 |
StorageVolumeClientImpl.getStorageVolume(RestParams params,
String resourceId) |
StorageVolumeV2 |
StorageVolumeClient.getStorageVolumeByName(RestParams params,
String name)
The module aids in fetching the storage volume details for the
storage volume name as specified in HPE OneView.
|
StorageVolumeV2 |
StorageVolumeClientImpl.getStorageVolumeByName(RestParams params,
String name) |
Modifier and Type | Method and Description |
---|---|
String |
StorageVolumeClient.updateStorageVolume(RestParams params,
String resourceId,
StorageVolumeV2 storageVolumeDto,
boolean useJsonRequest)
The module takes in an StorageVolumeV2 object or JsonRequest and updates
the existing storage volume based on the resource identifier.
|
String |
StorageVolumeClientImpl.updateStorageVolume(RestParams params,
String resourceId,
StorageVolumeV2 storageVolumeDto,
boolean useJsonRequest) |
Copyright © 2016. All rights reserved.