Struct redfish_codegen::models::port::v1_8_0::FunctionMinBandwidth
source · pub struct FunctionMinBandwidth {
pub allocation_percent: Option<i64>,
pub network_device_function: Option<IdRef>,
}
Expand description
A minimum bandwidth allocation percentage for a network device functions associated a port.
Fields§
§allocation_percent: Option<i64>
The minimum bandwidth allocation percentage allocated to the corresponding network device function instance.
network_device_function: Option<IdRef>
Trait Implementations§
source§impl Clone for FunctionMinBandwidth
impl Clone for FunctionMinBandwidth
source§fn clone(&self) -> FunctionMinBandwidth
fn clone(&self) -> FunctionMinBandwidth
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 FunctionMinBandwidth
impl Debug for FunctionMinBandwidth
source§impl Default for FunctionMinBandwidth
impl Default for FunctionMinBandwidth
source§fn default() -> FunctionMinBandwidth
fn default() -> FunctionMinBandwidth
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for FunctionMinBandwidth
impl<'de> Deserialize<'de> for FunctionMinBandwidth
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