ConnectivityIssue Class
Information about an issue encountered in the process of checking for connectivity.
Constructor
ConnectivityIssue(*args: Any, **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. |
Attributes
context
Provides additional context on the issue.
context: list[dict[str, str]] | None
origin
"Local", "Inbound", and "Outbound".
origin: str | _models.Origin | None
severity
"Error" and "Warning".
severity: str | _models.Severity | None
type
"Unknown", "AgentStopped", "GuestFirewall", "DnsResolution", "SocketBind", "NetworkSecurityRule", "UserDefinedRoute", "PortThrottled", and "Platform".
type: str | _models.IssueType | None