@robinmordasiewicz/f5xc-terraform-mcp 3.10.3 → 3.10.5

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.
@@ -1,5 +1,5 @@
1
1
  {
2
- "generated_at": "2026-01-09T06:43:10Z",
2
+ "generated_at": "2026-01-09T13:43:38Z",
3
3
  "version": "1.0.0",
4
4
  "resources": {
5
5
  "address_allocator": {
@@ -2292,7 +2292,7 @@
2292
2292
  }
2293
2293
  },
2294
2294
  "bgp": {
2295
- "description": "Manages a BGP resource in F5 Distributed Cloud for bgp routing policy is a list of rules containing match criteria and action to be applied. these rules help contol routes which are imported or exported to bgp peers. configuration.",
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
- "rules": {
2350
+ "peers": {
2344
2351
  "type": "list",
2345
2352
  "required": false,
2346
2353
  "optional": true,
2347
2354
  "is_block": true,
2348
- "description": "BGP Routing policy is composed of one or more rules. Note that the order of rules is critical as rules are applied top to bottom."
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
  },
@@ -3326,7 +3340,7 @@
3326
3340
  },
3327
3341
  "cloud_connect": {
3328
3342
  "description": "Manages a Cloud Connect resource in F5 Distributed Cloud for establishing connectivity to cloud provider networks.",
3329
- "import_format": "namespace/name",
3343
+ "import_format": "name",
3330
3344
  "oneof_groups": {
3331
3345
  "cloud": {
3332
3346
  "fields": [
@@ -3392,10 +3406,12 @@
3392
3406
  },
3393
3407
  "namespace": {
3394
3408
  "type": "string",
3395
- "required": true,
3396
- "plan_modifier": "RequiresReplace",
3409
+ "required": false,
3410
+ "optional": true,
3411
+ "computed": true,
3412
+ "plan_modifier": "UseStateForUnknown",
3397
3413
  "validation": "name",
3398
- "description": "Namespace where the Cloud Connect will be created."
3414
+ "description": "Namespace for the Cloud Connect. For this resource type, namespace should be empty or omitted."
3399
3415
  },
3400
3416
  "segment": {
3401
3417
  "type": "object",
@@ -5050,24 +5066,17 @@
5050
5066
  }
5051
5067
  },
5052
5068
  "fast_acl": {
5053
- "description": "Manages new Fast ACL rule, has specification to match source IP, source port and action to apply. in F5 Distributed Cloud.",
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.",
5054
5070
  "import_format": "namespace/name",
5055
5071
  "oneof_groups": {
5056
- "source": {
5072
+ "site_choice": {
5057
5073
  "fields": [
5058
- "ip_prefix_set",
5059
- "prefix"
5074
+ "re_acl",
5075
+ "site_acl"
5060
5076
  ]
5061
5077
  }
5062
5078
  },
5063
5079
  "attributes": {
5064
- "action": {
5065
- "type": "object",
5066
- "required": false,
5067
- "optional": true,
5068
- "is_block": true,
5069
- "description": "FastAclRuleAction specifies possible action to be applied on traffic, possible action include dropping, forwarding or ratelimiting the traffic."
5070
- },
5071
5080
  "annotations": {
5072
5081
  "type": "map",
5073
5082
  "required": false,
@@ -5093,14 +5102,6 @@
5093
5102
  "plan_modifier": "UseStateForUnknown",
5094
5103
  "description": "Unique identifier for the resource."
5095
5104
  },
5096
- "ip_prefix_set": {
5097
- "type": "object",
5098
- "required": false,
5099
- "optional": true,
5100
- "is_block": true,
5101
- "oneof_group": "source",
5102
- "description": "[OneOf: ip_prefix_set, prefix] List of references to ip_prefix_set objects."
5103
- },
5104
5105
  "labels": {
5105
5106
  "type": "map",
5106
5107
  "required": false,
@@ -5121,21 +5122,28 @@
5121
5122
  "validation": "name",
5122
5123
  "description": "Namespace where the Fast ACL will be created."
5123
5124
  },
5124
- "port": {
5125
- "type": "list",
5125
+ "protocol_policer": {
5126
+ "type": "object",
5126
5127
  "required": false,
5127
5128
  "optional": true,
5128
5129
  "is_block": true,
5129
- "validation": "port",
5130
- "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."
5131
5131
  },
5132
- "prefix": {
5132
+ "re_acl": {
5133
5133
  "type": "object",
5134
5134
  "required": false,
5135
5135
  "optional": true,
5136
5136
  "is_block": true,
5137
- "oneof_group": "source",
5138
- "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."
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."
5139
5147
  }
5140
5148
  }
5141
5149
  },
@@ -6653,9 +6661,9 @@
6653
6661
  },
6654
6662
  "dependencies": {
6655
6663
  "referenced_by": [
6656
- "tcp_loadbalancer",
6664
+ "http_loadbalancer",
6657
6665
  "origin_pool",
6658
- "http_loadbalancer"
6666
+ "tcp_loadbalancer"
6659
6667
  ]
6660
6668
  }
6661
6669
  },
@@ -7593,7 +7601,7 @@
7593
7601
  }
7594
7602
  },
7595
7603
  "irule": {
7596
- "description": "Manages a Irule resource in F5 Distributed Cloud for desired state for big-ip irule service. configuration.",
7604
+ "description": "Manages iRule in a given namespace. If one already exists it will give an error. in F5 Distributed Cloud.",
7597
7605
  "import_format": "namespace/name",
7598
7606
  "attributes": {
7599
7607
  "annotations": {
@@ -7602,19 +7610,13 @@
7602
7610
  "optional": true,
7603
7611
  "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."
7604
7612
  },
7605
- "code": {
7613
+ "description": {
7606
7614
  "type": "string",
7607
7615
  "required": false,
7608
7616
  "optional": true,
7609
7617
  "computed": true,
7610
7618
  "plan_modifier": "UseStateForUnknown",
7611
- "description": "IRule code content, this content will be base64 encoded for preserving formating."
7612
- },
7613
- "description": {
7614
- "type": "string",
7615
- "required": false,
7616
- "optional": true,
7617
- "description": "Human readable description for the object."
7619
+ "description": "Specify Description for iRule ."
7618
7620
  },
7619
7621
  "disable": {
7620
7622
  "type": "bool",
@@ -7629,13 +7631,13 @@
7629
7631
  "plan_modifier": "UseStateForUnknown",
7630
7632
  "description": "Unique identifier for the resource."
7631
7633
  },
7632
- "irule_name": {
7634
+ "irule": {
7633
7635
  "type": "string",
7634
7636
  "required": false,
7635
7637
  "optional": true,
7636
7638
  "computed": true,
7637
7639
  "plan_modifier": "UseStateForUnknown",
7638
- "description": "IRule name. IRule name."
7640
+ "description": "Www.internal.example.f5.com')} DNS::drop} irule content ."
7639
7641
  },
7640
7642
  "labels": {
7641
7643
  "type": "map",
@@ -7656,52 +7658,23 @@
7656
7658
  "plan_modifier": "RequiresReplace",
7657
7659
  "validation": "name",
7658
7660
  "description": "Namespace where the Irule will be created."
7659
- },
7660
- "source": {
7661
- "type": "string",
7662
- "required": false,
7663
- "optional": true,
7664
- "computed": true,
7665
- "plan_modifier": "UseStateForUnknown",
7666
- "description": "IRule source. IRule generation/updation source."
7667
7661
  }
7668
7662
  }
7669
7663
  },
7670
7664
  "log_receiver": {
7671
- "description": "Manages new Global Log Receiver object. in F5 Distributed Cloud.",
7665
+ "description": "Manages new Log Receiver object. in F5 Distributed Cloud.",
7672
7666
  "category": "Monitoring",
7673
7667
  "tier": "Standard",
7674
7668
  "import_format": "namespace/name",
7675
7669
  "oneof_groups": {
7676
- "filter_choice": {
7677
- "fields": [
7678
- "ns_all",
7679
- "ns_current",
7680
- "ns_list"
7681
- ]
7682
- },
7683
- "log_type": {
7670
+ "log_receiver_choice": {
7684
7671
  "fields": [
7685
- "audit_logs",
7686
- "dns_logs",
7687
- "request_logs",
7688
- "security_events"
7672
+ "syslog"
7689
7673
  ]
7690
7674
  },
7691
- "receiver": {
7675
+ "where_choice": {
7692
7676
  "fields": [
7693
- "aws_cloud_watch_receiver",
7694
- "azure_event_hubs_receiver",
7695
- "azure_receiver",
7696
- "datadog_receiver",
7697
- "gcp_bucket_receiver",
7698
- "http_receiver",
7699
- "kafka_receiver",
7700
- "new_relic_receiver",
7701
- "qradar_receiver",
7702
- "s3_receiver",
7703
- "splunk_receiver",
7704
- "sumo_logic_receiver"
7677
+ "site_local"
7705
7678
  ]
7706
7679
  }
7707
7680
  },
@@ -7712,46 +7685,6 @@
7712
7685
  "optional": true,
7713
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."
7714
7687
  },
7715
- "audit_logs": {
7716
- "type": "object",
7717
- "required": false,
7718
- "optional": true,
7719
- "is_block": true,
7720
- "oneof_group": "log_type",
7721
- "description": "[OneOf: audit_logs, dns_logs, request_logs, security_events] Enable this option"
7722
- },
7723
- "aws_cloud_watch_receiver": {
7724
- "type": "object",
7725
- "required": false,
7726
- "optional": true,
7727
- "is_block": true,
7728
- "oneof_group": "receiver",
7729
- "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."
7730
- },
7731
- "azure_event_hubs_receiver": {
7732
- "type": "object",
7733
- "required": false,
7734
- "optional": true,
7735
- "is_block": true,
7736
- "oneof_group": "receiver",
7737
- "description": "Azure Event Hubs Configuration for Global Log Receiver."
7738
- },
7739
- "azure_receiver": {
7740
- "type": "object",
7741
- "required": false,
7742
- "optional": true,
7743
- "is_block": true,
7744
- "oneof_group": "receiver",
7745
- "description": "Azure Blob Configuration for Global Log Receiver."
7746
- },
7747
- "datadog_receiver": {
7748
- "type": "object",
7749
- "required": false,
7750
- "optional": true,
7751
- "is_block": true,
7752
- "oneof_group": "receiver",
7753
- "description": "Datadog Configuration. Configuration for Datadog endpoint."
7754
- },
7755
7688
  "description": {
7756
7689
  "type": "string",
7757
7690
  "required": false,
@@ -7764,30 +7697,6 @@
7764
7697
  "optional": true,
7765
7698
  "description": "A value of true will administratively disable the object."
7766
7699
  },
7767
- "dns_logs": {
7768
- "type": "object",
7769
- "required": false,
7770
- "optional": true,
7771
- "is_block": true,
7772
- "oneof_group": "log_type",
7773
- "description": "Enable this option"
7774
- },
7775
- "gcp_bucket_receiver": {
7776
- "type": "object",
7777
- "required": false,
7778
- "optional": true,
7779
- "is_block": true,
7780
- "oneof_group": "receiver",
7781
- "description": "GCP Bucket Configuration for Global Log Receiver."
7782
- },
7783
- "http_receiver": {
7784
- "type": "object",
7785
- "required": false,
7786
- "optional": true,
7787
- "is_block": true,
7788
- "oneof_group": "receiver",
7789
- "description": "HTTP Configuration. Configuration for HTTP endpoint."
7790
- },
7791
7700
  "id": {
7792
7701
  "type": "string",
7793
7702
  "required": false,
@@ -7795,14 +7704,6 @@
7795
7704
  "plan_modifier": "UseStateForUnknown",
7796
7705
  "description": "Unique identifier for the resource."
7797
7706
  },
7798
- "kafka_receiver": {
7799
- "type": "object",
7800
- "required": false,
7801
- "optional": true,
7802
- "is_block": true,
7803
- "oneof_group": "receiver",
7804
- "description": "Kafka Configuration for Global Log Receiver."
7805
- },
7806
7707
  "labels": {
7807
7708
  "type": "map",
7808
7709
  "required": false,
@@ -7823,85 +7724,21 @@
7823
7724
  "validation": "name",
7824
7725
  "description": "Namespace where the Log Receiver will be created."
7825
7726
  },
7826
- "new_relic_receiver": {
7827
- "type": "object",
7828
- "required": false,
7829
- "optional": true,
7830
- "is_block": true,
7831
- "oneof_group": "receiver",
7832
- "description": "NewRelic Configuration. Configuration for NewRelic endpoint."
7833
- },
7834
- "ns_all": {
7835
- "type": "object",
7836
- "required": false,
7837
- "optional": true,
7838
- "is_block": true,
7839
- "oneof_group": "filter_choice",
7840
- "description": "[OneOf: ns_all, ns_current, ns_list] Enable this option"
7841
- },
7842
- "ns_current": {
7843
- "type": "object",
7844
- "required": false,
7845
- "optional": true,
7846
- "is_block": true,
7847
- "oneof_group": "filter_choice",
7848
- "description": "Enable this option"
7849
- },
7850
- "ns_list": {
7851
- "type": "object",
7852
- "required": false,
7853
- "optional": true,
7854
- "is_block": true,
7855
- "oneof_group": "filter_choice",
7856
- "description": "Namespace List. Namespace List."
7857
- },
7858
- "qradar_receiver": {
7859
- "type": "object",
7860
- "required": false,
7861
- "optional": true,
7862
- "is_block": true,
7863
- "oneof_group": "receiver",
7864
- "description": "IBM QRadar Configuration. Configuration for IBM QRadar endpoint."
7865
- },
7866
- "request_logs": {
7867
- "type": "object",
7868
- "required": false,
7869
- "optional": true,
7870
- "is_block": true,
7871
- "oneof_group": "log_type",
7872
- "description": "Enable this option"
7873
- },
7874
- "s3_receiver": {
7875
- "type": "object",
7876
- "required": false,
7877
- "optional": true,
7878
- "is_block": true,
7879
- "oneof_group": "receiver",
7880
- "description": "S3 Configuration for Global Log Receiver."
7881
- },
7882
- "security_events": {
7727
+ "site_local": {
7883
7728
  "type": "object",
7884
7729
  "required": false,
7885
7730
  "optional": true,
7886
7731
  "is_block": true,
7887
- "oneof_group": "log_type",
7732
+ "oneof_group": "where_choice",
7888
7733
  "description": "Enable this option"
7889
7734
  },
7890
- "splunk_receiver": {
7891
- "type": "object",
7892
- "required": false,
7893
- "optional": true,
7894
- "is_block": true,
7895
- "oneof_group": "receiver",
7896
- "description": "Configuration for Splunk HEC Logs endpoint."
7897
- },
7898
- "sumo_logic_receiver": {
7735
+ "syslog": {
7899
7736
  "type": "object",
7900
7737
  "required": false,
7901
7738
  "optional": true,
7902
7739
  "is_block": true,
7903
- "oneof_group": "receiver",
7904
- "description": "SumoLogic Configuration. Configuration for SumoLogic endpoint."
7740
+ "oneof_group": "log_receiver_choice",
7741
+ "description": "Syslog Server Configuration. Configuration for syslog server."
7905
7742
  }
7906
7743
  }
7907
7744
  },
@@ -8389,7 +8226,7 @@
8389
8226
  }
8390
8227
  },
8391
8228
  "network_policy": {
8392
- "description": "Manages a Network Policy resource in F5 Distributed Cloud for network policy view specification. configuration.",
8229
+ "description": "Manages new network policy with configured parameters in specified namespace. in F5 Distributed Cloud.",
8393
8230
  "category": "Security",
8394
8231
  "tier": "Standard",
8395
8232
  "import_format": "namespace/name",
@@ -8412,13 +8249,6 @@
8412
8249
  "optional": true,
8413
8250
  "description": "A value of true will administratively disable the object."
8414
8251
  },
8415
- "egress_rules": {
8416
- "type": "list",
8417
- "required": false,
8418
- "optional": true,
8419
- "is_block": true,
8420
- "description": "Ordered list of rules applied to connections from policy endpoints."
8421
- },
8422
8252
  "endpoint": {
8423
8253
  "type": "object",
8424
8254
  "required": false,
@@ -8433,13 +8263,6 @@
8433
8263
  "plan_modifier": "UseStateForUnknown",
8434
8264
  "description": "Unique identifier for the resource."
8435
8265
  },
8436
- "ingress_rules": {
8437
- "type": "list",
8438
- "required": false,
8439
- "optional": true,
8440
- "is_block": true,
8441
- "description": "Ordered list of rules applied to connections to policy endpoints."
8442
- },
8443
8266
  "labels": {
8444
8267
  "type": "map",
8445
8268
  "required": false,
@@ -8459,9 +8282,16 @@
8459
8282
  "plan_modifier": "RequiresReplace",
8460
8283
  "validation": "name",
8461
8284
  "description": "Namespace where the Network Policy will be created."
8462
- }
8463
- }
8464
- },
8285
+ },
8286
+ "rules": {
8287
+ "type": "object",
8288
+ "required": false,
8289
+ "optional": true,
8290
+ "is_block": true,
8291
+ "description": "Rule Choice. Shape of Rule Choice."
8292
+ }
8293
+ }
8294
+ },
8465
8295
  "network_policy_rule": {
8466
8296
  "description": "Manages network policy rule with configured parameters in specified namespace. in F5 Distributed Cloud.",
8467
8297
  "import_format": "namespace/name",
@@ -9023,13 +8853,13 @@
9023
8853
  "healthcheck"
9024
8854
  ],
9025
8855
  "referenced_by": [
9026
- "tcp_loadbalancer",
9027
- "http_loadbalancer"
8856
+ "http_loadbalancer",
8857
+ "tcp_loadbalancer"
9028
8858
  ]
9029
8859
  }
9030
8860
  },
9031
8861
  "policer": {
9032
- "description": "Manages protocol_policer object, protocol_policer object contains list of L4 protocol match condition and corresponding traffic rate limits. in F5 Distributed Cloud.",
8862
+ "description": "Manages new policer with traffic rate limits. in F5 Distributed Cloud.",
9033
8863
  "import_format": "namespace/name",
9034
8864
  "attributes": {
9035
8865
  "annotations": {
@@ -9038,6 +8868,22 @@
9038
8868
  "optional": true,
9039
8869
  "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."
9040
8870
  },
8871
+ "burst_size": {
8872
+ "type": "int64",
8873
+ "required": false,
8874
+ "optional": true,
8875
+ "computed": true,
8876
+ "plan_modifier": "UseStateForUnknown",
8877
+ "description": "The maximum size permitted for bursts of data. E.g. 10000 pps burst ."
8878
+ },
8879
+ "committed_information_rate": {
8880
+ "type": "int64",
8881
+ "required": false,
8882
+ "optional": true,
8883
+ "computed": true,
8884
+ "plan_modifier": "UseStateForUnknown",
8885
+ "description": "The committed information rate is the guaranteed packets rate for traffic arriving or departing under normal conditions. E.g. 10000 pps ."
8886
+ },
9041
8887
  "description": {
9042
8888
  "type": "string",
9043
8889
  "required": false,
@@ -9077,12 +8923,21 @@
9077
8923
  "validation": "name",
9078
8924
  "description": "Namespace where the Policer will be created."
9079
8925
  },
9080
- "protocol_policer": {
9081
- "type": "list",
8926
+ "policer_mode": {
8927
+ "type": "string",
9082
8928
  "required": false,
9083
8929
  "optional": true,
9084
- "is_block": true,
9085
- "description": "List of L4 protocol match condition and associated traffic rate limits."
8930
+ "computed": true,
8931
+ "plan_modifier": "UseStateForUnknown",
8932
+ "description": "[Enum: POLICER_MODE_NOT_SHARED|POLICER_MODE_SHARED] - POLICER_MODE_NOT_SHARED: Not Shared A separate policer instance is created for each reference to the policer - POLICER_MODE_SHARED: Shared A common policer instance is used for for all references to the policer. Possible values are `POLICER_MODE_NOT_SHARED`, `POLICER_MODE_SHARED`. Defaults to `POLICER_MODE_NOT_SHARED`."
8933
+ },
8934
+ "policer_type": {
8935
+ "type": "string",
8936
+ "required": false,
8937
+ "optional": true,
8938
+ "computed": true,
8939
+ "plan_modifier": "UseStateForUnknown",
8940
+ "description": "[Enum: POLICER_SINGLE_RATE_TWO_COLOR] Specifies the type of Policer Basic Single-Rate Two-Color Policer. The only possible value is `POLICER_SINGLE_RATE_TWO_COLOR`. Defaults to `POLICER_SINGLE_RATE_TWO_COLOR`."
9086
8941
  }
9087
8942
  }
9088
8943
  },
@@ -9792,22 +9647,17 @@
9792
9647
  "oneof_groups": {
9793
9648
  "blocked_services_choice": {
9794
9649
  "fields": [
9795
- "block_all_services",
9796
- "blocked_services"
9797
- ]
9798
- },
9799
- "enterprise_proxy_choice": {
9800
- "fields": [
9801
- "custom_proxy",
9802
- "f5_proxy"
9803
- ]
9650
+ "blocked_services",
9651
+ "default_blocked_services"
9652
+ ],
9653
+ "default": "default_blocked_services"
9804
9654
  },
9805
- "forward_proxy_choice": {
9655
+ "bond_choice": {
9806
9656
  "fields": [
9807
- "active_forward_proxy_policies",
9808
- "no_forward_proxy"
9657
+ "bond_device_list",
9658
+ "no_bond_devices"
9809
9659
  ],
9810
- "default": "no_forward_proxy"
9660
+ "default": "no_bond_devices"
9811
9661
  },
9812
9662
  "logs_receiver_choice": {
9813
9663
  "fields": [
@@ -9815,87 +9665,22 @@
9815
9665
  "logs_streaming_disabled"
9816
9666
  ]
9817
9667
  },
9818
- "network_policy_choice": {
9819
- "fields": [
9820
- "active_enhanced_firewall_policies",
9821
- "no_network_policy"
9822
- ],
9823
- "default": "no_network_policy"
9824
- },
9825
- "node_ha_choice": {
9826
- "fields": [
9827
- "disable_ha",
9828
- "enable_ha"
9829
- ],
9830
- "default": "disable_ha"
9831
- },
9832
- "provider_choice": {
9833
- "fields": [
9834
- "aws",
9835
- "azure",
9836
- "baremetal",
9837
- "equinix",
9838
- "gcp",
9839
- "kvm",
9840
- "nutanix",
9841
- "oci",
9842
- "openstack",
9843
- "vmware"
9844
- ]
9845
- },
9846
- "proxy_bypass_choice": {
9847
- "fields": [
9848
- "custom_proxy_bypass",
9849
- "no_proxy_bypass"
9850
- ],
9851
- "default": "no_proxy_bypass"
9852
- },
9853
- "s2s_connectivity_sli_choice": {
9854
- "fields": [
9855
- "dc_cluster_group_sli",
9856
- "no_s2s_connectivity_sli"
9857
- ],
9858
- "default": "no_s2s_connectivity_sli"
9859
- },
9860
- "s2s_connectivity_slo_choice": {
9861
- "fields": [
9862
- "dc_cluster_group_slo",
9863
- "no_s2s_connectivity_slo",
9864
- "site_mesh_group_on_slo"
9865
- ],
9866
- "default": "no_s2s_connectivity_slo"
9867
- },
9868
- "url_categorization_choice": {
9668
+ "network_cfg_choice": {
9869
9669
  "fields": [
9870
- "disable_url_categorization",
9871
- "enable_url_categorization"
9670
+ "custom_network_config",
9671
+ "default_network_config"
9872
9672
  ],
9873
- "default": "disable_url_categorization"
9673
+ "default": "default_network_config"
9874
9674
  }
9875
9675
  },
9876
9676
  "attributes": {
9877
- "active_enhanced_firewall_policies": {
9878
- "type": "object",
9879
- "required": false,
9880
- "optional": true,
9881
- "is_block": true,
9882
- "oneof_group": "network_policy_choice",
9883
- "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."
9884
- },
9885
- "active_forward_proxy_policies": {
9886
- "type": "object",
9887
- "required": false,
9888
- "optional": true,
9889
- "is_block": true,
9890
- "oneof_group": "forward_proxy_choice",
9891
- "description": "[OneOf: active_forward_proxy_policies, no_forward_proxy; Default: no_forward_proxy] Ordered List of Forward Proxy Policies active."
9892
- },
9893
- "admin_user_credentials": {
9894
- "type": "object",
9677
+ "address": {
9678
+ "type": "string",
9895
9679
  "required": false,
9896
9680
  "optional": true,
9897
- "is_block": true,
9898
- "description": "Setup user credentials to manage access to nodes belonging to the site. When configured, 'admin' user will be setup and customers can access these nodes via either the node local WebUI or via SSH to access shell/CLI Ensure 'Node Local Services' are enabled to allow for required access."
9681
+ "computed": true,
9682
+ "plan_modifier": "UseStateForUnknown",
9683
+ "description": "Site's geographical address that can be used to determine its latitude and longitude."
9899
9684
  },
9900
9685
  "annotations": {
9901
9686
  "type": "map",
@@ -9903,77 +9688,52 @@
9903
9688
  "optional": true,
9904
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."
9905
9690
  },
9906
- "aws": {
9907
- "type": "object",
9908
- "required": false,
9909
- "optional": true,
9910
- "is_block": true,
9911
- "oneof_group": "provider_choice",
9912
- "description": "[OneOf: aws, azure, baremetal, equinix, gcp, kvm, nutanix, oci, openstack, vmware] AWS Provider Type. AWS Provider Type."
9913
- },
9914
- "azure": {
9915
- "type": "object",
9916
- "required": false,
9917
- "optional": true,
9918
- "is_block": true,
9919
- "oneof_group": "provider_choice",
9920
- "description": "Azure Provider Type. Azure Provider Type."
9921
- },
9922
- "baremetal": {
9923
- "type": "object",
9924
- "required": false,
9925
- "optional": true,
9926
- "is_block": true,
9927
- "oneof_group": "provider_choice",
9928
- "description": "Baremetal Provider Type. Baremetal Provider Type."
9929
- },
9930
- "block_all_services": {
9691
+ "blocked_services": {
9931
9692
  "type": "object",
9932
9693
  "required": false,
9933
9694
  "optional": true,
9934
9695
  "is_block": true,
9935
9696
  "oneof_group": "blocked_services_choice",
9936
- "description": "[OneOf: block_all_services, blocked_services] Enable this option"
9697
+ "description": "[OneOf: blocked_services, default_blocked_services; Default: default_blocked_services] Disable node local services on this site."
9937
9698
  },
9938
- "blocked_services": {
9699
+ "bond_device_list": {
9939
9700
  "type": "object",
9940
9701
  "required": false,
9941
9702
  "optional": true,
9942
9703
  "is_block": true,
9943
- "oneof_group": "blocked_services_choice",
9944
- "description": "Disable node local services on this site."
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."
9945
9706
  },
9946
- "custom_proxy": {
9707
+ "coordinates": {
9947
9708
  "type": "object",
9948
9709
  "required": false,
9949
9710
  "optional": true,
9950
9711
  "is_block": true,
9951
- "oneof_group": "enterprise_proxy_choice",
9952
- "description": "[OneOf: custom_proxy, f5_proxy] Custom Enterprise Proxy. Custom Enterprise Proxy."
9712
+ "description": "Coordinates of the site which provides the site physical location."
9953
9713
  },
9954
- "custom_proxy_bypass": {
9714
+ "custom_network_config": {
9955
9715
  "type": "object",
9956
9716
  "required": false,
9957
9717
  "optional": true,
9958
9718
  "is_block": true,
9959
- "oneof_group": "proxy_bypass_choice",
9960
- "description": "[OneOf: custom_proxy_bypass, no_proxy_bypass; Default: no_proxy_bypass] Proxy Bypass. List of domains to bypass the proxy."
9719
+ "oneof_group": "network_cfg_choice",
9720
+ "description": "[OneOf: custom_network_config, default_network_config; Default: default_network_config] SmsNetworkConfiguration."
9961
9721
  },
9962
- "dc_cluster_group_sli": {
9722
+ "default_blocked_services": {
9963
9723
  "type": "object",
9964
9724
  "required": false,
9965
9725
  "optional": true,
9966
9726
  "is_block": true,
9967
- "oneof_group": "s2s_connectivity_sli_choice",
9968
- "description": "[OneOf: dc_cluster_group_sli, no_s2s_connectivity_sli; Default: no_s2s_connectivity_sli] Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name."
9727
+ "oneof_group": "blocked_services_choice",
9728
+ "description": "Enable this option"
9969
9729
  },
9970
- "dc_cluster_group_slo": {
9730
+ "default_network_config": {
9971
9731
  "type": "object",
9972
9732
  "required": false,
9973
9733
  "optional": true,
9974
9734
  "is_block": true,
9975
- "oneof_group": "s2s_connectivity_slo_choice",
9976
- "description": "[OneOf: dc_cluster_group_slo, no_s2s_connectivity_slo, site_mesh_group_on_slo; Default: no_s2s_connectivity_slo] Type establishes a direct reference from one object(the referrer) to another(the referred). Such a reference is in form of tenant/namespace/name."
9735
+ "oneof_group": "network_cfg_choice",
9736
+ "description": "Enable this option"
9977
9737
  },
9978
9738
  "description": {
9979
9739
  "type": "string",
@@ -9987,69 +9747,6 @@
9987
9747
  "optional": true,
9988
9748
  "description": "A value of true will administratively disable the object."
9989
9749
  },
9990
- "disable_ha": {
9991
- "type": "object",
9992
- "required": false,
9993
- "optional": true,
9994
- "is_block": true,
9995
- "oneof_group": "node_ha_choice",
9996
- "description": "[OneOf: disable_ha, enable_ha; Default: disable_ha] Enable this option"
9997
- },
9998
- "disable_url_categorization": {
9999
- "type": "object",
10000
- "required": false,
10001
- "optional": true,
10002
- "is_block": true,
10003
- "oneof_group": "url_categorization_choice",
10004
- "description": "[OneOf: disable_url_categorization, enable_url_categorization; Default: disable_url_categorization] Enable this option"
10005
- },
10006
- "dns_ntp_config": {
10007
- "type": "object",
10008
- "required": false,
10009
- "optional": true,
10010
- "is_block": true,
10011
- "description": "Specify DNS and NTP servers that will be used by the nodes in this Customer Edge site."
10012
- },
10013
- "enable_ha": {
10014
- "type": "object",
10015
- "required": false,
10016
- "optional": true,
10017
- "is_block": true,
10018
- "oneof_group": "node_ha_choice",
10019
- "description": "Enable this option"
10020
- },
10021
- "enable_url_categorization": {
10022
- "type": "object",
10023
- "required": false,
10024
- "optional": true,
10025
- "is_block": true,
10026
- "oneof_group": "url_categorization_choice",
10027
- "description": "Enable this option"
10028
- },
10029
- "equinix": {
10030
- "type": "object",
10031
- "required": false,
10032
- "optional": true,
10033
- "is_block": true,
10034
- "oneof_group": "provider_choice",
10035
- "description": "Equinix Provider Type. Equinix Provider Type."
10036
- },
10037
- "f5_proxy": {
10038
- "type": "object",
10039
- "required": false,
10040
- "optional": true,
10041
- "is_block": true,
10042
- "oneof_group": "enterprise_proxy_choice",
10043
- "description": "Enable this option"
10044
- },
10045
- "gcp": {
10046
- "type": "object",
10047
- "required": false,
10048
- "optional": true,
10049
- "is_block": true,
10050
- "oneof_group": "provider_choice",
10051
- "description": "GCP Provider Type. GCP Provider Type."
10052
- },
10053
9750
  "id": {
10054
9751
  "type": "string",
10055
9752
  "required": false,
@@ -10057,13 +9754,12 @@
10057
9754
  "plan_modifier": "UseStateForUnknown",
10058
9755
  "description": "Unique identifier for the resource."
10059
9756
  },
10060
- "kvm": {
9757
+ "kubernetes_upgrade_drain": {
10061
9758
  "type": "object",
10062
9759
  "required": false,
10063
9760
  "optional": true,
10064
9761
  "is_block": true,
10065
- "oneof_group": "provider_choice",
10066
- "description": "KVM Provider Type. KVM Provider Type."
9762
+ "description": "Specify how worker nodes within a site will be upgraded."
10067
9763
  },
10068
9764
  "labels": {
10069
9765
  "type": "map",
@@ -10071,20 +9767,6 @@
10071
9767
  "optional": true,
10072
9768
  "description": "Labels is a user defined key value map that can be attached to resources for organization and filtering."
10073
9769
  },
10074
- "load_balancing": {
10075
- "type": "object",
10076
- "required": false,
10077
- "optional": true,
10078
- "is_block": true,
10079
- "description": "Section contains settings on the site that relate to Load Balancing functionality."
10080
- },
10081
- "local_vrf": {
10082
- "type": "object",
10083
- "required": false,
10084
- "optional": true,
10085
- "is_block": true,
10086
- "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."
10087
- },
10088
9770
  "log_receiver": {
10089
9771
  "type": "object",
10090
9772
  "required": false,
@@ -10101,6 +9783,13 @@
10101
9783
  "oneof_group": "logs_receiver_choice",
10102
9784
  "description": "Enable this option"
10103
9785
  },
9786
+ "master_node_configuration": {
9787
+ "type": "list",
9788
+ "required": false,
9789
+ "optional": true,
9790
+ "is_block": true,
9791
+ "description": "Configuration of master nodes ."
9792
+ },
10104
9793
  "name": {
10105
9794
  "type": "string",
10106
9795
  "required": true,
@@ -10115,62 +9804,14 @@
10115
9804
  "validation": "name",
10116
9805
  "description": "Namespace where the Securemesh Site will be created."
10117
9806
  },
10118
- "no_forward_proxy": {
10119
- "type": "object",
10120
- "required": false,
10121
- "optional": true,
10122
- "is_block": true,
10123
- "oneof_group": "forward_proxy_choice",
10124
- "description": "Enable this option"
10125
- },
10126
- "no_network_policy": {
10127
- "type": "object",
10128
- "required": false,
10129
- "optional": true,
10130
- "is_block": true,
10131
- "oneof_group": "network_policy_choice",
10132
- "description": "Enable this option"
10133
- },
10134
- "no_proxy_bypass": {
10135
- "type": "object",
10136
- "required": false,
10137
- "optional": true,
10138
- "is_block": true,
10139
- "oneof_group": "proxy_bypass_choice",
10140
- "description": "Enable this option"
10141
- },
10142
- "no_s2s_connectivity_sli": {
10143
- "type": "object",
10144
- "required": false,
10145
- "optional": true,
10146
- "is_block": true,
10147
- "oneof_group": "s2s_connectivity_sli_choice",
10148
- "description": "Enable this option"
10149
- },
10150
- "no_s2s_connectivity_slo": {
9807
+ "no_bond_devices": {
10151
9808
  "type": "object",
10152
9809
  "required": false,
10153
9810
  "optional": true,
10154
9811
  "is_block": true,
10155
- "oneof_group": "s2s_connectivity_slo_choice",
9812
+ "oneof_group": "bond_choice",
10156
9813
  "description": "Enable this option"
10157
9814
  },
10158
- "nutanix": {
10159
- "type": "object",
10160
- "required": false,
10161
- "optional": true,
10162
- "is_block": true,
10163
- "oneof_group": "provider_choice",
10164
- "description": "Nutanix Provider Type. Nutanix Provider Type."
10165
- },
10166
- "oci": {
10167
- "type": "object",
10168
- "required": false,
10169
- "optional": true,
10170
- "is_block": true,
10171
- "oneof_group": "provider_choice",
10172
- "description": "OCI Provider Type. OCI Provider Type."
10173
- },
10174
9815
  "offline_survivability_mode": {
10175
9816
  "type": "object",
10176
9817
  "required": false,
@@ -10178,13 +9819,12 @@
10178
9819
  "is_block": true,
10179
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.."
10180
9821
  },
10181
- "openstack": {
9822
+ "os": {
10182
9823
  "type": "object",
10183
9824
  "required": false,
10184
9825
  "optional": true,
10185
9826
  "is_block": true,
10186
- "oneof_group": "provider_choice",
10187
- "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."
10188
9828
  },
10189
9829
  "performance_enhancement_mode": {
10190
9830
  "type": "object",
@@ -10193,58 +9833,26 @@
10193
9833
  "is_block": true,
10194
9834
  "description": "Optimize the site for L3 or L7 traffic processing. L7 optimized is the default."
10195
9835
  },
10196
- "re_select": {
10197
- "type": "object",
10198
- "required": false,
10199
- "optional": true,
10200
- "is_block": true,
10201
- "description": "Selection criteria to connect the site with F5 Distributed Cloud Regional Edge(s)."
10202
- },
10203
- "site_mesh_group_on_slo": {
10204
- "type": "object",
10205
- "required": false,
10206
- "optional": true,
10207
- "is_block": true,
10208
- "oneof_group": "s2s_connectivity_slo_choice",
10209
- "description": "Select how the site mesh group will be connected. By default, public IPs of the control nodes of the site will be used."
10210
- },
10211
- "software_settings": {
9836
+ "sw": {
10212
9837
  "type": "object",
10213
9838
  "required": false,
10214
9839
  "optional": true,
10215
9840
  "is_block": true,
10216
- "description": "Select OS and Software version for the site. All nodes in the site will run the same OS and Software version. These settings cannot be changed after the site is created."
10217
- },
10218
- "tunnel_dead_timeout": {
10219
- "type": "int64",
10220
- "required": false,
10221
- "optional": true,
10222
- "computed": true,
10223
- "plan_modifier": "UseStateForUnknown",
10224
- "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."
10225
9842
  },
10226
- "tunnel_type": {
9843
+ "volterra_certified_hw": {
10227
9844
  "type": "string",
10228
9845
  "required": false,
10229
9846
  "optional": true,
10230
9847
  "computed": true,
10231
9848
  "plan_modifier": "UseStateForUnknown",
10232
- "description": "[Enum: SITE_TO_SITE_TUNNEL_IPSEC_OR_SSL|SITE_TO_SITE_TUNNEL_IPSEC|SITE_TO_SITE_TUNNEL_SSL] Tunnel encapsulation to be used between sites Tunnel can operate in both IPsec and SSL, with IPsec being prefered over SSL. Tunnel is of type IPsec Tunnel is of type SSL. Possible values are `SITE_TO_SITE_TUNNEL_IPSEC_OR_SSL`, `SITE_TO_SITE_TUNNEL_IPSEC`, `SITE_TO_SITE_TUNNEL_SSL`. Defaults to `SITE_TO_SITE_TUNNEL_IPSEC_OR_SSL`."
10233
- },
10234
- "upgrade_settings": {
10235
- "type": "object",
10236
- "required": false,
10237
- "optional": true,
10238
- "is_block": true,
10239
- "description": "Upgrade Settings. Specify how a site will be upgraded."
9849
+ "description": "Name for generic server certified hardware to form this Secure Mesh site."
10240
9850
  },
10241
- "vmware": {
10242
- "type": "object",
9851
+ "worker_nodes": {
9852
+ "type": "list",
10243
9853
  "required": false,
10244
9854
  "optional": true,
10245
- "is_block": true,
10246
- "oneof_group": "provider_choice",
10247
- "description": "VMware Provider Type. VMware Provider Type."
9855
+ "description": "Worker Nodes. Names of worker nodes."
10248
9856
  }
10249
9857
  }
10250
9858
  },
@@ -10535,8 +10143,8 @@
10535
10143
  },
10536
10144
  "dependencies": {
10537
10145
  "referenced_by": [
10538
- "app_firewall",
10539
- "http_loadbalancer"
10146
+ "http_loadbalancer",
10147
+ "app_firewall"
10540
10148
  ]
10541
10149
  }
10542
10150
  },
@@ -10873,24 +10481,23 @@
10873
10481
  }
10874
10482
  },
10875
10483
  "site": {
10876
- "description": "Manages a Site resource in F5 Distributed Cloud for secure mesh site specification. configuration.",
10484
+ "description": "Manages a Site resource in F5 Distributed Cloud for gcp vpc site specification. configuration.",
10877
10485
  "category": "Infrastructure",
10878
10486
  "tier": "Standard",
10879
10487
  "import_format": "namespace/name",
10880
10488
  "oneof_groups": {
10881
10489
  "blocked_services_choice": {
10882
10490
  "fields": [
10491
+ "block_all_services",
10883
10492
  "blocked_services",
10884
10493
  "default_blocked_services"
10885
10494
  ],
10886
10495
  "default": "default_blocked_services"
10887
10496
  },
10888
- "bond_choice": {
10497
+ "deployment": {
10889
10498
  "fields": [
10890
- "bond_device_list",
10891
- "no_bond_devices"
10892
- ],
10893
- "default": "no_bond_devices"
10499
+ "cloud_credentials"
10500
+ ]
10894
10501
  },
10895
10502
  "logs_receiver_choice": {
10896
10503
  "fields": [
@@ -10898,12 +10505,18 @@
10898
10505
  "logs_streaming_disabled"
10899
10506
  ]
10900
10507
  },
10901
- "network_cfg_choice": {
10508
+ "private_connectivity_choice": {
10902
10509
  "fields": [
10903
- "custom_network_config",
10904
- "default_network_config"
10905
- ],
10906
- "default": "default_network_config"
10510
+ "private_connect_disabled",
10511
+ "private_connectivity"
10512
+ ]
10513
+ },
10514
+ "site_type": {
10515
+ "fields": [
10516
+ "ingress_egress_gw",
10517
+ "ingress_gw",
10518
+ "voltstack_cluster"
10519
+ ]
10907
10520
  }
10908
10521
  },
10909
10522
  "attributes": {
@@ -10915,57 +10528,63 @@
10915
10528
  "plan_modifier": "UseStateForUnknown",
10916
10529
  "description": "Site's geographical address that can be used to determine its latitude and longitude."
10917
10530
  },
10531
+ "admin_password": {
10532
+ "type": "object",
10533
+ "required": false,
10534
+ "optional": true,
10535
+ "is_block": true,
10536
+ "description": "SecretType is used in an object to indicate a sensitive/confidential field."
10537
+ },
10918
10538
  "annotations": {
10919
10539
  "type": "map",
10920
10540
  "required": false,
10921
10541
  "optional": true,
10922
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."
10923
10543
  },
10924
- "blocked_services": {
10544
+ "block_all_services": {
10925
10545
  "type": "object",
10926
10546
  "required": false,
10927
10547
  "optional": true,
10928
10548
  "is_block": true,
10929
10549
  "oneof_group": "blocked_services_choice",
10930
- "description": "[OneOf: blocked_services, default_blocked_services; Default: default_blocked_services] Disable node local services on this site."
10550
+ "description": "[OneOf: block_all_services, blocked_services, default_blocked_services; Default: default_blocked_services] Enable this option"
10931
10551
  },
10932
- "bond_device_list": {
10552
+ "blocked_services": {
10933
10553
  "type": "object",
10934
10554
  "required": false,
10935
10555
  "optional": true,
10936
10556
  "is_block": true,
10937
- "oneof_group": "bond_choice",
10938
- "description": "[OneOf: bond_device_list, no_bond_devices; Default: no_bond_devices] Bond Devices List. List of bond devices for this fleet."
10557
+ "oneof_group": "blocked_services_choice",
10558
+ "description": "Disable node local services on this site."
10939
10559
  },
10940
- "coordinates": {
10560
+ "cloud_credentials": {
10941
10561
  "type": "object",
10942
10562
  "required": false,
10943
10563
  "optional": true,
10944
10564
  "is_block": true,
10945
- "description": "Coordinates of the site which provides the site physical location."
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."
10946
10567
  },
10947
- "custom_network_config": {
10568
+ "coordinates": {
10948
10569
  "type": "object",
10949
10570
  "required": false,
10950
10571
  "optional": true,
10951
10572
  "is_block": true,
10952
- "oneof_group": "network_cfg_choice",
10953
- "description": "[OneOf: custom_network_config, default_network_config; Default: default_network_config] SmsNetworkConfiguration."
10573
+ "description": "Coordinates of the site which provides the site physical location."
10954
10574
  },
10955
- "default_blocked_services": {
10575
+ "custom_dns": {
10956
10576
  "type": "object",
10957
10577
  "required": false,
10958
10578
  "optional": true,
10959
10579
  "is_block": true,
10960
- "oneof_group": "blocked_services_choice",
10961
- "description": "Enable this option"
10580
+ "description": "Custom DNS is the configured for specify CE site."
10962
10581
  },
10963
- "default_network_config": {
10582
+ "default_blocked_services": {
10964
10583
  "type": "object",
10965
10584
  "required": false,
10966
10585
  "optional": true,
10967
10586
  "is_block": true,
10968
- "oneof_group": "network_cfg_choice",
10587
+ "oneof_group": "blocked_services_choice",
10969
10588
  "description": "Enable this option"
10970
10589
  },
10971
10590
  "description": {
@@ -10980,6 +10599,29 @@
10980
10599
  "optional": true,
10981
10600
  "description": "A value of true will administratively disable the object."
10982
10601
  },
10602
+ "disk_size": {
10603
+ "type": "int64",
10604
+ "required": false,
10605
+ "optional": true,
10606
+ "computed": true,
10607
+ "plan_modifier": "UseStateForUnknown",
10608
+ "description": "Disk size to be used for this instance in GiB. 80 is 80 GiB."
10609
+ },
10610
+ "gcp_labels": {
10611
+ "type": "object",
10612
+ "required": false,
10613
+ "optional": true,
10614
+ "is_block": true,
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."
10616
+ },
10617
+ "gcp_region": {
10618
+ "type": "string",
10619
+ "required": false,
10620
+ "optional": true,
10621
+ "computed": true,
10622
+ "plan_modifier": "UseStateForUnknown",
10623
+ "description": "GCP Region. Name for GCP Region."
10624
+ },
10983
10625
  "id": {
10984
10626
  "type": "string",
10985
10627
  "required": false,
@@ -10987,6 +10629,30 @@
10987
10629
  "plan_modifier": "UseStateForUnknown",
10988
10630
  "description": "Unique identifier for the resource."
10989
10631
  },
10632
+ "ingress_egress_gw": {
10633
+ "type": "object",
10634
+ "required": false,
10635
+ "optional": true,
10636
+ "is_block": true,
10637
+ "oneof_group": "site_type",
10638
+ "description": "[OneOf: ingress_egress_gw, ingress_gw, voltstack_cluster] GCP Ingress/Egress Gateway. Two interface GCP ingress/egress site."
10639
+ },
10640
+ "ingress_gw": {
10641
+ "type": "object",
10642
+ "required": false,
10643
+ "optional": true,
10644
+ "is_block": true,
10645
+ "oneof_group": "site_type",
10646
+ "description": "GCP Ingress Gateway. Single interface GCP ingress site."
10647
+ },
10648
+ "instance_type": {
10649
+ "type": "string",
10650
+ "required": false,
10651
+ "optional": true,
10652
+ "computed": true,
10653
+ "plan_modifier": "UseStateForUnknown",
10654
+ "description": "Select Instance size based on performance needed ."
10655
+ },
10990
10656
  "kubernetes_upgrade_drain": {
10991
10657
  "type": "object",
10992
10658
  "required": false,
@@ -11016,13 +10682,6 @@
11016
10682
  "oneof_group": "logs_receiver_choice",
11017
10683
  "description": "Enable this option"
11018
10684
  },
11019
- "master_node_configuration": {
11020
- "type": "list",
11021
- "required": false,
11022
- "optional": true,
11023
- "is_block": true,
11024
- "description": "Configuration of master nodes ."
11025
- },
11026
10685
  "name": {
11027
10686
  "type": "string",
11028
10687
  "required": true,
@@ -11037,14 +10696,6 @@
11037
10696
  "validation": "name",
11038
10697
  "description": "Namespace where the Site will be created."
11039
10698
  },
11040
- "no_bond_devices": {
11041
- "type": "object",
11042
- "required": false,
11043
- "optional": true,
11044
- "is_block": true,
11045
- "oneof_group": "bond_choice",
11046
- "description": "Enable this option"
11047
- },
11048
10699
  "offline_survivability_mode": {
11049
10700
  "type": "object",
11050
10701
  "required": false,
@@ -11059,33 +10710,44 @@
11059
10710
  "is_block": true,
11060
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."
11061
10712
  },
11062
- "performance_enhancement_mode": {
10713
+ "private_connect_disabled": {
11063
10714
  "type": "object",
11064
10715
  "required": false,
11065
10716
  "optional": true,
11066
10717
  "is_block": true,
11067
- "description": "Optimize the site for L3 or L7 traffic processing. L7 optimized is the default."
10718
+ "oneof_group": "private_connectivity_choice",
10719
+ "description": "[OneOf: private_connect_disabled, private_connectivity] Enable this option"
11068
10720
  },
11069
- "sw": {
10721
+ "private_connectivity": {
11070
10722
  "type": "object",
11071
10723
  "required": false,
11072
10724
  "optional": true,
11073
10725
  "is_block": true,
11074
- "description": "Select the F5XC Software Version for the site. By default, latest available F5XC Software Version will be used. Refer to release notes to find required released SW versions."
10726
+ "oneof_group": "private_connectivity_choice",
10727
+ "description": "Private Connect Configuration. Private Connect Configuration."
11075
10728
  },
11076
- "volterra_certified_hw": {
10729
+ "ssh_key": {
11077
10730
  "type": "string",
11078
10731
  "required": false,
11079
10732
  "optional": true,
11080
10733
  "computed": true,
11081
10734
  "plan_modifier": "UseStateForUnknown",
11082
- "description": "Name for generic server certified hardware to form this Secure Mesh site."
10735
+ "description": "Public SSH key for accessing the site."
11083
10736
  },
11084
- "worker_nodes": {
11085
- "type": "list",
10737
+ "sw": {
10738
+ "type": "object",
11086
10739
  "required": false,
11087
10740
  "optional": true,
11088
- "description": "Worker Nodes. Names of worker nodes."
10741
+ "is_block": true,
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."
10743
+ },
10744
+ "voltstack_cluster": {
10745
+ "type": "object",
10746
+ "required": false,
10747
+ "optional": true,
10748
+ "is_block": true,
10749
+ "oneof_group": "site_type",
10750
+ "description": "App Stack cluster of single interface GCP site."
11089
10751
  }
11090
10752
  },
11091
10753
  "dependencies": {
@@ -13240,10 +12902,20 @@
13240
12902
  }
13241
12903
  },
13242
12904
  "workload": {
13243
- "description": "Manages workload_flavor. in F5 Distributed Cloud.",
12905
+ "description": "Manages a Workload resource in F5 Distributed Cloud for workload. configuration.",
13244
12906
  "category": "Container",
13245
12907
  "tier": "Advanced",
13246
12908
  "import_format": "namespace/name",
12909
+ "oneof_groups": {
12910
+ "workload_choice": {
12911
+ "fields": [
12912
+ "job",
12913
+ "service",
12914
+ "simple_service",
12915
+ "stateful_service"
12916
+ ]
12917
+ }
12918
+ },
13247
12919
  "attributes": {
13248
12920
  "annotations": {
13249
12921
  "type": "map",
@@ -13263,14 +12935,6 @@
13263
12935
  "optional": true,
13264
12936
  "description": "A value of true will administratively disable the object."
13265
12937
  },
13266
- "ephemeral_storage": {
13267
- "type": "string",
13268
- "required": false,
13269
- "optional": true,
13270
- "computed": true,
13271
- "plan_modifier": "UseStateForUnknown",
13272
- "description": "Ephemeral storage in MiB (mebibyte) allocated for the workload_flavor."
13273
- },
13274
12938
  "id": {
13275
12939
  "type": "string",
13276
12940
  "required": false,
@@ -13278,19 +12942,19 @@
13278
12942
  "plan_modifier": "UseStateForUnknown",
13279
12943
  "description": "Unique identifier for the resource."
13280
12944
  },
13281
- "labels": {
13282
- "type": "map",
12945
+ "job": {
12946
+ "type": "object",
13283
12947
  "required": false,
13284
12948
  "optional": true,
13285
- "description": "Labels is a user defined key value map that can be attached to resources for organization and filtering."
12949
+ "is_block": true,
12950
+ "oneof_group": "workload_choice",
12951
+ "description": "[OneOf: job, service, simple_service, stateful_service] Jobs are used for running batch processing tasks and run to completion. Jobs are generally used for tasks like report generation, billing, parallel data processing, ETL processing, etc."
13286
12952
  },
13287
- "memory": {
13288
- "type": "string",
12953
+ "labels": {
12954
+ "type": "map",
13289
12955
  "required": false,
13290
12956
  "optional": true,
13291
- "computed": true,
13292
- "plan_modifier": "UseStateForUnknown",
13293
- "description": "Memory in MiB (mebibyte) allocated for the workload_flavor."
12957
+ "description": "Labels is a user defined key value map that can be attached to resources for organization and filtering."
13294
12958
  },
13295
12959
  "name": {
13296
12960
  "type": "string",
@@ -13306,13 +12970,29 @@
13306
12970
  "validation": "name",
13307
12971
  "description": "Namespace where the Workload will be created."
13308
12972
  },
13309
- "vcpus": {
13310
- "type": "int64",
12973
+ "service": {
12974
+ "type": "object",
13311
12975
  "required": false,
13312
12976
  "optional": true,
13313
- "computed": true,
13314
- "plan_modifier": "UseStateForUnknown",
13315
- "description": "Number of vCPUs allocated for the workload_flavor. Each vCPU is a thread on a CPU core."
12977
+ "is_block": true,
12978
+ "oneof_group": "workload_choice",
12979
+ "description": "Service does not maintain per replica state, however it can be configured to use persistent storage that is shared amongst all the replicas. Replicas of a service are fungible and do not have a stable network identity or storage. Common examples of services are web servers, application servers.."
12980
+ },
12981
+ "simple_service": {
12982
+ "type": "object",
12983
+ "required": false,
12984
+ "optional": true,
12985
+ "is_block": true,
12986
+ "oneof_group": "workload_choice",
12987
+ "description": "SimpleService is a service having one container and one replica that is deployed on all Regional Edges and advertised on Internet via HTTP loadbalancer on default VIP."
12988
+ },
12989
+ "stateful_service": {
12990
+ "type": "object",
12991
+ "required": false,
12992
+ "optional": true,
12993
+ "is_block": true,
12994
+ "oneof_group": "workload_choice",
12995
+ "description": "StatefulService maintains per replica state and each replica has its own persistent storage. Each replica has a unique network identity and stable storage. Stateful service are used for distributed stateful applications like cassandra, mongodb, redis, etc."
13316
12996
  }
13317
12997
  },
13318
12998
  "dependencies": {