Package | Description |
---|---|
org.jclouds.cloudstack.features | |
org.jclouds.cloudstack.options |
Modifier and Type | Method and Description |
---|---|
Host |
GlobalHostClient.updateHost(String hostId,
UpdateHostOptions... options)
Updates a host.
|
com.google.common.util.concurrent.ListenableFuture<Host> |
GlobalHostAsyncClient.updateHost(String hostId,
UpdateHostOptions... options)
Updates a host.
|
Modifier and Type | Field and Description |
---|---|
static UpdateHostOptions |
UpdateHostOptions.NONE |
Modifier and Type | Method and Description |
---|---|
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(String osCategoryId) |
static UpdateHostOptions |
UpdateHostOptions.Builder.osCategoryId(String osCategoryId) |
Copyright © 2009-2013 jclouds. All Rights Reserved.