Struct redfish_codegen::models::storage::v1_12_0::StorageControllerLinks
source · pub struct StorageControllerLinks {
pub endpoints: Option<Vec<IdRef>>,
pub endpoints_odata_count: Option<Count>,
pub oem: Option<Oem>,
pub pcie_functions: Option<Vec<IdRef>>,
pub pcie_functions_odata_count: Option<Count>,
pub storage_services: Option<Vec<IdRef>>,
pub storage_services_odata_count: Option<Count>,
}
Expand description
The links to other resources that are related to this resource.
Fields§
§endpoints: Option<Vec<IdRef>>
An array of links to the endpoints that connect to this controller.
endpoints_odata_count: Option<Count>
§oem: Option<Oem>
§pcie_functions: Option<Vec<IdRef>>
An array of links to the PCIe functions that the storage controller produces.
pcie_functions_odata_count: Option<Count>
§storage_services: Option<Vec<IdRef>>
An array of links to the storage services that connect to this controller.
storage_services_odata_count: Option<Count>
Trait Implementations§
source§impl Clone for StorageControllerLinks
impl Clone for StorageControllerLinks
source§fn clone(&self) -> StorageControllerLinks
fn clone(&self) -> StorageControllerLinks
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 StorageControllerLinks
impl Debug for StorageControllerLinks
source§impl Default for StorageControllerLinks
impl Default for StorageControllerLinks
source§fn default() -> StorageControllerLinks
fn default() -> StorageControllerLinks
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StorageControllerLinks
impl<'de> Deserialize<'de> for StorageControllerLinks
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