Struct podman_api_stubs::models::ContainerNetworkConfig[][src]

pub struct ContainerNetworkConfig {
Show 16 fields pub aliases: Option<HashMap<String, Vec<String>>>, pub cni_networks: Option<Vec<String>>, pub dns_option: Option<Vec<String>>, pub dns_search: Option<Vec<String>>, pub dns_server: Option<Vec<Ip>>, pub expose: Option<Value>, pub hostadd: Option<Vec<String>>, pub netns: Option<Namespace>, pub network_options: Option<HashMap<String, Vec<String>>>, pub portmappings: Option<Vec<PortMapping>>, pub publish_image_ports: Option<bool>, pub static_ip: Option<Ip>, pub static_ipv6: Option<Ip>, pub static_mac: Option<HardwareAddr>, pub use_image_hosts: Option<bool>, pub use_image_resolve_conf: Option<bool>,
}
Expand description

ContainerNetworkConfig contains information on a container’s network configuration.

Fields

aliases: Option<HashMap<String, Vec<String>>>cni_networks: Option<Vec<String>>dns_option: Option<Vec<String>>dns_search: Option<Vec<String>>dns_server: Option<Vec<Ip>>expose: Option<Value>hostadd: Option<Vec<String>>netns: Option<Namespace>network_options: Option<HashMap<String, Vec<String>>>portmappings: Option<Vec<PortMapping>>publish_image_ports: Option<bool>static_ip: Option<Ip>static_ipv6: Option<Ip>static_mac: Option<HardwareAddr>use_image_hosts: Option<bool>use_image_resolve_conf: Option<bool>

Implementations

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.