| Package | Description | 
|---|---|
| org.jclouds.cloudstack.domain | |
| org.jclouds.cloudstack.features | 
| Modifier and Type | Method and Description | 
|---|---|
ISO | 
ISO.Builder.build()  | 
| Modifier and Type | Method and Description | 
|---|---|
T | 
ISO.Builder.fromISO(ISO in)  | 
| Modifier and Type | Method and Description | 
|---|---|
ISO | 
ISOClient.getISO(String id)
Gets information about an ISO by its ID. 
 | 
ISO | 
ISOClient.registerISO(String name,
           String displayText,
           String url,
           String zoneId,
           RegisterISOOptions... options)
Registers an existing ISO into the Cloud.com Cloud. 
 | 
ISO | 
ISOClient.updateISO(String id,
         UpdateISOOptions... options)  | 
| Modifier and Type | Method and Description | 
|---|---|
com.google.common.util.concurrent.ListenableFuture<ISO> | 
ISOAsyncClient.getISO(String id)
Gets information about an ISO by its ID. 
 | 
Set<ISO> | 
ISOClient.listISOs(ListISOsOptions... options)
Lists all available ISO files. 
 | 
com.google.common.util.concurrent.ListenableFuture<Set<ISO>> | 
ISOAsyncClient.listISOs(ListISOsOptions... options)
Lists all available ISO files. 
 | 
com.google.common.util.concurrent.ListenableFuture<ISO> | 
ISOAsyncClient.registerISO(String name,
           String displayText,
           String url,
           String zoneId,
           RegisterISOOptions... options)
Registers an existing ISO into the Cloud.com Cloud. 
 | 
com.google.common.util.concurrent.ListenableFuture<ISO> | 
ISOAsyncClient.updateISO(String id,
         UpdateISOOptions... options)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.