Package org.openstack4j.model.gbp
Interface PolicyClassifierUpdate
-
- All Superinterfaces:
Buildable<PolicyClassifierUpdateBuilder>,ModelEntity,Serializable
- All Known Implementing Classes:
GbpPolicyClassifierUpdate
public interface PolicyClassifierUpdate extends ModelEntity, Buildable<PolicyClassifierUpdateBuilder>
Policy Classifier Update 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
-
-
-
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
-
-