pub struct GetKernelParametersParams {
pub hsm_group: Option<String>,
pub nodes: Option<String>,
pub settings_hsm_group_name: Option<String>,
}Expand description
Typed parameters for fetching kernel boot parameters.
Fields§
§hsm_group: Option<String>HSM group whose members’ kernel parameters should be returned.
nodes: Option<String>Explicit comma-separated xnames; mutually exclusive with
hsm_group.
settings_hsm_group_name: Option<String>Operator default from cli.toml’s parent_hsm_group, used
when neither hsm_group nor nodes is supplied.
Auto Trait Implementations§
impl Freeze for GetKernelParametersParams
impl RefUnwindSafe for GetKernelParametersParams
impl Send for GetKernelParametersParams
impl Sync for GetKernelParametersParams
impl Unpin for GetKernelParametersParams
impl UnsafeUnpin for GetKernelParametersParams
impl UnwindSafe for GetKernelParametersParams
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more