Freigeben über


TlsVersion Klasse

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

public final class TlsVersion
extends com.microsoft.rest.ExpandableStringEnum<TlsVersion>

Definiert Werte für TlsVersion.

Feldzusammenfassung

Modifizierer und Typ Feld und Beschreibung
static final TlsVersion ONE_FULL_STOP_ONE

Statischer Wert 1.1 für TLS-Version.

static final TlsVersion ONE_FULL_STOP_TWO

Statischer Wert 1.2 für TLS-Version.

static final TlsVersion ONE_FULL_STOP_ZERO

Statischer Wert 1.0 für TLS-Version.

Zusammenfassung zum Konstruktor

Konstruktor Beschreibung
TlsVersion()

Methodenzusammenfassung

Modifizierer und Typ Methode und Beschreibung
static TlsVersion fromString(String name)

Erstellt oder sucht eine Tls-Versionaus der Zeichenfolgendarstellung.

static java.util.Collection<TlsVersion> values()

Geerbte Methoden von com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Geerbte Methoden von java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Felddetails

ONE_FULL_STOP_ONE

public static final TlsVersion ONE_FULL_STOP_ONE

Statischer Wert 1.1 für TlsVersion.

ONE_FULL_STOP_TWO

public static final TlsVersion ONE_FULL_STOP_TWO

Statischer Wert 1.2 für TlsVersion.

ONE_FULL_STOP_ZERO

public static final TlsVersion ONE_FULL_STOP_ZERO

Statischer Wert 1.0 für TlsVersion.

Details zum Konstruktor

TlsVersion

public TlsVersion()

Details zur Methode

fromString

public static TlsVersion fromString(String name)

Erstellt oder sucht eine TlsVersion aus der Zeichenfolgendarstellung.

Parameters:

name - einen Namen, nach dem gesucht werden soll

Returns:

die entsprechende TlsVersion

values

public static Collection values()

Returns:

Bekannte TlsVersion-Werte

Gilt für: