pub struct InfiniBandProperties {
pub associated_node_gui_ds: Option<Vec<String>>,
pub associated_port_gui_ds: Option<Vec<String>>,
pub associated_system_gui_ds: Option<Vec<String>>,
}
Expand description
InfiniBand-specific properties for a port.
Fields§
§associated_node_gui_ds: Option<Vec<String>>
An array of configured node GUIDs that are associated with this network port, including the programmed address of the lowest numbered network device function, the configured but not active address, if applicable, the address for hardware port teaming, or other network addresses.
associated_port_gui_ds: Option<Vec<String>>
An array of configured port GUIDs that are associated with this network port, including the programmed address of the lowest numbered network device function, the configured but not active address, if applicable, the address for hardware port teaming, or other network addresses.
associated_system_gui_ds: Option<Vec<String>>
An array of configured system GUIDs that are associated with this network port, including the programmed address of the lowest numbered network device function, the configured but not active address, if applicable, the address for hardware port teaming, or other network addresses.
Trait Implementations§
Source§impl Clone for InfiniBandProperties
impl Clone for InfiniBandProperties
Source§fn clone(&self) -> InfiniBandProperties
fn clone(&self) -> InfiniBandProperties
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
source
. Read more