create_vpc2
Create a VPC 2.0 network on Vultr cloud infrastructure by specifying region, description, and optional IP configuration parameters to establish isolated network environments.
Instructions
Create a new VPC 2.0 network.
Args: region: Region code where the VPC 2.0 will be created (e.g., "ewr", "lax", "fra") description: Description/label for the VPC 2.0 ip_type: IP type ("v4" or "v6", defaults to "v4") ip_block: IP block for the VPC 2.0 (e.g., "10.0.0.0", defaults to auto-assigned) prefix_length: Prefix length (e.g., 24 for /24, defaults to 24)
Returns: Created VPC 2.0 information including ID and IP block details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| region | Yes | ||
| description | Yes | ||
| ip_type | No | v4 | |
| ip_block | No | ||
| prefix_length | No |