ncloud_create_network_interface
Create a network interface on Naver Cloud Platform, specifying subnet, private IP, and access control groups. Use dry run to preview.
Instructions
Create a new network interface. Use dryRun=true to preview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, returns a preview without actually creating | |
| subnetNo | Yes | Subnet number to create the network interface in | |
| privateIp | No | Private IP address to assign | |
| networkInterfaceName | No | Network interface name | |
| accessControlGroupNoList | Yes | List of ACG numbers to apply | |
| networkInterfaceDescription | No | Network interface description |