public interface Stack extends ModelEntity
GET /v1/{tenant_id}/stacks/{stack_name}/{stack_id}
http://developer.openstack.org/api-ref-orchestration-v1.html
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 getId()
String getName()
String getStatus()
String getStackStatusReason()
String getDescription()
String getTemplateDescription()
Long getTimeoutMins()
List<Map<String,Object>> getOutputs()
Map<String,String> getParameters()
String getCreationTime()
List<GenericLink> getLinks()
GenericLink
objectsString getUpdatedTime()
Copyright © 2017. All rights reserved.