L2NetworkDetailedStatus Class

public final class L2NetworkDetailedStatus
extends ExpandableStringEnum<L2NetworkDetailedStatus>

The more detailed status of the L2 network.

Field Summary

Modifier and Type Field and Description
static final L2NetworkDetailedStatus AVAILABLE

Static value Available for L2NetworkDetailedStatus.

static final L2NetworkDetailedStatus ERROR

Static value Error for L2NetworkDetailedStatus.

static final L2NetworkDetailedStatus PROVISIONING

Static value Provisioning for L2NetworkDetailedStatus.

Constructor Summary

Constructor Description
L2NetworkDetailedStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of L2NetworkDetailedStatus value.

Method Summary

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

Creates or finds a L2NetworkDetailedStatus from its string representation.

static Collection<L2NetworkDetailedStatus> values()

Gets known L2NetworkDetailedStatus values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AVAILABLE

public static final L2NetworkDetailedStatus AVAILABLE

Static value Available for L2NetworkDetailedStatus.

ERROR

public static final L2NetworkDetailedStatus ERROR

Static value Error for L2NetworkDetailedStatus.

PROVISIONING

public static final L2NetworkDetailedStatus PROVISIONING

Static value Provisioning for L2NetworkDetailedStatus.

Constructor Details

L2NetworkDetailedStatus

@Deprecated
public L2NetworkDetailedStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of L2NetworkDetailedStatus value.

Method Details

fromString

public static L2NetworkDetailedStatus fromString(String name)

Creates or finds a L2NetworkDetailedStatus from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding L2NetworkDetailedStatus.

values

public static Collection<L2NetworkDetailedStatus> values()

Gets known L2NetworkDetailedStatus values.

Returns:

known L2NetworkDetailedStatus values.

Applies to