attach_firewall
Attach a cloud firewall to a cloud VM. Provide the firewall ID and the Nova server ID.
Instructions
Attach a cloud firewall to a cloud VM. Requires scope services:write. Plain write — not gated. id comes from list_firewalls; serverId is the Nova server id to attach to (must be in your project).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Firewall id from list_firewalls. | |
| serverId | Yes | Nova server id to attach to (must be in your project). |