|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jclouds.compute.domain.internal.TemplateImpl
public class TemplateImpl
Constructor Summary | |
---|---|
TemplateImpl(Image image,
Hardware size,
Location location,
TemplateOptions options)
|
Method Summary | |
---|---|
protected Object |
clone()
|
boolean |
equals(Object obj)
|
Hardware |
getHardware()
Size that suits the requirements. |
Image |
getImage()
Image that suits the requirements. |
Location |
getLocation()
Location of the nodes. |
TemplateOptions |
getOptions()
options for launching this template, like run scripts or inbound ports |
int |
hashCode()
|
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TemplateImpl(Image image, Hardware size, Location location, TemplateOptions options)
Method Detail |
---|
public Image getImage()
getImage
in interface Template
public Hardware getHardware()
getHardware
in interface Template
public Location getLocation()
getLocation
in interface Template
public TemplateOptions getOptions()
getOptions
in interface Template
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
public String toString()
toString
in class Object
protected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |