Image Disk Device Mapping Args
data class ImageDiskDeviceMappingArgs(val device: Output<String>? = null, val diskType: Output<String>? = null, val size: Output<Int>? = null, val snapshotId: Output<String>? = null) : ConvertibleToJava<ImageDiskDeviceMappingArgs>
Constructors
Link copied to clipboard
fun ImageDiskDeviceMappingArgs(device: Output<String>? = null, diskType: Output<String>? = null, size: Output<Int>? = null, snapshotId: Output<String>? = null)