Uses of Class
com.woorea.openstack.nova.model.Server
-
Packages that use Server Package Description com.woorea.openstack.nova.api com.woorea.openstack.nova.model -
-
Uses of Server in com.woorea.openstack.nova.api
Constructors in com.woorea.openstack.nova.api with parameters of type Server Constructor Description UpdateServer(String id, Server server) -
Uses of Server in com.woorea.openstack.nova.model
Methods in com.woorea.openstack.nova.model that return types with arguments of type Server Modifier and Type Method Description List<Server>Servers. getList()Iterator<Server>Servers. iterator()
-