Interface QosDescription

    • Method Detail

      • qosId

        QosId qosId()
        Returns qos identifier.
        Returns:
        qos identifier
      • maxRate

        Optional<Bandwidth> maxRate()
        Returns the max rate of qos, Valid only in specific qos type.
        Returns:
        Maximum rate shared by all queued traffic, in bit/s.
      • cir

        Optional<Long> cir()
        Returns Committed Information Rate of Qos, Valid only in specific qos type. the CIR is measured in bytes of IP packets per second.
        Returns:
        cir
      • cbs

        Optional<Long> cbs()
        Returns Committed Burst Size of Qos, Valid only in specific qos type. the CBS is measured in bytes and represents a token bucket.
        Returns:
        cbs