RestorePointSourceMetadataArgs

data class RestorePointSourceMetadataArgs(val storageProfile: Output<RestorePointSourceVMStorageProfileArgs>? = null) : ConvertibleToJava<RestorePointSourceMetadataArgs>

Describes the properties of the Virtual Machine for which the restore point was created. The properties provided are a subset and the snapshot of the overall Virtual Machine properties captured at the time of the restore point creation.

Constructors

Link copied to clipboard
constructor(storageProfile: Output<RestorePointSourceVMStorageProfileArgs>? = null)

Properties

Link copied to clipboard

Gets the storage profile.

Functions

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