| Constructor and Description |
|---|
TemplateImpl(Image image,
Hardware size,
Location location,
TemplateOptions options) |
| Modifier and Type | Method and Description |
|---|---|
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() |
public TemplateImpl(Image image, Hardware size, Location location, TemplateOptions options)
public Image getImage()
public Hardware getHardware()
getHardware in interface Templatepublic Location getLocation()
getLocation in interface Templatepublic TemplateOptions getOptions()
getOptions in interface Templateprotected Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionCopyright © 2009-2012 jclouds. All Rights Reserved.