|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OsFamily | |
---|---|
org.jclouds.cim | |
org.jclouds.compute.config | |
org.jclouds.compute.domain | |
org.jclouds.compute.domain.internal | |
org.jclouds.compute.stub.config | |
org.jclouds.compute.util |
Uses of OsFamily in org.jclouds.cim |
---|
Methods in org.jclouds.cim that return OsFamily | |
---|---|
OsFamily |
OSType.getFamily()
|
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,
org.jclouds.json.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<org.jclouds.domain.Location> location,
javax.inject.Provider<Integer> idProvider,
String publicIpPrefix,
String privateIpPrefix,
String passwordPrefix,
org.jclouds.location.suppliers.JustProvider locationSupplier,
Map<OsFamily,Map<String,String>> osToVersionMap,
Map<String,org.jclouds.domain.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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |