Uses of Class
org.opendaylight.neutron.spi.NeutronSubnet
-
Packages that use NeutronSubnet Package Description org.opendaylight.neutron.northbound.api org.opendaylight.neutron.spi org.opendaylight.neutron.transcriber -
-
Uses of NeutronSubnet in org.opendaylight.neutron.northbound.api
Methods in org.opendaylight.neutron.northbound.api with parameters of type NeutronSubnet Modifier and Type Method Description protected void
NeutronSubnetsNorthbound. updateDelta(String uuid, NeutronSubnet delta, NeutronSubnet original)
Constructor parameters in org.opendaylight.neutron.northbound.api with type arguments of type NeutronSubnet Constructor Description NeutronSubnetRequest(List<NeutronSubnet> bulkRequest, List<NeutronPageLink> links)
-
Uses of NeutronSubnet in org.opendaylight.neutron.spi
Methods in org.opendaylight.neutron.spi with parameters of type NeutronSubnet Modifier and Type Method Description protected boolean
NeutronSubnet. extractField(String field, NeutronSubnet ans)
-
Uses of NeutronSubnet in org.opendaylight.neutron.transcriber
Methods in org.opendaylight.neutron.transcriber that return NeutronSubnet Modifier and Type Method Description protected NeutronSubnet
NeutronSubnetInterface. fromMd(Subnet subnet)
Methods in org.opendaylight.neutron.transcriber with parameters of type NeutronSubnet Modifier and Type Method Description protected Subnet
NeutronSubnetInterface. toMd(NeutronSubnet subnet)
-