IntegrationRuntimeInternalChannelEncryptionMode Class

public final class IntegrationRuntimeInternalChannelEncryptionMode
extends ExpandableStringEnum<IntegrationRuntimeInternalChannelEncryptionMode>

It is used to set the encryption mode for node-node communication channel (when more than 2 self-hosted integration runtime nodes exist).

Field Summary

Modifier and Type Field and Description
static final IntegrationRuntimeInternalChannelEncryptionMode NOT_ENCRYPTED

Static value NotEncrypted for IntegrationRuntimeInternalChannelEncryptionMode.

static final IntegrationRuntimeInternalChannelEncryptionMode NOT_SET

Static value NotSet for IntegrationRuntimeInternalChannelEncryptionMode.

static final IntegrationRuntimeInternalChannelEncryptionMode SSL_ENCRYPTED

Static value SslEncrypted for IntegrationRuntimeInternalChannelEncryptionMode.

Constructor Summary

Constructor Description
IntegrationRuntimeInternalChannelEncryptionMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationRuntimeInternalChannelEncryptionMode value.

Method Summary

Modifier and Type Method and Description
static IntegrationRuntimeInternalChannelEncryptionMode fromString(String name)

Creates or finds a IntegrationRuntimeInternalChannelEncryptionMode from its string representation.

static Collection<IntegrationRuntimeInternalChannelEncryptionMode> values()

Gets known IntegrationRuntimeInternalChannelEncryptionMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NOT_ENCRYPTED

public static final IntegrationRuntimeInternalChannelEncryptionMode NOT_ENCRYPTED

Static value NotEncrypted for IntegrationRuntimeInternalChannelEncryptionMode.

NOT_SET

public static final IntegrationRuntimeInternalChannelEncryptionMode NOT_SET

Static value NotSet for IntegrationRuntimeInternalChannelEncryptionMode.

SSL_ENCRYPTED

public static final IntegrationRuntimeInternalChannelEncryptionMode SSL_ENCRYPTED

Static value SslEncrypted for IntegrationRuntimeInternalChannelEncryptionMode.

Constructor Details

IntegrationRuntimeInternalChannelEncryptionMode

@Deprecated
public IntegrationRuntimeInternalChannelEncryptionMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of IntegrationRuntimeInternalChannelEncryptionMode value.

Method Details

fromString

public static IntegrationRuntimeInternalChannelEncryptionMode fromString(String name)

Creates or finds a IntegrationRuntimeInternalChannelEncryptionMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding IntegrationRuntimeInternalChannelEncryptionMode.

values

public static Collection<IntegrationRuntimeInternalChannelEncryptionMode> values()

Gets known IntegrationRuntimeInternalChannelEncryptionMode values.

Returns:

known IntegrationRuntimeInternalChannelEncryptionMode values.

Applies to