RestorePointSourceVMStorageProfileArgs

data class RestorePointSourceVMStorageProfileArgs(val dataDisks: Output<List<RestorePointSourceVMDataDiskArgs>>? = null, val osDisk: Output<RestorePointSourceVMOSDiskArgs>? = null) : ConvertibleToJava<RestorePointSourceVMStorageProfileArgs>

Describes the storage profile.

Constructors

Link copied to clipboard
constructor(dataDisks: Output<List<RestorePointSourceVMDataDiskArgs>>? = null, osDisk: Output<RestorePointSourceVMOSDiskArgs>? = null)

Properties

Link copied to clipboard

Gets the data disks of the VM captured at the time of the restore point creation.

Link copied to clipboard

Gets the OS disk of the VM captured at the time of the restore point creation.

Functions

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