TlsVersion Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. redis. TlsVersion
- com.
- com.
public final class TlsVersion
extends com.microsoft.rest.ExpandableStringEnum<TlsVersion>
Defines values for TlsVersion.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Tls |
ONE_FULL_STOP_ONE
Static value 1.1 for Tls |
static final
Tls |
ONE_FULL_STOP_TWO
Static value 1.2 for Tls |
static final
Tls |
ONE_FULL_STOP_ZERO
Static value 1.0 for Tls |
Constructor Summary
Constructor | Description | |
---|---|---|
TlsVersion() |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Tls |
fromString(String name)
Creates or finds a Tls |
static
java.util.Collection<Tls |
values() |
Methods inherited from com.microsoft.rest.ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
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.
ONE_FULL_STOP_ZERO
public static final TlsVersion ONE_FULL_STOP_ZERO
Static value 1.0 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:
Returns:
values
public static Collection
Returns:
Applies to
Azure SDK for Java