NetworkConfigurationDiagnosticProfile Class
Parameters to compare with network configuration.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
NetworkConfigurationDiagnosticProfile
Constructor
NetworkConfigurationDiagnosticProfile(*, direction: typing.Union[str, _ForwardRef('Direction')], protocol: str, source: str, destination: str, destination_port: str, **kwargs)
Parameters
Required. The direction of the traffic. Possible values include: "Inbound", "Outbound".
- protocol
- str
Required. Protocol to be verified on. Accepted values are '*', TCP, UDP.
- source
- str
Required. Traffic source. Accepted values are '*', IP Address/CIDR, Service Tag.
- destination
- str
Required. Traffic destination. Accepted values are: '*', IP Address/CIDR, Service Tag.
- destination_port
- str
Required. Traffic destination port. Accepted values are '*' and a single port in the range (0 - 65535).
Feedback
Submit and view feedback for