Virtual Disk Args
data class VirtualDiskArgs(val controllerKey: Output<Int>? = null, val deviceKey: Output<Int>? = null, val deviceName: Output<String>? = null, val diskMode: Output<Either<String, DiskMode>>? = null, val diskSizeGB: Output<Int>? = null, val diskType: Output<Either<String, DiskType>>? = null, val name: Output<String>? = null, val unitNumber: Output<Int>? = null) : ConvertibleToJava<VirtualDiskArgs>
Virtual disk model
Constructors
Link copied to clipboard
constructor(controllerKey: Output<Int>? = null, deviceKey: Output<Int>? = null, deviceName: Output<String>? = null, diskMode: Output<Either<String, DiskMode>>? = null, diskSizeGB: Output<Int>? = null, diskType: Output<Either<String, DiskType>>? = null, name: Output<String>? = null, unitNumber: Output<Int>? = null)