public interface AutoBandwidth
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Method and Description |
|---|---|
Config |
config()
Returns the attribute config.
|
void |
config(Config config)
Sets the attribute config.
|
Overflow |
overflow()
Returns the attribute overflow.
|
void |
overflow(Overflow overflow)
Sets the attribute overflow.
|
State |
state()
Returns the attribute state.
|
void |
state(State state)
Sets the attribute state.
|
Underflow |
underflow()
Returns the attribute underflow.
|
void |
underflow(Underflow underflow)
Sets the attribute underflow.
|
Config config()
State state()
Overflow overflow()
Underflow underflow()
void config(Config config)
config - value of configvoid state(State state)
state - value of statevoid overflow(Overflow overflow)
overflow - value of overflowvoid underflow(Underflow underflow)
underflow - value of underflowCopyright © 2018. All rights reserved.