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
Fields in com.woorea.openstack.nova.api declared as Server Modifier and Type Field Description private Server
ServersResource.UpdateServer. server
Constructors in com.woorea.openstack.nova.api with parameters of type Server Constructor Description UpdateServer(java.lang.String id, Server server)
-
Uses of Server in com.woorea.openstack.nova.model
Fields in com.woorea.openstack.nova.model with type parameters of type Server Modifier and Type Field Description private java.util.List<Server>
Servers. list
Methods in com.woorea.openstack.nova.model that return types with arguments of type Server Modifier and Type Method Description java.util.List<Server>
Servers. getList()
java.util.Iterator<Server>
Servers. iterator()
-