Uses of Class
org.opendaylight.netvirt.neutronvpn.api.enums.IpVersionChoice
-
Packages that use IpVersionChoice Package Description org.opendaylight.netvirt.neutronvpn org.opendaylight.netvirt.neutronvpn.api.enums org.opendaylight.netvirt.vpnmanager -
-
Uses of IpVersionChoice in org.opendaylight.netvirt.neutronvpn
Methods in org.opendaylight.netvirt.neutronvpn that return IpVersionChoice Modifier and Type Method 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(java.lang.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.Methods in org.opendaylight.netvirt.neutronvpn with parameters of type IpVersionChoice Modifier and Type Method 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(java.lang.String vpnName, IpVersionChoice ipVersion, boolean add)
-
Uses of IpVersionChoice in org.opendaylight.netvirt.neutronvpn.api.enums
Methods in org.opendaylight.netvirt.neutronvpn.api.enums that return IpVersionChoice Modifier and Type Method 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(java.lang.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.Methods in org.opendaylight.netvirt.neutronvpn.api.enums with parameters of type IpVersionChoice Modifier and Type Method 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)
-
Uses of IpVersionChoice in org.opendaylight.netvirt.vpnmanager
Methods in org.opendaylight.netvirt.vpnmanager that return IpVersionChoice Modifier and Type Method Description static IpVersionChoice
VpnUtil. getIpVersionFromString(java.lang.String ipAddress)
Get IpVersionChoice from String IP like x.x.x.x or an representation IPv6.
-