ClientTlsSettingsMode

enum ClientTlsSettingsMode : Enum<ClientTlsSettingsMode> , ConvertibleToJava<ClientTlsSettingsMode>

Indicates whether connections to this port should be secured using TLS. The value of this field determines how TLS is enforced. This can be set to one of the following values: DISABLE: Do not setup a TLS connection to the backends. SIMPLE: Originate a TLS connection to the backends. MUTUAL: Secure connections to the backends using mutual TLS by presenting client certificates for authentication.

Entries

Link copied to clipboard

Do not setup a TLS connection to the backends.

Link copied to clipboard
Link copied to clipboard

Secure connections to the backends using mutual TLS by presenting client certificates for authentication.

Link copied to clipboard

Originate a TLS connection to the backends.

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
open override fun toJava(): ClientTlsSettingsMode
Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val javaValue: ClientTlsSettingsMode
Link copied to clipboard
Link copied to clipboard