Partager via


ExpressRouteLinkMacSecCipher Classe

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

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

Définit des valeurs pour ExpressRouteLinkMacSecCipher.

Récapitulatif du champ

Modificateur et type Champ et description
static final ExpressRouteLinkMacSecCipher GCM_AES_128

Valeur statique gcm-aes-128 pour ExpressRouteLinkMacSecChiffrement.

static final ExpressRouteLinkMacSecCipher GCM_AES_256

Valeur statique gcm-aes-256 pour le chiffrement MacSecExpressRouteLink.

Récapitulatif du constructeur

Constructeur Description
ExpressRouteLinkMacSecCipher()

Résumé de la méthode

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

Crée ou recherche un chiffrement MacSecExpressRouteLinkà partir de sa représentation de chaîne.

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

GCM_AES_128

public static final ExpressRouteLinkMacSecCipher GCM_AES_128

Valeur statique gcm-aes-128 pour ExpressRouteLinkMacSecCipher.

GCM_AES_256

public static final ExpressRouteLinkMacSecCipher GCM_AES_256

Valeur statique gcm-aes-256 pour ExpressRouteLinkMacSecCipher.

Détails du constructeur

ExpressRouteLinkMacSecCipher

public ExpressRouteLinkMacSecCipher()

Détails de la méthode

fromString

public static ExpressRouteLinkMacSecCipher fromString(String name)

Crée ou recherche un ExpressRouteLinkMacSecCipher à partir de sa représentation sous chaîne.

Parameters:

name - nom à rechercher

Returns:

ExpressRouteLinkMacSecCipher correspondant

values

public static Collection values()

Returns:

valeurs ExpressRouteLinkMacSecCipher connues

S’applique à