HyperVToAzStackHCIDiskInputArgs

data class HyperVToAzStackHCIDiskInputArgs(val diskFileFormat: Output<String>, val diskId: Output<String>, val diskSizeGB: Output<Double>, val isDynamic: Output<Boolean>? = null, val isOsDisk: Output<Boolean>, val storageContainerId: Output<String>? = null) : ConvertibleToJava<HyperVToAzStackHCIDiskInputArgs>

HyperVToAzStack disk input.

Constructors

Link copied to clipboard
constructor(diskFileFormat: Output<String>, diskId: Output<String>, diskSizeGB: Output<Double>, isDynamic: Output<Boolean>? = null, isOsDisk: Output<Boolean>, storageContainerId: Output<String>? = null)

Properties

Link copied to clipboard
val diskFileFormat: Output<String>

Gets or sets the type of the virtual hard disk, vhd or vhdx.

Link copied to clipboard
val diskId: Output<String>

Gets or sets the disk Id.

Link copied to clipboard
val diskSizeGB: Output<Double>

Gets or sets the disk size in GB.

Link copied to clipboard
val isDynamic: Output<Boolean>? = null

Gets or sets a value indicating whether dynamic sizing is enabled on the virtual hard disk.

Link copied to clipboard
val isOsDisk: Output<Boolean>

Gets or sets a value indicating whether disk is os disk.

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

Gets or sets the target storage account ARM Id.

Functions

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