Uses of Class
org.opendaylight.neutron.northbound.api.NeutronSubnetRequest
-
Packages that use NeutronSubnetRequest Package Description org.opendaylight.neutron.northbound.api -
-
Uses of NeutronSubnetRequest in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronSubnetRequest Modifier and Type Method Description javax.ws.rs.core.Response
NeutronSubnetsNorthbound. createSubnets(NeutronSubnetRequest input)
Creates new Subnets.javax.ws.rs.core.Response
NeutronSubnetsNorthbound. updateSubnet(String subnetUUID, NeutronSubnetRequest input)
Updates a Subnet.
-