Click or drag to resize
VolumeDefinition Class
Defines a new volume.
Inheritance Hierarchy
SystemObject
  OpenStack.Compute.v2_1VolumeDefinition

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

The VolumeDefinition type exposes the following members.

Constructors
  NameDescription
Public methodVolumeDefinition
Initializes a new instance of the VolumeDefinition class.
Top
Properties
  NameDescription
Public propertyAvailabilityZone
The availability zone.
Public propertyDescription
The volume description.
Public propertyMetadata
One or more metadata key and value pairs to associate with the volume.
Public propertyName
The volume name.
Public propertySize
The size of the volume, in gigabytes (GB).
Public propertySourceSnapshotId
The snapshot from which to create a volume.
Public propertyVolumeTypeId
The unique identifier for a volume type.
Top
Version Information

.NET Framework

Supported in: 4.5

openstack.net

Supported in: 1.6
See Also