Partager via


OrchestrationServiceNames Class

public final class OrchestrationServiceNames
extends ExpandableStringEnum<OrchestrationServiceNames>

The name of the service.

Field Summary

Modifier and Type Field and Description
static final OrchestrationServiceNames AUTOMATIC_REPAIRS

Static value AutomaticRepairs for OrchestrationServiceNames.

Constructor Summary

Constructor Description
OrchestrationServiceNames()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OrchestrationServiceNames value.

Method Summary

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

Creates or finds a OrchestrationServiceNames from its string representation.

static Collection<OrchestrationServiceNames> values()

Gets known OrchestrationServiceNames values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

AUTOMATIC_REPAIRS

public static final OrchestrationServiceNames AUTOMATIC_REPAIRS

Static value AutomaticRepairs for OrchestrationServiceNames.

Constructor Details

OrchestrationServiceNames

@Deprecated
public OrchestrationServiceNames()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OrchestrationServiceNames value.

Method Details

fromString

public static OrchestrationServiceNames fromString(String name)

Creates or finds a OrchestrationServiceNames from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OrchestrationServiceNames.

values

public static Collection values()

Gets known OrchestrationServiceNames values.

Returns:

known OrchestrationServiceNames values.

Applies to