public static class AddHostOptions.Builder extends Object
Constructor and Description |
---|
AddHostOptions.Builder() |
Modifier and Type | Method and Description |
---|---|
static AddHostOptions |
allocationState(AllocationState allocationState) |
static AddHostOptions |
clusterId(long clusterId) |
static AddHostOptions |
clusterName(String clusterName) |
static AddHostOptions |
hostTags(Set<String> hostTags) |
static AddHostOptions |
podId(long podId) |
public static AddHostOptions allocationState(AllocationState allocationState)
allocationState
- Allocation state of this Host for allocation of new resourcespublic static AddHostOptions clusterId(long clusterId)
clusterId
- the cluster ID for the hostpublic static AddHostOptions clusterName(String clusterName)
clusterName
- the cluster name for the hostpublic static AddHostOptions hostTags(Set<String> hostTags)
hostTags
- list of tags to be added to the hostpublic static AddHostOptions podId(long podId)
podId
- the Pod ID for the hostCopyright © 2009-2012 jclouds. All Rights Reserved.