BaseInstallConfig models the configuration required to install OS.
Name | Type | Description | Notes |
---|---|---|---|
additional_parameters | list[OsPlaceHolder] | [optional] | |
answers | OsAnswers | [optional] | |
description | str | User provided description about the OS install configuration. | [optional] |
install_method | str | The install method to be used for OS installation - vMedia, iPXE. Only vMedia is supported as of now. | [optional] [default to 'vMedia'] |
operating_system_parameters | OsOperatingSystemParameters | [optional] |