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
Disabled. |
|
static final
Express |
ENABLED
Enabled. |
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
Disabled.
ENABLED
public static final ExpressRouteLinkMacSecSciState ENABLED
Enabled.
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<ExpressRouteLinkMacSecSciState> values()
Gets known ExpressRouteLinkMacSecSciState values.
Returns: