Package org.openstack4j.model.heat
Interface Template
-
- All Superinterfaces:
Buildable<TemplateBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
HeatTemplate
public interface Template extends ModelEntity, Buildable<TemplateBuilder>
This interface describes a template object.- Author:
- Matthias Reisser
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetTemplateJson()Returns the JSON-representation of the templateStringgetTemplateURL()The URL of the template to instantiate.
-
-
-
Method Detail
-
getTemplateJson
String getTemplateJson()
Returns the JSON-representation of the template- Returns:
- the JSON formatted template
-
getTemplateURL
String getTemplateURL()
The URL of the template to instantiate. This value is ignored if the template is supplied inline.- Returns:
- the template URL
-
-