@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
|
@@ -108,17 +108,17 @@ resource "f5xc_aws_tgw_site" "example" {
|
|
|
108
108
|
<a id="aws-parameters"></a>• [`aws_parameters`](#aws-parameters) - Optional Block<br>Setup AWS services VPC, transit gateway and site<br>See [AWS Parameters](#aws-parameters) below for details.
|
|
109
109
|
|
|
110
110
|
-> **One of the following:**
|
|
111
|
-
• <a id="block-all-services"></a>[`block_all_services`](#block-all-services) - Optional Block<br>
|
|
111
|
+
• <a id="block-all-services"></a>[`block_all_services`](#block-all-services) - Optional Block<br>Enable this option
|
|
112
112
|
<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.
|
|
113
113
|
|
|
114
114
|
<a id="coordinates"></a>• [`coordinates`](#coordinates) - Optional Block<br>Coordinates of the site which provides the site physical location<br>See [Coordinates](#coordinates) below for details.
|
|
115
115
|
|
|
116
116
|
<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.
|
|
117
117
|
|
|
118
|
-
<a id="default-blocked-services"></a>• [`default_blocked_services`](#default-blocked-services) - Optional Block<br>
|
|
118
|
+
<a id="default-blocked-services"></a>• [`default_blocked_services`](#default-blocked-services) - Optional Block<br>Enable this option
|
|
119
119
|
|
|
120
120
|
-> **One of the following:**
|
|
121
|
-
• <a id="direct-connect-disabled"></a>[`direct_connect_disabled`](#direct-connect-disabled) - Optional Block<br>
|
|
121
|
+
• <a id="direct-connect-disabled"></a>[`direct_connect_disabled`](#direct-connect-disabled) - Optional Block<br>Enable this option
|
|
122
122
|
<br><br>• <a id="direct-connect-enabled"></a>[`direct_connect_enabled`](#direct-connect-enabled) - Optional Block<br>Direct Connect Configuration. Direct Connect Configuration<br>See [Direct Connect Enabled](#direct-connect-enabled) below for details.
|
|
123
123
|
<br><br>• <a id="private-connectivity"></a>[`private_connectivity`](#private-connectivity) - Optional Block<br>Private Connect Configuration. Private Connect Configuration
|
|
124
124
|
|
|
@@ -126,7 +126,7 @@ resource "f5xc_aws_tgw_site" "example" {
|
|
|
126
126
|
|
|
127
127
|
-> **One of the following:**
|
|
128
128
|
• <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.
|
|
129
|
-
<br><br>• <a id="logs-streaming-disabled"></a>[`logs_streaming_disabled`](#logs-streaming-disabled) - Optional Block<br>
|
|
129
|
+
<br><br>• <a id="logs-streaming-disabled"></a>[`logs_streaming_disabled`](#logs-streaming-disabled) - Optional Block<br>Enable this option
|
|
130
130
|
|
|
131
131
|
<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<br>See [Offline Survivability Mode](#offline-survivability-mode) below for details.
|
|
132
132
|
|
|
@@ -168,15 +168,15 @@ An [`aws_parameters`](#aws-parameters) block supports the following:
|
|
|
168
168
|
|
|
169
169
|
<a id="aws-parameters-custom-security-group"></a>• [`custom_security_group`](#aws-parameters-custom-security-group) - Optional Block<br>Enter pre created security groups for slo(Site Local Outside) and SLI(Site Local Inside) interface. Supported only for sites deployed on existing VPC<br>See [Custom Security Group](#aws-parameters-custom-security-group) below.
|
|
170
170
|
|
|
171
|
-
<a id="aws-parameters-disable-internet-vip"></a>• [`disable_internet_vip`](#aws-parameters-disable-internet-vip) - Optional Block<br>
|
|
171
|
+
<a id="aws-parameters-disable-internet-vip"></a>• [`disable_internet_vip`](#aws-parameters-disable-internet-vip) - Optional Block<br>Enable this option
|
|
172
172
|
|
|
173
173
|
<a id="aws-parameters-disk-size"></a>• [`disk_size`](#aws-parameters-disk-size) - Optional Number<br>Node disk size for all node in the F5XC site. Unit is GiB
|
|
174
174
|
|
|
175
|
-
<a id="aws-parameters-enable-internet-vip"></a>• [`enable_internet_vip`](#aws-parameters-enable-internet-vip) - Optional Block<br>
|
|
175
|
+
<a id="aws-parameters-enable-internet-vip"></a>• [`enable_internet_vip`](#aws-parameters-enable-internet-vip) - Optional Block<br>Enable this option
|
|
176
176
|
|
|
177
177
|
<a id="aws-parameters-existing-tgw"></a>• [`existing_tgw`](#aws-parameters-existing-tgw) - Optional Block<br>Existing TGW Type. Information needed for existing TGW<br>See [Existing TGW](#aws-parameters-existing-tgw) below.
|
|
178
178
|
|
|
179
|
-
<a id="aws-parameters-f5xc-security-group"></a>• [`f5xc_security_group`](#aws-parameters-f5xc-security-group) - Optional Block<br>
|
|
179
|
+
<a id="aws-parameters-f5xc-security-group"></a>• [`f5xc_security_group`](#aws-parameters-f5xc-security-group) - Optional Block<br>Enable this option
|
|
180
180
|
|
|
181
181
|
<a id="aws-parameters-instance-type"></a>• [`instance_type`](#aws-parameters-instance-type) - Optional String<br>Instance size based on the performance
|
|
182
182
|
|
|
@@ -184,11 +184,11 @@ An [`aws_parameters`](#aws-parameters) block supports the following:
|
|
|
184
184
|
|
|
185
185
|
<a id="aws-parameters-new-vpc"></a>• [`new_vpc`](#aws-parameters-new-vpc) - Optional Block<br>AWS VPC Parameters. Parameters to create new AWS VPC<br>See [New VPC](#aws-parameters-new-vpc) below.
|
|
186
186
|
|
|
187
|
-
<a id="aws-parameters-no-worker-nodes"></a>• [`no_worker_nodes`](#aws-parameters-no-worker-nodes) - Optional Block<br>
|
|
187
|
+
<a id="aws-parameters-no-worker-nodes"></a>• [`no_worker_nodes`](#aws-parameters-no-worker-nodes) - Optional Block<br>Enable this option
|
|
188
188
|
|
|
189
189
|
<a id="aws-parameters-nodes-per-az"></a>• [`nodes_per_az`](#aws-parameters-nodes-per-az) - Optional Number<br>Desired Worker Nodes Per AZ. Max limit is up to 21
|
|
190
190
|
|
|
191
|
-
<a id="aws-parameters-reserved-tgw-cidr"></a>• [`reserved_tgw_cidr`](#aws-parameters-reserved-tgw-cidr) - Optional Block<br>
|
|
191
|
+
<a id="aws-parameters-reserved-tgw-cidr"></a>• [`reserved_tgw_cidr`](#aws-parameters-reserved-tgw-cidr) - Optional Block<br>Enable this option
|
|
192
192
|
|
|
193
193
|
<a id="aws-parameters-ssh-key"></a>• [`ssh_key`](#aws-parameters-ssh-key) - Optional String<br>Public SSH key for accessing nodes of the site
|
|
194
194
|
|
|
@@ -244,7 +244,7 @@ An [`az_nodes`](#aws-parameters-az-nodes) block (within [`aws_parameters`](#aws-
|
|
|
244
244
|
|
|
245
245
|
<a id="aws-parameters-az-nodes-outside-subnet"></a>• [`outside_subnet`](#aws-parameters-az-nodes-outside-subnet) - Optional Block<br>AWS Subnet. Parameters for AWS subnet<br>See [Outside Subnet](#aws-parameters-az-nodes-outside-subnet) below.
|
|
246
246
|
|
|
247
|
-
<a id="subnet-54f20b"></a>• [`reserved_inside_subnet`](#subnet-54f20b) - Optional Block<br>
|
|
247
|
+
<a id="subnet-54f20b"></a>• [`reserved_inside_subnet`](#subnet-54f20b) - Optional Block<br>Enable this option
|
|
248
248
|
|
|
249
249
|
<a id="aws-parameters-az-nodes-workload-subnet"></a>• [`workload_subnet`](#aws-parameters-az-nodes-workload-subnet) - Optional Block<br>AWS Subnet. Parameters for AWS subnet<br>See [Workload Subnet](#aws-parameters-az-nodes-workload-subnet) below.
|
|
250
250
|
|
|
@@ -306,7 +306,7 @@ An [`existing_tgw`](#aws-parameters-existing-tgw) block (within [`aws_parameters
|
|
|
306
306
|
|
|
307
307
|
A [`new_tgw`](#aws-parameters-new-tgw) block (within [`aws_parameters`](#aws-parameters)) supports the following:
|
|
308
308
|
|
|
309
|
-
<a id="aws-parameters-new-tgw-system-generated"></a>• [`system_generated`](#aws-parameters-new-tgw-system-generated) - Optional Block<br>
|
|
309
|
+
<a id="aws-parameters-new-tgw-system-generated"></a>• [`system_generated`](#aws-parameters-new-tgw-system-generated) - Optional Block<br>Enable this option
|
|
310
310
|
|
|
311
311
|
<a id="aws-parameters-new-tgw-user-assigned"></a>• [`user_assigned`](#aws-parameters-new-tgw-user-assigned) - Optional Block<br>Information needed when ASNs are assigned by the user<br>See [User Assigned](#aws-parameters-new-tgw-user-assigned) below.
|
|
312
312
|
|
|
@@ -322,7 +322,7 @@ An [`user_assigned`](#aws-parameters-new-tgw-user-assigned) block (within [`aws_
|
|
|
322
322
|
|
|
323
323
|
A [`new_vpc`](#aws-parameters-new-vpc) block (within [`aws_parameters`](#aws-parameters)) supports the following:
|
|
324
324
|
|
|
325
|
-
<a id="aws-parameters-new-vpc-autogenerate"></a>• [`autogenerate`](#aws-parameters-new-vpc-autogenerate) - Optional Block<br>
|
|
325
|
+
<a id="aws-parameters-new-vpc-autogenerate"></a>• [`autogenerate`](#aws-parameters-new-vpc-autogenerate) - Optional Block<br>Enable this option
|
|
326
326
|
|
|
327
327
|
<a id="aws-parameters-new-vpc-name-tag"></a>• [`name_tag`](#aws-parameters-new-vpc-name-tag) - Optional String<br>Specify the VPC Name
|
|
328
328
|
|
|
@@ -344,13 +344,13 @@ A [`blocked_services`](#blocked-services) block supports the following:
|
|
|
344
344
|
|
|
345
345
|
A [`blocked_sevice`](#blocked-services-blocked-sevice) block (within [`blocked_services`](#blocked-services)) supports the following:
|
|
346
346
|
|
|
347
|
-
<a id="blocked-services-blocked-sevice-dns"></a>• [`dns`](#blocked-services-blocked-sevice-dns) - Optional Block<br>
|
|
347
|
+
<a id="blocked-services-blocked-sevice-dns"></a>• [`dns`](#blocked-services-blocked-sevice-dns) - Optional Block<br>Enable this option
|
|
348
348
|
|
|
349
349
|
<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
|
|
350
350
|
|
|
351
|
-
<a id="blocked-services-blocked-sevice-ssh"></a>• [`ssh`](#blocked-services-blocked-sevice-ssh) - Optional Block<br>
|
|
351
|
+
<a id="blocked-services-blocked-sevice-ssh"></a>• [`ssh`](#blocked-services-blocked-sevice-ssh) - Optional Block<br>Enable this option
|
|
352
352
|
|
|
353
|
-
<a id="interface-e57e21"></a>• [`web_user_interface`](#interface-e57e21) - Optional Block<br>
|
|
353
|
+
<a id="interface-e57e21"></a>• [`web_user_interface`](#interface-e57e21) - Optional Block<br>Enable this option
|
|
354
354
|
|
|
355
355
|
#### Coordinates
|
|
356
356
|
|
|
@@ -372,13 +372,13 @@ A [`custom_dns`](#custom-dns) block supports the following:
|
|
|
372
372
|
|
|
373
373
|
A [`direct_connect_enabled`](#direct-connect-enabled) block supports the following:
|
|
374
374
|
|
|
375
|
-
<a id="direct-connect-enabled-auto-asn"></a>• [`auto_asn`](#direct-connect-enabled-auto-asn) - Optional Block<br>
|
|
375
|
+
<a id="direct-connect-enabled-auto-asn"></a>• [`auto_asn`](#direct-connect-enabled-auto-asn) - Optional Block<br>Enable this option
|
|
376
376
|
|
|
377
377
|
<a id="direct-connect-enabled-custom-asn"></a>• [`custom_asn`](#direct-connect-enabled-custom-asn) - Optional Number<br>Custom Autonomous System Number
|
|
378
378
|
|
|
379
379
|
<a id="direct-connect-enabled-hosted-vifs"></a>• [`hosted_vifs`](#direct-connect-enabled-hosted-vifs) - Optional Block<br>AWS Direct Connect Hosted VIF Configuration<br>See [Hosted Vifs](#direct-connect-enabled-hosted-vifs) below.
|
|
380
380
|
|
|
381
|
-
<a id="direct-connect-enabled-standard-vifs"></a>• [`standard_vifs`](#direct-connect-enabled-standard-vifs) - Optional Block<br>
|
|
381
|
+
<a id="direct-connect-enabled-standard-vifs"></a>• [`standard_vifs`](#direct-connect-enabled-standard-vifs) - Optional Block<br>Enable this option
|
|
382
382
|
|
|
383
383
|
#### Direct Connect Enabled Hosted Vifs
|
|
384
384
|
|
|
@@ -386,7 +386,7 @@ A [`hosted_vifs`](#direct-connect-enabled-hosted-vifs) block (within [`direct_co
|
|
|
386
386
|
|
|
387
387
|
<a id="connect-b8275e"></a>• [`site_registration_over_direct_connect`](#connect-b8275e) - Optional Block<br>CloudLink ADN Network Config<br>See [Site Registration Over Direct Connect](#connect-b8275e) below.
|
|
388
388
|
|
|
389
|
-
<a id="internet-6028e0"></a>• [`site_registration_over_internet`](#internet-6028e0) - Optional Block<br>
|
|
389
|
+
<a id="internet-6028e0"></a>• [`site_registration_over_internet`](#internet-6028e0) - Optional Block<br>Enable this option
|
|
390
390
|
|
|
391
391
|
<a id="list-d6c323"></a>• [`vif_list`](#list-d6c323) - Optional Block<br>List of Hosted VIF Config. List of Hosted VIF Config<br>See [Vif List](#list-d6c323) below.
|
|
392
392
|
|
|
@@ -400,7 +400,7 @@ A [`vif_list`](#list-d6c323) block (within [`direct_connect_enabled.hosted_vifs`
|
|
|
400
400
|
|
|
401
401
|
<a id="region-3f105f"></a>• [`other_region`](#region-3f105f) - Optional String<br>Other Region
|
|
402
402
|
|
|
403
|
-
<a id="region-3435ff"></a>• [`same_as_site_region`](#region-3435ff) - Optional Block<br>
|
|
403
|
+
<a id="region-3435ff"></a>• [`same_as_site_region`](#region-3435ff) - Optional Block<br>Enable this option
|
|
404
404
|
|
|
405
405
|
<a id="vif-id-4f330c"></a>• [`vif_id`](#vif-id-4f330c) - Optional String<br>AWS Direct Connect VIF ID that needs to be connected to the site
|
|
406
406
|
|
|
@@ -408,7 +408,7 @@ A [`vif_list`](#list-d6c323) block (within [`direct_connect_enabled.hosted_vifs`
|
|
|
408
408
|
|
|
409
409
|
A [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) block supports the following:
|
|
410
410
|
|
|
411
|
-
<a id="drain-0d0936"></a>• [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>
|
|
411
|
+
<a id="drain-0d0936"></a>• [`disable_upgrade_drain`](#drain-0d0936) - Optional Block<br>Enable this option
|
|
412
412
|
|
|
413
413
|
<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.
|
|
414
414
|
|
|
@@ -416,13 +416,13 @@ A [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain) block supports the fol
|
|
|
416
416
|
|
|
417
417
|
An [`enable_upgrade_drain`](#drain-7e30d4) block (within [`kubernetes_upgrade_drain`](#kubernetes-upgrade-drain)) supports the following:
|
|
418
418
|
|
|
419
|
-
<a id="mode-668699"></a>• [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>
|
|
419
|
+
<a id="mode-668699"></a>• [`disable_vega_upgrade_mode`](#mode-668699) - Optional Block<br>Enable this option
|
|
420
420
|
|
|
421
421
|
<a id="count-3aa796"></a>• [`drain_max_unavailable_node_count`](#count-3aa796) - Optional Number<br>Node Batch Size Count
|
|
422
422
|
|
|
423
423
|
<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
|
|
424
424
|
|
|
425
|
-
<a id="mode-9c557b"></a>• [`enable_vega_upgrade_mode`](#mode-9c557b) - Optional Block<br>
|
|
425
|
+
<a id="mode-9c557b"></a>• [`enable_vega_upgrade_mode`](#mode-9c557b) - Optional Block<br>Enable this option
|
|
426
426
|
|
|
427
427
|
#### Log Receiver
|
|
428
428
|
|
|
@@ -438,15 +438,15 @@ A [`log_receiver`](#log-receiver) block supports the following:
|
|
|
438
438
|
|
|
439
439
|
An [`offline_survivability_mode`](#offline-survivability-mode) block supports the following:
|
|
440
440
|
|
|
441
|
-
<a id="mode-565021"></a>• [`enable_offline_survivability_mode`](#mode-565021) - Optional Block<br>
|
|
441
|
+
<a id="mode-565021"></a>• [`enable_offline_survivability_mode`](#mode-565021) - Optional Block<br>Enable this option
|
|
442
442
|
|
|
443
|
-
<a id="mode-02f0c8"></a>• [`no_offline_survivability_mode`](#mode-02f0c8) - Optional Block<br>
|
|
443
|
+
<a id="mode-02f0c8"></a>• [`no_offline_survivability_mode`](#mode-02f0c8) - Optional Block<br>Enable this option
|
|
444
444
|
|
|
445
445
|
#### OS
|
|
446
446
|
|
|
447
447
|
An [`os`](#os) block supports the following:
|
|
448
448
|
|
|
449
|
-
<a id="os-default-os-version"></a>• [`default_os_version`](#os-default-os-version) - Optional Block<br>
|
|
449
|
+
<a id="os-default-os-version"></a>• [`default_os_version`](#os-default-os-version) - Optional Block<br>Enable this option
|
|
450
450
|
|
|
451
451
|
<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
|
|
452
452
|
|
|
@@ -456,15 +456,15 @@ A [`performance_enhancement_mode`](#performance-enhancement-mode) block supports
|
|
|
456
456
|
|
|
457
457
|
<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.
|
|
458
458
|
|
|
459
|
-
<a id="enhanced-38f174"></a>• [`perf_mode_l7_enhanced`](#enhanced-38f174) - Optional Block<br>
|
|
459
|
+
<a id="enhanced-38f174"></a>• [`perf_mode_l7_enhanced`](#enhanced-38f174) - Optional Block<br>Enable this option
|
|
460
460
|
|
|
461
461
|
#### Performance Enhancement Mode Perf Mode L3 Enhanced
|
|
462
462
|
|
|
463
463
|
A [`perf_mode_l3_enhanced`](#enhanced-31b8ac) block (within [`performance_enhancement_mode`](#performance-enhancement-mode)) supports the following:
|
|
464
464
|
|
|
465
|
-
<a id="jumbo-7ba5b8"></a>• [`jumbo`](#jumbo-7ba5b8) - Optional Block<br>
|
|
465
|
+
<a id="jumbo-7ba5b8"></a>• [`jumbo`](#jumbo-7ba5b8) - Optional Block<br>Enable this option
|
|
466
466
|
|
|
467
|
-
<a id="jumbo-95338e"></a>• [`no_jumbo`](#jumbo-95338e) - Optional Block<br>
|
|
467
|
+
<a id="jumbo-95338e"></a>• [`no_jumbo`](#jumbo-95338e) - Optional Block<br>Enable this option
|
|
468
468
|
|
|
469
469
|
#### Private Connectivity
|
|
470
470
|
|
|
@@ -472,9 +472,9 @@ A [`private_connectivity`](#private-connectivity) block supports the following:
|
|
|
472
472
|
|
|
473
473
|
<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.
|
|
474
474
|
|
|
475
|
-
<a id="private-connectivity-inside"></a>• [`inside`](#private-connectivity-inside) - Optional Block<br>
|
|
475
|
+
<a id="private-connectivity-inside"></a>• [`inside`](#private-connectivity-inside) - Optional Block<br>Enable this option
|
|
476
476
|
|
|
477
|
-
<a id="private-connectivity-outside"></a>• [`outside`](#private-connectivity-outside) - Optional Block<br>
|
|
477
|
+
<a id="private-connectivity-outside"></a>• [`outside`](#private-connectivity-outside) - Optional Block<br>Enable this option
|
|
478
478
|
|
|
479
479
|
#### Private Connectivity Cloud Link
|
|
480
480
|
|
|
@@ -490,7 +490,7 @@ A [`cloud_link`](#private-connectivity-cloud-link) block (within [`private_conne
|
|
|
490
490
|
|
|
491
491
|
A [`sw`](#sw) block supports the following:
|
|
492
492
|
|
|
493
|
-
<a id="sw-default-sw-version"></a>• [`default_sw_version`](#sw-default-sw-version) - Optional Block<br>
|
|
493
|
+
<a id="sw-default-sw-version"></a>• [`default_sw_version`](#sw-default-sw-version) - Optional Block<br>Enable this option
|
|
494
494
|
|
|
495
495
|
<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
|
|
496
496
|
|
|
@@ -506,15 +506,15 @@ A [`tgw_security`](#tgw-security) block supports the following:
|
|
|
506
506
|
|
|
507
507
|
<a id="tgw-security-active-network-policies"></a>• [`active_network_policies`](#tgw-security-active-network-policies) - Optional Block<br>Active Firewall Policies Type. List of firewall policy views<br>See [Active Network Policies](#tgw-security-active-network-policies) below.
|
|
508
508
|
|
|
509
|
-
<a id="all-b3bd41"></a>• [`east_west_service_policy_allow_all`](#all-b3bd41) - Optional Block<br>
|
|
509
|
+
<a id="all-b3bd41"></a>• [`east_west_service_policy_allow_all`](#all-b3bd41) - Optional Block<br>Enable this option
|
|
510
510
|
|
|
511
|
-
<a id="tgw-security-forward-proxy-allow-all"></a>• [`forward_proxy_allow_all`](#tgw-security-forward-proxy-allow-all) - Optional Block<br>
|
|
511
|
+
<a id="tgw-security-forward-proxy-allow-all"></a>• [`forward_proxy_allow_all`](#tgw-security-forward-proxy-allow-all) - Optional Block<br>Enable this option
|
|
512
512
|
|
|
513
|
-
<a id="tgw-security-no-east-west-policy"></a>• [`no_east_west_policy`](#tgw-security-no-east-west-policy) - Optional Block<br>
|
|
513
|
+
<a id="tgw-security-no-east-west-policy"></a>• [`no_east_west_policy`](#tgw-security-no-east-west-policy) - Optional Block<br>Enable this option
|
|
514
514
|
|
|
515
|
-
<a id="tgw-security-no-forward-proxy"></a>• [`no_forward_proxy`](#tgw-security-no-forward-proxy) - Optional Block<br>
|
|
515
|
+
<a id="tgw-security-no-forward-proxy"></a>• [`no_forward_proxy`](#tgw-security-no-forward-proxy) - Optional Block<br>Enable this option
|
|
516
516
|
|
|
517
|
-
<a id="tgw-security-no-network-policy"></a>• [`no_network_policy`](#tgw-security-no-network-policy) - Optional Block<br>
|
|
517
|
+
<a id="tgw-security-no-network-policy"></a>• [`no_network_policy`](#tgw-security-no-network-policy) - Optional Block<br>Enable this option
|
|
518
518
|
|
|
519
519
|
#### TGW Security Active East West Service Policies
|
|
520
520
|
|
|
@@ -590,19 +590,19 @@ A [`vn_config`](#vn-config) block supports the following:
|
|
|
590
590
|
|
|
591
591
|
<a id="vn-config-inside-static-routes"></a>• [`inside_static_routes`](#vn-config-inside-static-routes) - Optional Block<br>Static Route List Type. List of static routes<br>See [Inside Static Routes](#vn-config-inside-static-routes) below.
|
|
592
592
|
|
|
593
|
-
<a id="vn-config-no-dc-cluster-group"></a>• [`no_dc_cluster_group`](#vn-config-no-dc-cluster-group) - Optional Block<br>
|
|
593
|
+
<a id="vn-config-no-dc-cluster-group"></a>• [`no_dc_cluster_group`](#vn-config-no-dc-cluster-group) - Optional Block<br>Enable this option
|
|
594
594
|
|
|
595
|
-
<a id="vn-config-no-global-network"></a>• [`no_global_network`](#vn-config-no-global-network) - Optional Block<br>
|
|
595
|
+
<a id="vn-config-no-global-network"></a>• [`no_global_network`](#vn-config-no-global-network) - Optional Block<br>Enable this option
|
|
596
596
|
|
|
597
|
-
<a id="vn-config-no-inside-static-routes"></a>• [`no_inside_static_routes`](#vn-config-no-inside-static-routes) - Optional Block<br>
|
|
597
|
+
<a id="vn-config-no-inside-static-routes"></a>• [`no_inside_static_routes`](#vn-config-no-inside-static-routes) - Optional Block<br>Enable this option
|
|
598
598
|
|
|
599
|
-
<a id="vn-config-no-outside-static-routes"></a>• [`no_outside_static_routes`](#vn-config-no-outside-static-routes) - Optional Block<br>
|
|
599
|
+
<a id="vn-config-no-outside-static-routes"></a>• [`no_outside_static_routes`](#vn-config-no-outside-static-routes) - Optional Block<br>Enable this option
|
|
600
600
|
|
|
601
601
|
<a id="vn-config-outside-static-routes"></a>• [`outside_static_routes`](#vn-config-outside-static-routes) - Optional Block<br>Static Route List Type. List of static routes<br>See [Outside Static Routes](#vn-config-outside-static-routes) below.
|
|
602
602
|
|
|
603
|
-
<a id="vn-config-sm-connection-public-ip"></a>• [`sm_connection_public_ip`](#vn-config-sm-connection-public-ip) - Optional Block<br>
|
|
603
|
+
<a id="vn-config-sm-connection-public-ip"></a>• [`sm_connection_public_ip`](#vn-config-sm-connection-public-ip) - Optional Block<br>Enable this option
|
|
604
604
|
|
|
605
|
-
<a id="vn-config-sm-connection-pvt-ip"></a>• [`sm_connection_pvt_ip`](#vn-config-sm-connection-pvt-ip) - Optional Block<br>
|
|
605
|
+
<a id="vn-config-sm-connection-pvt-ip"></a>• [`sm_connection_pvt_ip`](#vn-config-sm-connection-pvt-ip) - Optional Block<br>Enable this option
|
|
606
606
|
|
|
607
607
|
#### Vn Config Allowed VIP Port
|
|
608
608
|
|
|
@@ -610,13 +610,13 @@ An [`allowed_vip_port`](#vn-config-allowed-vip-port) block (within [`vn_config`]
|
|
|
610
610
|
|
|
611
611
|
<a id="vn-config-allowed-vip-port-custom-ports"></a>• [`custom_ports`](#vn-config-allowed-vip-port-custom-ports) - Optional Block<br>Custom Ports. List of Custom port<br>See [Custom Ports](#vn-config-allowed-vip-port-custom-ports) below.
|
|
612
612
|
|
|
613
|
-
<a id="port-4fd6f6"></a>• [`disable_allowed_vip_port`](#port-4fd6f6) - Optional Block<br>
|
|
613
|
+
<a id="port-4fd6f6"></a>• [`disable_allowed_vip_port`](#port-4fd6f6) - Optional Block<br>Enable this option
|
|
614
614
|
|
|
615
|
-
<a id="port-24fa15"></a>• [`use_http_https_port`](#port-24fa15) - Optional Block<br>
|
|
615
|
+
<a id="port-24fa15"></a>• [`use_http_https_port`](#port-24fa15) - Optional Block<br>Enable this option
|
|
616
616
|
|
|
617
|
-
<a id="port-f93401"></a>• [`use_http_port`](#port-f93401) - Optional Block<br>
|
|
617
|
+
<a id="port-f93401"></a>• [`use_http_port`](#port-f93401) - Optional Block<br>Enable this option
|
|
618
618
|
|
|
619
|
-
<a id="port-b7f3d5"></a>• [`use_https_port`](#port-b7f3d5) - Optional Block<br>
|
|
619
|
+
<a id="port-b7f3d5"></a>• [`use_https_port`](#port-b7f3d5) - Optional Block<br>Enable this option
|
|
620
620
|
|
|
621
621
|
#### Vn Config Allowed VIP Port Custom Ports
|
|
622
622
|
|
|
@@ -630,13 +630,13 @@ An [`allowed_vip_port_sli`](#vn-config-allowed-vip-port-sli) block (within [`vn_
|
|
|
630
630
|
|
|
631
631
|
<a id="ports-0633b5"></a>• [`custom_ports`](#ports-0633b5) - Optional Block<br>Custom Ports. List of Custom port<br>See [Custom Ports](#ports-0633b5) below.
|
|
632
632
|
|
|
633
|
-
<a id="port-5a1653"></a>• [`disable_allowed_vip_port`](#port-5a1653) - Optional Block<br>
|
|
633
|
+
<a id="port-5a1653"></a>• [`disable_allowed_vip_port`](#port-5a1653) - Optional Block<br>Enable this option
|
|
634
634
|
|
|
635
|
-
<a id="port-c09009"></a>• [`use_http_https_port`](#port-c09009) - Optional Block<br>
|
|
635
|
+
<a id="port-c09009"></a>• [`use_http_https_port`](#port-c09009) - Optional Block<br>Enable this option
|
|
636
636
|
|
|
637
|
-
<a id="port-819a53"></a>• [`use_http_port`](#port-819a53) - Optional Block<br>
|
|
637
|
+
<a id="port-819a53"></a>• [`use_http_port`](#port-819a53) - Optional Block<br>Enable this option
|
|
638
638
|
|
|
639
|
-
<a id="port-e5b518"></a>• [`use_https_port`](#port-e5b518) - Optional Block<br>
|
|
639
|
+
<a id="port-e5b518"></a>• [`use_https_port`](#port-e5b518) - Optional Block<br>Enable this option
|
|
640
640
|
|
|
641
641
|
#### Vn Config Allowed VIP Port SLI Custom Ports
|
|
642
642
|
|