INPUT_OBJECT
BackupThrottleSettingInput
Description
Backup throttle settings.
link GraphQL Schema definition
- input BackupThrottleSettingInput {
- # UUID used to identify the cluster the request goes to.
- : String
- # Backup throttle is enabled when it's true.
- : Boolean
- # Backup throttle settings related to VMware.
- : VmwareThrottlingSettingsInput
- }