AutoLearnPrivateRangesMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. AutoLearnPrivateRangesMode
- com.
- com.
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
Auto |
DISABLED
Disabled. |
|
static final
Auto |
ENABLED
Enabled. |
Constructor Summary
| Constructor | Description |
|---|---|
| AutoLearnPrivateRangesMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Auto |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Auto |
fromString(String name)
Creates or finds a Auto |
|
static
Collection<Auto |
values()
Gets known Auto |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final AutoLearnPrivateRangesMode DISABLED
Disabled.
ENABLED
public static final AutoLearnPrivateRangesMode ENABLED
Enabled.
Constructor Details
AutoLearnPrivateRangesMode
@Deprecated
public AutoLearnPrivateRangesMode()
Deprecated
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:
Returns:
values
public static Collection<AutoLearnPrivateRangesMode> values()
Gets known AutoLearnPrivateRangesMode values.
Returns: