 Declaration Syntax
 Declaration Syntax| C# | 
public class Volume
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Volume()()()() | Initializes a new instance of the Volume class | 
|  | AvailabilityZone | 
            Gets and sets the property AvailabilityZone. 
             The volume Availability Zone. For more information, see Regions and Endpoints. | 
|  | Device | 
            Gets and sets the property Device. 
             The device name. | 
|  | Ec2VolumeId | 
            Gets and sets the property Ec2VolumeId. 
             The Amazon EC2 volume ID. | 
|  | 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.) | 
|  | InstanceId | 
            Gets and sets the property InstanceId. 
             The instance ID. | 
|  | 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". | 
|  | Name | 
            Gets and sets the property Name. 
             The volume name. | 
|  | RaidArrayId | 
            Gets and sets the property RaidArrayId. 
             The RAID array ID. | 
|  | Region | 
            Gets and sets the property Region. 
             The AWS region. For more information about AWS regions, see Regions and Endpoints. | 
|  | Size | 
            Gets and sets the property Size. 
             The volume size. | 
|  | Status | 
            Gets and sets the property Status. 
             The value returned by DescribeVolumes. | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VolumeId | 
            Gets and sets the property VolumeId. 
             The volume ID. | 
|  | VolumeType | 
            Gets and sets the property VolumeType. 
             The volume type, standard or PIOPS. | 
|  | WithAvailabilityZone(String) | Obsolete. 
            Sets the AvailabilityZone property
             | 
|  | WithDevice(String) | Obsolete. 
            Sets the Device property
             | 
|  | WithEc2VolumeId(String) | Obsolete. 
            Sets the Ec2VolumeId property
             | 
|  | WithInstanceId(String) | Obsolete. 
            Sets the InstanceId property
             | 
|  | WithIops(Int32) | Obsolete. 
            Sets the Iops property
             | 
|  | WithMountPoint(String) | Obsolete. 
            Sets the MountPoint property
             | 
|  | WithName(String) | Obsolete. 
            Sets the Name property
             | 
|  | WithRaidArrayId(String) | Obsolete. 
            Sets the RaidArrayId property
             | 
|  | WithRegion(String) | Obsolete. 
            Sets the Region property
             | 
|  | WithSize(Int32) | Obsolete. 
            Sets the Size property
             | 
|  | WithStatus(String) | Obsolete. 
            Sets the Status property
             | 
|  | WithVolumeId(String) | Obsolete. 
            Sets the VolumeId property
             | 
|  | WithVolumeType(String) | Obsolete. 
            Sets the VolumeType property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Volume |