EndpointDetail Class
Current TCP connectivity information from the App Service Environment to a single endpoint.
Constructor
EndpointDetail(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
ip_address
|
An IP Address that Domain Name currently resolves to. |
|
port
|
The port an endpoint is connected to. |
|
latency
|
The time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port. |
|
is_accessible
|
Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port. |
Attributes
ip_address
An IP Address that Domain Name currently resolves to.
ip_address: str | None
is_accessible
Whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.
is_accessible: bool | None
latency
The time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port.
latency: float | None
port
The port an endpoint is connected to.
port: int | None