Constructor and Description |
---|
TemplateImpl(Image image,
Hardware hardware,
Location location,
TemplateOptions options) |
Modifier and Type | Method and Description |
---|---|
Template |
clone()
clone this template
|
protected TemplateOptions |
defaultOptions() |
boolean |
equals(Object o) |
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() |
protected com.google.common.base.Objects.ToStringHelper |
string() |
String |
toString() |
public TemplateImpl(Image image, Hardware hardware, 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 com.google.common.base.Objects.ToStringHelper string()
protected TemplateOptions defaultOptions()
Copyright © 2009-2013 jclouds. All Rights Reserved.