INPUT_OBJECT

BackupThrottleSettingInput

Description

Backup throttle settings.

link GraphQL Schema definition

  • input BackupThrottleSettingInput {
  • # UUID used to identify the cluster the request goes to.
  • clusterUuid: String
  • # Backup throttle is enabled when it's true.
  • enableThrottling: Boolean
  • # Backup throttle settings related to VMware.
  • vmwareThrottlingSettings: VmwareThrottlingSettingsInput
  • }