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<String,OSType>> CloudStackComputeServiceContextModule.listOSTypes(AtomicReference<org.jclouds.rest.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<String,OSType>> osTypes, com.google.common.base.Supplier<Map<String,String>> osCategories, Map<org.jclouds.compute.domain.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 o)
           
 T OSType.Builder.fromOSType(OSType in)
           
 

Uses of OSType in org.jclouds.cloudstack.features
 

Methods in org.jclouds.cloudstack.features that return OSType
 OSType GuestOSClient.getOSType(String 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(String id)
           
 Set<OSType> GuestOSClient.listOSTypes(ListOSTypesOptions... options)
          Lists all supported OS types for this cloud.
 com.google.common.util.concurrent.ListenableFuture<Set<OSType>> GuestOSAsyncClient.listOSTypes(ListOSTypesOptions... options)
           
 

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<String,String>> categoriesSupplier, com.google.common.base.Supplier<Set<OSType>> osTypesSupplier)
           
 



Copyright © 2009-2013 jclouds. All Rights Reserved.