OBJECT

SnapshotRetentionInfo

Description

Supported in v5.2+

link GraphQL Schema definition

  • type SnapshotRetentionInfo {
  • # Required. Supported in v5.2+
  • # List of snapshot retention information on the archival locations.
  • archivalInfos: [SnapshotLocationRetentionInfo!]!
  • # Required. Supported in v5.2+
  • # Snapshot retention information such as frequency tag and expected expiration
  • # time on the cloud native locations.
  • cloudNativeLocationInfo: [SnapshotLocationRetentionInfo!]!
  • # Supported in v5.2+
  • # Snapshot retention information on the local cluster.
  • localInfo: SnapshotLocationRetentionInfo
  • # Required. Supported in v5.2+
  • # List of snapshot retention information on the replicated locations.
  • replicationInfos: [SnapshotLocationRetentionInfo!]!
  • }