Uses of Class
org.opendaylight.netvirt.neutronvpn.evpn.utils.NeutronEvpnUtils.Operation
-
Packages that use NeutronEvpnUtils.Operation Package Description org.opendaylight.netvirt.neutronvpn.evpn.utils -
-
Uses of NeutronEvpnUtils.Operation in org.opendaylight.netvirt.neutronvpn.evpn.utils
Methods in org.opendaylight.netvirt.neutronvpn.evpn.utils that return NeutronEvpnUtils.Operation Modifier and Type Method Description static NeutronEvpnUtils.Operation
NeutronEvpnUtils.Operation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NeutronEvpnUtils.Operation[]
NeutronEvpnUtils.Operation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.opendaylight.netvirt.neutronvpn.evpn.utils with parameters of type NeutronEvpnUtils.Operation Modifier and Type Method Description void
NeutronEvpnUtils. updateElanAndVpn(VpnInstance vpnInstance, java.lang.String subnetVpn, NeutronEvpnUtils.Operation operation)
void
NeutronEvpnUtils. updateElanWithVpnInfo(java.lang.String elanInstanceName, VpnInstance vpnInstance, NeutronEvpnUtils.Operation operation)
void
NeutronEvpnUtils. updateVpnWithElanInfo(VpnInstance vpnInstance, java.lang.String elanInstanceName, NeutronEvpnUtils.Operation operation)
-