ExpressRouteLinkMacSecCipher Classe
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. network. ExpressRouteLinkMacSecCipher
- com.
- com.
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
Express |
GCM_AES_128
Valeur statique gcm-aes-128 pour Express |
static final
Express |
GCM_AES_256
Valeur statique gcm-aes-256 pour le chiffrement Mac |
Récapitulatif du constructeur
Constructeur | Description | |
---|---|---|
ExpressRouteLinkMacSecCipher() |
Résumé de la méthode
Modificateur et type | Méthode et description |
---|---|
static
Express |
fromString(String name)
Crée ou recherche un chiffrement Mac |
static
java.util.Collection<Express |
values() |
Méthodes héritées de com.microsoft.rest.ExpandableStringEnum
Méthodes héritées de java.lang.Object
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:
Returns:
values
public static Collection
Returns:
S’applique à
Azure SDK for Java