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

org.openstack4j.model.gbp.PolicyTarget 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.common.Resource;
import org.openstack4j.model.gbp.builder.PolicyTargetBuilder;

/**
 * Policy Target Model Entity
 * 
 * @author vinod borole
 */
public interface PolicyTarget extends Resource, Buildable {

    /**
     * Gets the Port Id
     *
     * @return the Port Id
     */
    String getPortId();

    /**
     * Gets the Policy Target Group Id
     *
     * @return the Policy Target Group Id
     */
    String getPolicyTargetGroupId();

    /**
     * Gets the cluster Id
     *
     * @return the cluster Id
     */
    String getClusterId();

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

}
 




© 2015 - 2024 Weber Informatics LLC | Privacy Policy