public class Flavor extends Resource
Flavor(int id, String name, Integer disk, Integer ram, Integer vcpus)
boolean
equals(Object obj)
Integer
getDisk()
int
getId()
String
getName()
getRam()
getVcpus()
hashCode()
toString()
getSelfURI, getURI
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public Flavor(int id, String name, Integer disk, Integer ram, Integer vcpus)
public Integer getDisk()
public int getId()
public String getName()
public Integer getRam()
public Integer getVcpus()
public int hashCode()
hashCode
Object
public boolean equals(Object obj)
equals
public String toString()
toString
Copyright © 2009-2012 jclouds. All Rights Reserved.