Uses of Class
org.jclouds.cloudstack.domain.ISO
-
Packages that use ISO Package Description 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 Modifier and Type Method Description ISO
ISO.Builder. build()
Methods in org.jclouds.cloudstack.domain with parameters of type ISO Modifier and Type Method Description T
ISO.Builder. fromISO(ISO in)
-
Uses of ISO in org.jclouds.cloudstack.features
Methods in org.jclouds.cloudstack.features that return ISO Modifier and Type Method Description 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 Modifier and Type Method Description Set<ISO>
ISOApi. listISOs(ListISOsOptions... options)
Lists all available ISO files.
-