ApplicationGetEndpoint interface
取得應用程式 SSH 端點
屬性
destination |
要連接的目的地埠。 |
location | 端點的位置。 |
private |
端點的私人IP位址。 |
public |
要連接的公用埠。 |
屬性詳細資料
destinationPort
要連接的目的地埠。
destinationPort?: number
屬性值
number
location
端點的位置。
location?: string
屬性值
string
privateIPAddress
端點的私人IP位址。
privateIPAddress?: string
屬性值
string
publicPort
要連接的公用埠。
publicPort?: number
屬性值
number