pub type SystemDiskUsage = SystemDfReport;Expand description
SystemDfReport describes the response for df information
Aliased Type§
pub struct SystemDiskUsage {
pub containers: Option<Vec<SystemDfContainerReport>>,
pub images: Option<Vec<SystemDfImageReport>>,
pub volumes: Option<Vec<SystemDfVolumeReport>>,
}Fields§
§containers: Option<Vec<SystemDfContainerReport>>§images: Option<Vec<SystemDfImageReport>>§volumes: Option<Vec<SystemDfVolumeReport>>