|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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 Templatepublic Hardware getHardware()
getHardware in interface Templatepublic Location getLocation()
getLocation in interface Templatepublic TemplateOptions getOptions()
getOptions in interface Templatepublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
protected Object clone()
throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||