| 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.ipaddress |
Implementation of YANG node ipAddress's children nodes.
|
| Modifier and Type | Method and Description |
|---|---|
IpAddressUnion |
IpAddress.union()
Returns the attribute union.
|
| Modifier and Type | Method and Description |
|---|---|
static IpAddress |
IpAddress.of(IpAddressUnion value)
Returns the object of ipAddress for type union.
|
void |
IpAddress.union(IpAddressUnion union)
Sets the attribute union.
|
| Constructor and Description |
|---|
IpAddress(IpAddressUnion union)
Creates an instance of union.
|
| Modifier and Type | Method and Description |
|---|---|
static IpAddressUnion |
IpAddressUnion.fromString(String valInString)
Returns the object of ipAddressUnion fromString input String ipAddressUnion.
|
static IpAddressUnion |
IpAddressUnion.of(Ipv4Address value)
Returns the object of ipAddressUnion for type ipv4Address.
|
static IpAddressUnion |
IpAddressUnion.of(Ipv6Address value)
Returns the object of ipAddressUnion for type ipv6Address.
|
Copyright © 2017. All rights reserved.