EndpointDetail interface

Connect information from the Workspace to a single endpoint.

Properties

ipAddress

An IP Address that Domain Name currently resolves to.

isAccessible

Whether it is possible to create a connection from the Workspace to this IpAddress at this Port.

latency

The time in milliseconds it takes for the connection to be created from the Workspace to this IpAddress at this Port.

port

The port an endpoint is connected to.

Property Details

ipAddress

An IP Address that Domain Name currently resolves to.

ipAddress?: string

Property Value

string

isAccessible

Whether it is possible to create a connection from the Workspace to this IpAddress at this Port.

isAccessible?: boolean

Property Value

boolean

latency

The time in milliseconds it takes for the connection to be created from the Workspace to this IpAddress at this Port.

latency?: number

Property Value

number

port

The port an endpoint is connected to.

port?: number

Property Value

number