ncloud_create_vpc
Create a new Virtual Private Cloud (VPC) with a specified IPv4 CIDR block. Use dryRun to preview the VPC configuration without actually creating it.
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) |