Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 1.4 KB

File metadata and controls

14 lines (11 loc) · 1.4 KB

Snapshot

Properties

Name Type Description Notes
tenant TenantRef
tenant_space TenantSpaceRef
volume_snapshots_link str The URI of volume snapshots in the snapshot.
protection_policy ProtectionPolicyRef [optional]
time_remaining int The amount of time left until the destroyed snapshot is permanently eradicated. Only valid when destroyed is true. Measured in milliseconds. Before the time_remaining period has elapsed, the destroyed snapshot can be recovered by setting destroyed=false. An expired but not yet eradicated snapshot has destroyed=true and time_remaining=0. [optional]
destroyed bool True if the snapshot has been destroyed and is pending eradication. The time_remaining value displays the amount of time left until the destroyed snapshot is permanently eradicated. Before the time_remaining period has elapsed, the destroyed snapshot can be recovered by setting destroyed=false. Once the time_remaining period has elapsed, the snapshot is permanently eradicated and can no longer be recovered. [optional]

[Back to Model list] [Back to API list] [Back to README]