ExpressRouteLagLacpTimer Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ExpressRouteLagLacpTimer
- com.
- com.
public final class ExpressRouteLagLacpTimer
extends ExpandableStringEnum<ExpressRouteLagLacpTimer>
LACP timer configuration.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Express |
FAST
Fast LACP timer (30 seconds). |
|
static final
Express |
SLOW
Slow LACP timer (90 seconds). |
Constructor Summary
| Constructor | Description |
|---|---|
| ExpressRouteLagLacpTimer() |
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
FAST
public static final ExpressRouteLagLacpTimer FAST
Fast LACP timer (30 seconds).
SLOW
public static final ExpressRouteLagLacpTimer SLOW
Slow LACP timer (90 seconds).
Constructor Details
ExpressRouteLagLacpTimer
@Deprecated
public ExpressRouteLagLacpTimer()
Deprecated
Creates a new instance of ExpressRouteLagLacpTimer value.
Method Details
fromString
public static ExpressRouteLagLacpTimer fromString(String name)
Creates or finds a ExpressRouteLagLacpTimer from its string representation.
Parameters:
Returns:
values
public static Collection<ExpressRouteLagLacpTimer> values()
Gets known ExpressRouteLagLacpTimer values.
Returns: