| Package | Description |
|---|---|
| org.onosproject.yang.gen.v1.urn.ietf.params.xml.ns.yang.yrt.ietf.inet.types.rev20130715.yrtietfinettypes |
Implementation of YANG node yrtIetfInetTypes's children nodes.
|
| org.onosproject.yang.gen.v1.urn.ietf.params.xml.ns.yang.yrt.ietf.inet.types.rev20130715.yrtietfinettypes.ipprefix |
Implementation of YANG node ipPrefix's children nodes.
|
| Modifier and Type | Method and Description |
|---|---|
IpPrefixUnion |
IpPrefix.union()
Returns the attribute union.
|
| Modifier and Type | Method and Description |
|---|---|
static IpPrefix |
IpPrefix.of(IpPrefixUnion value)
Returns the object of ipPrefix for type union.
|
void |
IpPrefix.union(IpPrefixUnion union)
Sets the attribute union.
|
| Constructor and Description |
|---|
IpPrefix(IpPrefixUnion union)
Creates an instance of union.
|
| Modifier and Type | Method and Description |
|---|---|
static IpPrefixUnion |
IpPrefixUnion.fromString(String valInString)
Returns the object of ipPrefixUnion fromString input String ipPrefixUnion.
|
static IpPrefixUnion |
IpPrefixUnion.of(Ipv4Prefix value)
Returns the object of ipPrefixUnion for type ipv4Prefix.
|
static IpPrefixUnion |
IpPrefixUnion.of(Ipv6Prefix value)
Returns the object of ipPrefixUnion for type ipv6Prefix.
|
Copyright © 2017. All rights reserved.