java.lang.Object
com.microsoft.rest.ExpandableStringEnum<OSDiskType>
com.microsoft.azure.management.containerservice.OSDiskType

public final class OSDiskType extends com.microsoft.rest.ExpandableStringEnum<OSDiskType>
Defines values for OSDiskType.
  • Field Details

    • MANAGED

      public static final OSDiskType MANAGED
      Static value Managed for OSDiskType.
    • EPHEMERAL

      public static final OSDiskType EPHEMERAL
      Static value Ephemeral for OSDiskType.
  • Constructor Details

    • OSDiskType

      public OSDiskType()
  • Method Details

    • fromString

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

      public static Collection<OSDiskType> values()
      Returns:
      known OSDiskType values