DVSTrafficShapingPolicy

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 flag to indicate whether or not traffic shaper is enabled on the port.

averageBandwidth
Optional

The average bandwidth in bits per second if shaping is enabled on the port.

peakBandwidth
Optional

The peak bandwidth during bursts in bits per second if traffic shaping is enabled on the port.

burstSize
Optional

The maximum burst size allowed in bytes if shaping is enabled on the port.