Package org.jclouds.compute.domain
Interface Template
-
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
TemplateImpl
,TemplateWithDataCenter
public interface Template extends Cloneable
Configured operating system used to start nodes.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Template
clone()
clone this templateHardware
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
-
-
-
Method Detail
-
getImage
Image getImage()
Image that suits the requirements.
-
getHardware
Hardware getHardware()
Size that suits the requirements.
-
getLocation
Location getLocation()
Location of the nodes.
-
getOptions
TemplateOptions getOptions()
options for launching this template, like run scripts or inbound ports
-
clone
Template clone()
clone this template- See Also:
Object.clone()
-
-