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

org.openstack4j.model.gbp.PolicyClassifierUpdate Maven / Gradle / Ivy

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

import org.openstack4j.common.Buildable;
import org.openstack4j.model.ModelEntity;
import org.openstack4j.model.gbp.builder.PolicyClassifierUpdateBuilder;
/**
 * Policy Classifier Update Model Entity
 * 
 * @author vinod borole
 */
public interface PolicyClassifierUpdate extends ModelEntity, Buildable{

    /**
     * Is Policy classifier shared
     *
     * @return the true if shared and false if not shared
     */
    boolean isShared();

    /**
     * Gets the Protocol
     *
     * @return the Protocol
     */
    Protocol getProtocol();

    /**
     * Gets the Direction
     *
     * @return the Direction
     */
    Direction getDirection();

    /**
     * Gets the Port range
     *
     * @return the Port range
     */
    String getPortRange();

    /**
     * Gets the description
     *
     * @return the description
     */
    String getDescription();
} 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy