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 |
isAccessible()
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 |
withIsAccessible(Boolean isAccessible)
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 isAccessible()
public EndpointDetail withIsAccessible(Boolean isAccessible)
isAccessible - the isAccessible value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/