Information about an EBS block device.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class EbsBlockDevice
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | EbsBlockDevice()()()() | Initializes a new instance of the EbsBlockDevice class | 
|  | DeleteOnTermination | 
            Whether the EBS block device is deleted on instance termination.
             | 
|  | 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 | 
            Quantity of desired throughput in IOPS.
             | 
|  | IsSetDeleteOnTermination()()()() | 
            Checks if DeleteOnTermination property is set
             | 
|  | IsSetIOPS()()()() | 
            Checks if IOPS property is set
             | 
|  | IsSetSnapshotId()()()() | 
            Checks if SnapshotId property is set
             | 
|  | IsSetVolumeSize()()()() | 
            Checks if VolumeSize property is set
             | 
|  | IsSetVolumeType()()()() | 
            Checks if VolumeType property is set
             | 
|  | SnapshotId | 
            The ID of the snapshot.
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VolumeSize | 
            Size of the volume.
             | 
|  | VolumeType | 
            The volume type.
            Constraints: may be either "io1" or "standard".
            If VolumeType != "io1", IOPS property cannot be set.
             | 
|  | WithDeleteOnTermination(Boolean) | Obsolete. 
            Sets whether the EBS block device is deleted on instance termination.
             | 
|  | WithIOPS(String) | Obsolete. 
            Sets quantity of desired throughput in IOPS.
             | 
|  | WithSnapshotId(String) | Obsolete. 
            Sets the ID of the snapshot.
             | 
|  | WithVolumeSize(Decimal) | Obsolete. 
            Sets the size of the volume.
             | 
|  | WithVolumeType(String) | Obsolete. 
            Sets the volume type.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | EbsBlockDevice |