Uses of Class
org.opendaylight.neutron.northbound.api.NeutronBgpvpnNetworkAssociationRequest
-
Packages that use NeutronBgpvpnNetworkAssociationRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronBgpvpnNetworkAssociationRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronBgpvpnNetworkAssociationRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronBgpvpnNetworkAssociationsNorthbound. createBgpvpnNetworkAssociations(NeutronBgpvpnNetworkAssociationRequest input)
Creates new BgpvpnNetworkAssociations.javax.ws.rs.core.Response
NeutronBgpvpnNetworkAssociationsNorthbound. updateBgpvpnNetworkAssociation(String bgpvpnNetworkAssociationUUID, NeutronBgpvpnNetworkAssociationRequest input)
Updates a BgpvpnNetworkAssociation.
-