ConnectivityIssueOutput interface
接続を確認するプロセスで発生した問題に関する情報。
プロパティの詳細
context
問題に関する追加のコンテキストを提供します。
context?: Record<string, string>[]
プロパティ値
Record<string, string>[]
origin
問題の発生元。
origin?: "Inbound" | "Outbound" | "Local"
プロパティ値
"Inbound" | "Outbound" | "Local"
severity
問題の重大度。
severity?: "Error" | "Warning"
プロパティ値
"Error" | "Warning"
type
問題の種類。
type?: "Unknown" | "AgentStopped" | "GuestFirewall" | "DnsResolution" | "SocketBind" | "NetworkSecurityRule" | "UserDefinedRoute" | "PortThrottled" | "Platform"
プロパティ値
"Unknown" | "AgentStopped" | "GuestFirewall" | "DnsResolution" | "SocketBind" | "NetworkSecurityRule" | "UserDefinedRoute" | "PortThrottled" | "Platform"