Class ExpressRouteLinkMacSecCipher
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ExpressRouteLinkMacSecCipher>
-
- com.azure.resourcemanager.network.models.ExpressRouteLinkMacSecCipher
-
public final class ExpressRouteLinkMacSecCipher extends com.azure.core.util.ExpandableStringEnum<ExpressRouteLinkMacSecCipher>
Defines values for ExpressRouteLinkMacSecCipher.
-
-
Field Summary
Fields Modifier and Type Field Description static ExpressRouteLinkMacSecCipherGCM_AES_XPN128Static value GcmAesXpn128 for ExpressRouteLinkMacSecCipher.static ExpressRouteLinkMacSecCipherGCM_AES_XPN256Static value GcmAesXpn256 for ExpressRouteLinkMacSecCipher.static ExpressRouteLinkMacSecCipherGCM_AES128Static value GcmAes128 for ExpressRouteLinkMacSecCipher.static ExpressRouteLinkMacSecCipherGCM_AES256Static value GcmAes256 for ExpressRouteLinkMacSecCipher.
-
Constructor Summary
Constructors Constructor Description ExpressRouteLinkMacSecCipher()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExpressRouteLinkMacSecCipherfromString(String name)Creates or finds a ExpressRouteLinkMacSecCipher from its string representation.static Collection<ExpressRouteLinkMacSecCipher>values()
-
-
-
Field Detail
-
GCM_AES256
public static final ExpressRouteLinkMacSecCipher GCM_AES256
Static value GcmAes256 for ExpressRouteLinkMacSecCipher.
-
GCM_AES128
public static final ExpressRouteLinkMacSecCipher GCM_AES128
Static value GcmAes128 for ExpressRouteLinkMacSecCipher.
-
GCM_AES_XPN128
public static final ExpressRouteLinkMacSecCipher GCM_AES_XPN128
Static value GcmAesXpn128 for ExpressRouteLinkMacSecCipher.
-
GCM_AES_XPN256
public static final ExpressRouteLinkMacSecCipher GCM_AES_XPN256
Static value GcmAesXpn256 for ExpressRouteLinkMacSecCipher.
-
-
Method Detail
-
fromString
public static ExpressRouteLinkMacSecCipher fromString(String name)
Creates or finds a ExpressRouteLinkMacSecCipher from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpressRouteLinkMacSecCipher.
-
values
public static Collection<ExpressRouteLinkMacSecCipher> values()
- Returns:
- known ExpressRouteLinkMacSecCipher values.
-
-