public interface Ipv6Address extends Type, org.onosproject.yang.model.Augmentable
| Modifier and Type | Interface and Description |
|---|---|
static class |
Ipv6Address.LeafIdentifier
Identify the leaf of Ipv6Address.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
isLeafValueSet(Ipv6Address.LeafIdentifier leaf)
Checks if the leaf value is set.
|
Ipv6Address |
v6Address()
Returns the attribute v6Address.
|
void |
v6Address(Ipv6Address v6Address)
Sets the attribute v6Address.
|
short |
v6Flags()
Returns the attribute v6Flags.
|
void |
v6Flags(short v6Flags)
Sets the attribute v6Flags.
|
short |
v6PrefixLength()
Returns the attribute v6PrefixLength.
|
void |
v6PrefixLength(short v6PrefixLength)
Sets the attribute v6PrefixLength.
|
BitSet |
valueLeafFlags()
Returns the attribute valueLeafFlags.
|
Ipv6Address v6Address()
short v6PrefixLength()
short v6Flags()
BitSet valueLeafFlags()
void v6Address(Ipv6Address v6Address)
v6Address - value of v6Addressvoid v6PrefixLength(short v6PrefixLength)
v6PrefixLength - value of v6PrefixLengthvoid v6Flags(short v6Flags)
v6Flags - value of v6Flagsboolean isLeafValueSet(Ipv6Address.LeafIdentifier leaf)
leaf - leaf whose value status needs to checkedCopyright © 2018. All rights reserved.