RestorePointProvisioningDetails Class

Restore Point Provisioning details.

Inheritance
RestorePointProvisioningDetails

Constructor

RestorePointProvisioningDetails(*, creation_time: Optional[datetime.datetime] = None, total_used_size_in_bytes: Optional[int] = None, status_code: Optional[int] = None, status_message: Optional[str] = None, **kwargs)

Parameters

creation_time
datetime
Required

Gets the creation time of the restore point.

total_used_size_in_bytes
<xref:long>
Required

Gets the total size of the data in all the disks which are part of the restore point.

status_code
int
Required

Gets the status of the Create restore point operation.

status_message
str
Required

Gets the status message of the Create restore point operation.