ConnectivityIssue Class
Information about an issue encountered in the process of checking for connectivity.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
ConnectivityIssue(**kwargs: Any)
Variables
Name | Description |
---|---|
origin
|
The origin of the issue. Known values are: "Local", "Inbound", and "Outbound". |
severity
|
The severity of the issue. Known values are: "Error" and "Warning". |
type
|
The type of issue. Known values are: "Unknown", "AgentStopped", "GuestFirewall", "DnsResolution", "SocketBind", "NetworkSecurityRule", "UserDefinedRoute", "PortThrottled", and "Platform". |
context
|
Provides additional context on the issue. |
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