| VolumeSnapshot Class |
Namespace: OpenStack.Compute.v2_1
The VolumeSnapshot type exposes the following members.
| Name | Description | |
|---|---|---|
| VolumeSnapshot | Initializes a new instance of the VolumeSnapshot class |
| Name | Description | |
|---|---|---|
| DeleteAsync |
Deletes a volume snapshot.
| |
| WaitForStatusAsync(SnapshotStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean, CancellationToken) |
Waits for the volume to reach the specified status.
| |
| WaitForStatusAsync(IEnumerableSnapshotStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean, CancellationToken) |
Waits for the volume to reach the specified status.
| |
| WaitUntilAvailableAsync |
Waits the until the snapshot is available.
| |
| WaitUntilDeletedAsync |
Waits for the volume to be deleted.
Treats a 404 NotFound exception as confirmation that it is deleted. |
| Name | Description | |
|---|---|---|
| Delete |
Deletes a volume snapshot.
(Defined by VolumeSnapshotExtensions_v2_1.) |
| Name | Description | |
|---|---|---|
| Created |
The date and time when the resource was created.
| |
| Description |
The snapshot description.
| |
| Id |
The volume snapshot identifier.
| |
| Name |
The snapshot name.
| |
| Size |
The snapshot size, in GB.
| |
| Status |
The snapshot status.
| |
| VolumeId |
The volume identifier.
|