Nat64State Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. Nat64State
- com.
- com.
public final class Nat64State
extends ExpandableStringEnum<Nat64State>
Whether Nat64 is enabled for the NAT gateway resource.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
| static final Nat64State |
DISABLED
Nat64 is disabled. |
| static final Nat64State |
ENABLED
Nat64 is enabled. |
| static final Nat64State |
NONE
Nat64 Property is not set. |
Constructor Summary
| Constructor | Description |
|---|---|
| Nat64State() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Nat64State value. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static Nat64State |
fromString(String name)
Creates or finds a Nat64State from its string representation. |
| static Collection<Nat64State> |
values()
Gets known Nat64State values. |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DISABLED
public static final Nat64State DISABLED
Nat64 is disabled.
ENABLED
public static final Nat64State ENABLED
Nat64 is enabled.
NONE
public static final Nat64State NONE
Nat64 Property is not set.
Constructor Details
Nat64State
@Deprecated
public Nat64State()
Deprecated
Creates a new instance of Nat64State value.
Method Details
fromString
public static Nat64State fromString(String name)
Creates or finds a Nat64State from its string representation.
Parameters:
Returns:
values
public static Collection<Nat64State> values()
Gets known Nat64State values.
Returns: