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
Static value Dynamic for Ip |
|
static final
Ip |
STATIC
Static value Static for Ip |
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
Static value Dynamic for IpAllocationMethod.
STATIC
public static final IpAllocationMethod STATIC
Static value Static for IpAllocationMethod.
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: