Class OsType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<OsType>
com.azure.resourcemanager.connectedvmware.models.OsType
Defines values for OsType.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic OsType
fromString
(String name) Creates or finds a OsType from its string representation.static Collection<OsType>
values()
Gets known OsType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
WINDOWS
Static value Windows for OsType. -
LINUX
Static value Linux for OsType. -
OTHER
Static value Other for OsType.
-
-
Constructor Details
-
OsType
public OsType()
-
-
Method Details
-
fromString
Creates or finds a OsType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding OsType.
-
values
Gets known OsType values.- Returns:
- known OsType values.
-