evroc networking subnet create

Create a subnet

evroc networking subnet create <subnet_id> [flags]

Examples


    # Create a dual-stack subnet in zone b in the default vpc
    evroc networking subnet create \
  --stack-type=dual-stack \
	--ipv4-cidr-block=10.0.5.0/24 \
  --vpc=default-se-sto \
	--zone=b
    

Options

  -h, --help                     help for create
      --ipv4-cidr-block string   IPv4 CIDR block (required for dual-stack)
      --stack-type string        Stack type (dual-stack or ipv6-only)
      --vpc string               Name of the VPC to create the subnet in
      --zone string              Zone for the subnet

Options inherited from parent commands

      --config string   Path to the evroc config file (default "~/.evroc/config.yaml")

SEE ALSO