共用方式為


UpsertManagedServerOperationStepStatus Class

public final class UpsertManagedServerOperationStepStatus
extends ExpandableStringEnum<UpsertManagedServerOperationStepStatus>

Defines values for UpsertManagedServerOperationStepStatus.

Field Summary

Modifier and Type Field and Description
static final UpsertManagedServerOperationStepStatus CANCELED

Static value Canceled for UpsertManagedServerOperationStepStatus.

static final UpsertManagedServerOperationStepStatus COMPLETED

Static value Completed for UpsertManagedServerOperationStepStatus.

static final UpsertManagedServerOperationStepStatus FAILED

Static value Failed for UpsertManagedServerOperationStepStatus.

static final UpsertManagedServerOperationStepStatus IN_PROGRESS

Static value InProgress for UpsertManagedServerOperationStepStatus.

static final UpsertManagedServerOperationStepStatus NOT_STARTED

Static value NotStarted for UpsertManagedServerOperationStepStatus.

static final UpsertManagedServerOperationStepStatus SLOWED_DOWN

Static value SlowedDown for UpsertManagedServerOperationStepStatus.

Constructor Summary

Constructor Description
UpsertManagedServerOperationStepStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UpsertManagedServerOperationStepStatus value.

Method Summary

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

Creates or finds a UpsertManagedServerOperationStepStatus from its string representation.

static Collection<UpsertManagedServerOperationStepStatus> values()

Gets known UpsertManagedServerOperationStepStatus values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CANCELED

public static final UpsertManagedServerOperationStepStatus CANCELED

Static value Canceled for UpsertManagedServerOperationStepStatus.

COMPLETED

public static final UpsertManagedServerOperationStepStatus COMPLETED

Static value Completed for UpsertManagedServerOperationStepStatus.

FAILED

public static final UpsertManagedServerOperationStepStatus FAILED

Static value Failed for UpsertManagedServerOperationStepStatus.

IN_PROGRESS

public static final UpsertManagedServerOperationStepStatus IN_PROGRESS

Static value InProgress for UpsertManagedServerOperationStepStatus.

NOT_STARTED

public static final UpsertManagedServerOperationStepStatus NOT_STARTED

Static value NotStarted for UpsertManagedServerOperationStepStatus.

SLOWED_DOWN

public static final UpsertManagedServerOperationStepStatus SLOWED_DOWN

Static value SlowedDown for UpsertManagedServerOperationStepStatus.

Constructor Details

UpsertManagedServerOperationStepStatus

@Deprecated
public UpsertManagedServerOperationStepStatus()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of UpsertManagedServerOperationStepStatus value.

Method Details

fromString

public static UpsertManagedServerOperationStepStatus fromString(String name)

Creates or finds a UpsertManagedServerOperationStepStatus from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding UpsertManagedServerOperationStepStatus.

values

public static Collection<UpsertManagedServerOperationStepStatus> values()

Gets known UpsertManagedServerOperationStepStatus values.

Returns:

known UpsertManagedServerOperationStepStatus values.

Applies to