public class DefaultIpConnection extends org.onosproject.yang.model.InnerModelObject implements IpConnection
valueLeafFlags identify the leafs whose value are explicitly set Applicable in protocol edit and query operation.
| Modifier and Type | Field and Description |
|---|---|
protected Ipv4 |
ipv4 |
protected Ipv6 |
ipv6 |
protected Oam |
oam |
| Constructor and Description |
|---|
DefaultIpConnection()
Creates an instance of defaultIpConnection.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
int |
hashCode() |
Ipv4 |
ipv4()
Returns the attribute ipv4.
|
void |
ipv4(Ipv4 ipv4)
Sets the attribute ipv4.
|
Ipv6 |
ipv6()
Returns the attribute ipv6.
|
void |
ipv6(Ipv6 ipv6)
Sets the attribute ipv6.
|
Oam |
oam()
Returns the attribute oam.
|
void |
oam(Oam oam)
Sets the attribute oam.
|
String |
toString() |
addAugmentation, augmentation, augmentations, removeAugmentationpublic DefaultIpConnection()
public Ipv4 ipv4()
IpConnectionipv4 in interface IpConnectionpublic Ipv6 ipv6()
IpConnectionipv6 in interface IpConnectionpublic Oam oam()
IpConnectionoam in interface IpConnectionpublic void ipv4(Ipv4 ipv4)
IpConnectionipv4 in interface IpConnectionipv4 - value of ipv4public void ipv6(Ipv6 ipv6)
IpConnectionipv6 in interface IpConnectionipv6 - value of ipv6public void oam(Oam oam)
IpConnectionoam in interface IpConnectionoam - value of oamCopyright © 2018. All rights reserved.