Package 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
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UpdateHostOptions
allocationState(AllocationState allocationState)
static UpdateHostOptions
hostTags(Set<String> hostTags)
static UpdateHostOptions
osCategoryId(String osCategoryId)
-
-
-
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(String osCategoryId)
- Parameters:
podId
- the Pod ID for the host
-
-