Describes an instance's RAID array.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class RaidArray
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | RaidArray()()()() | Initializes a new instance of the RaidArray class | 
|  | AvailabilityZone | 
            Gets and sets the property AvailabilityZone. 
             The array's Availability Zone. For more information, see Regions and Endpoints. | 
|  | CreatedAt | 
            Gets and sets the property CreatedAt. 
             When the RAID array was created. | 
|  | Device | 
            Gets and sets the property Device. 
             The array's Linux device. For example /dev/mdadm0. | 
|  | 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 array's mount point. | 
|  | Name | 
            Gets and sets the property Name. 
             The array name. | 
|  | NumberOfDisks | 
            Gets and sets the property NumberOfDisks. 
             The number of disks in the array. | 
|  | RaidArrayId | 
            Gets and sets the property RaidArrayId. 
             The array ID. | 
|  | RaidLevel | 
            Gets and sets the property RaidLevel. 
             The RAID level. | 
|  | Size | 
            Gets and sets the property Size. 
             The array's 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. | 
|  | WithAvailabilityZone(String) | Obsolete. 
            Sets the AvailabilityZone property
             | 
|  | WithCreatedAt(String) | Obsolete. 
            Sets the CreatedAt property
             | 
|  | WithDevice(String) | Obsolete. 
            Sets the Device 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
             | 
|  | WithNumberOfDisks(Int32) | Obsolete. 
            Sets the NumberOfDisks property
             | 
|  | WithRaidArrayId(String) | Obsolete. 
            Sets the RaidArrayId 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 | |
|  | RaidArray |