Uses of Class
org.jclouds.cloudstack.options.UpdateHostOptions

Packages that use UpdateHostOptions
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.options   
 

Uses of UpdateHostOptions in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features with parameters of type UpdateHostOptions
 com.google.common.util.concurrent.ListenableFuture<Host> GlobalHostAsyncClient.updateHost(long hostId, UpdateHostOptions... options)
          Updates a host.
 Host GlobalHostClient.updateHost(long hostId, UpdateHostOptions... options)
          Updates a host.
 

Uses of UpdateHostOptions in org.jclouds.cloudstack.options
 

Fields in org.jclouds.cloudstack.options declared as UpdateHostOptions
static UpdateHostOptions UpdateHostOptions.NONE
           
 

Methods in org.jclouds.cloudstack.options that return UpdateHostOptions
 UpdateHostOptions UpdateHostOptions.allocationState(AllocationState allocationState)
           
static UpdateHostOptions UpdateHostOptions.Builder.allocationState(AllocationState allocationState)
           
 UpdateHostOptions UpdateHostOptions.hostTags(Set<String> hostTags)
           
static UpdateHostOptions UpdateHostOptions.Builder.hostTags(Set<String> hostTags)
           
 UpdateHostOptions UpdateHostOptions.osCategoryId(long osCategoryId)
           
static UpdateHostOptions UpdateHostOptions.Builder.osCategoryId(long osCategoryId)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.