Uses of Class
org.jclouds.compute.domain.OsFamily
-
-
Uses of OsFamily in org.jclouds.aws.ec2.compute.strategy
Methods in org.jclouds.aws.ec2.compute.strategy with parameters of type OsFamily Modifier and Type Method Description voidAWSEC2ReviseParsedImage. 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 Constructor Description AWSEC2ReviseParsedImage(Map<OsFamily,Map<String,String>> osVersionMap) -
Uses of OsFamily in org.jclouds.cim
Methods in org.jclouds.cim that return OsFamily Modifier and Type Method Description OsFamilyOSType. getFamily() -
Uses of OsFamily in org.jclouds.cloudstack.compute.functions
Constructor parameters in org.jclouds.cloudstack.compute.functions with type arguments of type OsFamily Constructor Description TemplateToOperatingSystem(com.google.common.base.Supplier<Map<String,OSType>> osTypes, com.google.common.base.Supplier<Map<String,String>> osCategories, 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 Modifier and Type Method Description protected Map<OsFamily,LoginCredentials>BaseComputeServiceContextModule. osFamilyToCredentials(com.google.inject.Injector injector)protected Map<OsFamily,LoginCredentials>BaseComputeServiceContextModule. provideOsFamilyToCredentials(com.google.inject.Injector injector)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 Modifier and Type Field Description protected OsFamilyOperatingSystem.Builder. familyprotected OsFamilyOperatingSystem. familyOsFamilyOsFamilyVersion64Bit. familyMethods in org.jclouds.compute.domain that return OsFamily Modifier and Type Method Description static OsFamilyOsFamily. fromValue(String osFamily)OsFamilyOperatingSystem. getFamily()Type of the operating systemOsFamilyTemplateBuilderSpec. getOsFamily()static OsFamily[]OsFamily. nonProritisedValues()static OsFamily[]OsFamily. proritisedValues()static OsFamilyOsFamily. 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 Modifier and Type Method Description CIMOperatingSystem.BuilderCIMOperatingSystem.Builder. family(OsFamily family)OperatingSystem.BuilderOperatingSystem.Builder. family(OsFamily family)TemplateBuilderTemplateBuilder. osFamily(OsFamily os)Configure this template to use a specific operating system image.Constructors in org.jclouds.compute.domain with parameters of type OsFamily Constructor Description 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 Modifier and Type Field Description protected OsFamilyTemplateBuilderImpl. osFamilyMethods in org.jclouds.compute.domain.internal with parameters of type OsFamily Modifier and Type Method Description TemplateBuilderTemplateBuilderImpl. osFamily(OsFamily os)Configure this template to use a specific operating system image. -
Uses of OsFamily in org.jclouds.compute.strategy.impl
Fields in org.jclouds.compute.strategy.impl with type parameters of type OsFamily Modifier and Type Field Description protected Map<OsFamily,LoginCredentials>ReturnCredentialsBoundToImage. osFamilyToCredentials -
Uses of OsFamily in org.jclouds.compute.stub.config
Constructor parameters in org.jclouds.compute.stub.config with type arguments of type OsFamily Constructor Description StubComputeServiceAdapter(ConcurrentMap<String,NodeMetadata> nodes, com.google.common.util.concurrent.ListeningExecutorService executor, 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, com.google.common.collect.Multimap<String,SecurityGroup> groupsForNodes, com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension) -
Uses of OsFamily in org.jclouds.compute.util
Methods in org.jclouds.compute.util that return OsFamily Modifier and Type Method Description static OsFamilyComputeServiceUtils. parseOsFamilyOrUnrecognized(String in)Methods in org.jclouds.compute.util with parameters of type OsFamily Modifier and Type Method Description static StringComputeServiceUtils. parseVersionOrReturnEmptyString(OsFamily family, String in, Map<OsFamily,Map<String,String>> osVersionMap)Method parameters in org.jclouds.compute.util with type arguments of type OsFamily Modifier and Type Method Description static StringComputeServiceUtils. parseVersionOrReturnEmptyString(OsFamily family, String in, Map<OsFamily,Map<String,String>> osVersionMap) -
Uses of OsFamily in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return OsFamily Modifier and Type Method Description OsFamilyDistribution. osFamily() -
Uses of OsFamily in org.jclouds.ec2.compute.strategy
Methods in org.jclouds.ec2.compute.strategy with parameters of type OsFamily Modifier and Type Method Description voidReviseParsedImage.NoopReviseParsedImage. reviseParsedImage(Image from, ImageBuilder builder, OsFamily family, OperatingSystem.Builder osBuilder)voidReviseParsedImage. 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 Modifier and Type Method Description OsFamilyWellKnownImage. getOsFamily()Methods in org.jclouds.elasticstack.domain with parameters of type OsFamily Modifier and Type Method Description WellKnownImage.BuilderWellKnownImage.Builder. osFamily(OsFamily osFamily)Constructors in org.jclouds.elasticstack.domain with parameters of type OsFamily Constructor Description WellKnownImage(String loginUser, String uuid, String description, OsFamily osFamily, String osVersion, int size, Boolean is64bit) -
Uses of OsFamily in org.jclouds.glesys.compute.functions
Constructor parameters in org.jclouds.glesys.compute.functions with type arguments of type OsFamily Constructor Description ParseOsFamilyVersion64BitFromImageName(Map<OsFamily,Map<String,String>> osVersionMap) -
Uses of OsFamily in org.jclouds.googlecomputeengine.compute.config
Methods in org.jclouds.googlecomputeengine.compute.config that return types with arguments of type OsFamily Modifier and Type Method Description protected Map<OsFamily,LoginCredentials>GoogleComputeEngineServiceContextModule. osFamilyToCredentials(com.google.inject.Injector injector) -
Uses of OsFamily in org.jclouds.openstack.nova.ec2.strategy
Methods in org.jclouds.openstack.nova.ec2.strategy with parameters of type OsFamily Modifier and Type Method Description voidNovaReviseParsedImage. reviseParsedImage(Image from, ImageBuilder builder, OsFamily family, OperatingSystem.Builder osBuilder) -
Uses of OsFamily in org.jclouds.openstack.nova.v2_0.compute.config
Methods in org.jclouds.openstack.nova.v2_0.compute.config that return types with arguments of type OsFamily Modifier and Type Method Description protected Map<OsFamily,LoginCredentials>NovaComputeServiceContextModule. osFamilyToCredentials(com.google.inject.Injector injector) -
Uses of OsFamily in org.jclouds.openstack.nova.v2_0.compute.functions
Fields in org.jclouds.openstack.nova.v2_0.compute.functions with type parameters of type OsFamily Modifier and Type Field Description protected Map<OsFamily,Map<String,String>>ImageToOperatingSystem. osVersionMapConstructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type OsFamily Constructor Description ImageToOperatingSystem(Map<OsFamily,Map<String,String>> osVersionMap) -
Uses of OsFamily in org.jclouds.rackspace.cloudservers.uk.config
Methods in org.jclouds.rackspace.cloudservers.uk.config that return types with arguments of type OsFamily Modifier and Type Method Description protected Map<OsFamily,LoginCredentials>CloudServersUKComputeServiceContextModule. osFamilyToCredentials(com.google.inject.Injector injector)CloudServers images are accessible via the root user, not ubuntu -
Uses of OsFamily in org.jclouds.rackspace.cloudservers.us.config
Methods in org.jclouds.rackspace.cloudservers.us.config that return types with arguments of type OsFamily Modifier and Type Method Description protected Map<OsFamily,LoginCredentials>CloudServersUSComputeServiceContextModule. osFamilyToCredentials(com.google.inject.Injector injector)CloudServers images are accessible via the root user, not ubuntu -
Uses of OsFamily in org.jclouds.softlayer.compute.functions.internal
Methods in org.jclouds.softlayer.compute.functions.internal that return types with arguments of type OsFamily Modifier and Type Method Description static com.google.common.base.Function<String,OsFamily>OperatingSystems. osFamily()
-