Struct docker_api::api::network::opts::ContainerConnectionOptsBuilder [−][src]
pub struct ContainerConnectionOptsBuilder { /* fields omitted */ }
Implementations
Endpoint’s IPAM configuration.
pub fn aliases<A, S>(self, aliases: A) -> Self where
A: IntoIterator<Item = S>,
S: AsRef<str> + Serialize,
pub fn links<L, S>(self, links: L) -> 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.
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
Auto Trait Implementations
impl Send for ContainerConnectionOptsBuilder
impl Sync for ContainerConnectionOptsBuilder
impl Unpin for ContainerConnectionOptsBuilder
impl UnwindSafe for ContainerConnectionOptsBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more