FirewallPacketCaptureParameters Class
Azure Firewall Packet Capture Parameters.
- Inheritance
-
azure.mgmt.network._serialization.ModelFirewallPacketCaptureParameters
Constructor
FirewallPacketCaptureParameters(*, duration_in_seconds: int | None = None, number_of_packets_to_capture: int | None = None, sas_url: str | None = None, file_name: str | None = None, protocol: str | _models.AzureFirewallNetworkRuleProtocol | None = None, flags: List[_models.AzureFirewallPacketCaptureFlags] | None = None, filters: List[_models.AzureFirewallPacketCaptureRule] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
duration_in_seconds
|
Duration of packet capture in seconds. |
number_of_packets_to_capture
|
Number of packets to be captured. |
sas_url
|
Upload capture location. |
file_name
|
Name of file to be uploaded to sasURL. |
protocol
|
The protocol of packets to capture. Known values are: "TCP", "UDP", "Any", and "ICMP". |
flags
|
The tcp-flag type to be captured. Used with protocol TCP. |
filters
|
Rules to filter packet captures. |
Variables
Name | Description |
---|---|
duration_in_seconds
|
Duration of packet capture in seconds. |
number_of_packets_to_capture
|
Number of packets to be captured. |
sas_url
|
Upload capture location. |
file_name
|
Name of file to be uploaded to sasURL. |
protocol
|
The protocol of packets to capture. Known values are: "TCP", "UDP", "Any", and "ICMP". |
flags
|
The tcp-flag type to be captured. Used with protocol TCP. |
filters
|
Rules to filter packet captures. |
Azure SDK for Python