Restore Point Source Metadata Response
data class RestorePointSourceMetadataResponse(val diagnosticsProfile: DiagnosticsProfileResponse, val hardwareProfile: HardwareProfileResponse, val hyperVGeneration: String, val licenseType: String, val location: String, val osProfile: OSProfileResponse, val securityProfile: SecurityProfileResponse, val storageProfile: RestorePointSourceVMStorageProfileResponse? = null, val userData: String, val vmId: String)
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
fun RestorePointSourceMetadataResponse(diagnosticsProfile: DiagnosticsProfileResponse, hardwareProfile: HardwareProfileResponse, hyperVGeneration: String, licenseType: String, location: String, osProfile: OSProfileResponse, securityProfile: SecurityProfileResponse, storageProfile: RestorePointSourceVMStorageProfileResponse? = null, userData: String, vmId: String)