OsTypeUM Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. connectedvmware. models. OsTypeUM
- com.
- com.
public final class OsTypeUM
extends ExpandableStringEnum<OsTypeUM>
Defines values for OsTypeUM.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Os |
LINUX
Static value Linux for Os |
|
static final
Os |
WINDOWS
Static value Windows for Os |
Constructor Summary
| Constructor | Description | |
|---|---|---|
| OsTypeUM() | ||
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Os |
fromString(String name)
Creates or finds a Os |
|
static
Collection<Os |
values()
Gets known Os |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
LINUX
public static final OsTypeUM LINUX
Static value Linux for OsTypeUM.
WINDOWS
public static final OsTypeUM WINDOWS
Static value Windows for OsTypeUM.
Constructor Details
OsTypeUM
public OsTypeUM()
Method Details
fromString
public static OsTypeUM fromString(String name)
Creates or finds a OsTypeUM from its string representation.
Parameters:
Returns:
values
public static Collection<OsTypeUM> values()
Gets known OsTypeUM values.
Returns: