Class ExpressRouteLinkMacSecSciState
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ExpressRouteLinkMacSecSciState>
-
- com.azure.resourcemanager.network.models.ExpressRouteLinkMacSecSciState
-
public final class ExpressRouteLinkMacSecSciState extends com.azure.core.util.ExpandableStringEnum<ExpressRouteLinkMacSecSciState>
Defines values for ExpressRouteLinkMacSecSciState.
-
-
Field Summary
Fields Modifier and Type Field Description static ExpressRouteLinkMacSecSciStateDISABLEDStatic value Disabled for ExpressRouteLinkMacSecSciState.static ExpressRouteLinkMacSecSciStateENABLEDStatic value Enabled for ExpressRouteLinkMacSecSciState.
-
Constructor Summary
Constructors Constructor Description ExpressRouteLinkMacSecSciState()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExpressRouteLinkMacSecSciStatefromString(String name)Creates or finds a ExpressRouteLinkMacSecSciState from its string representation.static Collection<ExpressRouteLinkMacSecSciState>values()
-
-
-
Field Detail
-
DISABLED
public static final ExpressRouteLinkMacSecSciState DISABLED
Static value Disabled for ExpressRouteLinkMacSecSciState.
-
ENABLED
public static final ExpressRouteLinkMacSecSciState ENABLED
Static value Enabled for ExpressRouteLinkMacSecSciState.
-
-
Method Detail
-
fromString
public static ExpressRouteLinkMacSecSciState fromString(String name)
Creates or finds a ExpressRouteLinkMacSecSciState from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ExpressRouteLinkMacSecSciState.
-
values
public static Collection<ExpressRouteLinkMacSecSciState> values()
- Returns:
- known ExpressRouteLinkMacSecSciState values.
-
-