Package org.openstack4j.model.gbp
Interface L2Policy
-
- All Superinterfaces:
BasicResource,Buildable<L2PolicyBuilder>,IdEntity,ModelEntity,Resource,Serializable
- All Known Implementing Classes:
GbpL2Policy
public interface L2Policy extends Resource, Buildable<L2PolicyBuilder>
L2 Policy 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 descriptionStringgetL3PolicyId()Gets the L3 Policy IdStringgetNetworkId()Gets the network IdList<String>getPolicyTargetGroups()Gets the list of policy Target groupsbooleanisShared()Is L2 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
-
getDescription
String getDescription()
Gets the description- Returns:
- the description
-
getNetworkId
String getNetworkId()
Gets the network Id- Returns:
- the network Id
-
getL3PolicyId
String getL3PolicyId()
Gets the L3 Policy Id- Returns:
- the L3 Policy Id
-
isShared
boolean isShared()
Is L2 Policy shared- Returns:
- the true if shared and false if not shared
-
-