Class TemplateWithDataCenter
- java.lang.Object
-
- org.jclouds.profitbricks.compute.strategy.TemplateWithDataCenter
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Template
clone()
clone this templateboolean
equals(Object obj)
DataCenter
getDataCenter()
Hardware
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 portsint
hashCode()
String
toString()
-
-
-
Method Detail
-
getDataCenter
public DataCenter getDataCenter()
-
clone
public Template clone()
Description copied from interface:Template
clone this template- Specified by:
clone
in interfaceTemplate
- Overrides:
clone
in classObject
- See Also:
Object.clone()
-
getHardware
public Hardware getHardware()
Description copied from interface:Template
Size that suits the requirements.- Specified by:
getHardware
in interfaceTemplate
-
getImage
public Image getImage()
Description copied from interface:Template
Image that suits the requirements.
-
getLocation
public Location getLocation()
Description copied from interface:Template
Location of the nodes.- Specified by:
getLocation
in interfaceTemplate
-
getOptions
public TemplateOptions getOptions()
Description copied from interface:Template
options for launching this template, like run scripts or inbound ports- Specified by:
getOptions
in interfaceTemplate
-
-