You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-`gateway_id` - (Required) The ID of the public gateway.
48
71
-`private_network_id` - (Required) The ID of the private network.
49
-
-`dhcp_id` - (Required) The ID of the public gateway DHCP config.
72
+
-`dhcp_id` - (Required) The ID of the public gateway DHCP config. Only one of `dhcp_id` and `static_address` should be specified.
50
73
-`enable_masquerade` - (Defaults to true) Enable masquerade on this network
51
74
-`enable_dhcp` - (Defaults to true) Enable DHCP config on this network. It requires DHCP id.
52
75
-`cleanup_dhcp` - (Defaults to false) Remove DHCP config on this network on destroy. It requires DHCP id.
53
-
-`static_address` - Enable DHCP config on this network
76
+
-`static_address` - Enable DHCP config on this network. Only one of `dhcp_id` and `static_address` should be specified.
54
77
-`zone` - (Defaults to [provider](../index.md#zone)`zone`) The [zone](../guides/regions_and_zones.md#zones) in which the gateway network should be created.
0 commit comments