ncloud_create_route_table
Create a route table in a VPC to manage routing rules. Provide the VPC number and subnet type (PUBLIC or PRIVATE), with optional name and description.
Instructions
Create a new route table in a VPC
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vpcNo | Yes | VPC number to create route table in | |
| routeTableName | No | Route table name (max 30 characters) | |
| routeTableDescription | No | Description for the route table | |
| supportedSubnetTypeCode | Yes | Supported subnet type (PUBLIC or PRIVATE) |