Package org.openstack4j.model.gbp
Interface PolicyTargetGroupCreate
-
- All Superinterfaces:
BasicResource,Buildable<PolicyTargetGroupBuilder>,IdEntity,ModelEntity,Resource,Serializable
- All Known Implementing Classes:
GbpPolicyTargetGroupCreate
public interface PolicyTargetGroupCreate extends Buildable<PolicyTargetGroupBuilder>, Resource
Policy Target group 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 Map<String,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 targetsMap<String,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
Map<String,String> getProvidedPolicyRuleSets()
Gets the provided policy rule sets Ids- Returns:
- the provided policy rule sets ids
-
getConsumedPolicyRuleSets
Map<String,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
-
-