Share via


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[typing.Union[str, ForwardRef('_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.