org.jclouds.deltacloud.options
Class CreateInstanceOptions.Builder

java.lang.Object
  extended by org.jclouds.deltacloud.options.CreateInstanceOptions.Builder
Enclosing class:
CreateInstanceOptions

public static class CreateInstanceOptions.Builder
extends Object


Constructor Summary
CreateInstanceOptions.Builder()
           
 
Method Summary
static CreateInstanceOptions hardwareProfile(String hwpName)
           
static CreateInstanceOptions named(String name)
           
static CreateInstanceOptions realm(String realmId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CreateInstanceOptions.Builder

public CreateInstanceOptions.Builder()
Method Detail

named

public static CreateInstanceOptions named(String name)
See Also:
CreateInstanceOptions.named(java.lang.String)

realm

public static CreateInstanceOptions realm(String realmId)
See Also:
CreateInstanceOptions.realm(java.lang.String)

hardwareProfile

public static CreateInstanceOptions hardwareProfile(String hwpName)
See Also:
CreateInstanceOptions.hardwareProfile(java.lang.String)


Copyright © 2009-2012 jclouds. All Rights Reserved.