Uses of Class
org.jclouds.cloudsigma.domain.Server

Packages that use Server
org.jclouds.cloudsigma   
org.jclouds.cloudsigma.binders   
org.jclouds.cloudsigma.compute.functions   
org.jclouds.cloudsigma.domain   
org.jclouds.cloudsigma.functions   
org.jclouds.cloudsigma.util   
 

Uses of Server in org.jclouds.cloudsigma
 

Methods in org.jclouds.cloudsigma with parameters of type Server
 ServerInfo CloudSigmaClient.createServer(Server server)
          create a new server
 com.google.common.util.concurrent.ListenableFuture<ServerInfo> CloudSigmaAsyncClient.createServer(Server createServer)
           
 ServerInfo CloudSigmaClient.setServerConfiguration(String uuid, Server server)
          set server configuration
 com.google.common.util.concurrent.ListenableFuture<ServerInfo> CloudSigmaAsyncClient.setServerConfiguration(String uuid, Server setServer)
           
 

Uses of Server in org.jclouds.cloudsigma.binders
 

Constructor parameters in org.jclouds.cloudsigma.binders with type arguments of type Server
BindServerToPlainTextString(com.google.common.base.Function<Server,Map<String,String>> createServerRequestToMap, ListOfMapsToListOfKeyValuesDelimitedByBlankLines listOfMapsToListOfKeyValuesDelimitedByBlankLines)
           
 

Uses of Server in org.jclouds.cloudsigma.compute.functions
 

Methods in org.jclouds.cloudsigma.compute.functions with parameters of type Server
 String ServerInfoToNodeMetadata.GetImageIdFromServer.apply(Server from)
           
 

Uses of Server in org.jclouds.cloudsigma.domain
 

Subclasses of Server in org.jclouds.cloudsigma.domain
 class ServerInfo
           
 

Methods in org.jclouds.cloudsigma.domain that return Server
 Server Server.Builder.build()
           
 

Methods in org.jclouds.cloudsigma.domain with parameters of type Server
static Server.Builder Server.Builder.fromServer(Server in)
           
 

Uses of Server in org.jclouds.cloudsigma.functions
 

Methods in org.jclouds.cloudsigma.functions with parameters of type Server
 Map<String,String> ServerToMap.apply(Server from)
           
 

Uses of Server in org.jclouds.cloudsigma.util
 

Methods in org.jclouds.cloudsigma.util that return Server
static Server Servers.changeIP(Server in, String ip)
          Takes the input server and changes its primary ip to a new address.
 

Methods in org.jclouds.cloudsigma.util with parameters of type Server
static Server Servers.changeIP(Server in, String ip)
          Takes the input server and changes its primary ip to a new address.
 



Copyright © 2009-2012 jclouds. All Rights Reserved.