public final class IPAllocationMethod extends ExpandableStringEnum<IPAllocationMethod>
| Modifier and Type | Field and Description |
|---|---|
static IPAllocationMethod |
DYNAMIC
Static value Dynamic for IPAllocationMethod.
|
static IPAllocationMethod |
STATIC
Static value Static for IPAllocationMethod.
|
| Constructor and Description |
|---|
IPAllocationMethod() |
| Modifier and Type | Method and Description |
|---|---|
static IPAllocationMethod |
fromString(String name)
Creates or finds a IPAllocationMethod from its string representation.
|
static Collection<IPAllocationMethod> |
values() |
equals, fromString, hashCode, toString, values, withNameValuepublic static final IPAllocationMethod STATIC
public static final IPAllocationMethod DYNAMIC
public static IPAllocationMethod fromString(String name)
name - a name to look forpublic static Collection<IPAllocationMethod> values()
Copyright © 2019. All rights reserved.