Class ExpressRouteLinkMacSecCipher

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExpressRouteLinkMacSecCipher>
com.azure.resourcemanager.network.models.ExpressRouteLinkMacSecCipher
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ExpressRouteLinkMacSecCipher extends com.azure.core.util.ExpandableStringEnum<ExpressRouteLinkMacSecCipher>
Mac security cipher.
  • Field Details

  • Constructor Details

    • ExpressRouteLinkMacSecCipher

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

    • fromString

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

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