AutoLearnPrivateRangesMode Class

public final class AutoLearnPrivateRangesMode
extends ExpandableStringEnum<AutoLearnPrivateRangesMode>

The operation mode for automatically learning private ranges to not be SNAT.

Field Summary

Modifier and Type Field and Description
static final AutoLearnPrivateRangesMode DISABLED

Static value Disabled for AutoLearnPrivateRangesMode.

static final AutoLearnPrivateRangesMode ENABLED

Static value Enabled for AutoLearnPrivateRangesMode.

Constructor Summary

Constructor Description
AutoLearnPrivateRangesMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AutoLearnPrivateRangesMode value.

Method Summary

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

Creates or finds a AutoLearnPrivateRangesMode from its string representation.

static Collection<AutoLearnPrivateRangesMode> values()

Gets known AutoLearnPrivateRangesMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

DISABLED

public static final AutoLearnPrivateRangesMode DISABLED

Static value Disabled for AutoLearnPrivateRangesMode.

ENABLED

public static final AutoLearnPrivateRangesMode ENABLED

Static value Enabled for AutoLearnPrivateRangesMode.

Constructor Details

AutoLearnPrivateRangesMode

@Deprecated
public AutoLearnPrivateRangesMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AutoLearnPrivateRangesMode value.

Method Details

fromString

public static AutoLearnPrivateRangesMode fromString(String name)

Creates or finds a AutoLearnPrivateRangesMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AutoLearnPrivateRangesMode.

values

public static Collection values()

Gets known AutoLearnPrivateRangesMode values.

Returns:

known AutoLearnPrivateRangesMode values.

Applies to