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 ISOApi.getISO(String id)
          Gets information about an ISO by its ID.
 ISO ISOApi.registerISO(String name, String displayText, String url, String zoneId, RegisterISOOptions... options)
          Registers an existing ISO into the Cloud.com Cloud.
 ISO ISOApi.updateISO(String id, UpdateISOOptions... options)
           
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type ISO
 Set<ISO> ISOApi.listISOs(ListISOsOptions... options)
          Lists all available ISO files.
 



Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.