OBJECT
CdmSnapshotRetentionInfo
Description
Snapshot retention information.
link GraphQL Schema definition
- type CdmSnapshotRetentionInfo {
- # Snapshot retention information on the local cluster.
- CdmSnapshotLocationRetentionInfo :
- # Specifies whether custom retention is applied.
- Boolean! :
- # List of snapshot retention information objects for the archival locations.
- CdmSnapshotLocationRetentionInfo!] : [
- # List of snapshot retention information objects for the replicated locations.
- CdmSnapshotLocationRetentionInfo!] : [
- }