OrchestrationMode Class

public final class OrchestrationMode
extends ExpandableStringEnum<OrchestrationMode>

Specifies the orchestration mode for the virtual machine scale set.

Field Summary

Modifier and Type Field and Description
static final OrchestrationMode FLEXIBLE

Static value Flexible for OrchestrationMode.

static final OrchestrationMode UNIFORM

Static value Uniform for OrchestrationMode.

Constructor Summary

Constructor Description
OrchestrationMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OrchestrationMode value.

Method Summary

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

Creates or finds a OrchestrationMode from its string representation.

static Collection<OrchestrationMode> values()

Gets known OrchestrationMode values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

FLEXIBLE

public static final OrchestrationMode FLEXIBLE

Static value Flexible for OrchestrationMode.

UNIFORM

public static final OrchestrationMode UNIFORM

Static value Uniform for OrchestrationMode.

Constructor Details

OrchestrationMode

@Deprecated
public OrchestrationMode()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of OrchestrationMode value.

Method Details

fromString

public static OrchestrationMode fromString(String name)

Creates or finds a OrchestrationMode from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding OrchestrationMode.

values

public static Collection values()

Gets known OrchestrationMode values.

Returns:

known OrchestrationMode values.

Applies to