public interface AdoptStackData extends ModelEntity
adopt_stack_data element. It is used
for stack adoption and as a return value for stack abandoning. All getters
map to the possible return values of
Delete /v1/{tenant_id}/stacks/{stack_name}/{stack_id}/abandonhttps://developer.openstack.org/api-ref/orchestration/v1| Modifier and Type | Method and Description |
|---|---|
String |
getAction()
Returns stack action, e.g.
|
String |
getId()
Returns the id of the stack
|
String |
getName()
Returns the name of the stack
|
Map<String,Map<String,Object>> |
getResources()
Returns map of existing resources, to be adopted into the stack
|
String |
getStatus()
Returns the status of the stack
|
Map<String,Object> |
getTemplate()
Returns stack template as a map
|
String getAction()
String getId()
String getName()
String getStatus()
Map<String,Object> getTemplate()
Copyright © 2020. All rights reserved.