org.jclouds.cloudstack.options
Class AddClusterOptions.Builder
java.lang.Object
org.jclouds.cloudstack.options.AddClusterOptions.Builder
- Enclosing class:
- AddClusterOptions
public static class AddClusterOptions.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddClusterOptions.Builder
public AddClusterOptions.Builder()
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.