Uses of Class
org.jclouds.compute.domain.OperatingSystem
-
-
Uses of OperatingSystem in org.jclouds.cloudstack.compute.functions
Methods in org.jclouds.cloudstack.compute.functions that return OperatingSystem Modifier and Type Method Description OperatingSystem
TemplateToOperatingSystem. apply(Template from)
Constructor parameters in org.jclouds.cloudstack.compute.functions with type arguments of type OperatingSystem Constructor Description TemplateToImage(com.google.common.base.Supplier<Set<? extends Location>> locations, com.google.common.base.Function<Template,OperatingSystem> templateToOperatingSystem)
-
Uses of OperatingSystem in org.jclouds.compute.domain
Subclasses of OperatingSystem in org.jclouds.compute.domain Modifier and Type Class Description class
CIMOperatingSystem
Operating system based on DMTF CIM model.Methods in org.jclouds.compute.domain that return OperatingSystem Modifier and Type Method Description OperatingSystem
OperatingSystem.Builder. build()
OperatingSystem
Image. getOperatingSystem()
The operating system installed on this imageOperatingSystem
NodeMetadata. getOperatingSystem()
The operating system this node is running, if possible to determine.Methods in org.jclouds.compute.domain with parameters of type OperatingSystem Modifier and Type Method Description CIMOperatingSystem.Builder
CIMOperatingSystem.Builder. fromOperatingSystem(OperatingSystem in)
OperatingSystem.Builder
OperatingSystem.Builder. fromOperatingSystem(OperatingSystem in)
ImageBuilder
ImageBuilder. operatingSystem(OperatingSystem operatingSystem)
NodeMetadataBuilder
NodeMetadataBuilder. operatingSystem(OperatingSystem os)
-
Uses of OperatingSystem in org.jclouds.compute.domain.internal
Methods in org.jclouds.compute.domain.internal that return OperatingSystem Modifier and Type Method Description OperatingSystem
ImageImpl. getOperatingSystem()
The operating system installed on this imageOperatingSystem
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 Constructor 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)
-
Uses of OperatingSystem in org.jclouds.compute.predicates
Methods in org.jclouds.compute.predicates that return types with arguments of type OperatingSystem Modifier and Type Method 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 likestatic com.google.common.base.Predicate<OperatingSystem>
OperatingSystemPredicates. supportsApt()
evaluates true if the OperatingSystem supports the apt installerstatic com.google.common.base.Predicate<OperatingSystem>
OperatingSystemPredicates. supportsYum()
evaluates true if the OperatingSystem supports the yum installerstatic com.google.common.base.Predicate<OperatingSystem>
OperatingSystemPredicates. supportsZypper()
evaluates true if the OperatingSystem supports the zypper installer -
Uses of OperatingSystem in org.jclouds.glesys.compute.functions
Methods in org.jclouds.glesys.compute.functions that return OperatingSystem Modifier and Type Method Description protected OperatingSystem
ServerDetailsToNodeMetadata. parseOperatingSystem(ServerDetails from)
-
Uses of OperatingSystem in org.jclouds.gogrid.compute.functions
Methods in org.jclouds.gogrid.compute.functions that return OperatingSystem Modifier and Type Method Description protected OperatingSystem
ServerImageToImage. parseOs(ServerImage from)
-
Uses of OperatingSystem in org.jclouds.googlecomputeengine.compute.functions
Methods in org.jclouds.googlecomputeengine.compute.functions that return OperatingSystem Modifier and Type Method Description OperatingSystem
ImageNameToOperatingSystem. apply(String input)
-
Uses of OperatingSystem in org.jclouds.openstack.nova.ec2.strategy
Constructor parameters in org.jclouds.openstack.nova.ec2.strategy with type arguments of type OperatingSystem Constructor Description NovaReviseParsedImage(com.google.common.base.Function<Image,OperatingSystem> imageToOs)
-
Uses of OperatingSystem in org.jclouds.openstack.nova.v2_0.compute.functions
Methods in org.jclouds.openstack.nova.v2_0.compute.functions that return OperatingSystem Modifier and Type Method Description OperatingSystem
ImageToOperatingSystem. apply(Image from)
protected OperatingSystem
ServerInRegionToNodeMetadata. findOperatingSystemForServerOrNull(ServerInRegion serverInRegion)
Constructor parameters in org.jclouds.openstack.nova.v2_0.compute.functions with type arguments of type OperatingSystem Constructor Description ImageInRegionToImage(Map<Image.Status,Image.Status> toPortableImageStatus, com.google.common.base.Function<Image,OperatingSystem> imageToOs, com.google.common.base.Supplier<Map<String,Location>> locationIndex)
-