IPTraffic Class
IP traffic information.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelIPTraffic
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. |
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Python