Package onep :: Package policyservice :: Module bulk :: Class ActivationHolder
[frames] | no frames]

Class ActivationHolder


This class is provided as a container to group a policy with its intended targets.

Instance Methods
 
__init__(self, policy_map, *infs)
Constructor of ActivationHolder.

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Variables
  result = property(_get_result, _set_result, None, _result_doc)
Properties

Inherited from object: __class__

Method Details

__init__(self, policy_map, *infs)
(Constructor)

 

Constructor of ActivationHolder.

Overrides: object.__init__