1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
This commit is contained in:
Zhijun Zhao 2017-12-28 19:17:50 +08:00 committed by Matt Davis
parent f0198cc39a
commit addc714e7c

View file

@ -426,7 +426,7 @@ class AzureRMLoadBalancer(AzureRMModuleBase):
load_balancer_props['inbound_nat_pools'] = [
self.network_models.InboundNatPool(
name=inbound_nat_pool_name,
frontend_ip_configuration=Subnet(id=frontend_ip_config_id),
frontend_ip_configuration=self.network_models.Subnet(id=frontend_ip_config_id),
protocol=self.natpool_protocol,
frontend_port_range_start=self.natpool_frontend_port_start,
frontend_port_range_end=self.natpool_frontend_port_end,