Click or drag to resize
VolumeExtensions_v2_1 Class
Provides synchronous extention methods for a Volume instance.
Inheritance Hierarchy
SystemObject
  OpenStack.SynchronousVolumeExtensions_v2_1

Namespace: OpenStack.Synchronous
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public static class VolumeExtensions_v2_1

The VolumeExtensions_v2_1 type exposes the following members.

Methods
  NameDescription
Public methodStatic memberDelete
Deletes a volume.
Public methodStatic memberSnapshot
Snapshots a volume.
Public methodStatic memberWaitForStatus(Volume, VolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean)
Waits for the volume to reach the specified status.
Public methodStatic memberWaitForStatus(Volume, IEnumerableVolumeStatus, NullableTimeSpan, NullableTimeSpan, IProgressBoolean)
Waits for the volume to reach the specified status.
Public methodStatic memberWaitUntilAvailable
Waits the until the volume is available.
Public methodStatic memberWaitUntilDeleted
Waits for the volume to be deleted.

Treats a 404 NotFound exception as confirmation that it is deleted.

Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also