VmssDataDiskArgs

data class VmssDataDiskArgs(val diskLetter: Output<String>, val diskSizeGB: Output<Int>, val diskType: Output<Either<String, DiskType>>, val lun: Output<Int>) : ConvertibleToJava<VmssDataDiskArgs>

Managed data disk description.

Constructors

Link copied to clipboard
constructor(diskLetter: Output<String>, diskSizeGB: Output<Int>, diskType: Output<Either<String, DiskType>>, lun: Output<Int>)

Properties

Link copied to clipboard
val diskLetter: Output<String>

Managed data disk letter. It can not use the reserved letter C or D and it can not change after created.

Link copied to clipboard
val diskSizeGB: Output<Int>

Disk size for each vm in the node type in GBs.

Link copied to clipboard
val diskType: Output<Either<String, DiskType>>

Managed data disk type. Specifies the storage account type for the managed disk

Link copied to clipboard
val lun: Output<Int>

Specifies the logical unit number of the data disk. This value is used to identify data disks within the VM and therefore must be unique for each data disk attached to a VM. Lun 0 is reserved for the service fabric data disk.

Functions

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