The vmware_nsx.services.fwaas.nsx_v3.fwaas_callbacks_v1 Module

class vmware_nsx.services.fwaas.nsx_v3.fwaas_callbacks_v1.Nsxv3FwaasCallbacksV1

Bases: vmware_nsx.services.fwaas.common.fwaas_callbacks_v1.NsxFwaasCallbacks

NSX-V3 RPC callbacks for Firewall As A Service - V1.

delete_port(context, port_id)
plugin_type
should_apply_firewall_to_router(context, router_id)

Return True if the FWaaS rules should be added to this router.

update_router_firewall(context, nsxlib, router_id, router_interfaces, nsx_router_id, section_id)

Rewrite all the FWaaS v1 rules in the router edge firewall

This method should be called on FWaaS updates, and on router interfaces changes.

This Page