AttachNewDataDiskOptionsArgs

data class AttachNewDataDiskOptionsArgs(val diskName: Output<String>? = null, val diskSizeGiB: Output<Int>? = null, val diskType: Output<Either<String, StorageType>>? = null) : ConvertibleToJava<AttachNewDataDiskOptionsArgs>

Properties to attach new disk to the Virtual Machine.

Constructors

Link copied to clipboard
constructor(diskName: Output<String>? = null, diskSizeGiB: Output<Int>? = null, diskType: Output<Either<String, StorageType>>? = null)

Properties

Link copied to clipboard
val diskName: Output<String>? = null

The name of the disk to be attached.

Link copied to clipboard
val diskSizeGiB: Output<Int>? = null

Size of the disk to be attached in Gibibytes.

Link copied to clipboard
val diskType: Output<Either<String, StorageType>>? = null

The storage type for the disk (i.e. Standard, Premium).

Functions

Link copied to clipboard
open override fun toJava(): AttachNewDataDiskOptionsArgs