L3NetworkConfigurationIpamEnabled Class

public final class L3NetworkConfigurationIpamEnabled
extends ExpandableStringEnum<L3NetworkConfigurationIpamEnabled>

The indication of whether this network will or will not perform IP address management and allocate IP addresses when attached.

Field Summary

Modifier and Type Field and Description
static final L3NetworkConfigurationIpamEnabled FALSE

Static value False for L3NetworkConfigurationIpamEnabled.

static final L3NetworkConfigurationIpamEnabled TRUE

Static value True for L3NetworkConfigurationIpamEnabled.

Constructor Summary

Constructor Description
L3NetworkConfigurationIpamEnabled()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of L3NetworkConfigurationIpamEnabled value.

Method Summary

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

Creates or finds a L3NetworkConfigurationIpamEnabled from its string representation.

static Collection<L3NetworkConfigurationIpamEnabled> values()

Gets known L3NetworkConfigurationIpamEnabled values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FALSE

public static final L3NetworkConfigurationIpamEnabled FALSE

Static value False for L3NetworkConfigurationIpamEnabled.

TRUE

public static final L3NetworkConfigurationIpamEnabled TRUE

Static value True for L3NetworkConfigurationIpamEnabled.

Constructor Details

L3NetworkConfigurationIpamEnabled

@Deprecated
public L3NetworkConfigurationIpamEnabled()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of L3NetworkConfigurationIpamEnabled value.

Method Details

fromString

public static L3NetworkConfigurationIpamEnabled fromString(String name)

Creates or finds a L3NetworkConfigurationIpamEnabled from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding L3NetworkConfigurationIpamEnabled.

values

public static Collection<L3NetworkConfigurationIpamEnabled> values()

Gets known L3NetworkConfigurationIpamEnabled values.

Returns:

known L3NetworkConfigurationIpamEnabled values.

Applies to