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()
Stack
public String getStatus()
Stack
public String getDescription()
Stack
getDescription
in interface Stack
public String getTemplateDescription()
Stack
getTemplateDescription
in interface Stack
public Long getTimeoutMins()
Stack
getTimeoutMins
in interface Stack
public List<Map<String,Object>> getOutputs()
Stack
getOutputs
in interface Stack
public Map<String,String> getParameters()
Stack
getParameters
in interface Stack
public String getCreationTime()
Stack
getCreationTime
in interface Stack
public List<GenericLink> getLinks()
Stack
getLinks
in interface Stack
GenericLink
objectspublic String getUpdatedTime()
Stack
getUpdatedTime
in interface Stack
public List<String> getTags()
Stack
public String getStackStatusReason()
Stack
getStackStatusReason
in interface Stack
Copyright © 2017. All rights reserved.