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

org.openstack4j.model.gbp.builder.PolicyActionCreateBuilder Maven / Gradle / Ivy

There is a newer version: 3.2.0
Show newest version
package org.openstack4j.model.gbp.builder;

import org.openstack4j.common.Buildable.Builder;
import org.openstack4j.model.gbp.PolicyAction;
import org.openstack4j.model.gbp.PolicyAction.PolicyActionProtocol;
/**
 * A builder which produces a Policy Action Create object
 * 
 * @author vinod borole
 */
public interface PolicyActionCreateBuilder extends Builder {
    PolicyActionCreateBuilder name(String name);
    PolicyActionCreateBuilder description(String description);
    PolicyActionCreateBuilder actionType(PolicyActionProtocol actionType);
    PolicyActionCreateBuilder shared(boolean shared);
}
  




© 2015 - 2025 Weber Informatics LLC | Privacy Policy