The vmware_nsx.services.fwaas.nsx_tv.plugin_v2 Module¶
-
class
vmware_nsx.services.fwaas.nsx_tv.plugin_v2.FwaasTVPluginV2¶ Bases:
vmware_nsx.services.fwaas.common.fwaas_mocks.FirewallPluginV2NSX-TV plugin for Firewall As A Service - V2.
This plugin adds separation between T/V instances
-
get_firewall_groups(context, **kwargs)¶ Run the original get-list method, and filter the results by the project id of the context
-
get_firewall_policies(context, **kwargs)¶ Run the original get-list method, and filter the results by the project id of the context
-
get_firewall_rules(context, **kwargs)¶ Run the original get-list method, and filter the results by the project id of the context
-
methods_to_separate= ['get_firewall_groups', 'get_firewall_policies', 'get_firewall_rules']¶
-