public interface Ipv4
extends org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Ipv4.LeafIdentifier
Identify the leaf of Ipv4.
|
| Modifier and Type | Method and Description |
|---|---|
Class<? extends AddressAllocationType> |
addressAllocationType()
Returns the attribute addressAllocationType.
|
void |
addressAllocationType(Class<? extends AddressAllocationType> addressAllocationType)
Sets the attribute addressAllocationType.
|
Addresses |
addresses()
Returns the attribute addresses.
|
void |
addresses(Addresses addresses)
Sets the attribute addresses.
|
boolean |
isLeafValueSet(Ipv4.LeafIdentifier leaf)
Checks if the leaf value is set.
|
short |
numberOfDynamicAddress()
Returns the attribute numberOfDynamicAddress.
|
void |
numberOfDynamicAddress(short numberOfDynamicAddress)
Sets the attribute numberOfDynamicAddress.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Class<? extends AddressAllocationType> addressAllocationType()
short numberOfDynamicAddress()
BitSet valueLeafFlags()
Addresses addresses()
void addressAllocationType(Class<? extends AddressAllocationType> addressAllocationType)
addressAllocationType - value of addressAllocationTypevoid numberOfDynamicAddress(short numberOfDynamicAddress)
numberOfDynamicAddress - value of numberOfDynamicAddressvoid addresses(Addresses addresses)
addresses - value of addressesboolean isLeafValueSet(Ipv4.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.