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.
- Inheritance
-
azure.mgmt.network._serialization.ModelConnectivityIssue
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. |
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