public final class TlsVersion extends com.microsoft.rest.ExpandableStringEnum<TlsVersion>
| Modifier and Type | Field and Description |
|---|---|
static TlsVersion |
ONE_FULL_STOP_ONE
Static value 1.1 for TlsVersion.
|
static TlsVersion |
ONE_FULL_STOP_TWO
Static value 1.2 for TlsVersion.
|
static TlsVersion |
ONE_FULL_STOP_ZERO
Static value 1.0 for TlsVersion.
|
| Constructor and Description |
|---|
TlsVersion() |
| Modifier and Type | Method and Description |
|---|---|
static TlsVersion |
fromString(String name)
Creates or finds a TlsVersion from its string representation.
|
static Collection<TlsVersion> |
values() |
public static final TlsVersion ONE_FULL_STOP_ZERO
public static final TlsVersion ONE_FULL_STOP_ONE
public static final TlsVersion ONE_FULL_STOP_TWO
public static TlsVersion fromString(String name)
name - a name to look forpublic static Collection<TlsVersion> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/