Class ExpressRouteLinkMacSecSciState
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ExpressRouteLinkMacSecSciState>
com.azure.resourcemanager.network.models.ExpressRouteLinkMacSecSciState
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ExpressRouteLinkMacSecSciState
extends com.azure.core.util.ExpandableStringEnum<ExpressRouteLinkMacSecSciState>
Sci mode enabled/disabled.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ExpressRouteLinkMacSecSciStateStatic value Disabled for ExpressRouteLinkMacSecSciState.static final ExpressRouteLinkMacSecSciStateStatic value Enabled for ExpressRouteLinkMacSecSciState. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ExpressRouteLinkMacSecSciState from its string representation.values()Gets known ExpressRouteLinkMacSecSciState values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
DISABLED
Static value Disabled for ExpressRouteLinkMacSecSciState. -
ENABLED
Static value Enabled for ExpressRouteLinkMacSecSciState.
-
-
Constructor Details
-
ExpressRouteLinkMacSecSciState
Deprecated.Use thefromString(String)factory method.Creates a new instance of ExpressRouteLinkMacSecSciState value.
-
-
Method Details
-
fromString
Creates or finds a ExpressRouteLinkMacSecSciState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpressRouteLinkMacSecSciState.
-
values
Gets known ExpressRouteLinkMacSecSciState values.- Returns:
- known ExpressRouteLinkMacSecSciState values.
-
fromString(String)factory method.