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
Copy file name to clipboardExpand all lines: docs/data-sources/nodebalancer_config.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,14 @@ In addition to all arguments above, the following attributes are exported:
54
54
55
55
*`check_passive` - If true, any response from this backend with a 5xx status code will be enough for it to be considered unhealthy and taken out of rotation.
56
56
57
+
*`udp_check_port` - Specifies the port on the backend node used for active health checks, which may differ from the port serving traffic.
58
+
59
+
***NOTE: This attribute may not be generally available.**
60
+
61
+
*`udp_session_timeout` - The idle time in seconds after which a session that hasn’t received packets is destroyed.
62
+
63
+
***NOTE: This attribute may not be generally available.**
64
+
57
65
*`cipher_suite` - What ciphers to use for SSL connections served by this NodeBalancer. `legacy` is considered insecure and should only be used if necessary. (`recommended`, `legacy`)
58
66
59
67
*`ssl_commonname` - The read-only common name automatically derived from the SSL certificate assigned to this NodeBalancerConfig. Please refer to this field to verify that the appropriate certificate is assigned to your NodeBalancerConfig.
Copy file name to clipboardExpand all lines: docs/data-sources/nodebalancer_configs.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,6 +79,14 @@ Each Linode NodeBalancer Config will be stored in the `nodebalancer_configs` att
79
79
80
80
*`check_passive` - If true, any response from this backend with a 5xx status code will be enough for it to be considered unhealthy and taken out of rotation.
81
81
82
+
*`udp_check_port` - Specifies the port on the backend node used for active health checks, which may differ from the port serving traffic.
83
+
84
+
***NOTE: This attribute may not be generally available.**
85
+
86
+
*`udp_session_timeout` - The idle time in seconds after which a session that hasn’t received packets is destroyed.
87
+
88
+
***NOTE: This attribute may not be generally available.**
89
+
82
90
*`cipher_suite` - What ciphers to use for SSL connections served by this NodeBalancer. `legacy` is considered insecure and should only be used if necessary. (`recommended`, `legacy`)
83
91
84
92
*`ssl_commonname` - The read-only common name automatically derived from the SSL certificate assigned to this NodeBalancerConfig. Please refer to this field to verify that the appropriate certificate is assigned to your NodeBalancerConfig.
@@ -65,6 +66,10 @@ The following arguments are supported:
65
66
66
67
*`check_passive` - (Optional) If true, any response from this backend with a 5xx status code will be enough for it to be considered unhealthy and taken out of rotation.
67
68
69
+
*`udp_check_port` - (Optional) Specifies the port on the backend node used for active health checks, which may differ from the port serving traffic. Defaults to 80.
70
+
71
+
***NOTE: This argument may not be generally available.**
72
+
68
73
*`cipher_suite` - (Optional) What ciphers to use for SSL connections served by this NodeBalancer. `legacy` is considered insecure and should only be used if necessary.
69
74
70
75
*`ssl_cert` - (Optional) The certificate this port is serving. This is not returned. If set, this field will come back as `<REDACTED>`. Please use the ssl_commonname and ssl_fingerprint to identify the certificate.
@@ -75,6 +80,10 @@ The following arguments are supported:
75
80
76
81
This resource exports the following attributes:
77
82
83
+
*`udp_session_timeout` - The read-only idle time in seconds after which a session that hasn’t received packets is destroyed.
84
+
85
+
***NOTE: This attribute may not be generally available.**
86
+
78
87
*`ssl_commonname` - The read-only common name automatically derived from the SSL certificate assigned to this NodeBalancerConfig. Please refer to this field to verify that the appropriate certificate is assigned to your NodeBalancerConfig.
79
88
80
89
*`ssl_fingerprint` - The read-only fingerprint automatically derived from the SSL certificate assigned to this NodeBalancerConfig. Please refer to this field to verify that the appropriate certificate is assigned to your NodeBalancerConfig.
0 commit comments