Module boot_parameters

Module boot_parameters 

Source
Expand description

BSS boot parameter queries, changeset preparation, and persistence.

Structs§

BootConfigChangeset
Result of preparing boot configuration changes.
GetBootParametersParams
Typed parameters for fetching boot parameters.
UpdateBootParametersParams
Typed parameters for updating boot parameters.

Functions§

add_boot_parameters
Add (create) boot parameters for specified nodes.
delete_boot_parameters
Delete boot parameters for the specified hosts.
get_boot_parameters
Fetch boot parameters for the specified nodes.
persist_boot_config
Persist boot configuration changes.
prepare_boot_config
Prepare boot configuration changes (no side effects).
update_boot_parameters
Update boot parameters for specified nodes.