MoveCost Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. servicefabric. models. MoveCost
- com.
- com.
public final class MoveCost
extends ExpandableStringEnum<MoveCost>
Specifies the move cost for the service.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Move |
HIGH
Static value High for Move |
|
static final
Move |
LOW
Static value Low for Move |
|
static final
Move |
MEDIUM
Static value Medium for Move |
|
static final
Move |
ZERO
Static value Zero for Move |
Constructor Summary
| Constructor | Description |
|---|---|
| MoveCost() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Move |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Move |
fromString(String name)
Creates or finds a Move |
|
static
Collection<Move |
values()
Gets known Move |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
HIGH
public static final MoveCost HIGH
Static value High for MoveCost.
LOW
public static final MoveCost LOW
Static value Low for MoveCost.
MEDIUM
public static final MoveCost MEDIUM
Static value Medium for MoveCost.
ZERO
public static final MoveCost ZERO
Static value Zero for MoveCost.
Constructor Details
MoveCost
@Deprecated
public MoveCost()
Deprecated
Creates a new instance of MoveCost value.
Method Details
fromString
public static MoveCost fromString(String name)
Creates or finds a MoveCost from its string representation.
Parameters:
Returns:
values
public static Collection<MoveCost> values()
Gets known MoveCost values.
Returns: