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"