DiskArgs

data class DiskArgs(val diskSizeGB: Output<Int>? = null, val name: Output<String>? = null) : ConvertibleToJava<DiskArgs>

Specifies the disk information fo the Azure Large Instance

Constructors

Link copied to clipboard
constructor(diskSizeGB: Output<Int>? = null, name: Output<String>? = null)

Properties

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

Specifies the size of an empty data disk in gigabytes.

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

The disk name.

Functions

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