public final class IPAllocationMethod extends Object
| 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(String value)
Creates a custom value for IPAllocationMethod.
|
public static final IPAllocationMethod STATIC
public static final IPAllocationMethod DYNAMIC
public IPAllocationMethod(String value)
value - the custom value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/