public class DefaultTunnels extends org.onosproject.yang.model.InnerModelObject implements Tunnels
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Constructor and Description |
|---|
DefaultTunnels()
Creates an instance of defaultTunnels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
addToTunnel(Tunnel addTo)
Adds to the list of tunnel.
|
boolean |
equals(Object obj) |
int |
hashCode() |
String |
toString() |
List<Tunnel> |
tunnel()
Returns the attribute tunnel.
|
void |
tunnel(List<Tunnel> tunnel)
Sets the attribute tunnel.
|
addAugmentation, augmentation, augmentations, removeAugmentationpublic List<Tunnel> tunnel()
Tunnelspublic void tunnel(List<Tunnel> tunnel)
Tunnelspublic void addToTunnel(Tunnel addTo)
TunnelsaddToTunnel in interface TunnelsaddTo - value of tunnelCopyright © 2018. All rights reserved.