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.
|
boolean |
isDeprecated()
True if usage of the hardware profile is now discouraged.
|
com.google.common.base.Predicate<Image> |
supportsImage()
Determines whether this size can run an image.
|
getId, getName, getProviderId, getTags, getType
getLocation, getUri, getUserMetadata
compareTo
List<? extends Processor> getProcessors()
int getRam()
com.google.common.base.Predicate<Image> supportsImage()
@Nullable String getHypervisor()
boolean isDeprecated()
Copyright © 2009-2016 The Apache Software Foundation. All Rights Reserved.