Compartilhar via


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.Model
ConnectivityIssue

Constructor

ConnectivityIssue(**kwargs: Any)

Variables

Name Description
origin
str or 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.