| Modifier and Type | Class and Description |
|---|---|
static class |
HealthCheck.Jsii$Proxy
An implementation for
HealthCheck |
| Modifier and Type | Method and Description |
|---|---|
HealthCheck |
HealthCheck.Builder.build()
Builds the configured instance.
|
default HealthCheck |
HttpVirtualNodeListenerOptions.getHealthCheck()
(experimental) The health check information for the listener.
|
HealthCheck |
HttpVirtualNodeListenerOptions.Jsii$Proxy.getHealthCheck() |
default HealthCheck |
GrpcVirtualNodeListenerOptions.getHealthCheck()
(experimental) The health check information for the listener.
|
HealthCheck |
GrpcVirtualNodeListenerOptions.Jsii$Proxy.getHealthCheck() |
default HealthCheck |
TcpVirtualNodeListenerOptions.getHealthCheck()
(experimental) The health check information for the listener.
|
HealthCheck |
TcpVirtualNodeListenerOptions.Jsii$Proxy.getHealthCheck() |
default HealthCheck |
GrpcGatewayListenerOptions.getHealthCheck()
(experimental) The health check information for the listener.
|
HealthCheck |
GrpcGatewayListenerOptions.Jsii$Proxy.getHealthCheck() |
default HealthCheck |
HttpGatewayListenerOptions.getHealthCheck()
(experimental) The health check information for the listener.
|
HealthCheck |
HttpGatewayListenerOptions.Jsii$Proxy.getHealthCheck() |
| Constructor and Description |
|---|
Jsii$Proxy(HealthCheck healthCheck,
Number port,
GrpcTimeout timeout,
TlsCertificate tlsCertificate)
Constructor that initializes the object based on literal property values passed by the
GrpcVirtualNodeListenerOptions.Builder. |
Jsii$Proxy(HealthCheck healthCheck,
Number port,
HttpTimeout timeout,
TlsCertificate tlsCertificate)
Constructor that initializes the object based on literal property values passed by the
HttpVirtualNodeListenerOptions.Builder. |
Jsii$Proxy(HealthCheck healthCheck,
Number port,
TcpTimeout timeout,
TlsCertificate tlsCertificate)
Constructor that initializes the object based on literal property values passed by the
TcpVirtualNodeListenerOptions.Builder. |
Jsii$Proxy(HealthCheck healthCheck,
Number port,
TlsCertificate tlsCertificate)
Constructor that initializes the object based on literal property values passed by the
GrpcGatewayListenerOptions.Builder. |
Jsii$Proxy(HealthCheck healthCheck,
Number port,
TlsCertificate tlsCertificate)
Constructor that initializes the object based on literal property values passed by the
HttpGatewayListenerOptions.Builder. |
Copyright © 2021. All rights reserved.