public interface Network
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Network.LeafIdentifier
Identify the leaf of Network.
|
| Modifier and Type | Method and Description |
|---|---|
int |
ip()
Returns the attribute ip.
|
void |
ip(int ip)
Sets the attribute ip.
|
boolean |
isLeafValueSet(Network.LeafIdentifier leaf)
Checks if the leaf value is set.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
int ip()
BitSet valueLeafFlags()
void ip(int ip)
ip - value of ipboolean isLeafValueSet(Network.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.