Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.2 KB

File metadata and controls

19 lines (14 loc) · 1.2 KB

NetworkCreateRequest

Properties

Name Type Description Notes
name kotlin.String The network's name.
checkDuplicate kotlin.Boolean Deprecated: CheckDuplicate is now always enabled. [optional]
driver kotlin.String Name of the network driver plugin to use. [optional]
`internal` kotlin.Boolean Restrict external access to the network. [optional]
attachable kotlin.Boolean Globally scoped network is manually attachable by regular containers from workers in swarm mode. [optional]
ingress kotlin.Boolean Ingress network is the network which provides the routing-mesh in swarm mode. [optional]
IPAM IPAM [optional]
enableIPv6 kotlin.Boolean Enable IPv6 on the network. [optional]
options kotlin.collections.MutableMap<kotlin.String, kotlin.String> Network specific options to be used by the drivers. [optional]
labels kotlin.collections.MutableMap<kotlin.String, kotlin.String> User-defined key/value metadata. [optional]