Uses of Class
org.opendaylight.neutron.spi.NeutronIps
-
Packages that use NeutronIps Package Description org.opendaylight.neutron.spi -
-
Uses of NeutronIps in org.opendaylight.neutron.spi
Methods in org.opendaylight.neutron.spi that return types with arguments of type NeutronIps Modifier and Type Method Description List<NeutronIps>
NeutronRouterNetworkReference. getExternalFixedIps()
List<NeutronIps>
NeutronPort. getFixedIps()
Method parameters in org.opendaylight.neutron.spi with type arguments of type NeutronIps Modifier and Type Method Description void
NeutronRouterNetworkReference. setExternalFixedIps(List<NeutronIps> externalFixedIps)
void
NeutronPort. setFixedIps(List<NeutronIps> fixedIps)
-