Volume Class |
Namespace: OpenStack.Compute.v2_1
The Volume type exposes the following members.
Name | Description | |
---|---|---|
DeleteAsync |
Deletes a volume.
| |
SnapshotAsync |
Snapshots a volume.
| |
WaitForStatusAsync(VolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean, CancellationToken) |
Waits for the volume to reach the specified status.
| |
WaitForStatusAsync(IEnumerableVolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean, CancellationToken) |
Waits for the volume to reach the specified status.
| |
WaitUntilAvailableAsync |
Waits the until the volume 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.
(Defined by VolumeExtensions_v2_1.) | |
Snapshot |
Snapshots a volume.
(Defined by VolumeExtensions_v2_1.) | |
WaitForStatus(VolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean) | Overloaded.
Waits for the volume to reach the specified status.
(Defined by VolumeExtensions_v2_1.) | |
WaitForStatus(IEnumerableVolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean) | Overloaded.
Waits for the volume to reach the specified status.
(Defined by VolumeExtensions_v2_1.) | |
WaitUntilAvailable |
Waits the until the volume is available.
(Defined by VolumeExtensions_v2_1.) | |
WaitUntilDeleted |
Waits for the volume to be deleted.
(Defined by VolumeExtensions_v2_1.)Treats a 404 NotFound exception as confirmation that it is deleted. |
Name | Description | |
---|---|---|
Attachments |
A list of servers to which this volume is attached.
| |
AvailabilityZone |
The availability zone.
| |
Created |
The date and time when the resource was created.
| |
Description |
The volume description.
| |
Id |
The volume identifier.
| |
Metadata |
One or more metadata key and value pairs to associate with the volume.
| |
Name |
The volume name.
| |
Size |
The size of the volume, in gigabytes (GB).
| |
SourceSnapshotId |
The snapshot from which to create a volume.
| |
Status |
The volume status.
| |
VolumeTypeId |
The unique identifier for a volume type.
|