DVSTrafficShapingPolicy
DVSTrafficShapingPolicy
This data object type describes traffic shaping policy.
AllOf
This class requires all of the following:
JSON Example
{
"_typeName": "string",
"inherited": false,
"enabled": {
"_typeName": "string",
"inherited": false,
"value": false
},
"averageBandwidth": {
"_typeName": "string",
"inherited": false,
"value": 0
},
"peakBandwidth": {
"_typeName": "string",
"inherited": false,
"value": 0
},
"burstSize": {
"_typeName": "string",
"inherited": false,
"value": 0
}
}
enabled
Optional
The boolean type of setting or configuration that may get an inherited value.
averageBandwidth
Optional
The long integer type of setting or configuration that may get an inherited value.
peakBandwidth
Optional
The long integer type of setting or configuration that may get an inherited value.
burstSize
Optional
The long integer type of setting or configuration that may get an inherited value.