Package org.openstack4j.model.gbp
Interface ExternalPolicy
-
- All Superinterfaces:
BasicResource,IdEntity,ModelEntity,Resource,Serializable
- All Known Implementing Classes:
GbpExternalPolicy
public interface ExternalPolicy extends Resource
External Policy 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 descriptionList<String>getExternalSegments()Gets the external segments associated with this external policy IdsList<String>getProvidedPolicyRuleSets()Gets the provided policy rule sets IdsbooleanisShared()Is external policy 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
-
getConsumedPolicyRuleSets
List<String> getConsumedPolicyRuleSets()
Gets the consumed policy rule sets Ids- Returns:
- the consumed policy rule sets ids
-
getProvidedPolicyRuleSets
List<String> getProvidedPolicyRuleSets()
Gets the provided policy rule sets Ids- Returns:
- the provided policy rule sets ids
-
getExternalSegments
List<String> getExternalSegments()
Gets the external segments associated with this external policy Ids- Returns:
- the external segment ids
-
getDescription
String getDescription()
Gets the description- Returns:
- the description
-
isShared
boolean isShared()
Is external policy shared- Returns:
- the true if shared and false if not shared
-
-