neutron_fwaas.db.firewall.firewall_db module¶
- class neutron_fwaas.db.firewall.firewall_db.Firewall(**kwargs)¶
Bases:
BASEV2
,HasId
,HasProject
Represents a Firewall resource.
- admin_state_up¶
- description¶
- firewall_policy_id¶
- id¶
- name¶
- project_id¶
- status¶
- tenant_id¶
- class neutron_fwaas.db.firewall.firewall_db.FirewallPolicy(**kwargs)¶
Bases:
BASEV2
,HasId
,HasProject
Represents a Firewall Policy resource.
- audited¶
- description¶
- firewall_rules¶
- firewalls¶
- id¶
- name¶
- project_id¶
- tenant_id¶
- class neutron_fwaas.db.firewall.firewall_db.FirewallRouterAssociation(**kwargs)¶
Bases:
BASEV2
Tracks FW Router Association
- fw_id¶
- router_id¶
- class neutron_fwaas.db.firewall.firewall_db.FirewallRule(**kwargs)¶
Bases:
BASEV2
,HasId
,HasProject
Represents a Firewall rule.
- action¶
- description¶
- destination_ip_address¶
- destination_port_range_max¶
- destination_port_range_min¶
- enabled¶
- firewall_policy_id¶
- id¶
- ip_version¶
- name¶
- position¶
- project_id¶
- protocol¶
- source_ip_address¶
- source_port_range_max¶
- source_port_range_min¶
- tenant_id¶