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

IpsecIntegrity 类

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

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

定义 IpsecIntegrity 的值。

字段摘要

修饰符和类型 字段和描述
static final IpsecIntegrity GCMAES128

ipsec完整性GCMAES128静态值。

static final IpsecIntegrity GCMAES192

ipsec完整性GCMAES192静态值。

static final IpsecIntegrity GCMAES256

ipsec完整性GCMAES256静态值。

static final IpsecIntegrity MD5

Ipsec完整性的静态值 MD5。

static final IpsecIntegrity SHA1

Ipsec完整性的静态值 SHA1。

static final IpsecIntegrity SHA256

Ipsec完整性的静态值 SHA256。

构造函数摘要

构造函数 说明
IpsecIntegrity()

方法摘要

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

从其字符串表示形式创建或查找 Ipsec完整性。

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

字段详细信息

GCMAES128

public static final IpsecIntegrity GCMAES128

IpsecIntegrity 的静态值GCMAES128。

GCMAES192

public static final IpsecIntegrity GCMAES192

IpsecIntegrity 的静态值GCMAES192。

GCMAES256

public static final IpsecIntegrity GCMAES256

IpsecIntegrity 的静态值GCMAES256。

MD5

public static final IpsecIntegrity MD5

IpsecIntegrity 的静态值 MD5。

SHA1

public static final IpsecIntegrity SHA1

IpsecIntegrity 的静态值 SHA1。

SHA256

public static final IpsecIntegrity SHA256

IpsecIntegrity 的静态值 SHA256。

构造函数详细信息

IpsecIntegrity

public IpsecIntegrity()

方法详细信息

fromString

public static IpsecIntegrity fromString(String name)

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

Parameters:

name - 要查找的名称

Returns:

相应的 IpsecIntegrity

values

public static Collection values()

Returns:

已知的 IpsecIntegrity 值

适用于