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 with parameters of type ISO
 int ISO.compareTo(ISO other)
           
 

Uses of ISO in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return ISO
 ISO ISOClient.getISO(long id)
          Gets information about an ISO by its ID.
 ISO ISOClient.registerISO(String name, String displayText, String url, long zoneId, RegisterISOOptions... options)
          Registers an existing ISO into the Cloud.com Cloud.
 ISO ISOClient.updateISO(long 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(long id)
          Gets information about an ISO by its ID.
 com.google.common.util.concurrent.ListenableFuture<Set<ISO>> ISOAsyncClient.listISOs(ListISOsOptions... options)
          Lists all available ISO files.
 Set<ISO> ISOClient.listISOs(ListISOsOptions... options)
          Lists all available ISO files.
 com.google.common.util.concurrent.ListenableFuture<ISO> ISOAsyncClient.registerISO(String name, String displayText, String url, long zoneId, RegisterISOOptions... options)
          Registers an existing ISO into the Cloud.com Cloud.
 com.google.common.util.concurrent.ListenableFuture<ISO> ISOAsyncClient.updateISO(long id, UpdateISOOptions... options)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.