ApplicationGetEndpoint interface
Gets the application SSH endpoint
Properties
destination |
The destination port to connect to. |
location | The location of the endpoint. |
private |
The private ip address of the endpoint. |
public |
The public port to connect to. |
Property Details
destinationPort
The destination port to connect to.
destinationPort?: number
Property Value
number
location
The location of the endpoint.
location?: string
Property Value
string
privateIPAddress
The private ip address of the endpoint.
privateIPAddress?: string
Property Value
string
publicPort
The public port to connect to.
publicPort?: number
Property Value
number