public final class ManagementOperationState extends ExpandableStringEnum<ManagementOperationState>
Modifier and Type | Field and Description |
---|---|
static ManagementOperationState |
CANCEL_IN_PROGRESS
Static value CancelInProgress for ManagementOperationState.
|
static ManagementOperationState |
CANCELLED
Static value Cancelled for ManagementOperationState.
|
static ManagementOperationState |
FAILED
Static value Failed for ManagementOperationState.
|
static ManagementOperationState |
IN_PROGRESS
Static value InProgress for ManagementOperationState.
|
static ManagementOperationState |
PENDING
Static value Pending for ManagementOperationState.
|
static ManagementOperationState |
SUCCEEDED
Static value Succeeded for ManagementOperationState.
|
Constructor and Description |
---|
ManagementOperationState() |
Modifier and Type | Method and Description |
---|---|
static ManagementOperationState |
fromString(String name)
Creates or finds a ManagementOperationState from its string representation.
|
static Collection<ManagementOperationState> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final ManagementOperationState PENDING
public static final ManagementOperationState IN_PROGRESS
public static final ManagementOperationState SUCCEEDED
public static final ManagementOperationState FAILED
public static final ManagementOperationState CANCEL_IN_PROGRESS
public static final ManagementOperationState CANCELLED
public static ManagementOperationState fromString(String name)
name
- a name to look forpublic static Collection<ManagementOperationState> values()
Copyright © 2019. All rights reserved.