![JAR search and dependency download from the Maven repository](/logo.png)
org.openstack4j.model.heat.StackCreate Maven / Gradle / Ivy
package org.openstack4j.model.heat;
import org.openstack4j.common.Buildable;
import org.openstack4j.model.heat.builder.StackCreateBuilder;
/**
* This interface describes the model of a {@link Stack}, before it is sent to
* the server for creation
*
* @author Matthias Reisser
*
*/
public interface StackCreate extends BaseStackCreateUpdate, Buildable {
boolean getDisableRollback();
/**
* Returns the name of the stack to create
*
* @return the name of the stack to create
*/
String getName();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy