StorageProfileArgs

data class StorageProfileArgs(val osDisk: Output<OsDiskArgs>, val volumeAttachments: Output<List<String>>? = null) : ConvertibleToJava<StorageProfileArgs>

Constructors

Link copied to clipboard
constructor(osDisk: Output<OsDiskArgs>, volumeAttachments: Output<List<String>>? = null)

Properties

Link copied to clipboard
val osDisk: Output<OsDiskArgs>

The disk to use with this virtual machine.

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

The resource IDs of volumes that are requested to be attached to the virtual machine.

Functions

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