pub async fn add_boot_parameters(
infra: &InfraContext<'_>,
token: &str,
boot_parameters: &BootParameters,
) -> Result<(), Error>Expand description
Add (create) boot parameters for specified nodes.
pub async fn add_boot_parameters(
infra: &InfraContext<'_>,
token: &str,
boot_parameters: &BootParameters,
) -> Result<(), Error>Add (create) boot parameters for specified nodes.