ConnectivityEndpoint interface
The connectivity properties
Properties
location | The location of the endpoint. |
name | The name of the endpoint. |
port | The port to connect to. |
private |
The private ip address of the endpoint. |
protocol | The protocol of the endpoint. |
Property Details
location
The location of the endpoint.
location?: string
Property Value
string
name
The name of the endpoint.
name?: string
Property Value
string
port
The port to connect to.
port?: number
Property Value
number
privateIPAddress
The private ip address of the endpoint.
privateIPAddress?: string
Property Value
string
protocol
The protocol of the endpoint.
protocol?: string
Property Value
string