network¶
network create¶
Create a network
deli network create
--region-id <region-id>
--port-group <port-group>
--cidr <cidr>
--gateway <gateway>
--dns-server <dns-server>
--pool-start <pool-start>
--pool-end <pool-end>
<name>
--region-id <region-id>- The region to create the network in
--port-group <port-group>- The port group for the network
--cidr <cidr>- The network CIDR
--gateway <gateway>- The network gateway
--dns-server <dns-server>- DNS Server for the network. Can be repeated multiple times.
--pool-start <pool-start>- The address for the start of the IP pool
--pool-end <pool-end>- The address for the end of the IP pool
<name>- The network name