create network
This block is part of the virtualisation group and was last modified in core v15.0.0.
create network v13.0.9 Updated v15.0.0Creates a network on the LXD server.
- flow
flow - Connection required
lxdconnectionThe LXD connection
- Name required
valueThe name of the network to create.
- Description required
valueThe description of the network to create.
- Type required
valueThe type of the network to create.
- Config required
arrayArray of all the configs to set, has to be array with objects that all have fields key and value.
- Auto assign IPv4
conditionIf this boolean is true the block will automaticly assign a IPv4 to the network.
- Auto assign IPv4 prefix
valueThe prefix to use when auto assigning a IPv4.
- flow
flow - Connection
lxdconnectionThe LXD connection
- Success
conditionIf successful, this pin returns true.
- Error
valueError message if the network could not be created.
A typical wiring for create network: a function trigger starts the flow; create network feeds the connection pin; value feeds the name pin; value feeds the description pin; value feeds the type pin; with values feeds the config pin; the flow out pin feeds debug.

Version history
Introduced in v13.0.9.
Last modified in v15.0.0.
Service documentation
External API reference This block wraps a third-party service. Click here for the service's own documentation of the underlying endpoint.Back to
virtualisation Return to the main group to view all sub-groups Back to LXD Return to the group to view all blocks within this group
