Class TemplateWithDataCenter
- java.lang.Object
-
- org.jclouds.profitbricks.compute.strategy.TemplateWithDataCenter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Templateclone()clone this templatebooleanequals(Object obj)DataCentergetDataCenter()HardwaregetHardware()Size that suits the requirements.ImagegetImage()Image that suits the requirements.LocationgetLocation()Location of the nodes.TemplateOptionsgetOptions()options for launching this template, like run scripts or inbound portsinthashCode()StringtoString()
-
-
-
Method Detail
-
getDataCenter
public DataCenter getDataCenter()
-
clone
public Template clone()
Description copied from interface:Templateclone this template- Specified by:
clonein interfaceTemplate- Overrides:
clonein classObject- See Also:
Object.clone()
-
getHardware
public Hardware getHardware()
Description copied from interface:TemplateSize that suits the requirements.- Specified by:
getHardwarein interfaceTemplate
-
getImage
public Image getImage()
Description copied from interface:TemplateImage that suits the requirements.
-
getLocation
public Location getLocation()
Description copied from interface:TemplateLocation of the nodes.- Specified by:
getLocationin interfaceTemplate
-
getOptions
public TemplateOptions getOptions()
Description copied from interface:Templateoptions for launching this template, like run scripts or inbound ports- Specified by:
getOptionsin interfaceTemplate
-
-