Package org.openstack4j.model.gbp
Interface PolicyRuleSet
-
- All Superinterfaces:
BasicResource,Buildable<PolicyRuleSetBuilder>,IdEntity,ModelEntity,Resource,Serializable
- All Known Implementing Classes:
GbpPolicyRuleSet
public interface PolicyRuleSet extends Resource, Buildable<PolicyRuleSetBuilder>
Policy rule set 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 List<String>getChildPolicyRuleSets()Gets the list of child policy rule setsStringgetDescription()Gets the descriptionStringgetParentId()Gets the parent IdList<String>getPolicyRules()Gets the list of Policy rulesbooleanisShared()Is Policy rule set 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
-
getPolicyRules
List<String> getPolicyRules()
Gets the list of Policy rules- Returns:
- the list of Policy rules
-
getChildPolicyRuleSets
List<String> getChildPolicyRuleSets()
Gets the list of child policy rule sets- Returns:
- the list of child policy rule sets
-
getParentId
String getParentId()
Gets the parent Id- Returns:
- the parent Id
-
isShared
boolean isShared()
Is Policy rule set shared- Returns:
- the true if shared and false if not shared
-
getDescription
String getDescription()
Gets the description- Returns:
- the description
-
-