@robinmordasiewicz/f5xc-terraform-mcp 3.10.2 → 3.10.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/docs/data-sources/bgp.md +2 -2
- package/dist/docs/data-sources/discovery.md +2 -2
- package/dist/docs/data-sources/fast_acl.md +2 -2
- package/dist/docs/data-sources/log_receiver.md +2 -2
- package/dist/docs/data-sources/network_policy.md +2 -2
- package/dist/docs/data-sources/site.md +2 -2
- package/dist/docs/resources/advertise_policy.md +10 -10
- package/dist/docs/resources/alert_policy.md +9 -9
- package/dist/docs/resources/alert_receiver.md +4 -4
- package/dist/docs/resources/api_definition.md +2 -2
- package/dist/docs/resources/api_testing.md +6 -6
- package/dist/docs/resources/apm.md +8 -8
- package/dist/docs/resources/app_firewall.md +19 -19
- package/dist/docs/resources/app_setting.md +5 -5
- package/dist/docs/resources/app_type.md +3 -3
- package/dist/docs/resources/aws_tgw_site.md +50 -50
- package/dist/docs/resources/aws_vpc_site.md +66 -66
- package/dist/docs/resources/azure_vnet_site.md +93 -93
- package/dist/docs/resources/bgp.md +205 -37
- package/dist/docs/resources/bgp_routing_policy.md +7 -7
- package/dist/docs/resources/cdn_cache_rule.md +2 -2
- package/dist/docs/resources/cdn_loadbalancer.md +122 -122
- package/dist/docs/resources/cloud_connect.md +2 -2
- package/dist/docs/resources/cloud_credentials.md +2 -2
- package/dist/docs/resources/cloud_link.md +3 -3
- package/dist/docs/resources/cluster.md +18 -18
- package/dist/docs/resources/dc_cluster_group.md +4 -4
- package/dist/docs/resources/discovery.md +259 -8
- package/dist/docs/resources/dns_domain.md +2 -2
- package/dist/docs/resources/endpoint.md +5 -5
- package/dist/docs/resources/enhanced_firewall_policy.md +15 -15
- package/dist/docs/resources/external_connector.md +7 -7
- package/dist/docs/resources/fast_acl.md +166 -60
- package/dist/docs/resources/fast_acl_rule.md +2 -2
- package/dist/docs/resources/fleet.md +25 -25
- package/dist/docs/resources/forward_proxy_policy.md +15 -15
- package/dist/docs/resources/forwarding_class.md +5 -5
- package/dist/docs/resources/gcp_vpc_site.md +37 -37
- package/dist/docs/resources/global_log_receiver.md +104 -104
- package/dist/docs/resources/healthcheck.md +2 -2
- package/dist/docs/resources/http_loadbalancer.md +287 -287
- package/dist/docs/resources/log_receiver.md +44 -825
- package/dist/docs/resources/malicious_user_mitigation.md +6 -6
- package/dist/docs/resources/nat_policy.md +10 -10
- package/dist/docs/resources/network_connector.md +9 -9
- package/dist/docs/resources/network_firewall.md +3 -3
- package/dist/docs/resources/network_interface.md +28 -28
- package/dist/docs/resources/network_policy.md +217 -38
- package/dist/docs/resources/network_policy_view.md +16 -16
- package/dist/docs/resources/nfv_service.md +26 -26
- package/dist/docs/resources/origin_pool.md +48 -48
- package/dist/docs/resources/policy_based_routing.md +8 -8
- package/dist/docs/resources/protocol_inspection.md +4 -4
- package/dist/docs/resources/proxy.md +23 -23
- package/dist/docs/resources/rate_limiter.md +1 -1
- package/dist/docs/resources/rate_limiter_policy.md +8 -8
- package/dist/docs/resources/route.md +36 -36
- package/dist/docs/resources/secret_management_access.md +8 -8
- package/dist/docs/resources/securemesh_site.md +258 -1619
- package/dist/docs/resources/segment.md +4 -4
- package/dist/docs/resources/service_policy.md +44 -44
- package/dist/docs/resources/service_policy_rule.md +37 -37
- package/dist/docs/resources/site.md +244 -322
- package/dist/docs/resources/site_mesh_group.md +8 -8
- package/dist/docs/resources/subnet.md +5 -5
- package/dist/docs/resources/tcp_loadbalancer.md +37 -37
- package/dist/docs/resources/tunnel.md +4 -4
- package/dist/docs/resources/udp_loadbalancer.md +9 -9
- package/dist/docs/resources/user_identification.md +10 -10
- package/dist/docs/resources/virtual_host.md +42 -42
- package/dist/docs/resources/virtual_network.md +4 -4
- package/dist/docs/resources/voltstack_site.md +59 -59
- package/dist/docs/resources/waf_exclusion_policy.md +5 -5
- package/dist/docs/resources/workload.md +24 -24
- package/dist/metadata/resource-metadata.json +394 -948
- package/dist/metadata/validation-patterns.json +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"generated_at": "2026-01-
|
|
2
|
+
"generated_at": "2026-01-09T13:43:38Z",
|
|
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",
|
|
@@ -2292,7 +2292,7 @@
|
|
|
2292
2292
|
}
|
|
2293
2293
|
},
|
|
2294
2294
|
"bgp": {
|
|
2295
|
-
"description": "Manages a BGP resource in F5 Distributed Cloud for bgp
|
|
2295
|
+
"description": "Manages a BGP resource in F5 Distributed Cloud for bgp object is the configuration for peering with external bgp servers. it is created by users in system namespace. configuration.",
|
|
2296
2296
|
"import_format": "namespace/name",
|
|
2297
2297
|
"attributes": {
|
|
2298
2298
|
"annotations": {
|
|
@@ -2301,6 +2301,13 @@
|
|
|
2301
2301
|
"optional": true,
|
|
2302
2302
|
"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."
|
|
2303
2303
|
},
|
|
2304
|
+
"bgp_parameters": {
|
|
2305
|
+
"type": "object",
|
|
2306
|
+
"required": false,
|
|
2307
|
+
"optional": true,
|
|
2308
|
+
"is_block": true,
|
|
2309
|
+
"description": "BGP Parameters. BGP parameters for the local site."
|
|
2310
|
+
},
|
|
2304
2311
|
"description": {
|
|
2305
2312
|
"type": "string",
|
|
2306
2313
|
"required": false,
|
|
@@ -2340,12 +2347,19 @@
|
|
|
2340
2347
|
"validation": "name",
|
|
2341
2348
|
"description": "Namespace where the BGP will be created."
|
|
2342
2349
|
},
|
|
2343
|
-
"
|
|
2350
|
+
"peers": {
|
|
2344
2351
|
"type": "list",
|
|
2345
2352
|
"required": false,
|
|
2346
2353
|
"optional": true,
|
|
2347
2354
|
"is_block": true,
|
|
2348
|
-
"description": "
|
|
2355
|
+
"description": "Peers. List of peers ."
|
|
2356
|
+
},
|
|
2357
|
+
"where": {
|
|
2358
|
+
"type": "object",
|
|
2359
|
+
"required": false,
|
|
2360
|
+
"optional": true,
|
|
2361
|
+
"is_block": true,
|
|
2362
|
+
"description": "VirtualSiteSiteRefSelector defines a union of reference to site or reference to virtual_site It used to refer site or a group of sites indicated by virtual site."
|
|
2349
2363
|
}
|
|
2350
2364
|
}
|
|
2351
2365
|
},
|
|
@@ -2854,7 +2868,7 @@
|
|
|
2854
2868
|
"optional": true,
|
|
2855
2869
|
"is_block": true,
|
|
2856
2870
|
"oneof_group": "sensitive_data_policy_choice",
|
|
2857
|
-
"description": "[OneOf: default_sensitive_data_policy, sensitive_data_policy; Default: default_sensitive_data_policy]
|
|
2871
|
+
"description": "[OneOf: default_sensitive_data_policy, sensitive_data_policy; Default: default_sensitive_data_policy] Enable this option"
|
|
2858
2872
|
},
|
|
2859
2873
|
"description": {
|
|
2860
2874
|
"type": "string",
|
|
@@ -2874,7 +2888,7 @@
|
|
|
2874
2888
|
"optional": true,
|
|
2875
2889
|
"is_block": true,
|
|
2876
2890
|
"oneof_group": "api_definition_choice",
|
|
2877
|
-
"description": "
|
|
2891
|
+
"description": "Enable this option"
|
|
2878
2892
|
},
|
|
2879
2893
|
"disable_api_discovery": {
|
|
2880
2894
|
"type": "object",
|
|
@@ -2882,7 +2896,7 @@
|
|
|
2882
2896
|
"optional": true,
|
|
2883
2897
|
"is_block": true,
|
|
2884
2898
|
"oneof_group": "api_discovery_choice",
|
|
2885
|
-
"description": "[OneOf: disable_api_discovery, enable_api_discovery; Default: disable_api_discovery]
|
|
2899
|
+
"description": "[OneOf: disable_api_discovery, enable_api_discovery; Default: disable_api_discovery] Enable this option"
|
|
2886
2900
|
},
|
|
2887
2901
|
"disable_client_side_defense": {
|
|
2888
2902
|
"type": "object",
|
|
@@ -2890,7 +2904,7 @@
|
|
|
2890
2904
|
"optional": true,
|
|
2891
2905
|
"is_block": true,
|
|
2892
2906
|
"oneof_group": "client_side_defense_choice",
|
|
2893
|
-
"description": "
|
|
2907
|
+
"description": "Enable this option"
|
|
2894
2908
|
},
|
|
2895
2909
|
"disable_ip_reputation": {
|
|
2896
2910
|
"type": "object",
|
|
@@ -2898,7 +2912,7 @@
|
|
|
2898
2912
|
"optional": true,
|
|
2899
2913
|
"is_block": true,
|
|
2900
2914
|
"oneof_group": "ip_reputation_choice",
|
|
2901
|
-
"description": "[OneOf: disable_ip_reputation, enable_ip_reputation; Default: disable_ip_reputation]
|
|
2915
|
+
"description": "[OneOf: disable_ip_reputation, enable_ip_reputation; Default: disable_ip_reputation] Enable this option"
|
|
2902
2916
|
},
|
|
2903
2917
|
"disable_malicious_user_detection": {
|
|
2904
2918
|
"type": "object",
|
|
@@ -2906,7 +2920,7 @@
|
|
|
2906
2920
|
"optional": true,
|
|
2907
2921
|
"is_block": true,
|
|
2908
2922
|
"oneof_group": "malicious_user_detection_choice",
|
|
2909
|
-
"description": "[OneOf: disable_malicious_user_detection, enable_malicious_user_detection; Default: disable_malicious_user_detection]
|
|
2923
|
+
"description": "[OneOf: disable_malicious_user_detection, enable_malicious_user_detection; Default: disable_malicious_user_detection] Enable this option"
|
|
2910
2924
|
},
|
|
2911
2925
|
"disable_rate_limit": {
|
|
2912
2926
|
"type": "object",
|
|
@@ -2914,7 +2928,7 @@
|
|
|
2914
2928
|
"optional": true,
|
|
2915
2929
|
"is_block": true,
|
|
2916
2930
|
"oneof_group": "rate_limit_choice",
|
|
2917
|
-
"description": "
|
|
2931
|
+
"description": "Enable this option"
|
|
2918
2932
|
},
|
|
2919
2933
|
"disable_threat_mesh": {
|
|
2920
2934
|
"type": "object",
|
|
@@ -2922,7 +2936,7 @@
|
|
|
2922
2936
|
"optional": true,
|
|
2923
2937
|
"is_block": true,
|
|
2924
2938
|
"oneof_group": "threat_mesh_choice",
|
|
2925
|
-
"description": "[OneOf: disable_threat_mesh, enable_threat_mesh; Default: disable_threat_mesh]
|
|
2939
|
+
"description": "[OneOf: disable_threat_mesh, enable_threat_mesh; Default: disable_threat_mesh] Enable this option"
|
|
2926
2940
|
},
|
|
2927
2941
|
"disable_waf": {
|
|
2928
2942
|
"type": "object",
|
|
@@ -2930,7 +2944,7 @@
|
|
|
2930
2944
|
"optional": true,
|
|
2931
2945
|
"is_block": true,
|
|
2932
2946
|
"oneof_group": "waf_choice",
|
|
2933
|
-
"description": "
|
|
2947
|
+
"description": "Enable this option"
|
|
2934
2948
|
},
|
|
2935
2949
|
"domains": {
|
|
2936
2950
|
"type": "list",
|
|
@@ -2968,7 +2982,7 @@
|
|
|
2968
2982
|
"optional": true,
|
|
2969
2983
|
"is_block": true,
|
|
2970
2984
|
"oneof_group": "malicious_user_detection_choice",
|
|
2971
|
-
"description": "
|
|
2985
|
+
"description": "Enable this option"
|
|
2972
2986
|
},
|
|
2973
2987
|
"enable_threat_mesh": {
|
|
2974
2988
|
"type": "object",
|
|
@@ -2976,7 +2990,7 @@
|
|
|
2976
2990
|
"optional": true,
|
|
2977
2991
|
"is_block": true,
|
|
2978
2992
|
"oneof_group": "threat_mesh_choice",
|
|
2979
|
-
"description": "
|
|
2993
|
+
"description": "Enable this option"
|
|
2980
2994
|
},
|
|
2981
2995
|
"graphql_rules": {
|
|
2982
2996
|
"type": "list",
|
|
@@ -3037,7 +3051,7 @@
|
|
|
3037
3051
|
"optional": true,
|
|
3038
3052
|
"is_block": true,
|
|
3039
3053
|
"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]
|
|
3054
|
+
"description": "[OneOf: l7_ddos_action_block, l7_ddos_action_default, l7_ddos_action_js_challenge; Default: l7_ddos_action_default] Enable this option"
|
|
3041
3055
|
},
|
|
3042
3056
|
"l7_ddos_action_default": {
|
|
3043
3057
|
"type": "object",
|
|
@@ -3045,7 +3059,7 @@
|
|
|
3045
3059
|
"optional": true,
|
|
3046
3060
|
"is_block": true,
|
|
3047
3061
|
"oneof_group": "l7_ddos_auto_mitigation_action",
|
|
3048
|
-
"description": "
|
|
3062
|
+
"description": "Enable this option"
|
|
3049
3063
|
},
|
|
3050
3064
|
"l7_ddos_action_js_challenge": {
|
|
3051
3065
|
"type": "object",
|
|
@@ -3081,7 +3095,7 @@
|
|
|
3081
3095
|
"optional": true,
|
|
3082
3096
|
"is_block": true,
|
|
3083
3097
|
"oneof_group": "challenge_type",
|
|
3084
|
-
"description": "
|
|
3098
|
+
"description": "Enable this option"
|
|
3085
3099
|
},
|
|
3086
3100
|
"no_service_policies": {
|
|
3087
3101
|
"type": "object",
|
|
@@ -3089,7 +3103,7 @@
|
|
|
3089
3103
|
"optional": true,
|
|
3090
3104
|
"is_block": true,
|
|
3091
3105
|
"oneof_group": "service_policy_choice",
|
|
3092
|
-
"description": "
|
|
3106
|
+
"description": "Enable this option"
|
|
3093
3107
|
},
|
|
3094
3108
|
"origin_pool": {
|
|
3095
3109
|
"type": "object",
|
|
@@ -3142,7 +3156,7 @@
|
|
|
3142
3156
|
"optional": true,
|
|
3143
3157
|
"is_block": true,
|
|
3144
3158
|
"oneof_group": "service_policy_choice",
|
|
3145
|
-
"description": "
|
|
3159
|
+
"description": "Enable this option"
|
|
3146
3160
|
},
|
|
3147
3161
|
"slow_ddos_mitigation": {
|
|
3148
3162
|
"type": "object",
|
|
@@ -3158,7 +3172,7 @@
|
|
|
3158
3172
|
"optional": true,
|
|
3159
3173
|
"is_block": true,
|
|
3160
3174
|
"oneof_group": "slow_ddos_mitigation_choice",
|
|
3161
|
-
"description": "
|
|
3175
|
+
"description": "Enable this option"
|
|
3162
3176
|
},
|
|
3163
3177
|
"trusted_clients": {
|
|
3164
3178
|
"type": "list",
|
|
@@ -3173,7 +3187,7 @@
|
|
|
3173
3187
|
"optional": true,
|
|
3174
3188
|
"is_block": true,
|
|
3175
3189
|
"oneof_group": "user_id_choice",
|
|
3176
|
-
"description": "[OneOf: user_id_client_ip, user_identification]
|
|
3190
|
+
"description": "[OneOf: user_id_client_ip, user_identification] Enable this option"
|
|
3177
3191
|
},
|
|
3178
3192
|
"user_identification": {
|
|
3179
3193
|
"type": "object",
|
|
@@ -3513,9 +3527,9 @@
|
|
|
3513
3527
|
},
|
|
3514
3528
|
"dependencies": {
|
|
3515
3529
|
"referenced_by": [
|
|
3516
|
-
"gcp_vpc_site",
|
|
3517
3530
|
"aws_vpc_site",
|
|
3518
|
-
"azure_vnet_site"
|
|
3531
|
+
"azure_vnet_site",
|
|
3532
|
+
"gcp_vpc_site"
|
|
3519
3533
|
]
|
|
3520
3534
|
}
|
|
3521
3535
|
},
|
|
@@ -3635,7 +3649,7 @@
|
|
|
3635
3649
|
"optional": true,
|
|
3636
3650
|
"is_block": true,
|
|
3637
3651
|
"oneof_group": "enable_connection_to_re_choice",
|
|
3638
|
-
"description": "[OneOf: disabled, enabled]
|
|
3652
|
+
"description": "[OneOf: disabled, enabled] Enable this option"
|
|
3639
3653
|
},
|
|
3640
3654
|
"enabled": {
|
|
3641
3655
|
"type": "object",
|
|
@@ -3722,7 +3736,7 @@
|
|
|
3722
3736
|
"optional": true,
|
|
3723
3737
|
"is_block": true,
|
|
3724
3738
|
"oneof_group": "http_protocol_type",
|
|
3725
|
-
"description": "[OneOf: auto_http_config, http1_config, http2_options]
|
|
3739
|
+
"description": "[OneOf: auto_http_config, http1_config, http2_options] Enable this option"
|
|
3726
3740
|
},
|
|
3727
3741
|
"circuit_breaker": {
|
|
3728
3742
|
"type": "object",
|
|
@@ -3764,7 +3778,7 @@
|
|
|
3764
3778
|
"optional": true,
|
|
3765
3779
|
"is_block": true,
|
|
3766
3780
|
"oneof_group": "proxy_protocol_type",
|
|
3767
|
-
"description": "[OneOf: disable_proxy_protocol, proxy_protocol_v1, proxy_protocol_v2; Default: disable_proxy_protocol]
|
|
3781
|
+
"description": "[OneOf: disable_proxy_protocol, proxy_protocol_v1, proxy_protocol_v2; Default: disable_proxy_protocol] Enable this option"
|
|
3768
3782
|
},
|
|
3769
3783
|
"endpoint_selection": {
|
|
3770
3784
|
"type": "string",
|
|
@@ -3868,7 +3882,7 @@
|
|
|
3868
3882
|
"optional": true,
|
|
3869
3883
|
"is_block": true,
|
|
3870
3884
|
"oneof_group": "panic_threshold_type",
|
|
3871
|
-
"description": "[OneOf: no_panic_threshold, panic_threshold; Default: no_panic_threshold]
|
|
3885
|
+
"description": "[OneOf: no_panic_threshold, panic_threshold; Default: no_panic_threshold] Enable this option"
|
|
3872
3886
|
},
|
|
3873
3887
|
"outlier_detection": {
|
|
3874
3888
|
"type": "object",
|
|
@@ -3892,7 +3906,7 @@
|
|
|
3892
3906
|
"optional": true,
|
|
3893
3907
|
"is_block": true,
|
|
3894
3908
|
"oneof_group": "proxy_protocol_type",
|
|
3895
|
-
"description": "
|
|
3909
|
+
"description": "Enable this option"
|
|
3896
3910
|
},
|
|
3897
3911
|
"proxy_protocol_v2": {
|
|
3898
3912
|
"type": "object",
|
|
@@ -3900,7 +3914,7 @@
|
|
|
3900
3914
|
"optional": true,
|
|
3901
3915
|
"is_block": true,
|
|
3902
3916
|
"oneof_group": "proxy_protocol_type",
|
|
3903
|
-
"description": "
|
|
3917
|
+
"description": "Enable this option"
|
|
3904
3918
|
},
|
|
3905
3919
|
"tls_parameters": {
|
|
3906
3920
|
"type": "object",
|
|
@@ -4471,8 +4485,23 @@
|
|
|
4471
4485
|
}
|
|
4472
4486
|
},
|
|
4473
4487
|
"discovery": {
|
|
4474
|
-
"description": "Manages
|
|
4488
|
+
"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
4489
|
"import_format": "namespace/name",
|
|
4490
|
+
"oneof_groups": {
|
|
4491
|
+
"cluster_identifier_choice": {
|
|
4492
|
+
"fields": [
|
|
4493
|
+
"cluster_id",
|
|
4494
|
+
"no_cluster_id"
|
|
4495
|
+
],
|
|
4496
|
+
"default": "no_cluster_id"
|
|
4497
|
+
},
|
|
4498
|
+
"discovery_choice": {
|
|
4499
|
+
"fields": [
|
|
4500
|
+
"discovery_consul",
|
|
4501
|
+
"discovery_k8s"
|
|
4502
|
+
]
|
|
4503
|
+
}
|
|
4504
|
+
},
|
|
4476
4505
|
"attributes": {
|
|
4477
4506
|
"annotations": {
|
|
4478
4507
|
"type": "map",
|
|
@@ -4480,12 +4509,14 @@
|
|
|
4480
4509
|
"optional": true,
|
|
4481
4510
|
"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
4511
|
},
|
|
4483
|
-
"
|
|
4484
|
-
"type": "
|
|
4512
|
+
"cluster_id": {
|
|
4513
|
+
"type": "string",
|
|
4485
4514
|
"required": false,
|
|
4486
4515
|
"optional": true,
|
|
4487
|
-
"
|
|
4488
|
-
"
|
|
4516
|
+
"computed": true,
|
|
4517
|
+
"plan_modifier": "UseStateForUnknown",
|
|
4518
|
+
"oneof_group": "cluster_identifier_choice",
|
|
4519
|
+
"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
4520
|
},
|
|
4490
4521
|
"description": {
|
|
4491
4522
|
"type": "string",
|
|
@@ -4499,6 +4530,22 @@
|
|
|
4499
4530
|
"optional": true,
|
|
4500
4531
|
"description": "A value of true will administratively disable the object."
|
|
4501
4532
|
},
|
|
4533
|
+
"discovery_consul": {
|
|
4534
|
+
"type": "object",
|
|
4535
|
+
"required": false,
|
|
4536
|
+
"optional": true,
|
|
4537
|
+
"is_block": true,
|
|
4538
|
+
"oneof_group": "discovery_choice",
|
|
4539
|
+
"description": "[OneOf: discovery_consul, discovery_k8s] Discovery configuration for Hashicorp Consul."
|
|
4540
|
+
},
|
|
4541
|
+
"discovery_k8s": {
|
|
4542
|
+
"type": "object",
|
|
4543
|
+
"required": false,
|
|
4544
|
+
"optional": true,
|
|
4545
|
+
"is_block": true,
|
|
4546
|
+
"oneof_group": "discovery_choice",
|
|
4547
|
+
"description": "K8s Discovery Configuration. Discovery configuration for K8s."
|
|
4548
|
+
},
|
|
4502
4549
|
"id": {
|
|
4503
4550
|
"type": "string",
|
|
4504
4551
|
"required": false,
|
|
@@ -4525,6 +4572,21 @@
|
|
|
4525
4572
|
"plan_modifier": "RequiresReplace",
|
|
4526
4573
|
"validation": "name",
|
|
4527
4574
|
"description": "Namespace where the Discovery will be created."
|
|
4575
|
+
},
|
|
4576
|
+
"no_cluster_id": {
|
|
4577
|
+
"type": "object",
|
|
4578
|
+
"required": false,
|
|
4579
|
+
"optional": true,
|
|
4580
|
+
"is_block": true,
|
|
4581
|
+
"oneof_group": "cluster_identifier_choice",
|
|
4582
|
+
"description": "Enable this option"
|
|
4583
|
+
},
|
|
4584
|
+
"where": {
|
|
4585
|
+
"type": "object",
|
|
4586
|
+
"required": false,
|
|
4587
|
+
"optional": true,
|
|
4588
|
+
"is_block": true,
|
|
4589
|
+
"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
4590
|
}
|
|
4529
4591
|
}
|
|
4530
4592
|
},
|
|
@@ -4669,7 +4731,7 @@
|
|
|
4669
4731
|
"optional": true,
|
|
4670
4732
|
"is_block": true,
|
|
4671
4733
|
"oneof_group": "domain_choice",
|
|
4672
|
-
"description": "
|
|
4734
|
+
"description": "Enable this option"
|
|
4673
4735
|
}
|
|
4674
4736
|
}
|
|
4675
4737
|
},
|
|
@@ -4833,7 +4895,7 @@
|
|
|
4833
4895
|
"optional": true,
|
|
4834
4896
|
"is_block": true,
|
|
4835
4897
|
"oneof_group": "rule_choice",
|
|
4836
|
-
"description": "[OneOf: allow_all, allowed_destinations, allowed_sources, denied_destinations, denied_sources, deny_all, rule_list]
|
|
4898
|
+
"description": "[OneOf: allow_all, allowed_destinations, allowed_sources, denied_destinations, denied_sources, deny_all, rule_list] Enable this option"
|
|
4837
4899
|
},
|
|
4838
4900
|
"allowed_destinations": {
|
|
4839
4901
|
"type": "object",
|
|
@@ -4879,7 +4941,7 @@
|
|
|
4879
4941
|
"optional": true,
|
|
4880
4942
|
"is_block": true,
|
|
4881
4943
|
"oneof_group": "rule_choice",
|
|
4882
|
-
"description": "
|
|
4944
|
+
"description": "Enable this option"
|
|
4883
4945
|
},
|
|
4884
4946
|
"description": {
|
|
4885
4947
|
"type": "string",
|
|
@@ -5004,24 +5066,17 @@
|
|
|
5004
5066
|
}
|
|
5005
5067
|
},
|
|
5006
5068
|
"fast_acl": {
|
|
5007
|
-
"description": "Manages
|
|
5069
|
+
"description": "Manages object, object contains rules to protect site from denial of service It has destination{destination IP, destination port) and references to. in F5 Distributed Cloud.",
|
|
5008
5070
|
"import_format": "namespace/name",
|
|
5009
5071
|
"oneof_groups": {
|
|
5010
|
-
"
|
|
5072
|
+
"site_choice": {
|
|
5011
5073
|
"fields": [
|
|
5012
|
-
"
|
|
5013
|
-
"
|
|
5074
|
+
"re_acl",
|
|
5075
|
+
"site_acl"
|
|
5014
5076
|
]
|
|
5015
5077
|
}
|
|
5016
5078
|
},
|
|
5017
5079
|
"attributes": {
|
|
5018
|
-
"action": {
|
|
5019
|
-
"type": "object",
|
|
5020
|
-
"required": false,
|
|
5021
|
-
"optional": true,
|
|
5022
|
-
"is_block": true,
|
|
5023
|
-
"description": "FastAclRuleAction specifies possible action to be applied on traffic, possible action include dropping, forwarding or ratelimiting the traffic."
|
|
5024
|
-
},
|
|
5025
5080
|
"annotations": {
|
|
5026
5081
|
"type": "map",
|
|
5027
5082
|
"required": false,
|
|
@@ -5047,14 +5102,6 @@
|
|
|
5047
5102
|
"plan_modifier": "UseStateForUnknown",
|
|
5048
5103
|
"description": "Unique identifier for the resource."
|
|
5049
5104
|
},
|
|
5050
|
-
"ip_prefix_set": {
|
|
5051
|
-
"type": "object",
|
|
5052
|
-
"required": false,
|
|
5053
|
-
"optional": true,
|
|
5054
|
-
"is_block": true,
|
|
5055
|
-
"oneof_group": "source",
|
|
5056
|
-
"description": "[OneOf: ip_prefix_set, prefix] List of references to ip_prefix_set objects."
|
|
5057
|
-
},
|
|
5058
5105
|
"labels": {
|
|
5059
5106
|
"type": "map",
|
|
5060
5107
|
"required": false,
|
|
@@ -5075,21 +5122,28 @@
|
|
|
5075
5122
|
"validation": "name",
|
|
5076
5123
|
"description": "Namespace where the Fast ACL will be created."
|
|
5077
5124
|
},
|
|
5078
|
-
"
|
|
5079
|
-
"type": "
|
|
5125
|
+
"protocol_policer": {
|
|
5126
|
+
"type": "object",
|
|
5080
5127
|
"required": false,
|
|
5081
5128
|
"optional": true,
|
|
5082
5129
|
"is_block": true,
|
|
5083
|
-
"
|
|
5084
|
-
"description": "Source Ports. L4 port numbers to match ."
|
|
5130
|
+
"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."
|
|
5085
5131
|
},
|
|
5086
|
-
"
|
|
5132
|
+
"re_acl": {
|
|
5087
5133
|
"type": "object",
|
|
5088
5134
|
"required": false,
|
|
5089
5135
|
"optional": true,
|
|
5090
5136
|
"is_block": true,
|
|
5091
|
-
"oneof_group": "
|
|
5092
|
-
"description": "
|
|
5137
|
+
"oneof_group": "site_choice",
|
|
5138
|
+
"description": "[OneOf: re_acl, site_acl] Fast ACL for RE. Fast ACL definition for RE."
|
|
5139
|
+
},
|
|
5140
|
+
"site_acl": {
|
|
5141
|
+
"type": "object",
|
|
5142
|
+
"required": false,
|
|
5143
|
+
"optional": true,
|
|
5144
|
+
"is_block": true,
|
|
5145
|
+
"oneof_group": "site_choice",
|
|
5146
|
+
"description": "Fast ACL for Site. Fast ACL definition for Site."
|
|
5093
5147
|
}
|
|
5094
5148
|
}
|
|
5095
5149
|
},
|
|
@@ -5347,7 +5401,7 @@
|
|
|
5347
5401
|
"optional": true,
|
|
5348
5402
|
"is_block": true,
|
|
5349
5403
|
"oneof_group": "usb_policy_choice",
|
|
5350
|
-
"description": "[OneOf: allow_all_usb, deny_all_usb, usb_policy]
|
|
5404
|
+
"description": "[OneOf: allow_all_usb, deny_all_usb, usb_policy] Enable this option"
|
|
5351
5405
|
},
|
|
5352
5406
|
"annotations": {
|
|
5353
5407
|
"type": "map",
|
|
@@ -5392,7 +5446,7 @@
|
|
|
5392
5446
|
"optional": true,
|
|
5393
5447
|
"is_block": true,
|
|
5394
5448
|
"oneof_group": "interface_choice",
|
|
5395
|
-
"description": "[OneOf: default_config, device_list, interface_list; Default: default_config]
|
|
5449
|
+
"description": "[OneOf: default_config, device_list, interface_list; Default: default_config] Enable this option"
|
|
5396
5450
|
},
|
|
5397
5451
|
"default_sriov_interface": {
|
|
5398
5452
|
"type": "object",
|
|
@@ -5400,7 +5454,7 @@
|
|
|
5400
5454
|
"optional": true,
|
|
5401
5455
|
"is_block": true,
|
|
5402
5456
|
"oneof_group": "sriov_interface_choice",
|
|
5403
|
-
"description": "[OneOf: default_sriov_interface, sriov_interfaces; Default: default_sriov_interface]
|
|
5457
|
+
"description": "[OneOf: default_sriov_interface, sriov_interfaces; Default: default_sriov_interface] Enable this option"
|
|
5404
5458
|
},
|
|
5405
5459
|
"default_storage_class": {
|
|
5406
5460
|
"type": "object",
|
|
@@ -5408,7 +5462,7 @@
|
|
|
5408
5462
|
"optional": true,
|
|
5409
5463
|
"is_block": true,
|
|
5410
5464
|
"oneof_group": "storage_class_choice",
|
|
5411
|
-
"description": "[OneOf: default_storage_class, storage_class_list; Default: default_storage_class]
|
|
5465
|
+
"description": "[OneOf: default_storage_class, storage_class_list; Default: default_storage_class] Enable this option"
|
|
5412
5466
|
},
|
|
5413
5467
|
"deny_all_usb": {
|
|
5414
5468
|
"type": "object",
|
|
@@ -5416,7 +5470,7 @@
|
|
|
5416
5470
|
"optional": true,
|
|
5417
5471
|
"is_block": true,
|
|
5418
5472
|
"oneof_group": "usb_policy_choice",
|
|
5419
|
-
"description": "
|
|
5473
|
+
"description": "Enable this option"
|
|
5420
5474
|
},
|
|
5421
5475
|
"description": {
|
|
5422
5476
|
"type": "string",
|
|
@@ -5444,7 +5498,7 @@
|
|
|
5444
5498
|
"optional": true,
|
|
5445
5499
|
"is_block": true,
|
|
5446
5500
|
"oneof_group": "gpu_choice",
|
|
5447
|
-
"description": "[OneOf: disable_gpu, enable_gpu, enable_vgpu; Default: disable_gpu]
|
|
5501
|
+
"description": "[OneOf: disable_gpu, enable_gpu, enable_vgpu; Default: disable_gpu] Enable this option"
|
|
5448
5502
|
},
|
|
5449
5503
|
"disable_vm": {
|
|
5450
5504
|
"type": "object",
|
|
@@ -5452,7 +5506,7 @@
|
|
|
5452
5506
|
"optional": true,
|
|
5453
5507
|
"is_block": true,
|
|
5454
5508
|
"oneof_group": "vm_choice",
|
|
5455
|
-
"description": "[OneOf: disable_vm, enable_vm; Default: disable_vm]
|
|
5509
|
+
"description": "[OneOf: disable_vm, enable_vm; Default: disable_vm] Enable this option"
|
|
5456
5510
|
},
|
|
5457
5511
|
"enable_default_fleet_config_download": {
|
|
5458
5512
|
"type": "bool",
|
|
@@ -5468,7 +5522,7 @@
|
|
|
5468
5522
|
"optional": true,
|
|
5469
5523
|
"is_block": true,
|
|
5470
5524
|
"oneof_group": "gpu_choice",
|
|
5471
|
-
"description": "
|
|
5525
|
+
"description": "Enable this option"
|
|
5472
5526
|
},
|
|
5473
5527
|
"enable_vgpu": {
|
|
5474
5528
|
"type": "object",
|
|
@@ -5543,7 +5597,7 @@
|
|
|
5543
5597
|
"optional": true,
|
|
5544
5598
|
"is_block": true,
|
|
5545
5599
|
"oneof_group": "logs_receiver_choice",
|
|
5546
|
-
"description": "
|
|
5600
|
+
"description": "Enable this option"
|
|
5547
5601
|
},
|
|
5548
5602
|
"name": {
|
|
5549
5603
|
"type": "string",
|
|
@@ -5579,7 +5633,7 @@
|
|
|
5579
5633
|
"optional": true,
|
|
5580
5634
|
"is_block": true,
|
|
5581
5635
|
"oneof_group": "bond_choice",
|
|
5582
|
-
"description": "
|
|
5636
|
+
"description": "Enable this option"
|
|
5583
5637
|
},
|
|
5584
5638
|
"no_dc_cluster_group": {
|
|
5585
5639
|
"type": "object",
|
|
@@ -5587,7 +5641,7 @@
|
|
|
5587
5641
|
"optional": true,
|
|
5588
5642
|
"is_block": true,
|
|
5589
5643
|
"oneof_group": "dc_cluster_group_choice",
|
|
5590
|
-
"description": "
|
|
5644
|
+
"description": "Enable this option"
|
|
5591
5645
|
},
|
|
5592
5646
|
"no_storage_device": {
|
|
5593
5647
|
"type": "object",
|
|
@@ -5595,7 +5649,7 @@
|
|
|
5595
5649
|
"optional": true,
|
|
5596
5650
|
"is_block": true,
|
|
5597
5651
|
"oneof_group": "storage_device_choice",
|
|
5598
|
-
"description": "[OneOf: no_storage_device, storage_device_list; Default: no_storage_device]
|
|
5652
|
+
"description": "[OneOf: no_storage_device, storage_device_list; Default: no_storage_device] Enable this option"
|
|
5599
5653
|
},
|
|
5600
5654
|
"no_storage_interfaces": {
|
|
5601
5655
|
"type": "object",
|
|
@@ -5603,7 +5657,7 @@
|
|
|
5603
5657
|
"optional": true,
|
|
5604
5658
|
"is_block": true,
|
|
5605
5659
|
"oneof_group": "storage_interface_choice",
|
|
5606
|
-
"description": "[OneOf: no_storage_interfaces, storage_interface_list; Default: no_storage_interfaces]
|
|
5660
|
+
"description": "[OneOf: no_storage_interfaces, storage_interface_list; Default: no_storage_interfaces] Enable this option"
|
|
5607
5661
|
},
|
|
5608
5662
|
"no_storage_static_routes": {
|
|
5609
5663
|
"type": "object",
|
|
@@ -5611,7 +5665,7 @@
|
|
|
5611
5665
|
"optional": true,
|
|
5612
5666
|
"is_block": true,
|
|
5613
5667
|
"oneof_group": "storage_static_routes_choice",
|
|
5614
|
-
"description": "[OneOf: no_storage_static_routes, storage_static_routes; Default: no_storage_static_routes]
|
|
5668
|
+
"description": "[OneOf: no_storage_static_routes, storage_static_routes; Default: no_storage_static_routes] Enable this option"
|
|
5615
5669
|
},
|
|
5616
5670
|
"operating_system_version": {
|
|
5617
5671
|
"type": "string",
|
|
@@ -5723,7 +5777,7 @@
|
|
|
5723
5777
|
"optional": true,
|
|
5724
5778
|
"is_block": true,
|
|
5725
5779
|
"oneof_group": "rule_choice",
|
|
5726
|
-
"description": "[OneOf: allow_all, allow_list, deny_list, rule_list]
|
|
5780
|
+
"description": "[OneOf: allow_all, allow_list, deny_list, rule_list] Enable this option"
|
|
5727
5781
|
},
|
|
5728
5782
|
"allow_list": {
|
|
5729
5783
|
"type": "object",
|
|
@@ -5745,7 +5799,7 @@
|
|
|
5745
5799
|
"optional": true,
|
|
5746
5800
|
"is_block": true,
|
|
5747
5801
|
"oneof_group": "proxy_choice",
|
|
5748
|
-
"description": "[OneOf: any_proxy, drp_http_connect, network_connector, proxy_label_selector]
|
|
5802
|
+
"description": "[OneOf: any_proxy, drp_http_connect, network_connector, proxy_label_selector] Enable this option"
|
|
5749
5803
|
},
|
|
5750
5804
|
"deny_list": {
|
|
5751
5805
|
"type": "object",
|
|
@@ -5773,7 +5827,7 @@
|
|
|
5773
5827
|
"optional": true,
|
|
5774
5828
|
"is_block": true,
|
|
5775
5829
|
"oneof_group": "proxy_choice",
|
|
5776
|
-
"description": "
|
|
5830
|
+
"description": "Enable this option"
|
|
5777
5831
|
},
|
|
5778
5832
|
"id": {
|
|
5779
5833
|
"type": "string",
|
|
@@ -5887,7 +5941,7 @@
|
|
|
5887
5941
|
"optional": true,
|
|
5888
5942
|
"is_block": true,
|
|
5889
5943
|
"oneof_group": "queueing_choice",
|
|
5890
|
-
"description": "[OneOf: dscp_based_queue, queue_id_to_use]
|
|
5944
|
+
"description": "[OneOf: dscp_based_queue, queue_id_to_use] Enable this option"
|
|
5891
5945
|
},
|
|
5892
5946
|
"id": {
|
|
5893
5947
|
"type": "string",
|
|
@@ -5930,7 +5984,7 @@
|
|
|
5930
5984
|
"optional": true,
|
|
5931
5985
|
"is_block": true,
|
|
5932
5986
|
"oneof_group": "marking_choice",
|
|
5933
|
-
"description": "
|
|
5987
|
+
"description": "Enable this option"
|
|
5934
5988
|
},
|
|
5935
5989
|
"no_policer": {
|
|
5936
5990
|
"type": "object",
|
|
@@ -5938,7 +5992,7 @@
|
|
|
5938
5992
|
"optional": true,
|
|
5939
5993
|
"is_block": true,
|
|
5940
5994
|
"oneof_group": "policer_choice",
|
|
5941
|
-
"description": "[OneOf: no_policer, policer; Default: no_policer]
|
|
5995
|
+
"description": "[OneOf: no_policer, policer; Default: no_policer] Enable this option"
|
|
5942
5996
|
},
|
|
5943
5997
|
"policer": {
|
|
5944
5998
|
"type": "object",
|
|
@@ -6035,7 +6089,7 @@
|
|
|
6035
6089
|
"optional": true,
|
|
6036
6090
|
"is_block": true,
|
|
6037
6091
|
"oneof_group": "blocked_services_choice",
|
|
6038
|
-
"description": "[OneOf: block_all_services, blocked_services, default_blocked_services; Default: default_blocked_services]
|
|
6092
|
+
"description": "[OneOf: block_all_services, blocked_services, default_blocked_services; Default: default_blocked_services] Enable this option"
|
|
6039
6093
|
},
|
|
6040
6094
|
"blocked_services": {
|
|
6041
6095
|
"type": "object",
|
|
@@ -6073,7 +6127,7 @@
|
|
|
6073
6127
|
"optional": true,
|
|
6074
6128
|
"is_block": true,
|
|
6075
6129
|
"oneof_group": "blocked_services_choice",
|
|
6076
|
-
"description": "
|
|
6130
|
+
"description": "Enable this option"
|
|
6077
6131
|
},
|
|
6078
6132
|
"description": {
|
|
6079
6133
|
"type": "string",
|
|
@@ -6168,7 +6222,7 @@
|
|
|
6168
6222
|
"optional": true,
|
|
6169
6223
|
"is_block": true,
|
|
6170
6224
|
"oneof_group": "logs_receiver_choice",
|
|
6171
|
-
"description": "
|
|
6225
|
+
"description": "Enable this option"
|
|
6172
6226
|
},
|
|
6173
6227
|
"name": {
|
|
6174
6228
|
"type": "string",
|
|
@@ -6204,7 +6258,7 @@
|
|
|
6204
6258
|
"optional": true,
|
|
6205
6259
|
"is_block": true,
|
|
6206
6260
|
"oneof_group": "private_connectivity_choice",
|
|
6207
|
-
"description": "[OneOf: private_connect_disabled, private_connectivity]
|
|
6261
|
+
"description": "[OneOf: private_connect_disabled, private_connectivity] Enable this option"
|
|
6208
6262
|
},
|
|
6209
6263
|
"private_connectivity": {
|
|
6210
6264
|
"type": "object",
|
|
@@ -6293,7 +6347,7 @@
|
|
|
6293
6347
|
"optional": true,
|
|
6294
6348
|
"is_block": true,
|
|
6295
6349
|
"oneof_group": "log_type",
|
|
6296
|
-
"description": "[OneOf: audit_logs, dns_logs, request_logs, security_events]
|
|
6350
|
+
"description": "[OneOf: audit_logs, dns_logs, request_logs, security_events] Enable this option"
|
|
6297
6351
|
},
|
|
6298
6352
|
"aws_cloud_watch_receiver": {
|
|
6299
6353
|
"type": "object",
|
|
@@ -6345,7 +6399,7 @@
|
|
|
6345
6399
|
"optional": true,
|
|
6346
6400
|
"is_block": true,
|
|
6347
6401
|
"oneof_group": "log_type",
|
|
6348
|
-
"description": "
|
|
6402
|
+
"description": "Enable this option"
|
|
6349
6403
|
},
|
|
6350
6404
|
"gcp_bucket_receiver": {
|
|
6351
6405
|
"type": "object",
|
|
@@ -6412,7 +6466,7 @@
|
|
|
6412
6466
|
"optional": true,
|
|
6413
6467
|
"is_block": true,
|
|
6414
6468
|
"oneof_group": "filter_choice",
|
|
6415
|
-
"description": "[OneOf: ns_all, ns_current, ns_list]
|
|
6469
|
+
"description": "[OneOf: ns_all, ns_current, ns_list] Enable this option"
|
|
6416
6470
|
},
|
|
6417
6471
|
"ns_current": {
|
|
6418
6472
|
"type": "object",
|
|
@@ -6420,7 +6474,7 @@
|
|
|
6420
6474
|
"optional": true,
|
|
6421
6475
|
"is_block": true,
|
|
6422
6476
|
"oneof_group": "filter_choice",
|
|
6423
|
-
"description": "
|
|
6477
|
+
"description": "Enable this option"
|
|
6424
6478
|
},
|
|
6425
6479
|
"ns_list": {
|
|
6426
6480
|
"type": "object",
|
|
@@ -6444,7 +6498,7 @@
|
|
|
6444
6498
|
"optional": true,
|
|
6445
6499
|
"is_block": true,
|
|
6446
6500
|
"oneof_group": "log_type",
|
|
6447
|
-
"description": "
|
|
6501
|
+
"description": "Enable this option"
|
|
6448
6502
|
},
|
|
6449
6503
|
"s3_receiver": {
|
|
6450
6504
|
"type": "object",
|
|
@@ -6460,7 +6514,7 @@
|
|
|
6460
6514
|
"optional": true,
|
|
6461
6515
|
"is_block": true,
|
|
6462
6516
|
"oneof_group": "log_type",
|
|
6463
|
-
"description": "
|
|
6517
|
+
"description": "Enable this option"
|
|
6464
6518
|
},
|
|
6465
6519
|
"splunk_receiver": {
|
|
6466
6520
|
"type": "object",
|
|
@@ -6594,7 +6648,7 @@
|
|
|
6594
6648
|
"optional": true,
|
|
6595
6649
|
"is_block": true,
|
|
6596
6650
|
"oneof_group": "health_check",
|
|
6597
|
-
"description": "
|
|
6651
|
+
"description": "Enable this option"
|
|
6598
6652
|
},
|
|
6599
6653
|
"unhealthy_threshold": {
|
|
6600
6654
|
"type": "int64",
|
|
@@ -6607,8 +6661,8 @@
|
|
|
6607
6661
|
},
|
|
6608
6662
|
"dependencies": {
|
|
6609
6663
|
"referenced_by": [
|
|
6610
|
-
"origin_pool",
|
|
6611
6664
|
"http_loadbalancer",
|
|
6665
|
+
"origin_pool",
|
|
6612
6666
|
"tcp_loadbalancer"
|
|
6613
6667
|
]
|
|
6614
6668
|
}
|
|
@@ -6839,7 +6893,7 @@
|
|
|
6839
6893
|
"optional": true,
|
|
6840
6894
|
"is_block": true,
|
|
6841
6895
|
"oneof_group": "advertise_choice",
|
|
6842
|
-
"description": "
|
|
6896
|
+
"description": "Enable this option"
|
|
6843
6897
|
},
|
|
6844
6898
|
"annotations": {
|
|
6845
6899
|
"type": "map",
|
|
@@ -6998,7 +7052,7 @@
|
|
|
6998
7052
|
"optional": true,
|
|
6999
7053
|
"is_block": true,
|
|
7000
7054
|
"oneof_group": "sensitive_data_policy_choice",
|
|
7001
|
-
"description": "[OneOf: default_sensitive_data_policy, sensitive_data_policy; Default: default_sensitive_data_policy]
|
|
7055
|
+
"description": "[OneOf: default_sensitive_data_policy, sensitive_data_policy; Default: default_sensitive_data_policy] Enable this option"
|
|
7002
7056
|
},
|
|
7003
7057
|
"description": {
|
|
7004
7058
|
"type": "string",
|
|
@@ -7018,7 +7072,7 @@
|
|
|
7018
7072
|
"optional": true,
|
|
7019
7073
|
"is_block": true,
|
|
7020
7074
|
"oneof_group": "api_definition_choice",
|
|
7021
|
-
"description": "
|
|
7075
|
+
"description": "Enable this option"
|
|
7022
7076
|
},
|
|
7023
7077
|
"disable_api_discovery": {
|
|
7024
7078
|
"type": "object",
|
|
@@ -7026,7 +7080,7 @@
|
|
|
7026
7080
|
"optional": true,
|
|
7027
7081
|
"is_block": true,
|
|
7028
7082
|
"oneof_group": "api_discovery_choice",
|
|
7029
|
-
"description": "[OneOf: disable_api_discovery, enable_api_discovery; Default: disable_api_discovery]
|
|
7083
|
+
"description": "[OneOf: disable_api_discovery, enable_api_discovery; Default: disable_api_discovery] Enable this option"
|
|
7030
7084
|
},
|
|
7031
7085
|
"disable_api_testing": {
|
|
7032
7086
|
"type": "object",
|
|
@@ -7034,7 +7088,7 @@
|
|
|
7034
7088
|
"optional": true,
|
|
7035
7089
|
"is_block": true,
|
|
7036
7090
|
"oneof_group": "api_testing_choice",
|
|
7037
|
-
"description": "
|
|
7091
|
+
"description": "Enable this option"
|
|
7038
7092
|
},
|
|
7039
7093
|
"disable_bot_defense": {
|
|
7040
7094
|
"type": "object",
|
|
@@ -7042,7 +7096,7 @@
|
|
|
7042
7096
|
"optional": true,
|
|
7043
7097
|
"is_block": true,
|
|
7044
7098
|
"oneof_group": "bot_defense_choice",
|
|
7045
|
-
"description": "
|
|
7099
|
+
"description": "Enable this option"
|
|
7046
7100
|
},
|
|
7047
7101
|
"disable_caching": {
|
|
7048
7102
|
"type": "object",
|
|
@@ -7050,7 +7104,7 @@
|
|
|
7050
7104
|
"optional": true,
|
|
7051
7105
|
"is_block": true,
|
|
7052
7106
|
"oneof_group": "cache_options",
|
|
7053
|
-
"description": "
|
|
7107
|
+
"description": "Enable this option"
|
|
7054
7108
|
},
|
|
7055
7109
|
"disable_client_side_defense": {
|
|
7056
7110
|
"type": "object",
|
|
@@ -7058,7 +7112,7 @@
|
|
|
7058
7112
|
"optional": true,
|
|
7059
7113
|
"is_block": true,
|
|
7060
7114
|
"oneof_group": "client_side_defense_choice",
|
|
7061
|
-
"description": "
|
|
7115
|
+
"description": "Enable this option"
|
|
7062
7116
|
},
|
|
7063
7117
|
"disable_ip_reputation": {
|
|
7064
7118
|
"type": "object",
|
|
@@ -7066,7 +7120,7 @@
|
|
|
7066
7120
|
"optional": true,
|
|
7067
7121
|
"is_block": true,
|
|
7068
7122
|
"oneof_group": "ip_reputation_choice",
|
|
7069
|
-
"description": "[OneOf: disable_ip_reputation, enable_ip_reputation; Default: disable_ip_reputation]
|
|
7123
|
+
"description": "[OneOf: disable_ip_reputation, enable_ip_reputation; Default: disable_ip_reputation] Enable this option"
|
|
7070
7124
|
},
|
|
7071
7125
|
"disable_malicious_user_detection": {
|
|
7072
7126
|
"type": "object",
|
|
@@ -7074,7 +7128,7 @@
|
|
|
7074
7128
|
"optional": true,
|
|
7075
7129
|
"is_block": true,
|
|
7076
7130
|
"oneof_group": "malicious_user_detection_choice",
|
|
7077
|
-
"description": "[OneOf: disable_malicious_user_detection, enable_malicious_user_detection; Default: disable_malicious_user_detection]
|
|
7131
|
+
"description": "[OneOf: disable_malicious_user_detection, enable_malicious_user_detection; Default: disable_malicious_user_detection] Enable this option"
|
|
7078
7132
|
},
|
|
7079
7133
|
"disable_malware_protection": {
|
|
7080
7134
|
"type": "object",
|
|
@@ -7082,7 +7136,7 @@
|
|
|
7082
7136
|
"optional": true,
|
|
7083
7137
|
"is_block": true,
|
|
7084
7138
|
"oneof_group": "malware_protection",
|
|
7085
|
-
"description": "[OneOf: disable_malware_protection, malware_protection_settings; Default: disable_malware_protection]
|
|
7139
|
+
"description": "[OneOf: disable_malware_protection, malware_protection_settings; Default: disable_malware_protection] Enable this option"
|
|
7086
7140
|
},
|
|
7087
7141
|
"disable_rate_limit": {
|
|
7088
7142
|
"type": "object",
|
|
@@ -7090,7 +7144,7 @@
|
|
|
7090
7144
|
"optional": true,
|
|
7091
7145
|
"is_block": true,
|
|
7092
7146
|
"oneof_group": "rate_limit_choice",
|
|
7093
|
-
"description": "
|
|
7147
|
+
"description": "Enable this option"
|
|
7094
7148
|
},
|
|
7095
7149
|
"disable_threat_mesh": {
|
|
7096
7150
|
"type": "object",
|
|
@@ -7098,7 +7152,7 @@
|
|
|
7098
7152
|
"optional": true,
|
|
7099
7153
|
"is_block": true,
|
|
7100
7154
|
"oneof_group": "threat_mesh_choice",
|
|
7101
|
-
"description": "[OneOf: disable_threat_mesh, enable_threat_mesh; Default: disable_threat_mesh]
|
|
7155
|
+
"description": "[OneOf: disable_threat_mesh, enable_threat_mesh; Default: disable_threat_mesh] Enable this option"
|
|
7102
7156
|
},
|
|
7103
7157
|
"disable_trust_client_ip_headers": {
|
|
7104
7158
|
"type": "object",
|
|
@@ -7106,7 +7160,7 @@
|
|
|
7106
7160
|
"optional": true,
|
|
7107
7161
|
"is_block": true,
|
|
7108
7162
|
"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]
|
|
7163
|
+
"description": "[OneOf: disable_trust_client_ip_headers, enable_trust_client_ip_headers; Default: disable_trust_client_ip_headers] Enable this option"
|
|
7110
7164
|
},
|
|
7111
7165
|
"disable_waf": {
|
|
7112
7166
|
"type": "object",
|
|
@@ -7114,7 +7168,7 @@
|
|
|
7114
7168
|
"optional": true,
|
|
7115
7169
|
"is_block": true,
|
|
7116
7170
|
"oneof_group": "waf_choice",
|
|
7117
|
-
"description": "
|
|
7171
|
+
"description": "Enable this option"
|
|
7118
7172
|
},
|
|
7119
7173
|
"do_not_advertise": {
|
|
7120
7174
|
"type": "object",
|
|
@@ -7122,7 +7176,7 @@
|
|
|
7122
7176
|
"optional": true,
|
|
7123
7177
|
"is_block": true,
|
|
7124
7178
|
"oneof_group": "advertise_choice",
|
|
7125
|
-
"description": "
|
|
7179
|
+
"description": "Enable this option"
|
|
7126
7180
|
},
|
|
7127
7181
|
"domains": {
|
|
7128
7182
|
"type": "list",
|
|
@@ -7160,7 +7214,7 @@
|
|
|
7160
7214
|
"optional": true,
|
|
7161
7215
|
"is_block": true,
|
|
7162
7216
|
"oneof_group": "malicious_user_detection_choice",
|
|
7163
|
-
"description": "
|
|
7217
|
+
"description": "Enable this option"
|
|
7164
7218
|
},
|
|
7165
7219
|
"enable_threat_mesh": {
|
|
7166
7220
|
"type": "object",
|
|
@@ -7168,7 +7222,7 @@
|
|
|
7168
7222
|
"optional": true,
|
|
7169
7223
|
"is_block": true,
|
|
7170
7224
|
"oneof_group": "threat_mesh_choice",
|
|
7171
|
-
"description": "
|
|
7225
|
+
"description": "Enable this option"
|
|
7172
7226
|
},
|
|
7173
7227
|
"enable_trust_client_ip_headers": {
|
|
7174
7228
|
"type": "object",
|
|
@@ -7237,7 +7291,7 @@
|
|
|
7237
7291
|
"optional": true,
|
|
7238
7292
|
"is_block": true,
|
|
7239
7293
|
"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]
|
|
7294
|
+
"description": "[OneOf: l7_ddos_action_block, l7_ddos_action_default, l7_ddos_action_js_challenge; Default: l7_ddos_action_default] Enable this option"
|
|
7241
7295
|
},
|
|
7242
7296
|
"l7_ddos_action_default": {
|
|
7243
7297
|
"type": "object",
|
|
@@ -7245,7 +7299,7 @@
|
|
|
7245
7299
|
"optional": true,
|
|
7246
7300
|
"is_block": true,
|
|
7247
7301
|
"oneof_group": "l7_ddos_auto_mitigation_action",
|
|
7248
|
-
"description": "
|
|
7302
|
+
"description": "Enable this option"
|
|
7249
7303
|
},
|
|
7250
7304
|
"l7_ddos_action_js_challenge": {
|
|
7251
7305
|
"type": "object",
|
|
@@ -7274,7 +7328,7 @@
|
|
|
7274
7328
|
"optional": true,
|
|
7275
7329
|
"is_block": true,
|
|
7276
7330
|
"oneof_group": "hash_policy_choice",
|
|
7277
|
-
"description": "
|
|
7331
|
+
"description": "Enable this option"
|
|
7278
7332
|
},
|
|
7279
7333
|
"malware_protection_settings": {
|
|
7280
7334
|
"type": "object",
|
|
@@ -7297,7 +7351,7 @@
|
|
|
7297
7351
|
"optional": true,
|
|
7298
7352
|
"is_block": true,
|
|
7299
7353
|
"oneof_group": "ml_config_choice",
|
|
7300
|
-
"description": "[OneOf: multi_lb_app, single_lb_app]
|
|
7354
|
+
"description": "[OneOf: multi_lb_app, single_lb_app] Enable this option"
|
|
7301
7355
|
},
|
|
7302
7356
|
"name": {
|
|
7303
7357
|
"type": "string",
|
|
@@ -7319,7 +7373,7 @@
|
|
|
7319
7373
|
"optional": true,
|
|
7320
7374
|
"is_block": true,
|
|
7321
7375
|
"oneof_group": "challenge_type",
|
|
7322
|
-
"description": "
|
|
7376
|
+
"description": "Enable this option"
|
|
7323
7377
|
},
|
|
7324
7378
|
"no_service_policies": {
|
|
7325
7379
|
"type": "object",
|
|
@@ -7327,7 +7381,7 @@
|
|
|
7327
7381
|
"optional": true,
|
|
7328
7382
|
"is_block": true,
|
|
7329
7383
|
"oneof_group": "service_policy_choice",
|
|
7330
|
-
"description": "
|
|
7384
|
+
"description": "Enable this option"
|
|
7331
7385
|
},
|
|
7332
7386
|
"origin_server_subset_rule_list": {
|
|
7333
7387
|
"type": "object",
|
|
@@ -7357,7 +7411,7 @@
|
|
|
7357
7411
|
"optional": true,
|
|
7358
7412
|
"is_block": true,
|
|
7359
7413
|
"oneof_group": "hash_policy_choice",
|
|
7360
|
-
"description": "
|
|
7414
|
+
"description": "Enable this option"
|
|
7361
7415
|
},
|
|
7362
7416
|
"rate_limit": {
|
|
7363
7417
|
"type": "object",
|
|
@@ -7381,7 +7435,7 @@
|
|
|
7381
7435
|
"optional": true,
|
|
7382
7436
|
"is_block": true,
|
|
7383
7437
|
"oneof_group": "hash_policy_choice",
|
|
7384
|
-
"description": "
|
|
7438
|
+
"description": "Enable this option"
|
|
7385
7439
|
},
|
|
7386
7440
|
"routes": {
|
|
7387
7441
|
"type": "list",
|
|
@@ -7411,7 +7465,7 @@
|
|
|
7411
7465
|
"optional": true,
|
|
7412
7466
|
"is_block": true,
|
|
7413
7467
|
"oneof_group": "service_policy_choice",
|
|
7414
|
-
"description": "
|
|
7468
|
+
"description": "Enable this option"
|
|
7415
7469
|
},
|
|
7416
7470
|
"single_lb_app": {
|
|
7417
7471
|
"type": "object",
|
|
@@ -7435,7 +7489,7 @@
|
|
|
7435
7489
|
"optional": true,
|
|
7436
7490
|
"is_block": true,
|
|
7437
7491
|
"oneof_group": "hash_policy_choice",
|
|
7438
|
-
"description": "
|
|
7492
|
+
"description": "Enable this option"
|
|
7439
7493
|
},
|
|
7440
7494
|
"system_default_timeouts": {
|
|
7441
7495
|
"type": "object",
|
|
@@ -7443,7 +7497,7 @@
|
|
|
7443
7497
|
"optional": true,
|
|
7444
7498
|
"is_block": true,
|
|
7445
7499
|
"oneof_group": "slow_ddos_mitigation_choice",
|
|
7446
|
-
"description": "
|
|
7500
|
+
"description": "Enable this option"
|
|
7447
7501
|
},
|
|
7448
7502
|
"trusted_clients": {
|
|
7449
7503
|
"type": "list",
|
|
@@ -7458,7 +7512,7 @@
|
|
|
7458
7512
|
"optional": true,
|
|
7459
7513
|
"is_block": true,
|
|
7460
7514
|
"oneof_group": "user_id_choice",
|
|
7461
|
-
"description": "[OneOf: user_id_client_ip, user_identification]
|
|
7515
|
+
"description": "[OneOf: user_id_client_ip, user_identification] Enable this option"
|
|
7462
7516
|
},
|
|
7463
7517
|
"user_identification": {
|
|
7464
7518
|
"type": "object",
|
|
@@ -7608,40 +7662,19 @@
|
|
|
7608
7662
|
}
|
|
7609
7663
|
},
|
|
7610
7664
|
"log_receiver": {
|
|
7611
|
-
"description": "Manages new
|
|
7665
|
+
"description": "Manages new Log Receiver object. in F5 Distributed Cloud.",
|
|
7612
7666
|
"category": "Monitoring",
|
|
7613
7667
|
"tier": "Standard",
|
|
7614
7668
|
"import_format": "namespace/name",
|
|
7615
7669
|
"oneof_groups": {
|
|
7616
|
-
"
|
|
7617
|
-
"fields": [
|
|
7618
|
-
"ns_all",
|
|
7619
|
-
"ns_current",
|
|
7620
|
-
"ns_list"
|
|
7621
|
-
]
|
|
7622
|
-
},
|
|
7623
|
-
"log_type": {
|
|
7670
|
+
"log_receiver_choice": {
|
|
7624
7671
|
"fields": [
|
|
7625
|
-
"
|
|
7626
|
-
"dns_logs",
|
|
7627
|
-
"request_logs",
|
|
7628
|
-
"security_events"
|
|
7672
|
+
"syslog"
|
|
7629
7673
|
]
|
|
7630
7674
|
},
|
|
7631
|
-
"
|
|
7675
|
+
"where_choice": {
|
|
7632
7676
|
"fields": [
|
|
7633
|
-
"
|
|
7634
|
-
"azure_event_hubs_receiver",
|
|
7635
|
-
"azure_receiver",
|
|
7636
|
-
"datadog_receiver",
|
|
7637
|
-
"gcp_bucket_receiver",
|
|
7638
|
-
"http_receiver",
|
|
7639
|
-
"kafka_receiver",
|
|
7640
|
-
"new_relic_receiver",
|
|
7641
|
-
"qradar_receiver",
|
|
7642
|
-
"s3_receiver",
|
|
7643
|
-
"splunk_receiver",
|
|
7644
|
-
"sumo_logic_receiver"
|
|
7677
|
+
"site_local"
|
|
7645
7678
|
]
|
|
7646
7679
|
}
|
|
7647
7680
|
},
|
|
@@ -7652,46 +7685,6 @@
|
|
|
7652
7685
|
"optional": true,
|
|
7653
7686
|
"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."
|
|
7654
7687
|
},
|
|
7655
|
-
"audit_logs": {
|
|
7656
|
-
"type": "object",
|
|
7657
|
-
"required": false,
|
|
7658
|
-
"optional": true,
|
|
7659
|
-
"is_block": true,
|
|
7660
|
-
"oneof_group": "log_type",
|
|
7661
|
-
"description": "[OneOf: audit_logs, dns_logs, request_logs, security_events] Can be used for messages where no values are needed."
|
|
7662
|
-
},
|
|
7663
|
-
"aws_cloud_watch_receiver": {
|
|
7664
|
-
"type": "object",
|
|
7665
|
-
"required": false,
|
|
7666
|
-
"optional": true,
|
|
7667
|
-
"is_block": true,
|
|
7668
|
-
"oneof_group": "receiver",
|
|
7669
|
-
"description": "[OneOf: aws_cloud_watch_receiver, azure_event_hubs_receiver, azure_receiver, datadog_receiver, gcp_bucket_receiver, http_receiver, kafka_receiver, new_relic_receiver, qradar_receiver, s3_receiver, splunk_receiver, sumo_logic_receiver] AWS Cloudwatch Logs Configuration for Global Log Receiver."
|
|
7670
|
-
},
|
|
7671
|
-
"azure_event_hubs_receiver": {
|
|
7672
|
-
"type": "object",
|
|
7673
|
-
"required": false,
|
|
7674
|
-
"optional": true,
|
|
7675
|
-
"is_block": true,
|
|
7676
|
-
"oneof_group": "receiver",
|
|
7677
|
-
"description": "Azure Event Hubs Configuration for Global Log Receiver."
|
|
7678
|
-
},
|
|
7679
|
-
"azure_receiver": {
|
|
7680
|
-
"type": "object",
|
|
7681
|
-
"required": false,
|
|
7682
|
-
"optional": true,
|
|
7683
|
-
"is_block": true,
|
|
7684
|
-
"oneof_group": "receiver",
|
|
7685
|
-
"description": "Azure Blob Configuration for Global Log Receiver."
|
|
7686
|
-
},
|
|
7687
|
-
"datadog_receiver": {
|
|
7688
|
-
"type": "object",
|
|
7689
|
-
"required": false,
|
|
7690
|
-
"optional": true,
|
|
7691
|
-
"is_block": true,
|
|
7692
|
-
"oneof_group": "receiver",
|
|
7693
|
-
"description": "Datadog Configuration. Configuration for Datadog endpoint."
|
|
7694
|
-
},
|
|
7695
7688
|
"description": {
|
|
7696
7689
|
"type": "string",
|
|
7697
7690
|
"required": false,
|
|
@@ -7704,30 +7697,6 @@
|
|
|
7704
7697
|
"optional": true,
|
|
7705
7698
|
"description": "A value of true will administratively disable the object."
|
|
7706
7699
|
},
|
|
7707
|
-
"dns_logs": {
|
|
7708
|
-
"type": "object",
|
|
7709
|
-
"required": false,
|
|
7710
|
-
"optional": true,
|
|
7711
|
-
"is_block": true,
|
|
7712
|
-
"oneof_group": "log_type",
|
|
7713
|
-
"description": "Can be used for messages where no values are needed."
|
|
7714
|
-
},
|
|
7715
|
-
"gcp_bucket_receiver": {
|
|
7716
|
-
"type": "object",
|
|
7717
|
-
"required": false,
|
|
7718
|
-
"optional": true,
|
|
7719
|
-
"is_block": true,
|
|
7720
|
-
"oneof_group": "receiver",
|
|
7721
|
-
"description": "GCP Bucket Configuration for Global Log Receiver."
|
|
7722
|
-
},
|
|
7723
|
-
"http_receiver": {
|
|
7724
|
-
"type": "object",
|
|
7725
|
-
"required": false,
|
|
7726
|
-
"optional": true,
|
|
7727
|
-
"is_block": true,
|
|
7728
|
-
"oneof_group": "receiver",
|
|
7729
|
-
"description": "HTTP Configuration. Configuration for HTTP endpoint."
|
|
7730
|
-
},
|
|
7731
7700
|
"id": {
|
|
7732
7701
|
"type": "string",
|
|
7733
7702
|
"required": false,
|
|
@@ -7735,14 +7704,6 @@
|
|
|
7735
7704
|
"plan_modifier": "UseStateForUnknown",
|
|
7736
7705
|
"description": "Unique identifier for the resource."
|
|
7737
7706
|
},
|
|
7738
|
-
"kafka_receiver": {
|
|
7739
|
-
"type": "object",
|
|
7740
|
-
"required": false,
|
|
7741
|
-
"optional": true,
|
|
7742
|
-
"is_block": true,
|
|
7743
|
-
"oneof_group": "receiver",
|
|
7744
|
-
"description": "Kafka Configuration for Global Log Receiver."
|
|
7745
|
-
},
|
|
7746
7707
|
"labels": {
|
|
7747
7708
|
"type": "map",
|
|
7748
7709
|
"required": false,
|
|
@@ -7763,85 +7724,21 @@
|
|
|
7763
7724
|
"validation": "name",
|
|
7764
7725
|
"description": "Namespace where the Log Receiver will be created."
|
|
7765
7726
|
},
|
|
7766
|
-
"
|
|
7767
|
-
"type": "object",
|
|
7768
|
-
"required": false,
|
|
7769
|
-
"optional": true,
|
|
7770
|
-
"is_block": true,
|
|
7771
|
-
"oneof_group": "receiver",
|
|
7772
|
-
"description": "NewRelic Configuration. Configuration for NewRelic endpoint."
|
|
7773
|
-
},
|
|
7774
|
-
"ns_all": {
|
|
7775
|
-
"type": "object",
|
|
7776
|
-
"required": false,
|
|
7777
|
-
"optional": true,
|
|
7778
|
-
"is_block": true,
|
|
7779
|
-
"oneof_group": "filter_choice",
|
|
7780
|
-
"description": "[OneOf: ns_all, ns_current, ns_list] Can be used for messages where no values are needed."
|
|
7781
|
-
},
|
|
7782
|
-
"ns_current": {
|
|
7783
|
-
"type": "object",
|
|
7784
|
-
"required": false,
|
|
7785
|
-
"optional": true,
|
|
7786
|
-
"is_block": true,
|
|
7787
|
-
"oneof_group": "filter_choice",
|
|
7788
|
-
"description": "Can be used for messages where no values are needed."
|
|
7789
|
-
},
|
|
7790
|
-
"ns_list": {
|
|
7791
|
-
"type": "object",
|
|
7792
|
-
"required": false,
|
|
7793
|
-
"optional": true,
|
|
7794
|
-
"is_block": true,
|
|
7795
|
-
"oneof_group": "filter_choice",
|
|
7796
|
-
"description": "Namespace List. Namespace List."
|
|
7797
|
-
},
|
|
7798
|
-
"qradar_receiver": {
|
|
7799
|
-
"type": "object",
|
|
7800
|
-
"required": false,
|
|
7801
|
-
"optional": true,
|
|
7802
|
-
"is_block": true,
|
|
7803
|
-
"oneof_group": "receiver",
|
|
7804
|
-
"description": "IBM QRadar Configuration. Configuration for IBM QRadar endpoint."
|
|
7805
|
-
},
|
|
7806
|
-
"request_logs": {
|
|
7807
|
-
"type": "object",
|
|
7808
|
-
"required": false,
|
|
7809
|
-
"optional": true,
|
|
7810
|
-
"is_block": true,
|
|
7811
|
-
"oneof_group": "log_type",
|
|
7812
|
-
"description": "Can be used for messages where no values are needed."
|
|
7813
|
-
},
|
|
7814
|
-
"s3_receiver": {
|
|
7815
|
-
"type": "object",
|
|
7816
|
-
"required": false,
|
|
7817
|
-
"optional": true,
|
|
7818
|
-
"is_block": true,
|
|
7819
|
-
"oneof_group": "receiver",
|
|
7820
|
-
"description": "S3 Configuration for Global Log Receiver."
|
|
7821
|
-
},
|
|
7822
|
-
"security_events": {
|
|
7727
|
+
"site_local": {
|
|
7823
7728
|
"type": "object",
|
|
7824
7729
|
"required": false,
|
|
7825
7730
|
"optional": true,
|
|
7826
7731
|
"is_block": true,
|
|
7827
|
-
"oneof_group": "
|
|
7828
|
-
"description": "
|
|
7829
|
-
},
|
|
7830
|
-
"splunk_receiver": {
|
|
7831
|
-
"type": "object",
|
|
7832
|
-
"required": false,
|
|
7833
|
-
"optional": true,
|
|
7834
|
-
"is_block": true,
|
|
7835
|
-
"oneof_group": "receiver",
|
|
7836
|
-
"description": "Configuration for Splunk HEC Logs endpoint."
|
|
7732
|
+
"oneof_group": "where_choice",
|
|
7733
|
+
"description": "Enable this option"
|
|
7837
7734
|
},
|
|
7838
|
-
"
|
|
7735
|
+
"syslog": {
|
|
7839
7736
|
"type": "object",
|
|
7840
7737
|
"required": false,
|
|
7841
7738
|
"optional": true,
|
|
7842
7739
|
"is_block": true,
|
|
7843
|
-
"oneof_group": "
|
|
7844
|
-
"description": "
|
|
7740
|
+
"oneof_group": "log_receiver_choice",
|
|
7741
|
+
"description": "Syslog Server Configuration. Configuration for syslog server."
|
|
7845
7742
|
}
|
|
7846
7743
|
}
|
|
7847
7744
|
},
|
|
@@ -8022,7 +7919,7 @@
|
|
|
8022
7919
|
"optional": true,
|
|
8023
7920
|
"is_block": true,
|
|
8024
7921
|
"oneof_group": "forward_proxy_choice",
|
|
8025
|
-
"description": "[OneOf: disable_forward_proxy, enable_forward_proxy; Default: disable_forward_proxy]
|
|
7922
|
+
"description": "[OneOf: disable_forward_proxy, enable_forward_proxy; Default: disable_forward_proxy] Enable this option"
|
|
8026
7923
|
},
|
|
8027
7924
|
"enable_forward_proxy": {
|
|
8028
7925
|
"type": "object",
|
|
@@ -8179,7 +8076,7 @@
|
|
|
8179
8076
|
"optional": true,
|
|
8180
8077
|
"is_block": true,
|
|
8181
8078
|
"oneof_group": "fast_acl_choice",
|
|
8182
|
-
"description": "
|
|
8079
|
+
"description": "Enable this option"
|
|
8183
8080
|
},
|
|
8184
8081
|
"disable_forward_proxy_policy": {
|
|
8185
8082
|
"type": "object",
|
|
@@ -8187,7 +8084,7 @@
|
|
|
8187
8084
|
"optional": true,
|
|
8188
8085
|
"is_block": true,
|
|
8189
8086
|
"oneof_group": "forward_proxy_policy_choice",
|
|
8190
|
-
"description": "
|
|
8087
|
+
"description": "Enable this option"
|
|
8191
8088
|
},
|
|
8192
8089
|
"disable_network_policy": {
|
|
8193
8090
|
"type": "object",
|
|
@@ -8195,7 +8092,7 @@
|
|
|
8195
8092
|
"optional": true,
|
|
8196
8093
|
"is_block": true,
|
|
8197
8094
|
"oneof_group": "network_policy_choice",
|
|
8198
|
-
"description": "
|
|
8095
|
+
"description": "Enable this option"
|
|
8199
8096
|
},
|
|
8200
8097
|
"id": {
|
|
8201
8098
|
"type": "string",
|
|
@@ -8329,35 +8226,11 @@
|
|
|
8329
8226
|
}
|
|
8330
8227
|
},
|
|
8331
8228
|
"network_policy": {
|
|
8332
|
-
"description": "Manages network policy
|
|
8229
|
+
"description": "Manages new network policy with configured parameters in specified namespace. in F5 Distributed Cloud.",
|
|
8333
8230
|
"category": "Security",
|
|
8334
8231
|
"tier": "Standard",
|
|
8335
8232
|
"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
8233
|
"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
8234
|
"annotations": {
|
|
8362
8235
|
"type": "map",
|
|
8363
8236
|
"required": false,
|
|
@@ -8376,27 +8249,19 @@
|
|
|
8376
8249
|
"optional": true,
|
|
8377
8250
|
"description": "A value of true will administratively disable the object."
|
|
8378
8251
|
},
|
|
8379
|
-
"
|
|
8380
|
-
"type": "string",
|
|
8381
|
-
"required": false,
|
|
8382
|
-
"computed": true,
|
|
8383
|
-
"plan_modifier": "UseStateForUnknown",
|
|
8384
|
-
"description": "Unique identifier for the resource."
|
|
8385
|
-
},
|
|
8386
|
-
"ip_prefix_set": {
|
|
8252
|
+
"endpoint": {
|
|
8387
8253
|
"type": "object",
|
|
8388
8254
|
"required": false,
|
|
8389
8255
|
"optional": true,
|
|
8390
8256
|
"is_block": true,
|
|
8391
|
-
"
|
|
8392
|
-
"description": "[OneOf: ip_prefix_set, prefix, prefix_selector] List of references to ip_prefix_set objects."
|
|
8257
|
+
"description": "Shape of the endpoint choices for a view."
|
|
8393
8258
|
},
|
|
8394
|
-
"
|
|
8395
|
-
"type": "
|
|
8259
|
+
"id": {
|
|
8260
|
+
"type": "string",
|
|
8396
8261
|
"required": false,
|
|
8397
|
-
"
|
|
8398
|
-
"
|
|
8399
|
-
"description": "
|
|
8262
|
+
"computed": true,
|
|
8263
|
+
"plan_modifier": "UseStateForUnknown",
|
|
8264
|
+
"description": "Unique identifier for the resource."
|
|
8400
8265
|
},
|
|
8401
8266
|
"labels": {
|
|
8402
8267
|
"type": "map",
|
|
@@ -8418,35 +8283,12 @@
|
|
|
8418
8283
|
"validation": "name",
|
|
8419
8284
|
"description": "Namespace where the Network Policy will be created."
|
|
8420
8285
|
},
|
|
8421
|
-
"
|
|
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": {
|
|
8286
|
+
"rules": {
|
|
8436
8287
|
"type": "object",
|
|
8437
8288
|
"required": false,
|
|
8438
8289
|
"optional": true,
|
|
8439
8290
|
"is_block": true,
|
|
8440
|
-
"
|
|
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."
|
|
8291
|
+
"description": "Rule Choice. Shape of Rule Choice."
|
|
8450
8292
|
}
|
|
8451
8293
|
}
|
|
8452
8294
|
},
|
|
@@ -8692,7 +8534,7 @@
|
|
|
8692
8534
|
"optional": true,
|
|
8693
8535
|
"is_block": true,
|
|
8694
8536
|
"oneof_group": "http_management_choice",
|
|
8695
|
-
"description": "[OneOf: disable_https_management, https_management; Default: disable_https_management]
|
|
8537
|
+
"description": "[OneOf: disable_https_management, https_management; Default: disable_https_management] Enable this option"
|
|
8696
8538
|
},
|
|
8697
8539
|
"disable_ssh_access": {
|
|
8698
8540
|
"type": "object",
|
|
@@ -8700,7 +8542,7 @@
|
|
|
8700
8542
|
"optional": true,
|
|
8701
8543
|
"is_block": true,
|
|
8702
8544
|
"oneof_group": "ssh_management_choice",
|
|
8703
|
-
"description": "[OneOf: disable_ssh_access, enabled_ssh_access; Default: disable_ssh_access]
|
|
8545
|
+
"description": "[OneOf: disable_ssh_access, enabled_ssh_access; Default: disable_ssh_access] Enable this option"
|
|
8704
8546
|
},
|
|
8705
8547
|
"enabled_ssh_access": {
|
|
8706
8548
|
"type": "object",
|
|
@@ -8875,7 +8717,7 @@
|
|
|
8875
8717
|
"optional": true,
|
|
8876
8718
|
"is_block": true,
|
|
8877
8719
|
"oneof_group": "port_choice",
|
|
8878
|
-
"description": "[OneOf: automatic_port, lb_port, port]
|
|
8720
|
+
"description": "[OneOf: automatic_port, lb_port, port] Enable this option"
|
|
8879
8721
|
},
|
|
8880
8722
|
"description": {
|
|
8881
8723
|
"type": "string",
|
|
@@ -8933,7 +8775,7 @@
|
|
|
8933
8775
|
"optional": true,
|
|
8934
8776
|
"is_block": true,
|
|
8935
8777
|
"oneof_group": "port_choice",
|
|
8936
|
-
"description": "
|
|
8778
|
+
"description": "Enable this option"
|
|
8937
8779
|
},
|
|
8938
8780
|
"loadbalancer_algorithm": {
|
|
8939
8781
|
"type": "string",
|
|
@@ -8963,7 +8805,7 @@
|
|
|
8963
8805
|
"optional": true,
|
|
8964
8806
|
"is_block": true,
|
|
8965
8807
|
"oneof_group": "tls_choice",
|
|
8966
|
-
"description": "[OneOf: no_tls, use_tls; Default: no_tls]
|
|
8808
|
+
"description": "[OneOf: no_tls, use_tls; Default: no_tls] Enable this option"
|
|
8967
8809
|
},
|
|
8968
8810
|
"origin_servers": {
|
|
8969
8811
|
"type": "list",
|
|
@@ -8988,7 +8830,7 @@
|
|
|
8988
8830
|
"optional": true,
|
|
8989
8831
|
"is_block": true,
|
|
8990
8832
|
"oneof_group": "health_check_port_choice",
|
|
8991
|
-
"description": "
|
|
8833
|
+
"description": "Enable this option"
|
|
8992
8834
|
},
|
|
8993
8835
|
"upstream_conn_pool_reuse_type": {
|
|
8994
8836
|
"type": "object",
|
|
@@ -9390,7 +9232,7 @@
|
|
|
9390
9232
|
"optional": true,
|
|
9391
9233
|
"is_block": true,
|
|
9392
9234
|
"oneof_group": "site_choice",
|
|
9393
|
-
"description": "[OneOf: do_not_advertise, site_virtual_sites]
|
|
9235
|
+
"description": "[OneOf: do_not_advertise, site_virtual_sites] Enable this option"
|
|
9394
9236
|
},
|
|
9395
9237
|
"dynamic_proxy": {
|
|
9396
9238
|
"type": "object",
|
|
@@ -9441,7 +9283,7 @@
|
|
|
9441
9283
|
"optional": true,
|
|
9442
9284
|
"is_block": true,
|
|
9443
9285
|
"oneof_group": "proxy_policy_choice",
|
|
9444
|
-
"description": "
|
|
9286
|
+
"description": "Enable this option"
|
|
9445
9287
|
},
|
|
9446
9288
|
"no_interception": {
|
|
9447
9289
|
"type": "object",
|
|
@@ -9449,7 +9291,7 @@
|
|
|
9449
9291
|
"optional": true,
|
|
9450
9292
|
"is_block": true,
|
|
9451
9293
|
"oneof_group": "tls_interception_choice",
|
|
9452
|
-
"description": "[OneOf: no_interception, tls_intercept; Default: no_interception]
|
|
9294
|
+
"description": "[OneOf: no_interception, tls_intercept; Default: no_interception] Enable this option"
|
|
9453
9295
|
},
|
|
9454
9296
|
"site_local_inside_network": {
|
|
9455
9297
|
"type": "object",
|
|
@@ -9457,7 +9299,7 @@
|
|
|
9457
9299
|
"optional": true,
|
|
9458
9300
|
"is_block": true,
|
|
9459
9301
|
"oneof_group": "network_choice",
|
|
9460
|
-
"description": "[OneOf: site_local_inside_network, site_local_network]
|
|
9302
|
+
"description": "[OneOf: site_local_inside_network, site_local_network] Enable this option"
|
|
9461
9303
|
},
|
|
9462
9304
|
"site_local_network": {
|
|
9463
9305
|
"type": "object",
|
|
@@ -9465,7 +9307,7 @@
|
|
|
9465
9307
|
"optional": true,
|
|
9466
9308
|
"is_block": true,
|
|
9467
9309
|
"oneof_group": "network_choice",
|
|
9468
|
-
"description": "
|
|
9310
|
+
"description": "Enable this option"
|
|
9469
9311
|
},
|
|
9470
9312
|
"site_virtual_sites": {
|
|
9471
9313
|
"type": "object",
|
|
@@ -9588,7 +9430,7 @@
|
|
|
9588
9430
|
"optional": true,
|
|
9589
9431
|
"is_block": true,
|
|
9590
9432
|
"oneof_group": "server_choice",
|
|
9591
|
-
"description": "[OneOf: any_server, server_name, server_name_matcher, server_selector]
|
|
9433
|
+
"description": "[OneOf: any_server, server_name, server_name_matcher, server_selector] Enable this option"
|
|
9592
9434
|
},
|
|
9593
9435
|
"description": {
|
|
9594
9436
|
"type": "string",
|
|
@@ -9805,22 +9647,17 @@
|
|
|
9805
9647
|
"oneof_groups": {
|
|
9806
9648
|
"blocked_services_choice": {
|
|
9807
9649
|
"fields": [
|
|
9808
|
-
"
|
|
9809
|
-
"
|
|
9810
|
-
]
|
|
9811
|
-
|
|
9812
|
-
"enterprise_proxy_choice": {
|
|
9813
|
-
"fields": [
|
|
9814
|
-
"custom_proxy",
|
|
9815
|
-
"f5_proxy"
|
|
9816
|
-
]
|
|
9650
|
+
"blocked_services",
|
|
9651
|
+
"default_blocked_services"
|
|
9652
|
+
],
|
|
9653
|
+
"default": "default_blocked_services"
|
|
9817
9654
|
},
|
|
9818
|
-
"
|
|
9655
|
+
"bond_choice": {
|
|
9819
9656
|
"fields": [
|
|
9820
|
-
"
|
|
9821
|
-
"
|
|
9657
|
+
"bond_device_list",
|
|
9658
|
+
"no_bond_devices"
|
|
9822
9659
|
],
|
|
9823
|
-
"default": "
|
|
9660
|
+
"default": "no_bond_devices"
|
|
9824
9661
|
},
|
|
9825
9662
|
"logs_receiver_choice": {
|
|
9826
9663
|
"fields": [
|
|
@@ -9828,87 +9665,22 @@
|
|
|
9828
9665
|
"logs_streaming_disabled"
|
|
9829
9666
|
]
|
|
9830
9667
|
},
|
|
9831
|
-
"
|
|
9832
|
-
"fields": [
|
|
9833
|
-
"active_enhanced_firewall_policies",
|
|
9834
|
-
"no_network_policy"
|
|
9835
|
-
],
|
|
9836
|
-
"default": "no_network_policy"
|
|
9837
|
-
},
|
|
9838
|
-
"node_ha_choice": {
|
|
9839
|
-
"fields": [
|
|
9840
|
-
"disable_ha",
|
|
9841
|
-
"enable_ha"
|
|
9842
|
-
],
|
|
9843
|
-
"default": "disable_ha"
|
|
9844
|
-
},
|
|
9845
|
-
"provider_choice": {
|
|
9846
|
-
"fields": [
|
|
9847
|
-
"aws",
|
|
9848
|
-
"azure",
|
|
9849
|
-
"baremetal",
|
|
9850
|
-
"equinix",
|
|
9851
|
-
"gcp",
|
|
9852
|
-
"kvm",
|
|
9853
|
-
"nutanix",
|
|
9854
|
-
"oci",
|
|
9855
|
-
"openstack",
|
|
9856
|
-
"vmware"
|
|
9857
|
-
]
|
|
9858
|
-
},
|
|
9859
|
-
"proxy_bypass_choice": {
|
|
9860
|
-
"fields": [
|
|
9861
|
-
"custom_proxy_bypass",
|
|
9862
|
-
"no_proxy_bypass"
|
|
9863
|
-
],
|
|
9864
|
-
"default": "no_proxy_bypass"
|
|
9865
|
-
},
|
|
9866
|
-
"s2s_connectivity_sli_choice": {
|
|
9867
|
-
"fields": [
|
|
9868
|
-
"dc_cluster_group_sli",
|
|
9869
|
-
"no_s2s_connectivity_sli"
|
|
9870
|
-
],
|
|
9871
|
-
"default": "no_s2s_connectivity_sli"
|
|
9872
|
-
},
|
|
9873
|
-
"s2s_connectivity_slo_choice": {
|
|
9874
|
-
"fields": [
|
|
9875
|
-
"dc_cluster_group_slo",
|
|
9876
|
-
"no_s2s_connectivity_slo",
|
|
9877
|
-
"site_mesh_group_on_slo"
|
|
9878
|
-
],
|
|
9879
|
-
"default": "no_s2s_connectivity_slo"
|
|
9880
|
-
},
|
|
9881
|
-
"url_categorization_choice": {
|
|
9668
|
+
"network_cfg_choice": {
|
|
9882
9669
|
"fields": [
|
|
9883
|
-
"
|
|
9884
|
-
"
|
|
9670
|
+
"custom_network_config",
|
|
9671
|
+
"default_network_config"
|
|
9885
9672
|
],
|
|
9886
|
-
"default": "
|
|
9673
|
+
"default": "default_network_config"
|
|
9887
9674
|
}
|
|
9888
9675
|
},
|
|
9889
9676
|
"attributes": {
|
|
9890
|
-
"
|
|
9891
|
-
"type": "
|
|
9892
|
-
"required": false,
|
|
9893
|
-
"optional": true,
|
|
9894
|
-
"is_block": true,
|
|
9895
|
-
"oneof_group": "network_policy_choice",
|
|
9896
|
-
"description": "[OneOf: active_enhanced_firewall_policies, no_network_policy; Default: no_network_policy] List of Enhanced Firewall Policies These policies use session-based rules and provide all OPTIONS available under firewall policies with an additional option for service insertion."
|
|
9897
|
-
},
|
|
9898
|
-
"active_forward_proxy_policies": {
|
|
9899
|
-
"type": "object",
|
|
9900
|
-
"required": false,
|
|
9901
|
-
"optional": true,
|
|
9902
|
-
"is_block": true,
|
|
9903
|
-
"oneof_group": "forward_proxy_choice",
|
|
9904
|
-
"description": "[OneOf: active_forward_proxy_policies, no_forward_proxy; Default: no_forward_proxy] Ordered List of Forward Proxy Policies active."
|
|
9905
|
-
},
|
|
9906
|
-
"admin_user_credentials": {
|
|
9907
|
-
"type": "object",
|
|
9677
|
+
"address": {
|
|
9678
|
+
"type": "string",
|
|
9908
9679
|
"required": false,
|
|
9909
9680
|
"optional": true,
|
|
9910
|
-
"
|
|
9911
|
-
"
|
|
9681
|
+
"computed": true,
|
|
9682
|
+
"plan_modifier": "UseStateForUnknown",
|
|
9683
|
+
"description": "Site's geographical address that can be used to determine its latitude and longitude."
|
|
9912
9684
|
},
|
|
9913
9685
|
"annotations": {
|
|
9914
9686
|
"type": "map",
|
|
@@ -9916,77 +9688,52 @@
|
|
|
9916
9688
|
"optional": true,
|
|
9917
9689
|
"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."
|
|
9918
9690
|
},
|
|
9919
|
-
"
|
|
9920
|
-
"type": "object",
|
|
9921
|
-
"required": false,
|
|
9922
|
-
"optional": true,
|
|
9923
|
-
"is_block": true,
|
|
9924
|
-
"oneof_group": "provider_choice",
|
|
9925
|
-
"description": "[OneOf: aws, azure, baremetal, equinix, gcp, kvm, nutanix, oci, openstack, vmware] AWS Provider Type. AWS Provider Type."
|
|
9926
|
-
},
|
|
9927
|
-
"azure": {
|
|
9928
|
-
"type": "object",
|
|
9929
|
-
"required": false,
|
|
9930
|
-
"optional": true,
|
|
9931
|
-
"is_block": true,
|
|
9932
|
-
"oneof_group": "provider_choice",
|
|
9933
|
-
"description": "Azure Provider Type. Azure Provider Type."
|
|
9934
|
-
},
|
|
9935
|
-
"baremetal": {
|
|
9936
|
-
"type": "object",
|
|
9937
|
-
"required": false,
|
|
9938
|
-
"optional": true,
|
|
9939
|
-
"is_block": true,
|
|
9940
|
-
"oneof_group": "provider_choice",
|
|
9941
|
-
"description": "Baremetal Provider Type. Baremetal Provider Type."
|
|
9942
|
-
},
|
|
9943
|
-
"block_all_services": {
|
|
9691
|
+
"blocked_services": {
|
|
9944
9692
|
"type": "object",
|
|
9945
9693
|
"required": false,
|
|
9946
9694
|
"optional": true,
|
|
9947
9695
|
"is_block": true,
|
|
9948
9696
|
"oneof_group": "blocked_services_choice",
|
|
9949
|
-
"description": "[OneOf:
|
|
9697
|
+
"description": "[OneOf: blocked_services, default_blocked_services; Default: default_blocked_services] Disable node local services on this site."
|
|
9950
9698
|
},
|
|
9951
|
-
"
|
|
9699
|
+
"bond_device_list": {
|
|
9952
9700
|
"type": "object",
|
|
9953
9701
|
"required": false,
|
|
9954
9702
|
"optional": true,
|
|
9955
9703
|
"is_block": true,
|
|
9956
|
-
"oneof_group": "
|
|
9957
|
-
"description": "
|
|
9704
|
+
"oneof_group": "bond_choice",
|
|
9705
|
+
"description": "[OneOf: bond_device_list, no_bond_devices; Default: no_bond_devices] Bond Devices List. List of bond devices for this fleet."
|
|
9958
9706
|
},
|
|
9959
|
-
"
|
|
9707
|
+
"coordinates": {
|
|
9960
9708
|
"type": "object",
|
|
9961
9709
|
"required": false,
|
|
9962
9710
|
"optional": true,
|
|
9963
9711
|
"is_block": true,
|
|
9964
|
-
"
|
|
9965
|
-
"description": "[OneOf: custom_proxy, f5_proxy] Custom Enterprise Proxy. Custom Enterprise Proxy."
|
|
9712
|
+
"description": "Coordinates of the site which provides the site physical location."
|
|
9966
9713
|
},
|
|
9967
|
-
"
|
|
9714
|
+
"custom_network_config": {
|
|
9968
9715
|
"type": "object",
|
|
9969
9716
|
"required": false,
|
|
9970
9717
|
"optional": true,
|
|
9971
9718
|
"is_block": true,
|
|
9972
|
-
"oneof_group": "
|
|
9973
|
-
"description": "[OneOf:
|
|
9719
|
+
"oneof_group": "network_cfg_choice",
|
|
9720
|
+
"description": "[OneOf: custom_network_config, default_network_config; Default: default_network_config] SmsNetworkConfiguration."
|
|
9974
9721
|
},
|
|
9975
|
-
"
|
|
9722
|
+
"default_blocked_services": {
|
|
9976
9723
|
"type": "object",
|
|
9977
9724
|
"required": false,
|
|
9978
9725
|
"optional": true,
|
|
9979
9726
|
"is_block": true,
|
|
9980
|
-
"oneof_group": "
|
|
9981
|
-
"description": "
|
|
9727
|
+
"oneof_group": "blocked_services_choice",
|
|
9728
|
+
"description": "Enable this option"
|
|
9982
9729
|
},
|
|
9983
|
-
"
|
|
9730
|
+
"default_network_config": {
|
|
9984
9731
|
"type": "object",
|
|
9985
9732
|
"required": false,
|
|
9986
9733
|
"optional": true,
|
|
9987
9734
|
"is_block": true,
|
|
9988
|
-
"oneof_group": "
|
|
9989
|
-
"description": "
|
|
9735
|
+
"oneof_group": "network_cfg_choice",
|
|
9736
|
+
"description": "Enable this option"
|
|
9990
9737
|
},
|
|
9991
9738
|
"description": {
|
|
9992
9739
|
"type": "string",
|
|
@@ -10000,69 +9747,6 @@
|
|
|
10000
9747
|
"optional": true,
|
|
10001
9748
|
"description": "A value of true will administratively disable the object."
|
|
10002
9749
|
},
|
|
10003
|
-
"disable_ha": {
|
|
10004
|
-
"type": "object",
|
|
10005
|
-
"required": false,
|
|
10006
|
-
"optional": true,
|
|
10007
|
-
"is_block": true,
|
|
10008
|
-
"oneof_group": "node_ha_choice",
|
|
10009
|
-
"description": "[OneOf: disable_ha, enable_ha; Default: disable_ha] Can be used for messages where no values are needed."
|
|
10010
|
-
},
|
|
10011
|
-
"disable_url_categorization": {
|
|
10012
|
-
"type": "object",
|
|
10013
|
-
"required": false,
|
|
10014
|
-
"optional": true,
|
|
10015
|
-
"is_block": true,
|
|
10016
|
-
"oneof_group": "url_categorization_choice",
|
|
10017
|
-
"description": "[OneOf: disable_url_categorization, enable_url_categorization; Default: disable_url_categorization] Can be used for messages where no values are needed."
|
|
10018
|
-
},
|
|
10019
|
-
"dns_ntp_config": {
|
|
10020
|
-
"type": "object",
|
|
10021
|
-
"required": false,
|
|
10022
|
-
"optional": true,
|
|
10023
|
-
"is_block": true,
|
|
10024
|
-
"description": "Specify DNS and NTP servers that will be used by the nodes in this Customer Edge site."
|
|
10025
|
-
},
|
|
10026
|
-
"enable_ha": {
|
|
10027
|
-
"type": "object",
|
|
10028
|
-
"required": false,
|
|
10029
|
-
"optional": true,
|
|
10030
|
-
"is_block": true,
|
|
10031
|
-
"oneof_group": "node_ha_choice",
|
|
10032
|
-
"description": "Can be used for messages where no values are needed."
|
|
10033
|
-
},
|
|
10034
|
-
"enable_url_categorization": {
|
|
10035
|
-
"type": "object",
|
|
10036
|
-
"required": false,
|
|
10037
|
-
"optional": true,
|
|
10038
|
-
"is_block": true,
|
|
10039
|
-
"oneof_group": "url_categorization_choice",
|
|
10040
|
-
"description": "Can be used for messages where no values are needed."
|
|
10041
|
-
},
|
|
10042
|
-
"equinix": {
|
|
10043
|
-
"type": "object",
|
|
10044
|
-
"required": false,
|
|
10045
|
-
"optional": true,
|
|
10046
|
-
"is_block": true,
|
|
10047
|
-
"oneof_group": "provider_choice",
|
|
10048
|
-
"description": "Equinix Provider Type. Equinix Provider Type."
|
|
10049
|
-
},
|
|
10050
|
-
"f5_proxy": {
|
|
10051
|
-
"type": "object",
|
|
10052
|
-
"required": false,
|
|
10053
|
-
"optional": true,
|
|
10054
|
-
"is_block": true,
|
|
10055
|
-
"oneof_group": "enterprise_proxy_choice",
|
|
10056
|
-
"description": "Can be used for messages where no values are needed."
|
|
10057
|
-
},
|
|
10058
|
-
"gcp": {
|
|
10059
|
-
"type": "object",
|
|
10060
|
-
"required": false,
|
|
10061
|
-
"optional": true,
|
|
10062
|
-
"is_block": true,
|
|
10063
|
-
"oneof_group": "provider_choice",
|
|
10064
|
-
"description": "GCP Provider Type. GCP Provider Type."
|
|
10065
|
-
},
|
|
10066
9750
|
"id": {
|
|
10067
9751
|
"type": "string",
|
|
10068
9752
|
"required": false,
|
|
@@ -10070,13 +9754,12 @@
|
|
|
10070
9754
|
"plan_modifier": "UseStateForUnknown",
|
|
10071
9755
|
"description": "Unique identifier for the resource."
|
|
10072
9756
|
},
|
|
10073
|
-
"
|
|
9757
|
+
"kubernetes_upgrade_drain": {
|
|
10074
9758
|
"type": "object",
|
|
10075
9759
|
"required": false,
|
|
10076
9760
|
"optional": true,
|
|
10077
9761
|
"is_block": true,
|
|
10078
|
-
"
|
|
10079
|
-
"description": "KVM Provider Type. KVM Provider Type."
|
|
9762
|
+
"description": "Specify how worker nodes within a site will be upgraded."
|
|
10080
9763
|
},
|
|
10081
9764
|
"labels": {
|
|
10082
9765
|
"type": "map",
|
|
@@ -10084,20 +9767,6 @@
|
|
|
10084
9767
|
"optional": true,
|
|
10085
9768
|
"description": "Labels is a user defined key value map that can be attached to resources for organization and filtering."
|
|
10086
9769
|
},
|
|
10087
|
-
"load_balancing": {
|
|
10088
|
-
"type": "object",
|
|
10089
|
-
"required": false,
|
|
10090
|
-
"optional": true,
|
|
10091
|
-
"is_block": true,
|
|
10092
|
-
"description": "Section contains settings on the site that relate to Load Balancing functionality."
|
|
10093
|
-
},
|
|
10094
|
-
"local_vrf": {
|
|
10095
|
-
"type": "object",
|
|
10096
|
-
"required": false,
|
|
10097
|
-
"optional": true,
|
|
10098
|
-
"is_block": true,
|
|
10099
|
-
"description": "There can be two local VRFs on each site. The Site Local Outside (SLO) local VRF is used to connect WAN side workloads to this site and to connect the site to F5 Distributed Cloud for management. All sites are required to have an SLO local VRF."
|
|
10100
|
-
},
|
|
10101
9770
|
"log_receiver": {
|
|
10102
9771
|
"type": "object",
|
|
10103
9772
|
"required": false,
|
|
@@ -10112,7 +9781,14 @@
|
|
|
10112
9781
|
"optional": true,
|
|
10113
9782
|
"is_block": true,
|
|
10114
9783
|
"oneof_group": "logs_receiver_choice",
|
|
10115
|
-
"description": "
|
|
9784
|
+
"description": "Enable this option"
|
|
9785
|
+
},
|
|
9786
|
+
"master_node_configuration": {
|
|
9787
|
+
"type": "list",
|
|
9788
|
+
"required": false,
|
|
9789
|
+
"optional": true,
|
|
9790
|
+
"is_block": true,
|
|
9791
|
+
"description": "Configuration of master nodes ."
|
|
10116
9792
|
},
|
|
10117
9793
|
"name": {
|
|
10118
9794
|
"type": "string",
|
|
@@ -10128,61 +9804,13 @@
|
|
|
10128
9804
|
"validation": "name",
|
|
10129
9805
|
"description": "Namespace where the Securemesh Site will be created."
|
|
10130
9806
|
},
|
|
10131
|
-
"
|
|
10132
|
-
"type": "object",
|
|
10133
|
-
"required": false,
|
|
10134
|
-
"optional": true,
|
|
10135
|
-
"is_block": true,
|
|
10136
|
-
"oneof_group": "forward_proxy_choice",
|
|
10137
|
-
"description": "Can be used for messages where no values are needed."
|
|
10138
|
-
},
|
|
10139
|
-
"no_network_policy": {
|
|
10140
|
-
"type": "object",
|
|
10141
|
-
"required": false,
|
|
10142
|
-
"optional": true,
|
|
10143
|
-
"is_block": true,
|
|
10144
|
-
"oneof_group": "network_policy_choice",
|
|
10145
|
-
"description": "Can be used for messages where no values are needed."
|
|
10146
|
-
},
|
|
10147
|
-
"no_proxy_bypass": {
|
|
10148
|
-
"type": "object",
|
|
10149
|
-
"required": false,
|
|
10150
|
-
"optional": true,
|
|
10151
|
-
"is_block": true,
|
|
10152
|
-
"oneof_group": "proxy_bypass_choice",
|
|
10153
|
-
"description": "Can be used for messages where no values are needed."
|
|
10154
|
-
},
|
|
10155
|
-
"no_s2s_connectivity_sli": {
|
|
10156
|
-
"type": "object",
|
|
10157
|
-
"required": false,
|
|
10158
|
-
"optional": true,
|
|
10159
|
-
"is_block": true,
|
|
10160
|
-
"oneof_group": "s2s_connectivity_sli_choice",
|
|
10161
|
-
"description": "Can be used for messages where no values are needed."
|
|
10162
|
-
},
|
|
10163
|
-
"no_s2s_connectivity_slo": {
|
|
10164
|
-
"type": "object",
|
|
10165
|
-
"required": false,
|
|
10166
|
-
"optional": true,
|
|
10167
|
-
"is_block": true,
|
|
10168
|
-
"oneof_group": "s2s_connectivity_slo_choice",
|
|
10169
|
-
"description": "Can be used for messages where no values are needed."
|
|
10170
|
-
},
|
|
10171
|
-
"nutanix": {
|
|
10172
|
-
"type": "object",
|
|
10173
|
-
"required": false,
|
|
10174
|
-
"optional": true,
|
|
10175
|
-
"is_block": true,
|
|
10176
|
-
"oneof_group": "provider_choice",
|
|
10177
|
-
"description": "Nutanix Provider Type. Nutanix Provider Type."
|
|
10178
|
-
},
|
|
10179
|
-
"oci": {
|
|
9807
|
+
"no_bond_devices": {
|
|
10180
9808
|
"type": "object",
|
|
10181
9809
|
"required": false,
|
|
10182
9810
|
"optional": true,
|
|
10183
9811
|
"is_block": true,
|
|
10184
|
-
"oneof_group": "
|
|
10185
|
-
"description": "
|
|
9812
|
+
"oneof_group": "bond_choice",
|
|
9813
|
+
"description": "Enable this option"
|
|
10186
9814
|
},
|
|
10187
9815
|
"offline_survivability_mode": {
|
|
10188
9816
|
"type": "object",
|
|
@@ -10191,13 +9819,12 @@
|
|
|
10191
9819
|
"is_block": true,
|
|
10192
9820
|
"description": "Offline Survivability allows the Site to continue functioning normally without traffic loss during periods of connectivity loss to the Regional Edge (RE) or the Global Controller (GC). When this feature is enabled, a site can continue to function as is with existing configuration for upto 7.."
|
|
10193
9821
|
},
|
|
10194
|
-
"
|
|
9822
|
+
"os": {
|
|
10195
9823
|
"type": "object",
|
|
10196
9824
|
"required": false,
|
|
10197
9825
|
"optional": true,
|
|
10198
9826
|
"is_block": true,
|
|
10199
|
-
"
|
|
10200
|
-
"description": "Openstack Provider Type. Openstack Provider Type."
|
|
9827
|
+
"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."
|
|
10201
9828
|
},
|
|
10202
9829
|
"performance_enhancement_mode": {
|
|
10203
9830
|
"type": "object",
|
|
@@ -10206,58 +9833,26 @@
|
|
|
10206
9833
|
"is_block": true,
|
|
10207
9834
|
"description": "Optimize the site for L3 or L7 traffic processing. L7 optimized is the default."
|
|
10208
9835
|
},
|
|
10209
|
-
"
|
|
10210
|
-
"type": "object",
|
|
10211
|
-
"required": false,
|
|
10212
|
-
"optional": true,
|
|
10213
|
-
"is_block": true,
|
|
10214
|
-
"description": "Selection criteria to connect the site with F5 Distributed Cloud Regional Edge(s)."
|
|
10215
|
-
},
|
|
10216
|
-
"site_mesh_group_on_slo": {
|
|
10217
|
-
"type": "object",
|
|
10218
|
-
"required": false,
|
|
10219
|
-
"optional": true,
|
|
10220
|
-
"is_block": true,
|
|
10221
|
-
"oneof_group": "s2s_connectivity_slo_choice",
|
|
10222
|
-
"description": "Select how the site mesh group will be connected. By default, public IPs of the control nodes of the site will be used."
|
|
10223
|
-
},
|
|
10224
|
-
"software_settings": {
|
|
9836
|
+
"sw": {
|
|
10225
9837
|
"type": "object",
|
|
10226
9838
|
"required": false,
|
|
10227
9839
|
"optional": true,
|
|
10228
9840
|
"is_block": true,
|
|
10229
|
-
"description": "Select
|
|
10230
|
-
},
|
|
10231
|
-
"tunnel_dead_timeout": {
|
|
10232
|
-
"type": "int64",
|
|
10233
|
-
"required": false,
|
|
10234
|
-
"optional": true,
|
|
10235
|
-
"computed": true,
|
|
10236
|
-
"plan_modifier": "UseStateForUnknown",
|
|
10237
|
-
"description": "Time interval, in millisec, within which any IPsec / SSL connection from the site going down is detected. When not set (== 0), a default value of 10000 msec will be used."
|
|
9841
|
+
"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."
|
|
10238
9842
|
},
|
|
10239
|
-
"
|
|
9843
|
+
"volterra_certified_hw": {
|
|
10240
9844
|
"type": "string",
|
|
10241
9845
|
"required": false,
|
|
10242
9846
|
"optional": true,
|
|
10243
9847
|
"computed": true,
|
|
10244
9848
|
"plan_modifier": "UseStateForUnknown",
|
|
10245
|
-
"description": "
|
|
9849
|
+
"description": "Name for generic server certified hardware to form this Secure Mesh site."
|
|
10246
9850
|
},
|
|
10247
|
-
"
|
|
10248
|
-
"type": "
|
|
10249
|
-
"required": false,
|
|
10250
|
-
"optional": true,
|
|
10251
|
-
"is_block": true,
|
|
10252
|
-
"description": "Upgrade Settings. Specify how a site will be upgraded."
|
|
10253
|
-
},
|
|
10254
|
-
"vmware": {
|
|
10255
|
-
"type": "object",
|
|
9851
|
+
"worker_nodes": {
|
|
9852
|
+
"type": "list",
|
|
10256
9853
|
"required": false,
|
|
10257
9854
|
"optional": true,
|
|
10258
|
-
"
|
|
10259
|
-
"oneof_group": "provider_choice",
|
|
10260
|
-
"description": "VMware Provider Type. VMware Provider Type."
|
|
9855
|
+
"description": "Worker Nodes. Names of worker nodes."
|
|
10261
9856
|
}
|
|
10262
9857
|
}
|
|
10263
9858
|
},
|
|
@@ -10291,7 +9886,7 @@
|
|
|
10291
9886
|
"optional": true,
|
|
10292
9887
|
"is_block": true,
|
|
10293
9888
|
"oneof_group": "internet_connection_choice",
|
|
10294
|
-
"description": "[OneOf: disable, enable]
|
|
9889
|
+
"description": "[OneOf: disable, enable] Enable this option"
|
|
10295
9890
|
},
|
|
10296
9891
|
"enable": {
|
|
10297
9892
|
"type": "object",
|
|
@@ -10299,7 +9894,7 @@
|
|
|
10299
9894
|
"optional": true,
|
|
10300
9895
|
"is_block": true,
|
|
10301
9896
|
"oneof_group": "internet_connection_choice",
|
|
10302
|
-
"description": "
|
|
9897
|
+
"description": "Enable this option"
|
|
10303
9898
|
},
|
|
10304
9899
|
"id": {
|
|
10305
9900
|
"type": "string",
|
|
@@ -10433,7 +10028,7 @@
|
|
|
10433
10028
|
"optional": true,
|
|
10434
10029
|
"is_block": true,
|
|
10435
10030
|
"oneof_group": "rule_choice",
|
|
10436
|
-
"description": "[OneOf: allow_all_requests, allow_list, deny_all_requests, deny_list, rule_list]
|
|
10031
|
+
"description": "[OneOf: allow_all_requests, allow_list, deny_all_requests, deny_list, rule_list] Enable this option"
|
|
10437
10032
|
},
|
|
10438
10033
|
"allow_list": {
|
|
10439
10034
|
"type": "object",
|
|
@@ -10455,7 +10050,7 @@
|
|
|
10455
10050
|
"optional": true,
|
|
10456
10051
|
"is_block": true,
|
|
10457
10052
|
"oneof_group": "server_choice",
|
|
10458
|
-
"description": "[OneOf: any_server, server_name, server_name_matcher, server_selector]
|
|
10053
|
+
"description": "[OneOf: any_server, server_name, server_name_matcher, server_selector] Enable this option"
|
|
10459
10054
|
},
|
|
10460
10055
|
"deny_all_requests": {
|
|
10461
10056
|
"type": "object",
|
|
@@ -10463,7 +10058,7 @@
|
|
|
10463
10058
|
"optional": true,
|
|
10464
10059
|
"is_block": true,
|
|
10465
10060
|
"oneof_group": "rule_choice",
|
|
10466
|
-
"description": "
|
|
10061
|
+
"description": "Enable this option"
|
|
10467
10062
|
},
|
|
10468
10063
|
"deny_list": {
|
|
10469
10064
|
"type": "object",
|
|
@@ -10618,7 +10213,7 @@
|
|
|
10618
10213
|
"optional": true,
|
|
10619
10214
|
"is_block": true,
|
|
10620
10215
|
"oneof_group": "asn_choice",
|
|
10621
|
-
"description": "[OneOf: any_asn, asn_list, asn_matcher]
|
|
10216
|
+
"description": "[OneOf: any_asn, asn_list, asn_matcher] Enable this option"
|
|
10622
10217
|
},
|
|
10623
10218
|
"any_client": {
|
|
10624
10219
|
"type": "object",
|
|
@@ -10626,7 +10221,7 @@
|
|
|
10626
10221
|
"optional": true,
|
|
10627
10222
|
"is_block": true,
|
|
10628
10223
|
"oneof_group": "client_choice",
|
|
10629
|
-
"description": "[OneOf: any_client, client_name, client_name_matcher, client_selector, ip_threat_category_list]
|
|
10224
|
+
"description": "[OneOf: any_client, client_name, client_name_matcher, client_selector, ip_threat_category_list] Enable this option"
|
|
10630
10225
|
},
|
|
10631
10226
|
"any_ip": {
|
|
10632
10227
|
"type": "object",
|
|
@@ -10634,7 +10229,7 @@
|
|
|
10634
10229
|
"optional": true,
|
|
10635
10230
|
"is_block": true,
|
|
10636
10231
|
"oneof_group": "ip_choice",
|
|
10637
|
-
"description": "[OneOf: any_ip, ip_matcher, ip_prefix_list]
|
|
10232
|
+
"description": "[OneOf: any_ip, ip_matcher, ip_prefix_list] Enable this option"
|
|
10638
10233
|
},
|
|
10639
10234
|
"api_group_matcher": {
|
|
10640
10235
|
"type": "object",
|
|
@@ -10886,7 +10481,7 @@
|
|
|
10886
10481
|
}
|
|
10887
10482
|
},
|
|
10888
10483
|
"site": {
|
|
10889
|
-
"description": "Manages a Site resource in F5 Distributed Cloud for
|
|
10484
|
+
"description": "Manages a Site resource in F5 Distributed Cloud for gcp vpc site specification. configuration.",
|
|
10890
10485
|
"category": "Infrastructure",
|
|
10891
10486
|
"tier": "Standard",
|
|
10892
10487
|
"import_format": "namespace/name",
|
|
@@ -10901,47 +10496,19 @@
|
|
|
10901
10496
|
},
|
|
10902
10497
|
"deployment": {
|
|
10903
10498
|
"fields": [
|
|
10904
|
-
"
|
|
10905
|
-
]
|
|
10906
|
-
},
|
|
10907
|
-
"direct_connect_choice": {
|
|
10908
|
-
"fields": [
|
|
10909
|
-
"direct_connect_disabled",
|
|
10910
|
-
"direct_connect_enabled",
|
|
10911
|
-
"private_connectivity"
|
|
10499
|
+
"cloud_credentials"
|
|
10912
10500
|
]
|
|
10913
10501
|
},
|
|
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": {
|
|
10923
|
-
"fields": [
|
|
10924
|
-
"disable_internet_vip",
|
|
10925
|
-
"enable_internet_vip"
|
|
10926
|
-
],
|
|
10927
|
-
"default": "disable_internet_vip"
|
|
10928
|
-
},
|
|
10929
10502
|
"logs_receiver_choice": {
|
|
10930
10503
|
"fields": [
|
|
10931
10504
|
"log_receiver",
|
|
10932
10505
|
"logs_streaming_disabled"
|
|
10933
10506
|
]
|
|
10934
10507
|
},
|
|
10935
|
-
"
|
|
10936
|
-
"fields": [
|
|
10937
|
-
"f5_orchestrated_routing",
|
|
10938
|
-
"manual_routing"
|
|
10939
|
-
]
|
|
10940
|
-
},
|
|
10941
|
-
"security_group_choice": {
|
|
10508
|
+
"private_connectivity_choice": {
|
|
10942
10509
|
"fields": [
|
|
10943
|
-
"
|
|
10944
|
-
"
|
|
10510
|
+
"private_connect_disabled",
|
|
10511
|
+
"private_connectivity"
|
|
10945
10512
|
]
|
|
10946
10513
|
},
|
|
10947
10514
|
"site_type": {
|
|
@@ -10950,14 +10517,6 @@
|
|
|
10950
10517
|
"ingress_gw",
|
|
10951
10518
|
"voltstack_cluster"
|
|
10952
10519
|
]
|
|
10953
|
-
},
|
|
10954
|
-
"worker_nodes": {
|
|
10955
|
-
"fields": [
|
|
10956
|
-
"no_worker_nodes",
|
|
10957
|
-
"nodes_per_az",
|
|
10958
|
-
"total_nodes"
|
|
10959
|
-
],
|
|
10960
|
-
"default": "no_worker_nodes"
|
|
10961
10520
|
}
|
|
10962
10521
|
},
|
|
10963
10522
|
"attributes": {
|
|
@@ -10982,29 +10541,13 @@
|
|
|
10982
10541
|
"optional": true,
|
|
10983
10542
|
"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
10543
|
},
|
|
10985
|
-
"aws_cred": {
|
|
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
10544
|
"block_all_services": {
|
|
11002
10545
|
"type": "object",
|
|
11003
10546
|
"required": false,
|
|
11004
10547
|
"optional": true,
|
|
11005
10548
|
"is_block": true,
|
|
11006
10549
|
"oneof_group": "blocked_services_choice",
|
|
11007
|
-
"description": "[OneOf: block_all_services, blocked_services, default_blocked_services; Default: default_blocked_services]
|
|
10550
|
+
"description": "[OneOf: block_all_services, blocked_services, default_blocked_services; Default: default_blocked_services] Enable this option"
|
|
11008
10551
|
},
|
|
11009
10552
|
"blocked_services": {
|
|
11010
10553
|
"type": "object",
|
|
@@ -11014,27 +10557,27 @@
|
|
|
11014
10557
|
"oneof_group": "blocked_services_choice",
|
|
11015
10558
|
"description": "Disable node local services on this site."
|
|
11016
10559
|
},
|
|
11017
|
-
"
|
|
10560
|
+
"cloud_credentials": {
|
|
11018
10561
|
"type": "object",
|
|
11019
10562
|
"required": false,
|
|
11020
10563
|
"optional": true,
|
|
11021
10564
|
"is_block": true,
|
|
11022
|
-
"
|
|
10565
|
+
"oneof_group": "deployment",
|
|
10566
|
+
"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."
|
|
11023
10567
|
},
|
|
11024
|
-
"
|
|
10568
|
+
"coordinates": {
|
|
11025
10569
|
"type": "object",
|
|
11026
10570
|
"required": false,
|
|
11027
10571
|
"optional": true,
|
|
11028
10572
|
"is_block": true,
|
|
11029
|
-
"description": "
|
|
10573
|
+
"description": "Coordinates of the site which provides the site physical location."
|
|
11030
10574
|
},
|
|
11031
|
-
"
|
|
10575
|
+
"custom_dns": {
|
|
11032
10576
|
"type": "object",
|
|
11033
10577
|
"required": false,
|
|
11034
10578
|
"optional": true,
|
|
11035
10579
|
"is_block": true,
|
|
11036
|
-
"
|
|
11037
|
-
"description": "[OneOf: custom_security_group, f5xc_security_group] Enter pre created security groups for slo(Site Local Outside) and sli(Site Local Inside) interface. Supported only for sites deployed on existing VPC."
|
|
10580
|
+
"description": "Custom DNS is the configured for specify CE site."
|
|
11038
10581
|
},
|
|
11039
10582
|
"default_blocked_services": {
|
|
11040
10583
|
"type": "object",
|
|
@@ -11042,7 +10585,7 @@
|
|
|
11042
10585
|
"optional": true,
|
|
11043
10586
|
"is_block": true,
|
|
11044
10587
|
"oneof_group": "blocked_services_choice",
|
|
11045
|
-
"description": "
|
|
10588
|
+
"description": "Enable this option"
|
|
11046
10589
|
},
|
|
11047
10590
|
"description": {
|
|
11048
10591
|
"type": "string",
|
|
@@ -11050,36 +10593,12 @@
|
|
|
11050
10593
|
"optional": true,
|
|
11051
10594
|
"description": "Human readable description for the object."
|
|
11052
10595
|
},
|
|
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
10596
|
"disable": {
|
|
11070
10597
|
"type": "bool",
|
|
11071
10598
|
"required": false,
|
|
11072
10599
|
"optional": true,
|
|
11073
10600
|
"description": "A value of true will administratively disable the object."
|
|
11074
10601
|
},
|
|
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
10602
|
"disk_size": {
|
|
11084
10603
|
"type": "int64",
|
|
11085
10604
|
"required": false,
|
|
@@ -11088,53 +10607,20 @@
|
|
|
11088
10607
|
"plan_modifier": "UseStateForUnknown",
|
|
11089
10608
|
"description": "Disk size to be used for this instance in GiB. 80 is 80 GiB."
|
|
11090
10609
|
},
|
|
11091
|
-
"
|
|
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": {
|
|
10610
|
+
"gcp_labels": {
|
|
11124
10611
|
"type": "object",
|
|
11125
10612
|
"required": false,
|
|
11126
10613
|
"optional": true,
|
|
11127
10614
|
"is_block": true,
|
|
11128
|
-
"
|
|
11129
|
-
"description": "[OneOf: f5_orchestrated_routing, manual_routing] Can be used for messages where no values are needed."
|
|
10615
|
+
"description": "GCP Label is a label consisting of a user-defined key and value. It helps to manage, identify, organize, search for, and filter resources in GCP console."
|
|
11130
10616
|
},
|
|
11131
|
-
"
|
|
11132
|
-
"type": "
|
|
10617
|
+
"gcp_region": {
|
|
10618
|
+
"type": "string",
|
|
11133
10619
|
"required": false,
|
|
11134
10620
|
"optional": true,
|
|
11135
|
-
"
|
|
11136
|
-
"
|
|
11137
|
-
"description": "
|
|
10621
|
+
"computed": true,
|
|
10622
|
+
"plan_modifier": "UseStateForUnknown",
|
|
10623
|
+
"description": "GCP Region. Name for GCP Region."
|
|
11138
10624
|
},
|
|
11139
10625
|
"id": {
|
|
11140
10626
|
"type": "string",
|
|
@@ -11149,7 +10635,7 @@
|
|
|
11149
10635
|
"optional": true,
|
|
11150
10636
|
"is_block": true,
|
|
11151
10637
|
"oneof_group": "site_type",
|
|
11152
|
-
"description": "[OneOf: ingress_egress_gw, ingress_gw, voltstack_cluster]
|
|
10638
|
+
"description": "[OneOf: ingress_egress_gw, ingress_gw, voltstack_cluster] GCP Ingress/Egress Gateway. Two interface GCP ingress/egress site."
|
|
11153
10639
|
},
|
|
11154
10640
|
"ingress_gw": {
|
|
11155
10641
|
"type": "object",
|
|
@@ -11157,7 +10643,7 @@
|
|
|
11157
10643
|
"optional": true,
|
|
11158
10644
|
"is_block": true,
|
|
11159
10645
|
"oneof_group": "site_type",
|
|
11160
|
-
"description": "
|
|
10646
|
+
"description": "GCP Ingress Gateway. Single interface GCP ingress site."
|
|
11161
10647
|
},
|
|
11162
10648
|
"instance_type": {
|
|
11163
10649
|
"type": "string",
|
|
@@ -11194,15 +10680,7 @@
|
|
|
11194
10680
|
"optional": true,
|
|
11195
10681
|
"is_block": true,
|
|
11196
10682
|
"oneof_group": "logs_receiver_choice",
|
|
11197
|
-
"description": "
|
|
11198
|
-
},
|
|
11199
|
-
"manual_routing": {
|
|
11200
|
-
"type": "object",
|
|
11201
|
-
"required": false,
|
|
11202
|
-
"optional": true,
|
|
11203
|
-
"is_block": true,
|
|
11204
|
-
"oneof_group": "routing_type",
|
|
11205
|
-
"description": "Can be used for messages where no values are needed."
|
|
10683
|
+
"description": "Enable this option"
|
|
11206
10684
|
},
|
|
11207
10685
|
"name": {
|
|
11208
10686
|
"type": "string",
|
|
@@ -11218,43 +10696,34 @@
|
|
|
11218
10696
|
"validation": "name",
|
|
11219
10697
|
"description": "Namespace where the Site will be created."
|
|
11220
10698
|
},
|
|
11221
|
-
"
|
|
10699
|
+
"offline_survivability_mode": {
|
|
11222
10700
|
"type": "object",
|
|
11223
10701
|
"required": false,
|
|
11224
10702
|
"optional": true,
|
|
11225
10703
|
"is_block": true,
|
|
11226
|
-
"
|
|
11227
|
-
"description": "[OneOf: no_worker_nodes, nodes_per_az, total_nodes; Default: no_worker_nodes] Can be used for messages where no values are needed."
|
|
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."
|
|
10704
|
+
"description": "Offline Survivability allows the Site to continue functioning normally without traffic loss during periods of connectivity loss to the Regional Edge (RE) or the Global Controller (GC). When this feature is enabled, a site can continue to function as is with existing configuration for upto 7.."
|
|
11237
10705
|
},
|
|
11238
|
-
"
|
|
10706
|
+
"os": {
|
|
11239
10707
|
"type": "object",
|
|
11240
10708
|
"required": false,
|
|
11241
10709
|
"optional": true,
|
|
11242
10710
|
"is_block": true,
|
|
11243
|
-
"description": "
|
|
10711
|
+
"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."
|
|
11244
10712
|
},
|
|
11245
|
-
"
|
|
10713
|
+
"private_connect_disabled": {
|
|
11246
10714
|
"type": "object",
|
|
11247
10715
|
"required": false,
|
|
11248
10716
|
"optional": true,
|
|
11249
10717
|
"is_block": true,
|
|
11250
|
-
"
|
|
10718
|
+
"oneof_group": "private_connectivity_choice",
|
|
10719
|
+
"description": "[OneOf: private_connect_disabled, private_connectivity] Enable this option"
|
|
11251
10720
|
},
|
|
11252
10721
|
"private_connectivity": {
|
|
11253
10722
|
"type": "object",
|
|
11254
10723
|
"required": false,
|
|
11255
10724
|
"optional": true,
|
|
11256
10725
|
"is_block": true,
|
|
11257
|
-
"oneof_group": "
|
|
10726
|
+
"oneof_group": "private_connectivity_choice",
|
|
11258
10727
|
"description": "Private Connect Configuration. Private Connect Configuration."
|
|
11259
10728
|
},
|
|
11260
10729
|
"ssh_key": {
|
|
@@ -11272,36 +10741,13 @@
|
|
|
11272
10741
|
"is_block": true,
|
|
11273
10742
|
"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
10743
|
},
|
|
11275
|
-
"tags": {
|
|
11276
|
-
"type": "object",
|
|
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",
|
|
11284
|
-
"required": false,
|
|
11285
|
-
"optional": true,
|
|
11286
|
-
"computed": true,
|
|
11287
|
-
"plan_modifier": "UseStateForUnknown",
|
|
11288
|
-
"oneof_group": "worker_nodes",
|
|
11289
|
-
"description": "Total number of worker nodes to be deployed across all AZ's used in the Site."
|
|
11290
|
-
},
|
|
11291
10744
|
"voltstack_cluster": {
|
|
11292
10745
|
"type": "object",
|
|
11293
10746
|
"required": false,
|
|
11294
10747
|
"optional": true,
|
|
11295
10748
|
"is_block": true,
|
|
11296
10749
|
"oneof_group": "site_type",
|
|
11297
|
-
"description": "App Stack cluster of single interface
|
|
11298
|
-
},
|
|
11299
|
-
"vpc": {
|
|
11300
|
-
"type": "object",
|
|
11301
|
-
"required": false,
|
|
11302
|
-
"optional": true,
|
|
11303
|
-
"is_block": true,
|
|
11304
|
-
"description": "Defines choice about AWS VPC for a view."
|
|
10750
|
+
"description": "App Stack cluster of single interface GCP site."
|
|
11305
10751
|
}
|
|
11306
10752
|
},
|
|
11307
10753
|
"dependencies": {
|
|
@@ -11359,7 +10805,7 @@
|
|
|
11359
10805
|
"optional": true,
|
|
11360
10806
|
"is_block": true,
|
|
11361
10807
|
"oneof_group": "re_fallback",
|
|
11362
|
-
"description": "[OneOf: disable_re_fallback, enable_re_fallback; Default: disable_re_fallback]
|
|
10808
|
+
"description": "[OneOf: disable_re_fallback, enable_re_fallback; Default: disable_re_fallback] Enable this option"
|
|
11363
10809
|
},
|
|
11364
10810
|
"enable_re_fallback": {
|
|
11365
10811
|
"type": "object",
|
|
@@ -11367,7 +10813,7 @@
|
|
|
11367
10813
|
"optional": true,
|
|
11368
10814
|
"is_block": true,
|
|
11369
10815
|
"oneof_group": "re_fallback",
|
|
11370
|
-
"description": "
|
|
10816
|
+
"description": "Enable this option"
|
|
11371
10817
|
},
|
|
11372
10818
|
"full_mesh": {
|
|
11373
10819
|
"type": "object",
|
|
@@ -11467,7 +10913,7 @@
|
|
|
11467
10913
|
"optional": true,
|
|
11468
10914
|
"is_block": true,
|
|
11469
10915
|
"oneof_group": "connection_choice",
|
|
11470
|
-
"description": "
|
|
10916
|
+
"description": "Enable this option"
|
|
11471
10917
|
},
|
|
11472
10918
|
"description": {
|
|
11473
10919
|
"type": "string",
|
|
@@ -11494,7 +10940,7 @@
|
|
|
11494
10940
|
"optional": true,
|
|
11495
10941
|
"is_block": true,
|
|
11496
10942
|
"oneof_group": "connection_choice",
|
|
11497
|
-
"description": "
|
|
10943
|
+
"description": "Enable this option"
|
|
11498
10944
|
},
|
|
11499
10945
|
"labels": {
|
|
11500
10946
|
"type": "map",
|
|
@@ -11615,7 +11061,7 @@
|
|
|
11615
11061
|
"optional": true,
|
|
11616
11062
|
"is_block": true,
|
|
11617
11063
|
"oneof_group": "advertise_choice",
|
|
11618
|
-
"description": "
|
|
11064
|
+
"description": "Enable this option"
|
|
11619
11065
|
},
|
|
11620
11066
|
"annotations": {
|
|
11621
11067
|
"type": "map",
|
|
@@ -11629,7 +11075,7 @@
|
|
|
11629
11075
|
"optional": true,
|
|
11630
11076
|
"is_block": true,
|
|
11631
11077
|
"oneof_group": "sni_default_lb_choice",
|
|
11632
|
-
"description": "[OneOf: default_lb_with_sni, no_sni, sni; Default: default_lb_with_sni]
|
|
11078
|
+
"description": "[OneOf: default_lb_with_sni, no_sni, sni; Default: default_lb_with_sni] Enable this option"
|
|
11633
11079
|
},
|
|
11634
11080
|
"description": {
|
|
11635
11081
|
"type": "string",
|
|
@@ -11657,7 +11103,7 @@
|
|
|
11657
11103
|
"optional": true,
|
|
11658
11104
|
"is_block": true,
|
|
11659
11105
|
"oneof_group": "advertise_choice",
|
|
11660
|
-
"description": "
|
|
11106
|
+
"description": "Enable this option"
|
|
11661
11107
|
},
|
|
11662
11108
|
"do_not_retract_cluster": {
|
|
11663
11109
|
"type": "object",
|
|
@@ -11665,7 +11111,7 @@
|
|
|
11665
11111
|
"optional": true,
|
|
11666
11112
|
"is_block": true,
|
|
11667
11113
|
"oneof_group": "cluster_retract_choice",
|
|
11668
|
-
"description": "[OneOf: do_not_retract_cluster, retract_cluster]
|
|
11114
|
+
"description": "[OneOf: do_not_retract_cluster, retract_cluster] Enable this option"
|
|
11669
11115
|
},
|
|
11670
11116
|
"domains": {
|
|
11671
11117
|
"type": "list",
|
|
@@ -11679,7 +11125,7 @@
|
|
|
11679
11125
|
"optional": true,
|
|
11680
11126
|
"is_block": true,
|
|
11681
11127
|
"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]
|
|
11128
|
+
"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
11129
|
},
|
|
11684
11130
|
"hash_policy_choice_random": {
|
|
11685
11131
|
"type": "object",
|
|
@@ -11687,7 +11133,7 @@
|
|
|
11687
11133
|
"optional": true,
|
|
11688
11134
|
"is_block": true,
|
|
11689
11135
|
"oneof_group": "hash_policy_choice",
|
|
11690
|
-
"description": "
|
|
11136
|
+
"description": "Enable this option"
|
|
11691
11137
|
},
|
|
11692
11138
|
"hash_policy_choice_round_robin": {
|
|
11693
11139
|
"type": "object",
|
|
@@ -11695,7 +11141,7 @@
|
|
|
11695
11141
|
"optional": true,
|
|
11696
11142
|
"is_block": true,
|
|
11697
11143
|
"oneof_group": "hash_policy_choice",
|
|
11698
|
-
"description": "
|
|
11144
|
+
"description": "Enable this option"
|
|
11699
11145
|
},
|
|
11700
11146
|
"hash_policy_choice_source_ip_stickiness": {
|
|
11701
11147
|
"type": "object",
|
|
@@ -11703,7 +11149,7 @@
|
|
|
11703
11149
|
"optional": true,
|
|
11704
11150
|
"is_block": true,
|
|
11705
11151
|
"oneof_group": "hash_policy_choice",
|
|
11706
|
-
"description": "
|
|
11152
|
+
"description": "Enable this option"
|
|
11707
11153
|
},
|
|
11708
11154
|
"id": {
|
|
11709
11155
|
"type": "string",
|
|
@@ -11756,7 +11202,7 @@
|
|
|
11756
11202
|
"optional": true,
|
|
11757
11203
|
"is_block": true,
|
|
11758
11204
|
"oneof_group": "service_policy_choice",
|
|
11759
|
-
"description": "
|
|
11205
|
+
"description": "Enable this option"
|
|
11760
11206
|
},
|
|
11761
11207
|
"no_sni": {
|
|
11762
11208
|
"type": "object",
|
|
@@ -11764,7 +11210,7 @@
|
|
|
11764
11210
|
"optional": true,
|
|
11765
11211
|
"is_block": true,
|
|
11766
11212
|
"oneof_group": "sni_default_lb_choice",
|
|
11767
|
-
"description": "
|
|
11213
|
+
"description": "Enable this option"
|
|
11768
11214
|
},
|
|
11769
11215
|
"origin_pools_weights": {
|
|
11770
11216
|
"type": "list",
|
|
@@ -11788,7 +11234,7 @@
|
|
|
11788
11234
|
"optional": true,
|
|
11789
11235
|
"is_block": true,
|
|
11790
11236
|
"oneof_group": "cluster_retract_choice",
|
|
11791
|
-
"description": "
|
|
11237
|
+
"description": "Enable this option"
|
|
11792
11238
|
},
|
|
11793
11239
|
"service_policies_from_namespace": {
|
|
11794
11240
|
"type": "object",
|
|
@@ -11796,7 +11242,7 @@
|
|
|
11796
11242
|
"optional": true,
|
|
11797
11243
|
"is_block": true,
|
|
11798
11244
|
"oneof_group": "service_policy_choice",
|
|
11799
|
-
"description": "
|
|
11245
|
+
"description": "Enable this option"
|
|
11800
11246
|
},
|
|
11801
11247
|
"sni": {
|
|
11802
11248
|
"type": "object",
|
|
@@ -11804,7 +11250,7 @@
|
|
|
11804
11250
|
"optional": true,
|
|
11805
11251
|
"is_block": true,
|
|
11806
11252
|
"oneof_group": "sni_default_lb_choice",
|
|
11807
|
-
"description": "
|
|
11253
|
+
"description": "Enable this option"
|
|
11808
11254
|
},
|
|
11809
11255
|
"tcp": {
|
|
11810
11256
|
"type": "object",
|
|
@@ -11812,7 +11258,7 @@
|
|
|
11812
11258
|
"optional": true,
|
|
11813
11259
|
"is_block": true,
|
|
11814
11260
|
"oneof_group": "loadbalancer_type",
|
|
11815
|
-
"description": "[OneOf: tcp, tls_tcp, tls_tcp_auto_cert]
|
|
11261
|
+
"description": "[OneOf: tcp, tls_tcp, tls_tcp_auto_cert] Enable this option"
|
|
11816
11262
|
},
|
|
11817
11263
|
"tls_tcp": {
|
|
11818
11264
|
"type": "object",
|
|
@@ -12109,7 +11555,7 @@
|
|
|
12109
11555
|
"optional": true,
|
|
12110
11556
|
"is_block": true,
|
|
12111
11557
|
"oneof_group": "advertise_choice",
|
|
12112
|
-
"description": "
|
|
11558
|
+
"description": "Enable this option"
|
|
12113
11559
|
},
|
|
12114
11560
|
"annotations": {
|
|
12115
11561
|
"type": "map",
|
|
@@ -12143,7 +11589,7 @@
|
|
|
12143
11589
|
"optional": true,
|
|
12144
11590
|
"is_block": true,
|
|
12145
11591
|
"oneof_group": "advertise_choice",
|
|
12146
|
-
"description": "
|
|
11592
|
+
"description": "Enable this option"
|
|
12147
11593
|
},
|
|
12148
11594
|
"domains": {
|
|
12149
11595
|
"type": "list",
|
|
@@ -12165,7 +11611,7 @@
|
|
|
12165
11611
|
"optional": true,
|
|
12166
11612
|
"is_block": true,
|
|
12167
11613
|
"oneof_group": "hash_policy_choice",
|
|
12168
|
-
"description": "[OneOf: hash_policy_choice_random, hash_policy_choice_round_robin, hash_policy_choice_source_ip_stickiness]
|
|
11614
|
+
"description": "[OneOf: hash_policy_choice_random, hash_policy_choice_round_robin, hash_policy_choice_source_ip_stickiness] Enable this option"
|
|
12169
11615
|
},
|
|
12170
11616
|
"hash_policy_choice_round_robin": {
|
|
12171
11617
|
"type": "object",
|
|
@@ -12173,7 +11619,7 @@
|
|
|
12173
11619
|
"optional": true,
|
|
12174
11620
|
"is_block": true,
|
|
12175
11621
|
"oneof_group": "hash_policy_choice",
|
|
12176
|
-
"description": "
|
|
11622
|
+
"description": "Enable this option"
|
|
12177
11623
|
},
|
|
12178
11624
|
"hash_policy_choice_source_ip_stickiness": {
|
|
12179
11625
|
"type": "object",
|
|
@@ -12181,7 +11627,7 @@
|
|
|
12181
11627
|
"optional": true,
|
|
12182
11628
|
"is_block": true,
|
|
12183
11629
|
"oneof_group": "hash_policy_choice",
|
|
12184
|
-
"description": "
|
|
11630
|
+
"description": "Enable this option"
|
|
12185
11631
|
},
|
|
12186
11632
|
"id": {
|
|
12187
11633
|
"type": "string",
|
|
@@ -12250,7 +11696,7 @@
|
|
|
12250
11696
|
"optional": true,
|
|
12251
11697
|
"is_block": true,
|
|
12252
11698
|
"oneof_group": "loadbalancer_type",
|
|
12253
|
-
"description": "
|
|
11699
|
+
"description": "Enable this option"
|
|
12254
11700
|
}
|
|
12255
11701
|
}
|
|
12256
11702
|
},
|
|
@@ -12527,7 +11973,7 @@
|
|
|
12527
11973
|
"optional": true,
|
|
12528
11974
|
"is_block": true,
|
|
12529
11975
|
"oneof_group": "server_header_choice",
|
|
12530
|
-
"description": "
|
|
11976
|
+
"description": "Enable this option"
|
|
12531
11977
|
},
|
|
12532
11978
|
"default_loadbalancer": {
|
|
12533
11979
|
"type": "object",
|
|
@@ -12535,7 +11981,7 @@
|
|
|
12535
11981
|
"optional": true,
|
|
12536
11982
|
"is_block": true,
|
|
12537
11983
|
"oneof_group": "default_lb_choice",
|
|
12538
|
-
"description": "[OneOf: default_loadbalancer, non_default_loadbalancer; Default: default_loadbalancer]
|
|
11984
|
+
"description": "[OneOf: default_loadbalancer, non_default_loadbalancer; Default: default_loadbalancer] Enable this option"
|
|
12539
11985
|
},
|
|
12540
11986
|
"description": {
|
|
12541
11987
|
"type": "string",
|
|
@@ -12571,7 +12017,7 @@
|
|
|
12571
12017
|
"optional": true,
|
|
12572
12018
|
"is_block": true,
|
|
12573
12019
|
"oneof_group": "path_normalize_choice",
|
|
12574
|
-
"description": "[OneOf: disable_path_normalize, enable_path_normalize; Default: disable_path_normalize]
|
|
12020
|
+
"description": "[OneOf: disable_path_normalize, enable_path_normalize; Default: disable_path_normalize] Enable this option"
|
|
12575
12021
|
},
|
|
12576
12022
|
"domains": {
|
|
12577
12023
|
"type": "list",
|
|
@@ -12592,7 +12038,7 @@
|
|
|
12592
12038
|
"optional": true,
|
|
12593
12039
|
"is_block": true,
|
|
12594
12040
|
"oneof_group": "path_normalize_choice",
|
|
12595
|
-
"description": "
|
|
12041
|
+
"description": "Enable this option"
|
|
12596
12042
|
},
|
|
12597
12043
|
"http_protocol_options": {
|
|
12598
12044
|
"type": "object",
|
|
@@ -12658,7 +12104,7 @@
|
|
|
12658
12104
|
"optional": true,
|
|
12659
12105
|
"is_block": true,
|
|
12660
12106
|
"oneof_group": "authentication_choice",
|
|
12661
|
-
"description": "
|
|
12107
|
+
"description": "Enable this option"
|
|
12662
12108
|
},
|
|
12663
12109
|
"no_challenge": {
|
|
12664
12110
|
"type": "object",
|
|
@@ -12666,7 +12112,7 @@
|
|
|
12666
12112
|
"optional": true,
|
|
12667
12113
|
"is_block": true,
|
|
12668
12114
|
"oneof_group": "challenge_type",
|
|
12669
|
-
"description": "
|
|
12115
|
+
"description": "Enable this option"
|
|
12670
12116
|
},
|
|
12671
12117
|
"non_default_loadbalancer": {
|
|
12672
12118
|
"type": "object",
|
|
@@ -12674,7 +12120,7 @@
|
|
|
12674
12120
|
"optional": true,
|
|
12675
12121
|
"is_block": true,
|
|
12676
12122
|
"oneof_group": "default_lb_choice",
|
|
12677
|
-
"description": "
|
|
12123
|
+
"description": "Enable this option"
|
|
12678
12124
|
},
|
|
12679
12125
|
"pass_through": {
|
|
12680
12126
|
"type": "object",
|
|
@@ -12682,7 +12128,7 @@
|
|
|
12682
12128
|
"optional": true,
|
|
12683
12129
|
"is_block": true,
|
|
12684
12130
|
"oneof_group": "server_header_choice",
|
|
12685
|
-
"description": "
|
|
12131
|
+
"description": "Enable this option"
|
|
12686
12132
|
},
|
|
12687
12133
|
"proxy": {
|
|
12688
12134
|
"type": "string",
|
|
@@ -12860,7 +12306,7 @@
|
|
|
12860
12306
|
"optional": true,
|
|
12861
12307
|
"is_block": true,
|
|
12862
12308
|
"oneof_group": "network_choice",
|
|
12863
|
-
"description": "[OneOf: global_network, legacy_type, site_local_inside_network, site_local_network]
|
|
12309
|
+
"description": "[OneOf: global_network, legacy_type, site_local_inside_network, site_local_network] Enable this option"
|
|
12864
12310
|
},
|
|
12865
12311
|
"id": {
|
|
12866
12312
|
"type": "string",
|
|
@@ -12904,7 +12350,7 @@
|
|
|
12904
12350
|
"optional": true,
|
|
12905
12351
|
"is_block": true,
|
|
12906
12352
|
"oneof_group": "network_choice",
|
|
12907
|
-
"description": "
|
|
12353
|
+
"description": "Enable this option"
|
|
12908
12354
|
},
|
|
12909
12355
|
"site_local_network": {
|
|
12910
12356
|
"type": "object",
|
|
@@ -12912,7 +12358,7 @@
|
|
|
12912
12358
|
"optional": true,
|
|
12913
12359
|
"is_block": true,
|
|
12914
12360
|
"oneof_group": "network_choice",
|
|
12915
|
-
"description": "
|
|
12361
|
+
"description": "Enable this option"
|
|
12916
12362
|
},
|
|
12917
12363
|
"static_routes": {
|
|
12918
12364
|
"type": "list",
|
|
@@ -13101,7 +12547,7 @@
|
|
|
13101
12547
|
"optional": true,
|
|
13102
12548
|
"is_block": true,
|
|
13103
12549
|
"oneof_group": "usb_policy_choice",
|
|
13104
|
-
"description": "[OneOf: allow_all_usb, deny_all_usb, usb_policy]
|
|
12550
|
+
"description": "[OneOf: allow_all_usb, deny_all_usb, usb_policy] Enable this option"
|
|
13105
12551
|
},
|
|
13106
12552
|
"annotations": {
|
|
13107
12553
|
"type": "map",
|
|
@@ -13161,7 +12607,7 @@
|
|
|
13161
12607
|
"optional": true,
|
|
13162
12608
|
"is_block": true,
|
|
13163
12609
|
"oneof_group": "blocked_services_choice",
|
|
13164
|
-
"description": "
|
|
12610
|
+
"description": "Enable this option"
|
|
13165
12611
|
},
|
|
13166
12612
|
"default_network_config": {
|
|
13167
12613
|
"type": "object",
|
|
@@ -13169,7 +12615,7 @@
|
|
|
13169
12615
|
"optional": true,
|
|
13170
12616
|
"is_block": true,
|
|
13171
12617
|
"oneof_group": "network_cfg_choice",
|
|
13172
|
-
"description": "
|
|
12618
|
+
"description": "Enable this option"
|
|
13173
12619
|
},
|
|
13174
12620
|
"default_sriov_interface": {
|
|
13175
12621
|
"type": "object",
|
|
@@ -13177,7 +12623,7 @@
|
|
|
13177
12623
|
"optional": true,
|
|
13178
12624
|
"is_block": true,
|
|
13179
12625
|
"oneof_group": "sriov_interface_choice",
|
|
13180
|
-
"description": "[OneOf: default_sriov_interface, sriov_interfaces; Default: default_sriov_interface]
|
|
12626
|
+
"description": "[OneOf: default_sriov_interface, sriov_interfaces; Default: default_sriov_interface] Enable this option"
|
|
13181
12627
|
},
|
|
13182
12628
|
"default_storage_config": {
|
|
13183
12629
|
"type": "object",
|
|
@@ -13185,7 +12631,7 @@
|
|
|
13185
12631
|
"optional": true,
|
|
13186
12632
|
"is_block": true,
|
|
13187
12633
|
"oneof_group": "storage_cfg_choice",
|
|
13188
|
-
"description": "
|
|
12634
|
+
"description": "Enable this option"
|
|
13189
12635
|
},
|
|
13190
12636
|
"deny_all_usb": {
|
|
13191
12637
|
"type": "object",
|
|
@@ -13193,7 +12639,7 @@
|
|
|
13193
12639
|
"optional": true,
|
|
13194
12640
|
"is_block": true,
|
|
13195
12641
|
"oneof_group": "usb_policy_choice",
|
|
13196
|
-
"description": "
|
|
12642
|
+
"description": "Enable this option"
|
|
13197
12643
|
},
|
|
13198
12644
|
"description": {
|
|
13199
12645
|
"type": "string",
|
|
@@ -13213,7 +12659,7 @@
|
|
|
13213
12659
|
"optional": true,
|
|
13214
12660
|
"is_block": true,
|
|
13215
12661
|
"oneof_group": "gpu_choice",
|
|
13216
|
-
"description": "[OneOf: disable_gpu, enable_gpu, enable_vgpu; Default: disable_gpu]
|
|
12662
|
+
"description": "[OneOf: disable_gpu, enable_gpu, enable_vgpu; Default: disable_gpu] Enable this option"
|
|
13217
12663
|
},
|
|
13218
12664
|
"disable_vm": {
|
|
13219
12665
|
"type": "object",
|
|
@@ -13221,7 +12667,7 @@
|
|
|
13221
12667
|
"optional": true,
|
|
13222
12668
|
"is_block": true,
|
|
13223
12669
|
"oneof_group": "vm_choice",
|
|
13224
|
-
"description": "[OneOf: disable_vm, enable_vm; Default: disable_vm]
|
|
12670
|
+
"description": "[OneOf: disable_vm, enable_vm; Default: disable_vm] Enable this option"
|
|
13225
12671
|
},
|
|
13226
12672
|
"enable_gpu": {
|
|
13227
12673
|
"type": "object",
|
|
@@ -13229,7 +12675,7 @@
|
|
|
13229
12675
|
"optional": true,
|
|
13230
12676
|
"is_block": true,
|
|
13231
12677
|
"oneof_group": "gpu_choice",
|
|
13232
|
-
"description": "
|
|
12678
|
+
"description": "Enable this option"
|
|
13233
12679
|
},
|
|
13234
12680
|
"enable_vgpu": {
|
|
13235
12681
|
"type": "object",
|
|
@@ -13297,7 +12743,7 @@
|
|
|
13297
12743
|
"optional": true,
|
|
13298
12744
|
"is_block": true,
|
|
13299
12745
|
"oneof_group": "logs_receiver_choice",
|
|
13300
|
-
"description": "
|
|
12746
|
+
"description": "Enable this option"
|
|
13301
12747
|
},
|
|
13302
12748
|
"master_node_configuration": {
|
|
13303
12749
|
"type": "list",
|
|
@@ -13326,7 +12772,7 @@
|
|
|
13326
12772
|
"optional": true,
|
|
13327
12773
|
"is_block": true,
|
|
13328
12774
|
"oneof_group": "bond_choice",
|
|
13329
|
-
"description": "
|
|
12775
|
+
"description": "Enable this option"
|
|
13330
12776
|
},
|
|
13331
12777
|
"no_k8s_cluster": {
|
|
13332
12778
|
"type": "object",
|
|
@@ -13334,7 +12780,7 @@
|
|
|
13334
12780
|
"optional": true,
|
|
13335
12781
|
"is_block": true,
|
|
13336
12782
|
"oneof_group": "k8s_cluster_choice",
|
|
13337
|
-
"description": "
|
|
12783
|
+
"description": "Enable this option"
|
|
13338
12784
|
},
|
|
13339
12785
|
"no_local_control_plane": {
|
|
13340
12786
|
"type": "object",
|
|
@@ -13342,7 +12788,7 @@
|
|
|
13342
12788
|
"optional": true,
|
|
13343
12789
|
"is_block": true,
|
|
13344
12790
|
"oneof_group": "local_control_plane_choice",
|
|
13345
|
-
"description": "
|
|
12791
|
+
"description": "Enable this option"
|
|
13346
12792
|
},
|
|
13347
12793
|
"offline_survivability_mode": {
|
|
13348
12794
|
"type": "object",
|
|
@@ -13634,4 +13080,4 @@
|
|
|
13634
13080
|
}
|
|
13635
13081
|
}
|
|
13636
13082
|
}
|
|
13637
|
-
}
|
|
13083
|
+
}
|