Class TlsVersion
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<TlsVersion>
com.microsoft.azure.management.redis.TlsVersion
Defines values for TlsVersion.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final TlsVersion
Static value 1.1 for TlsVersion.static final TlsVersion
Static value 1.2 for TlsVersion.static final TlsVersion
Static value 1.0 for TlsVersion. -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic TlsVersion
fromString
(String name) Creates or finds a TlsVersion from its string representation.static Collection<TlsVersion>
values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
ONE_FULL_STOP_ZERO
Static value 1.0 for TlsVersion. -
ONE_FULL_STOP_ONE
Static value 1.1 for TlsVersion. -
ONE_FULL_STOP_TWO
Static value 1.2 for TlsVersion.
-
-
Constructor Details
-
TlsVersion
public TlsVersion()
-
-
Method Details
-
fromString
Creates or finds a TlsVersion from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding TlsVersion
-
values
- Returns:
- known TlsVersion values
-