INPUT_OBJECT

VmwareThrottlingSettingsInput

Description

VMware Backup throttle settings.

link GraphQL Schema definition

  • input VmwareThrottlingSettingsInput {
  • # IO latency threshold.
  • ioLatencyThreshold: Int
  • # Datastore io latency threshold.
  • datastoreIoLatencyThreshold: Int
  • # CPU utilization threshold.
  • cpuUtilizationThreshold: Int
  • }