RestorePointSourceMetadata Class
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.
Constructor
RestorePointSourceMetadata(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
hardware_profile
|
Gets the hardware profile. |
|
storage_profile
|
Gets the storage profile. |
|
os_profile
|
Gets the OS profile. |
|
diagnostics_profile
|
Gets the diagnostics profile. |
|
license_type
|
Gets the license type, which is for bring your own license scenario. |
|
vm_id
|
Gets the virtual machine unique id. |
|
security_profile
|
Gets the security profile. |
|
location
|
Location of the VM from which the restore point was created. |
|
user_data
|
UserData associated with the source VM for which restore point is captured, which is a base-64 encoded value. |
|
hyper_v_generation
|
HyperVGeneration of the source VM for which restore point is captured. Known values are: "V1" and "V2". |
Attributes
diagnostics_profile
Gets the diagnostics profile.
diagnostics_profile: _models.DiagnosticsProfile | None
hardware_profile
Gets the hardware profile.
hardware_profile: _models.HardwareProfile | None
hyper_v_generation
"V1" and "V2".
hyper_v_generation: str | _models.HyperVGenerationTypes | None
license_type
Gets the license type, which is for bring your own license scenario.
license_type: str | None
location
Location of the VM from which the restore point was created.
location: str | None
os_profile
Gets the OS profile.
os_profile: _models.OSProfile | None
security_profile
Gets the security profile.
security_profile: _models.SecurityProfile | None
storage_profile
Gets the storage profile.
storage_profile: _models.RestorePointSourceVMStorageProfile | None
user_data
UserData associated with the source VM for which restore point is captured, which is a base-64 encoded value.
user_data: str | None
vm_id
Gets the virtual machine unique id.
vm_id: str | None