Update doco for ip enhancements in vmware-govcd

This commit is contained in:
Jonathan Kinred 2016-01-14 09:30:45 +11:00
parent c2feea063b
commit 3156018f42
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
should join. If empty it will use the network name and query vCloud Director to discover
this
* `ip` - (Optional) The IP to assign to this vApp. If given the address must be within the `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
* `ip` - (Optional) The IP to assign to this vApp. Must be an IP address or
one of dhcp, allocated or none. If given the address must be within the
`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
* `power_on` - (Optional) A boolean value stating if this vApp should be powered on. Default to `true`