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 Template
public Location getLocation()
getLocation
in interface Template
public TemplateOptions getOptions()
getOptions
in interface Template
protected Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2009-2012 jclouds. All Rights Reserved.