OrchestrationServiceState Class

public final class OrchestrationServiceState
extends ExpandableStringEnum<OrchestrationServiceState>

The current state of the service.

Field Summary

Modifier and Type Field and Description
static final OrchestrationServiceState NOT_RUNNING

Static value NotRunning for OrchestrationServiceState.

static final OrchestrationServiceState RUNNING

Static value Running for OrchestrationServiceState.

static final OrchestrationServiceState SUSPENDED

Static value Suspended for OrchestrationServiceState.

Constructor Summary

Constructor Description
OrchestrationServiceState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OrchestrationServiceState value.

Method Summary

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

Creates or finds a OrchestrationServiceState from its string representation.

static Collection<OrchestrationServiceState> values()

Gets known OrchestrationServiceState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

NOT_RUNNING

public static final OrchestrationServiceState NOT_RUNNING

Static value NotRunning for OrchestrationServiceState.

RUNNING

public static final OrchestrationServiceState RUNNING

Static value Running for OrchestrationServiceState.

SUSPENDED

public static final OrchestrationServiceState SUSPENDED

Static value Suspended for OrchestrationServiceState.

Constructor Details

OrchestrationServiceState

@Deprecated
public OrchestrationServiceState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OrchestrationServiceState value.

Method Details

fromString

public static OrchestrationServiceState fromString(String name)

Creates or finds a OrchestrationServiceState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OrchestrationServiceState.

values

public static Collection values()

Gets known OrchestrationServiceState values.

Returns:

known OrchestrationServiceState values.

Applies to