Update loadbalancer docs with private ip allocation type. (#9780)

This commit is contained in:
Andreas Kyrris 2016-11-01 20:12:06 +00:00 committed by Paul Stack
parent 6cca7b3a05
commit b8e4b1c4af
1 changed files with 2 additions and 1 deletions

View File

@ -52,6 +52,7 @@ The following arguments are supported:
* `name` - (Required) Specifies the name of the frontend ip configuration.
* `subnet_id` - (Optional) Reference to subnet associated with the IP Configuration.
* `private_ip_address` - (Optional) Private IP Address to assign to the Load Balancer. The last one and first four IPs in any range are reserved and cannot be manually assigned.
* `private_ip_address_allocation` - (Optional) Defines how a private IP address is assigned. Options are Static or Dynamic.
* `public_ip_address_id` - (Optional) Reference to Public IP address to be associated with the Load Balancer.
## Attributes Reference