@Generated(value="jsii-pacmak/1.31.0 (build 6fa403d)", date="2021-08-11T10:32:10.437Z") @Stability(value=Experimental) public interface TcpVirtualNodeListenerOptions extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
TcpVirtualNodeListenerOptions.Builder
A builder for
TcpVirtualNodeListenerOptions |
static class |
TcpVirtualNodeListenerOptions.Jsii$Proxy
An implementation for
TcpVirtualNodeListenerOptions |
| Modifier and Type | Method and Description |
|---|---|
static TcpVirtualNodeListenerOptions.Builder |
builder() |
default TcpConnectionPool |
getConnectionPool()
(experimental) Connection pool for http listeners.
|
default HealthCheck |
getHealthCheck()
(experimental) The health check information for the listener.
|
default OutlierDetection |
getOutlierDetection()
(experimental) Represents the configuration for enabling outlier detection.
|
default Number |
getPort()
(experimental) Port to listen for connections on.
|
default TcpTimeout |
getTimeout()
(experimental) Timeout for TCP protocol.
|
default ListenerTlsOptions |
getTls()
(experimental) Represents the configuration for enabling TLS on a listener.
|
@Stability(value=Experimental) @Nullable default TcpConnectionPool getConnectionPool()
Default: - None
@Stability(value=Experimental) @Nullable default HealthCheck getHealthCheck()
Default: - no healthcheck
@Stability(value=Experimental) @Nullable default OutlierDetection getOutlierDetection()
Default: - none
@Stability(value=Experimental) @Nullable default Number getPort()
Default: - 8080
@Stability(value=Experimental) @Nullable default TcpTimeout getTimeout()
Default: - None
@Stability(value=Experimental) @Nullable default ListenerTlsOptions getTls()
Default: - none
@Stability(value=Experimental) static TcpVirtualNodeListenerOptions.Builder builder()
Copyright © 2021. All rights reserved.