ncloud_add_route
Add a route to a route table by specifying VPC, destination CIDR block, target type (NATGW, VPCPEERING, VGW), and target instance number.
Instructions
Add a route to a route table
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vpcNo | Yes | VPC number | |
| targetNo | Yes | Target instance number | |
| targetName | No | Target name | |
| routeTableNo | Yes | Route table number | |
| targetTypeCode | Yes | Target type code (NATGW, VPCPEERING, VGW) | |
| destinationCidrBlock | Yes | Destination CIDR block (e.g., 0.0.0.0/0) |