Lan
Example Syntax
Parameter Reference
The following parameters are supported:
Name | Required | Type | Default | Description |
---|---|---|---|---|
datacenter | yes | string | The datacenter in which to operate. | |
name | yes | string | The name of the LAN. | |
public | no | boolean | true | If true, the LAN will have public Internet access. |
ip_failover | no | list | The IP failover list of group dictionaries containing IP addresses and NIC UUIDs. | |
api_url | no | string | The Ionos API base URL. | |
username | no | string | The Ionos username. Overrides the IONOS_USERNAME environement variable. | |
password | no | string | The Ionos password. Overrides the IONOS_PASSWORD environement variable. | |
wait | no | boolean | true | Wait for the operation to complete before continuing. |
wait_timeout | no | integer | 600 | The number of seconds until the wait ends. |
state | no | string | present | Indicate desired state of the resource: present, absent, update |
Last updated