org.jclouds.cloudstack.options
Class AddHostOptions.Builder
java.lang.Object
org.jclouds.cloudstack.options.AddHostOptions.Builder
- Enclosing class:
- AddHostOptions
public static class AddHostOptions.Builder
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AddHostOptions.Builder
public AddHostOptions.Builder()
allocationState
public static AddHostOptions allocationState(AllocationState allocationState)
- Parameters:
allocationState
- Allocation state of this Host for allocation of new resources
clusterId
public static AddHostOptions clusterId(long clusterId)
- Parameters:
clusterId
- the cluster ID for the host
clusterName
public static AddHostOptions clusterName(String clusterName)
- Parameters:
clusterName
- the cluster name for the host
hostTags
public static AddHostOptions hostTags(Set<String> hostTags)
- Parameters:
hostTags
- list of tags to be added to the host
podId
public static AddHostOptions podId(long podId)
- Parameters:
podId
- the Pod ID for the host
Copyright © 2009-2012 jclouds. All Rights Reserved.