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

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

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

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static OsTypeUM
    Creates or finds a OsTypeUM from its string representation.
    Gets known OsTypeUM 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 OsTypeUM WINDOWS
      Static value Windows for OsTypeUM.
    • LINUX

      public static final OsTypeUM LINUX
      Static value Linux 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:
      name - a name to look for.
      Returns:
      the corresponding OsTypeUM.
    • values

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