Class NodeSizeFamily

java.lang.Object
com.azure.core.util.ExpandableStringEnum<NodeSizeFamily>
com.azure.resourcemanager.synapse.models.NodeSizeFamily

public final class NodeSizeFamily extends com.azure.core.util.ExpandableStringEnum<NodeSizeFamily>
The kind of nodes that the Big Data pool provides.
  • Field Details

    • NONE

      public static final NodeSizeFamily NONE
      Static value None for NodeSizeFamily.
    • MEMORY_OPTIMIZED

      public static final NodeSizeFamily MEMORY_OPTIMIZED
      Static value MemoryOptimized for NodeSizeFamily.
    • HARDWARE_ACCELERATED_FPGA

      public static final NodeSizeFamily HARDWARE_ACCELERATED_FPGA
      Static value HardwareAcceleratedFPGA for NodeSizeFamily.
    • HARDWARE_ACCELERATED_GPU

      public static final NodeSizeFamily HARDWARE_ACCELERATED_GPU
      Static value HardwareAcceleratedGPU for NodeSizeFamily.
  • Constructor Details

    • NodeSizeFamily

      @Deprecated public NodeSizeFamily()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of NodeSizeFamily value.
  • Method Details

    • fromString

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

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