org.jclouds.cloudservers.options
Class CreateServerOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudservers.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)
           
static CreateServerOptions withSharedIp(String publicIp)
           
static CreateServerOptions withSharedIpGroup(int id)
           
 
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 [])

withSharedIpGroup

public static CreateServerOptions withSharedIpGroup(int id)
See Also:
CreateServerOptions.withSharedIpGroup(int)

withMetadata

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

withSharedIp

public static CreateServerOptions withSharedIp(String publicIp)
See Also:
CreateServerOptions.withSharedIp(String)


Copyright © 2009-2011 jclouds. All Rights Reserved.