Class BackendPoolType

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

public final class BackendPoolType extends com.azure.core.util.ExpandableStringEnum<BackendPoolType>
The type of the managed inbound Load Balancer BackendPool.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final BackendPoolType
    The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend.
    static final BackendPoolType
    The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend.
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated.
    Use the fromString(String) factory method.
  • Method Summary

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

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

    equals, fromString, getValue, hashCode, toString, values

    Methods inherited from class Object

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

    • NODE_IPCONFIGURATION

      public static final BackendPoolType NODE_IPCONFIGURATION
      The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend.
    • NODE_IP

      public static final BackendPoolType NODE_IP
      The type of the managed inbound Load Balancer BackendPool. https://cloud-provider-azure.sigs.k8s.io/topics/loadbalancer/#configure-load-balancer-backend.
  • Constructor Details

    • BackendPoolType

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

    • fromString

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

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