Struct redfish_codegen::models::aggregation_source::v1_3_1::Links
source · pub struct Links {
pub connection_method: Option<IdRef>,
pub oem: Option<Oem>,
pub resources_accessed: Option<Vec<IdRef>>,
pub resources_accessed_odata_count: Option<Count>,
}
Expand description
The links to other resources that are related to this resource.
Fields§
§connection_method: Option<IdRef>
§oem: Option<Oem>
§resources_accessed: Option<Vec<IdRef>>
An array links to the resources added to the service through this aggregation source. It is recommended that this be the minimal number of properties needed to find the resources that would be lost when the aggregation source is deleted.
resources_accessed_odata_count: Option<Count>
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