Port

Type Alias Port 

Source
pub type Port = Port;
👎Deprecated since 0.8.0: Please use docker_sdk::container::Port. This will be removed in 0.9.0.

Aliased Type§

pub struct Port {
    pub ip: Option<String>,
    pub private_port: u64,
    pub public_port: Option<u64>,
    pub typ: String,
}

Fields§

§ip: Option<String>§private_port: u64§public_port: Option<u64>§typ: String