Class TlsVersion

java.lang.Object
com.microsoft.rest.ExpandableStringEnum<TlsVersion>
com.microsoft.azure.management.redis.TlsVersion

public final class TlsVersion extends com.microsoft.rest.ExpandableStringEnum<TlsVersion>
Defines values for TlsVersion.
  • Field Details

    • ONE_FULL_STOP_ZERO

      public static final TlsVersion ONE_FULL_STOP_ZERO
      Static value 1.0 for TlsVersion.
    • ONE_FULL_STOP_ONE

      public static final TlsVersion ONE_FULL_STOP_ONE
      Static value 1.1 for TlsVersion.
    • ONE_FULL_STOP_TWO

      public static final TlsVersion ONE_FULL_STOP_TWO
      Static value 1.2 for TlsVersion.
  • Constructor Details

    • TlsVersion

      public TlsVersion()
  • Method Details

    • fromString

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

      public static Collection<TlsVersion> values()
      Returns:
      known TlsVersion values