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