| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | 
|---|
| 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 | |
|---|---|
 OperatingSystemBuilder | 
OperatingSystemBuilder.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 | |
|---|---|
OperatingSystem(OsFamily family,
                String name,
                String version,
                String arch,
                String description,
                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.domain.os | 
|---|
| Fields in org.jclouds.compute.domain.os declared as OsFamily | |
|---|---|
 OsFamily | 
OsFamilyVersion64Bit.family
 | 
| Methods in org.jclouds.compute.domain.os that return OsFamily | |
|---|---|
 OsFamily | 
CIMOperatingSystem.OSType.getFamily()
 | 
| Constructors in org.jclouds.compute.domain.os with parameters of type OsFamily | |
|---|---|
OsFamilyVersion64Bit(OsFamily family,
                     String version,
                     boolean is64Bit)
 | 
|
| 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)
 | 
|
| 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 | |||||||||