ManagementOperationState Class

public final class ManagementOperationState
extends ExpandableStringEnum<ManagementOperationState>

The operation state.

Field Summary

Modifier and Type Field and Description
static final ManagementOperationState CANCELLED

Cancelled.

static final ManagementOperationState CANCEL_IN_PROGRESS

CancelInProgress.

static final ManagementOperationState FAILED

Failed.

static final ManagementOperationState IN_PROGRESS

InProgress.

static final ManagementOperationState PENDING

Pending.

static final ManagementOperationState SUCCEEDED

Succeeded.

Constructor Summary

Constructor Description
ManagementOperationState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ManagementOperationState value.

Method Summary

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

Creates or finds a ManagementOperationState from its string representation.

static Collection<ManagementOperationState> values()

Gets known ManagementOperationState values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CANCELLED

public static final ManagementOperationState CANCELLED

Cancelled.

CANCEL_IN_PROGRESS

public static final ManagementOperationState CANCEL_IN_PROGRESS

CancelInProgress.

FAILED

public static final ManagementOperationState FAILED

Failed.

IN_PROGRESS

public static final ManagementOperationState IN_PROGRESS

InProgress.

PENDING

public static final ManagementOperationState PENDING

Pending.

SUCCEEDED

public static final ManagementOperationState SUCCEEDED

Succeeded.

Constructor Details

ManagementOperationState

@Deprecated
public ManagementOperationState()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ManagementOperationState value.

Method Details

fromString

public static ManagementOperationState fromString(String name)

Creates or finds a ManagementOperationState from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding ManagementOperationState.

values

public static Collection<ManagementOperationState> values()

Gets known ManagementOperationState values.

Returns:

known ManagementOperationState values.

Applies to