Package | Description |
---|---|
com.hp.ov.sdk.rest.client |
Modifier and Type | Method and Description |
---|---|
StorageVolumeSnapshot |
StorageVolumeClient.getStorageVolumeSnapshot(RestParams params,
String storageVolumeId,
String snapshotId)
Returns a snapshot of a storage volume.
|
StorageVolumeSnapshot |
StorageVolumeClientImpl.getStorageVolumeSnapshot(RestParams params,
String storageVolumeId,
String snapshotId) |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<StorageVolumeSnapshot> |
StorageVolumeClient.getAllStorageVolumeSnapshots(RestParams params,
String storageVolumeId)
Returns all the snapshots available of an existing storage volume.
|
ResourceCollection<StorageVolumeSnapshot> |
StorageVolumeClientImpl.getAllStorageVolumeSnapshots(RestParams params,
String storageVolumeId) |
Modifier and Type | Method and Description |
---|---|
TaskResourceV2 |
StorageVolumeClient.createStorageVolumeSnapshot(RestParams params,
String storageVolumeId,
StorageVolumeSnapshot snapshot,
boolean aSync)
Creates a snapshot for the storage volume specified by the resource identifier.
|
TaskResourceV2 |
StorageVolumeClientImpl.createStorageVolumeSnapshot(RestParams params,
String storageVolumeId,
StorageVolumeSnapshot snapshot,
boolean aSync) |
Copyright © 2016. All rights reserved.