-`attachable` (Boolean) Enable manual container attachment to the network.
-`check_duplicate` (Boolean) Requests daemon to check for networks with same name.
-`driver` (String) The driver of the Docker network. Possible values are `bridge`, `host`, `overlay`, `macvlan`. See [network docs](https://docs.docker.com/network/#network-drivers) for more details.
-`ingress` (Boolean) Create swarm routing-mesh network. Defaults to `false`.
-`internal` (Boolean) Whether the network is internal.
-`ipam_config` (Block Set) The IPAM configuration options (see [below for nested schema](#nestedblock--ipam_config))
-`ipam_driver` (String) Driver used by the custom IP scheme of the network. Defaults to `default`
-`ipv6` (Boolean) Enable IPv6 networking. Defaults to `false`.
-`labels` (Block Set) User-defined key/value metadata (see [below for nested schema](#nestedblock--labels))
-`options` (Map of String) Only available with bridge networks. See [bridge options docs](https://docs.docker.com/engine/reference/commandline/network_create/#bridge-driver-options) for more details.