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 TemplateOptions
boolean
Size that suits the requirements.getImage()
Image that suits the requirements.Location of the nodes.options for launching this template, like run scripts or inbound portsint
hashCode()
protected com.google.common.base.MoreObjects.ToStringHelper
string()
toString()
-
Constructor Details
-
TemplateImpl
-
-
Method Details
-
getImage
Image that suits the requirements. -
getHardware
Size that suits the requirements.- Specified by:
getHardware
in interfaceTemplate
-
getLocation
Location of the nodes.- Specified by:
getLocation
in interfaceTemplate
-
getOptions
options for launching this template, like run scripts or inbound ports- Specified by:
getOptions
in interfaceTemplate
-
equals
-
hashCode
public int hashCode() -
toString
-
string
protected com.google.common.base.MoreObjects.ToStringHelper string() -
defaultOptions
-
clone
clone this template
-