packer-cn/website/pages/partials/builder/vsphere/common/WaitIpConfig-not-required.mdx
2020-04-07 17:53:26 -04:00

14 lines
811 B
Plaintext

<!-- Code generated from the comments of the WaitIpConfig struct in builder/vsphere/common/step_wait_for_ip.go; DO NOT EDIT MANUALLY -->
- `ip_wait_timeout` (duration string | ex: "1h5m2s") - Amount of time to wait for VM's IP, similar to 'ssh_timeout'.
Defaults to 30m (30 minutes). See the Goang
[ParseDuration](https://golang.org/pkg/time/#ParseDuration) documentation
for full details.
- `ip_settle_timeout` (duration string | ex: "1h5m2s") - Amount of time to wait for VM's IP to settle down, sometimes VM may
report incorrect IP initially, then its recommended to set that
parameter to apx. 2 minutes. Examples 45s and 10m. Defaults to
5s(5 seconds). See the Golang
[ParseDuration](https://golang.org/pkg/time/#ParseDuration) documentation
for full details.