docs (builder/oracle-oci): add reference to image_launch_mode

This commit is contained in:
js-g 2020-10-20 22:47:39 -04:00
parent ba6173b84c
commit ab23014489
1 changed files with 5 additions and 0 deletions

View File

@ -177,6 +177,11 @@ can also be supplied to override the typical auto-generated key:
Sets the [BootVolumeSizeInGBs](https://godoc.org/github.com/oracle/oci-go-sdk/core#InstanceConfigurationInstanceSourceViaImageDetails) Sets the [BootVolumeSizeInGBs](https://godoc.org/github.com/oracle/oci-go-sdk/core#InstanceConfigurationInstanceSourceViaImageDetails)
when launching the instance. Defaults to `50`. when launching the instance. Defaults to `50`.
- `image_launch_mode` (string) - Specifies the configuration mode for launching instances.
Valid values are `"NATIVE"`, `"EMULATED"`, `"PARAVIRTUALIZED"`, and `"CUSTOM"`. See the
[Oracle CLI docs](https://docs.cloud.oracle.com/en-us/iaas/tools/oci-cli/2.12.5/oci_cli_docs/cmdref/compute/image/create.html#cmdoption-launch-mode)
for more information about these modes.
- `use_private_ip` (boolean) - Use private ip addresses to connect to the - `use_private_ip` (boolean) - Use private ip addresses to connect to the
instance via ssh. instance via ssh.