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