OsType Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. connectedvmware. models. OsType
- com.
- com.
public final class OsType
extends ExpandableStringEnum<OsType>
Defines the different types of VM guest operating systems.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Os |
LINUX
Static value Linux for Os |
|
static final
Os |
OTHER
Static value Other for Os |
|
static final
Os |
WINDOWS
Static value Windows for Os |
Constructor Summary
| Constructor | Description |
|---|---|
| OsType() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Os |
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 OsType LINUX
Static value Linux for OsType.
OTHER
public static final OsType OTHER
Static value Other for OsType.
WINDOWS
public static final OsType WINDOWS
Static value Windows for OsType.
Constructor Details
OsType
@Deprecated
public OsType()
Deprecated
Creates a new instance of OsType value.
Method Details
fromString
public static OsType fromString(String name)
Creates or finds a OsType from its string representation.
Parameters:
Returns:
values
public static Collection<OsType> values()
Gets known OsType values.
Returns: