public interface AddressOriginated extends NotificationOrigin, org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AddressOriginated.LeafIdentifier
Identify the leaf of AddressOriginated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(AddressOriginated.LeafIdentifier leaf)
Checks if the leaf value is set.
|
IpAddressNoZone |
sourceAddress()
Returns the attribute sourceAddress.
|
void |
sourceAddress(IpAddressNoZone sourceAddress)
Sets the attribute sourceAddress.
|
String |
sourceVrf()
Returns the attribute sourceVrf.
|
void |
sourceVrf(String sourceVrf)
Sets the attribute sourceVrf.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
String sourceVrf()
IpAddressNoZone sourceAddress()
BitSet valueLeafFlags()
void sourceVrf(String sourceVrf)
sourceVrf - value of sourceVrfvoid sourceAddress(IpAddressNoZone sourceAddress)
sourceAddress - value of sourceAddressboolean isLeafValueSet(AddressOriginated.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.