MoveState Class

  • java.lang.Object
    • com.microsoft.rest.ExpandableStringEnum
      • com.microsoft.azure.management.resourcemover.v2021_01_01.MoveState

public final class MoveState
extends com.microsoft.rest.ExpandableStringEnum<MoveState>

Defines values for MoveState.

Field Summary

Modifier and Type Field and Description
static final MoveState ASSIGNMENT_PENDING

Static value AssignmentPending for MoveState.

static final MoveState COMMITTED

Static value Committed for MoveState.

static final MoveState COMMIT_FAILED

Static value CommitFailed for MoveState.

static final MoveState COMMIT_IN_PROGRESS

Static value CommitInProgress for MoveState.

static final MoveState COMMIT_PENDING

Static value CommitPending for MoveState.

static final MoveState DELETE_SOURCE_PENDING

Static value DeleteSourcePending for MoveState.

static final MoveState DISCARD_FAILED

Static value DiscardFailed for MoveState.

static final MoveState DISCARD_IN_PROGRESS

Static value DiscardInProgress for MoveState.

static final MoveState MOVE_FAILED

Static value MoveFailed for MoveState.

static final MoveState MOVE_IN_PROGRESS

Static value MoveInProgress for MoveState.

static final MoveState MOVE_PENDING

Static value MovePending for MoveState.

static final MoveState PREPARE_FAILED

Static value PrepareFailed for MoveState.

static final MoveState PREPARE_IN_PROGRESS

Static value PrepareInProgress for MoveState.

static final MoveState PREPARE_PENDING

Static value PreparePending for MoveState.

static final MoveState RESOURCE_MOVE_COMPLETED

Static value ResourceMoveCompleted for MoveState.

Constructor Summary

Constructor Description
MoveState()

Method Summary

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

Creates or finds a MoveState from its string representation.

static java.util.Collection<MoveState> values()

Methods inherited from com.microsoft.rest.ExpandableStringEnum

com.microsoft.rest.ExpandableStringEnum.<T>fromString com.microsoft.rest.ExpandableStringEnum.<T>values com.microsoft.rest.ExpandableStringEnum.equals com.microsoft.rest.ExpandableStringEnum.hashCode com.microsoft.rest.ExpandableStringEnum.toString com.microsoft.rest.ExpandableStringEnum.withNameValue

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

ASSIGNMENT_PENDING

public static final MoveState ASSIGNMENT_PENDING

Static value AssignmentPending for MoveState.

COMMITTED

public static final MoveState COMMITTED

Static value Committed for MoveState.

COMMIT_FAILED

public static final MoveState COMMIT_FAILED

Static value CommitFailed for MoveState.

COMMIT_IN_PROGRESS

public static final MoveState COMMIT_IN_PROGRESS

Static value CommitInProgress for MoveState.

COMMIT_PENDING

public static final MoveState COMMIT_PENDING

Static value CommitPending for MoveState.

DELETE_SOURCE_PENDING

public static final MoveState DELETE_SOURCE_PENDING

Static value DeleteSourcePending for MoveState.

DISCARD_FAILED

public static final MoveState DISCARD_FAILED

Static value DiscardFailed for MoveState.

DISCARD_IN_PROGRESS

public static final MoveState DISCARD_IN_PROGRESS

Static value DiscardInProgress for MoveState.

MOVE_FAILED

public static final MoveState MOVE_FAILED

Static value MoveFailed for MoveState.

MOVE_IN_PROGRESS

public static final MoveState MOVE_IN_PROGRESS

Static value MoveInProgress for MoveState.

MOVE_PENDING

public static final MoveState MOVE_PENDING

Static value MovePending for MoveState.

PREPARE_FAILED

public static final MoveState PREPARE_FAILED

Static value PrepareFailed for MoveState.

PREPARE_IN_PROGRESS

public static final MoveState PREPARE_IN_PROGRESS

Static value PrepareInProgress for MoveState.

PREPARE_PENDING

public static final MoveState PREPARE_PENDING

Static value PreparePending for MoveState.

RESOURCE_MOVE_COMPLETED

public static final MoveState RESOURCE_MOVE_COMPLETED

Static value ResourceMoveCompleted for MoveState.

Constructor Details

MoveState

public MoveState()

Method Details

fromString

public static MoveState fromString(String name)

Creates or finds a MoveState from its string representation.

Parameters:

name - a name to look for

Returns:

the corresponding MoveState

values

public static Collection values()

Returns:

known MoveState values

Applies to