| Modifier and Type | Method and Description |
|---|---|
OsFamily |
OSType.getFamily() |
| Modifier and Type | Method and Description |
|---|---|
protected Map<OsFamily,org.jclouds.domain.LoginCredentials> |
BaseComputeServiceContextModule.osFamilyToCredentials(com.google.inject.Injector injector) |
protected Map<OsFamily,org.jclouds.domain.LoginCredentials> |
BaseComputeServiceContextModule.provideOsFamilyToCredentials(com.google.inject.Injector injector) |
Map<OsFamily,Map<String,String>> |
BaseComputeServiceContextModule.provideOsVersionMap(ComputeServiceConstants.ReferenceData data,
org.jclouds.json.Json json) |
| Modifier and Type | Field and Description |
|---|---|
OsFamily |
OsFamilyVersion64Bit.family |
protected OsFamily |
OperatingSystem.family |
protected OsFamily |
OperatingSystem.Builder.family |
| Modifier and Type | Method and Description |
|---|---|
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.
|
OsFamily |
TemplateBuilderSpec.getOsFamily() |
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.
|
| Modifier and Type | Method and Description |
|---|---|
OperatingSystem.Builder |
OperatingSystem.Builder.family(OsFamily family) |
CIMOperatingSystem.Builder |
CIMOperatingSystem.Builder.family(OsFamily family) |
TemplateBuilder |
TemplateBuilder.osFamily(OsFamily os)
Configure this template to use a specific operating system image.
|
| Constructor and 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) |
| Modifier and Type | Field and Description |
|---|---|
protected OsFamily |
TemplateBuilderImpl.osFamily |
| Modifier and Type | Method and Description |
|---|---|
TemplateBuilder |
TemplateBuilderImpl.osFamily(OsFamily os)
Configure this template to use a specific operating system image.
|
| Modifier and Type | Field and Description |
|---|---|
protected Map<OsFamily,org.jclouds.domain.LoginCredentials> |
ReturnCredentialsBoundToImage.osFamilyToCredentials |
| Constructor and Description |
|---|
ReturnCredentialsBoundToImage(org.jclouds.domain.LoginCredentials creds,
Map<String,org.jclouds.domain.Credentials> credentialStore,
Map<OsFamily,org.jclouds.domain.LoginCredentials> osFamilyToCredentials) |
| Constructor and Description |
|---|
StubComputeServiceAdapter(ConcurrentMap<String,NodeMetadata> nodes,
com.google.common.util.concurrent.ListeningExecutorService executor,
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.all.JustProvider locationSupplier,
Map<OsFamily,Map<String,String>> osToVersionMap,
com.google.common.collect.Multimap<String,SecurityGroup> groupsForNodes,
com.google.common.base.Optional<SecurityGroupExtension> securityGroupExtension) |
| Modifier and Type | Method and Description |
|---|---|
static OsFamily |
ComputeServiceUtils.parseOsFamilyOrUnrecognized(String in) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ComputeServiceUtils.parseVersionOrReturnEmptyString(OsFamily family,
String in,
Map<OsFamily,Map<String,String>> osVersionMap) |
| Modifier and Type | Method and Description |
|---|---|
static String |
ComputeServiceUtils.parseVersionOrReturnEmptyString(OsFamily family,
String in,
Map<OsFamily,Map<String,String>> osVersionMap) |
Copyright © 2009-2017 The Apache Software Foundation. All Rights Reserved.