Struct docker_api::api::network::opts::ContainerConnectionOptsBuilder [−][src]
pub struct ContainerConnectionOptsBuilder { /* fields omitted */ }
Implementations
Endpoint’s IPAM configuration.
pub fn aliases<A, S>(&mut self, aliases: A) -> &mut Self where
A: IntoIterator<Item = S>,
S: AsRef<str> + Serialize,
pub fn links<L, S>(&mut self, links: L) -> &mut Self where
L: IntoIterator<Item = S>,
S: AsRef<str> + Serialize,
Unique ID of the network.
Unique ID for the service endpoint in a Sandbox.
Gateway address for this network.
Mask length of the IPv4 address.
IPv6 gateway address.
Global IPv6 address.
Mask length of the global IPv6 address.
MAC address for the endpoint on this network.
DriverOpts is a mapping of driver options and values. These options are passed directly to the driver and are driver specific.
Trait Implementations
Returns the “default value” for a type. Read more