org.jclouds.cloudstack.options
Class UpdateHostOptions.Builder

java.lang.Object
  extended by org.jclouds.cloudstack.options.UpdateHostOptions.Builder
Enclosing class:
UpdateHostOptions

public static class UpdateHostOptions.Builder
extends Object


Constructor Summary
UpdateHostOptions.Builder()
           
 
Method Summary
static UpdateHostOptions allocationState(AllocationState allocationState)
           
static UpdateHostOptions hostTags(Set<String> hostTags)
           
static UpdateHostOptions osCategoryId(long osCategoryId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpdateHostOptions.Builder

public UpdateHostOptions.Builder()
Method Detail

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.