Package software.amazon.awscdk.cxapi
Enum LoadBalancerIpAddressType
- All Implemented Interfaces:
Serializable,Comparable<LoadBalancerIpAddressType>,java.lang.constant.Constable
@Generated(value="jsii-pacmak/1.126.0 (build 206d44b)",
date="2026-02-09T14:39:21.385Z")
@Stability(Deprecated)
@Deprecated
public enum LoadBalancerIpAddressType
extends Enum<LoadBalancerIpAddressType>
Deprecated.
(deprecated) Load balancer ip address type.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDeprecated.Deprecated.Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionstatic LoadBalancerIpAddressTypeDeprecated.Returns the enum constant of this type with the specified name.static LoadBalancerIpAddressType[]values()Deprecated.Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
IPV4
Deprecated.(deprecated) IPV4 ip address. -
DUAL_STACK
Deprecated.(deprecated) Dual stack address. -
DUAL_STACK_WITHOUT_PUBLIC_IPV4
@Stability(Deprecated) @Deprecated public static final LoadBalancerIpAddressType DUAL_STACK_WITHOUT_PUBLIC_IPV4Deprecated.(deprecated) IPv6 only public addresses, with private IPv4 and IPv6 addresses.
-
-
Method Details
-
values
Deprecated.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
Deprecated.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 nameNullPointerException- if the argument is null
-
@aws-cdk/cloud-assembly-api.