Struct redfish_codegen::models::network_device_function::v1_9_0::Links
source · pub struct Links {
pub endpoints: Option<Vec<IdRef>>,
pub endpoints_odata_count: Option<Count>,
pub ethernet_interface: Option<IdRef>,
pub ethernet_interfaces: Option<Vec<IdRef>>,
pub ethernet_interfaces_odata_count: Option<Count>,
pub oem: Option<Oem>,
pub offload_processors: Option<Vec<IdRef>>,
pub offload_processors_odata_count: Option<Count>,
pub offload_system: Option<IdRef>,
pub pcie_function: Option<IdRef>,
pub physical_network_port_assignment: Option<IdRef>,
pub physical_port_assignment: Option<IdRef>,
}
Expand description
The links to other resources that are related to this resource.
Fields§
§endpoints: Option<Vec<IdRef>>
An array of links to endpoints associated with this network device function.
endpoints_odata_count: Option<Count>
§ethernet_interface: Option<IdRef>
§ethernet_interfaces: Option<Vec<IdRef>>
The links to Ethernet interfaces that were created when one of the network device function VLANs is represented as a virtual NIC for the purpose of showing the IP address associated with that VLAN.
ethernet_interfaces_odata_count: Option<Count>
§oem: Option<Oem>
§offload_processors: Option<Vec<IdRef>>
The processors that perform offload computation for this network function, such as with a SmartNIC.
offload_processors_odata_count: Option<Count>
§offload_system: Option<IdRef>
§pcie_function: Option<IdRef>
§physical_network_port_assignment: Option<IdRef>
§physical_port_assignment: Option<IdRef>
Trait Implementations§
source§impl<'de> Deserialize<'de> for Links
impl<'de> Deserialize<'de> for Links
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