Package | Description |
---|---|
com.hp.ov.sdk.rest.client.storage |
Modifier and Type | Method and Description |
---|---|
StorageVolumeSnapshot |
StorageVolumeClient.getSnapshot(String resourceId,
String snapshotId)
Retrieves the
StorageVolumeSnapshot details for the specified storage volume snapshot. |
Modifier and Type | Method and Description |
---|---|
ResourceCollection<StorageVolumeSnapshot> |
StorageVolumeClient.getAllSnapshots(String resourceId)
Returns all snapshots available for an existing storage volume.
|
Modifier and Type | Method and Description |
---|---|
TaskResource |
StorageVolumeClient.createSnapshot(String resourceId,
StorageVolumeSnapshot snapshot,
RequestOption... options)
Creates a snapshot for the storage volume specified by the resource identifier.
|
Copyright © 2017. All rights reserved.