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

Packages that use OSType
org.jclouds.cloudstack.compute.config   
org.jclouds.cloudstack.compute.functions   
org.jclouds.cloudstack.domain   
org.jclouds.cloudstack.features   
org.jclouds.cloudstack.predicates   
 

Uses of OSType in org.jclouds.cloudstack.compute.config
 

Methods in org.jclouds.cloudstack.compute.config that return types with arguments of type OSType
 com.google.common.base.Supplier<Map<Long,OSType>> CloudStackComputeServiceContextModule.listOSTypes(AtomicReference<AuthorizationException> authException, long seconds, CloudStackClient client)
           
 

Uses of OSType in org.jclouds.cloudstack.compute.functions
 

Constructor parameters in org.jclouds.cloudstack.compute.functions with type arguments of type OSType
TemplateToOperatingSystem(com.google.common.base.Supplier<Map<Long,OSType>> osTypes, com.google.common.base.Supplier<Map<Long,String>> osCategories, Map<OsFamily,Map<String,String>> osVersionMap)
           
 

Uses of OSType in org.jclouds.cloudstack.domain
 

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

Methods in org.jclouds.cloudstack.domain with parameters of type OSType
 int OSType.compareTo(OSType arg0)
           
 

Uses of OSType in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return OSType
 OSType GuestOSClient.getOSType(long id)
          get a specific os type by id
 

Methods in org.jclouds.cloudstack.features that return types with arguments of type OSType
 com.google.common.util.concurrent.ListenableFuture<OSType> GuestOSAsyncClient.getOSType(long id)
           
 com.google.common.util.concurrent.ListenableFuture<Set<OSType>> GuestOSAsyncClient.listOSTypes(ListOSTypesOptions... options)
           
 Set<OSType> GuestOSClient.listOSTypes(ListOSTypesOptions... options)
          Lists all supported OS types for this cloud.
 

Uses of OSType in org.jclouds.cloudstack.predicates
 

Constructor parameters in org.jclouds.cloudstack.predicates with type arguments of type OSType
OSCategoryIn(com.google.common.base.Supplier<Map<Long,String>> categoriesSupplier, com.google.common.base.Supplier<Set<OSType>> osTypesSupplier)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.