@robinmordasiewicz/f5xc-terraform-mcp 3.10.2 → 3.10.4
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.
- package/dist/docs/data-sources/bgp.md +2 -2
- package/dist/docs/data-sources/discovery.md +2 -2
- package/dist/docs/data-sources/fast_acl.md +2 -2
- package/dist/docs/data-sources/log_receiver.md +2 -2
- package/dist/docs/data-sources/network_policy.md +2 -2
- package/dist/docs/data-sources/site.md +2 -2
- package/dist/docs/resources/advertise_policy.md +10 -10
- package/dist/docs/resources/alert_policy.md +9 -9
- package/dist/docs/resources/alert_receiver.md +4 -4
- package/dist/docs/resources/api_definition.md +2 -2
- package/dist/docs/resources/api_testing.md +6 -6
- package/dist/docs/resources/apm.md +8 -8
- package/dist/docs/resources/app_firewall.md +19 -19
- package/dist/docs/resources/app_setting.md +5 -5
- package/dist/docs/resources/app_type.md +3 -3
- package/dist/docs/resources/aws_tgw_site.md +50 -50
- package/dist/docs/resources/aws_vpc_site.md +66 -66
- package/dist/docs/resources/azure_vnet_site.md +93 -93
- package/dist/docs/resources/bgp.md +205 -37
- package/dist/docs/resources/bgp_routing_policy.md +7 -7
- package/dist/docs/resources/cdn_cache_rule.md +2 -2
- package/dist/docs/resources/cdn_loadbalancer.md +122 -122
- package/dist/docs/resources/cloud_connect.md +2 -2
- package/dist/docs/resources/cloud_credentials.md +2 -2
- package/dist/docs/resources/cloud_link.md +3 -3
- package/dist/docs/resources/cluster.md +18 -18
- package/dist/docs/resources/dc_cluster_group.md +4 -4
- package/dist/docs/resources/discovery.md +259 -8
- package/dist/docs/resources/dns_domain.md +2 -2
- package/dist/docs/resources/endpoint.md +5 -5
- package/dist/docs/resources/enhanced_firewall_policy.md +15 -15
- package/dist/docs/resources/external_connector.md +7 -7
- package/dist/docs/resources/fast_acl.md +166 -60
- package/dist/docs/resources/fast_acl_rule.md +2 -2
- package/dist/docs/resources/fleet.md +25 -25
- package/dist/docs/resources/forward_proxy_policy.md +15 -15
- package/dist/docs/resources/forwarding_class.md +5 -5
- package/dist/docs/resources/gcp_vpc_site.md +37 -37
- package/dist/docs/resources/global_log_receiver.md +104 -104
- package/dist/docs/resources/healthcheck.md +2 -2
- package/dist/docs/resources/http_loadbalancer.md +287 -287
- package/dist/docs/resources/log_receiver.md +44 -825
- package/dist/docs/resources/malicious_user_mitigation.md +6 -6
- package/dist/docs/resources/nat_policy.md +10 -10
- package/dist/docs/resources/network_connector.md +9 -9
- package/dist/docs/resources/network_firewall.md +3 -3
- package/dist/docs/resources/network_interface.md +28 -28
- package/dist/docs/resources/network_policy.md +217 -38
- package/dist/docs/resources/network_policy_view.md +16 -16
- package/dist/docs/resources/nfv_service.md +26 -26
- package/dist/docs/resources/origin_pool.md +48 -48
- package/dist/docs/resources/policy_based_routing.md +8 -8
- package/dist/docs/resources/protocol_inspection.md +4 -4
- package/dist/docs/resources/proxy.md +23 -23
- package/dist/docs/resources/rate_limiter.md +1 -1
- package/dist/docs/resources/rate_limiter_policy.md +8 -8
- package/dist/docs/resources/route.md +36 -36
- package/dist/docs/resources/secret_management_access.md +8 -8
- package/dist/docs/resources/securemesh_site.md +258 -1619
- package/dist/docs/resources/segment.md +4 -4
- package/dist/docs/resources/service_policy.md +44 -44
- package/dist/docs/resources/service_policy_rule.md +37 -37
- package/dist/docs/resources/site.md +244 -322
- package/dist/docs/resources/site_mesh_group.md +8 -8
- package/dist/docs/resources/subnet.md +5 -5
- package/dist/docs/resources/tcp_loadbalancer.md +37 -37
- package/dist/docs/resources/tunnel.md +4 -4
- package/dist/docs/resources/udp_loadbalancer.md +9 -9
- package/dist/docs/resources/user_identification.md +10 -10
- package/dist/docs/resources/virtual_host.md +42 -42
- package/dist/docs/resources/virtual_network.md +4 -4
- package/dist/docs/resources/voltstack_site.md +59 -59
- package/dist/docs/resources/waf_exclusion_policy.md +5 -5
- package/dist/docs/resources/workload.md +24 -24
- package/dist/metadata/resource-metadata.json +394 -948
- package/dist/metadata/validation-patterns.json +1 -1
- package/package.json +1 -1
|
@@ -70,8 +70,8 @@ resource "f5xc_fleet" "example" {
|
|
|
70
70
|
### Spec Argument Reference
|
|
71
71
|
|
|
72
72
|
-> **One of the following:**
|
|
73
|
-
• <a id="allow-all-usb"></a>[`allow_all_usb`](#allow-all-usb) - Optional Block<br>
|
|
74
|
-
<br><br>• <a id="deny-all-usb"></a>[`deny_all_usb`](#deny-all-usb) - Optional Block<br>
|
|
73
|
+
• <a id="allow-all-usb"></a>[`allow_all_usb`](#allow-all-usb) - Optional Block<br>Enable this option
|
|
74
|
+
<br><br>• <a id="deny-all-usb"></a>[`deny_all_usb`](#deny-all-usb) - Optional Block<br>Enable this option
|
|
75
75
|
<br><br>• <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>• [`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>• <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
|
-
• <a id="default-config"></a>[`default_config`](#default-config) - Optional Block<br>
|
|
87
|
+
• <a id="default-config"></a>[`default_config`](#default-config) - Optional Block<br>Enable this option
|
|
88
88
|
<br><br>• <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
|
-
• <a id="default-sriov-interface"></a>[`default_sriov_interface`](#default-sriov-interface) - Optional Block<br>
|
|
91
|
+
• <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
|
-
• <a id="default-storage-class"></a>[`default_storage_class`](#default-storage-class) - Optional Block<br>
|
|
94
|
+
• <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
|
-
• <a id="disable-gpu"></a>[`disable_gpu`](#disable-gpu) - Optional Block<br>
|
|
98
|
-
<br><br>• <a id="enable-gpu"></a>[`enable_gpu`](#enable-gpu) - Optional Block<br>
|
|
97
|
+
• <a id="disable-gpu"></a>[`disable_gpu`](#disable-gpu) - Optional Block<br>Enable this option
|
|
98
|
+
<br><br>• <a id="enable-gpu"></a>[`enable_gpu`](#enable-gpu) - Optional Block<br>Enable this option
|
|
99
99
|
|
|
100
100
|
-> **One of the following:**
|
|
101
|
-
• <a id="disable-vm"></a>[`disable_vm`](#disable-vm) - Optional Block<br>
|
|
101
|
+
• <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>• [`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
|
• <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>• <a id="logs-streaming-disabled"></a>[`logs_streaming_disabled`](#logs-streaming-disabled) - Optional Block<br>
|
|
119
|
+
<br><br>• <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>• [`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>• [`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>• [`no_bond_devices`](#no-bond-devices) - Optional Block<br>
|
|
125
|
+
<a id="no-bond-devices"></a>• [`no_bond_devices`](#no-bond-devices) - Optional Block<br>Enable this option
|
|
126
126
|
|
|
127
|
-
<a id="no-dc-cluster-group"></a>• [`no_dc_cluster_group`](#no-dc-cluster-group) - Optional Block<br>
|
|
127
|
+
<a id="no-dc-cluster-group"></a>• [`no_dc_cluster_group`](#no-dc-cluster-group) - Optional Block<br>Enable this option
|
|
128
128
|
|
|
129
129
|
-> **One of the following:**
|
|
130
|
-
• <a id="no-storage-device"></a>[`no_storage_device`](#no-storage-device) - Optional Block<br>
|
|
130
|
+
• <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
|
-
• <a id="no-storage-interfaces"></a>[`no_storage_interfaces`](#no-storage-interfaces) - Optional Block<br>
|
|
133
|
+
• <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
|
-
• <a id="no-storage-static-routes"></a>[`no_storage_static_routes`](#no-storage-static-routes) - Optional Block<br>
|
|
136
|
+
• <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>• [`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>• [`dns`](#blocked-services-dns) - Optional Block<br>
|
|
170
|
+
<a id="blocked-services-dns"></a>• [`dns`](#blocked-services-dns) - Optional Block<br>Enable this option
|
|
171
171
|
|
|
172
172
|
<a id="blocked-services-network-type"></a>• [`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>• [`ssh`](#blocked-services-ssh) - Optional Block<br>
|
|
174
|
+
<a id="blocked-services-ssh"></a>• [`ssh`](#blocked-services-ssh) - Optional Block<br>Enable this option
|
|
175
175
|
|
|
176
|
-
<a id="blocked-services-web-user-interface"></a>• [`web_user_interface`](#blocked-services-web-user-interface) - Optional Block<br>
|
|
176
|
+
<a id="blocked-services-web-user-interface"></a>• [`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>• [`active_backup`](#backup-c22794) - Optional Block<br>
|
|
188
|
+
<a id="backup-c22794"></a>• [`active_backup`](#backup-c22794) - Optional Block<br>Enable this option
|
|
189
189
|
|
|
190
190
|
<a id="bond-device-list-bond-devices-devices"></a>• [`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>• [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>
|
|
308
|
+
<a id="drain-0d0936"></a>• [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>Enable this option
|
|
309
309
|
|
|
310
310
|
<a id="drain-7e30d4"></a>• [`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>• [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>
|
|
316
|
+
<a id="mode-668699"></a>• [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>Enable this option
|
|
317
317
|
|
|
318
318
|
<a id="count-3aa796"></a>• [`drain_max_unavailable_node_count`](#count-3aa796) - Optional Number<br>Node Batch Size Count
|
|
319
319
|
|
|
320
320
|
<a id="timeout-ac4ee9"></a>• [`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>• [`enable_vega_upgrade_mode`](#mode-9c557b) - Optional Block<br>
|
|
322
|
+
<a id="mode-9c557b"></a>• [`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>• [`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>• [`perf_mode_l7_enhanced`](#enhanced-38f174) - Optional Block<br>
|
|
382
|
+
<a id="enhanced-38f174"></a>• [`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>• [`jumbo`](#jumbo-7ba5b8) - Optional Block<br>
|
|
388
|
+
<a id="jumbo-7ba5b8"></a>• [`jumbo`](#jumbo-7ba5b8) - Optional Block<br>Enable this option
|
|
389
389
|
|
|
390
|
-
<a id="jumbo-95338e"></a>• [`no_jumbo`](#jumbo-95338e) - Optional Block<br>
|
|
390
|
+
<a id="jumbo-95338e"></a>• [`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>• [`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>• [`custom_storage`](#storage-06f9ba) - Optional Block<br>
|
|
506
|
+
<a id="storage-06f9ba"></a>• [`custom_storage`](#storage-06f9ba) - Optional Block<br>Enable this option
|
|
507
507
|
|
|
508
508
|
<a id="storage-af052c"></a>• [`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
|
-
• <a id="allow-all"></a>[`allow_all`](#allow-all) - Optional Block<br>
|
|
78
|
+
• <a id="allow-all"></a>[`allow_all`](#allow-all) - Optional Block<br>Enable this option
|
|
79
79
|
<br><br>• <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>• <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>• <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
|
-
• <a id="any-proxy"></a>[`any_proxy`](#any-proxy) - Optional Block<br>
|
|
85
|
-
<br><br>• <a id="drp-http-connect"></a>[`drp_http_connect`](#drp-http-connect) - Optional Block<br>
|
|
84
|
+
• <a id="any-proxy"></a>[`any_proxy`](#any-proxy) - Optional Block<br>Enable this option
|
|
85
|
+
<br><br>• <a id="drp-http-connect"></a>[`drp_http_connect`](#drp-http-connect) - Optional Block<br>Enable this option
|
|
86
86
|
<br><br>• <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>• <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>• [`default_action_allow`](#allow-list-default-action-allow) - Optional Block<br>
|
|
103
|
+
<a id="allow-list-default-action-allow"></a>• [`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>• [`default_action_deny`](#allow-list-default-action-deny) - Optional Block<br>
|
|
105
|
+
<a id="allow-list-default-action-deny"></a>• [`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>• [`default_action_next_policy`](#allow-list-default-action-next-policy) - Optional Block<br>
|
|
107
|
+
<a id="allow-list-default-action-next-policy"></a>• [`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>• [`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>• [`any_path`](#allow-list-http-list-any-path) - Optional Block<br>
|
|
129
|
+
<a id="allow-list-http-list-any-path"></a>• [`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>• [`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>• [`default_action_allow`](#deny-list-default-action-allow) - Optional Block<br>
|
|
157
|
+
<a id="deny-list-default-action-allow"></a>• [`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>• [`default_action_deny`](#deny-list-default-action-deny) - Optional Block<br>
|
|
159
|
+
<a id="deny-list-default-action-deny"></a>• [`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>• [`default_action_next_policy`](#deny-list-default-action-next-policy) - Optional Block<br>
|
|
161
|
+
<a id="deny-list-default-action-next-policy"></a>• [`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>• [`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>• [`any_path`](#deny-list-http-list-any-path) - Optional Block<br>
|
|
183
|
+
<a id="deny-list-http-list-any-path"></a>• [`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>• [`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>• [`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>• [`all_destinations`](#rule-list-rules-all-destinations) - Optional Block<br>
|
|
235
|
+
<a id="rule-list-rules-all-destinations"></a>• [`all_destinations`](#rule-list-rules-all-destinations) - Optional Block<br>Enable this option
|
|
236
236
|
|
|
237
|
-
<a id="rule-list-rules-all-sources"></a>• [`all_sources`](#rule-list-rules-all-sources) - Optional Block<br>
|
|
237
|
+
<a id="rule-list-rules-all-sources"></a>• [`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>• [`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>• [`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>• [`no_http_connect_port`](#rule-list-rules-no-http-connect-port) - Optional Block<br>
|
|
257
|
+
<a id="rule-list-rules-no-http-connect-port"></a>• [`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>• [`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>• [`any_path`](#path-5eabfe) - Optional Block<br>
|
|
315
|
+
<a id="path-5eabfe"></a>• [`any_path`](#path-5eabfe) - Optional Block<br>Enable this option
|
|
316
316
|
|
|
317
317
|
<a id="value-d667cb"></a>• [`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]
|
|
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
|
-
#
|
|
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
|
• <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>• <a id="no-marking"></a>[`no_marking`](#no-marking) - Optional Block<br>
|
|
71
|
+
<br><br>• <a id="no-marking"></a>[`no_marking`](#no-marking) - Optional Block<br>Enable this option
|
|
72
72
|
|
|
73
73
|
-> **One of the following:**
|
|
74
|
-
• <a id="dscp-based-queue"></a>[`dscp_based_queue`](#dscp-based-queue) - Optional Block<br>
|
|
74
|
+
• <a id="dscp-based-queue"></a>[`dscp_based_queue`](#dscp-based-queue) - Optional Block<br>Enable this option
|
|
75
75
|
<br><br>• <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>• [`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
|
-
• <a id="no-policer"></a>[`no_policer`](#no-policer) - Optional Block<br>
|
|
80
|
+
• <a id="no-policer"></a>[`no_policer`](#no-policer) - Optional Block<br>Enable this option
|
|
81
81
|
|
|
82
82
|
<a id="policer"></a>• [`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
|
|
|
@@ -100,7 +100,7 @@ resource "f5xc_gcp_vpc_site" "example" {
|
|
|
100
100
|
<a id="admin-password"></a>• [`admin_password`](#admin-password) - Optional Block<br>SecretType is used in an object to indicate a sensitive/confidential field<br>See [Admin Password](#admin-password) below for details.
|
|
101
101
|
|
|
102
102
|
-> **One of the following:**
|
|
103
|
-
• <a id="block-all-services"></a>[`block_all_services`](#block-all-services) - Optional Block<br>
|
|
103
|
+
• <a id="block-all-services"></a>[`block_all_services`](#block-all-services) - Optional Block<br>Enable this option
|
|
104
104
|
<br><br>• <a id="blocked-services"></a>[`blocked_services`](#blocked-services) - Optional Block<br>Disable node local services on this site<br>See [Blocked Services](#blocked-services) below for details.
|
|
105
105
|
|
|
106
106
|
<a id="cloud-credentials"></a>• [`cloud_credentials`](#cloud-credentials) - 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 [Cloud Credentials](#cloud-credentials) below for details.
|
|
@@ -109,7 +109,7 @@ resource "f5xc_gcp_vpc_site" "example" {
|
|
|
109
109
|
|
|
110
110
|
<a id="custom-dns"></a>• [`custom_dns`](#custom-dns) - Optional Block<br>Custom DNS is the configured for specify CE site<br>See [Custom DNS](#custom-dns) below for details.
|
|
111
111
|
|
|
112
|
-
<a id="default-blocked-services"></a>• [`default_blocked_services`](#default-blocked-services) - Optional Block<br>
|
|
112
|
+
<a id="default-blocked-services"></a>• [`default_blocked_services`](#default-blocked-services) - Optional Block<br>Enable this option
|
|
113
113
|
|
|
114
114
|
<a id="disk-size"></a>• [`disk_size`](#disk-size) - Optional Number<br>Disk size to be used for this instance in GiB. 80 is 80 GiB
|
|
115
115
|
|
|
@@ -128,14 +128,14 @@ resource "f5xc_gcp_vpc_site" "example" {
|
|
|
128
128
|
|
|
129
129
|
-> **One of the following:**
|
|
130
130
|
• <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
|
|
131
|
-
<br><br>• <a id="logs-streaming-disabled"></a>[`logs_streaming_disabled`](#logs-streaming-disabled) - Optional Block<br>
|
|
131
|
+
<br><br>• <a id="logs-streaming-disabled"></a>[`logs_streaming_disabled`](#logs-streaming-disabled) - Optional Block<br>Enable this option
|
|
132
132
|
|
|
133
133
|
<a id="offline-survivability-mode"></a>• [`offline_survivability_mode`](#offline-survivability-mode) - Optional Block<br>Offline Survivability allows the Site to continue functioning normally without traffic loss during periods of connectivity loss to the Regional Edge (RE) or the Global Controller (GC). When this feature is enabled, a site can continue to function as is with existing configuration for upto 7
|
|
134
134
|
|
|
135
135
|
<a id="os"></a>• [`os`](#os) - Optional Block<br>Select the F5XC Operating System Version for the site. By default, latest available OS Version will be used. Refer to release notes to find required released OS versions
|
|
136
136
|
|
|
137
137
|
-> **One of the following:**
|
|
138
|
-
• <a id="private-connect-disabled"></a>[`private_connect_disabled`](#private-connect-disabled) - Optional Block<br>
|
|
138
|
+
• <a id="private-connect-disabled"></a>[`private_connect_disabled`](#private-connect-disabled) - Optional Block<br>Enable this option
|
|
139
139
|
<br><br>• <a id="private-connectivity"></a>[`private_connectivity`](#private-connectivity) - Optional Block<br>Private Connect Configuration. Private Connect Configuration
|
|
140
140
|
|
|
141
141
|
<a id="ssh-key"></a>• [`ssh_key`](#ssh-key) - Optional String<br>Public SSH key for accessing the site
|
|
@@ -188,13 +188,13 @@ A [`blocked_services`](#blocked-services) block supports the following:
|
|
|
188
188
|
|
|
189
189
|
A [`blocked_sevice`](#blocked-services-blocked-sevice) block (within [`blocked_services`](#blocked-services)) supports the following:
|
|
190
190
|
|
|
191
|
-
<a id="blocked-services-blocked-sevice-dns"></a>• [`dns`](#blocked-services-blocked-sevice-dns) - Optional Block<br>
|
|
191
|
+
<a id="blocked-services-blocked-sevice-dns"></a>• [`dns`](#blocked-services-blocked-sevice-dns) - Optional Block<br>Enable this option
|
|
192
192
|
|
|
193
193
|
<a id="type-808ec9"></a>• [`network_type`](#type-808ec9) - 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
|
|
194
194
|
|
|
195
|
-
<a id="blocked-services-blocked-sevice-ssh"></a>• [`ssh`](#blocked-services-blocked-sevice-ssh) - Optional Block<br>
|
|
195
|
+
<a id="blocked-services-blocked-sevice-ssh"></a>• [`ssh`](#blocked-services-blocked-sevice-ssh) - Optional Block<br>Enable this option
|
|
196
196
|
|
|
197
|
-
<a id="interface-e57e21"></a>• [`web_user_interface`](#interface-e57e21) - Optional Block<br>
|
|
197
|
+
<a id="interface-e57e21"></a>• [`web_user_interface`](#interface-e57e21) - Optional Block<br>Enable this option
|
|
198
198
|
|
|
199
199
|
#### Cloud Credentials
|
|
200
200
|
|
|
@@ -236,7 +236,7 @@ An [`ingress_egress_gw`](#ingress-egress-gw) block supports the following:
|
|
|
236
236
|
|
|
237
237
|
<a id="outside-vn-3594d6"></a>• [`dc_cluster_group_outside_vn`](#outside-vn-3594d6) - 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 Outside Vn](#outside-vn-3594d6) below.
|
|
238
238
|
|
|
239
|
-
<a id="all-8889af"></a>• [`forward_proxy_allow_all`](#all-8889af) - Optional Block<br>
|
|
239
|
+
<a id="all-8889af"></a>• [`forward_proxy_allow_all`](#all-8889af) - Optional Block<br>Enable this option
|
|
240
240
|
|
|
241
241
|
<a id="ingress-egress-gw-gcp-certified-hw"></a>• [`gcp_certified_hw`](#ingress-egress-gw-gcp-certified-hw) - Optional String<br>Name for GCP certified hardware
|
|
242
242
|
|
|
@@ -250,17 +250,17 @@ An [`ingress_egress_gw`](#ingress-egress-gw) block supports the following:
|
|
|
250
250
|
|
|
251
251
|
<a id="ingress-egress-gw-inside-subnet"></a>• [`inside_subnet`](#ingress-egress-gw-inside-subnet) - Optional Block<br>Defines choice about GCP VPC network for a view<br>See [Inside Subnet](#ingress-egress-gw-inside-subnet) below.
|
|
252
252
|
|
|
253
|
-
<a id="ingress-egress-gw-no-dc-cluster-group"></a>• [`no_dc_cluster_group`](#ingress-egress-gw-no-dc-cluster-group) - Optional Block<br>
|
|
253
|
+
<a id="ingress-egress-gw-no-dc-cluster-group"></a>• [`no_dc_cluster_group`](#ingress-egress-gw-no-dc-cluster-group) - Optional Block<br>Enable this option
|
|
254
254
|
|
|
255
|
-
<a id="ingress-egress-gw-no-forward-proxy"></a>• [`no_forward_proxy`](#ingress-egress-gw-no-forward-proxy) - Optional Block<br>
|
|
255
|
+
<a id="ingress-egress-gw-no-forward-proxy"></a>• [`no_forward_proxy`](#ingress-egress-gw-no-forward-proxy) - Optional Block<br>Enable this option
|
|
256
256
|
|
|
257
|
-
<a id="ingress-egress-gw-no-global-network"></a>• [`no_global_network`](#ingress-egress-gw-no-global-network) - Optional Block<br>
|
|
257
|
+
<a id="ingress-egress-gw-no-global-network"></a>• [`no_global_network`](#ingress-egress-gw-no-global-network) - Optional Block<br>Enable this option
|
|
258
258
|
|
|
259
|
-
<a id="routes-b69a18"></a>• [`no_inside_static_routes`](#routes-b69a18) - Optional Block<br>
|
|
259
|
+
<a id="routes-b69a18"></a>• [`no_inside_static_routes`](#routes-b69a18) - Optional Block<br>Enable this option
|
|
260
260
|
|
|
261
|
-
<a id="ingress-egress-gw-no-network-policy"></a>• [`no_network_policy`](#ingress-egress-gw-no-network-policy) - Optional Block<br>
|
|
261
|
+
<a id="ingress-egress-gw-no-network-policy"></a>• [`no_network_policy`](#ingress-egress-gw-no-network-policy) - Optional Block<br>Enable this option
|
|
262
262
|
|
|
263
|
-
<a id="routes-630976"></a>• [`no_outside_static_routes`](#routes-630976) - Optional Block<br>
|
|
263
|
+
<a id="routes-630976"></a>• [`no_outside_static_routes`](#routes-630976) - Optional Block<br>Enable this option
|
|
264
264
|
|
|
265
265
|
<a id="ingress-egress-gw-node-number"></a>• [`node_number`](#ingress-egress-gw-node-number) - Optional Number<br>Number of main nodes to create, either 1 or 3
|
|
266
266
|
|
|
@@ -272,9 +272,9 @@ An [`ingress_egress_gw`](#ingress-egress-gw) block supports the following:
|
|
|
272
272
|
|
|
273
273
|
<a id="mode-4d23c2"></a>• [`performance_enhancement_mode`](#mode-4d23c2) - Optional Block<br>Optimize the site for L3 or L7 traffic processing. L7 optimized is the default<br>See [Performance Enhancement Mode](#mode-4d23c2) below.
|
|
274
274
|
|
|
275
|
-
<a id="public-ip-5f6604"></a>• [`sm_connection_public_ip`](#public-ip-5f6604) - Optional Block<br>
|
|
275
|
+
<a id="public-ip-5f6604"></a>• [`sm_connection_public_ip`](#public-ip-5f6604) - Optional Block<br>Enable this option
|
|
276
276
|
|
|
277
|
-
<a id="ingress-egress-gw-sm-connection-pvt-ip"></a>• [`sm_connection_pvt_ip`](#ingress-egress-gw-sm-connection-pvt-ip) - Optional Block<br>
|
|
277
|
+
<a id="ingress-egress-gw-sm-connection-pvt-ip"></a>• [`sm_connection_pvt_ip`](#ingress-egress-gw-sm-connection-pvt-ip) - Optional Block<br>Enable this option
|
|
278
278
|
|
|
279
279
|
#### Ingress Egress Gw Active Enhanced Firewall Policies
|
|
280
280
|
|
|
@@ -526,7 +526,7 @@ A [`performance_enhancement_mode`](#mode-4d23c2) block (within [`ingress_egress_
|
|
|
526
526
|
|
|
527
527
|
<a id="enhanced-410f18"></a>• [`perf_mode_l3_enhanced`](#enhanced-410f18) - Optional Block<br>L3 Mode Enhanced Performance. L3 enhanced performance mode OPTIONS<br>See [Perf Mode L3 Enhanced](#enhanced-410f18) below.
|
|
528
528
|
|
|
529
|
-
<a id="enhanced-90e2b5"></a>• [`perf_mode_l7_enhanced`](#enhanced-90e2b5) - Optional Block<br>
|
|
529
|
+
<a id="enhanced-90e2b5"></a>• [`perf_mode_l7_enhanced`](#enhanced-90e2b5) - Optional Block<br>Enable this option
|
|
530
530
|
|
|
531
531
|
#### Ingress Egress Gw Performance Enhancement Mode Perf Mode L3 Enhanced
|
|
532
532
|
|
|
@@ -598,7 +598,7 @@ A [`performance_enhancement_mode`](#ingress-gw-performance-enhancement-mode) blo
|
|
|
598
598
|
|
|
599
599
|
<a id="enhanced-5a06c8"></a>• [`perf_mode_l3_enhanced`](#enhanced-5a06c8) - Optional Block<br>L3 Mode Enhanced Performance. L3 enhanced performance mode OPTIONS<br>See [Perf Mode L3 Enhanced](#enhanced-5a06c8) below.
|
|
600
600
|
|
|
601
|
-
<a id="enhanced-6fdd43"></a>• [`perf_mode_l7_enhanced`](#enhanced-6fdd43) - Optional Block<br>
|
|
601
|
+
<a id="enhanced-6fdd43"></a>• [`perf_mode_l7_enhanced`](#enhanced-6fdd43) - Optional Block<br>Enable this option
|
|
602
602
|
|
|
603
603
|
#### Ingress Gw Performance Enhancement Mode Perf Mode L3 Enhanced
|
|
604
604
|
|
|
@@ -608,7 +608,7 @@ A [`performance_enhancement_mode`](#ingress-gw-performance-enhancement-mode) blo
|
|
|
608
608
|
|
|
609
609
|
A [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) block supports the following:
|
|
610
610
|
|
|
611
|
-
<a id="drain-0d0936"></a>• [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>
|
|
611
|
+
<a id="drain-0d0936"></a>• [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>Enable this option
|
|
612
612
|
|
|
613
613
|
<a id="drain-7e30d4"></a>• [`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.
|
|
614
614
|
|
|
@@ -616,13 +616,13 @@ A [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) block supports the fol
|
|
|
616
616
|
|
|
617
617
|
An [`enable_upgrade_drain`](#drain-7e30d4) block (within [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain)) supports the following:
|
|
618
618
|
|
|
619
|
-
<a id="mode-668699"></a>• [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>
|
|
619
|
+
<a id="mode-668699"></a>• [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>Enable this option
|
|
620
620
|
|
|
621
621
|
<a id="count-3aa796"></a>• [`drain_max_unavailable_node_count`](#count-3aa796) - Optional Number<br>Node Batch Size Count
|
|
622
622
|
|
|
623
623
|
<a id="timeout-ac4ee9"></a>• [`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
|
|
624
624
|
|
|
625
|
-
<a id="mode-9c557b"></a>• [`enable_vega_upgrade_mode`](#mode-9c557b) - Optional Block<br>
|
|
625
|
+
<a id="mode-9c557b"></a>• [`enable_vega_upgrade_mode`](#mode-9c557b) - Optional Block<br>Enable this option
|
|
626
626
|
|
|
627
627
|
#### Log Receiver
|
|
628
628
|
|
|
@@ -638,15 +638,15 @@ A [`log_receiver`](#log-receiver) block supports the following:
|
|
|
638
638
|
|
|
639
639
|
An [`offline_survivability_mode`](#offline-survivability-mode) block supports the following:
|
|
640
640
|
|
|
641
|
-
<a id="mode-565021"></a>• [`enable_offline_survivability_mode`](#mode-565021) - Optional Block<br>
|
|
641
|
+
<a id="mode-565021"></a>• [`enable_offline_survivability_mode`](#mode-565021) - Optional Block<br>Enable this option
|
|
642
642
|
|
|
643
|
-
<a id="mode-02f0c8"></a>• [`no_offline_survivability_mode`](#mode-02f0c8) - Optional Block<br>
|
|
643
|
+
<a id="mode-02f0c8"></a>• [`no_offline_survivability_mode`](#mode-02f0c8) - Optional Block<br>Enable this option
|
|
644
644
|
|
|
645
645
|
#### OS
|
|
646
646
|
|
|
647
647
|
An [`os`](#os) block supports the following:
|
|
648
648
|
|
|
649
|
-
<a id="os-default-os-version"></a>• [`default_os_version`](#os-default-os-version) - Optional Block<br>
|
|
649
|
+
<a id="os-default-os-version"></a>• [`default_os_version`](#os-default-os-version) - Optional Block<br>Enable this option
|
|
650
650
|
|
|
651
651
|
<a id="os-operating-system-version"></a>• [`operating_system_version`](#os-operating-system-version) - Optional String<br>Specify a OS version to be used e.g. 9.2024.6
|
|
652
652
|
|
|
@@ -656,9 +656,9 @@ A [`private_connectivity`](#private-connectivity) block supports the following:
|
|
|
656
656
|
|
|
657
657
|
<a id="private-connectivity-cloud-link"></a>• [`cloud_link`](#private-connectivity-cloud-link) - 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 [Cloud Link](#private-connectivity-cloud-link) below.
|
|
658
658
|
|
|
659
|
-
<a id="private-connectivity-inside"></a>• [`inside`](#private-connectivity-inside) - Optional Block<br>
|
|
659
|
+
<a id="private-connectivity-inside"></a>• [`inside`](#private-connectivity-inside) - Optional Block<br>Enable this option
|
|
660
660
|
|
|
661
|
-
<a id="private-connectivity-outside"></a>• [`outside`](#private-connectivity-outside) - Optional Block<br>
|
|
661
|
+
<a id="private-connectivity-outside"></a>• [`outside`](#private-connectivity-outside) - Optional Block<br>Enable this option
|
|
662
662
|
|
|
663
663
|
#### Private Connectivity Cloud Link
|
|
664
664
|
|
|
@@ -674,7 +674,7 @@ A [`cloud_link`](#private-connectivity-cloud-link) block (within [`private_conne
|
|
|
674
674
|
|
|
675
675
|
A [`sw`](#sw) block supports the following:
|
|
676
676
|
|
|
677
|
-
<a id="sw-default-sw-version"></a>• [`default_sw_version`](#sw-default-sw-version) - Optional Block<br>
|
|
677
|
+
<a id="sw-default-sw-version"></a>• [`default_sw_version`](#sw-default-sw-version) - Optional Block<br>Enable this option
|
|
678
678
|
|
|
679
679
|
<a id="sw-volterra-software-version"></a>• [`volterra_software_version`](#sw-volterra-software-version) - Optional String<br>Specify a F5XC Software Version to be used e.g. Crt-20210329-1002
|
|
680
680
|
|
|
@@ -702,9 +702,9 @@ A [`voltstack_cluster`](#voltstack-cluster) block supports the following:
|
|
|
702
702
|
|
|
703
703
|
<a id="voltstack-cluster-dc-cluster-group"></a>• [`dc_cluster_group`](#voltstack-cluster-dc-cluster-group) - 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](#voltstack-cluster-dc-cluster-group) below.
|
|
704
704
|
|
|
705
|
-
<a id="voltstack-cluster-default-storage"></a>• [`default_storage`](#voltstack-cluster-default-storage) - Optional Block<br>
|
|
705
|
+
<a id="voltstack-cluster-default-storage"></a>• [`default_storage`](#voltstack-cluster-default-storage) - Optional Block<br>Enable this option
|
|
706
706
|
|
|
707
|
-
<a id="all-48d905"></a>• [`forward_proxy_allow_all`](#all-48d905) - Optional Block<br>
|
|
707
|
+
<a id="all-48d905"></a>• [`forward_proxy_allow_all`](#all-48d905) - Optional Block<br>Enable this option
|
|
708
708
|
|
|
709
709
|
<a id="voltstack-cluster-gcp-certified-hw"></a>• [`gcp_certified_hw`](#voltstack-cluster-gcp-certified-hw) - Optional String<br>Name for GCP certified hardware
|
|
710
710
|
|
|
@@ -714,17 +714,17 @@ A [`voltstack_cluster`](#voltstack-cluster) block supports the following:
|
|
|
714
714
|
|
|
715
715
|
<a id="voltstack-cluster-k8s-cluster"></a>• [`k8s_cluster`](#voltstack-cluster-k8s-cluster) - 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 [K8S Cluster](#voltstack-cluster-k8s-cluster) below.
|
|
716
716
|
|
|
717
|
-
<a id="voltstack-cluster-no-dc-cluster-group"></a>• [`no_dc_cluster_group`](#voltstack-cluster-no-dc-cluster-group) - Optional Block<br>
|
|
717
|
+
<a id="voltstack-cluster-no-dc-cluster-group"></a>• [`no_dc_cluster_group`](#voltstack-cluster-no-dc-cluster-group) - Optional Block<br>Enable this option
|
|
718
718
|
|
|
719
|
-
<a id="voltstack-cluster-no-forward-proxy"></a>• [`no_forward_proxy`](#voltstack-cluster-no-forward-proxy) - Optional Block<br>
|
|
719
|
+
<a id="voltstack-cluster-no-forward-proxy"></a>• [`no_forward_proxy`](#voltstack-cluster-no-forward-proxy) - Optional Block<br>Enable this option
|
|
720
720
|
|
|
721
|
-
<a id="voltstack-cluster-no-global-network"></a>• [`no_global_network`](#voltstack-cluster-no-global-network) - Optional Block<br>
|
|
721
|
+
<a id="voltstack-cluster-no-global-network"></a>• [`no_global_network`](#voltstack-cluster-no-global-network) - Optional Block<br>Enable this option
|
|
722
722
|
|
|
723
|
-
<a id="voltstack-cluster-no-k8s-cluster"></a>• [`no_k8s_cluster`](#voltstack-cluster-no-k8s-cluster) - Optional Block<br>
|
|
723
|
+
<a id="voltstack-cluster-no-k8s-cluster"></a>• [`no_k8s_cluster`](#voltstack-cluster-no-k8s-cluster) - Optional Block<br>Enable this option
|
|
724
724
|
|
|
725
|
-
<a id="voltstack-cluster-no-network-policy"></a>• [`no_network_policy`](#voltstack-cluster-no-network-policy) - Optional Block<br>
|
|
725
|
+
<a id="voltstack-cluster-no-network-policy"></a>• [`no_network_policy`](#voltstack-cluster-no-network-policy) - Optional Block<br>Enable this option
|
|
726
726
|
|
|
727
|
-
<a id="routes-3cc7bc"></a>• [`no_outside_static_routes`](#routes-3cc7bc) - Optional Block<br>
|
|
727
|
+
<a id="routes-3cc7bc"></a>• [`no_outside_static_routes`](#routes-3cc7bc) - Optional Block<br>Enable this option
|
|
728
728
|
|
|
729
729
|
<a id="voltstack-cluster-node-number"></a>• [`node_number`](#voltstack-cluster-node-number) - Optional Number<br>Number of main nodes to create, either 1 or 3
|
|
730
730
|
|
|
@@ -734,9 +734,9 @@ A [`voltstack_cluster`](#voltstack-cluster) block supports the following:
|
|
|
734
734
|
|
|
735
735
|
<a id="voltstack-cluster-site-local-subnet"></a>• [`site_local_subnet`](#voltstack-cluster-site-local-subnet) - Optional Block<br>Defines choice about GCP VPC network for a view<br>See [Site Local Subnet](#voltstack-cluster-site-local-subnet) below.
|
|
736
736
|
|
|
737
|
-
<a id="public-ip-8ed01a"></a>• [`sm_connection_public_ip`](#public-ip-8ed01a) - Optional Block<br>
|
|
737
|
+
<a id="public-ip-8ed01a"></a>• [`sm_connection_public_ip`](#public-ip-8ed01a) - Optional Block<br>Enable this option
|
|
738
738
|
|
|
739
|
-
<a id="voltstack-cluster-sm-connection-pvt-ip"></a>• [`sm_connection_pvt_ip`](#voltstack-cluster-sm-connection-pvt-ip) - Optional Block<br>
|
|
739
|
+
<a id="voltstack-cluster-sm-connection-pvt-ip"></a>• [`sm_connection_pvt_ip`](#voltstack-cluster-sm-connection-pvt-ip) - Optional Block<br>Enable this option
|
|
740
740
|
|
|
741
741
|
<a id="voltstack-cluster-storage-class-list"></a>• [`storage_class_list`](#voltstack-cluster-storage-class-list) - Optional Block<br>Add additional custom storage classes in Kubernetes for this site<br>See [Storage Class List](#voltstack-cluster-storage-class-list) below.
|
|
742
742
|
|