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