TlsVersion クラス

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

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

TlsVersion の値を定義します。

フィールドの概要

修飾子と型 フィールドと説明
static final TlsVersion ONE_FULL_STOP_ONE

Tlsバージョンの静的値 1.1。

static final TlsVersion ONE_FULL_STOP_TWO

Tlsバージョンの静的値 1.2。

static final TlsVersion ONE_FULL_STOP_ZERO

Tlsバージョンの静的な値 1.0。

コンストラクターの概要

コンストラクター 説明
TlsVersion()

メソッドの概要

修飾子と型 メソッドと説明
static TlsVersion fromString(String name)

文字列表現から Tlsバージョンを作成または検索します。

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

メソッドの継承元: 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

メソッドの継承元: 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

フィールドの詳細

ONE_FULL_STOP_ONE

public static final TlsVersion ONE_FULL_STOP_ONE

TlsVersion の静的値 1.1。

ONE_FULL_STOP_TWO

public static final TlsVersion ONE_FULL_STOP_TWO

TlsVersion の静的値 1.2。

ONE_FULL_STOP_ZERO

public static final TlsVersion ONE_FULL_STOP_ZERO

TlsVersion の静的な値 1.0。

コンストラクターの詳細

TlsVersion

public TlsVersion()

メソッドの詳細

fromString

public static TlsVersion fromString(String name)

文字列表現から TlsVersion を作成または検索します。

Parameters:

name - 検索する名前

Returns:

対応する TlsVersion

values

public static Collection values()

Returns:

既知の TlsVersion 値

適用対象