Struct redfish_codegen::models::port::v1_8_0::LinkConfiguration
source · pub struct LinkConfiguration {
pub auto_speed_negotiation_capable: Option<bool>,
pub auto_speed_negotiation_enabled: Option<bool>,
pub capable_link_speed_gbps: Option<Vec<f64>>,
pub configured_network_links: Option<Vec<ConfiguredNetworkLink>>,
}
Expand description
Properties of the link for which this port is configured.
Fields§
§auto_speed_negotiation_capable: Option<bool>
An indication of whether the port is capable of autonegotiating speed.
auto_speed_negotiation_enabled: Option<bool>
Controls whether this port is configured to enable autonegotiating speed.
capable_link_speed_gbps: Option<Vec<f64>>
The set of link speed capabilities of this port.
configured_network_links: Option<Vec<ConfiguredNetworkLink>>
The set of link speed and width pairs this port is configured to use for autonegotiation.
Trait Implementations§
source§impl Clone for LinkConfiguration
impl Clone for LinkConfiguration
source§fn clone(&self) -> LinkConfiguration
fn clone(&self) -> LinkConfiguration
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 LinkConfiguration
impl Debug for LinkConfiguration
source§impl Default for LinkConfiguration
impl Default for LinkConfiguration
source§fn default() -> LinkConfiguration
fn default() -> LinkConfiguration
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for LinkConfiguration
impl<'de> Deserialize<'de> for LinkConfiguration
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