IpAllocationMethod Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. IpAllocationMethod
- com.
- com.
public final class IpAllocationMethod
extends ExpandableStringEnum<IpAllocationMethod>
IP address allocation method.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Ip |
DYNAMIC
Dynamic. |
|
static final
Ip |
STATIC
Static. |
Constructor Summary
| Constructor | Description |
|---|---|
| IpAllocationMethod() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Ip |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Ip |
fromString(String name)
Creates or finds a Ip |
|
static
Collection<Ip |
values()
Gets known Ip |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DYNAMIC
public static final IpAllocationMethod DYNAMIC
Dynamic.
STATIC
public static final IpAllocationMethod STATIC
Static.
Constructor Details
IpAllocationMethod
@Deprecated
public IpAllocationMethod()
Deprecated
Creates a new instance of IpAllocationMethod value.
Method Details
fromString
public static IpAllocationMethod fromString(String name)
Creates or finds a IpAllocationMethod from its string representation.
Parameters:
Returns:
values
public static Collection<IpAllocationMethod> values()
Gets known IpAllocationMethod values.
Returns: