Modify Ip Pools
elbv2_modify_ip_pools | R Documentation |
[Application Load Balancers] Modify the IP pool associated to a load balancer¶
Description¶
[Application Load Balancers] Modify the IP pool associated to a load balancer.
Usage¶
elbv2_modify_ip_pools(LoadBalancerArn, IpamPools, RemoveIpamPools)
Arguments¶
LoadBalancerArn |
[required] The Amazon Resource Name (ARN) of the load balancer. |
IpamPools |
The IPAM pools to be modified. |
RemoveIpamPools |
Remove the IP pools in use by the load balancer. |
Value¶
A list with the following syntax:
list(
IpamPools = list(
Ipv4IpamPoolId = "string"
)
)
Request syntax¶
svc$modify_ip_pools(
LoadBalancerArn = "string",
IpamPools = list(
Ipv4IpamPoolId = "string"
),
RemoveIpamPools = list(
"ipv4"
)
)