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:
commit
edf0d03960
|
@ -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`
|
||||
|
|
Loading…
Reference in New Issue