pub struct BootTargets {
pub wwpn: Option<Option<String>>,
pub lunid: Option<Option<String>>,
pub boot_priority: Option<Option<Int64>>,
}Expand description
A Fibre Channel boot target configured for a network device function.
This type shall describe a Fibre Channel boot target configured for a network device function.
Fields§
§wwpn: Option<Option<String>>The World Wide Port Name (WWPN) from which to boot.
This property shall contain World Wide Port Name (WWPN) from which to boot.
lunid: Option<Option<String>>The logical unit number (LUN) ID from which to boot on the device to which the corresponding WWPN refers.
This property shall contain the logical unit number (LUN) ID from which to boot on the device to which the corresponding WWPN refers.
boot_priority: Option<Option<Int64>>The relative priority for this entry in the boot targets array.
This property shall contain the relative priority for this entry in the boot targets array. Lower
numbers shall represent higher priority, with zero being the highest priority. The BootPriority
shall be unique for all entries of the BootTargets array.
Trait Implementations§
Source§impl Debug for BootTargets
impl Debug for BootTargets
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>,
impl Send for BootTargets
SAFETY: All generated data types are Send
impl Sync for BootTargets
SAFETY: All generated data types are Sync