GetInstanceEphemeralBlockDevice

data class GetInstanceEphemeralBlockDevice(val deviceName: String, val noDevice: Boolean? = null, val virtualName: String? = null)

Constructors

Link copied to clipboard
constructor(deviceName: String, noDevice: Boolean? = null, virtualName: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Physical name of the device.

Link copied to clipboard
val noDevice: Boolean? = null

Whether the specified device included in the device mapping was suppressed or not (Boolean).

Link copied to clipboard
val virtualName: String? = null

Virtual device name.