Uses of Class
org.jclouds.openstack.nova.options.CreateServerOptions

Packages that use CreateServerOptions
org.jclouds.openstack.nova   
org.jclouds.openstack.nova.options   
 

Uses of CreateServerOptions in org.jclouds.openstack.nova
 

Methods in org.jclouds.openstack.nova with parameters of type CreateServerOptions
 Server NovaClient.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
          This operation asynchronously provisions a new server.
 com.google.common.util.concurrent.ListenableFuture<Server> NovaAsyncClient.createServer(String name, String imageRef, String flavorRef, CreateServerOptions... options)
           
 

Uses of CreateServerOptions in org.jclouds.openstack.nova.options
 

Methods in org.jclouds.openstack.nova.options that return CreateServerOptions
 CreateServerOptions CreateServerOptions.withAdminPass(String adminPass)
           
static CreateServerOptions CreateServerOptions.Builder.withAdminPass(String adminPass)
           
 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.withKeyName(String keyName)
          A keypair name can be defined when creating a server.
static CreateServerOptions CreateServerOptions.Builder.withKeyName(String keyName)
           
 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.withSecurityGroup(String groupName)
          Defines the security group name to be used when creating a server.
static CreateServerOptions CreateServerOptions.Builder.withSecurityGroup(String name)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.