Struct redfish_codegen::models::network_device_function::v1_9_0::BootTargets
source · pub struct BootTargets {
pub boot_priority: Option<i64>,
pub lunid: Option<String>,
pub wwpn: Option<String>,
}
Expand description
A Fibre Channel boot target configured for a network device function.
Fields§
§boot_priority: Option<i64>
The relative priority for this entry in the boot targets array.
lunid: Option<String>
The logical unit number (LUN) ID from which to boot on the device to which the corresponding WWPN refers.
wwpn: Option<String>
The World Wide Port Name (WWPN) from which to boot.
Trait Implementations§
source§impl Clone for BootTargets
impl Clone for BootTargets
source§fn clone(&self) -> BootTargets
fn clone(&self) -> BootTargets
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for BootTargets
impl Debug for BootTargets
source§impl Default for BootTargets
impl Default for BootTargets
source§fn default() -> BootTargets
fn default() -> BootTargets
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BootTargets
impl<'de> Deserialize<'de> for BootTargets
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