org.jclouds.opsource.servers.domain
Class ServerImage
java.lang.Object
org.jclouds.opsource.servers.domain.ServerImage
public class ServerImage
- extends Object
- Author:
- Kedar Dave
builder
public static ServerImage.Builder builder()
toBuilder
public ServerImage.Builder toBuilder()
getId
public String getId()
getResourcePath
public String getResourcePath()
getName
public String getName()
getDescription
public String getDescription()
getOperatingSystem
public OperatingSystem getOperatingSystem()
getLocation
public String getLocation()
getCpuCount
public long getCpuCount()
getMemory
public long getMemory()
getOsStorage
public long getOsStorage()
getAdditionalLocalStorage
public long getAdditionalLocalStorage()
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2009-2012 jclouds. All Rights Reserved.