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