elb_detach_load_balancer_from_subnets {paws.networking} | R Documentation |
Removes the specified subnets from the set of configured subnets for the load balancer
Description
Removes the specified subnets from the set of configured subnets for the load balancer.
See https://www.paws-r-sdk.com/docs/elb_detach_load_balancer_from_subnets/ for full documentation.
Usage
elb_detach_load_balancer_from_subnets(LoadBalancerName, Subnets)
Arguments
LoadBalancerName |
[required] The name of the load balancer. |
Subnets |
[required] The IDs of the subnets. |
[Package paws.networking version 0.9.0 Index]