Enum redfish_codegen::models::port::v1_8_0::LinkNetworkTechnology
source · pub enum LinkNetworkTechnology {
Ethernet,
InfiniBand,
FibreChannel,
GenZ,
PCIe,
}
Variants§
Ethernet
The port is capable of connecting to an Ethernet network.
InfiniBand
The port is capable of connecting to an InfiniBand network.
FibreChannel
The port is capable of connecting to a Fibre Channel network.
GenZ
The port is capable of connecting to a Gen-Z fabric.
PCIe
The port is capable of connecting to PCIe and CXL fabrics. Added in version v1_8_0.
Trait Implementations§
source§impl Clone for LinkNetworkTechnology
impl Clone for LinkNetworkTechnology
source§fn clone(&self) -> LinkNetworkTechnology
fn clone(&self) -> LinkNetworkTechnology
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 LinkNetworkTechnology
impl Debug for LinkNetworkTechnology
source§impl Default for LinkNetworkTechnology
impl Default for LinkNetworkTechnology
source§fn default() -> LinkNetworkTechnology
fn default() -> LinkNetworkTechnology
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LinkNetworkTechnology
impl<'de> Deserialize<'de> for LinkNetworkTechnology
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