AmiFromInstanceEphemeralBlockDevice

data class AmiFromInstanceEphemeralBlockDevice(val deviceName: String? = null, val virtualName: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val deviceName: String? = null

Path at which the device is exposed to created instances.

Link copied to clipboard
val virtualName: String? = null

Name for the ephemeral device, of the form "ephemeralN" where N is a volume number starting from zero.