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