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, getType
getLocation, getUri, getUserMetadata
compareTo
Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.