Struct docker_api::api::network::opts::NetworkCreateOptsBuilder [−][src]
pub struct NetworkCreateOptsBuilder { /* fields omitted */ }
Implementations
Check for networks with duplicate names. Since Network is primarily keyed based on a random ID and not on the name, and network name is strictly a user-friendly alias to the network which is uniquely identified using ID, there is no guaranteed way to check for duplicates. CheckDuplicate is there to provide a best effort checking of any networks which has the same name but it is not guaranteed to catch all name collisions.
Name of the network driver plugin to use.
Globally scoped network is manually attachable by regular containers from workers in swarm mode.
Ingress network is the network which provides the routing-mesh in swarm mode.
Enable IPv6 on the network.
Network specific options to be used by the drivers.
User-defined key/value metadata.
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for NetworkCreateOptsBuilder
impl Send for NetworkCreateOptsBuilder
impl Sync for NetworkCreateOptsBuilder
impl Unpin for NetworkCreateOptsBuilder
impl UnwindSafe for NetworkCreateOptsBuilder
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