All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.openstack4j.model.heat.StackCreate Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
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 - 2024 Weber Informatics LLC | Privacy Policy