org.jclouds.opsource.servers.domain
Class ServerImage

java.lang.Object
  extended by org.jclouds.opsource.servers.domain.ServerImage

public class ServerImage
extends Object

Author:
Kedar Dave

Nested Class Summary
static class ServerImage.Builder
           
 
Method Summary
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()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.