1.5 KiB
1.5 KiB
page_title, subcategory, description
| page_title | subcategory | description |
|---|---|---|
| unifi_port_forward Resource - terraform-provider-unifi | unifi_port_forward manages a port forwarding rule on the gateway. |
unifi_port_forward (Resource)
unifi_port_forward manages a port forwarding rule on the gateway.
Schema
Optional
dst_port(String) The destination port for the forwarding.enabled(Boolean, Deprecated) Specifies whether the port forwarding rule is enabled or not. Defaults totrue. This will attribute will be removed in a future release. Instead of disabling a port forwarding rule you can remove it from your configuration.fwd_ip(String) The IPv4 address to forward traffic to.fwd_port(String) The port to forward traffic to.log(Boolean) Specifies whether to log forwarded traffic or not. Defaults tofalse.name(String) The name of the port forwarding rule.port_forward_interface(String) The port forwarding interface. Can bewan,wan2, orboth.protocol(String) The protocol for the port forwarding rule. Can betcp,udp, ortcp_udp. Defaults totcp_udp.site(String) The name of the site to associate the port forwarding rule with.src_ip(String) The source IPv4 address (or CIDR) of the port forwarding rule. For all traffic, specifyany. Defaults toany.
Read-Only
id(String) The ID of the port forwarding rule.