RestorePointSourceVMStorageProfileArgs

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

Describes the storage profile.

Constructors

Functions

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

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.