你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IpsecEncryption 类

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.network.IpsecEncryption

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

定义 IpsecEncryption 的值。

字段摘要

修饰符和类型 字段和描述
static final IpsecEncryption AES128

Ipsec加密的静态值 AES128。

static final IpsecEncryption AES192

Ipsec加密的静态值 AES192。

static final IpsecEncryption AES256

Ipsec加密的静态值 AES256。

static final IpsecEncryption DES

Ipsec加密的静态值 DES。

static final IpsecEncryption DES3

Ipsec加密的静态值 DES3。

static final IpsecEncryption GCMAES128

Ipsec加密的静态值GCMAES128。

static final IpsecEncryption GCMAES192

Ipsec加密的静态值GCMAES192。

static final IpsecEncryption GCMAES256

Ipsec加密的静态值GCMAES256。

static final IpsecEncryption NONE

Ipsec加密的静态值 None。

构造函数摘要

构造函数 说明
IpsecEncryption()

方法摘要

修饰符和类型 方法和描述
static IpsecEncryption fromString(String name)

从其字符串表示形式创建或查找 Ipsec加密。

static java.util.Collection<IpsecEncryption> 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

字段详细信息

AES128

public static final IpsecEncryption AES128

IpsecEncryption 的静态值 AES128。

AES192

public static final IpsecEncryption AES192

IpsecEncryption 的静态值 AES192。

AES256

public static final IpsecEncryption AES256

IpsecEncryption 的静态值 AES256。

DES

public static final IpsecEncryption DES

IpsecEncryption 的静态值 DES。

DES3

public static final IpsecEncryption DES3

IpsecEncryption 的静态值 DES3。

GCMAES128

public static final IpsecEncryption GCMAES128

IpsecEncryption 的静态值GCMAES128。

GCMAES192

public static final IpsecEncryption GCMAES192

IpsecEncryption 的静态值GCMAES192。

GCMAES256

public static final IpsecEncryption GCMAES256

IpsecEncryption 的静态值GCMAES256。

NONE

public static final IpsecEncryption NONE

IpsecEncryption 的静态值 None。

构造函数详细信息

IpsecEncryption

public IpsecEncryption()

方法详细信息

fromString

public static IpsecEncryption fromString(String name)

从其字符串表示形式创建或查找 IpsecEncryption。

Parameters:

name - 要查找的名称

Returns:

相应的 IpsecEncryption

values

public static Collection values()

Returns:

已知 IpsecEncryption 值

适用于