Uses of Class
org.jclouds.compute.domain.Processor
Packages that use Processor
Package
Description
-
Uses of Processor in org.jclouds.compute.domain
Fields in org.jclouds.compute.domain with type parameters of type ProcessorMethods in org.jclouds.compute.domain that return types with arguments of type ProcessorModifier and TypeMethodDescriptionHardware.getProcessors()
Amount of virtual or physical processors providedMethods in org.jclouds.compute.domain with parameters of type ProcessorModifier and TypeMethodDescriptionint
Method parameters in org.jclouds.compute.domain with type arguments of type Processor -
Uses of Processor in org.jclouds.compute.domain.internal
Methods in org.jclouds.compute.domain.internal that return types with arguments of type ProcessorModifier and TypeMethodDescriptionHardwareImpl.getProcessors()
Amount of virtual or physical processors providedConstructor parameters in org.jclouds.compute.domain.internal with type arguments of type ProcessorModifierConstructorDescriptionHardwareImpl
(String providerId, String name, String id, Location location, URI uri, Map<String, String> userMetadata, Set<String> tags, Iterable<? extends Processor> processors, int ram, Iterable<? extends Volume> volumes, com.google.common.base.Predicate<Image> supportsImage, String hypervisor, boolean deprecated) -
Uses of Processor in org.jclouds.ec2.compute.domain
Method parameters in org.jclouds.ec2.compute.domain with type arguments of type Processor