java.lang.Object
com.microsoft.rest.ExpandableStringEnum<OutboundType>
com.microsoft.azure.management.containerservice.OutboundType

public final class OutboundType extends com.microsoft.rest.ExpandableStringEnum<OutboundType>
Defines values for OutboundType.
  • Field Details

    • LOAD_BALANCER

      public static final OutboundType LOAD_BALANCER
      Static value loadBalancer for OutboundType.
    • USER_DEFINED_ROUTING

      public static final OutboundType USER_DEFINED_ROUTING
      Static value userDefinedRouting for OutboundType.
  • Constructor Details

    • OutboundType

      public OutboundType()
  • Method Details

    • fromString

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

      public static Collection<OutboundType> values()
      Returns:
      known OutboundType values