Package | Description |
---|---|
org.opendaylight.netvirt.neutronvpn | |
org.opendaylight.netvirt.neutronvpn.api.enums | |
org.opendaylight.netvirt.neutronvpn.api.utils |
Modifier and Type | Method and Description |
---|---|
static IpVersionChoice |
NeutronvpnUtils.getIpVersionChoicesFromRouterUuid(org.opendaylight.controller.md.sal.binding.api.DataBroker dataBroker,
org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid routerUuid)
Method to get an ipVersionChosen as IPV4 and/or IPV6 or undefined from the subnetmaps of the router.
|
Modifier and Type | Method and Description |
---|---|
IpVersionChoice |
IpVersionChoice.addVersion(IpVersionChoice ipVers)
used to get an association of ipv4 and/or ipv6 choice if it is possible.
|
static IpVersionChoice |
IpVersionChoice.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IpVersionChoice[] |
IpVersionChoice.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
IpVersionChoice |
IpVersionChoice.addVersion(IpVersionChoice ipVers)
used to get an association of ipv4 and/or ipv6 choice if it is possible.
|
boolean |
IpVersionChoice.isIpVersionChosen(IpVersionChoice arg) |
Modifier and Type | Method and Description |
---|---|
static IpVersionChoice |
NeutronUtils.getIpVersion(String ipAddress)
Get IpVersionChoice from String IP like x.x.x.x or an representation IPv6.
|
Copyright © 2018 OpenDaylight. All rights reserved.