Class TransitEncryptionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<TransitEncryptionType>
com.azure.resourcemanager.containerservice.models.TransitEncryptionType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class TransitEncryptionType
extends com.azure.core.util.ExpandableStringEnum<TransitEncryptionType>
Configures pod-to-pod encryption. This can be enabled only on Cilium-based clusters. If not specified, the default
value is None.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TransitEncryptionTypeDisable Transit encryption.static final TransitEncryptionTypeEnable WireGuard encryption. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic TransitEncryptionTypefromString(String name) Creates or finds a TransitEncryptionType from its string representation.static Collection<TransitEncryptionType> values()Gets known TransitEncryptionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
WIRE_GUARD
Enable WireGuard encryption. Refer to https://docs.cilium.io/en/latest/security/network/encryption-wireguard/ on use cases and implementation details. -
NONE
Disable Transit encryption.
-
-
Constructor Details
-
TransitEncryptionType
Deprecated.Use thefromString(String)factory method.Creates a new instance of TransitEncryptionType value.
-
-
Method Details
-
fromString
Creates or finds a TransitEncryptionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding TransitEncryptionType.
-
values
Gets known TransitEncryptionType values.- Returns:
- known TransitEncryptionType values.
-
fromString(String)factory method.