org.jclouds.openstack.nova.options
Class CreateServerOptions.Builder

java.lang.Object
  extended by org.jclouds.openstack.nova.options.CreateServerOptions.Builder
Enclosing class:
CreateServerOptions

public static class CreateServerOptions.Builder
extends Object


Constructor Summary
CreateServerOptions.Builder()
           
 
Method Summary
static CreateServerOptions withAdminPass(String adminPass)
           
static CreateServerOptions withFile(String path, byte[] contents)
           
static CreateServerOptions withKeyName(String keyName)
           
static CreateServerOptions withMetadata(Map<String,String> metadata)
           
static CreateServerOptions withSecurityGroup(String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateServerOptions.Builder

public CreateServerOptions.Builder()
Method Detail

withFile

public static CreateServerOptions withFile(String path,
                                           byte[] contents)
See Also:
CreateServerOptions.withFile(String,byte [])

withAdminPass

public static CreateServerOptions withAdminPass(String adminPass)

withMetadata

public static CreateServerOptions withMetadata(Map<String,String> metadata)
See Also:
CreateServerOptions#withMetadata(Map)

withKeyName

public static CreateServerOptions withKeyName(String keyName)
See Also:
CreateServerOptions.withKeyName(String)

withSecurityGroup

public static CreateServerOptions withSecurityGroup(String name)
See Also:
CreateServerOptions#withGroupName(String)


Copyright © 2009-2012 jclouds. All Rights Reserved.