Package org.openstack4j.model.gbp
Interface PolicyClassifier
-
- All Superinterfaces:
BasicResource,Buildable<PolicyClassifierBuilder>,IdEntity,ModelEntity,Resource,Serializable
- All Known Implementing Classes:
GbpPolicyClassifier
public interface PolicyClassifier extends Buildable<PolicyClassifierBuilder>, Resource
Policy Classifier 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 StringgetDescription()Gets the descriptionDirectiongetDirection()Gets the DirectionStringgetPortRange()Gets the Port rangeProtocolgetProtocol()Gets the ProtocolbooleanisShared()Is Policy classifier shared-
Methods inherited from interface org.openstack4j.model.common.BasicResource
getName, setName
-
Methods inherited from interface org.openstack4j.model.common.Resource
getTenantId, setTenantId
-
-
-
-
Method Detail
-
isShared
boolean isShared()
Is Policy classifier shared- Returns:
- the true if shared and false if not shared
-
getProtocol
Protocol getProtocol()
Gets the Protocol- Returns:
- the Protocol
-
getDirection
Direction getDirection()
Gets the Direction- Returns:
- the Direction
-
getPortRange
String getPortRange()
Gets the Port range- Returns:
- the Port range
-
getDescription
String getDescription()
Gets the description- Returns:
- the description
-
-