IntegrationRuntimeInternalChannelEncryptionMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. synapse. models. IntegrationRuntimeInternalChannelEncryptionMode
- com.
- com.
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
Integration |
NOT_ENCRYPTED
Static value Not |
|
static final
Integration |
NOT_SET
Static value Not |
|
static final
Integration |
SSL_ENCRYPTED
Static value Ssl |
Constructor Summary
| Constructor | Description |
|---|---|
| IntegrationRuntimeInternalChannelEncryptionMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Integration |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Integration |
fromString(String name)
Creates or finds a Integration |
|
static
Collection<Integration |
values()
Gets known Integration |
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
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:
Returns:
values
public static Collection<IntegrationRuntimeInternalChannelEncryptionMode> values()
Gets known IntegrationRuntimeInternalChannelEncryptionMode values.
Returns: