Uses of Class
org.opendaylight.neutron.northbound.api.NeutronFloatingIpRequest
-
Packages that use NeutronFloatingIpRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronFloatingIpRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronFloatingIpRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronFloatingIpsNorthbound. createFloatingIps(NeutronFloatingIpRequest input)
Creates new FloatingIps.javax.ws.rs.core.Response
NeutronFloatingIpsNorthbound. updateFloatingIp(String floatingipUUID, NeutronFloatingIpRequest input)
Updates a FloatingIp.
-