| Package | Description | 
|---|---|
| org.opendaylight.netvirt.coe.utils | |
| org.opendaylight.netvirt.neutronvpn | |
| org.opendaylight.netvirt.neutronvpn.api.enums | |
| org.opendaylight.netvirt.vpnmanager | 
| Modifier and Type | Method and Description | 
|---|---|
static void | 
CoeUtils.createVpnInstance(String vpnName,
                 List<String> rd,
                 List<String> irt,
                 List<String> ert,
                 VpnInstance.Type type,
                 long l3vni,
                 IpVersionChoice ipVersion,
                 org.opendaylight.controller.md.sal.binding.api.ReadWriteTransaction tx)  | 
| Modifier and Type | Method and Description | 
|---|---|
IpVersionChoice | 
NeutronvpnUtils.getIpVersionChoicesFromRouterUuid(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. 
 | 
static IpVersionChoice | 
NeutronvpnUtils.getIpVersionFromString(String ipAddress)
Get IpVersionChoice from String IP like x.x.x.x or an representation IPv6. 
 | 
static IpVersionChoice | 
NeutronvpnUtils.getIpVersionFromSubnet(Subnetmap sm)
Get IpVersionChoice from Uuid Subnet. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
NeutronvpnUtils.getSubnetCountFromRouter(org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid routerId,
                        IpVersionChoice ipVer)  | 
boolean | 
NeutronvpnUtils.shouldVpnHandleIpVersionChoiceChange(IpVersionChoice ipVersion,
                                    org.opendaylight.yang.gen.v1.urn.ietf.params.xml.ns.yang.ietf.yang.types.rev130715.Uuid routerId,
                                    boolean add)  | 
void | 
NeutronvpnUtils.updateVpnInstanceWithIpFamily(String vpnName,
                             IpVersionChoice ipVersion,
                             boolean add)  | 
| 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 | 
VpnUtil.getIpVersionFromString(String ipAddress)
Get IpVersionChoice from String IP like x.x.x.x or an representation IPv6. 
 | 
Copyright © 2019 OpenDaylight. All rights reserved.