ConnectivityEndpoint interface
连接属性
属性
| location | 终结点的位置。 |
| name | 终结点的名称。 |
| port | 要连接到的端口。 |
| private |
终结点的专用 IP 地址。 |
| protocol | 终结点的协议。 |
属性详细信息
location
终结点的位置。
location?: string
属性值
string
name
终结点的名称。
name?: string
属性值
string
port
要连接到的端口。
port?: number
属性值
number
privateIPAddress
终结点的专用 IP 地址。
privateIPAddress?: string
属性值
string
protocol
终结点的协议。
protocol?: string
属性值
string