| Package | Description |
|---|---|
| org.openstack4j.api.heat | |
| org.openstack4j.openstack.heat.domain | |
| org.openstack4j.openstack.heat.internal |
| Modifier and Type | Method and Description |
|---|---|
AdoptStackData |
StackService.abandon(String stackName,
String stackId)
Deletes a stack but leaves its resources intact, and returns data that describes the stack and its resources.
|
| Modifier and Type | Method and Description |
|---|---|
Stack |
StackService.adopt(AdoptStackData adoptStackData,
Map<String,String> parameters,
boolean disableRollback,
Long timeOutMins,
String template)
Creates a stack from existing resources.
|
| Modifier and Type | Class and Description |
|---|---|
class |
HeatAdoptStackData
This class contains all elements required for the creation of
adopt_stack_data element. |
| Modifier and Type | Method and Description |
|---|---|
HeatStackAdopt.HeatStackAdoptBuilder |
HeatStackAdopt.HeatStackAdoptBuilder.adoptStackData(AdoptStackData adoptStackData) |
| Modifier and Type | Method and Description |
|---|---|
AdoptStackData |
StackServiceImpl.abandon(String stackName,
String stackId) |
| Modifier and Type | Method and Description |
|---|---|
Stack |
StackServiceImpl.adopt(AdoptStackData adoptStackData,
Map<String,String> parameters,
boolean disableRollback,
Long timeoutMins,
String template) |
Copyright © 2020. All rights reserved.