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"