Enum LoadBalancerIpAddressType

java.lang.Object
java.lang.Enum<LoadBalancerIpAddressType>
software.amazon.awscdk.cxapi.LoadBalancerIpAddressType
All Implemented Interfaces:
Serializable, Comparable<LoadBalancerIpAddressType>, java.lang.constant.Constable

@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)", date="2025-11-04T09:27:52.577Z") @Stability(Stable) public enum LoadBalancerIpAddressType extends Enum<LoadBalancerIpAddressType>
Load balancer ip address type.
  • Enum Constant Details

    • IPV4

      @Stability(Stable) public static final LoadBalancerIpAddressType IPV4
      IPV4 ip address.
    • DUAL_STACK

      @Stability(Stable) public static final LoadBalancerIpAddressType DUAL_STACK
      Dual stack address.
    • DUAL_STACK_WITHOUT_PUBLIC_IPV4

      @Stability(Stable) public static final LoadBalancerIpAddressType DUAL_STACK_WITHOUT_PUBLIC_IPV4
      IPv6 only public addresses, with private IPv4 and IPv6 addresses.
  • Method Details

    • values

      public static LoadBalancerIpAddressType[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static LoadBalancerIpAddressType valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum type has no constant with the specified name
      NullPointerException - if the argument is null