public interface MonitorableCongestionPoint
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBackgroundDownstreamBW()
Returns the background downstream bandwidth that is always deemed to be in-use.
|
java.lang.String |
getBackgroundUpstreamBW()
Returns the background upstream bandwidth that is always deemed to be in-use.
|
java.lang.String |
getCurrentDownstreamBW()
Returns the downstream bandwidth.
|
java.lang.String |
getCurrentUpstreamBW()
Returns the upstream bandwidth.
|
java.lang.String |
getDownstreamBWUsage()
Returns the in-use downstream bandwidth.
|
java.lang.String |
getProvisionedDownstreamBW()
Returns the provisioned downstream bandwidth.
|
java.lang.String |
getProvisionedUpstreamBW()
Returns the provisioned upstream bandwidth.
|
java.lang.String |
getUpstreamBWUsage()
Returns the in-use upstream bandwidth.
|
java.lang.String getCurrentUpstreamBW()
java.lang.String getCurrentDownstreamBW()
java.lang.String getUpstreamBWUsage()
java.lang.String getDownstreamBWUsage()
java.lang.String getProvisionedUpstreamBW()
java.lang.String getProvisionedDownstreamBW()
java.lang.String getBackgroundUpstreamBW()
java.lang.String getBackgroundDownstreamBW()