HostNetworkTrafficShapingPolicy
HostNetworkTrafficShapingPolicy
This data object type describes traffic shaping policy.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"enabled": false,
"averageBandwidth": 0,
"peakBandwidth": 0,
"burstSize": 0
}
boolean
enabled
Optional
The flag to indicate whether or not traffic shaper is enabled on the port.
integer As int64 As int64
averageBandwidth
Optional
The average bandwidth in bits per second if shaping is enabled on the port.
integer As int64 As int64
peakBandwidth
Optional
The peak bandwidth during bursts in bits per second if traffic shaping is enabled on the port.
integer As int64 As int64
burstSize
Optional
The maximum burst size allowed in bytes if shaping is enabled on the port.