IPTraffic Class
IP traffic information.
All required parameters must be populated in order to send to server.
Constructor
IPTraffic(*, source_ips: List[str], destination_ips: List[str], source_ports: List[str], destination_ports: List[str], protocols: List[str | _models.NetworkProtocol], **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
source_ips
|
List of source IP addresses of the traffic.. Required. |
destination_ips
|
List of destination IP addresses of the traffic.. Required. |
source_ports
|
The source ports of the traffic. Required. |
destination_ports
|
The destination ports of the traffic. Required. |
protocols
|
Required. |
Variables
Name | Description |
---|---|
source_ips
|
List of source IP addresses of the traffic.. Required. |
destination_ips
|
List of destination IP addresses of the traffic.. Required. |
source_ports
|
The source ports of the traffic. Required. |
destination_ports
|
The destination ports of the traffic. Required. |
protocols
|
Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python