ExpressRouteLinkMacSecSciState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ExpressRouteLinkMacSecSciState
- com.
- com.
public final class ExpressRouteLinkMacSecSciState
extends ExpandableStringEnum<ExpressRouteLinkMacSecSciState>
Sci mode enabled/disabled.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Express |
DISABLED
Static value Disabled for Express |
static final
Express |
ENABLED
Static value Enabled for Express |
Constructor Summary
Constructor | Description |
---|---|
ExpressRouteLinkMacSecSciState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Express |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Express |
fromString(String name)
Creates or finds a Express |
static
Collection<Express |
values()
Gets known Express |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final ExpressRouteLinkMacSecSciState DISABLED
Static value Disabled for ExpressRouteLinkMacSecSciState.
ENABLED
public static final ExpressRouteLinkMacSecSciState ENABLED
Static value Enabled for ExpressRouteLinkMacSecSciState.
Constructor Details
ExpressRouteLinkMacSecSciState
@Deprecated
public ExpressRouteLinkMacSecSciState()
Deprecated
Creates a new instance of ExpressRouteLinkMacSecSciState value.
Method Details
fromString
public static ExpressRouteLinkMacSecSciState fromString(String name)
Creates or finds a ExpressRouteLinkMacSecSciState from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ExpressRouteLinkMacSecSciState values.
Returns:
Applies to
Azure SDK for Java