Package org.openstack4j.model.gbp
Interface PolicyTargetGroup
-
- All Superinterfaces:
BasicResource,IdEntity,ModelEntity,Resource,Serializable
- All Known Implementing Classes:
GbpPolicyTargetGroup
public interface PolicyTargetGroup extends Resource
Policy Target group Model Entity- Author:
- vinod borole
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description List<String>getConsumedPolicyRuleSets()Gets the consumed policy rule sets IdsStringgetDescription()Gets the descriptionStringgetL2PolicyId()Gets the L2 Policy idStringgetNetworkServicePolicyId()Gets the network service policy idList<String>getPolicyTargets()Gets the list of policy targetsList<String>getProvidedPolicyRuleSets()Gets the provided policy rule sets IdsList<String>getSubnets()Gets the subnetsbooleanisServiceManagement()Is service managementbooleanisShared()Is Policy Target Group 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 Target Group shared- Returns:
- the true if shared and false if not shared
-
isServiceManagement
boolean isServiceManagement()
Is service management- Returns:
- True or False
-
getPolicyTargets
List<String> getPolicyTargets()
Gets the list of policy targets- Returns:
- the list of policy targets
-
getNetworkServicePolicyId
String getNetworkServicePolicyId()
Gets the network service policy id- Returns:
- the network service policy id
-
getL2PolicyId
String getL2PolicyId()
Gets the L2 Policy id- Returns:
- the L2 Policy id
-
getProvidedPolicyRuleSets
List<String> getProvidedPolicyRuleSets()
Gets the provided policy rule sets Ids- Returns:
- the provided policy rule sets ids
-
getConsumedPolicyRuleSets
List<String> getConsumedPolicyRuleSets()
Gets the consumed policy rule sets Ids- Returns:
- the consumed policy rule sets ids
-
getDescription
String getDescription()
Gets the description- Returns:
- the description
-
-