ncloud_create_vpc
Create a new VPC on Naver Cloud Platform, with an optional dry-run preview to validate the configuration before actual creation.
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) |