evroc networking virtualprivatecloud create

Create a virtual private cloud

evroc networking virtualprivatecloud create <vpc_id> [flags]

Examples


    # Create an ipv6-only vpc
    evroc networking subnet create \
  --stack-type=ipv6-only
    

Options

  -h, --help                     help for create
      --ipv4-cidr-block string   IPv4 CIDR block for the VPC (RFC 1918)
      --stack-type string        Stack type (dual-stack or ipv6-only)

Options inherited from parent commands

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

SEE ALSO