public final class IPAllocationMethod extends com.microsoft.rest.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() |
public 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 (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/