Class ExpressRouteLinkMacSecCipher
java.lang.Object
com.microsoft.rest.ExpandableStringEnum<ExpressRouteLinkMacSecCipher>
com.microsoft.azure.management.network.ExpressRouteLinkMacSecCipher
public final class ExpressRouteLinkMacSecCipher
extends com.microsoft.rest.ExpandableStringEnum<ExpressRouteLinkMacSecCipher>
Defines values for ExpressRouteLinkMacSecCipher.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpressRouteLinkMacSecCipher
Static value gcm-aes-128 for ExpressRouteLinkMacSecCipher.static final ExpressRouteLinkMacSecCipher
Static value gcm-aes-256 for ExpressRouteLinkMacSecCipher. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ExpressRouteLinkMacSecCipher
fromString
(String name) Creates or finds a ExpressRouteLinkMacSecCipher from its string representation.values()
Methods inherited from class com.microsoft.rest.ExpandableStringEnum
equals, fromString, hashCode, toString, values, withNameValue
-
Field Details
-
GCM_AES_128
Static value gcm-aes-128 for ExpressRouteLinkMacSecCipher. -
GCM_AES_256
Static value gcm-aes-256 for ExpressRouteLinkMacSecCipher.
-
-
Constructor Details
-
ExpressRouteLinkMacSecCipher
public ExpressRouteLinkMacSecCipher()
-
-
Method Details
-
fromString
Creates or finds a ExpressRouteLinkMacSecCipher from its string representation.- Parameters:
name
- a name to look for- Returns:
- the corresponding ExpressRouteLinkMacSecCipher
-
values
- Returns:
- known ExpressRouteLinkMacSecCipher values
-