AWS SDK for .NET Documentation
InstanceBlockDeviceMappingParameter Class
AmazonAmazon.EC2.ModelInstanceBlockDeviceMappingParameter Did this page help you?   Yes   No    Tell us about it...
Instance block device mapping parameter.
Declaration Syntax
C#
public class InstanceBlockDeviceMappingParameter
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
InstanceBlockDeviceMappingParameter()()()()
Initializes a new instance of the InstanceBlockDeviceMappingParameter class

DeviceName
The device name exposed to the instance (e.g., /dev/sdh).

Ebs
Parameters used to automatically setup Amazon EBS volumes when the instance is launched.

Equals(Object)
Determines whether the specified Object is equal to the current 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 device name (e.g., /dev/sdb) to suppress during instance launch.

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(InstanceEbsBlockDeviceParameter) Obsolete.
Sets parameters used to automatically setup Amazon EBS volumes when the instance is launched.

WithNoDevice(String) Obsolete.
Sets the device name (e.g., /dev/sdb) to suppress during instance launch.

WithVirtualName(String) Obsolete.
Sets the virtual device name.

Inheritance Hierarchy
Object
InstanceBlockDeviceMappingParameter

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)