IpAddressAllocationMethod Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. connectedvmware. models. IpAddressAllocationMethod
- com.
- com.
public final class IpAddressAllocationMethod
extends ExpandableStringEnum<IpAddressAllocationMethod>
Defines values for IpAddressAllocationMethod.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Ip |
DYNAMIC
Static value dynamic for Ip |
|
static final
Ip |
LINKLAYER
Static value linklayer for Ip |
|
static final
Ip |
OTHER
Static value other for Ip |
|
static final
Ip |
RANDOM
Static value random for Ip |
|
static final
Ip |
STATIC
Static value static for Ip |
|
static final
Ip |
UNSET
Static value unset for Ip |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| IpAddressAllocationMethod() | ||
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 IpAddressAllocationMethod DYNAMIC
Static value dynamic for IpAddressAllocationMethod.
LINKLAYER
public static final IpAddressAllocationMethod LINKLAYER
Static value linklayer for IpAddressAllocationMethod.
OTHER
public static final IpAddressAllocationMethod OTHER
Static value other for IpAddressAllocationMethod.
RANDOM
public static final IpAddressAllocationMethod RANDOM
Static value random for IpAddressAllocationMethod.
STATIC
public static final IpAddressAllocationMethod STATIC
Static value static for IpAddressAllocationMethod.
UNSET
public static final IpAddressAllocationMethod UNSET
Static value unset for IpAddressAllocationMethod.
Constructor Details
IpAddressAllocationMethod
public IpAddressAllocationMethod()
Method Details
fromString
public static IpAddressAllocationMethod fromString(String name)
Creates or finds a IpAddressAllocationMethod from its string representation.
Parameters:
Returns:
values
public static Collection<IpAddressAllocationMethod> values()
Gets known IpAddressAllocationMethod values.
Returns: