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

org.openstack4j.model.workflow.ActionDefinition Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
/*
 * 
 */
package org.openstack4j.model.workflow;

import org.openstack4j.common.Buildable;
import org.openstack4j.model.workflow.builder.ActionDefinitionBuilder;


/**
 * An action definition.
 *
 * @author Renat Akhmerov
 */
public interface ActionDefinition extends Definition {

    /**
     * @return The comma-separated list of input parameters of this workflow
     * definition.
     */
    String getInput();
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy