tacker.vnfm.policy_actions.log.log module¶
-
class
tacker.vnfm.policy_actions.log.log.VNFActionLog¶ Bases:
tacker.vnfm.policy_actions.abstract_action.AbstractPolicyAction-
execute_action(plugin, context, vnf_dict, args)¶ args: policy is enabled to execute with additional arguments.
-
get_description()¶
-
get_name()¶ Return a symbolic name for the service VM plugin.
-
get_type()¶ Return one of predefined type of the hosting vnf drivers.
-
-
class
tacker.vnfm.policy_actions.log.log.VNFActionLogAndKill¶ Bases:
tacker.vnfm.policy_actions.abstract_action.AbstractPolicyAction-
execute_action(plugin, context, vnf_dict, args)¶ args: policy is enabled to execute with additional arguments.
-
get_description()¶
-
get_name()¶ Return a symbolic name for the service VM plugin.
-
get_type()¶ Return one of predefined type of the hosting vnf drivers.
-