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

Packages that use ServerInfo
org.jclouds.cloudsigma   
org.jclouds.cloudsigma.compute   
org.jclouds.cloudsigma.compute.functions   
org.jclouds.cloudsigma.domain   
org.jclouds.cloudsigma.functions   
 

Uses of ServerInfo in org.jclouds.cloudsigma
 

Methods in org.jclouds.cloudsigma that return ServerInfo
 ServerInfo CloudSigmaClient.createServer(Server server)
          create a new server
 ServerInfo CloudSigmaClient.getServerInfo(String uuid)
           
 ServerInfo CloudSigmaClient.setServerConfiguration(String uuid, Server server)
          set server configuration
 

Methods in org.jclouds.cloudsigma that return types with arguments of type ServerInfo
 com.google.common.util.concurrent.ListenableFuture<ServerInfo> CloudSigmaAsyncClient.createServer(Server createServer)
           
 com.google.common.util.concurrent.ListenableFuture<ServerInfo> CloudSigmaAsyncClient.getServerInfo(String uuid)
           
 com.google.common.util.concurrent.ListenableFuture<Set<ServerInfo>> CloudSigmaAsyncClient.listServerInfo()
           
 Set<? extends ServerInfo> CloudSigmaClient.listServerInfo()
          Get all servers info
 com.google.common.util.concurrent.ListenableFuture<ServerInfo> CloudSigmaAsyncClient.setServerConfiguration(String uuid, Server setServer)
           
 

Uses of ServerInfo in org.jclouds.cloudsigma.compute
 

Methods in org.jclouds.cloudsigma.compute that return ServerInfo
 ServerInfo CloudSigmaComputeServiceAdapter.createNodeWithGroupEncodedIntoNameThenStoreCredentials(String tag, String name, Template template, Map<String,Credentials> credentialStore)
           
 ServerInfo CloudSigmaComputeServiceAdapter.getNode(String id)
           
 

Methods in org.jclouds.cloudsigma.compute that return types with arguments of type ServerInfo
 Iterable<ServerInfo> CloudSigmaComputeServiceAdapter.listNodes()
           
 

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

Methods in org.jclouds.cloudsigma.compute.functions with parameters of type ServerInfo
 NodeMetadata ServerInfoToNodeMetadata.apply(ServerInfo from)
           
 

Uses of ServerInfo in org.jclouds.cloudsigma.domain
 

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

Uses of ServerInfo in org.jclouds.cloudsigma.functions
 

Methods in org.jclouds.cloudsigma.functions that return ServerInfo
 ServerInfo KeyValuesDelimitedByBlankLinesToServerInfo.apply(HttpResponse response)
           
 ServerInfo MapToServerInfo.apply(Map<String,String> from)
           
 

Methods in org.jclouds.cloudsigma.functions that return types with arguments of type ServerInfo
 Set<ServerInfo> ListOfKeyValuesDelimitedByBlankLinesToServerInfoSet.apply(HttpResponse response)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.