OBJECT
RscSnapshotRetentionInfo
Description
RSC snapshot retention information for local, archival, and replication locations.
link GraphQL Schema definition
- type RscSnapshotRetentionInfo {
- # List of snapshot retention information objects for the archival locations.
- RscSnapshotLocationRetentionInfo!] : [
- # Specifies whether custom retention is applied on the snapshot.
- Boolean! :
- # Snapshot retention information object on the local location.
- RscSnapshotLocationRetentionInfo :
- # List of snapshot retention information objects for the replicated locations.
- RscSnapshotLocationRetentionInfo!] : [
- }