public interface Hardware extends ComputeMetadata
| Modifier and Type | Method and Description | 
|---|---|
String | 
getHypervisor()  | 
List<? extends Processor> | 
getProcessors()
Amount of virtual or physical processors provided 
 | 
int | 
getRam()
Amount of RAM provided in MB (256M, 1740) 
 | 
List<? extends Volume> | 
getVolumes()
volumes associated with this. 
 | 
com.google.common.base.Predicate<Image> | 
supportsImage()
Determines whether this size can run an image. 
 | 
getId, getName, getProviderId, getTags, getTypegetLocation, getUri, getUserMetadatacompareToCopyright © 2009-2013 jclouds. All Rights Reserved.