Uses of Class
org.jclouds.cloudservers.options.CreateServerOptions

Packages that use CreateServerOptions
org.jclouds.cloudservers   
org.jclouds.cloudservers.options   
 

Uses of CreateServerOptions in org.jclouds.cloudservers
 

Methods in org.jclouds.cloudservers with parameters of type CreateServerOptions
 Server CloudServersClient.createServer(String name, int imageId, int flavorId, CreateServerOptions... options)
          This operation asynchronously provisions a new server.
 com.google.common.util.concurrent.ListenableFuture<Server> CloudServersAsyncClient.createServer(String name, int imageId, int flavorId, CreateServerOptions... options)
           
 

Uses of CreateServerOptions in org.jclouds.cloudservers.options
 

Methods in org.jclouds.cloudservers.options that return CreateServerOptions
 CreateServerOptions CreateServerOptions.withFile(String path, byte[] contents)
          You may further customize a cloud server by injecting data into the file system of the cloud server itself.
static CreateServerOptions CreateServerOptions.Builder.withFile(String path, byte[] contents)
           
 CreateServerOptions CreateServerOptions.withMetadata(Map<String,String> metadata)
          Custom cloud server metadata can also be supplied at launch time.
static CreateServerOptions CreateServerOptions.Builder.withMetadata(Map<String,String> metadata)
           
 CreateServerOptions CreateServerOptions.withSharedIp(String publicIp)
          Public IP addresses can be shared across multiple servers for use in various high availability scenarios.
static CreateServerOptions CreateServerOptions.Builder.withSharedIp(String publicIp)
           
 CreateServerOptions CreateServerOptions.withSharedIpGroup(int id)
          A shared IP group is a collection of servers that can share IPs with other members of the group.
static CreateServerOptions CreateServerOptions.Builder.withSharedIpGroup(int id)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.