AzureFirewallPacketCaptureRule Class
Group of src/dest ips and ports to be captured.
Constructor
AzureFirewallPacketCaptureRule(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
sources
|
List of source IP addresses/subnets to be captured. |
|
destinations
|
List of destination IP addresses/subnets to be captured. |
|
destination_ports
|
List of ports to be captured. |
Attributes
destination_ports
List of ports to be captured.
destination_ports: list[str] | None
destinations
List of destination IP addresses/subnets to be captured.
destinations: list[str] | None
sources
List of source IP addresses/subnets to be captured.
sources: list[str] | None