InboundEndpoints interface
用于连接到设备的终结点。
属性
| additional |
字符串化的 JSON,其中包含连接器要使用的配置(例如 OPC UA、ONVIF)。 |
| address | 端点地址和端口。 这可以是 IP 地址(例如 192.168.1.1)或完全限定域名(FQDN,例如 server.example.com)。 |
| authentication | 定义服务器的客户端身份验证机制。 |
| endpoint |
连接终端节点的类型。 |
| trust |
定义终端节点的服务器信任设置。 |
| version | 与端点关联的协议版本,例如,1 或 2 表示 endpointType Microsoft.HTTP,3.5 或 5.0 表示 endpointType Microsoft.Mqtt 等。 |
属性详细信息
additionalConfiguration
字符串化的 JSON,其中包含连接器要使用的配置(例如 OPC UA、ONVIF)。
additionalConfiguration?: string
属性值
string
address
端点地址和端口。 这可以是 IP 地址(例如 192.168.1.1)或完全限定域名(FQDN,例如 server.example.com)。
address: string
属性值
string
authentication
endpointType
连接终端节点的类型。
endpointType: string
属性值
string
trustSettings
version
与端点关联的协议版本,例如,1 或 2 表示 endpointType Microsoft.HTTP,3.5 或 5.0 表示 endpointType Microsoft.Mqtt 等。
version?: string
属性值
string