Class ExpressRouteLinkMacSecCipher
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExpressRouteLinkMacSecCipher>
com.azure.resourcemanager.network.models.ExpressRouteLinkMacSecCipher
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ExpressRouteLinkMacSecCipher
extends com.azure.core.util.ExpandableStringEnum<ExpressRouteLinkMacSecCipher>
Mac security cipher.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpressRouteLinkMacSecCipherStatic value GcmAesXpn128 for ExpressRouteLinkMacSecCipher.static final ExpressRouteLinkMacSecCipherStatic value GcmAesXpn256 for ExpressRouteLinkMacSecCipher.static final ExpressRouteLinkMacSecCipherStatic value GcmAes128 for ExpressRouteLinkMacSecCipher.static final ExpressRouteLinkMacSecCipherStatic value GcmAes256 for ExpressRouteLinkMacSecCipher. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExpressRouteLinkMacSecCipherfromString(String name) Creates or finds a ExpressRouteLinkMacSecCipher from its string representation.values()Gets known ExpressRouteLinkMacSecCipher values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
GCM_AES256
Static value GcmAes256 for ExpressRouteLinkMacSecCipher. -
GCM_AES128
Static value GcmAes128 for ExpressRouteLinkMacSecCipher. -
GCM_AES_XPN128
Static value GcmAesXpn128 for ExpressRouteLinkMacSecCipher. -
GCM_AES_XPN256
Static value GcmAesXpn256 for ExpressRouteLinkMacSecCipher.
-
-
Constructor Details
-
ExpressRouteLinkMacSecCipher
Deprecated.Use thefromString(String)factory method.Creates a new instance of ExpressRouteLinkMacSecCipher value.
-
-
Method Details
-
fromString
Creates or finds a ExpressRouteLinkMacSecCipher from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpressRouteLinkMacSecCipher.
-
values
Gets known ExpressRouteLinkMacSecCipher values.- Returns:
- known ExpressRouteLinkMacSecCipher values.
-
fromString(String)factory method.