@Generated(value="jsii-pacmak/1.63.2 (build a8a8833)", date="2022-08-09T19:16:31.216Z") public enum LoadBalancerIpAddressType extends java.lang.Enum<LoadBalancerIpAddressType>
Enum Constant and Description |
---|
DUAL_STACK
Dual stack address.
|
IPV4
IPV4 ip address.
|
Modifier and Type | Method and Description |
---|---|
static LoadBalancerIpAddressType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LoadBalancerIpAddressType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LoadBalancerIpAddressType IPV4
public static final LoadBalancerIpAddressType DUAL_STACK
public static LoadBalancerIpAddressType[] values()
for (LoadBalancerIpAddressType c : LoadBalancerIpAddressType.values()) System.out.println(c);
public static LoadBalancerIpAddressType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null