DiskRestorePointInstanceView Class

The instance view of a disk restore point.

Constructor

DiskRestorePointInstanceView(*args: Any, **kwargs: Any)

Variables

Name Description
id
str

Disk restore point Id.

snapshot_access_state

The state of snapshot which determines the access availability of the snapshot. Known values are: "Unknown", "Pending", "Available", "InstantAccess", and "AvailableWithInstantAccess".

replication_status

The disk restore point replication status information.

Attributes

id

Disk restore point Id.

id: str | None

replication_status

The disk restore point replication status information.

replication_status: _models.DiskRestorePointReplicationStatus | None

snapshot_access_state

The state of snapshot which determines the access availability of the snapshot. Known values are: "Unknown", "Pending", "Available", "InstantAccess", and "AvailableWithInstantAccess".

snapshot_access_state: str | _models.SnapshotAccessState | None