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 withFile(String path, byte[] contents)
           
static CreateServerOptions withMetadata(Map<String,String> metadata)
           
 
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 [])

withMetadata

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


Copyright © 2009-2011 jclouds. All Rights Reserved.