arvan_create_private_network
Create a private network (subnet) in ArvanCloud with custom CIDR, gateway, DHCP, and DNS settings to isolate cloud resources.
Instructions
Create a private network (subnet).
Args:
name: Network name.
region: Region code; defaults to ARVAN_DEFAULT_REGION.
subnet_ip: CIDR for the subnet, e.g. 192.168.0.0/24.
subnet_gateway: Gateway IP within the subnet.
enable_gateway: Whether to enable the gateway.
enable_dhcp: Whether DHCP assigns addresses automatically.
dns_servers: Comma-separated DNS servers.
dhcp_start / dhcp_end: Optional DHCP allocation range.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| region | No | ||
| subnet_ip | No | ||
| subnet_gateway | No | ||
| enable_gateway | No | ||
| enable_dhcp | No | ||
| dns_servers | No | ||
| dhcp_start | No | ||
| dhcp_end | No |