Describes an Amazon EBS volume configuration.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class VolumeConfiguration
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | VolumeConfiguration()()()() | Initializes a new instance of the VolumeConfiguration class | 
|  | Equals(Object) | (Inherited from Object.) | 
|  | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | 
|  | GetType()()()() | Gets the type of the current instance.(Inherited from Object.) | 
|  | Iops | 
            Gets and sets the property Iops. 
             For PIOPS volumes, the IOPS per disk. | 
|  | MountPoint | 
            Gets and sets the property MountPoint. 
             The volume mount point. For example "/dev/sdh". | 
|  | NumberOfDisks | 
            Gets and sets the property NumberOfDisks. 
             The number of disks in the volume. | 
|  | RaidLevel | 
            Gets and sets the property RaidLevel. 
             The volume RAID level. | 
|  | Size | 
            Gets and sets the property Size. 
             The volume size. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VolumeType | 
            Gets and sets the property VolumeType. 
             The volume type, standard or PIOPS. | 
|  | WithIops(Int32) | Obsolete. 
            Sets the Iops property
             | 
|  | WithMountPoint(String) | Obsolete. 
            Sets the MountPoint property
             | 
|  | WithNumberOfDisks(Int32) | Obsolete. 
            Sets the NumberOfDisks property
             | 
|  | WithRaidLevel(Int32) | Obsolete. 
            Sets the RaidLevel property
             | 
|  | WithSize(Int32) | Obsolete. 
            Sets the Size property
             | 
|  | WithVolumeType(String) | Obsolete. 
            Sets the VolumeType property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | VolumeConfiguration |