Package | Description |
---|---|
com.hp.ov.sdk.rest.client |
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 |
---|---|
ResourceCollection<StorageVolumeV2> |
StorageVolumeClient.getAllStorageVolumes(RestParams params)
The module aids in fetching the storage volume details for all the
storage volumes found under the current HPE OneView.
|
ResourceCollection<StorageVolumeV2> |
StorageVolumeClientImpl.getAllStorageVolumes(RestParams params) |
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.