Data Object - ConverterThrottlingParams

Property of
ConverterConversionParams, ConverterParamsAgentCloningParams
Extended by
ConverterThrottlingParamsUpdateSpec
Extends
DynamicData
Since
Converter API 2.0

Data Object Description

Specifies how CPU and network throttling should be handled for runs of a job.

Properties

Name Type Description
cpuThrottling*xsd:string

Specifies how CPU throttling of a thread should be done. This should be a stringized value from the ThrottlingParams.CpuThrottling enumeration. An unset value indicates no CPU throttling and is equivalent to the value CpuThrottling#none.
networkBandwidthThrottlingInMB*xsd:int

The max network bandwidth to be used by the job during a run. An unset value indicates no throttling.
Properties inherited from DynamicData
None
*Need not be set