The Ebs data type.
 Declaration Syntax
 Declaration Syntax| C# | 
public class Ebs
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | Ebs()()()() | Initializes a new instance of the Ebs class | 
|  | DeleteOnTermination | 
            Indicates whether to delete the volume on instance termination. Default: true | 
|  | 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 | 
            The number of I/O operations per second (IOPS) that the volume supports. The maximum ratio of IOPS to volume size is 30.0 Valid Values:
            Range is 100 to 4000. Default: None.
             
             Constraints: | 
|  | SnapshotId | 
            The snapshot ID.
             
             Constraints: | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | VolumeSize | 
            The volume size, in gigabytes. Valid values: If the volume type is io1, the minimum size of the volume is 10. Default: If you're
            creating the volume from a snapshot, and you don't specify a volume size, the default is the snapshot size. Required: Required when the
            volume type is io1.
             
             Constraints: | 
|  | VolumeType | 
            The volume type. Valid values: standard | io1 Default: standard Constraints: | 
|  | WithDeleteOnTermination(Boolean) | Obsolete. 
            Sets the DeleteOnTermination property
             | 
|  | WithIops(Int32) | Obsolete. 
            Sets the Iops property
             | 
|  | WithSnapshotId(String) | Obsolete. 
            Sets the SnapshotId property
             | 
|  | WithVolumeSize(Int32) | Obsolete. 
            Sets the VolumeSize property
             | 
|  | WithVolumeType(String) | Obsolete. 
            Sets the VolumeType property
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | Ebs |