ENUM

GlobalExistingSnapshotRetention

Description

Available options for retention of existing snapshots.

link GraphQL Schema definition

  • enum GlobalExistingSnapshotRetention {
  • # Expire immediately.
  • EXPIRE_IMMEDIATELY
  • # Keep forever.
  • KEEP_FOREVER
  • # Not applicable.
  • NOT_APPLICABLE
  • # Preserve retention from previous SLA Domain.
  • RETAIN_SNAPSHOTS
  • }