Class NginxIngressControllerType

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

public final class NginxIngressControllerType extends com.azure.core.util.ExpandableStringEnum<NginxIngressControllerType>
Ingress type for the default NginxIngressController custom resource.
  • Field Details

  • Constructor Details

    • NginxIngressControllerType

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

    • fromString

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

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