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

Packages that use Processor
org.jclouds.compute.domain   
org.jclouds.compute.domain.internal   
org.jclouds.ec2.compute.domain   
 

Uses of Processor in org.jclouds.compute.domain
 

Fields in org.jclouds.compute.domain with type parameters of type Processor
protected  List<Processor> HardwareBuilder.processors
           
 

Methods in org.jclouds.compute.domain that return types with arguments of type Processor
 List<? extends Processor> Hardware.getProcessors()
          Amount of virtual or physical processors provided
 

Methods in org.jclouds.compute.domain with parameters of type Processor
 int Processor.compareTo(Processor that)
          
 HardwareBuilder HardwareBuilder.processor(Processor processor)
           
 

Method parameters in org.jclouds.compute.domain with type arguments of type Processor
 HardwareBuilder HardwareBuilder.processors(Iterable<Processor> processors)
           
 

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

Methods in org.jclouds.compute.domain.internal that return types with arguments of type Processor
 List<? extends Processor> HardwareImpl.getProcessors()
          Amount of virtual or physical processors provided
 

Constructor parameters in org.jclouds.compute.domain.internal with type arguments of type Processor
HardwareImpl(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)
           
 

Uses of Processor in org.jclouds.ec2.compute.domain
 

Method parameters in org.jclouds.ec2.compute.domain with type arguments of type Processor
 EC2HardwareBuilder EC2HardwareBuilder.processors(List<Processor> processors)
           
 



Copyright © 2009-2012 jclouds. All Rights Reserved.