INPUT_OBJECT

BasicSnapshotScheduleInput

Description

Basic snapshot schedule.

link GraphQL Schema definition

  • input BasicSnapshotScheduleInput {
  • # Frequency of snapshot schedule.
  • frequency: Int
  • # Retention of snapshot schedule.
  • retention: Int
  • # Unit of retention in snapshot schedule.
  • retentionUnit: RetentionUnit
  • }