ConnectivityIssueOutput interface
Bağlantı denetimi sırasında karşılaşılan bir sorun hakkında bilgi.
Özellikler
| context | Sorunla ilgili ek bağlam sağlar. |
| origin | Sorunun kaynağı. |
| severity | Sorunun önem derecesi. |
| type | Sorunun türü. |
Özellik Ayrıntıları
context
Sorunla ilgili ek bağlam sağlar.
context?: Record<string, string>[]
Özellik Değeri
Record<string, string>[]
origin
Sorunun kaynağı.
origin?: "Inbound" | "Outbound" | "Local"
Özellik Değeri
"Inbound" | "Outbound" | "Local"
severity
Sorunun önem derecesi.
severity?: "Error" | "Warning"
Özellik Değeri
"Error" | "Warning"
type
Sorunun türü.
type?: "Unknown" | "AgentStopped" | "GuestFirewall" | "DnsResolution" | "SocketBind" | "NetworkSecurityRule" | "UserDefinedRoute" | "PortThrottled" | "Platform"
Özellik Değeri
"Unknown" | "AgentStopped" | "GuestFirewall" | "DnsResolution" | "SocketBind" | "NetworkSecurityRule" | "UserDefinedRoute" | "PortThrottled" | "Platform"