Data Object - ConverterThrottlingParamsUpdateSpec

Property of
ConverterBaseConversionParamsUpdateSpec
Extends
ConverterThrottlingParams
Since
Converter API 2.0

Data Object Description

Specification for updating throttling parameters. In order to disable cpuThrottling, set the cpuThrottling value to the stringized value of ThrottlingParams.CpuThrottling#none. If disableNetworkBandwidthThrottling is set to true then #networkBandwidthThrottlingInMB should not be set. Otherwise, if #networkBandwidthThrottlingInMB is set its value will be the new network bandwidth throttling value; if it is unset then the current network bandwidth throttling value will remain unchanged.

Properties

Name Type Description
disableNetworkBandwidthThrottling*xsd:boolean

If set to true then network bandwidth throttling will be disabled. Otherwise, if unset or set to false the network bandwidth throttling will be changed based upon the update specification's networkBandwidthThrottlingInMB value.
Properties inherited from ConverterThrottlingParams
cpuThrottling, networkBandwidthThrottlingInMB
Properties inherited from DynamicData
None
*Need not be set