java.lang.Object
com.azure.core.util.ExpandableStringEnum<HostType>
com.azure.resourcemanager.extendedlocation.models.HostType

public final class HostType extends com.azure.core.util.ExpandableStringEnum<HostType>
Defines values for HostType.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final HostType
    Static value Kubernetes for HostType.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

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

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

    equals, fromString, hashCode, toString, values

    Methods inherited from class java.lang.Object

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

    • KUBERNETES

      public static final HostType KUBERNETES
      Static value Kubernetes for HostType.
  • Constructor Details

    • HostType

      public HostType()
  • Method Details

    • fromString

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

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