org.jclouds.cloudstack.options
Class AddClusterOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.AddClusterOptions.Builder
Enclosing class:
AddClusterOptions

public static class AddClusterOptions.Builder
extends Object


Constructor Summary
AddClusterOptions.Builder()
           
 
Method Summary
static AddClusterOptions allocationState(AllocationState allocationState)
           
static AddClusterOptions password(String password)
           
static AddClusterOptions podId(long podId)
           
static AddClusterOptions url(String url)
           
static AddClusterOptions username(String username)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddClusterOptions.Builder

public AddClusterOptions.Builder()
Method Detail

allocationState

public static AddClusterOptions allocationState(AllocationState allocationState)
Parameters:
allocationState - Allocation state of this Host for allocation of new resources

password

public static AddClusterOptions password(String password)
Parameters:
password - the password for the host

podId

public static AddClusterOptions podId(long podId)
Parameters:
podId - the Pod ID for the host

url

public static AddClusterOptions url(String url)
Parameters:
url - the URL

username

public static AddClusterOptions username(String username)
Parameters:
username - the username for the cluster


Copyright © 2009-2012 jclouds. All Rights Reserved.