次の方法で共有


IpAddressAllocationMethod Class

public final class IpAddressAllocationMethod
extends ExpandableStringEnum<IpAddressAllocationMethod>

Defines values for IpAddressAllocationMethod.

Field Summary

Modifier and Type Field and Description
static final IpAddressAllocationMethod DYNAMIC

Static value dynamic for IpAddressAllocationMethod.

static final IpAddressAllocationMethod LINKLAYER

Static value linklayer for IpAddressAllocationMethod.

static final IpAddressAllocationMethod OTHER

Static value other for IpAddressAllocationMethod.

static final IpAddressAllocationMethod RANDOM

Static value random for IpAddressAllocationMethod.

static final IpAddressAllocationMethod STATIC

Static value static for IpAddressAllocationMethod.

static final IpAddressAllocationMethod UNSET

Static value unset for IpAddressAllocationMethod.

Constructor Summary

Constructor Description
IpAddressAllocationMethod()

Method Summary

Modifier and Type Method and Description
static IpAddressAllocationMethod fromString(String name)

Creates or finds a IpAddressAllocationMethod from its string representation.

static Collection<IpAddressAllocationMethod> values()

Gets known IpAddressAllocationMethod values.

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:

name - a name to look for.

Returns:

the corresponding IpAddressAllocationMethod.

values

public static Collection<IpAddressAllocationMethod> values()

Gets known IpAddressAllocationMethod values.

Returns:

known IpAddressAllocationMethod values.

Applies to