DiskRestorePoint Class
Properties of disk restore point.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.compute.v2020_12_01.models._models_py3.ProxyOnlyResourceDiskRestorePoint
Constructor
DiskRestorePoint(*, hyper_v_generation: str | _models.HyperVGeneration | None = None, purchase_plan: _models.PurchasePlan | None = None, supports_hibernation: bool | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
hyper_v_generation
|
The hypervisor generation of the Virtual Machine. Applicable to OS disks only. Known values are: "V1" and "V2". |
purchase_plan
|
Purchase plan information for the the image from which the OS disk was created. |
supports_hibernation
|
Indicates the OS on a disk supports hibernation. |
Variables
Name | Description |
---|---|
id
|
Resource Id. |
name
|
Resource name. |
type
|
Resource type. |
time_created
|
The timestamp of restorePoint creation. |
source_resource_id
|
arm id of source disk. |
os_type
|
The Operating System type. Known values are: "Windows" and "Linux". |
hyper_v_generation
|
The hypervisor generation of the Virtual Machine. Applicable to OS disks only. Known values are: "V1" and "V2". |
purchase_plan
|
Purchase plan information for the the image from which the OS disk was created. |
family_id
|
id of the backing snapshot's MIS family. |
source_unique_id
|
unique incarnation id of the source disk. |
encryption
|
Encryption property can be used to encrypt data at rest with customer managed keys or platform managed keys. |
supports_hibernation
|
Indicates the OS on a disk supports hibernation. |
Azure SDK for Python