pulumi-gcp 8.1.0__py3-none-any.whl → 8.1.0a1726293903__py3-none-any.whl

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.
Files changed (101) hide show
  1. pulumi_gcp/__init__.py +0 -24
  2. pulumi_gcp/alloydb/_inputs.py +0 -94
  3. pulumi_gcp/alloydb/cluster.py +1 -94
  4. pulumi_gcp/alloydb/outputs.py +0 -79
  5. pulumi_gcp/assuredworkloads/workload.py +16 -135
  6. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -1
  7. pulumi_gcp/bigquery/_inputs.py +0 -33
  8. pulumi_gcp/bigquery/data_transfer_config.py +6 -134
  9. pulumi_gcp/bigquery/outputs.py +0 -36
  10. pulumi_gcp/bigqueryanalyticshub/_inputs.py +7 -169
  11. pulumi_gcp/bigqueryanalyticshub/data_exchange.py +3 -96
  12. pulumi_gcp/bigqueryanalyticshub/listing.py +0 -114
  13. pulumi_gcp/bigqueryanalyticshub/outputs.py +5 -138
  14. pulumi_gcp/bigtable/_inputs.py +1 -21
  15. pulumi_gcp/bigtable/outputs.py +1 -13
  16. pulumi_gcp/bigtable/table.py +0 -34
  17. pulumi_gcp/certificateauthority/authority.py +7 -14
  18. pulumi_gcp/certificatemanager/__init__.py +0 -1
  19. pulumi_gcp/certificatemanager/certificate.py +0 -28
  20. pulumi_gcp/certificatemanager/outputs.py +0 -322
  21. pulumi_gcp/cloudbuild/_inputs.py +6 -6
  22. pulumi_gcp/cloudbuild/outputs.py +4 -4
  23. pulumi_gcp/cloudrun/_inputs.py +12 -6
  24. pulumi_gcp/cloudrun/outputs.py +16 -8
  25. pulumi_gcp/cloudrunv2/_inputs.py +15 -72
  26. pulumi_gcp/cloudrunv2/outputs.py +16 -82
  27. pulumi_gcp/cloudrunv2/service.py +4 -50
  28. pulumi_gcp/cloudtasks/_inputs.py +0 -630
  29. pulumi_gcp/cloudtasks/outputs.py +0 -479
  30. pulumi_gcp/cloudtasks/queue.py +0 -238
  31. pulumi_gcp/compute/_inputs.py +9 -129
  32. pulumi_gcp/compute/get_instance.py +1 -1
  33. pulumi_gcp/compute/health_check.py +0 -114
  34. pulumi_gcp/compute/instance.py +4 -86
  35. pulumi_gcp/compute/instance_template.py +0 -66
  36. pulumi_gcp/compute/interconnect.py +21 -28
  37. pulumi_gcp/compute/node_template.py +0 -93
  38. pulumi_gcp/compute/outputs.py +6 -108
  39. pulumi_gcp/compute/target_https_proxy.py +0 -28
  40. pulumi_gcp/container/_inputs.py +3 -140
  41. pulumi_gcp/container/attached_cluster.py +7 -7
  42. pulumi_gcp/container/outputs.py +2 -174
  43. pulumi_gcp/databasemigrationservice/_inputs.py +148 -176
  44. pulumi_gcp/databasemigrationservice/connection_profile.py +0 -206
  45. pulumi_gcp/databasemigrationservice/outputs.py +87 -109
  46. pulumi_gcp/dataloss/_inputs.py +1 -353
  47. pulumi_gcp/dataloss/outputs.py +3 -274
  48. pulumi_gcp/dataproc/_inputs.py +27 -27
  49. pulumi_gcp/dataproc/outputs.py +18 -18
  50. pulumi_gcp/datastream/_inputs.py +1 -69
  51. pulumi_gcp/datastream/outputs.py +2 -44
  52. pulumi_gcp/datastream/stream.py +7 -194
  53. pulumi_gcp/discoveryengine/_inputs.py +0 -188
  54. pulumi_gcp/discoveryengine/data_store.py +14 -14
  55. pulumi_gcp/discoveryengine/outputs.py +1 -153
  56. pulumi_gcp/firebase/database_instance.py +7 -7
  57. pulumi_gcp/gkehub/_inputs.py +1 -25
  58. pulumi_gcp/gkehub/feature_membership.py +6 -12
  59. pulumi_gcp/gkehub/outputs.py +1 -17
  60. pulumi_gcp/iam/_inputs.py +0 -196
  61. pulumi_gcp/iam/get_workload_identity_pool_provider.py +3 -13
  62. pulumi_gcp/iam/outputs.py +0 -295
  63. pulumi_gcp/iam/workload_identity_pool_provider.py +3 -164
  64. pulumi_gcp/kms/__init__.py +0 -2
  65. pulumi_gcp/kms/autokey_config.py +2 -10
  66. pulumi_gcp/kms/outputs.py +0 -164
  67. pulumi_gcp/netapp/active_directory.py +6 -6
  68. pulumi_gcp/netapp/backup.py +6 -6
  69. pulumi_gcp/netapp/backup_policy.py +6 -6
  70. pulumi_gcp/netapp/backup_vault.py +6 -6
  71. pulumi_gcp/netapp/storage_pool.py +4 -4
  72. pulumi_gcp/netapp/volume.py +0 -7
  73. pulumi_gcp/networkconnectivity/_inputs.py +1 -21
  74. pulumi_gcp/networkconnectivity/outputs.py +1 -15
  75. pulumi_gcp/networkconnectivity/spoke.py +0 -8
  76. pulumi_gcp/networksecurity/client_tls_policy.py +22 -24
  77. pulumi_gcp/networksecurity/server_tls_policy.py +32 -20
  78. pulumi_gcp/organizations/get_project.py +3 -13
  79. pulumi_gcp/organizations/project.py +3 -88
  80. pulumi_gcp/parallelstore/instance.py +121 -121
  81. pulumi_gcp/projects/iam_member_remove.py +0 -26
  82. pulumi_gcp/projects/usage_export_bucket.py +0 -38
  83. pulumi_gcp/pubsub/_inputs.py +0 -40
  84. pulumi_gcp/pubsub/outputs.py +1 -51
  85. pulumi_gcp/pubsub/subscription.py +0 -6
  86. pulumi_gcp/pulumi-plugin.json +1 -1
  87. pulumi_gcp/redis/_inputs.py +0 -419
  88. pulumi_gcp/redis/cluster.py +0 -123
  89. pulumi_gcp/redis/outputs.py +0 -315
  90. pulumi_gcp/securitycenter/__init__.py +0 -2
  91. pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +4 -4
  92. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/METADATA +1 -1
  93. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/RECORD +95 -101
  94. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/WHEEL +1 -1
  95. pulumi_gcp/backupdisasterrecovery/backup_vault.py +0 -1203
  96. pulumi_gcp/certificatemanager/get_certificates.py +0 -150
  97. pulumi_gcp/kms/get_crypto_key_latest_version.py +0 -222
  98. pulumi_gcp/kms/get_crypto_key_versions.py +0 -175
  99. pulumi_gcp/securitycenter/v2_folder_scc_big_query_export.py +0 -857
  100. pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py +0 -796
  101. {pulumi_gcp-8.1.0.dist-info → pulumi_gcp-8.1.0a1726293903.dist-info}/top_level.txt +0 -0
@@ -23,7 +23,6 @@ class QueueArgs:
23
23
  def __init__(__self__, *,
24
24
  location: pulumi.Input[str],
25
25
  app_engine_routing_override: Optional[pulumi.Input['QueueAppEngineRoutingOverrideArgs']] = None,
26
- http_target: Optional[pulumi.Input['QueueHttpTargetArgs']] = None,
27
26
  name: Optional[pulumi.Input[str]] = None,
28
27
  project: Optional[pulumi.Input[str]] = None,
29
28
  rate_limits: Optional[pulumi.Input['QueueRateLimitsArgs']] = None,
@@ -38,8 +37,6 @@ class QueueArgs:
38
37
  :param pulumi.Input['QueueAppEngineRoutingOverrideArgs'] app_engine_routing_override: Overrides for task-level appEngineRouting. These settings apply only
39
38
  to App Engine tasks in this queue
40
39
  Structure is documented below.
41
- :param pulumi.Input['QueueHttpTargetArgs'] http_target: Modifies HTTP target for HTTP tasks.
42
- Structure is documented below.
43
40
  :param pulumi.Input[str] name: The queue name.
44
41
  :param pulumi.Input[str] project: The ID of the project in which the resource belongs.
45
42
  If it is not provided, the provider project is used.
@@ -59,8 +56,6 @@ class QueueArgs:
59
56
  pulumi.set(__self__, "location", location)
60
57
  if app_engine_routing_override is not None:
61
58
  pulumi.set(__self__, "app_engine_routing_override", app_engine_routing_override)
62
- if http_target is not None:
63
- pulumi.set(__self__, "http_target", http_target)
64
59
  if name is not None:
65
60
  pulumi.set(__self__, "name", name)
66
61
  if project is not None:
@@ -101,19 +96,6 @@ class QueueArgs:
101
96
  def app_engine_routing_override(self, value: Optional[pulumi.Input['QueueAppEngineRoutingOverrideArgs']]):
102
97
  pulumi.set(self, "app_engine_routing_override", value)
103
98
 
104
- @property
105
- @pulumi.getter(name="httpTarget")
106
- def http_target(self) -> Optional[pulumi.Input['QueueHttpTargetArgs']]:
107
- """
108
- Modifies HTTP target for HTTP tasks.
109
- Structure is documented below.
110
- """
111
- return pulumi.get(self, "http_target")
112
-
113
- @http_target.setter
114
- def http_target(self, value: Optional[pulumi.Input['QueueHttpTargetArgs']]):
115
- pulumi.set(self, "http_target", value)
116
-
117
99
  @property
118
100
  @pulumi.getter
119
101
  def name(self) -> Optional[pulumi.Input[str]]:
@@ -189,7 +171,6 @@ class QueueArgs:
189
171
  class _QueueState:
190
172
  def __init__(__self__, *,
191
173
  app_engine_routing_override: Optional[pulumi.Input['QueueAppEngineRoutingOverrideArgs']] = None,
192
- http_target: Optional[pulumi.Input['QueueHttpTargetArgs']] = None,
193
174
  location: Optional[pulumi.Input[str]] = None,
194
175
  name: Optional[pulumi.Input[str]] = None,
195
176
  project: Optional[pulumi.Input[str]] = None,
@@ -201,8 +182,6 @@ class _QueueState:
201
182
  :param pulumi.Input['QueueAppEngineRoutingOverrideArgs'] app_engine_routing_override: Overrides for task-level appEngineRouting. These settings apply only
202
183
  to App Engine tasks in this queue
203
184
  Structure is documented below.
204
- :param pulumi.Input['QueueHttpTargetArgs'] http_target: Modifies HTTP target for HTTP tasks.
205
- Structure is documented below.
206
185
  :param pulumi.Input[str] location: The location of the queue
207
186
 
208
187
 
@@ -225,8 +204,6 @@ class _QueueState:
225
204
  """
226
205
  if app_engine_routing_override is not None:
227
206
  pulumi.set(__self__, "app_engine_routing_override", app_engine_routing_override)
228
- if http_target is not None:
229
- pulumi.set(__self__, "http_target", http_target)
230
207
  if location is not None:
231
208
  pulumi.set(__self__, "location", location)
232
209
  if name is not None:
@@ -254,19 +231,6 @@ class _QueueState:
254
231
  def app_engine_routing_override(self, value: Optional[pulumi.Input['QueueAppEngineRoutingOverrideArgs']]):
255
232
  pulumi.set(self, "app_engine_routing_override", value)
256
233
 
257
- @property
258
- @pulumi.getter(name="httpTarget")
259
- def http_target(self) -> Optional[pulumi.Input['QueueHttpTargetArgs']]:
260
- """
261
- Modifies HTTP target for HTTP tasks.
262
- Structure is documented below.
263
- """
264
- return pulumi.get(self, "http_target")
265
-
266
- @http_target.setter
267
- def http_target(self, value: Optional[pulumi.Input['QueueHttpTargetArgs']]):
268
- pulumi.set(self, "http_target", value)
269
-
270
234
  @property
271
235
  @pulumi.getter
272
236
  def location(self) -> Optional[pulumi.Input[str]]:
@@ -359,7 +323,6 @@ class Queue(pulumi.CustomResource):
359
323
  resource_name: str,
360
324
  opts: Optional[pulumi.ResourceOptions] = None,
361
325
  app_engine_routing_override: Optional[pulumi.Input[Union['QueueAppEngineRoutingOverrideArgs', 'QueueAppEngineRoutingOverrideArgsDict']]] = None,
362
- http_target: Optional[pulumi.Input[Union['QueueHttpTargetArgs', 'QueueHttpTargetArgsDict']]] = None,
363
326
  location: Optional[pulumi.Input[str]] = None,
364
327
  name: Optional[pulumi.Input[str]] = None,
365
328
  project: Optional[pulumi.Input[str]] = None,
@@ -411,98 +374,6 @@ class Queue(pulumi.CustomResource):
411
374
  "sampling_ratio": 0.9,
412
375
  })
413
376
  ```
414
- ### Cloud Tasks Queue Http Target Oidc
415
-
416
- ```python
417
- import pulumi
418
- import pulumi_gcp as gcp
419
-
420
- oidc_service_account = gcp.serviceaccount.Account("oidc_service_account",
421
- account_id="example-oidc",
422
- display_name="Tasks Queue OIDC Service Account")
423
- http_target_oidc = gcp.cloudtasks.Queue("http_target_oidc",
424
- name="cloud-tasks-queue-http-target-oidc",
425
- location="us-central1",
426
- http_target={
427
- "http_method": "POST",
428
- "uri_override": {
429
- "scheme": "HTTPS",
430
- "host": "oidc.example.com",
431
- "port": "8443",
432
- "path_override": {
433
- "path": "/users/1234",
434
- },
435
- "query_override": {
436
- "query_params": "qparam1=123&qparam2=456",
437
- },
438
- "uri_override_enforce_mode": "IF_NOT_EXISTS",
439
- },
440
- "header_overrides": [
441
- {
442
- "header": {
443
- "key": "AddSomethingElse",
444
- "value": "MyOtherValue",
445
- },
446
- },
447
- {
448
- "header": {
449
- "key": "AddMe",
450
- "value": "MyValue",
451
- },
452
- },
453
- ],
454
- "oidc_token": {
455
- "service_account_email": oidc_service_account.email,
456
- "audience": "https://oidc.example.com",
457
- },
458
- })
459
- ```
460
- ### Cloud Tasks Queue Http Target Oauth
461
-
462
- ```python
463
- import pulumi
464
- import pulumi_gcp as gcp
465
-
466
- oauth_service_account = gcp.serviceaccount.Account("oauth_service_account",
467
- account_id="example-oauth",
468
- display_name="Tasks Queue OAuth Service Account")
469
- http_target_oauth = gcp.cloudtasks.Queue("http_target_oauth",
470
- name="cloud-tasks-queue-http-target-oauth",
471
- location="us-central1",
472
- http_target={
473
- "http_method": "POST",
474
- "uri_override": {
475
- "scheme": "HTTPS",
476
- "host": "oauth.example.com",
477
- "port": "8443",
478
- "path_override": {
479
- "path": "/users/1234",
480
- },
481
- "query_override": {
482
- "query_params": "qparam1=123&qparam2=456",
483
- },
484
- "uri_override_enforce_mode": "IF_NOT_EXISTS",
485
- },
486
- "header_overrides": [
487
- {
488
- "header": {
489
- "key": "AddSomethingElse",
490
- "value": "MyOtherValue",
491
- },
492
- },
493
- {
494
- "header": {
495
- "key": "AddMe",
496
- "value": "MyValue",
497
- },
498
- },
499
- ],
500
- "oauth_token": {
501
- "service_account_email": oauth_service_account.email,
502
- "scope": "openid https://www.googleapis.com/auth/userinfo.email",
503
- },
504
- })
505
- ```
506
377
 
507
378
  ## Import
508
379
 
@@ -533,8 +404,6 @@ class Queue(pulumi.CustomResource):
533
404
  :param pulumi.Input[Union['QueueAppEngineRoutingOverrideArgs', 'QueueAppEngineRoutingOverrideArgsDict']] app_engine_routing_override: Overrides for task-level appEngineRouting. These settings apply only
534
405
  to App Engine tasks in this queue
535
406
  Structure is documented below.
536
- :param pulumi.Input[Union['QueueHttpTargetArgs', 'QueueHttpTargetArgsDict']] http_target: Modifies HTTP target for HTTP tasks.
537
- Structure is documented below.
538
407
  :param pulumi.Input[str] location: The location of the queue
539
408
 
540
409
 
@@ -605,98 +474,6 @@ class Queue(pulumi.CustomResource):
605
474
  "sampling_ratio": 0.9,
606
475
  })
607
476
  ```
608
- ### Cloud Tasks Queue Http Target Oidc
609
-
610
- ```python
611
- import pulumi
612
- import pulumi_gcp as gcp
613
-
614
- oidc_service_account = gcp.serviceaccount.Account("oidc_service_account",
615
- account_id="example-oidc",
616
- display_name="Tasks Queue OIDC Service Account")
617
- http_target_oidc = gcp.cloudtasks.Queue("http_target_oidc",
618
- name="cloud-tasks-queue-http-target-oidc",
619
- location="us-central1",
620
- http_target={
621
- "http_method": "POST",
622
- "uri_override": {
623
- "scheme": "HTTPS",
624
- "host": "oidc.example.com",
625
- "port": "8443",
626
- "path_override": {
627
- "path": "/users/1234",
628
- },
629
- "query_override": {
630
- "query_params": "qparam1=123&qparam2=456",
631
- },
632
- "uri_override_enforce_mode": "IF_NOT_EXISTS",
633
- },
634
- "header_overrides": [
635
- {
636
- "header": {
637
- "key": "AddSomethingElse",
638
- "value": "MyOtherValue",
639
- },
640
- },
641
- {
642
- "header": {
643
- "key": "AddMe",
644
- "value": "MyValue",
645
- },
646
- },
647
- ],
648
- "oidc_token": {
649
- "service_account_email": oidc_service_account.email,
650
- "audience": "https://oidc.example.com",
651
- },
652
- })
653
- ```
654
- ### Cloud Tasks Queue Http Target Oauth
655
-
656
- ```python
657
- import pulumi
658
- import pulumi_gcp as gcp
659
-
660
- oauth_service_account = gcp.serviceaccount.Account("oauth_service_account",
661
- account_id="example-oauth",
662
- display_name="Tasks Queue OAuth Service Account")
663
- http_target_oauth = gcp.cloudtasks.Queue("http_target_oauth",
664
- name="cloud-tasks-queue-http-target-oauth",
665
- location="us-central1",
666
- http_target={
667
- "http_method": "POST",
668
- "uri_override": {
669
- "scheme": "HTTPS",
670
- "host": "oauth.example.com",
671
- "port": "8443",
672
- "path_override": {
673
- "path": "/users/1234",
674
- },
675
- "query_override": {
676
- "query_params": "qparam1=123&qparam2=456",
677
- },
678
- "uri_override_enforce_mode": "IF_NOT_EXISTS",
679
- },
680
- "header_overrides": [
681
- {
682
- "header": {
683
- "key": "AddSomethingElse",
684
- "value": "MyOtherValue",
685
- },
686
- },
687
- {
688
- "header": {
689
- "key": "AddMe",
690
- "value": "MyValue",
691
- },
692
- },
693
- ],
694
- "oauth_token": {
695
- "service_account_email": oauth_service_account.email,
696
- "scope": "openid https://www.googleapis.com/auth/userinfo.email",
697
- },
698
- })
699
- ```
700
477
 
701
478
  ## Import
702
479
 
@@ -738,7 +515,6 @@ class Queue(pulumi.CustomResource):
738
515
  resource_name: str,
739
516
  opts: Optional[pulumi.ResourceOptions] = None,
740
517
  app_engine_routing_override: Optional[pulumi.Input[Union['QueueAppEngineRoutingOverrideArgs', 'QueueAppEngineRoutingOverrideArgsDict']]] = None,
741
- http_target: Optional[pulumi.Input[Union['QueueHttpTargetArgs', 'QueueHttpTargetArgsDict']]] = None,
742
518
  location: Optional[pulumi.Input[str]] = None,
743
519
  name: Optional[pulumi.Input[str]] = None,
744
520
  project: Optional[pulumi.Input[str]] = None,
@@ -755,7 +531,6 @@ class Queue(pulumi.CustomResource):
755
531
  __props__ = QueueArgs.__new__(QueueArgs)
756
532
 
757
533
  __props__.__dict__["app_engine_routing_override"] = app_engine_routing_override
758
- __props__.__dict__["http_target"] = http_target
759
534
  if location is None and not opts.urn:
760
535
  raise TypeError("Missing required property 'location'")
761
536
  __props__.__dict__["location"] = location
@@ -775,7 +550,6 @@ class Queue(pulumi.CustomResource):
775
550
  id: pulumi.Input[str],
776
551
  opts: Optional[pulumi.ResourceOptions] = None,
777
552
  app_engine_routing_override: Optional[pulumi.Input[Union['QueueAppEngineRoutingOverrideArgs', 'QueueAppEngineRoutingOverrideArgsDict']]] = None,
778
- http_target: Optional[pulumi.Input[Union['QueueHttpTargetArgs', 'QueueHttpTargetArgsDict']]] = None,
779
553
  location: Optional[pulumi.Input[str]] = None,
780
554
  name: Optional[pulumi.Input[str]] = None,
781
555
  project: Optional[pulumi.Input[str]] = None,
@@ -792,8 +566,6 @@ class Queue(pulumi.CustomResource):
792
566
  :param pulumi.Input[Union['QueueAppEngineRoutingOverrideArgs', 'QueueAppEngineRoutingOverrideArgsDict']] app_engine_routing_override: Overrides for task-level appEngineRouting. These settings apply only
793
567
  to App Engine tasks in this queue
794
568
  Structure is documented below.
795
- :param pulumi.Input[Union['QueueHttpTargetArgs', 'QueueHttpTargetArgsDict']] http_target: Modifies HTTP target for HTTP tasks.
796
- Structure is documented below.
797
569
  :param pulumi.Input[str] location: The location of the queue
798
570
 
799
571
 
@@ -819,7 +591,6 @@ class Queue(pulumi.CustomResource):
819
591
  __props__ = _QueueState.__new__(_QueueState)
820
592
 
821
593
  __props__.__dict__["app_engine_routing_override"] = app_engine_routing_override
822
- __props__.__dict__["http_target"] = http_target
823
594
  __props__.__dict__["location"] = location
824
595
  __props__.__dict__["name"] = name
825
596
  __props__.__dict__["project"] = project
@@ -838,15 +609,6 @@ class Queue(pulumi.CustomResource):
838
609
  """
839
610
  return pulumi.get(self, "app_engine_routing_override")
840
611
 
841
- @property
842
- @pulumi.getter(name="httpTarget")
843
- def http_target(self) -> pulumi.Output[Optional['outputs.QueueHttpTarget']]:
844
- """
845
- Modifies HTTP target for HTTP tasks.
846
- Structure is documented below.
847
- """
848
- return pulumi.get(self, "http_target")
849
-
850
612
  @property
851
613
  @pulumi.getter
852
614
  def location(self) -> pulumi.Output[str]:
@@ -407,8 +407,6 @@ __all__ = [
407
407
  'NodeGroupShareSettingsArgsDict',
408
408
  'NodeGroupShareSettingsProjectMapArgs',
409
409
  'NodeGroupShareSettingsProjectMapArgsDict',
410
- 'NodeTemplateAcceleratorArgs',
411
- 'NodeTemplateAcceleratorArgsDict',
412
410
  'NodeTemplateNodeTypeFlexibilityArgs',
413
411
  'NodeTemplateNodeTypeFlexibilityArgsDict',
414
412
  'NodeTemplateServerBindingArgs',
@@ -5954,7 +5952,7 @@ if not MYPY:
5954
5952
  is only applicable for UDP or TCP protocol. Each entry must be
5955
5953
  either an integer or a range. If not specified, this rule
5956
5954
  applies to connections through any port.
5957
- Example inputs include: [22], [80, 443], and
5955
+ Example inputs include: ["22"], ["80","443"], and
5958
5956
  ["12345-12349"].
5959
5957
  """
5960
5958
  elif False:
@@ -5974,7 +5972,7 @@ class FirewallAllowArgs:
5974
5972
  is only applicable for UDP or TCP protocol. Each entry must be
5975
5973
  either an integer or a range. If not specified, this rule
5976
5974
  applies to connections through any port.
5977
- Example inputs include: [22], [80, 443], and
5975
+ Example inputs include: ["22"], ["80","443"], and
5978
5976
  ["12345-12349"].
5979
5977
  """
5980
5978
  pulumi.set(__self__, "protocol", protocol)
@@ -6004,7 +6002,7 @@ class FirewallAllowArgs:
6004
6002
  is only applicable for UDP or TCP protocol. Each entry must be
6005
6003
  either an integer or a range. If not specified, this rule
6006
6004
  applies to connections through any port.
6007
- Example inputs include: [22], [80, 443], and
6005
+ Example inputs include: ["22"], ["80","443"], and
6008
6006
  ["12345-12349"].
6009
6007
  """
6010
6008
  return pulumi.get(self, "ports")
@@ -6029,7 +6027,7 @@ if not MYPY:
6029
6027
  is only applicable for UDP or TCP protocol. Each entry must be
6030
6028
  either an integer or a range. If not specified, this rule
6031
6029
  applies to connections through any port.
6032
- Example inputs include: [22], [80, 443], and
6030
+ Example inputs include: ["22"], ["80","443"], and
6033
6031
  ["12345-12349"].
6034
6032
  """
6035
6033
  elif False:
@@ -6049,7 +6047,7 @@ class FirewallDenyArgs:
6049
6047
  is only applicable for UDP or TCP protocol. Each entry must be
6050
6048
  either an integer or a range. If not specified, this rule
6051
6049
  applies to connections through any port.
6052
- Example inputs include: [22], [80, 443], and
6050
+ Example inputs include: ["22"], ["80","443"], and
6053
6051
  ["12345-12349"].
6054
6052
  """
6055
6053
  pulumi.set(__self__, "protocol", protocol)
@@ -6079,7 +6077,7 @@ class FirewallDenyArgs:
6079
6077
  is only applicable for UDP or TCP protocol. Each entry must be
6080
6078
  either an integer or a range. If not specified, this rule
6081
6079
  applies to connections through any port.
6082
- Example inputs include: [22], [80, 443], and
6080
+ Example inputs include: ["22"], ["80","443"], and
6083
6081
  ["12345-12349"].
6084
6082
  """
6085
6083
  return pulumi.get(self, "ports")
@@ -8570,10 +8568,6 @@ if not MYPY:
8570
8568
  alongside the new instance. Either `initialize_params` or `source` must be set.
8571
8569
  Structure is documented below.
8572
8570
  """
8573
- interface: NotRequired[pulumi.Input[str]]
8574
- """
8575
- The disk interface used for attaching this disk. One of SCSI or NVME. (This field is shared with attached_disk and only used for specific cases, please don't specify this field without advice from Google.)
8576
- """
8577
8571
  kms_key_self_link: NotRequired[pulumi.Input[str]]
8578
8572
  """
8579
8573
  The self_link of the encryption key that is
@@ -8602,7 +8596,6 @@ class InstanceBootDiskArgs:
8602
8596
  disk_encryption_key_raw: Optional[pulumi.Input[str]] = None,
8603
8597
  disk_encryption_key_sha256: Optional[pulumi.Input[str]] = None,
8604
8598
  initialize_params: Optional[pulumi.Input['InstanceBootDiskInitializeParamsArgs']] = None,
8605
- interface: Optional[pulumi.Input[str]] = None,
8606
8599
  kms_key_self_link: Optional[pulumi.Input[str]] = None,
8607
8600
  mode: Optional[pulumi.Input[str]] = None,
8608
8601
  source: Optional[pulumi.Input[str]] = None):
@@ -8622,7 +8615,6 @@ class InstanceBootDiskArgs:
8622
8615
  :param pulumi.Input['InstanceBootDiskInitializeParamsArgs'] initialize_params: Parameters for a new disk that will be created
8623
8616
  alongside the new instance. Either `initialize_params` or `source` must be set.
8624
8617
  Structure is documented below.
8625
- :param pulumi.Input[str] interface: The disk interface used for attaching this disk. One of SCSI or NVME. (This field is shared with attached_disk and only used for specific cases, please don't specify this field without advice from Google.)
8626
8618
  :param pulumi.Input[str] kms_key_self_link: The self_link of the encryption key that is
8627
8619
  stored in Google Cloud KMS to encrypt this disk. Only one of `kms_key_self_link`
8628
8620
  and `disk_encryption_key_raw` may be set.
@@ -8642,8 +8634,6 @@ class InstanceBootDiskArgs:
8642
8634
  pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
8643
8635
  if initialize_params is not None:
8644
8636
  pulumi.set(__self__, "initialize_params", initialize_params)
8645
- if interface is not None:
8646
- pulumi.set(__self__, "interface", interface)
8647
8637
  if kms_key_self_link is not None:
8648
8638
  pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
8649
8639
  if mode is not None:
@@ -8721,18 +8711,6 @@ class InstanceBootDiskArgs:
8721
8711
  def initialize_params(self, value: Optional[pulumi.Input['InstanceBootDiskInitializeParamsArgs']]):
8722
8712
  pulumi.set(self, "initialize_params", value)
8723
8713
 
8724
- @property
8725
- @pulumi.getter
8726
- def interface(self) -> Optional[pulumi.Input[str]]:
8727
- """
8728
- The disk interface used for attaching this disk. One of SCSI or NVME. (This field is shared with attached_disk and only used for specific cases, please don't specify this field without advice from Google.)
8729
- """
8730
- return pulumi.get(self, "interface")
8731
-
8732
- @interface.setter
8733
- def interface(self, value: Optional[pulumi.Input[str]]):
8734
- pulumi.set(self, "interface", value)
8735
-
8736
8714
  @property
8737
8715
  @pulumi.getter(name="kmsKeySelfLink")
8738
8716
  def kms_key_self_link(self) -> Optional[pulumi.Input[str]]:
@@ -9322,10 +9300,6 @@ if not MYPY:
9322
9300
  """
9323
9301
  Parameters with which a disk was created alongside the instance.
9324
9302
  """
9325
- interface: NotRequired[pulumi.Input[str]]
9326
- """
9327
- The disk interface used for attaching this disk. One of SCSI or NVME. (This field is shared with attached_disk and only used for specific cases, please don't specify this field without advice from Google.)
9328
- """
9329
9303
  kms_key_self_link: NotRequired[pulumi.Input[str]]
9330
9304
  """
9331
9305
  The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
@@ -9349,7 +9323,6 @@ class InstanceFromMachineImageBootDiskArgs:
9349
9323
  disk_encryption_key_raw: Optional[pulumi.Input[str]] = None,
9350
9324
  disk_encryption_key_sha256: Optional[pulumi.Input[str]] = None,
9351
9325
  initialize_params: Optional[pulumi.Input['InstanceFromMachineImageBootDiskInitializeParamsArgs']] = None,
9352
- interface: Optional[pulumi.Input[str]] = None,
9353
9326
  kms_key_self_link: Optional[pulumi.Input[str]] = None,
9354
9327
  mode: Optional[pulumi.Input[str]] = None,
9355
9328
  source: Optional[pulumi.Input[str]] = None):
@@ -9359,7 +9332,6 @@ class InstanceFromMachineImageBootDiskArgs:
9359
9332
  :param pulumi.Input[str] disk_encryption_key_raw: A 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
9360
9333
  :param pulumi.Input[str] disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
9361
9334
  :param pulumi.Input['InstanceFromMachineImageBootDiskInitializeParamsArgs'] initialize_params: Parameters with which a disk was created alongside the instance.
9362
- :param pulumi.Input[str] interface: The disk interface used for attaching this disk. One of SCSI or NVME. (This field is shared with attached_disk and only used for specific cases, please don't specify this field without advice from Google.)
9363
9335
  :param pulumi.Input[str] kms_key_self_link: The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
9364
9336
  :param pulumi.Input[str] mode: Read/write mode for the disk. One of "READ_ONLY" or "READ_WRITE".
9365
9337
  :param pulumi.Input[str] source: The name or self_link of the disk attached to this instance.
@@ -9374,8 +9346,6 @@ class InstanceFromMachineImageBootDiskArgs:
9374
9346
  pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
9375
9347
  if initialize_params is not None:
9376
9348
  pulumi.set(__self__, "initialize_params", initialize_params)
9377
- if interface is not None:
9378
- pulumi.set(__self__, "interface", interface)
9379
9349
  if kms_key_self_link is not None:
9380
9350
  pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
9381
9351
  if mode is not None:
@@ -9443,18 +9413,6 @@ class InstanceFromMachineImageBootDiskArgs:
9443
9413
  def initialize_params(self, value: Optional[pulumi.Input['InstanceFromMachineImageBootDiskInitializeParamsArgs']]):
9444
9414
  pulumi.set(self, "initialize_params", value)
9445
9415
 
9446
- @property
9447
- @pulumi.getter
9448
- def interface(self) -> Optional[pulumi.Input[str]]:
9449
- """
9450
- The disk interface used for attaching this disk. One of SCSI or NVME. (This field is shared with attached_disk and only used for specific cases, please don't specify this field without advice from Google.)
9451
- """
9452
- return pulumi.get(self, "interface")
9453
-
9454
- @interface.setter
9455
- def interface(self, value: Optional[pulumi.Input[str]]):
9456
- pulumi.set(self, "interface", value)
9457
-
9458
9416
  @property
9459
9417
  @pulumi.getter(name="kmsKeySelfLink")
9460
9418
  def kms_key_self_link(self) -> Optional[pulumi.Input[str]]:
@@ -11428,10 +11386,6 @@ if not MYPY:
11428
11386
  """
11429
11387
  Parameters with which a disk was created alongside the instance.
11430
11388
  """
11431
- interface: NotRequired[pulumi.Input[str]]
11432
- """
11433
- The disk interface used for attaching this disk. One of SCSI or NVME. (This field is shared with attached_disk and only used for specific cases, please don't specify this field without advice from Google.)
11434
- """
11435
11389
  kms_key_self_link: NotRequired[pulumi.Input[str]]
11436
11390
  """
11437
11391
  The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
@@ -11455,7 +11409,6 @@ class InstanceFromTemplateBootDiskArgs:
11455
11409
  disk_encryption_key_raw: Optional[pulumi.Input[str]] = None,
11456
11410
  disk_encryption_key_sha256: Optional[pulumi.Input[str]] = None,
11457
11411
  initialize_params: Optional[pulumi.Input['InstanceFromTemplateBootDiskInitializeParamsArgs']] = None,
11458
- interface: Optional[pulumi.Input[str]] = None,
11459
11412
  kms_key_self_link: Optional[pulumi.Input[str]] = None,
11460
11413
  mode: Optional[pulumi.Input[str]] = None,
11461
11414
  source: Optional[pulumi.Input[str]] = None):
@@ -11465,7 +11418,6 @@ class InstanceFromTemplateBootDiskArgs:
11465
11418
  :param pulumi.Input[str] disk_encryption_key_raw: A 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
11466
11419
  :param pulumi.Input[str] disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
11467
11420
  :param pulumi.Input['InstanceFromTemplateBootDiskInitializeParamsArgs'] initialize_params: Parameters with which a disk was created alongside the instance.
11468
- :param pulumi.Input[str] interface: The disk interface used for attaching this disk. One of SCSI or NVME. (This field is shared with attached_disk and only used for specific cases, please don't specify this field without advice from Google.)
11469
11421
  :param pulumi.Input[str] kms_key_self_link: The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link and disk_encryption_key_raw may be set.
11470
11422
  :param pulumi.Input[str] mode: Read/write mode for the disk. One of "READ_ONLY" or "READ_WRITE".
11471
11423
  :param pulumi.Input[str] source: The name or self_link of the disk attached to this instance.
@@ -11480,8 +11432,6 @@ class InstanceFromTemplateBootDiskArgs:
11480
11432
  pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
11481
11433
  if initialize_params is not None:
11482
11434
  pulumi.set(__self__, "initialize_params", initialize_params)
11483
- if interface is not None:
11484
- pulumi.set(__self__, "interface", interface)
11485
11435
  if kms_key_self_link is not None:
11486
11436
  pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
11487
11437
  if mode is not None:
@@ -11549,18 +11499,6 @@ class InstanceFromTemplateBootDiskArgs:
11549
11499
  def initialize_params(self, value: Optional[pulumi.Input['InstanceFromTemplateBootDiskInitializeParamsArgs']]):
11550
11500
  pulumi.set(self, "initialize_params", value)
11551
11501
 
11552
- @property
11553
- @pulumi.getter
11554
- def interface(self) -> Optional[pulumi.Input[str]]:
11555
- """
11556
- The disk interface used for attaching this disk. One of SCSI or NVME. (This field is shared with attached_disk and only used for specific cases, please don't specify this field without advice from Google.)
11557
- """
11558
- return pulumi.get(self, "interface")
11559
-
11560
- @interface.setter
11561
- def interface(self, value: Optional[pulumi.Input[str]]):
11562
- pulumi.set(self, "interface", value)
11563
-
11564
11502
  @property
11565
11503
  @pulumi.getter(name="kmsKeySelfLink")
11566
11504
  def kms_key_self_link(self) -> Optional[pulumi.Input[str]]:
@@ -14711,7 +14649,7 @@ if not MYPY:
14711
14649
  subnetwork_project: NotRequired[pulumi.Input[str]]
14712
14650
  """
14713
14651
  The project in which the subnetwork belongs.
14714
- If the `subnetwork` is a self_link, this field is set to the project
14652
+ If the `subnetwork` is a self_link, this field is ignored in favor of the project
14715
14653
  defined in the subnetwork self_link. If the `subnetwork` is a name and this
14716
14654
  field is not provided, the provider project is used.
14717
14655
  """
@@ -14769,7 +14707,7 @@ class InstanceNetworkInterfaceArgs:
14769
14707
  network is in auto subnet mode, specifying the subnetwork is optional. If the network is
14770
14708
  in custom subnet mode, specifying the subnetwork is required.
14771
14709
  :param pulumi.Input[str] subnetwork_project: The project in which the subnetwork belongs.
14772
- If the `subnetwork` is a self_link, this field is set to the project
14710
+ If the `subnetwork` is a self_link, this field is ignored in favor of the project
14773
14711
  defined in the subnetwork self_link. If the `subnetwork` is a name and this
14774
14712
  field is not provided, the provider project is used.
14775
14713
  """
@@ -15006,7 +14944,7 @@ class InstanceNetworkInterfaceArgs:
15006
14944
  def subnetwork_project(self) -> Optional[pulumi.Input[str]]:
15007
14945
  """
15008
14946
  The project in which the subnetwork belongs.
15009
- If the `subnetwork` is a self_link, this field is set to the project
14947
+ If the `subnetwork` is a self_link, this field is ignored in favor of the project
15010
14948
  defined in the subnetwork self_link. If the `subnetwork` is a name and this
15011
14949
  field is not provided, the provider project is used.
15012
14950
  """
@@ -20204,64 +20142,6 @@ class NodeGroupShareSettingsProjectMapArgs:
20204
20142
  pulumi.set(self, "project_id", value)
20205
20143
 
20206
20144
 
20207
- if not MYPY:
20208
- class NodeTemplateAcceleratorArgsDict(TypedDict):
20209
- accelerator_count: NotRequired[pulumi.Input[int]]
20210
- """
20211
- The number of the guest accelerator cards exposed to this
20212
- node template.
20213
- """
20214
- accelerator_type: NotRequired[pulumi.Input[str]]
20215
- """
20216
- Full or partial URL of the accelerator type resource to expose
20217
- to this node template.
20218
- """
20219
- elif False:
20220
- NodeTemplateAcceleratorArgsDict: TypeAlias = Mapping[str, Any]
20221
-
20222
- @pulumi.input_type
20223
- class NodeTemplateAcceleratorArgs:
20224
- def __init__(__self__, *,
20225
- accelerator_count: Optional[pulumi.Input[int]] = None,
20226
- accelerator_type: Optional[pulumi.Input[str]] = None):
20227
- """
20228
- :param pulumi.Input[int] accelerator_count: The number of the guest accelerator cards exposed to this
20229
- node template.
20230
- :param pulumi.Input[str] accelerator_type: Full or partial URL of the accelerator type resource to expose
20231
- to this node template.
20232
- """
20233
- if accelerator_count is not None:
20234
- pulumi.set(__self__, "accelerator_count", accelerator_count)
20235
- if accelerator_type is not None:
20236
- pulumi.set(__self__, "accelerator_type", accelerator_type)
20237
-
20238
- @property
20239
- @pulumi.getter(name="acceleratorCount")
20240
- def accelerator_count(self) -> Optional[pulumi.Input[int]]:
20241
- """
20242
- The number of the guest accelerator cards exposed to this
20243
- node template.
20244
- """
20245
- return pulumi.get(self, "accelerator_count")
20246
-
20247
- @accelerator_count.setter
20248
- def accelerator_count(self, value: Optional[pulumi.Input[int]]):
20249
- pulumi.set(self, "accelerator_count", value)
20250
-
20251
- @property
20252
- @pulumi.getter(name="acceleratorType")
20253
- def accelerator_type(self) -> Optional[pulumi.Input[str]]:
20254
- """
20255
- Full or partial URL of the accelerator type resource to expose
20256
- to this node template.
20257
- """
20258
- return pulumi.get(self, "accelerator_type")
20259
-
20260
- @accelerator_type.setter
20261
- def accelerator_type(self, value: Optional[pulumi.Input[str]]):
20262
- pulumi.set(self, "accelerator_type", value)
20263
-
20264
-
20265
20145
  if not MYPY:
20266
20146
  class NodeTemplateNodeTypeFlexibilityArgsDict(TypedDict):
20267
20147
  cpus: NotRequired[pulumi.Input[str]]