Uses of Class
org.jclouds.opsource.servers.domain.DeployedServer

Packages that use DeployedServer
org.jclouds.opsource.servers.domain   
 

Uses of DeployedServer in org.jclouds.opsource.servers.domain
 

Methods in org.jclouds.opsource.servers.domain that return DeployedServer
 DeployedServer DeployedServer.Builder.build()
           
 

Methods in org.jclouds.opsource.servers.domain that return types with arguments of type DeployedServer
 Set<DeployedServer> DeployedServersList.getDeployedServers()
           
 

Methods in org.jclouds.opsource.servers.domain with parameters of type DeployedServer
 DeployedServersList.Builder DeployedServersList.Builder.deployedServer(DeployedServer deployedServer)
           
 DeployedServer.Builder DeployedServer.Builder.fromDeployedServer(DeployedServer in)
           
 

Method parameters in org.jclouds.opsource.servers.domain with type arguments of type DeployedServer
 DeployedServersList.Builder DeployedServersList.Builder.deployedServers(Set<DeployedServer> deployedServers)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.