pub type Network = NetworkStats;
👎Deprecated since 0.8.0: Please use
docker_sdk::container::NetworkStats
. This will be removed in 0.9.0.Aliased Type§
pub struct Network {
pub rx_dropped: u64,
pub rx_bytes: u64,
pub rx_errors: u64,
pub tx_packets: u64,
pub tx_dropped: u64,
pub rx_packets: u64,
pub tx_errors: u64,
pub tx_bytes: u64,
}
Fields§
§rx_dropped: u64
§rx_bytes: u64
§rx_errors: u64
§tx_packets: u64
§tx_dropped: u64
§rx_packets: u64
§tx_errors: u64
§tx_bytes: u64