NetworkConfigurationDiagnosticProfile Class
Parameters to compare with network configuration.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.network._serialization.ModelNetworkConfigurationDiagnosticProfile
Constructor
NetworkConfigurationDiagnosticProfile(*, direction: str | _models.Direction, protocol: str, source: str, destination: str, destination_port: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
direction
|
The direction of the traffic. Required. Known values are: "Inbound" and "Outbound". |
protocol
|
Protocol to be verified on. Accepted values are '*', TCP, UDP. Required. |
source
|
Traffic source. Accepted values are '*', IP Address/CIDR, Service Tag. Required. |
destination
|
Traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag. Required. |
destination_port
|
Traffic destination port. Accepted values are '*' and a single port in the range (0 - 65535). Required. |
Variables
Name | Description |
---|---|
direction
|
The direction of the traffic. Required. Known values are: "Inbound" and "Outbound". |
protocol
|
Protocol to be verified on. Accepted values are '*', TCP, UDP. Required. |
source
|
Traffic source. Accepted values are '*', IP Address/CIDR, Service Tag. Required. |
destination
|
Traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag. Required. |
destination_port
|
Traffic destination port. Accepted values are '*' and a single port in the range (0 - 65535). Required. |
Azure SDK for Python