#[allow(unused_imports)]useserde_json::Value;#[derive(Debug, Serialize, Deserialize)]pubstructStoragepoolStatusUnprovisionedItem{/// The drive bay number.
#[serde(rename ="bay")]pubbay:i32,
/// The node the drive is on.
#[serde(rename ="lnn")]publnn:i32,
}