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

Packages that use ISO.ISOFilter
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.options   
 

Uses of ISO.ISOFilter in org.jclouds.cloudstack.domain
 

Methods in org.jclouds.cloudstack.domain that return ISO.ISOFilter
static ISO.ISOFilter ISO.ISOFilter.fromValue(String format)
           
static ISO.ISOFilter ISO.ISOFilter.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static ISO.ISOFilter[] ISO.ISOFilter.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of ISO.ISOFilter in org.jclouds.cloudstack.options
 

Methods in org.jclouds.cloudstack.options with parameters of type ISO.ISOFilter
 ListISOsOptions ListISOsOptions.isoFilter(ISO.ISOFilter isoFilter)
           
static ListISOsOptions ListISOsOptions.Builder.isoFilter(ISO.ISOFilter isoFilter)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.