OBJECT
AggregateSnapshotLocationDetail
Description
Details of all the locations where the snapshot is present.
link GraphQL Schema definition
- type AggregateSnapshotLocationDetail {
- # Location information of all the archival locations where snapshot is present.
- : [SnapshotLocationDetail!]
- # Information of the local cluster if the snapshot is present locally.
- : SnapshotLocationDetail
- # Location information of all the replication locations where snapshot is present.
- : [SnapshotLocationDetail!]
- }