Trait redfish_codegen::api::v1::computer_system_detail::boot_options::BootOptions
source · pub trait BootOptions {
// Required methods
fn get(
resource_block_id: String,
computer_system_id: String
) -> BootOptionsGetResponse;
fn post(
resource_block_id: String,
computer_system_id: String,
body: BootOption
) -> BootOptionsPostResponse;
}