Package 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
 
- 
- 
Constructor Summary
Constructors Constructor Description Builder() 
- 
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static AddClusterOptionsallocationState(AllocationState allocationState)static AddClusterOptionspassword(String password)static AddClusterOptionspodId(String podId)static AddClusterOptionsurl(String url)static AddClusterOptionsusername(String username) 
 - 
 
- 
- 
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(String 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
 
 - 
 
 -