AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Describes a block device mapping.
Namespace: Amazon.AutoScaling.Model
Assembly: AWSSDK.AutoScaling.dll
Version: 3.x.y.z
public class BlockDeviceMapping
The BlockDeviceMapping type exposes the following members
Name | Description | |
---|---|---|
BlockDeviceMapping() |
Name | Type | Description | |
---|---|---|---|
DeviceName | System.String |
Gets and sets the property DeviceName.
The device name assigned to the volume (for example,
To define a block device mapping, set the device name and exactly one of the following
properties: |
|
Ebs | Amazon.AutoScaling.Model.Ebs |
Gets and sets the property Ebs. Information to attach an EBS volume to an instance at launch. |
|
NoDevice | System.Boolean |
Gets and sets the property NoDevice.
Setting this value to
If |
|
VirtualName | System.String |
Gets and sets the property VirtualName.
The name of the instance store volume (virtual device) to attach to an instance at
launch. The name must be in the form ephemeralX where X is a number
starting from zero (0), for example, |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5