AWSElasticLoadBalancingSetIpAddressTypeInput
Objective-C
@interface AWSElasticLoadBalancingSetIpAddressTypeInput
Swift
class AWSElasticLoadBalancingSetIpAddressTypeInput
-
Note: Internal load balancers must use the
ipv4IP address type.[Application Load Balancers] The IP address type. The possible values are
ipv4(for only IPv4 addresses),dualstack(for IPv4 and IPv6 addresses), anddualstack-without-public-ipv4(for IPv6 only public addresses, with private IPv4 and IPv6 addresses).[Network Load Balancers] The IP address type. The possible values are
ipv4(for only IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses). You can’t specifydualstackfor a load balancer with a UDP or TCP_UDP listener.[Gateway Load Balancers] The IP address type. The possible values are
ipv4(for only IPv4 addresses) anddualstack(for IPv4 and IPv6 addresses).Declaration
Objective-C
@property (nonatomic) AWSElasticLoadBalancingIpAddressType ipAddressType;Swift
var ipAddressType: AWSElasticLoadBalancingIpAddressType { get set } -
The Amazon Resource Name (ARN) of the load balancer.
Declaration
Objective-C
@property (nonatomic, strong) NSString *_Nullable loadBalancerArn;Swift
var loadBalancerArn: String? { get set }
View on GitHub
Install in Dash
AWSElasticLoadBalancingSetIpAddressTypeInput Class Reference