你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EffectiveRouteState Class

public final class EffectiveRouteState
extends ExpandableStringEnum<EffectiveRouteState>

The value of effective route.

Field Summary

Modifier and Type Field and Description
static final EffectiveRouteState ACTIVE

Static value Active for EffectiveRouteState.

static final EffectiveRouteState INVALID

Static value Invalid for EffectiveRouteState.

Constructor Summary

Constructor Description
EffectiveRouteState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EffectiveRouteState value.

Method Summary

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

Creates or finds a EffectiveRouteState from its string representation.

static Collection<EffectiveRouteState> values()

Gets known EffectiveRouteState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

ACTIVE

public static final EffectiveRouteState ACTIVE

Static value Active for EffectiveRouteState.

INVALID

public static final EffectiveRouteState INVALID

Static value Invalid for EffectiveRouteState.

Constructor Details

EffectiveRouteState

@Deprecated
public EffectiveRouteState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of EffectiveRouteState value.

Method Details

fromString

public static EffectiveRouteState fromString(String name)

Creates or finds a EffectiveRouteState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding EffectiveRouteState.

values

public static Collection<EffectiveRouteState> values()

Gets known EffectiveRouteState values.

Returns:

known EffectiveRouteState values.

Applies to