VersionState Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. mobilenetwork. models. VersionState
- com.
- com.
public final class VersionState
extends ExpandableStringEnum<VersionState>
The state of this packet core control plane version.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Version |
ACTIVE
Static value Active for Version |
|
static final
Version |
DEPRECATED
Static value Deprecated for Version |
|
static final
Version |
PREVIEW
Static value Preview for Version |
|
static final
Version |
UNKNOWN
Static value Unknown for Version |
|
static final
Version |
VALIDATING
Static value Validating for Version |
|
static final
Version |
VALIDATION_FAILED
Static value Validation |
Constructor Summary
| Constructor | Description |
|---|---|
| VersionState() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Version |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Version |
fromString(String name)
Creates or finds a Version |
|
static
Collection<Version |
values()
Gets known Version |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ACTIVE
public static final VersionState ACTIVE
Static value Active for VersionState.
DEPRECATED
public static final VersionState DEPRECATED
Static value Deprecated for VersionState.
PREVIEW
public static final VersionState PREVIEW
Static value Preview for VersionState.
UNKNOWN
public static final VersionState UNKNOWN
Static value Unknown for VersionState.
VALIDATING
public static final VersionState VALIDATING
Static value Validating for VersionState.
VALIDATION_FAILED
public static final VersionState VALIDATION_FAILED
Static value ValidationFailed for VersionState.
Constructor Details
VersionState
@Deprecated
public VersionState()
Deprecated
Creates a new instance of VersionState value.
Method Details
fromString
public static VersionState fromString(String name)
Creates or finds a VersionState from its string representation.
Parameters:
Returns:
values
public static Collection<VersionState> values()
Gets known VersionState values.
Returns: