Uses of Class
com.woorea.openstack.quantum.model.HostRoute
-
Packages that use HostRoute Package Description com.woorea.openstack.quantum.model -
-
Uses of HostRoute in com.woorea.openstack.quantum.model
Fields in com.woorea.openstack.quantum.model with type parameters of type HostRoute Modifier and Type Field Description private java.util.List<HostRoute>
Router. routes
private java.util.List<HostRoute>
RouterForCreate. routes
Methods in com.woorea.openstack.quantum.model that return types with arguments of type HostRoute Modifier and Type Method Description java.util.List<HostRoute>
Router. getRoutes()
java.util.List<HostRoute>
RouterForCreate. getRoutes()
Method parameters in com.woorea.openstack.quantum.model with type arguments of type HostRoute Modifier and Type Method Description void
Router. setRoutes(java.util.List<HostRoute> routes)
void
RouterForCreate. setRoutes(java.util.List<HostRoute> routes)
-