Uses of Class
org.jclouds.compute.domain.OperatingSystem

Packages that use OperatingSystem
org.jclouds.cloudservers.compute.functions   
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.compute.predicates   
org.jclouds.deltacloud.compute.functions   
org.jclouds.gogrid.compute.suppliers   
org.jclouds.openstack.nova.compute.functions   
org.jclouds.rimuhosting.miro.compute.functions   
org.jclouds.rimuhosting.miro.compute.suppliers   
org.jclouds.slicehost.compute.functions   
org.jclouds.trmk.ecloud.compute.functions   
org.jclouds.trmk.vcloud_0_8.compute.functions   
org.jclouds.vcloud.compute.util   
 

Uses of OperatingSystem in org.jclouds.cloudservers.compute.functions
 

Methods in org.jclouds.cloudservers.compute.functions that return OperatingSystem
 OperatingSystem CloudServersImageToOperatingSystem.apply(Image from)
           
protected  OperatingSystem ServerToNodeMetadata.parseOperatingSystem(Server from)
           
 

Uses of OperatingSystem in org.jclouds.compute.domain
 

Subclasses of OperatingSystem in org.jclouds.compute.domain
 class CIMOperatingSystem
          Operating system based on DMTF CIM model.
 

Methods in org.jclouds.compute.domain that return OperatingSystem
 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
 

Methods in org.jclouds.compute.domain with parameters of type OperatingSystem
 CIMOperatingSystem.Builder CIMOperatingSystem.Builder.fromOperatingSystem(OperatingSystem in)
          
 OperatingSystem.Builder OperatingSystem.Builder.fromOperatingSystem(OperatingSystem in)
           
 NodeMetadataBuilder NodeMetadataBuilder.operatingSystem(OperatingSystem os)
           
 ImageBuilder ImageBuilder.operatingSystem(OperatingSystem operatingSystem)
           
 

Uses of OperatingSystem in org.jclouds.compute.domain.internal
 

Methods in org.jclouds.compute.domain.internal that return OperatingSystem
 OperatingSystem ImageImpl.getOperatingSystem()
          The operating system installed on this image
 OperatingSystem NodeMetadataImpl.getOperatingSystem()
          The operating system this node is running, if possible to determine.
 

Constructors in org.jclouds.compute.domain.internal with parameters of type OperatingSystem
ImageImpl(String providerId, String name, String id, Location location, URI uri, Map<String,String> userMetadata, Set<String> tags, OperatingSystem operatingSystem, String description, String version, String adminPassword, Credentials 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, NodeState state, int loginPort, Iterable<String> publicAddresses, Iterable<String> privateAddresses, String adminPassword, Credentials credentials, String hostname)
           
 

Uses of OperatingSystem in org.jclouds.compute.predicates
 

Methods in org.jclouds.compute.predicates that return types with arguments of type OperatingSystem
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
 

Uses of OperatingSystem in org.jclouds.deltacloud.compute.functions
 

Methods in org.jclouds.deltacloud.compute.functions that return OperatingSystem
 OperatingSystem DeltacloudImageToOperatingSystem.apply(Image from)
           
protected  OperatingSystem InstanceToNodeMetadata.parseOperatingSystem(Instance from)
           
 

Uses of OperatingSystem in org.jclouds.gogrid.compute.suppliers
 

Methods in org.jclouds.gogrid.compute.suppliers that return OperatingSystem
protected  OperatingSystem GoGridImageSupplier.parseOs(ServerImage from)
           
 

Uses of OperatingSystem in org.jclouds.openstack.nova.compute.functions
 

Methods in org.jclouds.openstack.nova.compute.functions that return OperatingSystem
 OperatingSystem NovaImageToOperatingSystem.apply(Image from)
           
 

Uses of OperatingSystem in org.jclouds.rimuhosting.miro.compute.functions
 

Methods in org.jclouds.rimuhosting.miro.compute.functions that return OperatingSystem
protected  OperatingSystem ServerToNodeMetadata.parseOperatingSystem(Server from, Location location)
           
 

Uses of OperatingSystem in org.jclouds.rimuhosting.miro.compute.suppliers
 

Methods in org.jclouds.rimuhosting.miro.compute.suppliers that return OperatingSystem
protected  OperatingSystem RimuHostingImageSupplier.parseOs(Image from)
           
 

Uses of OperatingSystem in org.jclouds.slicehost.compute.functions
 

Methods in org.jclouds.slicehost.compute.functions that return OperatingSystem
 OperatingSystem SlicehostImageToOperatingSystem.apply(Image from)
           
protected  OperatingSystem SliceToNodeMetadata.parseOperatingSystem(Slice from)
           
 

Uses of OperatingSystem in org.jclouds.trmk.ecloud.compute.functions
 

Methods in org.jclouds.trmk.ecloud.compute.functions that return OperatingSystem
 OperatingSystem TerremarkECloudParseOsFromVAppTemplateName.apply(String from)
           
 

Uses of OperatingSystem in org.jclouds.trmk.vcloud_0_8.compute.functions
 

Methods in org.jclouds.trmk.vcloud_0_8.compute.functions that return OperatingSystem
 OperatingSystem ParseOsFromVAppTemplateName.apply(String from)
           
 

Constructor parameters in org.jclouds.trmk.vcloud_0_8.compute.functions with type arguments of type OperatingSystem
ImageForVCloudExpressVAppTemplate(FindLocationForResource findLocationForResource, PopulateDefaultLoginCredentialsForImageStrategy credentialsProvider, com.google.common.base.Function<String,OperatingSystem> osParser)
           
 

Uses of OperatingSystem in org.jclouds.vcloud.compute.util
 

Methods in org.jclouds.vcloud.compute.util that return OperatingSystem
static OperatingSystem VCloudComputeUtils.toComputeOs(VApp vApp, OperatingSystem defaultOs)
           
 

Methods in org.jclouds.vcloud.compute.util with parameters of type OperatingSystem
static OperatingSystem VCloudComputeUtils.toComputeOs(VApp vApp, OperatingSystem defaultOs)
           
 



Copyright © 2009-2011 jclouds. All Rights Reserved.