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.
- : [SnapshotLocationRetentionInfo!]!
- # Required. Supported in v5.2+
- # Snapshot retention information such as frequency tag and expected expiration
- # time on the cloud native locations.
- : [SnapshotLocationRetentionInfo!]!
- # Supported in v5.2+
- # Snapshot retention information on the local cluster.
- : SnapshotLocationRetentionInfo
- # Required. Supported in v5.2+
- # List of snapshot retention information on the replicated locations.
- : [SnapshotLocationRetentionInfo!]!
- }