public class ServerImage extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ServerImage.Builder |
Modifier and Type | Method and Description |
---|---|
static ServerImage.Builder |
builder() |
boolean |
equals(Object o) |
long |
getAdditionalLocalStorage() |
long |
getCpuCount() |
String |
getDescription() |
String |
getId() |
String |
getLocation() |
long |
getMemory() |
String |
getName() |
OperatingSystem |
getOperatingSystem() |
long |
getOsStorage() |
String |
getResourcePath() |
int |
hashCode() |
ServerImage.Builder |
toBuilder() |
String |
toString() |
public static ServerImage.Builder builder()
public ServerImage.Builder toBuilder()
public String getId()
public String getResourcePath()
public String getName()
public String getDescription()
public OperatingSystem getOperatingSystem()
public String getLocation()
public long getCpuCount()
public long getMemory()
public long getOsStorage()
public long getAdditionalLocalStorage()
Copyright © 2009-2013 jclouds. All Rights Reserved.