public class HeatStack extends Object implements Stack
| Modifier and Type | Class and Description |
|---|---|
static class |
HeatStack.Stacks
An inner class for representing lists of HeatStacks
|
| Constructor and Description |
|---|
HeatStack() |
| Modifier and Type | Method and Description |
|---|---|
String |
getCreationTime()
Returns the timestamp of the creation.
|
String |
getDescription()
Returns the description of the stack
|
String |
getId()
Returns the id of the stack
|
List<GenericLink> |
getLinks()
Returns a list of links to resources of the stack
|
String |
getName()
Returns the name of the stack
|
List<Map<String,Object>> |
getOutputs()
Returns the list of outputs of the stack
|
Map<String,String> |
getParameters()
Returns the parameters of the stack
|
String |
getStackStatusReason()
Returns the reason for the stack status
|
String |
getStatus()
Returns the status of the stack
|
List<String> |
getTags()
Returns the tags associated with the stack.
|
String |
getTemplateDescription()
Returns the template description
|
Long |
getTimeoutMins()
Returns the stacks timeout in minutes
|
String |
getUpdatedTime()
Returns the timestamp of the last update.
|
String |
toString() |
public String getName()
Stackpublic String getStatus()
Stackpublic String getDescription()
StackgetDescription in interface Stackpublic String getTemplateDescription()
StackgetTemplateDescription in interface Stackpublic Long getTimeoutMins()
StackgetTimeoutMins in interface Stackpublic List<Map<String,Object>> getOutputs()
StackgetOutputs in interface Stackpublic Map<String,String> getParameters()
StackgetParameters in interface Stackpublic String getCreationTime()
StackgetCreationTime in interface Stackpublic List<GenericLink> getLinks()
StackgetLinks in interface StackGenericLink objectspublic String getUpdatedTime()
StackgetUpdatedTime in interface Stackpublic List<String> getTags()
Stackpublic String getStackStatusReason()
StackgetStackStatusReason in interface StackCopyright © 2017. All rights reserved.