java.lang.Object
com.azure.core.util.ExpandableStringEnum<GpuDriver>
com.azure.resourcemanager.containerservice.models.GpuDriver
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class GpuDriver extends com.azure.core.util.ExpandableStringEnum<GpuDriver>
Whether to install GPU drivers. When it's not specified, default is Install.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final GpuDriver
    Static value Install for GpuDriver.
    static final GpuDriver
    Static value None for GpuDriver.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

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

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

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • INSTALL

      public static final GpuDriver INSTALL
      Static value Install for GpuDriver.
    • NONE

      public static final GpuDriver NONE
      Static value None for GpuDriver.
  • Constructor Details

  • Method Details

    • fromString

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

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