cloud_insts_ifaces_att
Attach a network interface to a cloud instance, specifying project, region, and instance details with optional configurations like subnet, security groups, and DDOS profile.
Instructions
Proxy for cloud.instances.interfaces.attach
Note: Pass the numeric project_id. When a project name is provided, resolve it via cloud.projects.list/cloud.projects.get. If nothing is specified, fetch the account's default project first and use that ID. Pass the numeric region_id. Resolve region names with cloud.regions.list or cloud.regions.get. If no region is mentioned, obtain the default region ID before calling this tool.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| instance_id | Yes | ||
| project_id | Yes | ||
| region_id | Yes | ||
| ddos_profile | No | ||
| interface_name | No | ||
| ip_family | No | ||
| port_group | No | ||
| security_groups | No | ||
| type | No | ||
| subnet_id | No | ||
| network_id | No | ||
| port_id | No | ||
| extra_headers | No | ||
| extra_query | No | ||
| extra_body | No | ||
| timeout | No |