public final class AllocationState extends com.microsoft.rest.ExpandableStringEnum<AllocationState>
| Modifier and Type | Field and Description |
|---|---|
static AllocationState |
RESIZING
Static value resizing for AllocationState.
|
static AllocationState |
STEADY
Static value steady for AllocationState.
|
| Constructor and Description |
|---|
AllocationState() |
| Modifier and Type | Method and Description |
|---|---|
static AllocationState |
fromString(String name)
Creates or finds a AllocationState from its string representation.
|
static Collection<AllocationState> |
values() |
public static final AllocationState STEADY
public static final AllocationState RESIZING
public static AllocationState fromString(String name)
name - a name to look forpublic static Collection<AllocationState> values()
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/