java.lang.Object
com.azure.core.util.ExpandableStringEnum<OsType>
com.azure.resourcemanager.connectedvmware.models.OsType

public final class OsType extends com.azure.core.util.ExpandableStringEnum<OsType>
Defines values for OsType.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final OsType
    Static value Linux for OsType.
    static final OsType
    Static value Other for OsType.
    static final OsType
    Static value Windows for OsType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static OsType
    Creates or finds a OsType from its string representation.
    Gets known OsType values.

    Methods inherited from class com.azure.core.util.ExpandableStringEnum

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Field Details

    • WINDOWS

      public static final OsType WINDOWS
      Static value Windows for OsType.
    • LINUX

      public static final OsType LINUX
      Static value Linux for OsType.
    • OTHER

      public static final OsType OTHER
      Static value Other for OsType.
  • Constructor Details

    • OsType

      public OsType()
  • Method Details

    • fromString

      public static OsType fromString(String name)
      Creates or finds a OsType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding OsType.
    • values

      public static Collection<OsType> values()
      Gets known OsType values.
      Returns:
      known OsType values.