Class TemplateImpl
- java.lang.Object
-
- org.jclouds.compute.domain.internal.TemplateImpl
-
-
Constructor Summary
Constructors Constructor Description TemplateImpl(Image image, Hardware hardware, Location location, TemplateOptions options)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Template
clone()
clone this templateprotected 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 portsint
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
String
toString()
-
-
-
Constructor Detail
-
TemplateImpl
public TemplateImpl(Image image, Hardware hardware, Location location, TemplateOptions options)
-
-
Method Detail
-
getImage
public Image getImage()
Image that suits the requirements.
-
getHardware
public Hardware getHardware()
Size that suits the requirements.- Specified by:
getHardware
in interfaceTemplate
-
getLocation
public Location getLocation()
Location of the nodes.- Specified by:
getLocation
in interfaceTemplate
-
getOptions
public TemplateOptions getOptions()
options for launching this template, like run scripts or inbound ports- Specified by:
getOptions
in interfaceTemplate
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string()
-
defaultOptions
protected TemplateOptions defaultOptions()
-
-