InstanceEphemeralBlockDevice class
Constructors
-
InstanceEphemeralBlockDevice({required Input<
String> deviceName, Input<bool?> ? noDevice, Input<String?> ? virtualName}) -
Creates a new InstanceEphemeralBlockDevice.
deviceNameName of the block device to mount on the instance.noDeviceSuppresses the specified device included in the AMI's block device mapping. virtualName Instance Store Device Name (e.g.,ephemeral0).const -
InstanceEphemeralBlockDevice.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
deviceName
→ Input<
String> -
Name of the block device to mount on the instance.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
noDevice
→ Input<
bool?> ? -
Suppresses the specified device included in the AMI's block device mapping.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
virtualName
→ Input<
String?> ? -
Instance Store Device Name (e.g.,
ephemeral0).final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited