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 AddClusterOptions
allocationState(AllocationState allocationState)
static AddClusterOptions
password(String password)
static AddClusterOptions
podId(String podId)
static AddClusterOptions
url(String url)
static AddClusterOptions
username(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
-
-