Class TemplateImpl
java.lang.Object
org.jclouds.compute.domain.internal.TemplateImpl
- 
Constructor Summary
ConstructorsConstructorDescriptionTemplateImpl(Image image, Hardware hardware, Location location, TemplateOptions options)  - 
Method Summary
Modifier and TypeMethodDescriptionclone()clone this templateprotected TemplateOptionsbooleanSize that suits the requirements.getImage()Image that suits the requirements.Location of the nodes.options for launching this template, like run scripts or inbound portsinthashCode()protected com.google.common.base.MoreObjects.ToStringHelperstring()toString() 
- 
Constructor Details
- 
TemplateImpl
 
 - 
 - 
Method Details
- 
getImage
Image that suits the requirements. - 
getHardware
Size that suits the requirements.- Specified by:
 getHardwarein interfaceTemplate
 - 
getLocation
Location of the nodes.- Specified by:
 getLocationin interfaceTemplate
 - 
getOptions
options for launching this template, like run scripts or inbound ports- Specified by:
 getOptionsin interfaceTemplate
 - 
equals
 - 
hashCode
public int hashCode() - 
toString
 - 
string
protected com.google.common.base.MoreObjects.ToStringHelper string() - 
defaultOptions
 - 
clone
clone this template 
 -