Package | Description |
---|---|
org.jclouds.cloudstack.domain | |
org.jclouds.cloudstack.features |
Modifier and Type | Method and Description |
---|---|
Host |
Host.Builder.build() |
Modifier and Type | Method and Description |
---|---|
int |
Host.compareTo(Host other) |
T |
Host.Builder.fromHost(Host in) |
Modifier and Type | Method and Description |
---|---|
Host |
GlobalHostClient.addHost(String zoneId,
String url,
String hypervisor,
String username,
String password,
AddHostOptions... options)
Adds a new host.
|
Host |
GlobalHostClient.addSecondaryStorage(String url,
AddSecondaryStorageOptions... options)
Adds secondary storage.
|
Host |
GlobalHostClient.updateHost(String hostId,
UpdateHostOptions... options)
Updates a host.
|
Modifier and Type | Method and Description |
---|---|
com.google.common.util.concurrent.ListenableFuture<Host> |
GlobalHostAsyncClient.addHost(String zoneId,
String url,
String hypervisor,
String username,
String password,
AddHostOptions... options)
Adds a new host.
|
com.google.common.util.concurrent.ListenableFuture<Host> |
GlobalHostAsyncClient.addSecondaryStorage(String url,
AddSecondaryStorageOptions... options)
Adds secondary storage.
|
Set<Host> |
GlobalHostClient.listHosts(ListHostsOptions... options)
Lists hosts
|
com.google.common.util.concurrent.ListenableFuture<Set<Host>> |
GlobalHostAsyncClient.listHosts(ListHostsOptions... options) |
com.google.common.util.concurrent.ListenableFuture<Host> |
GlobalHostAsyncClient.updateHost(String hostId,
UpdateHostOptions... options)
Updates a host.
|
Copyright © 2009-2013 jclouds. All Rights Reserved.