RestorePointSourceMetadataResponse

data class RestorePointSourceMetadataResponse(val diagnosticsProfile: DiagnosticsProfileResponse? = null, val hardwareProfile: HardwareProfileResponse? = null, val licenseType: String? = null, val location: String? = null, val osProfile: OSProfileResponse? = null, val securityProfile: SecurityProfileResponse? = null, val storageProfile: RestorePointSourceVMStorageProfileResponse? = null, val vmId: String? = null)

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(diagnosticsProfile: DiagnosticsProfileResponse? = null, hardwareProfile: HardwareProfileResponse? = null, licenseType: String? = null, location: String? = null, osProfile: OSProfileResponse? = null, securityProfile: SecurityProfileResponse? = null, storageProfile: RestorePointSourceVMStorageProfileResponse? = null, vmId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Gets the diagnostics profile.

Link copied to clipboard

Gets the hardware profile.

Link copied to clipboard
val licenseType: String? = null

Gets the license type, which is for bring your own license scenario.

Link copied to clipboard
val location: String? = null

Location of the VM from which the restore point was created.

Link copied to clipboard

Gets the OS profile.

Link copied to clipboard

Gets the security profile.

Link copied to clipboard

Gets the storage profile.

Link copied to clipboard
val vmId: String? = null

Gets the virtual machine unique id.