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.
  • archivalInfos: [SnapshotLocationDetail!]
  • # Information of the local cluster if the snapshot is present locally.
  • localInfo: SnapshotLocationDetail
  • # Location information of all the replication locations where snapshot is present.
  • replicationInfos: [SnapshotLocationDetail!]
  • }

link Require by