Struct redfish_codegen::models::network_device_function::v1_9_0::HTTPBoot
source · pub struct HTTPBoot {
pub boot_media_uri: Option<String>,
}
Expand description
The HTTP and HTTPS boot capabilities, status, and configuration for a network device function.
Fields§
§boot_media_uri: Option<String>
The URI of the boot media loaded with this network device function.
Trait Implementations§
source§impl<'de> Deserialize<'de> for HTTPBoot
impl<'de> Deserialize<'de> for HTTPBoot
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more