RoutingState Class

public final class RoutingState
extends ExpandableStringEnum<RoutingState>

The current routing state of the VirtualHub.

Field Summary

Modifier and Type Field and Description
static final RoutingState FAILED

Static value Failed for RoutingState.

static final RoutingState NONE

Static value None for RoutingState.

static final RoutingState PROVISIONED

Static value Provisioned for RoutingState.

static final RoutingState PROVISIONING

Static value Provisioning for RoutingState.

Constructor Summary

Constructor Description
RoutingState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RoutingState value.

Method Summary

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

Creates or finds a RoutingState from its string representation.

static Collection<RoutingState> values()

Gets known RoutingState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FAILED

public static final RoutingState FAILED

Static value Failed for RoutingState.

NONE

public static final RoutingState NONE

Static value None for RoutingState.

PROVISIONED

public static final RoutingState PROVISIONED

Static value Provisioned for RoutingState.

PROVISIONING

public static final RoutingState PROVISIONING

Static value Provisioning for RoutingState.

Constructor Details

RoutingState

@Deprecated
public RoutingState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of RoutingState value.

Method Details

fromString

public static RoutingState fromString(String name)

Creates or finds a RoutingState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding RoutingState.

values

public static Collection values()

Gets known RoutingState values.

Returns:

known RoutingState values.

Applies to