public class Hardware extends Object
int
cores
float
disk
id
String
name
ram
Hardware(int id, String name, int cores, int ram, float disk)
boolean
equals(Object that)
hashCode()
toString()
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public int id
public String name
public int cores
public int ram
public float disk
public Hardware(int id, String name, int cores, int ram, float disk)
public int hashCode()
hashCode
Object
public boolean equals(Object that)
equals
public String toString()
toString
Copyright © 2009-2012 jclouds. All Rights Reserved.