Package org.openstack4j.model.gbp
Interface PolicyTarget
-
- All Superinterfaces:
BasicResource,Buildable<PolicyTargetBuilder>,IdEntity,ModelEntity,Resource,Serializable
- All Known Implementing Classes:
GbpPolicyTarget
public interface PolicyTarget extends Resource, Buildable<PolicyTargetBuilder>
Policy Target Model Entity- Author:
- vinod borole
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.openstack4j.common.Buildable
Buildable.Builder<T extends Buildable.Builder<T,M>,M extends Buildable<?>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetClusterId()Gets the cluster IdStringgetDescription()Gets the descriptionStringgetPolicyTargetGroupId()Gets the Policy Target Group IdStringgetPortId()Gets the Port Id-
Methods inherited from interface org.openstack4j.model.common.BasicResource
getName, setName
-
Methods inherited from interface org.openstack4j.model.common.Resource
getTenantId, setTenantId
-
-
-
-
Method Detail
-
getPortId
String getPortId()
Gets the Port Id- Returns:
- the Port Id
-
getPolicyTargetGroupId
String getPolicyTargetGroupId()
Gets the Policy Target Group Id- Returns:
- the Policy Target Group Id
-
getClusterId
String getClusterId()
Gets the cluster Id- Returns:
- the cluster Id
-
getDescription
String getDescription()
Gets the description- Returns:
- the description
-
-