Class KubeletDiskType

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

public final class KubeletDiskType extends com.azure.core.util.ExpandableStringEnum<KubeletDiskType>
Determines the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.
  • Field Details

    • OS

      public static final KubeletDiskType OS
      Static value OS for KubeletDiskType.
    • TEMPORARY

      public static final KubeletDiskType TEMPORARY
      Static value Temporary for KubeletDiskType.
  • Constructor Details

    • KubeletDiskType

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

    • fromString

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

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