@robinmordasiewicz/f5xc-terraform-mcp 3.10.2 → 3.10.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/dist/docs/data-sources/discovery.md +2 -2
  2. package/dist/docs/data-sources/irule.md +2 -2
  3. package/dist/docs/data-sources/network_policy.md +2 -2
  4. package/dist/docs/data-sources/policer.md +2 -2
  5. package/dist/docs/data-sources/site.md +2 -2
  6. package/dist/docs/data-sources/workload.md +2 -2
  7. package/dist/docs/resources/advertise_policy.md +10 -10
  8. package/dist/docs/resources/alert_policy.md +9 -9
  9. package/dist/docs/resources/alert_receiver.md +4 -4
  10. package/dist/docs/resources/api_definition.md +2 -2
  11. package/dist/docs/resources/api_testing.md +6 -6
  12. package/dist/docs/resources/apm.md +8 -8
  13. package/dist/docs/resources/app_firewall.md +19 -19
  14. package/dist/docs/resources/app_setting.md +5 -5
  15. package/dist/docs/resources/app_type.md +3 -3
  16. package/dist/docs/resources/aws_tgw_site.md +50 -50
  17. package/dist/docs/resources/aws_vpc_site.md +66 -66
  18. package/dist/docs/resources/azure_vnet_site.md +93 -93
  19. package/dist/docs/resources/bgp.md +6 -6
  20. package/dist/docs/resources/bgp_routing_policy.md +7 -7
  21. package/dist/docs/resources/cdn_cache_rule.md +2 -2
  22. package/dist/docs/resources/cdn_loadbalancer.md +122 -122
  23. package/dist/docs/resources/cloud_connect.md +4 -4
  24. package/dist/docs/resources/cloud_credentials.md +2 -2
  25. package/dist/docs/resources/cloud_link.md +3 -3
  26. package/dist/docs/resources/cluster.md +18 -18
  27. package/dist/docs/resources/dc_cluster_group.md +4 -4
  28. package/dist/docs/resources/discovery.md +259 -8
  29. package/dist/docs/resources/dns_domain.md +2 -2
  30. package/dist/docs/resources/endpoint.md +5 -5
  31. package/dist/docs/resources/enhanced_firewall_policy.md +15 -15
  32. package/dist/docs/resources/external_connector.md +7 -7
  33. package/dist/docs/resources/fast_acl.md +2 -2
  34. package/dist/docs/resources/fast_acl_rule.md +2 -2
  35. package/dist/docs/resources/fleet.md +25 -25
  36. package/dist/docs/resources/forward_proxy_policy.md +15 -15
  37. package/dist/docs/resources/forwarding_class.md +5 -5
  38. package/dist/docs/resources/gcp_vpc_site.md +37 -37
  39. package/dist/docs/resources/global_log_receiver.md +104 -104
  40. package/dist/docs/resources/healthcheck.md +2 -2
  41. package/dist/docs/resources/http_loadbalancer.md +287 -287
  42. package/dist/docs/resources/irule.md +7 -5
  43. package/dist/docs/resources/log_receiver.md +104 -104
  44. package/dist/docs/resources/malicious_user_mitigation.md +6 -6
  45. package/dist/docs/resources/nat_policy.md +10 -10
  46. package/dist/docs/resources/network_connector.md +9 -9
  47. package/dist/docs/resources/network_firewall.md +3 -3
  48. package/dist/docs/resources/network_interface.md +28 -28
  49. package/dist/docs/resources/network_policy.md +210 -37
  50. package/dist/docs/resources/network_policy_view.md +16 -16
  51. package/dist/docs/resources/nfv_service.md +26 -26
  52. package/dist/docs/resources/origin_pool.md +48 -48
  53. package/dist/docs/resources/policer.md +50 -10
  54. package/dist/docs/resources/policy_based_routing.md +8 -8
  55. package/dist/docs/resources/protocol_inspection.md +4 -4
  56. package/dist/docs/resources/proxy.md +23 -23
  57. package/dist/docs/resources/rate_limiter.md +1 -1
  58. package/dist/docs/resources/rate_limiter_policy.md +8 -8
  59. package/dist/docs/resources/route.md +36 -36
  60. package/dist/docs/resources/secret_management_access.md +8 -8
  61. package/dist/docs/resources/securemesh_site.md +97 -97
  62. package/dist/docs/resources/segment.md +4 -4
  63. package/dist/docs/resources/service_policy.md +44 -44
  64. package/dist/docs/resources/service_policy_rule.md +37 -37
  65. package/dist/docs/resources/site.md +241 -613
  66. package/dist/docs/resources/site_mesh_group.md +8 -8
  67. package/dist/docs/resources/subnet.md +5 -5
  68. package/dist/docs/resources/tcp_loadbalancer.md +37 -37
  69. package/dist/docs/resources/tunnel.md +4 -4
  70. package/dist/docs/resources/udp_loadbalancer.md +9 -9
  71. package/dist/docs/resources/user_identification.md +10 -10
  72. package/dist/docs/resources/virtual_host.md +42 -42
  73. package/dist/docs/resources/virtual_network.md +4 -4
  74. package/dist/docs/resources/voltstack_site.md +59 -59
  75. package/dist/docs/resources/waf_exclusion_policy.md +5 -5
  76. package/dist/docs/resources/workload.md +9 -2951
  77. package/dist/metadata/resource-metadata.json +379 -613
  78. package/dist/metadata/validation-patterns.json +1 -1
  79. package/package.json +1 -1
@@ -73,12 +73,12 @@ resource "f5xc_enhanced_firewall_policy" "example" {
73
73
  ### Spec Argument Reference
74
74
 
75
75
  -> **One of the following:**
76
- &#x2022; <a id="allow-all"></a>[`allow_all`](#allow-all) - Optional Block<br>Can be used for messages where no values are needed
76
+ &#x2022; <a id="allow-all"></a>[`allow_all`](#allow-all) - Optional Block<br>Enable this option
77
77
  <br><br>&#x2022; <a id="allowed-destinations"></a>[`allowed_destinations`](#allowed-destinations) - Optional Block<br>List of IP Address prefixes. Prefix must contain both prefix and prefix-length The list can contain mix of both IPv4 and IPv6 prefixes<br>See [Allowed Destinations](#allowed-destinations) below for details.
78
78
  <br><br>&#x2022; <a id="allowed-sources"></a>[`allowed_sources`](#allowed-sources) - Optional Block<br>List of IP Address prefixes. Prefix must contain both prefix and prefix-length The list can contain mix of both IPv4 and IPv6 prefixes<br>See [Allowed Sources](#allowed-sources) below for details.
79
79
  <br><br>&#x2022; <a id="denied-destinations"></a>[`denied_destinations`](#denied-destinations) - Optional Block<br>List of IP Address prefixes. Prefix must contain both prefix and prefix-length The list can contain mix of both IPv4 and IPv6 prefixes<br>See [Denied Destinations](#denied-destinations) below for details.
80
80
  <br><br>&#x2022; <a id="denied-sources"></a>[`denied_sources`](#denied-sources) - Optional Block<br>List of IP Address prefixes. Prefix must contain both prefix and prefix-length The list can contain mix of both IPv4 and IPv6 prefixes<br>See [Denied Sources](#denied-sources) below for details.
81
- <br><br>&#x2022; <a id="deny-all"></a>[`deny_all`](#deny-all) - Optional Block<br>Can be used for messages where no values are needed
81
+ <br><br>&#x2022; <a id="deny-all"></a>[`deny_all`](#deny-all) - Optional Block<br>Enable this option
82
82
  <br><br>&#x2022; <a id="rule-list"></a>[`rule_list`](#rule-list) - Optional Block<br>Custom Enhanced Firewall Policy Rules. Custom Enhanced Firewall Policy Rules<br>See [Rule List](#rule-list) below for details.
83
83
 
84
84
  <a id="timeouts"></a>&#x2022; [`timeouts`](#timeouts) - Optional Block<br>See [Timeouts](#timeouts) below for details.
@@ -127,25 +127,25 @@ A [`rules`](#rule-list-rules) block (within [`rule_list`](#rule-list)) supports
127
127
 
128
128
  <a id="rule-list-rules-advanced-action"></a>&#x2022; [`advanced_action`](#rule-list-rules-advanced-action) - Optional Block<br>Network Policy Rule Advanced Action provides additional OPTIONS along with RuleAction and PBRRuleAction<br>See [Advanced Action](#rule-list-rules-advanced-action) below.
129
129
 
130
- <a id="rule-list-rules-all-destinations"></a>&#x2022; [`all_destinations`](#rule-list-rules-all-destinations) - Optional Block<br>Can be used for messages where no values are needed
130
+ <a id="rule-list-rules-all-destinations"></a>&#x2022; [`all_destinations`](#rule-list-rules-all-destinations) - Optional Block<br>Enable this option
131
131
 
132
- <a id="rule-list-rules-all-sli-vips"></a>&#x2022; [`all_sli_vips`](#rule-list-rules-all-sli-vips) - Optional Block<br>Can be used for messages where no values are needed
132
+ <a id="rule-list-rules-all-sli-vips"></a>&#x2022; [`all_sli_vips`](#rule-list-rules-all-sli-vips) - Optional Block<br>Enable this option
133
133
 
134
- <a id="rule-list-rules-all-slo-vips"></a>&#x2022; [`all_slo_vips`](#rule-list-rules-all-slo-vips) - Optional Block<br>Can be used for messages where no values are needed
134
+ <a id="rule-list-rules-all-slo-vips"></a>&#x2022; [`all_slo_vips`](#rule-list-rules-all-slo-vips) - Optional Block<br>Enable this option
135
135
 
136
- <a id="rule-list-rules-all-sources"></a>&#x2022; [`all_sources`](#rule-list-rules-all-sources) - Optional Block<br>Can be used for messages where no values are needed
136
+ <a id="rule-list-rules-all-sources"></a>&#x2022; [`all_sources`](#rule-list-rules-all-sources) - Optional Block<br>Enable this option
137
137
 
138
- <a id="rule-list-rules-all-tcp-traffic"></a>&#x2022; [`all_tcp_traffic`](#rule-list-rules-all-tcp-traffic) - Optional Block<br>Can be used for messages where no values are needed
138
+ <a id="rule-list-rules-all-tcp-traffic"></a>&#x2022; [`all_tcp_traffic`](#rule-list-rules-all-tcp-traffic) - Optional Block<br>Enable this option
139
139
 
140
- <a id="rule-list-rules-all-traffic"></a>&#x2022; [`all_traffic`](#rule-list-rules-all-traffic) - Optional Block<br>Can be used for messages where no values are needed
140
+ <a id="rule-list-rules-all-traffic"></a>&#x2022; [`all_traffic`](#rule-list-rules-all-traffic) - Optional Block<br>Enable this option
141
141
 
142
- <a id="rule-list-rules-all-udp-traffic"></a>&#x2022; [`all_udp_traffic`](#rule-list-rules-all-udp-traffic) - Optional Block<br>Can be used for messages where no values are needed
142
+ <a id="rule-list-rules-all-udp-traffic"></a>&#x2022; [`all_udp_traffic`](#rule-list-rules-all-udp-traffic) - Optional Block<br>Enable this option
143
143
 
144
- <a id="rule-list-rules-allow"></a>&#x2022; [`allow`](#rule-list-rules-allow) - Optional Block<br>Can be used for messages where no values are needed
144
+ <a id="rule-list-rules-allow"></a>&#x2022; [`allow`](#rule-list-rules-allow) - Optional Block<br>Enable this option
145
145
 
146
146
  <a id="rule-list-rules-applications"></a>&#x2022; [`applications`](#rule-list-rules-applications) - Optional Block<br>Applications. Application protocols like HTTP, SNMP<br>See [Applications](#rule-list-rules-applications) below.
147
147
 
148
- <a id="rule-list-rules-deny"></a>&#x2022; [`deny`](#rule-list-rules-deny) - Optional Block<br>Can be used for messages where no values are needed
148
+ <a id="rule-list-rules-deny"></a>&#x2022; [`deny`](#rule-list-rules-deny) - Optional Block<br>Enable this option
149
149
 
150
150
  <a id="rule-list-rules-destination-aws-vpc-ids"></a>&#x2022; [`destination_aws_vpc_ids`](#rule-list-rules-destination-aws-vpc-ids) - Optional Block<br>AWS VPC List. List of VPC Identifiers in AWS<br>See [Destination AWS VPC Ids](#rule-list-rules-destination-aws-vpc-ids) below.
151
151
 
@@ -157,17 +157,17 @@ A [`rules`](#rule-list-rules) block (within [`rule_list`](#rule-list)) supports
157
157
 
158
158
  <a id="rule-list-rules-insert-service"></a>&#x2022; [`insert_service`](#rule-list-rules-insert-service) - Optional Block<br>Action to forward traffic to external service<br>See [Insert Service](#rule-list-rules-insert-service) below.
159
159
 
160
- <a id="rule-list-rules-inside-destinations"></a>&#x2022; [`inside_destinations`](#rule-list-rules-inside-destinations) - Optional Block<br>Can be used for messages where no values are needed
160
+ <a id="rule-list-rules-inside-destinations"></a>&#x2022; [`inside_destinations`](#rule-list-rules-inside-destinations) - Optional Block<br>Enable this option
161
161
 
162
- <a id="rule-list-rules-inside-sources"></a>&#x2022; [`inside_sources`](#rule-list-rules-inside-sources) - Optional Block<br>Can be used for messages where no values are needed
162
+ <a id="rule-list-rules-inside-sources"></a>&#x2022; [`inside_sources`](#rule-list-rules-inside-sources) - Optional Block<br>Enable this option
163
163
 
164
164
  <a id="rule-list-rules-label-matcher"></a>&#x2022; [`label_matcher`](#rule-list-rules-label-matcher) - Optional Block<br>Label matcher specifies a list of label keys whose values need to match for source/client and destination/server. Note that the actual label values are not specified and do not matter. This allows an ability to scope grouping by the label key name<br>See [Label Matcher](#rule-list-rules-label-matcher) below.
165
165
 
166
166
  <a id="rule-list-rules-metadata"></a>&#x2022; [`metadata`](#rule-list-rules-metadata) - Optional Block<br>MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create<br>See [Metadata](#rule-list-rules-metadata) below.
167
167
 
168
- <a id="rule-list-rules-outside-destinations"></a>&#x2022; [`outside_destinations`](#rule-list-rules-outside-destinations) - Optional Block<br>Can be used for messages where no values are needed
168
+ <a id="rule-list-rules-outside-destinations"></a>&#x2022; [`outside_destinations`](#rule-list-rules-outside-destinations) - Optional Block<br>Enable this option
169
169
 
170
- <a id="rule-list-rules-outside-sources"></a>&#x2022; [`outside_sources`](#rule-list-rules-outside-sources) - Optional Block<br>Can be used for messages where no values are needed
170
+ <a id="rule-list-rules-outside-sources"></a>&#x2022; [`outside_sources`](#rule-list-rules-outside-sources) - Optional Block<br>Enable this option
171
171
 
172
172
  <a id="rule-list-rules-protocol-port-range"></a>&#x2022; [`protocol_port_range`](#rule-list-rules-protocol-port-range) - Optional Block<br>Protocol and Port. Protocol and Port ranges<br>See [Protocol Port Range](#rule-list-rules-protocol-port-range) below.
173
173
 
@@ -102,7 +102,7 @@ An [`ipsec`](#ipsec) block supports the following:
102
102
 
103
103
  An [`ike_parameters`](#ipsec-ike-parameters) block (within [`ipsec`](#ipsec)) supports the following:
104
104
 
105
- <a id="ipsec-ike-parameters-dpd-disabled"></a>&#x2022; [`dpd_disabled`](#ipsec-ike-parameters-dpd-disabled) - Optional Block<br>Can be used for messages where no values are needed
105
+ <a id="ipsec-ike-parameters-dpd-disabled"></a>&#x2022; [`dpd_disabled`](#ipsec-ike-parameters-dpd-disabled) - Optional Block<br>Enable this option
106
106
 
107
107
  <a id="timer-0d12ec"></a>&#x2022; [`dpd_keep_alive_timer`](#timer-0d12ec) - Optional Block<br>Keepalive Timer<br>See [Dpd Keep Alive Timer](#timer-0d12ec) below.
108
108
 
@@ -110,17 +110,17 @@ An [`ike_parameters`](#ipsec-ike-parameters) block (within [`ipsec`](#ipsec)) su
110
110
 
111
111
  <a id="ipsec-ike-parameters-ike-phase2-profile"></a>&#x2022; [`ike_phase2_profile`](#ipsec-ike-parameters-ike-phase2-profile) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [IKE Phase2 Profile](#ipsec-ike-parameters-ike-phase2-profile) below.
112
112
 
113
- <a id="ipsec-ike-parameters-initiator"></a>&#x2022; [`initiator`](#ipsec-ike-parameters-initiator) - Optional Block<br>Can be used for messages where no values are needed
113
+ <a id="ipsec-ike-parameters-initiator"></a>&#x2022; [`initiator`](#ipsec-ike-parameters-initiator) - Optional Block<br>Enable this option
114
114
 
115
- <a id="ipsec-ike-parameters-responder"></a>&#x2022; [`responder`](#ipsec-ike-parameters-responder) - Optional Block<br>Can be used for messages where no values are needed
115
+ <a id="ipsec-ike-parameters-responder"></a>&#x2022; [`responder`](#ipsec-ike-parameters-responder) - Optional Block<br>Enable this option
116
116
 
117
117
  <a id="ipsec-ike-parameters-rm-hostname"></a>&#x2022; [`rm_hostname`](#ipsec-ike-parameters-rm-hostname) - Optional String<br>Configure an hostname Remote IKE ID
118
118
 
119
119
  <a id="ipsec-ike-parameters-rm-ip-address"></a>&#x2022; [`rm_ip_address`](#ipsec-ike-parameters-rm-ip-address) - Optional Block<br>IP Address used to specify an IPv4 or IPv6 address<br>See [Rm IP Address](#ipsec-ike-parameters-rm-ip-address) below.
120
120
 
121
- <a id="ike-id-adcccf"></a>&#x2022; [`use_default_local_ike_id`](#ike-id-adcccf) - Optional Block<br>Can be used for messages where no values are needed
121
+ <a id="ike-id-adcccf"></a>&#x2022; [`use_default_local_ike_id`](#ike-id-adcccf) - Optional Block<br>Enable this option
122
122
 
123
- <a id="ike-id-5fac9c"></a>&#x2022; [`use_default_remote_ike_id`](#ike-id-5fac9c) - Optional Block<br>Can be used for messages where no values are needed
123
+ <a id="ike-id-5fac9c"></a>&#x2022; [`use_default_remote_ike_id`](#ike-id-5fac9c) - Optional Block<br>Enable this option
124
124
 
125
125
  #### Ipsec IKE Parameters Dpd Keep Alive Timer
126
126
 
@@ -178,9 +178,9 @@ An [`ipsec_tunnel_parameters`](#ipsec-ipsec-tunnel-parameters) block (within [`i
178
178
 
179
179
  <a id="ipsec-ipsec-tunnel-parameters-segment"></a>&#x2022; [`segment`](#ipsec-ipsec-tunnel-parameters-segment) - Optional Block<br>Segment Reference Type. Reference to Segment Object<br>See [Segment](#ipsec-ipsec-tunnel-parameters-segment) below.
180
180
 
181
- <a id="network-44cee5"></a>&#x2022; [`site_local_inside_network`](#network-44cee5) - Optional Block<br>Can be used for messages where no values are needed
181
+ <a id="network-44cee5"></a>&#x2022; [`site_local_inside_network`](#network-44cee5) - Optional Block<br>Enable this option
182
182
 
183
- <a id="network-f96b8b"></a>&#x2022; [`site_local_network`](#network-f96b8b) - Optional Block<br>Can be used for messages where no values are needed
183
+ <a id="network-f96b8b"></a>&#x2022; [`site_local_network`](#network-f96b8b) - Optional Block<br>Enable this option
184
184
 
185
185
  <a id="eps-33e1fb"></a>&#x2022; [`tunnel_eps`](#eps-33e1fb) - Optional Block<br>Configure tunnel parameters, local and remote IP addresses<br>See [Tunnel Eps](#eps-33e1fb) below.
186
186
 
@@ -158,9 +158,9 @@ A [`ref`](#ip-prefix-set-ref) block (within [`ip_prefix_set`](#ip-prefix-set)) s
158
158
 
159
159
  A [`port`](#port) block supports the following:
160
160
 
161
- <a id="port-all"></a>&#x2022; [`all`](#port-all) - Optional Block<br>Can be used for messages where no values are needed
161
+ <a id="port-all"></a>&#x2022; [`all`](#port-all) - Optional Block<br>Enable this option
162
162
 
163
- <a id="port-dns"></a>&#x2022; [`dns`](#port-dns) - Optional Block<br>Can be used for messages where no values are needed
163
+ <a id="port-dns"></a>&#x2022; [`dns`](#port-dns) - Optional Block<br>Enable this option
164
164
 
165
165
  <a id="port-user-defined"></a>&#x2022; [`user_defined`](#port-user-defined) - Optional Number<br>Matches the user defined port
166
166
 
@@ -158,9 +158,9 @@ A [`ref`](#ip-prefix-set-ref) block (within [`ip_prefix_set`](#ip-prefix-set)) s
158
158
 
159
159
  A [`port`](#port) block supports the following:
160
160
 
161
- <a id="port-all"></a>&#x2022; [`all`](#port-all) - Optional Block<br>Can be used for messages where no values are needed
161
+ <a id="port-all"></a>&#x2022; [`all`](#port-all) - Optional Block<br>Enable this option
162
162
 
163
- <a id="port-dns"></a>&#x2022; [`dns`](#port-dns) - Optional Block<br>Can be used for messages where no values are needed
163
+ <a id="port-dns"></a>&#x2022; [`dns`](#port-dns) - Optional Block<br>Enable this option
164
164
 
165
165
  <a id="port-user-defined"></a>&#x2022; [`user_defined`](#port-user-defined) - Optional Number<br>Matches the user defined port
166
166
 
@@ -70,8 +70,8 @@ resource "f5xc_fleet" "example" {
70
70
  ### Spec Argument Reference
71
71
 
72
72
  -> **One of the following:**
73
- &#x2022; <a id="allow-all-usb"></a>[`allow_all_usb`](#allow-all-usb) - Optional Block<br>Can be used for messages where no values are needed
74
- <br><br>&#x2022; <a id="deny-all-usb"></a>[`deny_all_usb`](#deny-all-usb) - Optional Block<br>Can be used for messages where no values are needed
73
+ &#x2022; <a id="allow-all-usb"></a>[`allow_all_usb`](#allow-all-usb) - Optional Block<br>Enable this option
74
+ <br><br>&#x2022; <a id="deny-all-usb"></a>[`deny_all_usb`](#deny-all-usb) - Optional Block<br>Enable this option
75
75
  <br><br>&#x2022; <a id="usb-policy"></a>[`usb_policy`](#usb-policy) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name
76
76
 
77
77
  <a id="blocked-services"></a>&#x2022; [`blocked_services`](#blocked-services) - Optional Block<br>Disable node local services on this site<br>See [Blocked Services](#blocked-services) below for details.
@@ -84,21 +84,21 @@ resource "f5xc_fleet" "example" {
84
84
  <br><br>&#x2022; <a id="dc-cluster-group-inside"></a>[`dc_cluster_group_inside`](#dc-cluster-group-inside) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Dc Cluster Group Inside](#dc-cluster-group-inside) below for details.
85
85
 
86
86
  -> **One of the following:**
87
- &#x2022; <a id="default-config"></a>[`default_config`](#default-config) - Optional Block<br>Can be used for messages where no values are needed
87
+ &#x2022; <a id="default-config"></a>[`default_config`](#default-config) - Optional Block<br>Enable this option
88
88
  <br><br>&#x2022; <a id="device-list"></a>[`device_list`](#device-list) - Optional Block<br>Add device for all interfaces belonging to this fleet<br>See [Device List](#device-list) below for details.
89
89
 
90
90
  -> **One of the following:**
91
- &#x2022; <a id="default-sriov-interface"></a>[`default_sriov_interface`](#default-sriov-interface) - Optional Block<br>Can be used for messages where no values are needed
91
+ &#x2022; <a id="default-sriov-interface"></a>[`default_sriov_interface`](#default-sriov-interface) - Optional Block<br>Enable this option
92
92
 
93
93
  -> **One of the following:**
94
- &#x2022; <a id="default-storage-class"></a>[`default_storage_class`](#default-storage-class) - Optional Block<br>Can be used for messages where no values are needed
94
+ &#x2022; <a id="default-storage-class"></a>[`default_storage_class`](#default-storage-class) - Optional Block<br>Enable this option
95
95
 
96
96
  -> **One of the following:**
97
- &#x2022; <a id="disable-gpu"></a>[`disable_gpu`](#disable-gpu) - Optional Block<br>Can be used for messages where no values are needed
98
- <br><br>&#x2022; <a id="enable-gpu"></a>[`enable_gpu`](#enable-gpu) - Optional Block<br>Can be used for messages where no values are needed
97
+ &#x2022; <a id="disable-gpu"></a>[`disable_gpu`](#disable-gpu) - Optional Block<br>Enable this option
98
+ <br><br>&#x2022; <a id="enable-gpu"></a>[`enable_gpu`](#enable-gpu) - Optional Block<br>Enable this option
99
99
 
100
100
  -> **One of the following:**
101
- &#x2022; <a id="disable-vm"></a>[`disable_vm`](#disable-vm) - Optional Block<br>Can be used for messages where no values are needed
101
+ &#x2022; <a id="disable-vm"></a>[`disable_vm`](#disable-vm) - Optional Block<br>Enable this option
102
102
 
103
103
  <a id="enable-default-fleet-config-download"></a>&#x2022; [`enable_default_fleet_config_download`](#enable-default-fleet-config-download) - Optional Bool<br>Enable default fleet config, It must be set for storage config and GPU config
104
104
 
@@ -116,24 +116,24 @@ resource "f5xc_fleet" "example" {
116
116
 
117
117
  -> **One of the following:**
118
118
  &#x2022; <a id="log-receiver"></a>[`log_receiver`](#log-receiver) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Log Receiver](#log-receiver) below for details.
119
- <br><br>&#x2022; <a id="logs-streaming-disabled"></a>[`logs_streaming_disabled`](#logs-streaming-disabled) - Optional Block<br>Can be used for messages where no values are needed
119
+ <br><br>&#x2022; <a id="logs-streaming-disabled"></a>[`logs_streaming_disabled`](#logs-streaming-disabled) - Optional Block<br>Enable this option
120
120
 
121
121
  <a id="network-connectors"></a>&#x2022; [`network_connectors`](#network-connectors) - Optional Block<br>Network Connector defines connection between two virtual networks in a given site. Fleet defines one or more such network connectors. The network connectors configuration is applied on all sites that are member of the fleet<br>See [Network Connectors](#network-connectors) below for details.
122
122
 
123
123
  <a id="network-firewall"></a>&#x2022; [`network_firewall`](#network-firewall) - Optional Block<br>Network Firewall defines firewall to be applied for the virtual networks in the fleet. The network firewall configuration is applied on all sites that are member of the fleet. Constraints The Network Firewall is applied on Virtual Networks of type site local network and site local inside network<br>See [Network Firewall](#network-firewall) below for details.
124
124
 
125
- <a id="no-bond-devices"></a>&#x2022; [`no_bond_devices`](#no-bond-devices) - Optional Block<br>Can be used for messages where no values are needed
125
+ <a id="no-bond-devices"></a>&#x2022; [`no_bond_devices`](#no-bond-devices) - Optional Block<br>Enable this option
126
126
 
127
- <a id="no-dc-cluster-group"></a>&#x2022; [`no_dc_cluster_group`](#no-dc-cluster-group) - Optional Block<br>Can be used for messages where no values are needed
127
+ <a id="no-dc-cluster-group"></a>&#x2022; [`no_dc_cluster_group`](#no-dc-cluster-group) - Optional Block<br>Enable this option
128
128
 
129
129
  -> **One of the following:**
130
- &#x2022; <a id="no-storage-device"></a>[`no_storage_device`](#no-storage-device) - Optional Block<br>Can be used for messages where no values are needed
130
+ &#x2022; <a id="no-storage-device"></a>[`no_storage_device`](#no-storage-device) - Optional Block<br>Enable this option
131
131
 
132
132
  -> **One of the following:**
133
- &#x2022; <a id="no-storage-interfaces"></a>[`no_storage_interfaces`](#no-storage-interfaces) - Optional Block<br>Can be used for messages where no values are needed
133
+ &#x2022; <a id="no-storage-interfaces"></a>[`no_storage_interfaces`](#no-storage-interfaces) - Optional Block<br>Enable this option
134
134
 
135
135
  -> **One of the following:**
136
- &#x2022; <a id="no-storage-static-routes"></a>[`no_storage_static_routes`](#no-storage-static-routes) - Optional Block<br>Can be used for messages where no values are needed
136
+ &#x2022; <a id="no-storage-static-routes"></a>[`no_storage_static_routes`](#no-storage-static-routes) - Optional Block<br>Enable this option
137
137
 
138
138
  <a id="operating-system-version"></a>&#x2022; [`operating_system_version`](#operating-system-version) - Optional String<br>Desired Operating System version that is applied to all sites that are member of the fleet. Current Operating System version can be overridden via site config
139
139
 
@@ -167,13 +167,13 @@ In addition to all arguments above, the following attributes are exported:
167
167
 
168
168
  A [`blocked_services`](#blocked-services) block supports the following:
169
169
 
170
- <a id="blocked-services-dns"></a>&#x2022; [`dns`](#blocked-services-dns) - Optional Block<br>Can be used for messages where no values are needed
170
+ <a id="blocked-services-dns"></a>&#x2022; [`dns`](#blocked-services-dns) - Optional Block<br>Enable this option
171
171
 
172
172
  <a id="blocked-services-network-type"></a>&#x2022; [`network_type`](#blocked-services-network-type) - Optional String Defaults to `VIRTUAL_NETWORK_SITE_LOCAL`<br>Possible values are `VIRTUAL_NETWORK_SITE_LOCAL`, `VIRTUAL_NETWORK_SITE_LOCAL_INSIDE`, `VIRTUAL_NETWORK_PER_SITE`, `VIRTUAL_NETWORK_PUBLIC`, `VIRTUAL_NETWORK_GLOBAL`, `VIRTUAL_NETWORK_SITE_SERVICE`, `VIRTUAL_NETWORK_VER_INTERNAL`, `VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE`, `VIRTUAL_NETWORK_IP_AUTO`, `VIRTUAL_NETWORK_VOLTADN_PRIVATE_NETWORK`, `VIRTUAL_NETWORK_SRV6_NETWORK`, `VIRTUAL_NETWORK_IP_FABRIC`, `VIRTUAL_NETWORK_SEGMENT`<br>[Enum: VIRTUAL_NETWORK_SITE_LOCAL|VIRTUAL_NETWORK_SITE_LOCAL_INSIDE|VIRTUAL_NETWORK_PER_SITE|VIRTUAL_NETWORK_PUBLIC|VIRTUAL_NETWORK_GLOBAL|VIRTUAL_NETWORK_SITE_SERVICE|VIRTUAL_NETWORK_VER_INTERNAL|VIRTUAL_NETWORK_SITE_LOCAL_INSIDE_OUTSIDE|VIRTUAL_NETWORK_IP_AUTO|VIRTUAL_NETWORK_VOLTADN_PRIVATE_NETWORK|VIRTUAL_NETWORK_SRV6_NETWORK|VIRTUAL_NETWORK_IP_FABRIC|VIRTUAL_NETWORK_SEGMENT] Different types of virtual networks understood by the system Virtual-network of type VIRTUAL_NETWORK_SITE_LOCAL provides connectivity to public (outside) network. This is an insecure network and is connected to public internet via NAT Gateways/firwalls Virtual-network of this type is local to
173
173
 
174
- <a id="blocked-services-ssh"></a>&#x2022; [`ssh`](#blocked-services-ssh) - Optional Block<br>Can be used for messages where no values are needed
174
+ <a id="blocked-services-ssh"></a>&#x2022; [`ssh`](#blocked-services-ssh) - Optional Block<br>Enable this option
175
175
 
176
- <a id="blocked-services-web-user-interface"></a>&#x2022; [`web_user_interface`](#blocked-services-web-user-interface) - Optional Block<br>Can be used for messages where no values are needed
176
+ <a id="blocked-services-web-user-interface"></a>&#x2022; [`web_user_interface`](#blocked-services-web-user-interface) - Optional Block<br>Enable this option
177
177
 
178
178
  #### Bond Device List
179
179
 
@@ -185,7 +185,7 @@ A [`bond_device_list`](#bond-device-list) block supports the following:
185
185
 
186
186
  A [`bond_devices`](#bond-device-list-bond-devices) block (within [`bond_device_list`](#bond-device-list)) supports the following:
187
187
 
188
- <a id="backup-c22794"></a>&#x2022; [`active_backup`](#backup-c22794) - Optional Block<br>Can be used for messages where no values are needed
188
+ <a id="backup-c22794"></a>&#x2022; [`active_backup`](#backup-c22794) - Optional Block<br>Enable this option
189
189
 
190
190
  <a id="bond-device-list-bond-devices-devices"></a>&#x2022; [`devices`](#bond-device-list-bond-devices-devices) - Optional List<br>Ethernet devices that will make up this bond
191
191
 
@@ -305,7 +305,7 @@ An [`interfaces`](#interface-list-interfaces) block (within [`interface_list`](#
305
305
 
306
306
  A [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) block supports the following:
307
307
 
308
- <a id="drain-0d0936"></a>&#x2022; [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>Can be used for messages where no values are needed
308
+ <a id="drain-0d0936"></a>&#x2022; [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>Enable this option
309
309
 
310
310
  <a id="drain-7e30d4"></a>&#x2022; [`enable_upgrade_drain`](#drain-7e30d4) - Optional Block<br>Specify batch upgrade settings for worker nodes within a site<br>See [Enable Upgrade Drain](#drain-7e30d4) below.
311
311
 
@@ -313,13 +313,13 @@ A [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) block supports the fol
313
313
 
314
314
  An [`enable_upgrade_drain`](#drain-7e30d4) block (within [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain)) supports the following:
315
315
 
316
- <a id="mode-668699"></a>&#x2022; [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>Can be used for messages where no values are needed
316
+ <a id="mode-668699"></a>&#x2022; [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>Enable this option
317
317
 
318
318
  <a id="count-3aa796"></a>&#x2022; [`drain_max_unavailable_node_count`](#count-3aa796) - Optional Number<br>Node Batch Size Count
319
319
 
320
320
  <a id="timeout-ac4ee9"></a>&#x2022; [`drain_node_timeout`](#timeout-ac4ee9) - Optional Number<br>Seconds to wait before initiating upgrade on the next set of nodes. Setting it to 0 will wait indefinitely for all services on nodes to be upgraded gracefully before proceeding to the next set of nodes. (Warning: It may block upgrade if services on a node cannot be gracefully upgraded. It is
321
321
 
322
- <a id="mode-9c557b"></a>&#x2022; [`enable_vega_upgrade_mode`](#mode-9c557b) - Optional Block<br>Can be used for messages where no values are needed
322
+ <a id="mode-9c557b"></a>&#x2022; [`enable_vega_upgrade_mode`](#mode-9c557b) - Optional Block<br>Enable this option
323
323
 
324
324
  #### Log Receiver
325
325
 
@@ -379,15 +379,15 @@ A [`performance_enhancement_mode`](#performance-enhancement-mode) block supports
379
379
 
380
380
  <a id="enhanced-31b8ac"></a>&#x2022; [`perf_mode_l3_enhanced`](#enhanced-31b8ac) - Optional Block<br>L3 Mode Enhanced Performance. L3 enhanced performance mode OPTIONS<br>See [Perf Mode L3 Enhanced](#enhanced-31b8ac) below.
381
381
 
382
- <a id="enhanced-38f174"></a>&#x2022; [`perf_mode_l7_enhanced`](#enhanced-38f174) - Optional Block<br>Can be used for messages where no values are needed
382
+ <a id="enhanced-38f174"></a>&#x2022; [`perf_mode_l7_enhanced`](#enhanced-38f174) - Optional Block<br>Enable this option
383
383
 
384
384
  #### Performance Enhancement Mode Perf Mode L3 Enhanced
385
385
 
386
386
  A [`perf_mode_l3_enhanced`](#enhanced-31b8ac) block (within [`performance_enhancement_mode`](#performance-enhancement-mode)) supports the following:
387
387
 
388
- <a id="jumbo-7ba5b8"></a>&#x2022; [`jumbo`](#jumbo-7ba5b8) - Optional Block<br>Can be used for messages where no values are needed
388
+ <a id="jumbo-7ba5b8"></a>&#x2022; [`jumbo`](#jumbo-7ba5b8) - Optional Block<br>Enable this option
389
389
 
390
- <a id="jumbo-95338e"></a>&#x2022; [`no_jumbo`](#jumbo-95338e) - Optional Block<br>Can be used for messages where no values are needed
390
+ <a id="jumbo-95338e"></a>&#x2022; [`no_jumbo`](#jumbo-95338e) - Optional Block<br>Enable this option
391
391
 
392
392
  #### Sriov Interfaces
393
393
 
@@ -503,7 +503,7 @@ A [`storage_devices`](#storage-device-list-storage-devices) block (within [`stor
503
503
 
504
504
  <a id="parameters-88bc5e"></a>&#x2022; [`advanced_advanced_parameters`](#parameters-88bc5e) - Optional Block<br>Advanced Parameters. Map of parameter name and string value
505
505
 
506
- <a id="storage-06f9ba"></a>&#x2022; [`custom_storage`](#storage-06f9ba) - Optional Block<br>Can be used for messages where no values are needed
506
+ <a id="storage-06f9ba"></a>&#x2022; [`custom_storage`](#storage-06f9ba) - Optional Block<br>Enable this option
507
507
 
508
508
  <a id="storage-af052c"></a>&#x2022; [`hpe_storage`](#storage-af052c) - Optional Block<br>HPE Storage. Device configuration for HPE Storage<br>See [Hpe Storage](#storage-af052c) below.
509
509
 
@@ -75,14 +75,14 @@ resource "f5xc_forward_proxy_policy" "example" {
75
75
  ### Spec Argument Reference
76
76
 
77
77
  -> **One of the following:**
78
- &#x2022; <a id="allow-all"></a>[`allow_all`](#allow-all) - Optional Block<br>Can be used for messages where no values are needed
78
+ &#x2022; <a id="allow-all"></a>[`allow_all`](#allow-all) - Optional Block<br>Enable this option
79
79
  <br><br>&#x2022; <a id="allow-list"></a>[`allow_list`](#allow-list) - Optional Block<br>URL(s) and domains policy for forward proxy for a connection type (TLS or HTTP)<br>See [Allow List](#allow-list) below for details.
80
80
  <br><br>&#x2022; <a id="deny-list"></a>[`deny_list`](#deny-list) - Optional Block<br>URL(s) and domains policy for forward proxy for a connection type (TLS or HTTP)<br>See [Deny List](#deny-list) below for details.
81
81
  <br><br>&#x2022; <a id="rule-list"></a>[`rule_list`](#rule-list) - Optional Block<br>Custom Rule List. List of custom rules<br>See [Rule List](#rule-list) below for details.
82
82
 
83
83
  -> **One of the following:**
84
- &#x2022; <a id="any-proxy"></a>[`any_proxy`](#any-proxy) - Optional Block<br>Can be used for messages where no values are needed
85
- <br><br>&#x2022; <a id="drp-http-connect"></a>[`drp_http_connect`](#drp-http-connect) - Optional Block<br>Can be used for messages where no values are needed
84
+ &#x2022; <a id="any-proxy"></a>[`any_proxy`](#any-proxy) - Optional Block<br>Enable this option
85
+ <br><br>&#x2022; <a id="drp-http-connect"></a>[`drp_http_connect`](#drp-http-connect) - Optional Block<br>Enable this option
86
86
  <br><br>&#x2022; <a id="network-connector"></a>[`network_connector`](#network-connector) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Network Connector](#network-connector) below for details.
87
87
  <br><br>&#x2022; <a id="proxy-label-selector"></a>[`proxy_label_selector`](#proxy-label-selector) - Optional Block<br>Type can be used to establish a 'selector reference' from one object(called selector) to a set of other objects(called selectees) based on the value of expresssions. A label selector is a label query over a set of resources. An empty label selector matches all objects<br>See [Proxy Label Selector](#proxy-label-selector) below for details.
88
88
 
@@ -100,11 +100,11 @@ In addition to all arguments above, the following attributes are exported:
100
100
 
101
101
  An [`allow_list`](#allow-list) block supports the following:
102
102
 
103
- <a id="allow-list-default-action-allow"></a>&#x2022; [`default_action_allow`](#allow-list-default-action-allow) - Optional Block<br>Can be used for messages where no values are needed
103
+ <a id="allow-list-default-action-allow"></a>&#x2022; [`default_action_allow`](#allow-list-default-action-allow) - Optional Block<br>Enable this option
104
104
 
105
- <a id="allow-list-default-action-deny"></a>&#x2022; [`default_action_deny`](#allow-list-default-action-deny) - Optional Block<br>Can be used for messages where no values are needed
105
+ <a id="allow-list-default-action-deny"></a>&#x2022; [`default_action_deny`](#allow-list-default-action-deny) - Optional Block<br>Enable this option
106
106
 
107
- <a id="allow-list-default-action-next-policy"></a>&#x2022; [`default_action_next_policy`](#allow-list-default-action-next-policy) - Optional Block<br>Can be used for messages where no values are needed
107
+ <a id="allow-list-default-action-next-policy"></a>&#x2022; [`default_action_next_policy`](#allow-list-default-action-next-policy) - Optional Block<br>Enable this option
108
108
 
109
109
  <a id="allow-list-dest-list"></a>&#x2022; [`dest_list`](#allow-list-dest-list) - Optional Block<br>L4 destinations for non-HTTP and non-TLS connections and TLS connections without SNI<br>See [Dest List](#allow-list-dest-list) below.
110
110
 
@@ -126,7 +126,7 @@ A [`dest_list`](#allow-list-dest-list) block (within [`allow_list`](#allow-list)
126
126
 
127
127
  A [`http_list`](#allow-list-http-list) block (within [`allow_list`](#allow-list)) supports the following:
128
128
 
129
- <a id="allow-list-http-list-any-path"></a>&#x2022; [`any_path`](#allow-list-http-list-any-path) - Optional Block<br>Can be used for messages where no values are needed
129
+ <a id="allow-list-http-list-any-path"></a>&#x2022; [`any_path`](#allow-list-http-list-any-path) - Optional Block<br>Enable this option
130
130
 
131
131
  <a id="allow-list-http-list-exact-value"></a>&#x2022; [`exact_value`](#allow-list-http-list-exact-value) - Optional String<br>Exact domain name
132
132
 
@@ -154,11 +154,11 @@ A [`tls_list`](#allow-list-tls-list) block (within [`allow_list`](#allow-list))
154
154
 
155
155
  A [`deny_list`](#deny-list) block supports the following:
156
156
 
157
- <a id="deny-list-default-action-allow"></a>&#x2022; [`default_action_allow`](#deny-list-default-action-allow) - Optional Block<br>Can be used for messages where no values are needed
157
+ <a id="deny-list-default-action-allow"></a>&#x2022; [`default_action_allow`](#deny-list-default-action-allow) - Optional Block<br>Enable this option
158
158
 
159
- <a id="deny-list-default-action-deny"></a>&#x2022; [`default_action_deny`](#deny-list-default-action-deny) - Optional Block<br>Can be used for messages where no values are needed
159
+ <a id="deny-list-default-action-deny"></a>&#x2022; [`default_action_deny`](#deny-list-default-action-deny) - Optional Block<br>Enable this option
160
160
 
161
- <a id="deny-list-default-action-next-policy"></a>&#x2022; [`default_action_next_policy`](#deny-list-default-action-next-policy) - Optional Block<br>Can be used for messages where no values are needed
161
+ <a id="deny-list-default-action-next-policy"></a>&#x2022; [`default_action_next_policy`](#deny-list-default-action-next-policy) - Optional Block<br>Enable this option
162
162
 
163
163
  <a id="deny-list-dest-list"></a>&#x2022; [`dest_list`](#deny-list-dest-list) - Optional Block<br>L4 destinations for non-HTTP and non-TLS connections and TLS connections without SNI<br>See [Dest List](#deny-list-dest-list) below.
164
164
 
@@ -180,7 +180,7 @@ A [`dest_list`](#deny-list-dest-list) block (within [`deny_list`](#deny-list)) s
180
180
 
181
181
  A [`http_list`](#deny-list-http-list) block (within [`deny_list`](#deny-list)) supports the following:
182
182
 
183
- <a id="deny-list-http-list-any-path"></a>&#x2022; [`any_path`](#deny-list-http-list-any-path) - Optional Block<br>Can be used for messages where no values are needed
183
+ <a id="deny-list-http-list-any-path"></a>&#x2022; [`any_path`](#deny-list-http-list-any-path) - Optional Block<br>Enable this option
184
184
 
185
185
  <a id="deny-list-http-list-exact-value"></a>&#x2022; [`exact_value`](#deny-list-http-list-exact-value) - Optional String<br>Exact domain name
186
186
 
@@ -232,9 +232,9 @@ A [`rules`](#rule-list-rules) block (within [`rule_list`](#rule-list)) supports
232
232
 
233
233
  <a id="rule-list-rules-action"></a>&#x2022; [`action`](#rule-list-rules-action) - Optional String Defaults to `DENY`<br>Possible values are `DENY`, `ALLOW`, `NEXT_POLICY`<br>[Enum: DENY|ALLOW|NEXT_POLICY] The rule action determines the disposition of the input request API. If a policy matches a rule with an ALLOW action, the processing of the request proceeds forward. If it matches a rule with a DENY action, the processing of the request is terminated and an appropriate message/code returned to
234
234
 
235
- <a id="rule-list-rules-all-destinations"></a>&#x2022; [`all_destinations`](#rule-list-rules-all-destinations) - Optional Block<br>Can be used for messages where no values are needed
235
+ <a id="rule-list-rules-all-destinations"></a>&#x2022; [`all_destinations`](#rule-list-rules-all-destinations) - Optional Block<br>Enable this option
236
236
 
237
- <a id="rule-list-rules-all-sources"></a>&#x2022; [`all_sources`](#rule-list-rules-all-sources) - Optional Block<br>Can be used for messages where no values are needed
237
+ <a id="rule-list-rules-all-sources"></a>&#x2022; [`all_sources`](#rule-list-rules-all-sources) - Optional Block<br>Enable this option
238
238
 
239
239
  <a id="rule-list-rules-dst-asn-list"></a>&#x2022; [`dst_asn_list`](#rule-list-rules-dst-asn-list) - Optional Block<br>Unordered set of RFC 6793 defined 4-byte AS numbers that can be used to create allow or deny lists for use in network policy or service policy. It can be used to create the allow list only for DNS Load Balancer<br>See [Dst Asn List](#rule-list-rules-dst-asn-list) below.
240
240
 
@@ -254,7 +254,7 @@ A [`rules`](#rule-list-rules) block (within [`rule_list`](#rule-list)) supports
254
254
 
255
255
  <a id="rule-list-rules-metadata"></a>&#x2022; [`metadata`](#rule-list-rules-metadata) - Optional Block<br>MessageMetaType is metadata (common attributes) of a message that only certain messages have. This information is propagated to the metadata of a child object that gets created from the containing message during view processing. The information in this type can be specified by user during create<br>See [Metadata](#rule-list-rules-metadata) below.
256
256
 
257
- <a id="rule-list-rules-no-http-connect-port"></a>&#x2022; [`no_http_connect_port`](#rule-list-rules-no-http-connect-port) - Optional Block<br>Can be used for messages where no values are needed
257
+ <a id="rule-list-rules-no-http-connect-port"></a>&#x2022; [`no_http_connect_port`](#rule-list-rules-no-http-connect-port) - Optional Block<br>Enable this option
258
258
 
259
259
  <a id="rule-list-rules-port-matcher"></a>&#x2022; [`port_matcher`](#rule-list-rules-port-matcher) - Optional Block<br>Port matcher specifies a list of port ranges as match criteria. The match is considered successful if the input port falls within any of the port ranges. The result of the match is inverted if invert_matcher is true<br>See [Port Matcher](#rule-list-rules-port-matcher) below.
260
260
 
@@ -312,7 +312,7 @@ A [`http_list`](#rule-list-rules-http-list) block (within [`rule_list.rules`](#r
312
312
 
313
313
  A [`http_list`](#rule-list-rules-http-list-http-list) block (within [`rule_list.rules.http_list`](#rule-list-rules-http-list)) supports the following:
314
314
 
315
- <a id="path-5eabfe"></a>&#x2022; [`any_path`](#path-5eabfe) - Optional Block<br>Can be used for messages where no values are needed
315
+ <a id="path-5eabfe"></a>&#x2022; [`any_path`](#path-5eabfe) - Optional Block<br>Enable this option
316
316
 
317
317
  <a id="value-d667cb"></a>&#x2022; [`exact_value`](#value-d667cb) - Optional String<br>Exact domain name
318
318
 
@@ -36,11 +36,11 @@ resource "f5xc_forwarding_class" "example" {
36
36
  dscp {
37
37
  # Configure dscp settings
38
38
  }
39
- # [OneOf: dscp_based_queue, queue_id_to_use] Can be used fo...
39
+ # [OneOf: dscp_based_queue, queue_id_to_use] Enable this op...
40
40
  dscp_based_queue {
41
41
  # Configure dscp_based_queue settings
42
42
  }
43
- # Can be used for messages where no values are needed.
43
+ # Enable this option
44
44
  no_marking {
45
45
  # Configure no_marking settings
46
46
  }
@@ -68,16 +68,16 @@ resource "f5xc_forwarding_class" "example" {
68
68
 
69
69
  -> **One of the following:**
70
70
  &#x2022; <a id="dscp"></a>[`dscp`](#dscp) - Optional Block<br>DSCP Marking setting. DSCP marking setting as per RFC 2475<br>See [Dscp](#dscp) below for details.
71
- <br><br>&#x2022; <a id="no-marking"></a>[`no_marking`](#no-marking) - Optional Block<br>Can be used for messages where no values are needed
71
+ <br><br>&#x2022; <a id="no-marking"></a>[`no_marking`](#no-marking) - Optional Block<br>Enable this option
72
72
 
73
73
  -> **One of the following:**
74
- &#x2022; <a id="dscp-based-queue"></a>[`dscp_based_queue`](#dscp-based-queue) - Optional Block<br>Can be used for messages where no values are needed
74
+ &#x2022; <a id="dscp-based-queue"></a>[`dscp_based_queue`](#dscp-based-queue) - Optional Block<br>Enable this option
75
75
  <br><br>&#x2022; <a id="queue-id-to-use"></a>[`queue_id_to_use`](#queue-id-to-use) - Optional String Defaults to `DSCP_BEST_EFFORT`<br>Possible values are `DSCP_BEST_EFFORT`, `DSCP_CLASS1`, `DSCP_CLASS2`, `DSCP_CLASS3`, `DSCP_CLASS4`, `DSCP_EXPRESS_FORWARDING`, `DSCP_CONTROL_L3`, `DSCP_CONTROL_L2`<br>[Enum: DSCP_BEST_EFFORT|DSCP_CLASS1|DSCP_CLASS2|DSCP_CLASS3|DSCP_CLASS4|DSCP_EXPRESS_FORWARDING|DSCP_CONTROL_L3|DSCP_CONTROL_L2] DSCP Precedence Level Values Best Effort service will GET any available bandwidth DSCP Class 1 service DSCP Class 2 service DSCP Class 3 service DSCP Class 4 service Express Forwarding is used for low latency traffic Control is used for routing traffic, not recommended Link Layer traffic like
76
76
 
77
77
  <a id="interface-group"></a>&#x2022; [`interface_group`](#interface-group) - Optional String Defaults to `ANY_AVAILABLE_INTERFACE`<br>Possible values are `ANY_AVAILABLE_INTERFACE`, `INTERFACE_GROUP1`, `INTERFACE_GROUP2`, `INTERFACE_GROUP3`<br>[Enum: ANY_AVAILABLE_INTERFACE|INTERFACE_GROUP1|INTERFACE_GROUP2|INTERFACE_GROUP3] Interface group, group membership by adding group label to interface Choose any of the available interfaces Choose all interfaces with label group1 Choose all interfaces with label group2 Choose all interfaces with label group3
78
78
 
79
79
  -> **One of the following:**
80
- &#x2022; <a id="no-policer"></a>[`no_policer`](#no-policer) - Optional Block<br>Can be used for messages where no values are needed
80
+ &#x2022; <a id="no-policer"></a>[`no_policer`](#no-policer) - Optional Block<br>Enable this option
81
81
 
82
82
  <a id="policer"></a>&#x2022; [`policer`](#policer) - Optional Block<br>Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name<br>See [Policer](#policer) below for details.
83
83