OBJECT

VmwareThrottlingSettings

Description

VMware Backup throttle settings.

link GraphQL Schema definition

  • type VmwareThrottlingSettings {
  • # IO latency threshold.
  • ioLatencyThreshold: Int!
  • # Datastore io latency threshold.
  • datastoreIoLatencyThreshold: Int!
  • # CPU utilization threshold.
  • cpuUtilizationThreshold: Int!
  • }