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
Static value Disabled for Auto |
|
static final
Auto |
ENABLED
Static value Enabled for Auto |
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
Static value Disabled for AutoLearnPrivateRangesMode.
ENABLED
public static final AutoLearnPrivateRangesMode ENABLED
Static value Enabled for AutoLearnPrivateRangesMode.
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: