Class HeatBuilders
- java.lang.Object
-
- org.openstack4j.openstack.heat.builder.HeatBuilders
-
- All Implemented Interfaces:
OrchestrationBuilders
public class HeatBuilders extends Object implements OrchestrationBuilders
The Orchestration V3 Builders
-
-
Constructor Summary
Constructors Constructor Description HeatBuilders()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResourceHealthBuilderresourceHealth()The builder to create a resource health updateSoftwareConfigBuildersoftwareConfig()The builder to create a SoftwareConfigStackCreateBuilderstack()The builder to create a StackCreateStackUpdateBuilderstackUpdate()The builder to create a StackUpdateTemplateBuildertemplate()The builder to create a Template
-
-
-
Method Detail
-
template
public TemplateBuilder template()
Description copied from interface:OrchestrationBuildersThe builder to create a Template- Specified by:
templatein interfaceOrchestrationBuilders- Returns:
- the TemplateBuilder
-
stack
public StackCreateBuilder stack()
Description copied from interface:OrchestrationBuildersThe builder to create a StackCreate- Specified by:
stackin interfaceOrchestrationBuilders- Returns:
- the StackCreate builder
-
softwareConfig
public SoftwareConfigBuilder softwareConfig()
Description copied from interface:OrchestrationBuildersThe builder to create a SoftwareConfig- Specified by:
softwareConfigin interfaceOrchestrationBuilders- Returns:
- the software config builder
-
stackUpdate
public StackUpdateBuilder stackUpdate()
Description copied from interface:OrchestrationBuildersThe builder to create a StackUpdate- Specified by:
stackUpdatein interfaceOrchestrationBuilders- Returns:
- the StackUpdate builder
-
resourceHealth
public ResourceHealthBuilder resourceHealth()
Description copied from interface:OrchestrationBuildersThe builder to create a resource health update- Specified by:
resourceHealthin interfaceOrchestrationBuilders
-
-