add_network_subnet
Add a subnet to a network for private networking in Hetzner Cloud, specifying network zone and IP range.
Instructions
Add a subnet to a network (e.g. for private networking 10.0.0.0/16 in a zone)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Network ID | |
| type | Yes | ||
| network_zone | Yes | Network zone, e.g. eu-central | |
| ip_range | No | CIDR, e.g. 10.0.0.0/24; omit for auto /24 | |
| vswitch_id | No | Required if type is vswitch |