Interface NetQosPolicyBandwidthLimitRule

    • Method Detail

      • getMaxKbps

        Integer getMaxKbps()
        The maximum KBPS (kilobits per second) value. If you specify this value, must be greater than 0 otherwise max_kbps will have no value.
        Returns:
        maxKbps
      • getMaxBurstKbps

        Integer getMaxBurstKbps()
        The maximum burst size (in kilobits).
        Returns:
        maxBurstKbps
      • getDirection

        NetQosPolicyBandwidthLimitRule.Direction getDirection()
        The direction of the traffic to which the QoS rule is applied, as seen from the point of view of the port. Valid values are egress and ingress. Default value is egress.
        Returns:
        direction
      • getDirectionValue

        String getDirectionValue()