![JAR search and dependency download from the Maven repository](/logo.png)
org.openstack4j.model.senlin.ClusterActionCreate Maven / Gradle / Ivy
package org.openstack4j.model.senlin;
import org.openstack4j.common.Buildable;
import org.openstack4j.model.ModelEntity;
import org.openstack4j.model.senlin.builder.ClusterActionCreateBuilder;
/**
* This interface describes the model of a {@link Cluster}, before it is sent to
* the server for creation
*
* @author lion
*
*/
public interface ClusterActionCreate extends ModelEntity, Buildable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy