pub type NetworkSettings = NetworkSettings;
👎Deprecated since 0.8.0: Please use
docker_sdk::network::NetworkSettings
. This will be removed in 0.9.0.Aliased Type§
pub struct NetworkSettings {
pub bridge: String,
pub gateway: String,
pub ip_address: String,
pub ip_prefix_len: u64,
pub mac_address: String,
pub ports: Option<HashMap<String, Option<Vec<HashMap<String, String>>>>>,
pub networks: HashMap<String, NetworkEntry>,
}
Fields§
§bridge: String
§gateway: String
§ip_address: String
§ip_prefix_len: u64
§mac_address: String
§ports: Option<HashMap<String, Option<Vec<HashMap<String, String>>>>>
§networks: HashMap<String, NetworkEntry>