L3NetworkDetailedStatus Class

public final class L3NetworkDetailedStatus
extends ExpandableStringEnum<L3NetworkDetailedStatus>

The more detailed status of the L3 network.

Field Summary

Modifier and Type Field and Description
static final L3NetworkDetailedStatus AVAILABLE

Static value Available for L3NetworkDetailedStatus.

static final L3NetworkDetailedStatus ERROR

Static value Error for L3NetworkDetailedStatus.

static final L3NetworkDetailedStatus PROVISIONING

Static value Provisioning for L3NetworkDetailedStatus.

Constructor Summary

Constructor Description
L3NetworkDetailedStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of L3NetworkDetailedStatus value.

Method Summary

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

Creates or finds a L3NetworkDetailedStatus from its string representation.

static Collection<L3NetworkDetailedStatus> values()

Gets known L3NetworkDetailedStatus values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AVAILABLE

public static final L3NetworkDetailedStatus AVAILABLE

Static value Available for L3NetworkDetailedStatus.

ERROR

public static final L3NetworkDetailedStatus ERROR

Static value Error for L3NetworkDetailedStatus.

PROVISIONING

public static final L3NetworkDetailedStatus PROVISIONING

Static value Provisioning for L3NetworkDetailedStatus.

Constructor Details

L3NetworkDetailedStatus

@Deprecated
public L3NetworkDetailedStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of L3NetworkDetailedStatus value.

Method Details

fromString

public static L3NetworkDetailedStatus fromString(String name)

Creates or finds a L3NetworkDetailedStatus from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding L3NetworkDetailedStatus.

values

public static Collection<L3NetworkDetailedStatus> values()

Gets known L3NetworkDetailedStatus values.

Returns:

known L3NetworkDetailedStatus values.

Applies to