Uses of Class
org.jclouds.cloudstack.domain.ISO

Packages that use ISO
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
 

Uses of ISO in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return ISO
 ISO ISO.Builder.build()
           
 

Methods in org.jclouds.cloudstack.domain with parameters of type ISO
 T ISO.Builder.fromISO(ISO in)
           
 

Uses of ISO in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return ISO
 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)
           
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type ISO
 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.