Instance block device mapping set.
            
 Declaration Syntax
 Declaration Syntax| C# | 
public class InstanceBlockDeviceMapping
 Members
 Members| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description | 
|---|---|---|
|  | InstanceBlockDeviceMapping()()()() | Initializes a new instance of the InstanceBlockDeviceMapping class | 
|  | DeviceName | 
            The device name exposed to the instance (e.g., /dev/sdh).
             | 
|  | Ebs | 
            Parameters used to automatically set up Amazon EBS volumes when 
            the instance is launched.
             | 
|  | 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.) | 
|  | IsSetDeviceName()()()() | 
            Checks if DeviceName property is set
             | 
|  | IsSetEbs()()()() | 
            Checks if Ebs property is set
             | 
|  | ToString()()()() | Returns a string that represents the current object.(Inherited from Object.) | 
|  | WithDeviceName(String) | Obsolete. 
            Sets the device name exposed to the instance (e.g., /dev/sdh).
             | 
|  | WithEbs(InstanceEbsBlockDevice) | Obsolete. 
            Sets the parameters used to automatically set up Amazon EBS volumes when 
            the instance is launched.
             | 
 Inheritance Hierarchy
 Inheritance Hierarchy| Object | |
|  | InstanceBlockDeviceMapping |