ExpressRouteLagLacpTimer Class

public final class ExpressRouteLagLacpTimer
extends ExpandableStringEnum<ExpressRouteLagLacpTimer>

LACP timer configuration.

Field Summary

Modifier and Type Field and Description
static final ExpressRouteLagLacpTimer FAST

Fast LACP timer (30 seconds).

static final ExpressRouteLagLacpTimer SLOW

Slow LACP timer (90 seconds).

Constructor Summary

Constructor Description
ExpressRouteLagLacpTimer()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExpressRouteLagLacpTimer value.

Method Summary

Modifier and Type Method and Description
static ExpressRouteLagLacpTimer fromString(String name)

Creates or finds a ExpressRouteLagLacpTimer from its string representation.

static Collection<ExpressRouteLagLacpTimer> values()

Gets known ExpressRouteLagLacpTimer values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding ExpressRouteLagLacpTimer.

values

public static Collection<ExpressRouteLagLacpTimer> values()

Gets known ExpressRouteLagLacpTimer values.

Returns:

known ExpressRouteLagLacpTimer values.

Applies to