| Package | Description | 
|---|---|
| org.opendaylight.netvirt.neutronvpn.evpn.utils | 
| Modifier and Type | Method and Description | 
|---|---|
static NeutronEvpnUtils.Operation | 
NeutronEvpnUtils.Operation.valueOf(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. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
NeutronEvpnUtils.updateElanAndVpn(VpnInstance vpnInstance,
                String subnetVpn,
                NeutronEvpnUtils.Operation operation)  | 
void | 
NeutronEvpnUtils.updateElanWithVpnInfo(String elanInstanceName,
                     VpnInstance vpnInstance,
                     NeutronEvpnUtils.Operation operation)  | 
void | 
NeutronEvpnUtils.updateVpnWithElanInfo(VpnInstance vpnInstance,
                     String elanInstanceName,
                     NeutronEvpnUtils.Operation operation)  | 
Copyright © 2019 OpenDaylight. All rights reserved.