INPUT_OBJECT
UpdateSystemBackupSettingsMutationInput
The input object that defines the fields for the updateSystemBackupSettings mutation.
link GraphQL Schema definition
- input UpdateSystemBackupSettingsMutationInput {
- # Whether or not to automatically perform a backup every day.
- Boolean :
- # Whether or not to automatically export backups to configured destinations every
- # day.
- Boolean :
- # Whether or not to automatically delete an exported system backup on a
- # destination configured by a client when pruning exports.
- Boolean :
- # The maximum number of backups allowed to exist at any given time.
- Int :
- # The maximum number of backup exports allowed to exist at any given time.
- Int :
- # The number of minutes to wait until a backup in progress is considered to have
- # failed and is ready to be marked as such.
- Int :
- # A note about this entity.
- NoteMutationInput :
- }