Class GpuDriver
java.lang.Object
com.azure.core.util.ExpandableStringEnum<GpuDriver>
com.azure.resourcemanager.containerservice.models.GpuDriver
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
Whether to install GPU drivers. When it's not specified, default is Install.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic GpuDriverfromString(String name) Creates or finds a GpuDriver from its string representation.static Collection<GpuDriver> values()Gets known GpuDriver values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
INSTALL
Static value Install for GpuDriver. -
NONE
Static value None for GpuDriver.
-
-
Constructor Details
-
GpuDriver
Deprecated.Use thefromString(String)factory method.Creates a new instance of GpuDriver value.
-
-
Method Details
-
fromString
Creates or finds a GpuDriver from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding GpuDriver.
-
values
Gets known GpuDriver values.- Returns:
- known GpuDriver values.
-
fromString(String)factory method.