Uses of Enum Class
org.jclouds.compute.domain.OsFamily
Packages that use OsFamily
Package
Description
-
Uses of OsFamily in org.jclouds.aws.ec2.compute.strategy
Methods in org.jclouds.aws.ec2.compute.strategy with parameters of type OsFamilyModifier and TypeMethodDescriptionvoid
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 -
Uses of OsFamily in org.jclouds.cim
Methods in org.jclouds.cim that return OsFamily -
Uses of OsFamily in org.jclouds.cloudstack.compute.functions
Constructor parameters in org.jclouds.cloudstack.compute.functions with type arguments of type OsFamily -
Uses of OsFamily in org.jclouds.compute.config
Methods in org.jclouds.compute.config that return types with arguments of type OsFamilyModifier and TypeMethodDescriptionprotected Map
<OsFamily, LoginCredentials> BaseComputeServiceContextModule.osFamilyToCredentials
(com.google.inject.Injector injector) protected final Map
<OsFamily, LoginCredentials> BaseComputeServiceContextModule.provideOsFamilyToCredentials
(com.google.inject.Injector injector) BaseComputeServiceContextModule.provideOsVersionMap
(ComputeServiceConstants.ReferenceData data, Json json) -
Uses of OsFamily in org.jclouds.compute.domain
Fields in org.jclouds.compute.domain declared as OsFamilyModifier and TypeFieldDescriptionprotected OsFamily
OperatingSystem.Builder.family
protected OsFamily
OperatingSystem.family
OsFamilyVersion64Bit.family
Methods in org.jclouds.compute.domain that return OsFamilyModifier and TypeMethodDescriptionstatic OsFamily
OperatingSystem.getFamily()
Type of the operating systemTemplateBuilderSpec.getOsFamily()
static OsFamily[]
OsFamily.nonProritisedValues()
static OsFamily[]
OsFamily.proritisedValues()
static OsFamily
Returns the enum constant of this class with the specified name.static OsFamily[]
OsFamily.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jclouds.compute.domain with parameters of type OsFamilyModifier and TypeMethodDescriptionConfigure this template to use a specific operating system image.Constructors in org.jclouds.compute.domain with parameters of type OsFamilyModifierConstructorDescriptionCIMOperatingSystem
(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 OsFamilyMethods in org.jclouds.compute.domain.internal with parameters of type OsFamilyModifier and TypeMethodDescriptionConfigure 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 OsFamilyModifier and TypeFieldDescriptionprotected final 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 OsFamilyModifierConstructorDescriptionStubComputeServiceAdapter
(ConcurrentMap<String, NodeMetadata> nodes, com.google.common.util.concurrent.ListeningExecutorService executor, com.google.common.base.Supplier<Location> location, jakarta.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 OsFamilyModifier and TypeMethodDescriptionstatic OsFamily
ComputeServiceUtils.parseOsFamilyOrUnrecognized
(String in) Methods in org.jclouds.compute.util with parameters of type OsFamilyModifier and TypeMethodDescriptionstatic 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 -
Uses of OsFamily in org.jclouds.digitalocean2.domain
Methods in org.jclouds.digitalocean2.domain that return OsFamily -
Uses of OsFamily in org.jclouds.ec2.compute.strategy
Methods in org.jclouds.ec2.compute.strategy with parameters of type OsFamilyModifier and TypeMethodDescriptionvoid
ReviseParsedImage.NoopReviseParsedImage.reviseParsedImage
(Image from, ImageBuilder builder, OsFamily family, OperatingSystem.Builder osBuilder) void
ReviseParsedImage.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 OsFamilyMethods in org.jclouds.elasticstack.domain with parameters of type OsFamilyModifier and TypeMethodDescriptionConstructors in org.jclouds.elasticstack.domain with parameters of type OsFamily -
Uses of OsFamily in org.jclouds.glesys.compute.functions
Constructor parameters in org.jclouds.glesys.compute.functions with type arguments of type OsFamily -
Uses of OsFamily in org.jclouds.googlecomputeengine.compute.config
Methods in org.jclouds.googlecomputeengine.compute.config that return types with arguments of type OsFamilyModifier and TypeMethodDescriptionprotected 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 OsFamilyModifier and TypeMethodDescriptionvoid
NovaReviseParsedImage.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 OsFamilyModifier and TypeMethodDescriptionprotected 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 OsFamilyConstructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type OsFamily -
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 OsFamilyModifier and TypeMethodDescriptionprotected 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 OsFamilyModifier and TypeMethodDescriptionprotected 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