org.jclouds.compute.domain
Interface Template

All Superinterfaces:
Cloneable
All Known Implementing Classes:
TemplateImpl

public interface Template
extends Cloneable

Configured operating system used to start nodes.


Method Summary
 Template clone()
          clone this template
 Hardware getHardware()
          Size that suits the requirements.
 Image getImage()
          Image that suits the requirements.
 org.jclouds.domain.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

org.jclouds.domain.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()


Copyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.