ncloud_create_vpc
Creates a new VPC with an IPv4 CIDR block. Preview without creating using dryRun.
Instructions
Create a new VPC. Use dryRun=true to preview without creating.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, returns a preview without actually creating the VPC | |
| vpcName | No | VPC name (max 30 characters) | |
| ipv4CidrBlock | Yes | VPC IPv4 CIDR block (e.g., 10.0.0.0/16) |