Home | Trees | Indices | Help |
|
---|
|
PolicyMap class.
This PolicyMap class contains a hierarchy of objects that define class map, match and action objects for applying policies to targets. Capability specifications are contained in the PolicyCapability class and the policy can be associated with multiple targets. Adding and removing Action(s), Match(es), and Entries will only be applied to the local copy of this Class. The BulkService class must be used to submit those changes on the Network Element.
Class variables
capabilities - PolicyCapabilities class
storage_type - StorageType enum (default TRANSIENT)
name - polcy name (default auto-generated by element)
op_id - Integer set by application for async operations (default None)
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
Enum |
Order = enum('ONEP_POLICY_ORDER_END', 'ONEP_POLICY_ORDER_BEFOR Enumeration of Target Location Type. |
PolicyOperation = enum(ONEP_POLICY_OP_CREATE= 0, ONEP_POLICY_O
|
Properties | |
Inherited from |
Method Details |
Constructs an instance of PolicyMap with specified capability.
|
Removes entries from the policy map. Removes only the entries that are added to policy map.
|
str(x)
|
Class Variable Details |
OrderEnumeration of Target Location Type. ONEP_POLICY_ORDER_END: end ONEP_POLICY_ORDER_BEFORE: before ONEP_POLICY_ORDER_DEFAULT: default ONEP_POLICY_ORDER_SEQUENCE: sequence
|
PolicyOperation
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Mon Aug 18 09:17:32 2014 | http://epydoc.sourceforge.net |