Package org.openstack4j.model.heat
Interface BaseStackCreateUpdate
-
- All Superinterfaces:
ModelEntity,Serializable
- All Known Subinterfaces:
StackCreate,StackUpdate
- All Known Implementing Classes:
HeatStackCreate,HeatStackUpdate
public interface BaseStackCreateUpdate extends ModelEntity
Base interface for Stack Creation or Update based API Services- Author:
- Jeremy Unruh
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Map<String,String>getParameters()Returns the parameters which are used for creation of the stackStringgetTemplate()Returns the Heat template if it was stored in JSON format or YAML format
-
-
-
Method Detail
-
getTemplate
String getTemplate()
Returns the Heat template if it was stored in JSON format or YAML format- Returns:
- the JSON or YAML formatted template out of which the stack is to be
created. Returns
nullif no JSON formatted template has been set.
-
-