ResourceMoveState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. dataprotection. models. ResourceMoveState
- com.
- com.
public final class ResourceMoveState
extends ExpandableStringEnum<ResourceMoveState>
Resource move state for backup vault.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Resource |
COMMIT_FAILED
Static value Commit |
|
static final
Resource |
COMMIT_TIMEDOUT
Static value Commit |
|
static final
Resource |
CRITICAL_FAILURE
Static value Critical |
|
static final
Resource |
FAILED
Static value Failed for Resource |
|
static final
Resource |
IN_PROGRESS
Static value In |
|
static final
Resource |
MOVE_SUCCEEDED
Static value Move |
|
static final
Resource |
PARTIAL_SUCCESS
Static value Partial |
|
static final
Resource |
PREPARE_FAILED
Static value Prepare |
|
static final
Resource |
PREPARE_TIMEDOUT
Static value Prepare |
|
static final
Resource |
UNKNOWN
Static value Unknown for Resource |
Constructor Summary
| Constructor | Description |
|---|---|
| ResourceMoveState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Resource |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Resource |
fromString(String name)
Creates or finds a Resource |
|
static
Collection<Resource |
values()
Gets known Resource |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
COMMIT_FAILED
public static final ResourceMoveState COMMIT_FAILED
Static value CommitFailed for ResourceMoveState.
COMMIT_TIMEDOUT
public static final ResourceMoveState COMMIT_TIMEDOUT
Static value CommitTimedout for ResourceMoveState.
CRITICAL_FAILURE
public static final ResourceMoveState CRITICAL_FAILURE
Static value CriticalFailure for ResourceMoveState.
FAILED
public static final ResourceMoveState FAILED
Static value Failed for ResourceMoveState.
IN_PROGRESS
public static final ResourceMoveState IN_PROGRESS
Static value InProgress for ResourceMoveState.
MOVE_SUCCEEDED
public static final ResourceMoveState MOVE_SUCCEEDED
Static value MoveSucceeded for ResourceMoveState.
PARTIAL_SUCCESS
public static final ResourceMoveState PARTIAL_SUCCESS
Static value PartialSuccess for ResourceMoveState.
PREPARE_FAILED
public static final ResourceMoveState PREPARE_FAILED
Static value PrepareFailed for ResourceMoveState.
PREPARE_TIMEDOUT
public static final ResourceMoveState PREPARE_TIMEDOUT
Static value PrepareTimedout for ResourceMoveState.
UNKNOWN
public static final ResourceMoveState UNKNOWN
Static value Unknown for ResourceMoveState.
Constructor Details
ResourceMoveState
@Deprecated
public ResourceMoveState()
Deprecated
Creates a new instance of ResourceMoveState value.
Method Details
fromString
public static ResourceMoveState fromString(String name)
Creates or finds a ResourceMoveState from its string representation.
Parameters:
Returns:
values
public static Collection<ResourceMoveState> values()
Gets known ResourceMoveState values.
Returns: