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 Details

    • WIRE_GUARD

      public static final TransitEncryptionType WIRE_GUARD
      Enable WireGuard encryption. Refer to https://docs.cilium.io/en/latest/security/network/encryption-wireguard/ on use cases and implementation details.
    • NONE

      public static final TransitEncryptionType NONE
      Disable Transit encryption.
  • Constructor Details

    • TransitEncryptionType

      @Deprecated public TransitEncryptionType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of TransitEncryptionType value.
  • Method Details

    • fromString

      public static TransitEncryptionType fromString(String name)
      Creates or finds a TransitEncryptionType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding TransitEncryptionType.
    • values

      public static Collection<TransitEncryptionType> values()
      Gets known TransitEncryptionType values.
      Returns:
      known TransitEncryptionType values.