Merge pull request #5129 from jkinred/vcd-doco-ip-allocation-from-pool

provider/vcd - Update doco for ip enhancements in vmware-govcd
This commit is contained in:
James Nugent 2016-02-14 09:41:43 -08:00
commit edf0d03960
1 changed files with 5 additions and 3 deletions

View File

@ -52,8 +52,10 @@ The following arguments are supported:
* `network_href` - (Optional) The vCloud Director generated href of the network this vApp * `network_href` - (Optional) The vCloud Director generated href of the network this vApp
should join. If empty it will use the network name and query vCloud Director to discover should join. If empty it will use the network name and query vCloud Director to discover
this this
* `ip` - (Optional) The IP to assign to this vApp. If given the address must be within the `static_ip_pool` * `ip` - (Optional) The IP to assign to this vApp. Must be an IP address or
set for the network. If left blank, and the network has `dhcp_pool` set with at least one available IP then one of dhcp, allocated or none. If given the address must be within the
this will be set with DHCP `static_ip_pool` set for the network. If left blank, and the network has
`dhcp_pool` set with at least one available IP then this will be set with
DHCP.
* `metadata` - (Optional) Key value map of metadata to assign to this vApp * `metadata` - (Optional) Key value map of metadata to assign to this vApp
* `power_on` - (Optional) A boolean value stating if this vApp should be powered on. Default to `true` * `power_on` - (Optional) A boolean value stating if this vApp should be powered on. Default to `true`