| Package | Description | 
|---|---|
| org.jclouds.compute.domain | |
| org.jclouds.compute.domain.internal | |
| org.jclouds.ec2.compute.domain | |
| org.jclouds.fujitsu.fgcp.compute.functions | 
| Modifier and Type | Field and Description | 
|---|---|
protected List<Processor> | 
HardwareBuilder.processors  | 
| Modifier and Type | Method and Description | 
|---|---|
List<? extends Processor> | 
Hardware.getProcessors()
Amount of virtual or physical processors provided 
 | 
| Modifier and Type | Method and Description | 
|---|---|
int | 
Processor.compareTo(Processor that) | 
HardwareBuilder | 
HardwareBuilder.processor(Processor processor)  | 
| Modifier and Type | Method and Description | 
|---|---|
HardwareBuilder | 
HardwareBuilder.processors(Iterable<Processor> processors)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<? extends Processor> | 
HardwareImpl.getProcessors()
Amount of virtual or physical processors provided 
 | 
| Constructor and Description | 
|---|
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)  | 
| Modifier and Type | Method and Description | 
|---|---|
EC2HardwareBuilder | 
EC2HardwareBuilder.processors(List<Processor> processors)  | 
| Modifier and Type | Method and Description | 
|---|---|
Processor | 
CPUToProcessor.apply(CPU cpu)  | 
Copyright © 2009-2013 jclouds. All Rights Reserved.