Image Disk Device Mapping
data class ImageDiskDeviceMapping(val device: String? = null, val diskType: String? = null, val size: Int? = null, val snapshotId: String? = null)
Constructors
Link copied to clipboard
fun ImageDiskDeviceMapping(device: String? = null, diskType: String? = null, size: Int? = null, snapshotId: String? = null)