@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.
- package/dist/docs/data-sources/discovery.md +2 -2
- package/dist/docs/data-sources/irule.md +2 -2
- package/dist/docs/data-sources/network_policy.md +2 -2
- package/dist/docs/data-sources/policer.md +2 -2
- package/dist/docs/data-sources/site.md +2 -2
- package/dist/docs/data-sources/workload.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 +6 -6
- 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 +4 -4
- 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 +2 -2
- 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/irule.md +7 -5
- package/dist/docs/resources/log_receiver.md +104 -104
- 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 +210 -37
- 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/policer.md +50 -10
- 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 +97 -97
- 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 +241 -613
- 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 +9 -2951
- package/dist/metadata/resource-metadata.json +379 -613
- package/dist/metadata/validation-patterns.json +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated_at": "2026-01-
|
|
2
|
+
"generated_at": "2026-01-09T06:43:10Z",
|
|
3
3
|
"version": "1.0.0",
|
|
4
4
|
"resources": {
|
|
5
5
|
"address_allocator": {
|
|
@@ -505,7 +505,7 @@
|
|
|
505
505
|
"optional": true,
|
|
506
506
|
"is_block": true,
|
|
507
507
|
"oneof_group": "schema_updates_strategy",
|
|
508
|
-
"description": "[OneOf: mixed_schema_origin, strict_schema_origin]
|
|
508
|
+
"description": "[OneOf: mixed_schema_origin, strict_schema_origin] Enable this option"
|
|
509
509
|
},
|
|
510
510
|
"name": {
|
|
511
511
|
"type": "string",
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
"optional": true,
|
|
535
535
|
"is_block": true,
|
|
536
536
|
"oneof_group": "schema_updates_strategy",
|
|
537
|
-
"description": "
|
|
537
|
+
"description": "Enable this option"
|
|
538
538
|
},
|
|
539
539
|
"swagger_specs": {
|
|
540
540
|
"type": "list",
|
|
@@ -659,7 +659,7 @@
|
|
|
659
659
|
"optional": true,
|
|
660
660
|
"is_block": true,
|
|
661
661
|
"oneof_group": "frequency_choice",
|
|
662
|
-
"description": "[OneOf: every_day, every_month, every_week]
|
|
662
|
+
"description": "[OneOf: every_day, every_month, every_week] Enable this option"
|
|
663
663
|
},
|
|
664
664
|
"every_month": {
|
|
665
665
|
"type": "object",
|
|
@@ -667,7 +667,7 @@
|
|
|
667
667
|
"optional": true,
|
|
668
668
|
"is_block": true,
|
|
669
669
|
"oneof_group": "frequency_choice",
|
|
670
|
-
"description": "
|
|
670
|
+
"description": "Enable this option"
|
|
671
671
|
},
|
|
672
672
|
"every_week": {
|
|
673
673
|
"type": "object",
|
|
@@ -675,7 +675,7 @@
|
|
|
675
675
|
"optional": true,
|
|
676
676
|
"is_block": true,
|
|
677
677
|
"oneof_group": "frequency_choice",
|
|
678
|
-
"description": "
|
|
678
|
+
"description": "Enable this option"
|
|
679
679
|
},
|
|
680
680
|
"id": {
|
|
681
681
|
"type": "string",
|
|
@@ -949,7 +949,7 @@
|
|
|
949
949
|
"optional": true,
|
|
950
950
|
"is_block": true,
|
|
951
951
|
"oneof_group": "allowed_response_codes_choice",
|
|
952
|
-
"description": "[OneOf: allow_all_response_codes, allowed_response_codes]
|
|
952
|
+
"description": "[OneOf: allow_all_response_codes, allowed_response_codes] Enable this option"
|
|
953
953
|
},
|
|
954
954
|
"allowed_response_codes": {
|
|
955
955
|
"type": "object",
|
|
@@ -971,7 +971,7 @@
|
|
|
971
971
|
"optional": true,
|
|
972
972
|
"is_block": true,
|
|
973
973
|
"oneof_group": "enforcement_mode_choice",
|
|
974
|
-
"description": "[OneOf: blocking, monitoring]
|
|
974
|
+
"description": "[OneOf: blocking, monitoring] Enable this option"
|
|
975
975
|
},
|
|
976
976
|
"blocking_page": {
|
|
977
977
|
"type": "object",
|
|
@@ -1003,7 +1003,7 @@
|
|
|
1003
1003
|
"optional": true,
|
|
1004
1004
|
"is_block": true,
|
|
1005
1005
|
"oneof_group": "anonymization_setting",
|
|
1006
|
-
"description": "
|
|
1006
|
+
"description": "Enable this option"
|
|
1007
1007
|
},
|
|
1008
1008
|
"default_bot_setting": {
|
|
1009
1009
|
"type": "object",
|
|
@@ -1011,7 +1011,7 @@
|
|
|
1011
1011
|
"optional": true,
|
|
1012
1012
|
"is_block": true,
|
|
1013
1013
|
"oneof_group": "bot_protection_choice",
|
|
1014
|
-
"description": "
|
|
1014
|
+
"description": "Enable this option"
|
|
1015
1015
|
},
|
|
1016
1016
|
"default_detection_settings": {
|
|
1017
1017
|
"type": "object",
|
|
@@ -1019,7 +1019,7 @@
|
|
|
1019
1019
|
"optional": true,
|
|
1020
1020
|
"is_block": true,
|
|
1021
1021
|
"oneof_group": "detection_setting_choice",
|
|
1022
|
-
"description": "
|
|
1022
|
+
"description": "Enable this option"
|
|
1023
1023
|
},
|
|
1024
1024
|
"description": {
|
|
1025
1025
|
"type": "string",
|
|
@@ -1047,7 +1047,7 @@
|
|
|
1047
1047
|
"optional": true,
|
|
1048
1048
|
"is_block": true,
|
|
1049
1049
|
"oneof_group": "anonymization_setting",
|
|
1050
|
-
"description": "
|
|
1050
|
+
"description": "Enable this option"
|
|
1051
1051
|
},
|
|
1052
1052
|
"id": {
|
|
1053
1053
|
"type": "string",
|
|
@@ -1068,7 +1068,7 @@
|
|
|
1068
1068
|
"optional": true,
|
|
1069
1069
|
"is_block": true,
|
|
1070
1070
|
"oneof_group": "enforcement_mode_choice",
|
|
1071
|
-
"description": "
|
|
1071
|
+
"description": "Enable this option"
|
|
1072
1072
|
},
|
|
1073
1073
|
"name": {
|
|
1074
1074
|
"type": "string",
|
|
@@ -1090,7 +1090,7 @@
|
|
|
1090
1090
|
"optional": true,
|
|
1091
1091
|
"is_block": true,
|
|
1092
1092
|
"oneof_group": "blocking_page_choice",
|
|
1093
|
-
"description": "
|
|
1093
|
+
"description": "Enable this option"
|
|
1094
1094
|
}
|
|
1095
1095
|
},
|
|
1096
1096
|
"dependencies": {
|
|
@@ -1344,7 +1344,7 @@
|
|
|
1344
1344
|
"optional": true,
|
|
1345
1345
|
"is_block": true,
|
|
1346
1346
|
"oneof_group": "blocked_services_choice",
|
|
1347
|
-
"description": "[OneOf: block_all_services, blocked_services, default_blocked_services; Default: default_blocked_services]
|
|
1347
|
+
"description": "[OneOf: block_all_services, blocked_services, default_blocked_services; Default: default_blocked_services] Enable this option"
|
|
1348
1348
|
},
|
|
1349
1349
|
"blocked_services": {
|
|
1350
1350
|
"type": "object",
|
|
@@ -1374,7 +1374,7 @@
|
|
|
1374
1374
|
"optional": true,
|
|
1375
1375
|
"is_block": true,
|
|
1376
1376
|
"oneof_group": "blocked_services_choice",
|
|
1377
|
-
"description": "
|
|
1377
|
+
"description": "Enable this option"
|
|
1378
1378
|
},
|
|
1379
1379
|
"description": {
|
|
1380
1380
|
"type": "string",
|
|
@@ -1388,7 +1388,7 @@
|
|
|
1388
1388
|
"optional": true,
|
|
1389
1389
|
"is_block": true,
|
|
1390
1390
|
"oneof_group": "direct_connect_choice",
|
|
1391
|
-
"description": "[OneOf: direct_connect_disabled, direct_connect_enabled, private_connectivity]
|
|
1391
|
+
"description": "[OneOf: direct_connect_disabled, direct_connect_enabled, private_connectivity] Enable this option"
|
|
1392
1392
|
},
|
|
1393
1393
|
"direct_connect_enabled": {
|
|
1394
1394
|
"type": "object",
|
|
@@ -1438,7 +1438,7 @@
|
|
|
1438
1438
|
"optional": true,
|
|
1439
1439
|
"is_block": true,
|
|
1440
1440
|
"oneof_group": "logs_receiver_choice",
|
|
1441
|
-
"description": "
|
|
1441
|
+
"description": "Enable this option"
|
|
1442
1442
|
},
|
|
1443
1443
|
"name": {
|
|
1444
1444
|
"type": "string",
|
|
@@ -1639,7 +1639,7 @@
|
|
|
1639
1639
|
"optional": true,
|
|
1640
1640
|
"is_block": true,
|
|
1641
1641
|
"oneof_group": "blocked_services_choice",
|
|
1642
|
-
"description": "[OneOf: block_all_services, blocked_services, default_blocked_services; Default: default_blocked_services]
|
|
1642
|
+
"description": "[OneOf: block_all_services, blocked_services, default_blocked_services; Default: default_blocked_services] Enable this option"
|
|
1643
1643
|
},
|
|
1644
1644
|
"blocked_services": {
|
|
1645
1645
|
"type": "object",
|
|
@@ -1677,7 +1677,7 @@
|
|
|
1677
1677
|
"optional": true,
|
|
1678
1678
|
"is_block": true,
|
|
1679
1679
|
"oneof_group": "blocked_services_choice",
|
|
1680
|
-
"description": "
|
|
1680
|
+
"description": "Enable this option"
|
|
1681
1681
|
},
|
|
1682
1682
|
"description": {
|
|
1683
1683
|
"type": "string",
|
|
@@ -1691,7 +1691,7 @@
|
|
|
1691
1691
|
"optional": true,
|
|
1692
1692
|
"is_block": true,
|
|
1693
1693
|
"oneof_group": "direct_connect_choice",
|
|
1694
|
-
"description": "[OneOf: direct_connect_disabled, direct_connect_enabled, private_connectivity]
|
|
1694
|
+
"description": "[OneOf: direct_connect_disabled, direct_connect_enabled, private_connectivity] Enable this option"
|
|
1695
1695
|
},
|
|
1696
1696
|
"direct_connect_enabled": {
|
|
1697
1697
|
"type": "object",
|
|
@@ -1713,7 +1713,7 @@
|
|
|
1713
1713
|
"optional": true,
|
|
1714
1714
|
"is_block": true,
|
|
1715
1715
|
"oneof_group": "internet_vip_choice",
|
|
1716
|
-
"description": "[OneOf: disable_internet_vip, enable_internet_vip; Default: disable_internet_vip]
|
|
1716
|
+
"description": "[OneOf: disable_internet_vip, enable_internet_vip; Default: disable_internet_vip] Enable this option"
|
|
1717
1717
|
},
|
|
1718
1718
|
"disk_size": {
|
|
1719
1719
|
"type": "int64",
|
|
@@ -1729,7 +1729,7 @@
|
|
|
1729
1729
|
"optional": true,
|
|
1730
1730
|
"is_block": true,
|
|
1731
1731
|
"oneof_group": "egress_gateway_choice",
|
|
1732
|
-
"description": "[OneOf: egress_gateway_default, egress_nat_gw, egress_virtual_private_gateway; Default: egress_gateway_default]
|
|
1732
|
+
"description": "[OneOf: egress_gateway_default, egress_nat_gw, egress_virtual_private_gateway; Default: egress_gateway_default] Enable this option"
|
|
1733
1733
|
},
|
|
1734
1734
|
"egress_nat_gw": {
|
|
1735
1735
|
"type": "object",
|
|
@@ -1753,7 +1753,7 @@
|
|
|
1753
1753
|
"optional": true,
|
|
1754
1754
|
"is_block": true,
|
|
1755
1755
|
"oneof_group": "internet_vip_choice",
|
|
1756
|
-
"description": "
|
|
1756
|
+
"description": "Enable this option"
|
|
1757
1757
|
},
|
|
1758
1758
|
"f5_orchestrated_routing": {
|
|
1759
1759
|
"type": "object",
|
|
@@ -1761,7 +1761,7 @@
|
|
|
1761
1761
|
"optional": true,
|
|
1762
1762
|
"is_block": true,
|
|
1763
1763
|
"oneof_group": "routing_type",
|
|
1764
|
-
"description": "[OneOf: f5_orchestrated_routing, manual_routing]
|
|
1764
|
+
"description": "[OneOf: f5_orchestrated_routing, manual_routing] Enable this option"
|
|
1765
1765
|
},
|
|
1766
1766
|
"f5xc_security_group": {
|
|
1767
1767
|
"type": "object",
|
|
@@ -1769,7 +1769,7 @@
|
|
|
1769
1769
|
"optional": true,
|
|
1770
1770
|
"is_block": true,
|
|
1771
1771
|
"oneof_group": "security_group_choice",
|
|
1772
|
-
"description": "
|
|
1772
|
+
"description": "Enable this option"
|
|
1773
1773
|
},
|
|
1774
1774
|
"id": {
|
|
1775
1775
|
"type": "string",
|
|
@@ -1829,7 +1829,7 @@
|
|
|
1829
1829
|
"optional": true,
|
|
1830
1830
|
"is_block": true,
|
|
1831
1831
|
"oneof_group": "logs_receiver_choice",
|
|
1832
|
-
"description": "
|
|
1832
|
+
"description": "Enable this option"
|
|
1833
1833
|
},
|
|
1834
1834
|
"manual_routing": {
|
|
1835
1835
|
"type": "object",
|
|
@@ -1837,7 +1837,7 @@
|
|
|
1837
1837
|
"optional": true,
|
|
1838
1838
|
"is_block": true,
|
|
1839
1839
|
"oneof_group": "routing_type",
|
|
1840
|
-
"description": "
|
|
1840
|
+
"description": "Enable this option"
|
|
1841
1841
|
},
|
|
1842
1842
|
"name": {
|
|
1843
1843
|
"type": "string",
|
|
@@ -1859,7 +1859,7 @@
|
|
|
1859
1859
|
"optional": true,
|
|
1860
1860
|
"is_block": true,
|
|
1861
1861
|
"oneof_group": "worker_nodes",
|
|
1862
|
-
"description": "[OneOf: no_worker_nodes, nodes_per_az, total_nodes; Default: no_worker_nodes]
|
|
1862
|
+
"description": "[OneOf: no_worker_nodes, nodes_per_az, total_nodes; Default: no_worker_nodes] Enable this option"
|
|
1863
1863
|
},
|
|
1864
1864
|
"nodes_per_az": {
|
|
1865
1865
|
"type": "int64",
|
|
@@ -2049,7 +2049,7 @@
|
|
|
2049
2049
|
"optional": true,
|
|
2050
2050
|
"is_block": true,
|
|
2051
2051
|
"oneof_group": "blocked_services_choice",
|
|
2052
|
-
"description": "[OneOf: block_all_services, blocked_services, default_blocked_services; Default: default_blocked_services]
|
|
2052
|
+
"description": "[OneOf: block_all_services, blocked_services, default_blocked_services; Default: default_blocked_services] Enable this option"
|
|
2053
2053
|
},
|
|
2054
2054
|
"blocked_services": {
|
|
2055
2055
|
"type": "object",
|
|
@@ -2079,7 +2079,7 @@
|
|
|
2079
2079
|
"optional": true,
|
|
2080
2080
|
"is_block": true,
|
|
2081
2081
|
"oneof_group": "blocked_services_choice",
|
|
2082
|
-
"description": "
|
|
2082
|
+
"description": "Enable this option"
|
|
2083
2083
|
},
|
|
2084
2084
|
"description": {
|
|
2085
2085
|
"type": "string",
|
|
@@ -2167,7 +2167,7 @@
|
|
|
2167
2167
|
"optional": true,
|
|
2168
2168
|
"is_block": true,
|
|
2169
2169
|
"oneof_group": "logs_receiver_choice",
|
|
2170
|
-
"description": "
|
|
2170
|
+
"description": "Enable this option"
|
|
2171
2171
|
},
|
|
2172
2172
|
"machine_type": {
|
|
2173
2173
|
"type": "string",
|
|
@@ -2197,7 +2197,7 @@
|
|
|
2197
2197
|
"optional": true,
|
|
2198
2198
|
"is_block": true,
|
|
2199
2199
|
"oneof_group": "worker_nodes",
|
|
2200
|
-
"description": "[OneOf: no_worker_nodes, nodes_per_az, total_nodes; Default: no_worker_nodes]
|
|
2200
|
+
"description": "[OneOf: no_worker_nodes, nodes_per_az, total_nodes; Default: no_worker_nodes] Enable this option"
|
|
2201
2201
|
},
|
|
2202
2202
|
"nodes_per_az": {
|
|
2203
2203
|
"type": "int64",
|
|
@@ -2854,7 +2854,7 @@
|
|
|
2854
2854
|
"optional": true,
|
|
2855
2855
|
"is_block": true,
|
|
2856
2856
|
"oneof_group": "sensitive_data_policy_choice",
|
|
2857
|
-
"description": "[OneOf: default_sensitive_data_policy, sensitive_data_policy; Default: default_sensitive_data_policy]
|
|
2857
|
+
"description": "[OneOf: default_sensitive_data_policy, sensitive_data_policy; Default: default_sensitive_data_policy] Enable this option"
|
|
2858
2858
|
},
|
|
2859
2859
|
"description": {
|
|
2860
2860
|
"type": "string",
|
|
@@ -2874,7 +2874,7 @@
|
|
|
2874
2874
|
"optional": true,
|
|
2875
2875
|
"is_block": true,
|
|
2876
2876
|
"oneof_group": "api_definition_choice",
|
|
2877
|
-
"description": "
|
|
2877
|
+
"description": "Enable this option"
|
|
2878
2878
|
},
|
|
2879
2879
|
"disable_api_discovery": {
|
|
2880
2880
|
"type": "object",
|
|
@@ -2882,7 +2882,7 @@
|
|
|
2882
2882
|
"optional": true,
|
|
2883
2883
|
"is_block": true,
|
|
2884
2884
|
"oneof_group": "api_discovery_choice",
|
|
2885
|
-
"description": "[OneOf: disable_api_discovery, enable_api_discovery; Default: disable_api_discovery]
|
|
2885
|
+
"description": "[OneOf: disable_api_discovery, enable_api_discovery; Default: disable_api_discovery] Enable this option"
|
|
2886
2886
|
},
|
|
2887
2887
|
"disable_client_side_defense": {
|
|
2888
2888
|
"type": "object",
|
|
@@ -2890,7 +2890,7 @@
|
|
|
2890
2890
|
"optional": true,
|
|
2891
2891
|
"is_block": true,
|
|
2892
2892
|
"oneof_group": "client_side_defense_choice",
|
|
2893
|
-
"description": "
|
|
2893
|
+
"description": "Enable this option"
|
|
2894
2894
|
},
|
|
2895
2895
|
"disable_ip_reputation": {
|
|
2896
2896
|
"type": "object",
|
|
@@ -2898,7 +2898,7 @@
|
|
|
2898
2898
|
"optional": true,
|
|
2899
2899
|
"is_block": true,
|
|
2900
2900
|
"oneof_group": "ip_reputation_choice",
|
|
2901
|
-
"description": "[OneOf: disable_ip_reputation, enable_ip_reputation; Default: disable_ip_reputation]
|
|
2901
|
+
"description": "[OneOf: disable_ip_reputation, enable_ip_reputation; Default: disable_ip_reputation] Enable this option"
|
|
2902
2902
|
},
|
|
2903
2903
|
"disable_malicious_user_detection": {
|
|
2904
2904
|
"type": "object",
|
|
@@ -2906,7 +2906,7 @@
|
|
|
2906
2906
|
"optional": true,
|
|
2907
2907
|
"is_block": true,
|
|
2908
2908
|
"oneof_group": "malicious_user_detection_choice",
|
|
2909
|
-
"description": "[OneOf: disable_malicious_user_detection, enable_malicious_user_detection; Default: disable_malicious_user_detection]
|
|
2909
|
+
"description": "[OneOf: disable_malicious_user_detection, enable_malicious_user_detection; Default: disable_malicious_user_detection] Enable this option"
|
|
2910
2910
|
},
|
|
2911
2911
|
"disable_rate_limit": {
|
|
2912
2912
|
"type": "object",
|
|
@@ -2914,7 +2914,7 @@
|
|
|
2914
2914
|
"optional": true,
|
|
2915
2915
|
"is_block": true,
|
|
2916
2916
|
"oneof_group": "rate_limit_choice",
|
|
2917
|
-
"description": "
|
|
2917
|
+
"description": "Enable this option"
|
|
2918
2918
|
},
|
|
2919
2919
|
"disable_threat_mesh": {
|
|
2920
2920
|
"type": "object",
|
|
@@ -2922,7 +2922,7 @@
|
|
|
2922
2922
|
"optional": true,
|
|
2923
2923
|
"is_block": true,
|
|
2924
2924
|
"oneof_group": "threat_mesh_choice",
|
|
2925
|
-
"description": "[OneOf: disable_threat_mesh, enable_threat_mesh; Default: disable_threat_mesh]
|
|
2925
|
+
"description": "[OneOf: disable_threat_mesh, enable_threat_mesh; Default: disable_threat_mesh] Enable this option"
|
|
2926
2926
|
},
|
|
2927
2927
|
"disable_waf": {
|
|
2928
2928
|
"type": "object",
|
|
@@ -2930,7 +2930,7 @@
|
|
|
2930
2930
|
"optional": true,
|
|
2931
2931
|
"is_block": true,
|
|
2932
2932
|
"oneof_group": "waf_choice",
|
|
2933
|
-
"description": "
|
|
2933
|
+
"description": "Enable this option"
|
|
2934
2934
|
},
|
|
2935
2935
|
"domains": {
|
|
2936
2936
|
"type": "list",
|
|
@@ -2968,7 +2968,7 @@
|
|
|
2968
2968
|
"optional": true,
|
|
2969
2969
|
"is_block": true,
|
|
2970
2970
|
"oneof_group": "malicious_user_detection_choice",
|
|
2971
|
-
"description": "
|
|
2971
|
+
"description": "Enable this option"
|
|
2972
2972
|
},
|
|
2973
2973
|
"enable_threat_mesh": {
|
|
2974
2974
|
"type": "object",
|
|
@@ -2976,7 +2976,7 @@
|
|
|
2976
2976
|
"optional": true,
|
|
2977
2977
|
"is_block": true,
|
|
2978
2978
|
"oneof_group": "threat_mesh_choice",
|
|
2979
|
-
"description": "
|
|
2979
|
+
"description": "Enable this option"
|
|
2980
2980
|
},
|
|
2981
2981
|
"graphql_rules": {
|
|
2982
2982
|
"type": "list",
|
|
@@ -3037,7 +3037,7 @@
|
|
|
3037
3037
|
"optional": true,
|
|
3038
3038
|
"is_block": true,
|
|
3039
3039
|
"oneof_group": "l7_ddos_auto_mitigation_action",
|
|
3040
|
-
"description": "[OneOf: l7_ddos_action_block, l7_ddos_action_default, l7_ddos_action_js_challenge; Default: l7_ddos_action_default]
|
|
3040
|
+
"description": "[OneOf: l7_ddos_action_block, l7_ddos_action_default, l7_ddos_action_js_challenge; Default: l7_ddos_action_default] Enable this option"
|
|
3041
3041
|
},
|
|
3042
3042
|
"l7_ddos_action_default": {
|
|
3043
3043
|
"type": "object",
|
|
@@ -3045,7 +3045,7 @@
|
|
|
3045
3045
|
"optional": true,
|
|
3046
3046
|
"is_block": true,
|
|
3047
3047
|
"oneof_group": "l7_ddos_auto_mitigation_action",
|
|
3048
|
-
"description": "
|
|
3048
|
+
"description": "Enable this option"
|
|
3049
3049
|
},
|
|
3050
3050
|
"l7_ddos_action_js_challenge": {
|
|
3051
3051
|
"type": "object",
|
|
@@ -3081,7 +3081,7 @@
|
|
|
3081
3081
|
"optional": true,
|
|
3082
3082
|
"is_block": true,
|
|
3083
3083
|
"oneof_group": "challenge_type",
|
|
3084
|
-
"description": "
|
|
3084
|
+
"description": "Enable this option"
|
|
3085
3085
|
},
|
|
3086
3086
|
"no_service_policies": {
|
|
3087
3087
|
"type": "object",
|
|
@@ -3089,7 +3089,7 @@
|
|
|
3089
3089
|
"optional": true,
|
|
3090
3090
|
"is_block": true,
|
|
3091
3091
|
"oneof_group": "service_policy_choice",
|
|
3092
|
-
"description": "
|
|
3092
|
+
"description": "Enable this option"
|
|
3093
3093
|
},
|
|
3094
3094
|
"origin_pool": {
|
|
3095
3095
|
"type": "object",
|
|
@@ -3142,7 +3142,7 @@
|
|
|
3142
3142
|
"optional": true,
|
|
3143
3143
|
"is_block": true,
|
|
3144
3144
|
"oneof_group": "service_policy_choice",
|
|
3145
|
-
"description": "
|
|
3145
|
+
"description": "Enable this option"
|
|
3146
3146
|
},
|
|
3147
3147
|
"slow_ddos_mitigation": {
|
|
3148
3148
|
"type": "object",
|
|
@@ -3158,7 +3158,7 @@
|
|
|
3158
3158
|
"optional": true,
|
|
3159
3159
|
"is_block": true,
|
|
3160
3160
|
"oneof_group": "slow_ddos_mitigation_choice",
|
|
3161
|
-
"description": "
|
|
3161
|
+
"description": "Enable this option"
|
|
3162
3162
|
},
|
|
3163
3163
|
"trusted_clients": {
|
|
3164
3164
|
"type": "list",
|
|
@@ -3173,7 +3173,7 @@
|
|
|
3173
3173
|
"optional": true,
|
|
3174
3174
|
"is_block": true,
|
|
3175
3175
|
"oneof_group": "user_id_choice",
|
|
3176
|
-
"description": "[OneOf: user_id_client_ip, user_identification]
|
|
3176
|
+
"description": "[OneOf: user_id_client_ip, user_identification] Enable this option"
|
|
3177
3177
|
},
|
|
3178
3178
|
"user_identification": {
|
|
3179
3179
|
"type": "object",
|
|
@@ -3326,7 +3326,7 @@
|
|
|
3326
3326
|
},
|
|
3327
3327
|
"cloud_connect": {
|
|
3328
3328
|
"description": "Manages a Cloud Connect resource in F5 Distributed Cloud for establishing connectivity to cloud provider networks.",
|
|
3329
|
-
"import_format": "name",
|
|
3329
|
+
"import_format": "namespace/name",
|
|
3330
3330
|
"oneof_groups": {
|
|
3331
3331
|
"cloud": {
|
|
3332
3332
|
"fields": [
|
|
@@ -3392,12 +3392,10 @@
|
|
|
3392
3392
|
},
|
|
3393
3393
|
"namespace": {
|
|
3394
3394
|
"type": "string",
|
|
3395
|
-
"required":
|
|
3396
|
-
"
|
|
3397
|
-
"computed": true,
|
|
3398
|
-
"plan_modifier": "UseStateForUnknown",
|
|
3395
|
+
"required": true,
|
|
3396
|
+
"plan_modifier": "RequiresReplace",
|
|
3399
3397
|
"validation": "name",
|
|
3400
|
-
"description": "Namespace
|
|
3398
|
+
"description": "Namespace where the Cloud Connect will be created."
|
|
3401
3399
|
},
|
|
3402
3400
|
"segment": {
|
|
3403
3401
|
"type": "object",
|
|
@@ -3513,9 +3511,9 @@
|
|
|
3513
3511
|
},
|
|
3514
3512
|
"dependencies": {
|
|
3515
3513
|
"referenced_by": [
|
|
3516
|
-
"gcp_vpc_site",
|
|
3517
3514
|
"aws_vpc_site",
|
|
3518
|
-
"azure_vnet_site"
|
|
3515
|
+
"azure_vnet_site",
|
|
3516
|
+
"gcp_vpc_site"
|
|
3519
3517
|
]
|
|
3520
3518
|
}
|
|
3521
3519
|
},
|
|
@@ -3635,7 +3633,7 @@
|
|
|
3635
3633
|
"optional": true,
|
|
3636
3634
|
"is_block": true,
|
|
3637
3635
|
"oneof_group": "enable_connection_to_re_choice",
|
|
3638
|
-
"description": "[OneOf: disabled, enabled]
|
|
3636
|
+
"description": "[OneOf: disabled, enabled] Enable this option"
|
|
3639
3637
|
},
|
|
3640
3638
|
"enabled": {
|
|
3641
3639
|
"type": "object",
|
|
@@ -3722,7 +3720,7 @@
|
|
|
3722
3720
|
"optional": true,
|
|
3723
3721
|
"is_block": true,
|
|
3724
3722
|
"oneof_group": "http_protocol_type",
|
|
3725
|
-
"description": "[OneOf: auto_http_config, http1_config, http2_options]
|
|
3723
|
+
"description": "[OneOf: auto_http_config, http1_config, http2_options] Enable this option"
|
|
3726
3724
|
},
|
|
3727
3725
|
"circuit_breaker": {
|
|
3728
3726
|
"type": "object",
|
|
@@ -3764,7 +3762,7 @@
|
|
|
3764
3762
|
"optional": true,
|
|
3765
3763
|
"is_block": true,
|
|
3766
3764
|
"oneof_group": "proxy_protocol_type",
|
|
3767
|
-
"description": "[OneOf: disable_proxy_protocol, proxy_protocol_v1, proxy_protocol_v2; Default: disable_proxy_protocol]
|
|
3765
|
+
"description": "[OneOf: disable_proxy_protocol, proxy_protocol_v1, proxy_protocol_v2; Default: disable_proxy_protocol] Enable this option"
|
|
3768
3766
|
},
|
|
3769
3767
|
"endpoint_selection": {
|
|
3770
3768
|
"type": "string",
|
|
@@ -3868,7 +3866,7 @@
|
|
|
3868
3866
|
"optional": true,
|
|
3869
3867
|
"is_block": true,
|
|
3870
3868
|
"oneof_group": "panic_threshold_type",
|
|
3871
|
-
"description": "[OneOf: no_panic_threshold, panic_threshold; Default: no_panic_threshold]
|
|
3869
|
+
"description": "[OneOf: no_panic_threshold, panic_threshold; Default: no_panic_threshold] Enable this option"
|
|
3872
3870
|
},
|
|
3873
3871
|
"outlier_detection": {
|
|
3874
3872
|
"type": "object",
|
|
@@ -3892,7 +3890,7 @@
|
|
|
3892
3890
|
"optional": true,
|
|
3893
3891
|
"is_block": true,
|
|
3894
3892
|
"oneof_group": "proxy_protocol_type",
|
|
3895
|
-
"description": "
|
|
3893
|
+
"description": "Enable this option"
|
|
3896
3894
|
},
|
|
3897
3895
|
"proxy_protocol_v2": {
|
|
3898
3896
|
"type": "object",
|
|
@@ -3900,7 +3898,7 @@
|
|
|
3900
3898
|
"optional": true,
|
|
3901
3899
|
"is_block": true,
|
|
3902
3900
|
"oneof_group": "proxy_protocol_type",
|
|
3903
|
-
"description": "
|
|
3901
|
+
"description": "Enable this option"
|
|
3904
3902
|
},
|
|
3905
3903
|
"tls_parameters": {
|
|
3906
3904
|
"type": "object",
|
|
@@ -4471,8 +4469,23 @@
|
|
|
4471
4469
|
}
|
|
4472
4470
|
},
|
|
4473
4471
|
"discovery": {
|
|
4474
|
-
"description": "Manages
|
|
4472
|
+
"description": "Manages a Discovery resource in F5 Distributed Cloud for api to create discovery object for a site or virtual site in system namespace. configuration.",
|
|
4475
4473
|
"import_format": "namespace/name",
|
|
4474
|
+
"oneof_groups": {
|
|
4475
|
+
"cluster_identifier_choice": {
|
|
4476
|
+
"fields": [
|
|
4477
|
+
"cluster_id",
|
|
4478
|
+
"no_cluster_id"
|
|
4479
|
+
],
|
|
4480
|
+
"default": "no_cluster_id"
|
|
4481
|
+
},
|
|
4482
|
+
"discovery_choice": {
|
|
4483
|
+
"fields": [
|
|
4484
|
+
"discovery_consul",
|
|
4485
|
+
"discovery_k8s"
|
|
4486
|
+
]
|
|
4487
|
+
}
|
|
4488
|
+
},
|
|
4476
4489
|
"attributes": {
|
|
4477
4490
|
"annotations": {
|
|
4478
4491
|
"type": "map",
|
|
@@ -4480,12 +4493,14 @@
|
|
|
4480
4493
|
"optional": true,
|
|
4481
4494
|
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata."
|
|
4482
4495
|
},
|
|
4483
|
-
"
|
|
4484
|
-
"type": "
|
|
4496
|
+
"cluster_id": {
|
|
4497
|
+
"type": "string",
|
|
4485
4498
|
"required": false,
|
|
4486
4499
|
"optional": true,
|
|
4487
|
-
"
|
|
4488
|
-
"
|
|
4500
|
+
"computed": true,
|
|
4501
|
+
"plan_modifier": "UseStateForUnknown",
|
|
4502
|
+
"oneof_group": "cluster_identifier_choice",
|
|
4503
|
+
"description": "[OneOf: cluster_id, no_cluster_id; Default: no_cluster_id] Specify identifier for discovery cluster. This identifier can be specified in endpoint object to discover only from this discovery object."
|
|
4489
4504
|
},
|
|
4490
4505
|
"description": {
|
|
4491
4506
|
"type": "string",
|
|
@@ -4499,6 +4514,22 @@
|
|
|
4499
4514
|
"optional": true,
|
|
4500
4515
|
"description": "A value of true will administratively disable the object."
|
|
4501
4516
|
},
|
|
4517
|
+
"discovery_consul": {
|
|
4518
|
+
"type": "object",
|
|
4519
|
+
"required": false,
|
|
4520
|
+
"optional": true,
|
|
4521
|
+
"is_block": true,
|
|
4522
|
+
"oneof_group": "discovery_choice",
|
|
4523
|
+
"description": "[OneOf: discovery_consul, discovery_k8s] Discovery configuration for Hashicorp Consul."
|
|
4524
|
+
},
|
|
4525
|
+
"discovery_k8s": {
|
|
4526
|
+
"type": "object",
|
|
4527
|
+
"required": false,
|
|
4528
|
+
"optional": true,
|
|
4529
|
+
"is_block": true,
|
|
4530
|
+
"oneof_group": "discovery_choice",
|
|
4531
|
+
"description": "K8s Discovery Configuration. Discovery configuration for K8s."
|
|
4532
|
+
},
|
|
4502
4533
|
"id": {
|
|
4503
4534
|
"type": "string",
|
|
4504
4535
|
"required": false,
|
|
@@ -4525,6 +4556,21 @@
|
|
|
4525
4556
|
"plan_modifier": "RequiresReplace",
|
|
4526
4557
|
"validation": "name",
|
|
4527
4558
|
"description": "Namespace where the Discovery will be created."
|
|
4559
|
+
},
|
|
4560
|
+
"no_cluster_id": {
|
|
4561
|
+
"type": "object",
|
|
4562
|
+
"required": false,
|
|
4563
|
+
"optional": true,
|
|
4564
|
+
"is_block": true,
|
|
4565
|
+
"oneof_group": "cluster_identifier_choice",
|
|
4566
|
+
"description": "Enable this option"
|
|
4567
|
+
},
|
|
4568
|
+
"where": {
|
|
4569
|
+
"type": "object",
|
|
4570
|
+
"required": false,
|
|
4571
|
+
"optional": true,
|
|
4572
|
+
"is_block": true,
|
|
4573
|
+
"description": "NetworkSiteRefSelector defines a union of reference to site or reference to virtual_network or reference to virtual_site It is used to determine virtual network using following rules * Direct reference to virtual_network object * Site local network when refering to site object * All site local.."
|
|
4528
4574
|
}
|
|
4529
4575
|
}
|
|
4530
4576
|
},
|
|
@@ -4669,7 +4715,7 @@
|
|
|
4669
4715
|
"optional": true,
|
|
4670
4716
|
"is_block": true,
|
|
4671
4717
|
"oneof_group": "domain_choice",
|
|
4672
|
-
"description": "
|
|
4718
|
+
"description": "Enable this option"
|
|
4673
4719
|
}
|
|
4674
4720
|
}
|
|
4675
4721
|
},
|
|
@@ -4833,7 +4879,7 @@
|
|
|
4833
4879
|
"optional": true,
|
|
4834
4880
|
"is_block": true,
|
|
4835
4881
|
"oneof_group": "rule_choice",
|
|
4836
|
-
"description": "[OneOf: allow_all, allowed_destinations, allowed_sources, denied_destinations, denied_sources, deny_all, rule_list]
|
|
4882
|
+
"description": "[OneOf: allow_all, allowed_destinations, allowed_sources, denied_destinations, denied_sources, deny_all, rule_list] Enable this option"
|
|
4837
4883
|
},
|
|
4838
4884
|
"allowed_destinations": {
|
|
4839
4885
|
"type": "object",
|
|
@@ -4879,7 +4925,7 @@
|
|
|
4879
4925
|
"optional": true,
|
|
4880
4926
|
"is_block": true,
|
|
4881
4927
|
"oneof_group": "rule_choice",
|
|
4882
|
-
"description": "
|
|
4928
|
+
"description": "Enable this option"
|
|
4883
4929
|
},
|
|
4884
4930
|
"description": {
|
|
4885
4931
|
"type": "string",
|
|
@@ -5347,7 +5393,7 @@
|
|
|
5347
5393
|
"optional": true,
|
|
5348
5394
|
"is_block": true,
|
|
5349
5395
|
"oneof_group": "usb_policy_choice",
|
|
5350
|
-
"description": "[OneOf: allow_all_usb, deny_all_usb, usb_policy]
|
|
5396
|
+
"description": "[OneOf: allow_all_usb, deny_all_usb, usb_policy] Enable this option"
|
|
5351
5397
|
},
|
|
5352
5398
|
"annotations": {
|
|
5353
5399
|
"type": "map",
|
|
@@ -5392,7 +5438,7 @@
|
|
|
5392
5438
|
"optional": true,
|
|
5393
5439
|
"is_block": true,
|
|
5394
5440
|
"oneof_group": "interface_choice",
|
|
5395
|
-
"description": "[OneOf: default_config, device_list, interface_list; Default: default_config]
|
|
5441
|
+
"description": "[OneOf: default_config, device_list, interface_list; Default: default_config] Enable this option"
|
|
5396
5442
|
},
|
|
5397
5443
|
"default_sriov_interface": {
|
|
5398
5444
|
"type": "object",
|
|
@@ -5400,7 +5446,7 @@
|
|
|
5400
5446
|
"optional": true,
|
|
5401
5447
|
"is_block": true,
|
|
5402
5448
|
"oneof_group": "sriov_interface_choice",
|
|
5403
|
-
"description": "[OneOf: default_sriov_interface, sriov_interfaces; Default: default_sriov_interface]
|
|
5449
|
+
"description": "[OneOf: default_sriov_interface, sriov_interfaces; Default: default_sriov_interface] Enable this option"
|
|
5404
5450
|
},
|
|
5405
5451
|
"default_storage_class": {
|
|
5406
5452
|
"type": "object",
|
|
@@ -5408,7 +5454,7 @@
|
|
|
5408
5454
|
"optional": true,
|
|
5409
5455
|
"is_block": true,
|
|
5410
5456
|
"oneof_group": "storage_class_choice",
|
|
5411
|
-
"description": "[OneOf: default_storage_class, storage_class_list; Default: default_storage_class]
|
|
5457
|
+
"description": "[OneOf: default_storage_class, storage_class_list; Default: default_storage_class] Enable this option"
|
|
5412
5458
|
},
|
|
5413
5459
|
"deny_all_usb": {
|
|
5414
5460
|
"type": "object",
|
|
@@ -5416,7 +5462,7 @@
|
|
|
5416
5462
|
"optional": true,
|
|
5417
5463
|
"is_block": true,
|
|
5418
5464
|
"oneof_group": "usb_policy_choice",
|
|
5419
|
-
"description": "
|
|
5465
|
+
"description": "Enable this option"
|
|
5420
5466
|
},
|
|
5421
5467
|
"description": {
|
|
5422
5468
|
"type": "string",
|
|
@@ -5444,7 +5490,7 @@
|
|
|
5444
5490
|
"optional": true,
|
|
5445
5491
|
"is_block": true,
|
|
5446
5492
|
"oneof_group": "gpu_choice",
|
|
5447
|
-
"description": "[OneOf: disable_gpu, enable_gpu, enable_vgpu; Default: disable_gpu]
|
|
5493
|
+
"description": "[OneOf: disable_gpu, enable_gpu, enable_vgpu; Default: disable_gpu] Enable this option"
|
|
5448
5494
|
},
|
|
5449
5495
|
"disable_vm": {
|
|
5450
5496
|
"type": "object",
|
|
@@ -5452,7 +5498,7 @@
|
|
|
5452
5498
|
"optional": true,
|
|
5453
5499
|
"is_block": true,
|
|
5454
5500
|
"oneof_group": "vm_choice",
|
|
5455
|
-
"description": "[OneOf: disable_vm, enable_vm; Default: disable_vm]
|
|
5501
|
+
"description": "[OneOf: disable_vm, enable_vm; Default: disable_vm] Enable this option"
|
|
5456
5502
|
},
|
|
5457
5503
|
"enable_default_fleet_config_download": {
|
|
5458
5504
|
"type": "bool",
|
|
@@ -5468,7 +5514,7 @@
|
|
|
5468
5514
|
"optional": true,
|
|
5469
5515
|
"is_block": true,
|
|
5470
5516
|
"oneof_group": "gpu_choice",
|
|
5471
|
-
"description": "
|
|
5517
|
+
"description": "Enable this option"
|
|
5472
5518
|
},
|
|
5473
5519
|
"enable_vgpu": {
|
|
5474
5520
|
"type": "object",
|
|
@@ -5543,7 +5589,7 @@
|
|
|
5543
5589
|
"optional": true,
|
|
5544
5590
|
"is_block": true,
|
|
5545
5591
|
"oneof_group": "logs_receiver_choice",
|
|
5546
|
-
"description": "
|
|
5592
|
+
"description": "Enable this option"
|
|
5547
5593
|
},
|
|
5548
5594
|
"name": {
|
|
5549
5595
|
"type": "string",
|
|
@@ -5579,7 +5625,7 @@
|
|
|
5579
5625
|
"optional": true,
|
|
5580
5626
|
"is_block": true,
|
|
5581
5627
|
"oneof_group": "bond_choice",
|
|
5582
|
-
"description": "
|
|
5628
|
+
"description": "Enable this option"
|
|
5583
5629
|
},
|
|
5584
5630
|
"no_dc_cluster_group": {
|
|
5585
5631
|
"type": "object",
|
|
@@ -5587,7 +5633,7 @@
|
|
|
5587
5633
|
"optional": true,
|
|
5588
5634
|
"is_block": true,
|
|
5589
5635
|
"oneof_group": "dc_cluster_group_choice",
|
|
5590
|
-
"description": "
|
|
5636
|
+
"description": "Enable this option"
|
|
5591
5637
|
},
|
|
5592
5638
|
"no_storage_device": {
|
|
5593
5639
|
"type": "object",
|
|
@@ -5595,7 +5641,7 @@
|
|
|
5595
5641
|
"optional": true,
|
|
5596
5642
|
"is_block": true,
|
|
5597
5643
|
"oneof_group": "storage_device_choice",
|
|
5598
|
-
"description": "[OneOf: no_storage_device, storage_device_list; Default: no_storage_device]
|
|
5644
|
+
"description": "[OneOf: no_storage_device, storage_device_list; Default: no_storage_device] Enable this option"
|
|
5599
5645
|
},
|
|
5600
5646
|
"no_storage_interfaces": {
|
|
5601
5647
|
"type": "object",
|
|
@@ -5603,7 +5649,7 @@
|
|
|
5603
5649
|
"optional": true,
|
|
5604
5650
|
"is_block": true,
|
|
5605
5651
|
"oneof_group": "storage_interface_choice",
|
|
5606
|
-
"description": "[OneOf: no_storage_interfaces, storage_interface_list; Default: no_storage_interfaces]
|
|
5652
|
+
"description": "[OneOf: no_storage_interfaces, storage_interface_list; Default: no_storage_interfaces] Enable this option"
|
|
5607
5653
|
},
|
|
5608
5654
|
"no_storage_static_routes": {
|
|
5609
5655
|
"type": "object",
|
|
@@ -5611,7 +5657,7 @@
|
|
|
5611
5657
|
"optional": true,
|
|
5612
5658
|
"is_block": true,
|
|
5613
5659
|
"oneof_group": "storage_static_routes_choice",
|
|
5614
|
-
"description": "[OneOf: no_storage_static_routes, storage_static_routes; Default: no_storage_static_routes]
|
|
5660
|
+
"description": "[OneOf: no_storage_static_routes, storage_static_routes; Default: no_storage_static_routes] Enable this option"
|
|
5615
5661
|
},
|
|
5616
5662
|
"operating_system_version": {
|
|
5617
5663
|
"type": "string",
|
|
@@ -5723,7 +5769,7 @@
|
|
|
5723
5769
|
"optional": true,
|
|
5724
5770
|
"is_block": true,
|
|
5725
5771
|
"oneof_group": "rule_choice",
|
|
5726
|
-
"description": "[OneOf: allow_all, allow_list, deny_list, rule_list]
|
|
5772
|
+
"description": "[OneOf: allow_all, allow_list, deny_list, rule_list] Enable this option"
|
|
5727
5773
|
},
|
|
5728
5774
|
"allow_list": {
|
|
5729
5775
|
"type": "object",
|
|
@@ -5745,7 +5791,7 @@
|
|
|
5745
5791
|
"optional": true,
|
|
5746
5792
|
"is_block": true,
|
|
5747
5793
|
"oneof_group": "proxy_choice",
|
|
5748
|
-
"description": "[OneOf: any_proxy, drp_http_connect, network_connector, proxy_label_selector]
|
|
5794
|
+
"description": "[OneOf: any_proxy, drp_http_connect, network_connector, proxy_label_selector] Enable this option"
|
|
5749
5795
|
},
|
|
5750
5796
|
"deny_list": {
|
|
5751
5797
|
"type": "object",
|
|
@@ -5773,7 +5819,7 @@
|
|
|
5773
5819
|
"optional": true,
|
|
5774
5820
|
"is_block": true,
|
|
5775
5821
|
"oneof_group": "proxy_choice",
|
|
5776
|
-
"description": "
|
|
5822
|
+
"description": "Enable this option"
|
|
5777
5823
|
},
|
|
5778
5824
|
"id": {
|
|
5779
5825
|
"type": "string",
|
|
@@ -5887,7 +5933,7 @@
|
|
|
5887
5933
|
"optional": true,
|
|
5888
5934
|
"is_block": true,
|
|
5889
5935
|
"oneof_group": "queueing_choice",
|
|
5890
|
-
"description": "[OneOf: dscp_based_queue, queue_id_to_use]
|
|
5936
|
+
"description": "[OneOf: dscp_based_queue, queue_id_to_use] Enable this option"
|
|
5891
5937
|
},
|
|
5892
5938
|
"id": {
|
|
5893
5939
|
"type": "string",
|
|
@@ -5930,7 +5976,7 @@
|
|
|
5930
5976
|
"optional": true,
|
|
5931
5977
|
"is_block": true,
|
|
5932
5978
|
"oneof_group": "marking_choice",
|
|
5933
|
-
"description": "
|
|
5979
|
+
"description": "Enable this option"
|
|
5934
5980
|
},
|
|
5935
5981
|
"no_policer": {
|
|
5936
5982
|
"type": "object",
|
|
@@ -5938,7 +5984,7 @@
|
|
|
5938
5984
|
"optional": true,
|
|
5939
5985
|
"is_block": true,
|
|
5940
5986
|
"oneof_group": "policer_choice",
|
|
5941
|
-
"description": "[OneOf: no_policer, policer; Default: no_policer]
|
|
5987
|
+
"description": "[OneOf: no_policer, policer; Default: no_policer] Enable this option"
|
|
5942
5988
|
},
|
|
5943
5989
|
"policer": {
|
|
5944
5990
|
"type": "object",
|
|
@@ -6035,7 +6081,7 @@
|
|
|
6035
6081
|
"optional": true,
|
|
6036
6082
|
"is_block": true,
|
|
6037
6083
|
"oneof_group": "blocked_services_choice",
|
|
6038
|
-
"description": "[OneOf: block_all_services, blocked_services, default_blocked_services; Default: default_blocked_services]
|
|
6084
|
+
"description": "[OneOf: block_all_services, blocked_services, default_blocked_services; Default: default_blocked_services] Enable this option"
|
|
6039
6085
|
},
|
|
6040
6086
|
"blocked_services": {
|
|
6041
6087
|
"type": "object",
|
|
@@ -6073,7 +6119,7 @@
|
|
|
6073
6119
|
"optional": true,
|
|
6074
6120
|
"is_block": true,
|
|
6075
6121
|
"oneof_group": "blocked_services_choice",
|
|
6076
|
-
"description": "
|
|
6122
|
+
"description": "Enable this option"
|
|
6077
6123
|
},
|
|
6078
6124
|
"description": {
|
|
6079
6125
|
"type": "string",
|
|
@@ -6168,7 +6214,7 @@
|
|
|
6168
6214
|
"optional": true,
|
|
6169
6215
|
"is_block": true,
|
|
6170
6216
|
"oneof_group": "logs_receiver_choice",
|
|
6171
|
-
"description": "
|
|
6217
|
+
"description": "Enable this option"
|
|
6172
6218
|
},
|
|
6173
6219
|
"name": {
|
|
6174
6220
|
"type": "string",
|
|
@@ -6204,7 +6250,7 @@
|
|
|
6204
6250
|
"optional": true,
|
|
6205
6251
|
"is_block": true,
|
|
6206
6252
|
"oneof_group": "private_connectivity_choice",
|
|
6207
|
-
"description": "[OneOf: private_connect_disabled, private_connectivity]
|
|
6253
|
+
"description": "[OneOf: private_connect_disabled, private_connectivity] Enable this option"
|
|
6208
6254
|
},
|
|
6209
6255
|
"private_connectivity": {
|
|
6210
6256
|
"type": "object",
|
|
@@ -6293,7 +6339,7 @@
|
|
|
6293
6339
|
"optional": true,
|
|
6294
6340
|
"is_block": true,
|
|
6295
6341
|
"oneof_group": "log_type",
|
|
6296
|
-
"description": "[OneOf: audit_logs, dns_logs, request_logs, security_events]
|
|
6342
|
+
"description": "[OneOf: audit_logs, dns_logs, request_logs, security_events] Enable this option"
|
|
6297
6343
|
},
|
|
6298
6344
|
"aws_cloud_watch_receiver": {
|
|
6299
6345
|
"type": "object",
|
|
@@ -6345,7 +6391,7 @@
|
|
|
6345
6391
|
"optional": true,
|
|
6346
6392
|
"is_block": true,
|
|
6347
6393
|
"oneof_group": "log_type",
|
|
6348
|
-
"description": "
|
|
6394
|
+
"description": "Enable this option"
|
|
6349
6395
|
},
|
|
6350
6396
|
"gcp_bucket_receiver": {
|
|
6351
6397
|
"type": "object",
|
|
@@ -6412,7 +6458,7 @@
|
|
|
6412
6458
|
"optional": true,
|
|
6413
6459
|
"is_block": true,
|
|
6414
6460
|
"oneof_group": "filter_choice",
|
|
6415
|
-
"description": "[OneOf: ns_all, ns_current, ns_list]
|
|
6461
|
+
"description": "[OneOf: ns_all, ns_current, ns_list] Enable this option"
|
|
6416
6462
|
},
|
|
6417
6463
|
"ns_current": {
|
|
6418
6464
|
"type": "object",
|
|
@@ -6420,7 +6466,7 @@
|
|
|
6420
6466
|
"optional": true,
|
|
6421
6467
|
"is_block": true,
|
|
6422
6468
|
"oneof_group": "filter_choice",
|
|
6423
|
-
"description": "
|
|
6469
|
+
"description": "Enable this option"
|
|
6424
6470
|
},
|
|
6425
6471
|
"ns_list": {
|
|
6426
6472
|
"type": "object",
|
|
@@ -6444,7 +6490,7 @@
|
|
|
6444
6490
|
"optional": true,
|
|
6445
6491
|
"is_block": true,
|
|
6446
6492
|
"oneof_group": "log_type",
|
|
6447
|
-
"description": "
|
|
6493
|
+
"description": "Enable this option"
|
|
6448
6494
|
},
|
|
6449
6495
|
"s3_receiver": {
|
|
6450
6496
|
"type": "object",
|
|
@@ -6460,7 +6506,7 @@
|
|
|
6460
6506
|
"optional": true,
|
|
6461
6507
|
"is_block": true,
|
|
6462
6508
|
"oneof_group": "log_type",
|
|
6463
|
-
"description": "
|
|
6509
|
+
"description": "Enable this option"
|
|
6464
6510
|
},
|
|
6465
6511
|
"splunk_receiver": {
|
|
6466
6512
|
"type": "object",
|
|
@@ -6594,7 +6640,7 @@
|
|
|
6594
6640
|
"optional": true,
|
|
6595
6641
|
"is_block": true,
|
|
6596
6642
|
"oneof_group": "health_check",
|
|
6597
|
-
"description": "
|
|
6643
|
+
"description": "Enable this option"
|
|
6598
6644
|
},
|
|
6599
6645
|
"unhealthy_threshold": {
|
|
6600
6646
|
"type": "int64",
|
|
@@ -6607,9 +6653,9 @@
|
|
|
6607
6653
|
},
|
|
6608
6654
|
"dependencies": {
|
|
6609
6655
|
"referenced_by": [
|
|
6656
|
+
"tcp_loadbalancer",
|
|
6610
6657
|
"origin_pool",
|
|
6611
|
-
"http_loadbalancer"
|
|
6612
|
-
"tcp_loadbalancer"
|
|
6658
|
+
"http_loadbalancer"
|
|
6613
6659
|
]
|
|
6614
6660
|
}
|
|
6615
6661
|
},
|
|
@@ -6839,7 +6885,7 @@
|
|
|
6839
6885
|
"optional": true,
|
|
6840
6886
|
"is_block": true,
|
|
6841
6887
|
"oneof_group": "advertise_choice",
|
|
6842
|
-
"description": "
|
|
6888
|
+
"description": "Enable this option"
|
|
6843
6889
|
},
|
|
6844
6890
|
"annotations": {
|
|
6845
6891
|
"type": "map",
|
|
@@ -6998,7 +7044,7 @@
|
|
|
6998
7044
|
"optional": true,
|
|
6999
7045
|
"is_block": true,
|
|
7000
7046
|
"oneof_group": "sensitive_data_policy_choice",
|
|
7001
|
-
"description": "[OneOf: default_sensitive_data_policy, sensitive_data_policy; Default: default_sensitive_data_policy]
|
|
7047
|
+
"description": "[OneOf: default_sensitive_data_policy, sensitive_data_policy; Default: default_sensitive_data_policy] Enable this option"
|
|
7002
7048
|
},
|
|
7003
7049
|
"description": {
|
|
7004
7050
|
"type": "string",
|
|
@@ -7018,7 +7064,7 @@
|
|
|
7018
7064
|
"optional": true,
|
|
7019
7065
|
"is_block": true,
|
|
7020
7066
|
"oneof_group": "api_definition_choice",
|
|
7021
|
-
"description": "
|
|
7067
|
+
"description": "Enable this option"
|
|
7022
7068
|
},
|
|
7023
7069
|
"disable_api_discovery": {
|
|
7024
7070
|
"type": "object",
|
|
@@ -7026,7 +7072,7 @@
|
|
|
7026
7072
|
"optional": true,
|
|
7027
7073
|
"is_block": true,
|
|
7028
7074
|
"oneof_group": "api_discovery_choice",
|
|
7029
|
-
"description": "[OneOf: disable_api_discovery, enable_api_discovery; Default: disable_api_discovery]
|
|
7075
|
+
"description": "[OneOf: disable_api_discovery, enable_api_discovery; Default: disable_api_discovery] Enable this option"
|
|
7030
7076
|
},
|
|
7031
7077
|
"disable_api_testing": {
|
|
7032
7078
|
"type": "object",
|
|
@@ -7034,7 +7080,7 @@
|
|
|
7034
7080
|
"optional": true,
|
|
7035
7081
|
"is_block": true,
|
|
7036
7082
|
"oneof_group": "api_testing_choice",
|
|
7037
|
-
"description": "
|
|
7083
|
+
"description": "Enable this option"
|
|
7038
7084
|
},
|
|
7039
7085
|
"disable_bot_defense": {
|
|
7040
7086
|
"type": "object",
|
|
@@ -7042,7 +7088,7 @@
|
|
|
7042
7088
|
"optional": true,
|
|
7043
7089
|
"is_block": true,
|
|
7044
7090
|
"oneof_group": "bot_defense_choice",
|
|
7045
|
-
"description": "
|
|
7091
|
+
"description": "Enable this option"
|
|
7046
7092
|
},
|
|
7047
7093
|
"disable_caching": {
|
|
7048
7094
|
"type": "object",
|
|
@@ -7050,7 +7096,7 @@
|
|
|
7050
7096
|
"optional": true,
|
|
7051
7097
|
"is_block": true,
|
|
7052
7098
|
"oneof_group": "cache_options",
|
|
7053
|
-
"description": "
|
|
7099
|
+
"description": "Enable this option"
|
|
7054
7100
|
},
|
|
7055
7101
|
"disable_client_side_defense": {
|
|
7056
7102
|
"type": "object",
|
|
@@ -7058,7 +7104,7 @@
|
|
|
7058
7104
|
"optional": true,
|
|
7059
7105
|
"is_block": true,
|
|
7060
7106
|
"oneof_group": "client_side_defense_choice",
|
|
7061
|
-
"description": "
|
|
7107
|
+
"description": "Enable this option"
|
|
7062
7108
|
},
|
|
7063
7109
|
"disable_ip_reputation": {
|
|
7064
7110
|
"type": "object",
|
|
@@ -7066,7 +7112,7 @@
|
|
|
7066
7112
|
"optional": true,
|
|
7067
7113
|
"is_block": true,
|
|
7068
7114
|
"oneof_group": "ip_reputation_choice",
|
|
7069
|
-
"description": "[OneOf: disable_ip_reputation, enable_ip_reputation; Default: disable_ip_reputation]
|
|
7115
|
+
"description": "[OneOf: disable_ip_reputation, enable_ip_reputation; Default: disable_ip_reputation] Enable this option"
|
|
7070
7116
|
},
|
|
7071
7117
|
"disable_malicious_user_detection": {
|
|
7072
7118
|
"type": "object",
|
|
@@ -7074,7 +7120,7 @@
|
|
|
7074
7120
|
"optional": true,
|
|
7075
7121
|
"is_block": true,
|
|
7076
7122
|
"oneof_group": "malicious_user_detection_choice",
|
|
7077
|
-
"description": "[OneOf: disable_malicious_user_detection, enable_malicious_user_detection; Default: disable_malicious_user_detection]
|
|
7123
|
+
"description": "[OneOf: disable_malicious_user_detection, enable_malicious_user_detection; Default: disable_malicious_user_detection] Enable this option"
|
|
7078
7124
|
},
|
|
7079
7125
|
"disable_malware_protection": {
|
|
7080
7126
|
"type": "object",
|
|
@@ -7082,7 +7128,7 @@
|
|
|
7082
7128
|
"optional": true,
|
|
7083
7129
|
"is_block": true,
|
|
7084
7130
|
"oneof_group": "malware_protection",
|
|
7085
|
-
"description": "[OneOf: disable_malware_protection, malware_protection_settings; Default: disable_malware_protection]
|
|
7131
|
+
"description": "[OneOf: disable_malware_protection, malware_protection_settings; Default: disable_malware_protection] Enable this option"
|
|
7086
7132
|
},
|
|
7087
7133
|
"disable_rate_limit": {
|
|
7088
7134
|
"type": "object",
|
|
@@ -7090,7 +7136,7 @@
|
|
|
7090
7136
|
"optional": true,
|
|
7091
7137
|
"is_block": true,
|
|
7092
7138
|
"oneof_group": "rate_limit_choice",
|
|
7093
|
-
"description": "
|
|
7139
|
+
"description": "Enable this option"
|
|
7094
7140
|
},
|
|
7095
7141
|
"disable_threat_mesh": {
|
|
7096
7142
|
"type": "object",
|
|
@@ -7098,7 +7144,7 @@
|
|
|
7098
7144
|
"optional": true,
|
|
7099
7145
|
"is_block": true,
|
|
7100
7146
|
"oneof_group": "threat_mesh_choice",
|
|
7101
|
-
"description": "[OneOf: disable_threat_mesh, enable_threat_mesh; Default: disable_threat_mesh]
|
|
7147
|
+
"description": "[OneOf: disable_threat_mesh, enable_threat_mesh; Default: disable_threat_mesh] Enable this option"
|
|
7102
7148
|
},
|
|
7103
7149
|
"disable_trust_client_ip_headers": {
|
|
7104
7150
|
"type": "object",
|
|
@@ -7106,7 +7152,7 @@
|
|
|
7106
7152
|
"optional": true,
|
|
7107
7153
|
"is_block": true,
|
|
7108
7154
|
"oneof_group": "trust_client_ip_headers_choice",
|
|
7109
|
-
"description": "[OneOf: disable_trust_client_ip_headers, enable_trust_client_ip_headers; Default: disable_trust_client_ip_headers]
|
|
7155
|
+
"description": "[OneOf: disable_trust_client_ip_headers, enable_trust_client_ip_headers; Default: disable_trust_client_ip_headers] Enable this option"
|
|
7110
7156
|
},
|
|
7111
7157
|
"disable_waf": {
|
|
7112
7158
|
"type": "object",
|
|
@@ -7114,7 +7160,7 @@
|
|
|
7114
7160
|
"optional": true,
|
|
7115
7161
|
"is_block": true,
|
|
7116
7162
|
"oneof_group": "waf_choice",
|
|
7117
|
-
"description": "
|
|
7163
|
+
"description": "Enable this option"
|
|
7118
7164
|
},
|
|
7119
7165
|
"do_not_advertise": {
|
|
7120
7166
|
"type": "object",
|
|
@@ -7122,7 +7168,7 @@
|
|
|
7122
7168
|
"optional": true,
|
|
7123
7169
|
"is_block": true,
|
|
7124
7170
|
"oneof_group": "advertise_choice",
|
|
7125
|
-
"description": "
|
|
7171
|
+
"description": "Enable this option"
|
|
7126
7172
|
},
|
|
7127
7173
|
"domains": {
|
|
7128
7174
|
"type": "list",
|
|
@@ -7160,7 +7206,7 @@
|
|
|
7160
7206
|
"optional": true,
|
|
7161
7207
|
"is_block": true,
|
|
7162
7208
|
"oneof_group": "malicious_user_detection_choice",
|
|
7163
|
-
"description": "
|
|
7209
|
+
"description": "Enable this option"
|
|
7164
7210
|
},
|
|
7165
7211
|
"enable_threat_mesh": {
|
|
7166
7212
|
"type": "object",
|
|
@@ -7168,7 +7214,7 @@
|
|
|
7168
7214
|
"optional": true,
|
|
7169
7215
|
"is_block": true,
|
|
7170
7216
|
"oneof_group": "threat_mesh_choice",
|
|
7171
|
-
"description": "
|
|
7217
|
+
"description": "Enable this option"
|
|
7172
7218
|
},
|
|
7173
7219
|
"enable_trust_client_ip_headers": {
|
|
7174
7220
|
"type": "object",
|
|
@@ -7237,7 +7283,7 @@
|
|
|
7237
7283
|
"optional": true,
|
|
7238
7284
|
"is_block": true,
|
|
7239
7285
|
"oneof_group": "l7_ddos_auto_mitigation_action",
|
|
7240
|
-
"description": "[OneOf: l7_ddos_action_block, l7_ddos_action_default, l7_ddos_action_js_challenge; Default: l7_ddos_action_default]
|
|
7286
|
+
"description": "[OneOf: l7_ddos_action_block, l7_ddos_action_default, l7_ddos_action_js_challenge; Default: l7_ddos_action_default] Enable this option"
|
|
7241
7287
|
},
|
|
7242
7288
|
"l7_ddos_action_default": {
|
|
7243
7289
|
"type": "object",
|
|
@@ -7245,7 +7291,7 @@
|
|
|
7245
7291
|
"optional": true,
|
|
7246
7292
|
"is_block": true,
|
|
7247
7293
|
"oneof_group": "l7_ddos_auto_mitigation_action",
|
|
7248
|
-
"description": "
|
|
7294
|
+
"description": "Enable this option"
|
|
7249
7295
|
},
|
|
7250
7296
|
"l7_ddos_action_js_challenge": {
|
|
7251
7297
|
"type": "object",
|
|
@@ -7274,7 +7320,7 @@
|
|
|
7274
7320
|
"optional": true,
|
|
7275
7321
|
"is_block": true,
|
|
7276
7322
|
"oneof_group": "hash_policy_choice",
|
|
7277
|
-
"description": "
|
|
7323
|
+
"description": "Enable this option"
|
|
7278
7324
|
},
|
|
7279
7325
|
"malware_protection_settings": {
|
|
7280
7326
|
"type": "object",
|
|
@@ -7297,7 +7343,7 @@
|
|
|
7297
7343
|
"optional": true,
|
|
7298
7344
|
"is_block": true,
|
|
7299
7345
|
"oneof_group": "ml_config_choice",
|
|
7300
|
-
"description": "[OneOf: multi_lb_app, single_lb_app]
|
|
7346
|
+
"description": "[OneOf: multi_lb_app, single_lb_app] Enable this option"
|
|
7301
7347
|
},
|
|
7302
7348
|
"name": {
|
|
7303
7349
|
"type": "string",
|
|
@@ -7319,7 +7365,7 @@
|
|
|
7319
7365
|
"optional": true,
|
|
7320
7366
|
"is_block": true,
|
|
7321
7367
|
"oneof_group": "challenge_type",
|
|
7322
|
-
"description": "
|
|
7368
|
+
"description": "Enable this option"
|
|
7323
7369
|
},
|
|
7324
7370
|
"no_service_policies": {
|
|
7325
7371
|
"type": "object",
|
|
@@ -7327,7 +7373,7 @@
|
|
|
7327
7373
|
"optional": true,
|
|
7328
7374
|
"is_block": true,
|
|
7329
7375
|
"oneof_group": "service_policy_choice",
|
|
7330
|
-
"description": "
|
|
7376
|
+
"description": "Enable this option"
|
|
7331
7377
|
},
|
|
7332
7378
|
"origin_server_subset_rule_list": {
|
|
7333
7379
|
"type": "object",
|
|
@@ -7357,7 +7403,7 @@
|
|
|
7357
7403
|
"optional": true,
|
|
7358
7404
|
"is_block": true,
|
|
7359
7405
|
"oneof_group": "hash_policy_choice",
|
|
7360
|
-
"description": "
|
|
7406
|
+
"description": "Enable this option"
|
|
7361
7407
|
},
|
|
7362
7408
|
"rate_limit": {
|
|
7363
7409
|
"type": "object",
|
|
@@ -7381,7 +7427,7 @@
|
|
|
7381
7427
|
"optional": true,
|
|
7382
7428
|
"is_block": true,
|
|
7383
7429
|
"oneof_group": "hash_policy_choice",
|
|
7384
|
-
"description": "
|
|
7430
|
+
"description": "Enable this option"
|
|
7385
7431
|
},
|
|
7386
7432
|
"routes": {
|
|
7387
7433
|
"type": "list",
|
|
@@ -7411,7 +7457,7 @@
|
|
|
7411
7457
|
"optional": true,
|
|
7412
7458
|
"is_block": true,
|
|
7413
7459
|
"oneof_group": "service_policy_choice",
|
|
7414
|
-
"description": "
|
|
7460
|
+
"description": "Enable this option"
|
|
7415
7461
|
},
|
|
7416
7462
|
"single_lb_app": {
|
|
7417
7463
|
"type": "object",
|
|
@@ -7435,7 +7481,7 @@
|
|
|
7435
7481
|
"optional": true,
|
|
7436
7482
|
"is_block": true,
|
|
7437
7483
|
"oneof_group": "hash_policy_choice",
|
|
7438
|
-
"description": "
|
|
7484
|
+
"description": "Enable this option"
|
|
7439
7485
|
},
|
|
7440
7486
|
"system_default_timeouts": {
|
|
7441
7487
|
"type": "object",
|
|
@@ -7443,7 +7489,7 @@
|
|
|
7443
7489
|
"optional": true,
|
|
7444
7490
|
"is_block": true,
|
|
7445
7491
|
"oneof_group": "slow_ddos_mitigation_choice",
|
|
7446
|
-
"description": "
|
|
7492
|
+
"description": "Enable this option"
|
|
7447
7493
|
},
|
|
7448
7494
|
"trusted_clients": {
|
|
7449
7495
|
"type": "list",
|
|
@@ -7458,7 +7504,7 @@
|
|
|
7458
7504
|
"optional": true,
|
|
7459
7505
|
"is_block": true,
|
|
7460
7506
|
"oneof_group": "user_id_choice",
|
|
7461
|
-
"description": "[OneOf: user_id_client_ip, user_identification]
|
|
7507
|
+
"description": "[OneOf: user_id_client_ip, user_identification] Enable this option"
|
|
7462
7508
|
},
|
|
7463
7509
|
"user_identification": {
|
|
7464
7510
|
"type": "object",
|
|
@@ -7547,7 +7593,7 @@
|
|
|
7547
7593
|
}
|
|
7548
7594
|
},
|
|
7549
7595
|
"irule": {
|
|
7550
|
-
"description": "Manages
|
|
7596
|
+
"description": "Manages a Irule resource in F5 Distributed Cloud for desired state for big-ip irule service. configuration.",
|
|
7551
7597
|
"import_format": "namespace/name",
|
|
7552
7598
|
"attributes": {
|
|
7553
7599
|
"annotations": {
|
|
@@ -7556,13 +7602,19 @@
|
|
|
7556
7602
|
"optional": true,
|
|
7557
7603
|
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata."
|
|
7558
7604
|
},
|
|
7559
|
-
"
|
|
7605
|
+
"code": {
|
|
7560
7606
|
"type": "string",
|
|
7561
7607
|
"required": false,
|
|
7562
7608
|
"optional": true,
|
|
7563
7609
|
"computed": true,
|
|
7564
7610
|
"plan_modifier": "UseStateForUnknown",
|
|
7565
|
-
"description": "
|
|
7611
|
+
"description": "IRule code content, this content will be base64 encoded for preserving formating."
|
|
7612
|
+
},
|
|
7613
|
+
"description": {
|
|
7614
|
+
"type": "string",
|
|
7615
|
+
"required": false,
|
|
7616
|
+
"optional": true,
|
|
7617
|
+
"description": "Human readable description for the object."
|
|
7566
7618
|
},
|
|
7567
7619
|
"disable": {
|
|
7568
7620
|
"type": "bool",
|
|
@@ -7577,13 +7629,13 @@
|
|
|
7577
7629
|
"plan_modifier": "UseStateForUnknown",
|
|
7578
7630
|
"description": "Unique identifier for the resource."
|
|
7579
7631
|
},
|
|
7580
|
-
"
|
|
7632
|
+
"irule_name": {
|
|
7581
7633
|
"type": "string",
|
|
7582
7634
|
"required": false,
|
|
7583
7635
|
"optional": true,
|
|
7584
7636
|
"computed": true,
|
|
7585
7637
|
"plan_modifier": "UseStateForUnknown",
|
|
7586
|
-
"description": "
|
|
7638
|
+
"description": "IRule name. IRule name."
|
|
7587
7639
|
},
|
|
7588
7640
|
"labels": {
|
|
7589
7641
|
"type": "map",
|
|
@@ -7604,6 +7656,14 @@
|
|
|
7604
7656
|
"plan_modifier": "RequiresReplace",
|
|
7605
7657
|
"validation": "name",
|
|
7606
7658
|
"description": "Namespace where the Irule will be created."
|
|
7659
|
+
},
|
|
7660
|
+
"source": {
|
|
7661
|
+
"type": "string",
|
|
7662
|
+
"required": false,
|
|
7663
|
+
"optional": true,
|
|
7664
|
+
"computed": true,
|
|
7665
|
+
"plan_modifier": "UseStateForUnknown",
|
|
7666
|
+
"description": "IRule source. IRule generation/updation source."
|
|
7607
7667
|
}
|
|
7608
7668
|
}
|
|
7609
7669
|
},
|
|
@@ -7658,7 +7718,7 @@
|
|
|
7658
7718
|
"optional": true,
|
|
7659
7719
|
"is_block": true,
|
|
7660
7720
|
"oneof_group": "log_type",
|
|
7661
|
-
"description": "[OneOf: audit_logs, dns_logs, request_logs, security_events]
|
|
7721
|
+
"description": "[OneOf: audit_logs, dns_logs, request_logs, security_events] Enable this option"
|
|
7662
7722
|
},
|
|
7663
7723
|
"aws_cloud_watch_receiver": {
|
|
7664
7724
|
"type": "object",
|
|
@@ -7710,7 +7770,7 @@
|
|
|
7710
7770
|
"optional": true,
|
|
7711
7771
|
"is_block": true,
|
|
7712
7772
|
"oneof_group": "log_type",
|
|
7713
|
-
"description": "
|
|
7773
|
+
"description": "Enable this option"
|
|
7714
7774
|
},
|
|
7715
7775
|
"gcp_bucket_receiver": {
|
|
7716
7776
|
"type": "object",
|
|
@@ -7777,7 +7837,7 @@
|
|
|
7777
7837
|
"optional": true,
|
|
7778
7838
|
"is_block": true,
|
|
7779
7839
|
"oneof_group": "filter_choice",
|
|
7780
|
-
"description": "[OneOf: ns_all, ns_current, ns_list]
|
|
7840
|
+
"description": "[OneOf: ns_all, ns_current, ns_list] Enable this option"
|
|
7781
7841
|
},
|
|
7782
7842
|
"ns_current": {
|
|
7783
7843
|
"type": "object",
|
|
@@ -7785,7 +7845,7 @@
|
|
|
7785
7845
|
"optional": true,
|
|
7786
7846
|
"is_block": true,
|
|
7787
7847
|
"oneof_group": "filter_choice",
|
|
7788
|
-
"description": "
|
|
7848
|
+
"description": "Enable this option"
|
|
7789
7849
|
},
|
|
7790
7850
|
"ns_list": {
|
|
7791
7851
|
"type": "object",
|
|
@@ -7809,7 +7869,7 @@
|
|
|
7809
7869
|
"optional": true,
|
|
7810
7870
|
"is_block": true,
|
|
7811
7871
|
"oneof_group": "log_type",
|
|
7812
|
-
"description": "
|
|
7872
|
+
"description": "Enable this option"
|
|
7813
7873
|
},
|
|
7814
7874
|
"s3_receiver": {
|
|
7815
7875
|
"type": "object",
|
|
@@ -7825,7 +7885,7 @@
|
|
|
7825
7885
|
"optional": true,
|
|
7826
7886
|
"is_block": true,
|
|
7827
7887
|
"oneof_group": "log_type",
|
|
7828
|
-
"description": "
|
|
7888
|
+
"description": "Enable this option"
|
|
7829
7889
|
},
|
|
7830
7890
|
"splunk_receiver": {
|
|
7831
7891
|
"type": "object",
|
|
@@ -8022,7 +8082,7 @@
|
|
|
8022
8082
|
"optional": true,
|
|
8023
8083
|
"is_block": true,
|
|
8024
8084
|
"oneof_group": "forward_proxy_choice",
|
|
8025
|
-
"description": "[OneOf: disable_forward_proxy, enable_forward_proxy; Default: disable_forward_proxy]
|
|
8085
|
+
"description": "[OneOf: disable_forward_proxy, enable_forward_proxy; Default: disable_forward_proxy] Enable this option"
|
|
8026
8086
|
},
|
|
8027
8087
|
"enable_forward_proxy": {
|
|
8028
8088
|
"type": "object",
|
|
@@ -8179,7 +8239,7 @@
|
|
|
8179
8239
|
"optional": true,
|
|
8180
8240
|
"is_block": true,
|
|
8181
8241
|
"oneof_group": "fast_acl_choice",
|
|
8182
|
-
"description": "
|
|
8242
|
+
"description": "Enable this option"
|
|
8183
8243
|
},
|
|
8184
8244
|
"disable_forward_proxy_policy": {
|
|
8185
8245
|
"type": "object",
|
|
@@ -8187,7 +8247,7 @@
|
|
|
8187
8247
|
"optional": true,
|
|
8188
8248
|
"is_block": true,
|
|
8189
8249
|
"oneof_group": "forward_proxy_policy_choice",
|
|
8190
|
-
"description": "
|
|
8250
|
+
"description": "Enable this option"
|
|
8191
8251
|
},
|
|
8192
8252
|
"disable_network_policy": {
|
|
8193
8253
|
"type": "object",
|
|
@@ -8195,7 +8255,7 @@
|
|
|
8195
8255
|
"optional": true,
|
|
8196
8256
|
"is_block": true,
|
|
8197
8257
|
"oneof_group": "network_policy_choice",
|
|
8198
|
-
"description": "
|
|
8258
|
+
"description": "Enable this option"
|
|
8199
8259
|
},
|
|
8200
8260
|
"id": {
|
|
8201
8261
|
"type": "string",
|
|
@@ -8329,35 +8389,11 @@
|
|
|
8329
8389
|
}
|
|
8330
8390
|
},
|
|
8331
8391
|
"network_policy": {
|
|
8332
|
-
"description": "Manages
|
|
8392
|
+
"description": "Manages a Network Policy resource in F5 Distributed Cloud for network policy view specification. configuration.",
|
|
8333
8393
|
"category": "Security",
|
|
8334
8394
|
"tier": "Standard",
|
|
8335
8395
|
"import_format": "namespace/name",
|
|
8336
|
-
"oneof_groups": {
|
|
8337
|
-
"remote_endpoint": {
|
|
8338
|
-
"fields": [
|
|
8339
|
-
"ip_prefix_set",
|
|
8340
|
-
"prefix",
|
|
8341
|
-
"prefix_selector"
|
|
8342
|
-
]
|
|
8343
|
-
}
|
|
8344
|
-
},
|
|
8345
8396
|
"attributes": {
|
|
8346
|
-
"action": {
|
|
8347
|
-
"type": "string",
|
|
8348
|
-
"required": false,
|
|
8349
|
-
"optional": true,
|
|
8350
|
-
"computed": true,
|
|
8351
|
-
"plan_modifier": "UseStateForUnknown",
|
|
8352
|
-
"description": "[Enum: DENY|ALLOW] Network policy rule action configures the action to be taken on rule match Apply deny action on rule match Apply allow action on rule match. Possible values are `DENY`, `ALLOW`. Defaults to `DENY`."
|
|
8353
|
-
},
|
|
8354
|
-
"advanced_action": {
|
|
8355
|
-
"type": "object",
|
|
8356
|
-
"required": false,
|
|
8357
|
-
"optional": true,
|
|
8358
|
-
"is_block": true,
|
|
8359
|
-
"description": "Network Policy Rule Advanced Action provides additional OPTIONS along with RuleAction and PBRRuleAction."
|
|
8360
|
-
},
|
|
8361
8397
|
"annotations": {
|
|
8362
8398
|
"type": "map",
|
|
8363
8399
|
"required": false,
|
|
@@ -8376,27 +8412,33 @@
|
|
|
8376
8412
|
"optional": true,
|
|
8377
8413
|
"description": "A value of true will administratively disable the object."
|
|
8378
8414
|
},
|
|
8379
|
-
"
|
|
8380
|
-
"type": "
|
|
8415
|
+
"egress_rules": {
|
|
8416
|
+
"type": "list",
|
|
8381
8417
|
"required": false,
|
|
8382
|
-
"
|
|
8383
|
-
"
|
|
8384
|
-
"description": "
|
|
8418
|
+
"optional": true,
|
|
8419
|
+
"is_block": true,
|
|
8420
|
+
"description": "Ordered list of rules applied to connections from policy endpoints."
|
|
8385
8421
|
},
|
|
8386
|
-
"
|
|
8422
|
+
"endpoint": {
|
|
8387
8423
|
"type": "object",
|
|
8388
8424
|
"required": false,
|
|
8389
8425
|
"optional": true,
|
|
8390
8426
|
"is_block": true,
|
|
8391
|
-
"
|
|
8392
|
-
"description": "[OneOf: ip_prefix_set, prefix, prefix_selector] List of references to ip_prefix_set objects."
|
|
8427
|
+
"description": "Shape of the endpoint choices for a view."
|
|
8393
8428
|
},
|
|
8394
|
-
"
|
|
8395
|
-
"type": "
|
|
8429
|
+
"id": {
|
|
8430
|
+
"type": "string",
|
|
8431
|
+
"required": false,
|
|
8432
|
+
"computed": true,
|
|
8433
|
+
"plan_modifier": "UseStateForUnknown",
|
|
8434
|
+
"description": "Unique identifier for the resource."
|
|
8435
|
+
},
|
|
8436
|
+
"ingress_rules": {
|
|
8437
|
+
"type": "list",
|
|
8396
8438
|
"required": false,
|
|
8397
8439
|
"optional": true,
|
|
8398
8440
|
"is_block": true,
|
|
8399
|
-
"description": "
|
|
8441
|
+
"description": "Ordered list of rules applied to connections to policy endpoints."
|
|
8400
8442
|
},
|
|
8401
8443
|
"labels": {
|
|
8402
8444
|
"type": "map",
|
|
@@ -8417,36 +8459,6 @@
|
|
|
8417
8459
|
"plan_modifier": "RequiresReplace",
|
|
8418
8460
|
"validation": "name",
|
|
8419
8461
|
"description": "Namespace where the Network Policy will be created."
|
|
8420
|
-
},
|
|
8421
|
-
"ports": {
|
|
8422
|
-
"type": "list",
|
|
8423
|
-
"required": false,
|
|
8424
|
-
"optional": true,
|
|
8425
|
-
"description": "List of port ranges. Each range is a single port or a pair of start and end ports e.g. 8080-8192."
|
|
8426
|
-
},
|
|
8427
|
-
"prefix": {
|
|
8428
|
-
"type": "object",
|
|
8429
|
-
"required": false,
|
|
8430
|
-
"optional": true,
|
|
8431
|
-
"is_block": true,
|
|
8432
|
-
"oneof_group": "remote_endpoint",
|
|
8433
|
-
"description": "List of IP Address prefixes. Prefix must contain both prefix and prefix-length The list can contain mix of both IPv4 and IPv6 prefixes."
|
|
8434
|
-
},
|
|
8435
|
-
"prefix_selector": {
|
|
8436
|
-
"type": "object",
|
|
8437
|
-
"required": false,
|
|
8438
|
-
"optional": true,
|
|
8439
|
-
"is_block": true,
|
|
8440
|
-
"oneof_group": "remote_endpoint",
|
|
8441
|
-
"description": "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."
|
|
8442
|
-
},
|
|
8443
|
-
"protocol": {
|
|
8444
|
-
"type": "string",
|
|
8445
|
-
"required": false,
|
|
8446
|
-
"optional": true,
|
|
8447
|
-
"computed": true,
|
|
8448
|
-
"plan_modifier": "UseStateForUnknown",
|
|
8449
|
-
"description": "Protocol in IP packet to be used as match criteria Values are TCP, UDP, and icmp."
|
|
8450
8462
|
}
|
|
8451
8463
|
}
|
|
8452
8464
|
},
|
|
@@ -8692,7 +8704,7 @@
|
|
|
8692
8704
|
"optional": true,
|
|
8693
8705
|
"is_block": true,
|
|
8694
8706
|
"oneof_group": "http_management_choice",
|
|
8695
|
-
"description": "[OneOf: disable_https_management, https_management; Default: disable_https_management]
|
|
8707
|
+
"description": "[OneOf: disable_https_management, https_management; Default: disable_https_management] Enable this option"
|
|
8696
8708
|
},
|
|
8697
8709
|
"disable_ssh_access": {
|
|
8698
8710
|
"type": "object",
|
|
@@ -8700,7 +8712,7 @@
|
|
|
8700
8712
|
"optional": true,
|
|
8701
8713
|
"is_block": true,
|
|
8702
8714
|
"oneof_group": "ssh_management_choice",
|
|
8703
|
-
"description": "[OneOf: disable_ssh_access, enabled_ssh_access; Default: disable_ssh_access]
|
|
8715
|
+
"description": "[OneOf: disable_ssh_access, enabled_ssh_access; Default: disable_ssh_access] Enable this option"
|
|
8704
8716
|
},
|
|
8705
8717
|
"enabled_ssh_access": {
|
|
8706
8718
|
"type": "object",
|
|
@@ -8875,7 +8887,7 @@
|
|
|
8875
8887
|
"optional": true,
|
|
8876
8888
|
"is_block": true,
|
|
8877
8889
|
"oneof_group": "port_choice",
|
|
8878
|
-
"description": "[OneOf: automatic_port, lb_port, port]
|
|
8890
|
+
"description": "[OneOf: automatic_port, lb_port, port] Enable this option"
|
|
8879
8891
|
},
|
|
8880
8892
|
"description": {
|
|
8881
8893
|
"type": "string",
|
|
@@ -8933,7 +8945,7 @@
|
|
|
8933
8945
|
"optional": true,
|
|
8934
8946
|
"is_block": true,
|
|
8935
8947
|
"oneof_group": "port_choice",
|
|
8936
|
-
"description": "
|
|
8948
|
+
"description": "Enable this option"
|
|
8937
8949
|
},
|
|
8938
8950
|
"loadbalancer_algorithm": {
|
|
8939
8951
|
"type": "string",
|
|
@@ -8963,7 +8975,7 @@
|
|
|
8963
8975
|
"optional": true,
|
|
8964
8976
|
"is_block": true,
|
|
8965
8977
|
"oneof_group": "tls_choice",
|
|
8966
|
-
"description": "[OneOf: no_tls, use_tls; Default: no_tls]
|
|
8978
|
+
"description": "[OneOf: no_tls, use_tls; Default: no_tls] Enable this option"
|
|
8967
8979
|
},
|
|
8968
8980
|
"origin_servers": {
|
|
8969
8981
|
"type": "list",
|
|
@@ -8988,7 +9000,7 @@
|
|
|
8988
9000
|
"optional": true,
|
|
8989
9001
|
"is_block": true,
|
|
8990
9002
|
"oneof_group": "health_check_port_choice",
|
|
8991
|
-
"description": "
|
|
9003
|
+
"description": "Enable this option"
|
|
8992
9004
|
},
|
|
8993
9005
|
"upstream_conn_pool_reuse_type": {
|
|
8994
9006
|
"type": "object",
|
|
@@ -9011,13 +9023,13 @@
|
|
|
9011
9023
|
"healthcheck"
|
|
9012
9024
|
],
|
|
9013
9025
|
"referenced_by": [
|
|
9014
|
-
"
|
|
9015
|
-
"
|
|
9026
|
+
"tcp_loadbalancer",
|
|
9027
|
+
"http_loadbalancer"
|
|
9016
9028
|
]
|
|
9017
9029
|
}
|
|
9018
9030
|
},
|
|
9019
9031
|
"policer": {
|
|
9020
|
-
"description": "Manages
|
|
9032
|
+
"description": "Manages protocol_policer object, protocol_policer object contains list of L4 protocol match condition and corresponding traffic rate limits. in F5 Distributed Cloud.",
|
|
9021
9033
|
"import_format": "namespace/name",
|
|
9022
9034
|
"attributes": {
|
|
9023
9035
|
"annotations": {
|
|
@@ -9026,22 +9038,6 @@
|
|
|
9026
9038
|
"optional": true,
|
|
9027
9039
|
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata."
|
|
9028
9040
|
},
|
|
9029
|
-
"burst_size": {
|
|
9030
|
-
"type": "int64",
|
|
9031
|
-
"required": false,
|
|
9032
|
-
"optional": true,
|
|
9033
|
-
"computed": true,
|
|
9034
|
-
"plan_modifier": "UseStateForUnknown",
|
|
9035
|
-
"description": "The maximum size permitted for bursts of data. E.g. 10000 pps burst ."
|
|
9036
|
-
},
|
|
9037
|
-
"committed_information_rate": {
|
|
9038
|
-
"type": "int64",
|
|
9039
|
-
"required": false,
|
|
9040
|
-
"optional": true,
|
|
9041
|
-
"computed": true,
|
|
9042
|
-
"plan_modifier": "UseStateForUnknown",
|
|
9043
|
-
"description": "The committed information rate is the guaranteed packets rate for traffic arriving or departing under normal conditions. E.g. 10000 pps ."
|
|
9044
|
-
},
|
|
9045
9041
|
"description": {
|
|
9046
9042
|
"type": "string",
|
|
9047
9043
|
"required": false,
|
|
@@ -9081,21 +9077,12 @@
|
|
|
9081
9077
|
"validation": "name",
|
|
9082
9078
|
"description": "Namespace where the Policer will be created."
|
|
9083
9079
|
},
|
|
9084
|
-
"
|
|
9085
|
-
"type": "
|
|
9086
|
-
"required": false,
|
|
9087
|
-
"optional": true,
|
|
9088
|
-
"computed": true,
|
|
9089
|
-
"plan_modifier": "UseStateForUnknown",
|
|
9090
|
-
"description": "[Enum: POLICER_MODE_NOT_SHARED|POLICER_MODE_SHARED] - POLICER_MODE_NOT_SHARED: Not Shared A separate policer instance is created for each reference to the policer - POLICER_MODE_SHARED: Shared A common policer instance is used for for all references to the policer. Possible values are `POLICER_MODE_NOT_SHARED`, `POLICER_MODE_SHARED`. Defaults to `POLICER_MODE_NOT_SHARED`."
|
|
9091
|
-
},
|
|
9092
|
-
"policer_type": {
|
|
9093
|
-
"type": "string",
|
|
9080
|
+
"protocol_policer": {
|
|
9081
|
+
"type": "list",
|
|
9094
9082
|
"required": false,
|
|
9095
9083
|
"optional": true,
|
|
9096
|
-
"
|
|
9097
|
-
"
|
|
9098
|
-
"description": "[Enum: POLICER_SINGLE_RATE_TWO_COLOR] Specifies the type of Policer Basic Single-Rate Two-Color Policer. The only possible value is `POLICER_SINGLE_RATE_TWO_COLOR`. Defaults to `POLICER_SINGLE_RATE_TWO_COLOR`."
|
|
9084
|
+
"is_block": true,
|
|
9085
|
+
"description": "List of L4 protocol match condition and associated traffic rate limits."
|
|
9099
9086
|
}
|
|
9100
9087
|
}
|
|
9101
9088
|
},
|
|
@@ -9390,7 +9377,7 @@
|
|
|
9390
9377
|
"optional": true,
|
|
9391
9378
|
"is_block": true,
|
|
9392
9379
|
"oneof_group": "site_choice",
|
|
9393
|
-
"description": "[OneOf: do_not_advertise, site_virtual_sites]
|
|
9380
|
+
"description": "[OneOf: do_not_advertise, site_virtual_sites] Enable this option"
|
|
9394
9381
|
},
|
|
9395
9382
|
"dynamic_proxy": {
|
|
9396
9383
|
"type": "object",
|
|
@@ -9441,7 +9428,7 @@
|
|
|
9441
9428
|
"optional": true,
|
|
9442
9429
|
"is_block": true,
|
|
9443
9430
|
"oneof_group": "proxy_policy_choice",
|
|
9444
|
-
"description": "
|
|
9431
|
+
"description": "Enable this option"
|
|
9445
9432
|
},
|
|
9446
9433
|
"no_interception": {
|
|
9447
9434
|
"type": "object",
|
|
@@ -9449,7 +9436,7 @@
|
|
|
9449
9436
|
"optional": true,
|
|
9450
9437
|
"is_block": true,
|
|
9451
9438
|
"oneof_group": "tls_interception_choice",
|
|
9452
|
-
"description": "[OneOf: no_interception, tls_intercept; Default: no_interception]
|
|
9439
|
+
"description": "[OneOf: no_interception, tls_intercept; Default: no_interception] Enable this option"
|
|
9453
9440
|
},
|
|
9454
9441
|
"site_local_inside_network": {
|
|
9455
9442
|
"type": "object",
|
|
@@ -9457,7 +9444,7 @@
|
|
|
9457
9444
|
"optional": true,
|
|
9458
9445
|
"is_block": true,
|
|
9459
9446
|
"oneof_group": "network_choice",
|
|
9460
|
-
"description": "[OneOf: site_local_inside_network, site_local_network]
|
|
9447
|
+
"description": "[OneOf: site_local_inside_network, site_local_network] Enable this option"
|
|
9461
9448
|
},
|
|
9462
9449
|
"site_local_network": {
|
|
9463
9450
|
"type": "object",
|
|
@@ -9465,7 +9452,7 @@
|
|
|
9465
9452
|
"optional": true,
|
|
9466
9453
|
"is_block": true,
|
|
9467
9454
|
"oneof_group": "network_choice",
|
|
9468
|
-
"description": "
|
|
9455
|
+
"description": "Enable this option"
|
|
9469
9456
|
},
|
|
9470
9457
|
"site_virtual_sites": {
|
|
9471
9458
|
"type": "object",
|
|
@@ -9588,7 +9575,7 @@
|
|
|
9588
9575
|
"optional": true,
|
|
9589
9576
|
"is_block": true,
|
|
9590
9577
|
"oneof_group": "server_choice",
|
|
9591
|
-
"description": "[OneOf: any_server, server_name, server_name_matcher, server_selector]
|
|
9578
|
+
"description": "[OneOf: any_server, server_name, server_name_matcher, server_selector] Enable this option"
|
|
9592
9579
|
},
|
|
9593
9580
|
"description": {
|
|
9594
9581
|
"type": "string",
|
|
@@ -9946,7 +9933,7 @@
|
|
|
9946
9933
|
"optional": true,
|
|
9947
9934
|
"is_block": true,
|
|
9948
9935
|
"oneof_group": "blocked_services_choice",
|
|
9949
|
-
"description": "[OneOf: block_all_services, blocked_services]
|
|
9936
|
+
"description": "[OneOf: block_all_services, blocked_services] Enable this option"
|
|
9950
9937
|
},
|
|
9951
9938
|
"blocked_services": {
|
|
9952
9939
|
"type": "object",
|
|
@@ -10006,7 +9993,7 @@
|
|
|
10006
9993
|
"optional": true,
|
|
10007
9994
|
"is_block": true,
|
|
10008
9995
|
"oneof_group": "node_ha_choice",
|
|
10009
|
-
"description": "[OneOf: disable_ha, enable_ha; Default: disable_ha]
|
|
9996
|
+
"description": "[OneOf: disable_ha, enable_ha; Default: disable_ha] Enable this option"
|
|
10010
9997
|
},
|
|
10011
9998
|
"disable_url_categorization": {
|
|
10012
9999
|
"type": "object",
|
|
@@ -10014,7 +10001,7 @@
|
|
|
10014
10001
|
"optional": true,
|
|
10015
10002
|
"is_block": true,
|
|
10016
10003
|
"oneof_group": "url_categorization_choice",
|
|
10017
|
-
"description": "[OneOf: disable_url_categorization, enable_url_categorization; Default: disable_url_categorization]
|
|
10004
|
+
"description": "[OneOf: disable_url_categorization, enable_url_categorization; Default: disable_url_categorization] Enable this option"
|
|
10018
10005
|
},
|
|
10019
10006
|
"dns_ntp_config": {
|
|
10020
10007
|
"type": "object",
|
|
@@ -10029,7 +10016,7 @@
|
|
|
10029
10016
|
"optional": true,
|
|
10030
10017
|
"is_block": true,
|
|
10031
10018
|
"oneof_group": "node_ha_choice",
|
|
10032
|
-
"description": "
|
|
10019
|
+
"description": "Enable this option"
|
|
10033
10020
|
},
|
|
10034
10021
|
"enable_url_categorization": {
|
|
10035
10022
|
"type": "object",
|
|
@@ -10037,7 +10024,7 @@
|
|
|
10037
10024
|
"optional": true,
|
|
10038
10025
|
"is_block": true,
|
|
10039
10026
|
"oneof_group": "url_categorization_choice",
|
|
10040
|
-
"description": "
|
|
10027
|
+
"description": "Enable this option"
|
|
10041
10028
|
},
|
|
10042
10029
|
"equinix": {
|
|
10043
10030
|
"type": "object",
|
|
@@ -10053,7 +10040,7 @@
|
|
|
10053
10040
|
"optional": true,
|
|
10054
10041
|
"is_block": true,
|
|
10055
10042
|
"oneof_group": "enterprise_proxy_choice",
|
|
10056
|
-
"description": "
|
|
10043
|
+
"description": "Enable this option"
|
|
10057
10044
|
},
|
|
10058
10045
|
"gcp": {
|
|
10059
10046
|
"type": "object",
|
|
@@ -10112,7 +10099,7 @@
|
|
|
10112
10099
|
"optional": true,
|
|
10113
10100
|
"is_block": true,
|
|
10114
10101
|
"oneof_group": "logs_receiver_choice",
|
|
10115
|
-
"description": "
|
|
10102
|
+
"description": "Enable this option"
|
|
10116
10103
|
},
|
|
10117
10104
|
"name": {
|
|
10118
10105
|
"type": "string",
|
|
@@ -10134,7 +10121,7 @@
|
|
|
10134
10121
|
"optional": true,
|
|
10135
10122
|
"is_block": true,
|
|
10136
10123
|
"oneof_group": "forward_proxy_choice",
|
|
10137
|
-
"description": "
|
|
10124
|
+
"description": "Enable this option"
|
|
10138
10125
|
},
|
|
10139
10126
|
"no_network_policy": {
|
|
10140
10127
|
"type": "object",
|
|
@@ -10142,7 +10129,7 @@
|
|
|
10142
10129
|
"optional": true,
|
|
10143
10130
|
"is_block": true,
|
|
10144
10131
|
"oneof_group": "network_policy_choice",
|
|
10145
|
-
"description": "
|
|
10132
|
+
"description": "Enable this option"
|
|
10146
10133
|
},
|
|
10147
10134
|
"no_proxy_bypass": {
|
|
10148
10135
|
"type": "object",
|
|
@@ -10150,7 +10137,7 @@
|
|
|
10150
10137
|
"optional": true,
|
|
10151
10138
|
"is_block": true,
|
|
10152
10139
|
"oneof_group": "proxy_bypass_choice",
|
|
10153
|
-
"description": "
|
|
10140
|
+
"description": "Enable this option"
|
|
10154
10141
|
},
|
|
10155
10142
|
"no_s2s_connectivity_sli": {
|
|
10156
10143
|
"type": "object",
|
|
@@ -10158,7 +10145,7 @@
|
|
|
10158
10145
|
"optional": true,
|
|
10159
10146
|
"is_block": true,
|
|
10160
10147
|
"oneof_group": "s2s_connectivity_sli_choice",
|
|
10161
|
-
"description": "
|
|
10148
|
+
"description": "Enable this option"
|
|
10162
10149
|
},
|
|
10163
10150
|
"no_s2s_connectivity_slo": {
|
|
10164
10151
|
"type": "object",
|
|
@@ -10166,7 +10153,7 @@
|
|
|
10166
10153
|
"optional": true,
|
|
10167
10154
|
"is_block": true,
|
|
10168
10155
|
"oneof_group": "s2s_connectivity_slo_choice",
|
|
10169
|
-
"description": "
|
|
10156
|
+
"description": "Enable this option"
|
|
10170
10157
|
},
|
|
10171
10158
|
"nutanix": {
|
|
10172
10159
|
"type": "object",
|
|
@@ -10291,7 +10278,7 @@
|
|
|
10291
10278
|
"optional": true,
|
|
10292
10279
|
"is_block": true,
|
|
10293
10280
|
"oneof_group": "internet_connection_choice",
|
|
10294
|
-
"description": "[OneOf: disable, enable]
|
|
10281
|
+
"description": "[OneOf: disable, enable] Enable this option"
|
|
10295
10282
|
},
|
|
10296
10283
|
"enable": {
|
|
10297
10284
|
"type": "object",
|
|
@@ -10299,7 +10286,7 @@
|
|
|
10299
10286
|
"optional": true,
|
|
10300
10287
|
"is_block": true,
|
|
10301
10288
|
"oneof_group": "internet_connection_choice",
|
|
10302
|
-
"description": "
|
|
10289
|
+
"description": "Enable this option"
|
|
10303
10290
|
},
|
|
10304
10291
|
"id": {
|
|
10305
10292
|
"type": "string",
|
|
@@ -10433,7 +10420,7 @@
|
|
|
10433
10420
|
"optional": true,
|
|
10434
10421
|
"is_block": true,
|
|
10435
10422
|
"oneof_group": "rule_choice",
|
|
10436
|
-
"description": "[OneOf: allow_all_requests, allow_list, deny_all_requests, deny_list, rule_list]
|
|
10423
|
+
"description": "[OneOf: allow_all_requests, allow_list, deny_all_requests, deny_list, rule_list] Enable this option"
|
|
10437
10424
|
},
|
|
10438
10425
|
"allow_list": {
|
|
10439
10426
|
"type": "object",
|
|
@@ -10455,7 +10442,7 @@
|
|
|
10455
10442
|
"optional": true,
|
|
10456
10443
|
"is_block": true,
|
|
10457
10444
|
"oneof_group": "server_choice",
|
|
10458
|
-
"description": "[OneOf: any_server, server_name, server_name_matcher, server_selector]
|
|
10445
|
+
"description": "[OneOf: any_server, server_name, server_name_matcher, server_selector] Enable this option"
|
|
10459
10446
|
},
|
|
10460
10447
|
"deny_all_requests": {
|
|
10461
10448
|
"type": "object",
|
|
@@ -10463,7 +10450,7 @@
|
|
|
10463
10450
|
"optional": true,
|
|
10464
10451
|
"is_block": true,
|
|
10465
10452
|
"oneof_group": "rule_choice",
|
|
10466
|
-
"description": "
|
|
10453
|
+
"description": "Enable this option"
|
|
10467
10454
|
},
|
|
10468
10455
|
"deny_list": {
|
|
10469
10456
|
"type": "object",
|
|
@@ -10548,8 +10535,8 @@
|
|
|
10548
10535
|
},
|
|
10549
10536
|
"dependencies": {
|
|
10550
10537
|
"referenced_by": [
|
|
10551
|
-
"
|
|
10552
|
-
"
|
|
10538
|
+
"app_firewall",
|
|
10539
|
+
"http_loadbalancer"
|
|
10553
10540
|
]
|
|
10554
10541
|
}
|
|
10555
10542
|
},
|
|
@@ -10618,7 +10605,7 @@
|
|
|
10618
10605
|
"optional": true,
|
|
10619
10606
|
"is_block": true,
|
|
10620
10607
|
"oneof_group": "asn_choice",
|
|
10621
|
-
"description": "[OneOf: any_asn, asn_list, asn_matcher]
|
|
10608
|
+
"description": "[OneOf: any_asn, asn_list, asn_matcher] Enable this option"
|
|
10622
10609
|
},
|
|
10623
10610
|
"any_client": {
|
|
10624
10611
|
"type": "object",
|
|
@@ -10626,7 +10613,7 @@
|
|
|
10626
10613
|
"optional": true,
|
|
10627
10614
|
"is_block": true,
|
|
10628
10615
|
"oneof_group": "client_choice",
|
|
10629
|
-
"description": "[OneOf: any_client, client_name, client_name_matcher, client_selector, ip_threat_category_list]
|
|
10616
|
+
"description": "[OneOf: any_client, client_name, client_name_matcher, client_selector, ip_threat_category_list] Enable this option"
|
|
10630
10617
|
},
|
|
10631
10618
|
"any_ip": {
|
|
10632
10619
|
"type": "object",
|
|
@@ -10634,7 +10621,7 @@
|
|
|
10634
10621
|
"optional": true,
|
|
10635
10622
|
"is_block": true,
|
|
10636
10623
|
"oneof_group": "ip_choice",
|
|
10637
|
-
"description": "[OneOf: any_ip, ip_matcher, ip_prefix_list]
|
|
10624
|
+
"description": "[OneOf: any_ip, ip_matcher, ip_prefix_list] Enable this option"
|
|
10638
10625
|
},
|
|
10639
10626
|
"api_group_matcher": {
|
|
10640
10627
|
"type": "object",
|
|
@@ -10886,45 +10873,24 @@
|
|
|
10886
10873
|
}
|
|
10887
10874
|
},
|
|
10888
10875
|
"site": {
|
|
10889
|
-
"description": "Manages a Site resource in F5 Distributed Cloud for
|
|
10876
|
+
"description": "Manages a Site resource in F5 Distributed Cloud for secure mesh site specification. configuration.",
|
|
10890
10877
|
"category": "Infrastructure",
|
|
10891
10878
|
"tier": "Standard",
|
|
10892
10879
|
"import_format": "namespace/name",
|
|
10893
10880
|
"oneof_groups": {
|
|
10894
10881
|
"blocked_services_choice": {
|
|
10895
10882
|
"fields": [
|
|
10896
|
-
"block_all_services",
|
|
10897
10883
|
"blocked_services",
|
|
10898
10884
|
"default_blocked_services"
|
|
10899
10885
|
],
|
|
10900
10886
|
"default": "default_blocked_services"
|
|
10901
10887
|
},
|
|
10902
|
-
"
|
|
10903
|
-
"fields": [
|
|
10904
|
-
"aws_cred"
|
|
10905
|
-
]
|
|
10906
|
-
},
|
|
10907
|
-
"direct_connect_choice": {
|
|
10908
|
-
"fields": [
|
|
10909
|
-
"direct_connect_disabled",
|
|
10910
|
-
"direct_connect_enabled",
|
|
10911
|
-
"private_connectivity"
|
|
10912
|
-
]
|
|
10913
|
-
},
|
|
10914
|
-
"egress_gateway_choice": {
|
|
10915
|
-
"fields": [
|
|
10916
|
-
"egress_gateway_default",
|
|
10917
|
-
"egress_nat_gw",
|
|
10918
|
-
"egress_virtual_private_gateway"
|
|
10919
|
-
],
|
|
10920
|
-
"default": "egress_gateway_default"
|
|
10921
|
-
},
|
|
10922
|
-
"internet_vip_choice": {
|
|
10888
|
+
"bond_choice": {
|
|
10923
10889
|
"fields": [
|
|
10924
|
-
"
|
|
10925
|
-
"
|
|
10890
|
+
"bond_device_list",
|
|
10891
|
+
"no_bond_devices"
|
|
10926
10892
|
],
|
|
10927
|
-
"default": "
|
|
10893
|
+
"default": "no_bond_devices"
|
|
10928
10894
|
},
|
|
10929
10895
|
"logs_receiver_choice": {
|
|
10930
10896
|
"fields": [
|
|
@@ -10932,32 +10898,12 @@
|
|
|
10932
10898
|
"logs_streaming_disabled"
|
|
10933
10899
|
]
|
|
10934
10900
|
},
|
|
10935
|
-
"
|
|
10936
|
-
"fields": [
|
|
10937
|
-
"f5_orchestrated_routing",
|
|
10938
|
-
"manual_routing"
|
|
10939
|
-
]
|
|
10940
|
-
},
|
|
10941
|
-
"security_group_choice": {
|
|
10942
|
-
"fields": [
|
|
10943
|
-
"custom_security_group",
|
|
10944
|
-
"f5xc_security_group"
|
|
10945
|
-
]
|
|
10946
|
-
},
|
|
10947
|
-
"site_type": {
|
|
10948
|
-
"fields": [
|
|
10949
|
-
"ingress_egress_gw",
|
|
10950
|
-
"ingress_gw",
|
|
10951
|
-
"voltstack_cluster"
|
|
10952
|
-
]
|
|
10953
|
-
},
|
|
10954
|
-
"worker_nodes": {
|
|
10901
|
+
"network_cfg_choice": {
|
|
10955
10902
|
"fields": [
|
|
10956
|
-
"
|
|
10957
|
-
"
|
|
10958
|
-
"total_nodes"
|
|
10903
|
+
"custom_network_config",
|
|
10904
|
+
"default_network_config"
|
|
10959
10905
|
],
|
|
10960
|
-
"default": "
|
|
10906
|
+
"default": "default_network_config"
|
|
10961
10907
|
}
|
|
10962
10908
|
},
|
|
10963
10909
|
"attributes": {
|
|
@@ -10969,50 +10915,27 @@
|
|
|
10969
10915
|
"plan_modifier": "UseStateForUnknown",
|
|
10970
10916
|
"description": "Site's geographical address that can be used to determine its latitude and longitude."
|
|
10971
10917
|
},
|
|
10972
|
-
"admin_password": {
|
|
10973
|
-
"type": "object",
|
|
10974
|
-
"required": false,
|
|
10975
|
-
"optional": true,
|
|
10976
|
-
"is_block": true,
|
|
10977
|
-
"description": "SecretType is used in an object to indicate a sensitive/confidential field."
|
|
10978
|
-
},
|
|
10979
10918
|
"annotations": {
|
|
10980
10919
|
"type": "map",
|
|
10981
10920
|
"required": false,
|
|
10982
10921
|
"optional": true,
|
|
10983
10922
|
"description": "Annotations is an unstructured key value map stored with a resource that may be set by external tools to store and retrieve arbitrary metadata."
|
|
10984
10923
|
},
|
|
10985
|
-
"
|
|
10986
|
-
"type": "object",
|
|
10987
|
-
"required": false,
|
|
10988
|
-
"optional": true,
|
|
10989
|
-
"is_block": true,
|
|
10990
|
-
"oneof_group": "deployment",
|
|
10991
|
-
"description": "Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name."
|
|
10992
|
-
},
|
|
10993
|
-
"aws_region": {
|
|
10994
|
-
"type": "string",
|
|
10995
|
-
"required": false,
|
|
10996
|
-
"optional": true,
|
|
10997
|
-
"computed": true,
|
|
10998
|
-
"plan_modifier": "UseStateForUnknown",
|
|
10999
|
-
"description": "AWS Region. Name for AWS Region."
|
|
11000
|
-
},
|
|
11001
|
-
"block_all_services": {
|
|
10924
|
+
"blocked_services": {
|
|
11002
10925
|
"type": "object",
|
|
11003
10926
|
"required": false,
|
|
11004
10927
|
"optional": true,
|
|
11005
10928
|
"is_block": true,
|
|
11006
10929
|
"oneof_group": "blocked_services_choice",
|
|
11007
|
-
"description": "[OneOf:
|
|
10930
|
+
"description": "[OneOf: blocked_services, default_blocked_services; Default: default_blocked_services] Disable node local services on this site."
|
|
11008
10931
|
},
|
|
11009
|
-
"
|
|
10932
|
+
"bond_device_list": {
|
|
11010
10933
|
"type": "object",
|
|
11011
10934
|
"required": false,
|
|
11012
10935
|
"optional": true,
|
|
11013
10936
|
"is_block": true,
|
|
11014
|
-
"oneof_group": "
|
|
11015
|
-
"description": "
|
|
10937
|
+
"oneof_group": "bond_choice",
|
|
10938
|
+
"description": "[OneOf: bond_device_list, no_bond_devices; Default: no_bond_devices] Bond Devices List. List of bond devices for this fleet."
|
|
11016
10939
|
},
|
|
11017
10940
|
"coordinates": {
|
|
11018
10941
|
"type": "object",
|
|
@@ -11021,28 +10944,29 @@
|
|
|
11021
10944
|
"is_block": true,
|
|
11022
10945
|
"description": "Coordinates of the site which provides the site physical location."
|
|
11023
10946
|
},
|
|
11024
|
-
"
|
|
10947
|
+
"custom_network_config": {
|
|
11025
10948
|
"type": "object",
|
|
11026
10949
|
"required": false,
|
|
11027
10950
|
"optional": true,
|
|
11028
10951
|
"is_block": true,
|
|
11029
|
-
"
|
|
10952
|
+
"oneof_group": "network_cfg_choice",
|
|
10953
|
+
"description": "[OneOf: custom_network_config, default_network_config; Default: default_network_config] SmsNetworkConfiguration."
|
|
11030
10954
|
},
|
|
11031
|
-
"
|
|
10955
|
+
"default_blocked_services": {
|
|
11032
10956
|
"type": "object",
|
|
11033
10957
|
"required": false,
|
|
11034
10958
|
"optional": true,
|
|
11035
10959
|
"is_block": true,
|
|
11036
|
-
"oneof_group": "
|
|
11037
|
-
"description": "
|
|
10960
|
+
"oneof_group": "blocked_services_choice",
|
|
10961
|
+
"description": "Enable this option"
|
|
11038
10962
|
},
|
|
11039
|
-
"
|
|
10963
|
+
"default_network_config": {
|
|
11040
10964
|
"type": "object",
|
|
11041
10965
|
"required": false,
|
|
11042
10966
|
"optional": true,
|
|
11043
10967
|
"is_block": true,
|
|
11044
|
-
"oneof_group": "
|
|
11045
|
-
"description": "
|
|
10968
|
+
"oneof_group": "network_cfg_choice",
|
|
10969
|
+
"description": "Enable this option"
|
|
11046
10970
|
},
|
|
11047
10971
|
"description": {
|
|
11048
10972
|
"type": "string",
|
|
@@ -11050,92 +10974,12 @@
|
|
|
11050
10974
|
"optional": true,
|
|
11051
10975
|
"description": "Human readable description for the object."
|
|
11052
10976
|
},
|
|
11053
|
-
"direct_connect_disabled": {
|
|
11054
|
-
"type": "object",
|
|
11055
|
-
"required": false,
|
|
11056
|
-
"optional": true,
|
|
11057
|
-
"is_block": true,
|
|
11058
|
-
"oneof_group": "direct_connect_choice",
|
|
11059
|
-
"description": "[OneOf: direct_connect_disabled, direct_connect_enabled, private_connectivity] Can be used for messages where no values are needed."
|
|
11060
|
-
},
|
|
11061
|
-
"direct_connect_enabled": {
|
|
11062
|
-
"type": "object",
|
|
11063
|
-
"required": false,
|
|
11064
|
-
"optional": true,
|
|
11065
|
-
"is_block": true,
|
|
11066
|
-
"oneof_group": "direct_connect_choice",
|
|
11067
|
-
"description": "Direct Connect Configuration. Direct Connect Configuration."
|
|
11068
|
-
},
|
|
11069
10977
|
"disable": {
|
|
11070
10978
|
"type": "bool",
|
|
11071
10979
|
"required": false,
|
|
11072
10980
|
"optional": true,
|
|
11073
10981
|
"description": "A value of true will administratively disable the object."
|
|
11074
10982
|
},
|
|
11075
|
-
"disable_internet_vip": {
|
|
11076
|
-
"type": "object",
|
|
11077
|
-
"required": false,
|
|
11078
|
-
"optional": true,
|
|
11079
|
-
"is_block": true,
|
|
11080
|
-
"oneof_group": "internet_vip_choice",
|
|
11081
|
-
"description": "[OneOf: disable_internet_vip, enable_internet_vip; Default: disable_internet_vip] Can be used for messages where no values are needed."
|
|
11082
|
-
},
|
|
11083
|
-
"disk_size": {
|
|
11084
|
-
"type": "int64",
|
|
11085
|
-
"required": false,
|
|
11086
|
-
"optional": true,
|
|
11087
|
-
"computed": true,
|
|
11088
|
-
"plan_modifier": "UseStateForUnknown",
|
|
11089
|
-
"description": "Disk size to be used for this instance in GiB. 80 is 80 GiB."
|
|
11090
|
-
},
|
|
11091
|
-
"egress_gateway_default": {
|
|
11092
|
-
"type": "object",
|
|
11093
|
-
"required": false,
|
|
11094
|
-
"optional": true,
|
|
11095
|
-
"is_block": true,
|
|
11096
|
-
"oneof_group": "egress_gateway_choice",
|
|
11097
|
-
"description": "[OneOf: egress_gateway_default, egress_nat_gw, egress_virtual_private_gateway; Default: egress_gateway_default] Can be used for messages where no values are needed."
|
|
11098
|
-
},
|
|
11099
|
-
"egress_nat_gw": {
|
|
11100
|
-
"type": "object",
|
|
11101
|
-
"required": false,
|
|
11102
|
-
"optional": true,
|
|
11103
|
-
"is_block": true,
|
|
11104
|
-
"oneof_group": "egress_gateway_choice",
|
|
11105
|
-
"description": "With this option, egress site traffic will be routed through an Network Address Translation(NAT) Gateway."
|
|
11106
|
-
},
|
|
11107
|
-
"egress_virtual_private_gateway": {
|
|
11108
|
-
"type": "object",
|
|
11109
|
-
"required": false,
|
|
11110
|
-
"optional": true,
|
|
11111
|
-
"is_block": true,
|
|
11112
|
-
"oneof_group": "egress_gateway_choice",
|
|
11113
|
-
"description": "With this option, egress site traffic will be routed through an Virtual Private Gateway."
|
|
11114
|
-
},
|
|
11115
|
-
"enable_internet_vip": {
|
|
11116
|
-
"type": "object",
|
|
11117
|
-
"required": false,
|
|
11118
|
-
"optional": true,
|
|
11119
|
-
"is_block": true,
|
|
11120
|
-
"oneof_group": "internet_vip_choice",
|
|
11121
|
-
"description": "Can be used for messages where no values are needed."
|
|
11122
|
-
},
|
|
11123
|
-
"f5_orchestrated_routing": {
|
|
11124
|
-
"type": "object",
|
|
11125
|
-
"required": false,
|
|
11126
|
-
"optional": true,
|
|
11127
|
-
"is_block": true,
|
|
11128
|
-
"oneof_group": "routing_type",
|
|
11129
|
-
"description": "[OneOf: f5_orchestrated_routing, manual_routing] Can be used for messages where no values are needed."
|
|
11130
|
-
},
|
|
11131
|
-
"f5xc_security_group": {
|
|
11132
|
-
"type": "object",
|
|
11133
|
-
"required": false,
|
|
11134
|
-
"optional": true,
|
|
11135
|
-
"is_block": true,
|
|
11136
|
-
"oneof_group": "security_group_choice",
|
|
11137
|
-
"description": "Can be used for messages where no values are needed."
|
|
11138
|
-
},
|
|
11139
10983
|
"id": {
|
|
11140
10984
|
"type": "string",
|
|
11141
10985
|
"required": false,
|
|
@@ -11143,30 +10987,6 @@
|
|
|
11143
10987
|
"plan_modifier": "UseStateForUnknown",
|
|
11144
10988
|
"description": "Unique identifier for the resource."
|
|
11145
10989
|
},
|
|
11146
|
-
"ingress_egress_gw": {
|
|
11147
|
-
"type": "object",
|
|
11148
|
-
"required": false,
|
|
11149
|
-
"optional": true,
|
|
11150
|
-
"is_block": true,
|
|
11151
|
-
"oneof_group": "site_type",
|
|
11152
|
-
"description": "[OneOf: ingress_egress_gw, ingress_gw, voltstack_cluster] AWS Ingress/Egress Gateway. Two interface AWS ingress/egress site."
|
|
11153
|
-
},
|
|
11154
|
-
"ingress_gw": {
|
|
11155
|
-
"type": "object",
|
|
11156
|
-
"required": false,
|
|
11157
|
-
"optional": true,
|
|
11158
|
-
"is_block": true,
|
|
11159
|
-
"oneof_group": "site_type",
|
|
11160
|
-
"description": "AWS Ingress Gateway. Single interface AWS ingress site."
|
|
11161
|
-
},
|
|
11162
|
-
"instance_type": {
|
|
11163
|
-
"type": "string",
|
|
11164
|
-
"required": false,
|
|
11165
|
-
"optional": true,
|
|
11166
|
-
"computed": true,
|
|
11167
|
-
"plan_modifier": "UseStateForUnknown",
|
|
11168
|
-
"description": "Select Instance size based on performance needed ."
|
|
11169
|
-
},
|
|
11170
10990
|
"kubernetes_upgrade_drain": {
|
|
11171
10991
|
"type": "object",
|
|
11172
10992
|
"required": false,
|
|
@@ -11194,15 +11014,14 @@
|
|
|
11194
11014
|
"optional": true,
|
|
11195
11015
|
"is_block": true,
|
|
11196
11016
|
"oneof_group": "logs_receiver_choice",
|
|
11197
|
-
"description": "
|
|
11017
|
+
"description": "Enable this option"
|
|
11198
11018
|
},
|
|
11199
|
-
"
|
|
11200
|
-
"type": "
|
|
11019
|
+
"master_node_configuration": {
|
|
11020
|
+
"type": "list",
|
|
11201
11021
|
"required": false,
|
|
11202
11022
|
"optional": true,
|
|
11203
11023
|
"is_block": true,
|
|
11204
|
-
"
|
|
11205
|
-
"description": "Can be used for messages where no values are needed."
|
|
11024
|
+
"description": "Configuration of master nodes ."
|
|
11206
11025
|
},
|
|
11207
11026
|
"name": {
|
|
11208
11027
|
"type": "string",
|
|
@@ -11218,22 +11037,13 @@
|
|
|
11218
11037
|
"validation": "name",
|
|
11219
11038
|
"description": "Namespace where the Site will be created."
|
|
11220
11039
|
},
|
|
11221
|
-
"
|
|
11040
|
+
"no_bond_devices": {
|
|
11222
11041
|
"type": "object",
|
|
11223
11042
|
"required": false,
|
|
11224
11043
|
"optional": true,
|
|
11225
11044
|
"is_block": true,
|
|
11226
|
-
"oneof_group": "
|
|
11227
|
-
"description": "
|
|
11228
|
-
},
|
|
11229
|
-
"nodes_per_az": {
|
|
11230
|
-
"type": "int64",
|
|
11231
|
-
"required": false,
|
|
11232
|
-
"optional": true,
|
|
11233
|
-
"computed": true,
|
|
11234
|
-
"plan_modifier": "UseStateForUnknown",
|
|
11235
|
-
"oneof_group": "worker_nodes",
|
|
11236
|
-
"description": "Desired Worker Nodes Per AZ. Max limit is up to 21."
|
|
11045
|
+
"oneof_group": "bond_choice",
|
|
11046
|
+
"description": "Enable this option"
|
|
11237
11047
|
},
|
|
11238
11048
|
"offline_survivability_mode": {
|
|
11239
11049
|
"type": "object",
|
|
@@ -11249,21 +11059,12 @@
|
|
|
11249
11059
|
"is_block": true,
|
|
11250
11060
|
"description": "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."
|
|
11251
11061
|
},
|
|
11252
|
-
"
|
|
11062
|
+
"performance_enhancement_mode": {
|
|
11253
11063
|
"type": "object",
|
|
11254
11064
|
"required": false,
|
|
11255
11065
|
"optional": true,
|
|
11256
11066
|
"is_block": true,
|
|
11257
|
-
"
|
|
11258
|
-
"description": "Private Connect Configuration. Private Connect Configuration."
|
|
11259
|
-
},
|
|
11260
|
-
"ssh_key": {
|
|
11261
|
-
"type": "string",
|
|
11262
|
-
"required": false,
|
|
11263
|
-
"optional": true,
|
|
11264
|
-
"computed": true,
|
|
11265
|
-
"plan_modifier": "UseStateForUnknown",
|
|
11266
|
-
"description": "Public SSH key for accessing the site."
|
|
11067
|
+
"description": "Optimize the site for L3 or L7 traffic processing. L7 optimized is the default."
|
|
11267
11068
|
},
|
|
11268
11069
|
"sw": {
|
|
11269
11070
|
"type": "object",
|
|
@@ -11272,36 +11073,19 @@
|
|
|
11272
11073
|
"is_block": true,
|
|
11273
11074
|
"description": "Select the F5XC Software Version for the site. By default, latest available F5XC Software Version will be used. Refer to release notes to find required released SW versions."
|
|
11274
11075
|
},
|
|
11275
|
-
"
|
|
11276
|
-
"type": "
|
|
11277
|
-
"required": false,
|
|
11278
|
-
"optional": true,
|
|
11279
|
-
"is_block": true,
|
|
11280
|
-
"description": "AWS Tags is a label consisting of a user-defined key and value. It helps to manage, identify, organize, search for, and filter resources in AWS console."
|
|
11281
|
-
},
|
|
11282
|
-
"total_nodes": {
|
|
11283
|
-
"type": "int64",
|
|
11076
|
+
"volterra_certified_hw": {
|
|
11077
|
+
"type": "string",
|
|
11284
11078
|
"required": false,
|
|
11285
11079
|
"optional": true,
|
|
11286
11080
|
"computed": true,
|
|
11287
11081
|
"plan_modifier": "UseStateForUnknown",
|
|
11288
|
-
"
|
|
11289
|
-
"description": "Total number of worker nodes to be deployed across all AZ's used in the Site."
|
|
11082
|
+
"description": "Name for generic server certified hardware to form this Secure Mesh site."
|
|
11290
11083
|
},
|
|
11291
|
-
"
|
|
11292
|
-
"type": "
|
|
11293
|
-
"required": false,
|
|
11294
|
-
"optional": true,
|
|
11295
|
-
"is_block": true,
|
|
11296
|
-
"oneof_group": "site_type",
|
|
11297
|
-
"description": "App Stack cluster of single interface AWS nodes."
|
|
11298
|
-
},
|
|
11299
|
-
"vpc": {
|
|
11300
|
-
"type": "object",
|
|
11084
|
+
"worker_nodes": {
|
|
11085
|
+
"type": "list",
|
|
11301
11086
|
"required": false,
|
|
11302
11087
|
"optional": true,
|
|
11303
|
-
"
|
|
11304
|
-
"description": "Defines choice about AWS VPC for a view."
|
|
11088
|
+
"description": "Worker Nodes. Names of worker nodes."
|
|
11305
11089
|
}
|
|
11306
11090
|
},
|
|
11307
11091
|
"dependencies": {
|
|
@@ -11359,7 +11143,7 @@
|
|
|
11359
11143
|
"optional": true,
|
|
11360
11144
|
"is_block": true,
|
|
11361
11145
|
"oneof_group": "re_fallback",
|
|
11362
|
-
"description": "[OneOf: disable_re_fallback, enable_re_fallback; Default: disable_re_fallback]
|
|
11146
|
+
"description": "[OneOf: disable_re_fallback, enable_re_fallback; Default: disable_re_fallback] Enable this option"
|
|
11363
11147
|
},
|
|
11364
11148
|
"enable_re_fallback": {
|
|
11365
11149
|
"type": "object",
|
|
@@ -11367,7 +11151,7 @@
|
|
|
11367
11151
|
"optional": true,
|
|
11368
11152
|
"is_block": true,
|
|
11369
11153
|
"oneof_group": "re_fallback",
|
|
11370
|
-
"description": "
|
|
11154
|
+
"description": "Enable this option"
|
|
11371
11155
|
},
|
|
11372
11156
|
"full_mesh": {
|
|
11373
11157
|
"type": "object",
|
|
@@ -11467,7 +11251,7 @@
|
|
|
11467
11251
|
"optional": true,
|
|
11468
11252
|
"is_block": true,
|
|
11469
11253
|
"oneof_group": "connection_choice",
|
|
11470
|
-
"description": "
|
|
11254
|
+
"description": "Enable this option"
|
|
11471
11255
|
},
|
|
11472
11256
|
"description": {
|
|
11473
11257
|
"type": "string",
|
|
@@ -11494,7 +11278,7 @@
|
|
|
11494
11278
|
"optional": true,
|
|
11495
11279
|
"is_block": true,
|
|
11496
11280
|
"oneof_group": "connection_choice",
|
|
11497
|
-
"description": "
|
|
11281
|
+
"description": "Enable this option"
|
|
11498
11282
|
},
|
|
11499
11283
|
"labels": {
|
|
11500
11284
|
"type": "map",
|
|
@@ -11615,7 +11399,7 @@
|
|
|
11615
11399
|
"optional": true,
|
|
11616
11400
|
"is_block": true,
|
|
11617
11401
|
"oneof_group": "advertise_choice",
|
|
11618
|
-
"description": "
|
|
11402
|
+
"description": "Enable this option"
|
|
11619
11403
|
},
|
|
11620
11404
|
"annotations": {
|
|
11621
11405
|
"type": "map",
|
|
@@ -11629,7 +11413,7 @@
|
|
|
11629
11413
|
"optional": true,
|
|
11630
11414
|
"is_block": true,
|
|
11631
11415
|
"oneof_group": "sni_default_lb_choice",
|
|
11632
|
-
"description": "[OneOf: default_lb_with_sni, no_sni, sni; Default: default_lb_with_sni]
|
|
11416
|
+
"description": "[OneOf: default_lb_with_sni, no_sni, sni; Default: default_lb_with_sni] Enable this option"
|
|
11633
11417
|
},
|
|
11634
11418
|
"description": {
|
|
11635
11419
|
"type": "string",
|
|
@@ -11657,7 +11441,7 @@
|
|
|
11657
11441
|
"optional": true,
|
|
11658
11442
|
"is_block": true,
|
|
11659
11443
|
"oneof_group": "advertise_choice",
|
|
11660
|
-
"description": "
|
|
11444
|
+
"description": "Enable this option"
|
|
11661
11445
|
},
|
|
11662
11446
|
"do_not_retract_cluster": {
|
|
11663
11447
|
"type": "object",
|
|
@@ -11665,7 +11449,7 @@
|
|
|
11665
11449
|
"optional": true,
|
|
11666
11450
|
"is_block": true,
|
|
11667
11451
|
"oneof_group": "cluster_retract_choice",
|
|
11668
|
-
"description": "[OneOf: do_not_retract_cluster, retract_cluster]
|
|
11452
|
+
"description": "[OneOf: do_not_retract_cluster, retract_cluster] Enable this option"
|
|
11669
11453
|
},
|
|
11670
11454
|
"domains": {
|
|
11671
11455
|
"type": "list",
|
|
@@ -11679,7 +11463,7 @@
|
|
|
11679
11463
|
"optional": true,
|
|
11680
11464
|
"is_block": true,
|
|
11681
11465
|
"oneof_group": "hash_policy_choice",
|
|
11682
|
-
"description": "[OneOf: hash_policy_choice_least_active, hash_policy_choice_random, hash_policy_choice_round_robin, hash_policy_choice_source_ip_stickiness]
|
|
11466
|
+
"description": "[OneOf: hash_policy_choice_least_active, hash_policy_choice_random, hash_policy_choice_round_robin, hash_policy_choice_source_ip_stickiness] Enable this option"
|
|
11683
11467
|
},
|
|
11684
11468
|
"hash_policy_choice_random": {
|
|
11685
11469
|
"type": "object",
|
|
@@ -11687,7 +11471,7 @@
|
|
|
11687
11471
|
"optional": true,
|
|
11688
11472
|
"is_block": true,
|
|
11689
11473
|
"oneof_group": "hash_policy_choice",
|
|
11690
|
-
"description": "
|
|
11474
|
+
"description": "Enable this option"
|
|
11691
11475
|
},
|
|
11692
11476
|
"hash_policy_choice_round_robin": {
|
|
11693
11477
|
"type": "object",
|
|
@@ -11695,7 +11479,7 @@
|
|
|
11695
11479
|
"optional": true,
|
|
11696
11480
|
"is_block": true,
|
|
11697
11481
|
"oneof_group": "hash_policy_choice",
|
|
11698
|
-
"description": "
|
|
11482
|
+
"description": "Enable this option"
|
|
11699
11483
|
},
|
|
11700
11484
|
"hash_policy_choice_source_ip_stickiness": {
|
|
11701
11485
|
"type": "object",
|
|
@@ -11703,7 +11487,7 @@
|
|
|
11703
11487
|
"optional": true,
|
|
11704
11488
|
"is_block": true,
|
|
11705
11489
|
"oneof_group": "hash_policy_choice",
|
|
11706
|
-
"description": "
|
|
11490
|
+
"description": "Enable this option"
|
|
11707
11491
|
},
|
|
11708
11492
|
"id": {
|
|
11709
11493
|
"type": "string",
|
|
@@ -11756,7 +11540,7 @@
|
|
|
11756
11540
|
"optional": true,
|
|
11757
11541
|
"is_block": true,
|
|
11758
11542
|
"oneof_group": "service_policy_choice",
|
|
11759
|
-
"description": "
|
|
11543
|
+
"description": "Enable this option"
|
|
11760
11544
|
},
|
|
11761
11545
|
"no_sni": {
|
|
11762
11546
|
"type": "object",
|
|
@@ -11764,7 +11548,7 @@
|
|
|
11764
11548
|
"optional": true,
|
|
11765
11549
|
"is_block": true,
|
|
11766
11550
|
"oneof_group": "sni_default_lb_choice",
|
|
11767
|
-
"description": "
|
|
11551
|
+
"description": "Enable this option"
|
|
11768
11552
|
},
|
|
11769
11553
|
"origin_pools_weights": {
|
|
11770
11554
|
"type": "list",
|
|
@@ -11788,7 +11572,7 @@
|
|
|
11788
11572
|
"optional": true,
|
|
11789
11573
|
"is_block": true,
|
|
11790
11574
|
"oneof_group": "cluster_retract_choice",
|
|
11791
|
-
"description": "
|
|
11575
|
+
"description": "Enable this option"
|
|
11792
11576
|
},
|
|
11793
11577
|
"service_policies_from_namespace": {
|
|
11794
11578
|
"type": "object",
|
|
@@ -11796,7 +11580,7 @@
|
|
|
11796
11580
|
"optional": true,
|
|
11797
11581
|
"is_block": true,
|
|
11798
11582
|
"oneof_group": "service_policy_choice",
|
|
11799
|
-
"description": "
|
|
11583
|
+
"description": "Enable this option"
|
|
11800
11584
|
},
|
|
11801
11585
|
"sni": {
|
|
11802
11586
|
"type": "object",
|
|
@@ -11804,7 +11588,7 @@
|
|
|
11804
11588
|
"optional": true,
|
|
11805
11589
|
"is_block": true,
|
|
11806
11590
|
"oneof_group": "sni_default_lb_choice",
|
|
11807
|
-
"description": "
|
|
11591
|
+
"description": "Enable this option"
|
|
11808
11592
|
},
|
|
11809
11593
|
"tcp": {
|
|
11810
11594
|
"type": "object",
|
|
@@ -11812,7 +11596,7 @@
|
|
|
11812
11596
|
"optional": true,
|
|
11813
11597
|
"is_block": true,
|
|
11814
11598
|
"oneof_group": "loadbalancer_type",
|
|
11815
|
-
"description": "[OneOf: tcp, tls_tcp, tls_tcp_auto_cert]
|
|
11599
|
+
"description": "[OneOf: tcp, tls_tcp, tls_tcp_auto_cert] Enable this option"
|
|
11816
11600
|
},
|
|
11817
11601
|
"tls_tcp": {
|
|
11818
11602
|
"type": "object",
|
|
@@ -12109,7 +11893,7 @@
|
|
|
12109
11893
|
"optional": true,
|
|
12110
11894
|
"is_block": true,
|
|
12111
11895
|
"oneof_group": "advertise_choice",
|
|
12112
|
-
"description": "
|
|
11896
|
+
"description": "Enable this option"
|
|
12113
11897
|
},
|
|
12114
11898
|
"annotations": {
|
|
12115
11899
|
"type": "map",
|
|
@@ -12143,7 +11927,7 @@
|
|
|
12143
11927
|
"optional": true,
|
|
12144
11928
|
"is_block": true,
|
|
12145
11929
|
"oneof_group": "advertise_choice",
|
|
12146
|
-
"description": "
|
|
11930
|
+
"description": "Enable this option"
|
|
12147
11931
|
},
|
|
12148
11932
|
"domains": {
|
|
12149
11933
|
"type": "list",
|
|
@@ -12165,7 +11949,7 @@
|
|
|
12165
11949
|
"optional": true,
|
|
12166
11950
|
"is_block": true,
|
|
12167
11951
|
"oneof_group": "hash_policy_choice",
|
|
12168
|
-
"description": "[OneOf: hash_policy_choice_random, hash_policy_choice_round_robin, hash_policy_choice_source_ip_stickiness]
|
|
11952
|
+
"description": "[OneOf: hash_policy_choice_random, hash_policy_choice_round_robin, hash_policy_choice_source_ip_stickiness] Enable this option"
|
|
12169
11953
|
},
|
|
12170
11954
|
"hash_policy_choice_round_robin": {
|
|
12171
11955
|
"type": "object",
|
|
@@ -12173,7 +11957,7 @@
|
|
|
12173
11957
|
"optional": true,
|
|
12174
11958
|
"is_block": true,
|
|
12175
11959
|
"oneof_group": "hash_policy_choice",
|
|
12176
|
-
"description": "
|
|
11960
|
+
"description": "Enable this option"
|
|
12177
11961
|
},
|
|
12178
11962
|
"hash_policy_choice_source_ip_stickiness": {
|
|
12179
11963
|
"type": "object",
|
|
@@ -12181,7 +11965,7 @@
|
|
|
12181
11965
|
"optional": true,
|
|
12182
11966
|
"is_block": true,
|
|
12183
11967
|
"oneof_group": "hash_policy_choice",
|
|
12184
|
-
"description": "
|
|
11968
|
+
"description": "Enable this option"
|
|
12185
11969
|
},
|
|
12186
11970
|
"id": {
|
|
12187
11971
|
"type": "string",
|
|
@@ -12250,7 +12034,7 @@
|
|
|
12250
12034
|
"optional": true,
|
|
12251
12035
|
"is_block": true,
|
|
12252
12036
|
"oneof_group": "loadbalancer_type",
|
|
12253
|
-
"description": "
|
|
12037
|
+
"description": "Enable this option"
|
|
12254
12038
|
}
|
|
12255
12039
|
}
|
|
12256
12040
|
},
|
|
@@ -12527,7 +12311,7 @@
|
|
|
12527
12311
|
"optional": true,
|
|
12528
12312
|
"is_block": true,
|
|
12529
12313
|
"oneof_group": "server_header_choice",
|
|
12530
|
-
"description": "
|
|
12314
|
+
"description": "Enable this option"
|
|
12531
12315
|
},
|
|
12532
12316
|
"default_loadbalancer": {
|
|
12533
12317
|
"type": "object",
|
|
@@ -12535,7 +12319,7 @@
|
|
|
12535
12319
|
"optional": true,
|
|
12536
12320
|
"is_block": true,
|
|
12537
12321
|
"oneof_group": "default_lb_choice",
|
|
12538
|
-
"description": "[OneOf: default_loadbalancer, non_default_loadbalancer; Default: default_loadbalancer]
|
|
12322
|
+
"description": "[OneOf: default_loadbalancer, non_default_loadbalancer; Default: default_loadbalancer] Enable this option"
|
|
12539
12323
|
},
|
|
12540
12324
|
"description": {
|
|
12541
12325
|
"type": "string",
|
|
@@ -12571,7 +12355,7 @@
|
|
|
12571
12355
|
"optional": true,
|
|
12572
12356
|
"is_block": true,
|
|
12573
12357
|
"oneof_group": "path_normalize_choice",
|
|
12574
|
-
"description": "[OneOf: disable_path_normalize, enable_path_normalize; Default: disable_path_normalize]
|
|
12358
|
+
"description": "[OneOf: disable_path_normalize, enable_path_normalize; Default: disable_path_normalize] Enable this option"
|
|
12575
12359
|
},
|
|
12576
12360
|
"domains": {
|
|
12577
12361
|
"type": "list",
|
|
@@ -12592,7 +12376,7 @@
|
|
|
12592
12376
|
"optional": true,
|
|
12593
12377
|
"is_block": true,
|
|
12594
12378
|
"oneof_group": "path_normalize_choice",
|
|
12595
|
-
"description": "
|
|
12379
|
+
"description": "Enable this option"
|
|
12596
12380
|
},
|
|
12597
12381
|
"http_protocol_options": {
|
|
12598
12382
|
"type": "object",
|
|
@@ -12658,7 +12442,7 @@
|
|
|
12658
12442
|
"optional": true,
|
|
12659
12443
|
"is_block": true,
|
|
12660
12444
|
"oneof_group": "authentication_choice",
|
|
12661
|
-
"description": "
|
|
12445
|
+
"description": "Enable this option"
|
|
12662
12446
|
},
|
|
12663
12447
|
"no_challenge": {
|
|
12664
12448
|
"type": "object",
|
|
@@ -12666,7 +12450,7 @@
|
|
|
12666
12450
|
"optional": true,
|
|
12667
12451
|
"is_block": true,
|
|
12668
12452
|
"oneof_group": "challenge_type",
|
|
12669
|
-
"description": "
|
|
12453
|
+
"description": "Enable this option"
|
|
12670
12454
|
},
|
|
12671
12455
|
"non_default_loadbalancer": {
|
|
12672
12456
|
"type": "object",
|
|
@@ -12674,7 +12458,7 @@
|
|
|
12674
12458
|
"optional": true,
|
|
12675
12459
|
"is_block": true,
|
|
12676
12460
|
"oneof_group": "default_lb_choice",
|
|
12677
|
-
"description": "
|
|
12461
|
+
"description": "Enable this option"
|
|
12678
12462
|
},
|
|
12679
12463
|
"pass_through": {
|
|
12680
12464
|
"type": "object",
|
|
@@ -12682,7 +12466,7 @@
|
|
|
12682
12466
|
"optional": true,
|
|
12683
12467
|
"is_block": true,
|
|
12684
12468
|
"oneof_group": "server_header_choice",
|
|
12685
|
-
"description": "
|
|
12469
|
+
"description": "Enable this option"
|
|
12686
12470
|
},
|
|
12687
12471
|
"proxy": {
|
|
12688
12472
|
"type": "string",
|
|
@@ -12860,7 +12644,7 @@
|
|
|
12860
12644
|
"optional": true,
|
|
12861
12645
|
"is_block": true,
|
|
12862
12646
|
"oneof_group": "network_choice",
|
|
12863
|
-
"description": "[OneOf: global_network, legacy_type, site_local_inside_network, site_local_network]
|
|
12647
|
+
"description": "[OneOf: global_network, legacy_type, site_local_inside_network, site_local_network] Enable this option"
|
|
12864
12648
|
},
|
|
12865
12649
|
"id": {
|
|
12866
12650
|
"type": "string",
|
|
@@ -12904,7 +12688,7 @@
|
|
|
12904
12688
|
"optional": true,
|
|
12905
12689
|
"is_block": true,
|
|
12906
12690
|
"oneof_group": "network_choice",
|
|
12907
|
-
"description": "
|
|
12691
|
+
"description": "Enable this option"
|
|
12908
12692
|
},
|
|
12909
12693
|
"site_local_network": {
|
|
12910
12694
|
"type": "object",
|
|
@@ -12912,7 +12696,7 @@
|
|
|
12912
12696
|
"optional": true,
|
|
12913
12697
|
"is_block": true,
|
|
12914
12698
|
"oneof_group": "network_choice",
|
|
12915
|
-
"description": "
|
|
12699
|
+
"description": "Enable this option"
|
|
12916
12700
|
},
|
|
12917
12701
|
"static_routes": {
|
|
12918
12702
|
"type": "list",
|
|
@@ -13101,7 +12885,7 @@
|
|
|
13101
12885
|
"optional": true,
|
|
13102
12886
|
"is_block": true,
|
|
13103
12887
|
"oneof_group": "usb_policy_choice",
|
|
13104
|
-
"description": "[OneOf: allow_all_usb, deny_all_usb, usb_policy]
|
|
12888
|
+
"description": "[OneOf: allow_all_usb, deny_all_usb, usb_policy] Enable this option"
|
|
13105
12889
|
},
|
|
13106
12890
|
"annotations": {
|
|
13107
12891
|
"type": "map",
|
|
@@ -13161,7 +12945,7 @@
|
|
|
13161
12945
|
"optional": true,
|
|
13162
12946
|
"is_block": true,
|
|
13163
12947
|
"oneof_group": "blocked_services_choice",
|
|
13164
|
-
"description": "
|
|
12948
|
+
"description": "Enable this option"
|
|
13165
12949
|
},
|
|
13166
12950
|
"default_network_config": {
|
|
13167
12951
|
"type": "object",
|
|
@@ -13169,7 +12953,7 @@
|
|
|
13169
12953
|
"optional": true,
|
|
13170
12954
|
"is_block": true,
|
|
13171
12955
|
"oneof_group": "network_cfg_choice",
|
|
13172
|
-
"description": "
|
|
12956
|
+
"description": "Enable this option"
|
|
13173
12957
|
},
|
|
13174
12958
|
"default_sriov_interface": {
|
|
13175
12959
|
"type": "object",
|
|
@@ -13177,7 +12961,7 @@
|
|
|
13177
12961
|
"optional": true,
|
|
13178
12962
|
"is_block": true,
|
|
13179
12963
|
"oneof_group": "sriov_interface_choice",
|
|
13180
|
-
"description": "[OneOf: default_sriov_interface, sriov_interfaces; Default: default_sriov_interface]
|
|
12964
|
+
"description": "[OneOf: default_sriov_interface, sriov_interfaces; Default: default_sriov_interface] Enable this option"
|
|
13181
12965
|
},
|
|
13182
12966
|
"default_storage_config": {
|
|
13183
12967
|
"type": "object",
|
|
@@ -13185,7 +12969,7 @@
|
|
|
13185
12969
|
"optional": true,
|
|
13186
12970
|
"is_block": true,
|
|
13187
12971
|
"oneof_group": "storage_cfg_choice",
|
|
13188
|
-
"description": "
|
|
12972
|
+
"description": "Enable this option"
|
|
13189
12973
|
},
|
|
13190
12974
|
"deny_all_usb": {
|
|
13191
12975
|
"type": "object",
|
|
@@ -13193,7 +12977,7 @@
|
|
|
13193
12977
|
"optional": true,
|
|
13194
12978
|
"is_block": true,
|
|
13195
12979
|
"oneof_group": "usb_policy_choice",
|
|
13196
|
-
"description": "
|
|
12980
|
+
"description": "Enable this option"
|
|
13197
12981
|
},
|
|
13198
12982
|
"description": {
|
|
13199
12983
|
"type": "string",
|
|
@@ -13213,7 +12997,7 @@
|
|
|
13213
12997
|
"optional": true,
|
|
13214
12998
|
"is_block": true,
|
|
13215
12999
|
"oneof_group": "gpu_choice",
|
|
13216
|
-
"description": "[OneOf: disable_gpu, enable_gpu, enable_vgpu; Default: disable_gpu]
|
|
13000
|
+
"description": "[OneOf: disable_gpu, enable_gpu, enable_vgpu; Default: disable_gpu] Enable this option"
|
|
13217
13001
|
},
|
|
13218
13002
|
"disable_vm": {
|
|
13219
13003
|
"type": "object",
|
|
@@ -13221,7 +13005,7 @@
|
|
|
13221
13005
|
"optional": true,
|
|
13222
13006
|
"is_block": true,
|
|
13223
13007
|
"oneof_group": "vm_choice",
|
|
13224
|
-
"description": "[OneOf: disable_vm, enable_vm; Default: disable_vm]
|
|
13008
|
+
"description": "[OneOf: disable_vm, enable_vm; Default: disable_vm] Enable this option"
|
|
13225
13009
|
},
|
|
13226
13010
|
"enable_gpu": {
|
|
13227
13011
|
"type": "object",
|
|
@@ -13229,7 +13013,7 @@
|
|
|
13229
13013
|
"optional": true,
|
|
13230
13014
|
"is_block": true,
|
|
13231
13015
|
"oneof_group": "gpu_choice",
|
|
13232
|
-
"description": "
|
|
13016
|
+
"description": "Enable this option"
|
|
13233
13017
|
},
|
|
13234
13018
|
"enable_vgpu": {
|
|
13235
13019
|
"type": "object",
|
|
@@ -13297,7 +13081,7 @@
|
|
|
13297
13081
|
"optional": true,
|
|
13298
13082
|
"is_block": true,
|
|
13299
13083
|
"oneof_group": "logs_receiver_choice",
|
|
13300
|
-
"description": "
|
|
13084
|
+
"description": "Enable this option"
|
|
13301
13085
|
},
|
|
13302
13086
|
"master_node_configuration": {
|
|
13303
13087
|
"type": "list",
|
|
@@ -13326,7 +13110,7 @@
|
|
|
13326
13110
|
"optional": true,
|
|
13327
13111
|
"is_block": true,
|
|
13328
13112
|
"oneof_group": "bond_choice",
|
|
13329
|
-
"description": "
|
|
13113
|
+
"description": "Enable this option"
|
|
13330
13114
|
},
|
|
13331
13115
|
"no_k8s_cluster": {
|
|
13332
13116
|
"type": "object",
|
|
@@ -13334,7 +13118,7 @@
|
|
|
13334
13118
|
"optional": true,
|
|
13335
13119
|
"is_block": true,
|
|
13336
13120
|
"oneof_group": "k8s_cluster_choice",
|
|
13337
|
-
"description": "
|
|
13121
|
+
"description": "Enable this option"
|
|
13338
13122
|
},
|
|
13339
13123
|
"no_local_control_plane": {
|
|
13340
13124
|
"type": "object",
|
|
@@ -13342,7 +13126,7 @@
|
|
|
13342
13126
|
"optional": true,
|
|
13343
13127
|
"is_block": true,
|
|
13344
13128
|
"oneof_group": "local_control_plane_choice",
|
|
13345
|
-
"description": "
|
|
13129
|
+
"description": "Enable this option"
|
|
13346
13130
|
},
|
|
13347
13131
|
"offline_survivability_mode": {
|
|
13348
13132
|
"type": "object",
|
|
@@ -13456,20 +13240,10 @@
|
|
|
13456
13240
|
}
|
|
13457
13241
|
},
|
|
13458
13242
|
"workload": {
|
|
13459
|
-
"description": "Manages
|
|
13243
|
+
"description": "Manages workload_flavor. in F5 Distributed Cloud.",
|
|
13460
13244
|
"category": "Container",
|
|
13461
13245
|
"tier": "Advanced",
|
|
13462
13246
|
"import_format": "namespace/name",
|
|
13463
|
-
"oneof_groups": {
|
|
13464
|
-
"workload_choice": {
|
|
13465
|
-
"fields": [
|
|
13466
|
-
"job",
|
|
13467
|
-
"service",
|
|
13468
|
-
"simple_service",
|
|
13469
|
-
"stateful_service"
|
|
13470
|
-
]
|
|
13471
|
-
}
|
|
13472
|
-
},
|
|
13473
13247
|
"attributes": {
|
|
13474
13248
|
"annotations": {
|
|
13475
13249
|
"type": "map",
|
|
@@ -13489,20 +13263,20 @@
|
|
|
13489
13263
|
"optional": true,
|
|
13490
13264
|
"description": "A value of true will administratively disable the object."
|
|
13491
13265
|
},
|
|
13492
|
-
"
|
|
13266
|
+
"ephemeral_storage": {
|
|
13493
13267
|
"type": "string",
|
|
13494
13268
|
"required": false,
|
|
13269
|
+
"optional": true,
|
|
13495
13270
|
"computed": true,
|
|
13496
13271
|
"plan_modifier": "UseStateForUnknown",
|
|
13497
|
-
"description": "
|
|
13272
|
+
"description": "Ephemeral storage in MiB (mebibyte) allocated for the workload_flavor."
|
|
13498
13273
|
},
|
|
13499
|
-
"
|
|
13500
|
-
"type": "
|
|
13274
|
+
"id": {
|
|
13275
|
+
"type": "string",
|
|
13501
13276
|
"required": false,
|
|
13502
|
-
"
|
|
13503
|
-
"
|
|
13504
|
-
"
|
|
13505
|
-
"description": "[OneOf: job, service, simple_service, stateful_service] Jobs are used for running batch processing tasks and run to completion. Jobs are generally used for tasks like report generation, billing, parallel data processing, ETL processing, etc."
|
|
13277
|
+
"computed": true,
|
|
13278
|
+
"plan_modifier": "UseStateForUnknown",
|
|
13279
|
+
"description": "Unique identifier for the resource."
|
|
13506
13280
|
},
|
|
13507
13281
|
"labels": {
|
|
13508
13282
|
"type": "map",
|
|
@@ -13510,6 +13284,14 @@
|
|
|
13510
13284
|
"optional": true,
|
|
13511
13285
|
"description": "Labels is a user defined key value map that can be attached to resources for organization and filtering."
|
|
13512
13286
|
},
|
|
13287
|
+
"memory": {
|
|
13288
|
+
"type": "string",
|
|
13289
|
+
"required": false,
|
|
13290
|
+
"optional": true,
|
|
13291
|
+
"computed": true,
|
|
13292
|
+
"plan_modifier": "UseStateForUnknown",
|
|
13293
|
+
"description": "Memory in MiB (mebibyte) allocated for the workload_flavor."
|
|
13294
|
+
},
|
|
13513
13295
|
"name": {
|
|
13514
13296
|
"type": "string",
|
|
13515
13297
|
"required": true,
|
|
@@ -13524,29 +13306,13 @@
|
|
|
13524
13306
|
"validation": "name",
|
|
13525
13307
|
"description": "Namespace where the Workload will be created."
|
|
13526
13308
|
},
|
|
13527
|
-
"
|
|
13528
|
-
"type": "
|
|
13529
|
-
"required": false,
|
|
13530
|
-
"optional": true,
|
|
13531
|
-
"is_block": true,
|
|
13532
|
-
"oneof_group": "workload_choice",
|
|
13533
|
-
"description": "Service does not maintain per replica state, however it can be configured to use persistent storage that is shared amongst all the replicas. Replicas of a service are fungible and do not have a stable network identity or storage. Common examples of services are web servers, application servers.."
|
|
13534
|
-
},
|
|
13535
|
-
"simple_service": {
|
|
13536
|
-
"type": "object",
|
|
13537
|
-
"required": false,
|
|
13538
|
-
"optional": true,
|
|
13539
|
-
"is_block": true,
|
|
13540
|
-
"oneof_group": "workload_choice",
|
|
13541
|
-
"description": "SimpleService is a service having one container and one replica that is deployed on all Regional Edges and advertised on Internet via HTTP loadbalancer on default VIP."
|
|
13542
|
-
},
|
|
13543
|
-
"stateful_service": {
|
|
13544
|
-
"type": "object",
|
|
13309
|
+
"vcpus": {
|
|
13310
|
+
"type": "int64",
|
|
13545
13311
|
"required": false,
|
|
13546
13312
|
"optional": true,
|
|
13547
|
-
"
|
|
13548
|
-
"
|
|
13549
|
-
"description": "
|
|
13313
|
+
"computed": true,
|
|
13314
|
+
"plan_modifier": "UseStateForUnknown",
|
|
13315
|
+
"description": "Number of vCPUs allocated for the workload_flavor. Each vCPU is a thread on a CPU core."
|
|
13550
13316
|
}
|
|
13551
13317
|
},
|
|
13552
13318
|
"dependencies": {
|
|
@@ -13634,4 +13400,4 @@
|
|
|
13634
13400
|
}
|
|
13635
13401
|
}
|
|
13636
13402
|
}
|
|
13637
|
-
}
|
|
13403
|
+
}
|