Partager via


IpsecIntegrity Classe

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

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

Définit des valeurs pour IpsecIntegrity.

Récapitulatif du champ

Modificateur et type Champ et description
static final IpsecIntegrity GCMAES128

Valeur statique GCMAES128 pour l’intégrité Ipsec.

static final IpsecIntegrity GCMAES192

Valeur statique GCMAES192 pour l’intégrité Ipsec.

static final IpsecIntegrity GCMAES256

Valeur statique GCMAES256 pour l’intégrité Ipsec.

static final IpsecIntegrity MD5

Valeur statique MD5 pour l’intégrité Ipsec.

static final IpsecIntegrity SHA1

Valeur statique SHA1 pour l’intégrité Ipsec.

static final IpsecIntegrity SHA256

Valeur statique SHA256 pour l’intégrité Ipsec.

Récapitulatif du constructeur

Constructeur Description
IpsecIntegrity()

Résumé de la méthode

Modificateur et type Méthode et description
static IpsecIntegrity fromString(String name)

Crée ou recherche une intégrité Ipsecà partir de sa représentation sous forme de chaîne.

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

Méthodes héritées de 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

Méthodes héritées de 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

Détails du champ

GCMAES128

public static final IpsecIntegrity GCMAES128

Valeur statique GCMAES128 pour IpsecIntegrity.

GCMAES192

public static final IpsecIntegrity GCMAES192

Valeur statique GCMAES192 pour IpsecIntegrity.

GCMAES256

public static final IpsecIntegrity GCMAES256

Valeur statique GCMAES256 pour IpsecIntegrity.

MD5

public static final IpsecIntegrity MD5

Valeur statique MD5 pour IpsecIntegrity.

SHA1

public static final IpsecIntegrity SHA1

Valeur statique SHA1 pour IpsecIntegrity.

SHA256

public static final IpsecIntegrity SHA256

Valeur statique SHA256 pour IpsecIntegrity.

Détails du constructeur

IpsecIntegrity

public IpsecIntegrity()

Détails de la méthode

fromString

public static IpsecIntegrity fromString(String name)

Crée ou recherche une IpsecIntegrity à partir de sa représentation de chaîne.

Parameters:

name - nom à rechercher

Returns:

IpsecIntegrity correspondant

values

public static Collection values()

Returns:

valeurs IpsecIntegrity connues

S’applique à