OptionalAttachableGlobally scoped network is manually attachable by regular containers from workers in swarm mode.
OptionalCheckCheck 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.
OptionalConfigOptionalConfigCreates a config-only network. Config-only networks are placeholder networks for network configurations to be used by other networks. Config-only networks cannot be used directly to run containers or services.
OptionalDriverName of the network driver plugin to use.
OptionalEnableIPv6Enable IPv6 on the network.
OptionalIPAMOptionalIngressIngress network is the network which provides the routing-mesh in swarm mode.
OptionalInternalRestrict external access to the network.
OptionalLabelsUser-defined key/value metadata.
The network's name.
OptionalOptionsNetwork specific options to be used by the drivers.
OptionalScopeThe level at which the network exists (e.g. swarm for cluster-wide or local for machine level).
NetworkCreateRequest