BlockDeviceMapping class
Describes a block device mapping.
Constructors
- BlockDeviceMapping.new({required String deviceName, Ebs? ebs, bool? noDevice, String? virtualName})
- BlockDeviceMapping.fromXml(XmlElement elem)
-
factory
Properties
- deviceName → String
-
The device name exposed to the EC2 instance (for example,
/dev/sdh
orxvdh
). For more information, see Device Naming on Linux Instances in the Amazon EC2 User Guide for Linux Instances.final - ebs → Ebs?
-
Parameters used to automatically set up EBS volumes when an instance is
launched.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- noDevice → bool?
-
Setting this value to
true
suppresses the specified device included in the block device mapping of the AMI.final - runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- virtualName → String?
-
The name of the virtual device (for example,
ephemeral0
).final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited