L3NetworkConfigurationIpamEnabled Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. networkcloud. models. L3NetworkConfigurationIpamEnabled
- com.
- com.
public final class L3NetworkConfigurationIpamEnabled
extends ExpandableStringEnum<L3NetworkConfigurationIpamEnabled>
The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
L3Network |
FALSE
Static value False for L3Network |
|
static final
L3Network |
TRUE
Static value True for L3Network |
Constructor Summary
| Constructor | Description |
|---|---|
| L3NetworkConfigurationIpamEnabled() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of L3Network |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
L3Network |
fromString(String name)
Creates or finds a L3Network |
|
static
Collection<L3Network |
values()
Gets known L3Network |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
FALSE
public static final L3NetworkConfigurationIpamEnabled FALSE
Static value False for L3NetworkConfigurationIpamEnabled.
TRUE
public static final L3NetworkConfigurationIpamEnabled TRUE
Static value True for L3NetworkConfigurationIpamEnabled.
Constructor Details
L3NetworkConfigurationIpamEnabled
@Deprecated
public L3NetworkConfigurationIpamEnabled()
Deprecated
Creates a new instance of L3NetworkConfigurationIpamEnabled value.
Method Details
fromString
public static L3NetworkConfigurationIpamEnabled fromString(String name)
Creates or finds a L3NetworkConfigurationIpamEnabled from its string representation.
Parameters:
Returns:
values
public static Collection<L3NetworkConfigurationIpamEnabled> values()
Gets known L3NetworkConfigurationIpamEnabled values.
Returns: