Package org.jclouds.compute.domain
Interface Template
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
TemplateImpl
,TemplateWithDataCenter
Configured operating system used to start nodes.
-
Method Details
-
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:
-