Package com.woorea.openstack.heat.model
Class CreateStackParam
java.lang.Object
com.woorea.openstack.heat.model.CreateStackParam
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
void
setEnvironment
(String environment) A JSON environment for the stack.void
setParameters
(Map<String, String> parameters) void
setStackName
(String stackName) void
setTemplate
(String template) A JSON template to instantiate.void
setTemplateUrl
(String templateUrl) The URL of the template to instantiate.void
setTimeoutMinutes
(int timeoutMinutes) toString()
-
Field Details
-
stackName
-
templateUrl
-
template
-
parameters
-
timeoutMinutes
private int timeoutMinutes -
environment
-
-
Constructor Details
-
CreateStackParam
public CreateStackParam()
-
-
Method Details
-
getStackName
-
setStackName
-
getTemplateUrl
-
setTemplateUrl
The URL of the template to instantiate. This value is ignored if the template is supplied inline.- Parameters:
templateUrl
- a template url.
-
getParameters
-
getTemplate
-
setTemplate
A JSON template to instantiate. This value takes precedence over the template URL if both are supplied.- Parameters:
template
- a template json.
-
setParameters
-
getTimeoutMinutes
public int getTimeoutMinutes() -
setTimeoutMinutes
public void setTimeoutMinutes(int timeoutMinutes) -
getEnvironment
-
setEnvironment
A JSON environment for the stack.- Parameters:
environment
- a environment.
-
toString
-