Uses of Class
org.jclouds.compute.domain.OsFamily

Packages that use OsFamily
org.jclouds.aws.ec2.compute.strategy   
org.jclouds.cim   
org.jclouds.cloudservers.compute.functions   
org.jclouds.cloudsigma.compute.functions   
org.jclouds.compute.config   
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.compute.stub.config   
org.jclouds.compute.util   
org.jclouds.deltacloud.compute.functions   
org.jclouds.ec2.compute.functions   
org.jclouds.ec2.compute.strategy   
org.jclouds.elasticstack.domain   
org.jclouds.epc.strategy   
org.jclouds.openstack.nova.compute.functions   
org.jclouds.slicehost.compute.functions   
org.jclouds.softlayer.compute.functions   
org.jclouds.trmk.ecloud.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute.functions   
 

Uses of OsFamily in org.jclouds.aws.ec2.compute.strategy
 

Methods in org.jclouds.aws.ec2.compute.strategy with parameters of type OsFamily
 void AWSEC2ReviseParsedImage.reviseParsedImage(Image from, ImageBuilder builder, OsFamily family, OperatingSystem.Builder osBuilder)
           
 

Constructor parameters in org.jclouds.aws.ec2.compute.strategy with type arguments of type OsFamily
AWSEC2ReviseParsedImage(Map<OsFamily,Map<String,String>> osVersionMap)
           
 

Uses of OsFamily in org.jclouds.cim
 

Methods in org.jclouds.cim that return OsFamily
 OsFamily OSType.getFamily()
           
 

Uses of OsFamily in org.jclouds.cloudservers.compute.functions
 

Constructor parameters in org.jclouds.cloudservers.compute.functions with type arguments of type OsFamily
CloudServersImageToOperatingSystem(Map<OsFamily,Map<String,String>> osVersionMap)
           
 

Uses of OsFamily in org.jclouds.cloudsigma.compute.functions
 

Constructor parameters in org.jclouds.cloudsigma.compute.functions with type arguments of type OsFamily
ParseOsFamilyVersion64BitFromImageName(Map<OsFamily,Map<String,String>> osVersionMap)
           
 

Uses of OsFamily in org.jclouds.compute.config
 

Methods in org.jclouds.compute.config that return types with arguments of type OsFamily
 Map<OsFamily,Map<String,String>> BaseComputeServiceContextModule.provideOsVersionMap(ComputeServiceConstants.ReferenceData data, Json json)
           
 

Uses of OsFamily in org.jclouds.compute.domain
 

Fields in org.jclouds.compute.domain declared as OsFamily
 OsFamily OsFamilyVersion64Bit.family
           
protected  OsFamily OperatingSystem.family
           
protected  OsFamily OperatingSystem.Builder.family
           
 

Methods in org.jclouds.compute.domain that return OsFamily
static OsFamily OsFamily.fromValue(String osFamily)
           
 OsFamily OperatingSystem.getFamily()
          Type of the operating system

generally, this is used to compare the means by which you use an operating system.

static OsFamily OsFamily.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static OsFamily[] OsFamily.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.jclouds.compute.domain with parameters of type OsFamily
 CIMOperatingSystem.Builder CIMOperatingSystem.Builder.family(OsFamily family)
          
 OperatingSystem.Builder OperatingSystem.Builder.family(OsFamily family)
           
 TemplateBuilder TemplateBuilder.osFamily(OsFamily os)
          Configure this template to use a specific operating system image.
 

Constructors in org.jclouds.compute.domain with parameters of type OsFamily
CIMOperatingSystem(OsFamily family, String name, String version, String arch, String description, boolean is64Bit, OSType osType)
           
OperatingSystem(OsFamily family, String name, String version, String arch, String description, boolean is64Bit)
           
OsFamilyVersion64Bit(OsFamily family, String version, boolean is64Bit)
           
 

Uses of OsFamily in org.jclouds.compute.domain.internal
 

Fields in org.jclouds.compute.domain.internal declared as OsFamily
protected  OsFamily TemplateBuilderImpl.osFamily
           
 

Methods in org.jclouds.compute.domain.internal with parameters of type OsFamily
 TemplateBuilder TemplateBuilderImpl.osFamily(OsFamily os)
          Configure this template to use a specific operating system image.
 

Uses of OsFamily in org.jclouds.compute.stub.config
 

Constructor parameters in org.jclouds.compute.stub.config with type arguments of type OsFamily
StubComputeServiceAdapter(ConcurrentMap<String,NodeMetadata> nodes, com.google.common.base.Supplier<Location> location, javax.inject.Provider<Integer> idProvider, String publicIpPrefix, String privateIpPrefix, String passwordPrefix, JustProvider locationSupplier, Map<OsFamily,Map<String,String>> osToVersionMap, Map<String,Credentials> credentialStore)
           
 

Uses of OsFamily in org.jclouds.compute.util
 

Methods in org.jclouds.compute.util that return OsFamily
static OsFamily ComputeServiceUtils.parseOsFamilyOrUnrecognized(String in)
           
 

Methods in org.jclouds.compute.util with parameters of type OsFamily
static String ComputeServiceUtils.parseVersionOrReturnEmptyString(OsFamily family, String in, Map<OsFamily,Map<String,String>> osVersionMap)
           
 

Method parameters in org.jclouds.compute.util with type arguments of type OsFamily
static String ComputeServiceUtils.parseVersionOrReturnEmptyString(OsFamily family, String in, Map<OsFamily,Map<String,String>> osVersionMap)
           
 

Uses of OsFamily in org.jclouds.deltacloud.compute.functions
 

Constructor parameters in org.jclouds.deltacloud.compute.functions with type arguments of type OsFamily
DeltacloudImageToOperatingSystem(Map<OsFamily,Map<String,String>> osVersionMap)
           
 

Uses of OsFamily in org.jclouds.ec2.compute.functions
 

Constructor parameters in org.jclouds.ec2.compute.functions with type arguments of type OsFamily
EC2ImageParser(PopulateDefaultLoginCredentialsForImageStrategy credentialProvider, Map<OsFamily,Map<String,String>> osVersionMap, com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Supplier<Location> defaultLocation, ReviseParsedImage reviseParsedImage)
           
 

Uses of OsFamily in org.jclouds.ec2.compute.strategy
 

Methods in org.jclouds.ec2.compute.strategy with parameters of type OsFamily
 void ReviseParsedImage.reviseParsedImage(Image from, ImageBuilder builder, OsFamily family, OperatingSystem.Builder osBuilder)
           
 void ReviseParsedImage.NoopReviseParsedImage.reviseParsedImage(Image from, ImageBuilder builder, OsFamily family, OperatingSystem.Builder osBuilder)
           
 

Uses of OsFamily in org.jclouds.elasticstack.domain
 

Methods in org.jclouds.elasticstack.domain that return OsFamily
 OsFamily WellKnownImage.getOsFamily()
           
 

Uses of OsFamily in org.jclouds.epc.strategy
 

Methods in org.jclouds.epc.strategy with parameters of type OsFamily
 void EucalyptusPartnerCloudReviseParsedImage.reviseParsedImage(Image from, ImageBuilder builder, OsFamily family, OperatingSystem.Builder osBuilder)
           
 

Constructor parameters in org.jclouds.epc.strategy with type arguments of type OsFamily
EucalyptusPartnerCloudReviseParsedImage(Map<OsFamily,Map<String,String>> osVersionMap)
           
 

Uses of OsFamily in org.jclouds.openstack.nova.compute.functions
 

Constructor parameters in org.jclouds.openstack.nova.compute.functions with type arguments of type OsFamily
NovaImageToOperatingSystem(Map<OsFamily,Map<String,String>> osVersionMap)
           
 

Uses of OsFamily in org.jclouds.slicehost.compute.functions
 

Constructor parameters in org.jclouds.slicehost.compute.functions with type arguments of type OsFamily
SlicehostImageToOperatingSystem(Map<OsFamily,Map<String,String>> osVersionMap)
           
 

Uses of OsFamily in org.jclouds.softlayer.compute.functions
 

Methods in org.jclouds.softlayer.compute.functions that return types with arguments of type OsFamily
static com.google.common.base.Function<ProductItem,OsFamily> ProductItemToImage.osFamily()
          Parses the item description to determine the OSFamily
 

Uses of OsFamily in org.jclouds.trmk.ecloud.compute.functions
 

Constructor parameters in org.jclouds.trmk.ecloud.compute.functions with type arguments of type OsFamily
TerremarkECloudParseOsFromVAppTemplateName(Map<OsFamily,Map<String,String>> osVersionMap)
           
 

Uses of OsFamily in org.jclouds.trmk.vcloud_0_8.compute.functions
 

Fields in org.jclouds.trmk.vcloud_0_8.compute.functions with type parameters of type OsFamily
protected  Map<OsFamily,Map<String,String>> ParseOsFromVAppTemplateName.osVersionMap
           
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.functions with type arguments of type OsFamily
ParseOsFromVAppTemplateName(Map<OsFamily,Map<String,String>> osVersionMap)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.