OBJECT
CheckArchivedSnapshotsLockedReply
Description
Archived snapshot locking related details for a workload.
link GraphQL Schema definition
- type CheckArchivedSnapshotsLockedReply {
- # Snapshot IDs for which the archived copy is locked.
- String!]! : [
- # Snapshot IDs for which the archived copy is not locked.
- String!]! : [
- # Snapshot IDs are not valid for checking if they are locked. Snapshots which do
- # not have unexpired archival copy are considered invalid.
- String!]! : [
- }