Click or drag to resize
ServerVolume Class
Represents a volume attached to a server.
Inheritance Hierarchy

Namespace: OpenStack.Compute.v2_1
Assembly: openstacknet (in openstacknet.dll) Version: 1.7.7+Branch.master.Sha.25d803f397c8693c2c13777ef6675f796f520f2c
Syntax
public class ServerVolume : ServerVolumeReference

The ServerVolume type exposes the following members.

Constructors
  NameDescription
Public methodServerVolume
Initializes a new instance of the ServerVolume class
Top
Methods
  NameDescription
Public methodDetachAsync
Detaches a volume from a server.
(Inherited from ServerVolumeReference.)
Public methodGetServerVolumeAsync
Shows details for a volume attachment.
(Inherited from ServerVolumeReference.)
Top
Extension Methods
  NameDescription
Public Extension MethodDetach
Detaches a volume from a server.
(Defined by ServerVolumeExtensions.)
Public Extension MethodGetServerVolume
Shows details for a volume attachment.
(Defined by ServerVolumeExtensions.)
Top
Properties
  NameDescription
Public propertyDeviceName
A path to the device for the volume attached to the server.
Public propertyId
The attachment identifier.
(Inherited from ServerVolumeReference.)
Public propertyServerId
The server identifier.
Public propertyVolumeId
The volume identifier.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also