org.jclouds.elasticstack.domain
Class WellKnownImage

java.lang.Object
  extended by org.jclouds.elasticstack.domain.WellKnownImage

public class WellKnownImage
extends Object

Author:
Adrian Cole

Method Summary
 boolean equals(Object that)
           
 String getDescription()
           
 String getLoginUser()
           
 OsFamily getOsFamily()
           
 String getOsVersion()
           
 int getSize()
           
 String getUuid()
           
 int hashCode()
           
 boolean is64bit()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getUuid

public String getUuid()

getDescription

public String getDescription()

getOsFamily

public OsFamily getOsFamily()

getOsVersion

public String getOsVersion()

getSize

public int getSize()

is64bit

public boolean is64bit()

getLoginUser

public String getLoginUser()

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object that)
Overrides:
equals in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2009-2011 jclouds. All Rights Reserved.