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 |
GlobalHostApi.addHost(String zoneId,
String url,
String hypervisor,
String username,
String password,
AddHostOptions... options)
Adds a new host.
|
Host |
GlobalHostApi.addSecondaryStorage(String url,
AddSecondaryStorageOptions... options)
Adds secondary storage.
|
Host |
GlobalHostApi.updateHost(String hostId,
UpdateHostOptions... options)
Updates a host.
|
Modifier and Type | Method and Description |
---|---|
Set<Host> |
GlobalHostApi.listHosts(ListHostsOptions... options)
Lists hosts
|
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.