public class EndpointDetail extends Object
Constructor and Description |
---|
EndpointDetail() |
Modifier and Type | Method and Description |
---|---|
String |
ipAddress()
Get an IP Address that Domain Name currently resolves to.
|
Boolean |
isAccessable()
Get whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.
|
Double |
latency()
Get the time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port.
|
Integer |
port()
Get the port an endpoint is connected to.
|
EndpointDetail |
withIpAddress(String ipAddress)
Set an IP Address that Domain Name currently resolves to.
|
EndpointDetail |
withIsAccessable(Boolean isAccessable)
Set whether it is possible to create a TCP connection from the App Service Environment to this IpAddress at this Port.
|
EndpointDetail |
withLatency(Double latency)
Set the time in milliseconds it takes for a TCP connection to be created from the App Service Environment to this IpAddress at this Port.
|
EndpointDetail |
withPort(Integer port)
Set the port an endpoint is connected to.
|
public String ipAddress()
public EndpointDetail withIpAddress(String ipAddress)
ipAddress
- the ipAddress value to setpublic Integer port()
public EndpointDetail withPort(Integer port)
port
- the port value to setpublic Double latency()
public EndpointDetail withLatency(Double latency)
latency
- the latency value to setpublic Boolean isAccessable()
public EndpointDetail withIsAccessable(Boolean isAccessable)
isAccessable
- the isAccessable value to setCopyright © 2019. All rights reserved.