Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 911 Bytes

OsBaseInstallConfig.md

File metadata and controls

15 lines (11 loc) · 911 Bytes

OsBaseInstallConfig

BaseInstallConfig models the configuration required to install OS.

Properties

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]

[Back to Model list] [Back to API list] [Back to README]