ExpressRouteLinkMacSecSciState Class

public final class ExpressRouteLinkMacSecSciState
extends ExpandableStringEnum<ExpressRouteLinkMacSecSciState>

Sci mode enabled/disabled.

Field Summary

Modifier and Type Field and Description
static final ExpressRouteLinkMacSecSciState DISABLED

Static value Disabled for ExpressRouteLinkMacSecSciState.

static final ExpressRouteLinkMacSecSciState ENABLED

Static value Enabled for ExpressRouteLinkMacSecSciState.

Constructor Summary

Constructor Description
ExpressRouteLinkMacSecSciState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ExpressRouteLinkMacSecSciState value.

Method Summary

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

Creates or finds a ExpressRouteLinkMacSecSciState from its string representation.

static Collection<ExpressRouteLinkMacSecSciState> values()

Gets known ExpressRouteLinkMacSecSciState values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding ExpressRouteLinkMacSecSciState.

values

public static Collection values()

Gets known ExpressRouteLinkMacSecSciState values.

Returns:

known ExpressRouteLinkMacSecSciState values.

Applies to