| Modifier and Type | Method and Description | 
|---|---|
OperatingSystem | 
CloudServersImageToOperatingSystem.apply(Image from)  | 
protected OperatingSystem | 
ServerToNodeMetadata.parseOperatingSystem(Server from)  | 
| Modifier and Type | Method and Description | 
|---|---|
OperatingSystem | 
TemplateToOperatingSystem.apply(Template from)  | 
| Constructor and Description | 
|---|
TemplateToImage(com.google.common.base.Supplier<Set<? extends Location>> locations,
               com.google.common.base.Function<Template,OperatingSystem> templateToOperatingSystem)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CIMOperatingSystem
Operating system based on DMTF CIM model. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OperatingSystem | 
OperatingSystem.Builder.build()  | 
OperatingSystem | 
NodeMetadata.getOperatingSystem()
The operating system this node is running, if possible to determine. 
 | 
OperatingSystem | 
Image.getOperatingSystem()
The operating system installed on this image 
 | 
| Modifier and Type | Method and Description | 
|---|---|
OperatingSystem.Builder | 
OperatingSystem.Builder.fromOperatingSystem(OperatingSystem in)  | 
CIMOperatingSystem.Builder | 
CIMOperatingSystem.Builder.fromOperatingSystem(OperatingSystem in) | 
NodeMetadataBuilder | 
NodeMetadataBuilder.operatingSystem(OperatingSystem os)  | 
ImageBuilder | 
ImageBuilder.operatingSystem(OperatingSystem operatingSystem)  | 
| Modifier and Type | Method and Description | 
|---|---|
OperatingSystem | 
NodeMetadataImpl.getOperatingSystem()
The operating system this node is running, if possible to determine. 
 | 
OperatingSystem | 
ImageImpl.getOperatingSystem()
The operating system installed on this image 
 | 
| Constructor and Description | 
|---|
ImageImpl(String providerId,
         String name,
         String id,
         Location location,
         URI uri,
         Map<String,String> userMetadata,
         Set<String> tags,
         OperatingSystem operatingSystem,
         Image.Status status,
         String backendStatus,
         String description,
         String version,
         LoginCredentials defaultCredentials)  | 
NodeMetadataImpl(String providerId,
                String name,
                String id,
                Location location,
                URI uri,
                Map<String,String> userMetadata,
                Set<String> tags,
                String group,
                Hardware hardware,
                String imageId,
                OperatingSystem os,
                NodeMetadata.Status status,
                String backendStatus,
                int loginPort,
                Iterable<String> publicAddresses,
                Iterable<String> privateAddresses,
                LoginCredentials credentials,
                String hostname)  | 
| Modifier and Type | Method and Description | 
|---|---|
static com.google.common.base.Predicate<OperatingSystem> | 
OperatingSystemPredicates.any()
return everything. 
 | 
static com.google.common.base.Predicate<OperatingSystem> | 
OperatingSystemPredicates.is64Bit()
return true if this is a 64bit os. 
 | 
static com.google.common.base.Predicate<OperatingSystem> | 
OperatingSystemPredicates.isUnix()
evaluates true if the OperatingSystem is unix like 
 | 
static com.google.common.base.Predicate<OperatingSystem> | 
OperatingSystemPredicates.supportsApt()
evaluates true if the OperatingSystem supports the apt installer 
 | 
static com.google.common.base.Predicate<OperatingSystem> | 
OperatingSystemPredicates.supportsYum()
evaluates true if the OperatingSystem supports the yum installer 
 | 
static com.google.common.base.Predicate<OperatingSystem> | 
OperatingSystemPredicates.supportsZypper()
evaluates true if the OperatingSystem supports the zypper installer 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected OperatingSystem | 
ServerDetailsToNodeMetadata.parseOperatingSystem(ServerDetails from)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected OperatingSystem | 
ServerImageToImage.parseOs(ServerImage from)  | 
| Constructor and Description | 
|---|
NovaReviseParsedImage(com.google.common.base.Function<Image,OperatingSystem> imageToOs)  | 
| Modifier and Type | Method and Description | 
|---|---|
OperatingSystem | 
ImageToOperatingSystem.apply(Image from)  | 
protected OperatingSystem | 
ServerInZoneToNodeMetadata.findOperatingSystemForServerOrNull(ServerInZone serverInZone)  | 
| Constructor and Description | 
|---|
ImageInZoneToImage(Map<Image.Status,Image.Status> toPortableImageStatus,
                  com.google.common.base.Function<Image,OperatingSystem> imageToOs,
                  com.google.common.base.Supplier<Map<String,Location>> locationIndex)  | 
| Modifier and Type | Method and Description | 
|---|---|
OperatingSystem | 
TerremarkECloudParseOsFromVAppTemplateName.apply(String from)  | 
| Modifier and Type | Method and Description | 
|---|---|
OperatingSystem | 
ParseOsFromVAppTemplateName.apply(String from)  | 
| Constructor and Description | 
|---|
ImageForVCloudExpressVAppTemplate(Map<Status,Image.Status> toPortableImageStatus,
                                 FindLocationForResource findLocationForResource,
                                 PopulateDefaultLoginCredentialsForImageStrategy credentialsProvider,
                                 com.google.common.base.Function<String,OperatingSystem> osParser)  | 
| Modifier and Type | Method and Description | 
|---|---|
static OperatingSystem | 
VCloudComputeUtils.toComputeOs(VApp vApp,
           OperatingSystem defaultOs)  | 
| Modifier and Type | Method and Description | 
|---|---|
static OperatingSystem | 
VCloudComputeUtils.toComputeOs(VApp vApp,
           OperatingSystem defaultOs)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.