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
@@ -21,7 +21,6 @@ __all__ = ['NodeTemplateArgs', 'NodeTemplate']
21
21
  @pulumi.input_type
22
22
  class NodeTemplateArgs:
23
23
  def __init__(__self__, *,
24
- accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['NodeTemplateAcceleratorArgs']]]] = None,
25
24
  cpu_overcommit_type: Optional[pulumi.Input[str]] = None,
26
25
  description: Optional[pulumi.Input[str]] = None,
27
26
  name: Optional[pulumi.Input[str]] = None,
@@ -33,9 +32,6 @@ class NodeTemplateArgs:
33
32
  server_binding: Optional[pulumi.Input['NodeTemplateServerBindingArgs']] = None):
34
33
  """
35
34
  The set of arguments for constructing a NodeTemplate resource.
36
- :param pulumi.Input[Sequence[pulumi.Input['NodeTemplateAcceleratorArgs']]] accelerators: List of the type and count of accelerator cards attached to the
37
- node template
38
- Structure is documented below.
39
35
  :param pulumi.Input[str] cpu_overcommit_type: CPU overcommit.
40
36
  Default value is `NONE`.
41
37
  Possible values are: `ENABLED`, `NONE`.
@@ -58,8 +54,6 @@ class NodeTemplateArgs:
58
54
  where the nodes should restart following a maintenance event.
59
55
  Structure is documented below.
60
56
  """
61
- if accelerators is not None:
62
- pulumi.set(__self__, "accelerators", accelerators)
63
57
  if cpu_overcommit_type is not None:
64
58
  pulumi.set(__self__, "cpu_overcommit_type", cpu_overcommit_type)
65
59
  if description is not None:
@@ -79,20 +73,6 @@ class NodeTemplateArgs:
79
73
  if server_binding is not None:
80
74
  pulumi.set(__self__, "server_binding", server_binding)
81
75
 
82
- @property
83
- @pulumi.getter
84
- def accelerators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NodeTemplateAcceleratorArgs']]]]:
85
- """
86
- List of the type and count of accelerator cards attached to the
87
- node template
88
- Structure is documented below.
89
- """
90
- return pulumi.get(self, "accelerators")
91
-
92
- @accelerators.setter
93
- def accelerators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NodeTemplateAcceleratorArgs']]]]):
94
- pulumi.set(self, "accelerators", value)
95
-
96
76
  @property
97
77
  @pulumi.getter(name="cpuOvercommitType")
98
78
  def cpu_overcommit_type(self) -> Optional[pulumi.Input[str]]:
@@ -217,7 +197,6 @@ class NodeTemplateArgs:
217
197
  @pulumi.input_type
218
198
  class _NodeTemplateState:
219
199
  def __init__(__self__, *,
220
- accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['NodeTemplateAcceleratorArgs']]]] = None,
221
200
  cpu_overcommit_type: Optional[pulumi.Input[str]] = None,
222
201
  creation_timestamp: Optional[pulumi.Input[str]] = None,
223
202
  description: Optional[pulumi.Input[str]] = None,
@@ -231,9 +210,6 @@ class _NodeTemplateState:
231
210
  server_binding: Optional[pulumi.Input['NodeTemplateServerBindingArgs']] = None):
232
211
  """
233
212
  Input properties used for looking up and filtering NodeTemplate resources.
234
- :param pulumi.Input[Sequence[pulumi.Input['NodeTemplateAcceleratorArgs']]] accelerators: List of the type and count of accelerator cards attached to the
235
- node template
236
- Structure is documented below.
237
213
  :param pulumi.Input[str] cpu_overcommit_type: CPU overcommit.
238
214
  Default value is `NONE`.
239
215
  Possible values are: `ENABLED`, `NONE`.
@@ -258,8 +234,6 @@ class _NodeTemplateState:
258
234
  where the nodes should restart following a maintenance event.
259
235
  Structure is documented below.
260
236
  """
261
- if accelerators is not None:
262
- pulumi.set(__self__, "accelerators", accelerators)
263
237
  if cpu_overcommit_type is not None:
264
238
  pulumi.set(__self__, "cpu_overcommit_type", cpu_overcommit_type)
265
239
  if creation_timestamp is not None:
@@ -283,20 +257,6 @@ class _NodeTemplateState:
283
257
  if server_binding is not None:
284
258
  pulumi.set(__self__, "server_binding", server_binding)
285
259
 
286
- @property
287
- @pulumi.getter
288
- def accelerators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['NodeTemplateAcceleratorArgs']]]]:
289
- """
290
- List of the type and count of accelerator cards attached to the
291
- node template
292
- Structure is documented below.
293
- """
294
- return pulumi.get(self, "accelerators")
295
-
296
- @accelerators.setter
297
- def accelerators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['NodeTemplateAcceleratorArgs']]]]):
298
- pulumi.set(self, "accelerators", value)
299
-
300
260
  @property
301
261
  @pulumi.getter(name="cpuOvercommitType")
302
262
  def cpu_overcommit_type(self) -> Optional[pulumi.Input[str]]:
@@ -447,7 +407,6 @@ class NodeTemplate(pulumi.CustomResource):
447
407
  def __init__(__self__,
448
408
  resource_name: str,
449
409
  opts: Optional[pulumi.ResourceOptions] = None,
450
- accelerators: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NodeTemplateAcceleratorArgs', 'NodeTemplateAcceleratorArgsDict']]]]] = None,
451
410
  cpu_overcommit_type: Optional[pulumi.Input[str]] = None,
452
411
  description: Optional[pulumi.Input[str]] = None,
453
412
  name: Optional[pulumi.Input[str]] = None,
@@ -500,22 +459,6 @@ class NodeTemplate(pulumi.CustomResource):
500
459
  "type": "RESTART_NODE_ON_MINIMAL_SERVERS",
501
460
  })
502
461
  ```
503
- ### Node Template Accelerators
504
-
505
- ```python
506
- import pulumi
507
- import pulumi_gcp as gcp
508
-
509
- central1a = gcp.compute.get_node_types(zone="us-central1-a")
510
- template = gcp.compute.NodeTemplate("template",
511
- name="soletenant-with-accelerators",
512
- region="us-central1",
513
- node_type="n1-node-96-624",
514
- accelerators=[{
515
- "accelerator_type": "nvidia-tesla-t4",
516
- "accelerator_count": 4,
517
- }])
518
- ```
519
462
 
520
463
  ## Import
521
464
 
@@ -549,9 +492,6 @@ class NodeTemplate(pulumi.CustomResource):
549
492
 
550
493
  :param str resource_name: The name of the resource.
551
494
  :param pulumi.ResourceOptions opts: Options for the resource.
552
- :param pulumi.Input[Sequence[pulumi.Input[Union['NodeTemplateAcceleratorArgs', 'NodeTemplateAcceleratorArgsDict']]]] accelerators: List of the type and count of accelerator cards attached to the
553
- node template
554
- Structure is documented below.
555
495
  :param pulumi.Input[str] cpu_overcommit_type: CPU overcommit.
556
496
  Default value is `NONE`.
557
497
  Possible values are: `ENABLED`, `NONE`.
@@ -622,22 +562,6 @@ class NodeTemplate(pulumi.CustomResource):
622
562
  "type": "RESTART_NODE_ON_MINIMAL_SERVERS",
623
563
  })
624
564
  ```
625
- ### Node Template Accelerators
626
-
627
- ```python
628
- import pulumi
629
- import pulumi_gcp as gcp
630
-
631
- central1a = gcp.compute.get_node_types(zone="us-central1-a")
632
- template = gcp.compute.NodeTemplate("template",
633
- name="soletenant-with-accelerators",
634
- region="us-central1",
635
- node_type="n1-node-96-624",
636
- accelerators=[{
637
- "accelerator_type": "nvidia-tesla-t4",
638
- "accelerator_count": 4,
639
- }])
640
- ```
641
565
 
642
566
  ## Import
643
567
 
@@ -684,7 +608,6 @@ class NodeTemplate(pulumi.CustomResource):
684
608
  def _internal_init(__self__,
685
609
  resource_name: str,
686
610
  opts: Optional[pulumi.ResourceOptions] = None,
687
- accelerators: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NodeTemplateAcceleratorArgs', 'NodeTemplateAcceleratorArgsDict']]]]] = None,
688
611
  cpu_overcommit_type: Optional[pulumi.Input[str]] = None,
689
612
  description: Optional[pulumi.Input[str]] = None,
690
613
  name: Optional[pulumi.Input[str]] = None,
@@ -703,7 +626,6 @@ class NodeTemplate(pulumi.CustomResource):
703
626
  raise TypeError('__props__ is only valid when passed in combination with a valid opts.id to get an existing resource')
704
627
  __props__ = NodeTemplateArgs.__new__(NodeTemplateArgs)
705
628
 
706
- __props__.__dict__["accelerators"] = accelerators
707
629
  __props__.__dict__["cpu_overcommit_type"] = cpu_overcommit_type
708
630
  __props__.__dict__["description"] = description
709
631
  __props__.__dict__["name"] = name
@@ -725,7 +647,6 @@ class NodeTemplate(pulumi.CustomResource):
725
647
  def get(resource_name: str,
726
648
  id: pulumi.Input[str],
727
649
  opts: Optional[pulumi.ResourceOptions] = None,
728
- accelerators: Optional[pulumi.Input[Sequence[pulumi.Input[Union['NodeTemplateAcceleratorArgs', 'NodeTemplateAcceleratorArgsDict']]]]] = None,
729
650
  cpu_overcommit_type: Optional[pulumi.Input[str]] = None,
730
651
  creation_timestamp: Optional[pulumi.Input[str]] = None,
731
652
  description: Optional[pulumi.Input[str]] = None,
@@ -744,9 +665,6 @@ class NodeTemplate(pulumi.CustomResource):
744
665
  :param str resource_name: The unique name of the resulting resource.
745
666
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
746
667
  :param pulumi.ResourceOptions opts: Options for the resource.
747
- :param pulumi.Input[Sequence[pulumi.Input[Union['NodeTemplateAcceleratorArgs', 'NodeTemplateAcceleratorArgsDict']]]] accelerators: List of the type and count of accelerator cards attached to the
748
- node template
749
- Structure is documented below.
750
668
  :param pulumi.Input[str] cpu_overcommit_type: CPU overcommit.
751
669
  Default value is `NONE`.
752
670
  Possible values are: `ENABLED`, `NONE`.
@@ -775,7 +693,6 @@ class NodeTemplate(pulumi.CustomResource):
775
693
 
776
694
  __props__ = _NodeTemplateState.__new__(_NodeTemplateState)
777
695
 
778
- __props__.__dict__["accelerators"] = accelerators
779
696
  __props__.__dict__["cpu_overcommit_type"] = cpu_overcommit_type
780
697
  __props__.__dict__["creation_timestamp"] = creation_timestamp
781
698
  __props__.__dict__["description"] = description
@@ -789,16 +706,6 @@ class NodeTemplate(pulumi.CustomResource):
789
706
  __props__.__dict__["server_binding"] = server_binding
790
707
  return NodeTemplate(resource_name, opts=opts, __props__=__props__)
791
708
 
792
- @property
793
- @pulumi.getter
794
- def accelerators(self) -> pulumi.Output[Optional[Sequence['outputs.NodeTemplateAccelerator']]]:
795
- """
796
- List of the type and count of accelerator cards attached to the
797
- node template
798
- Structure is documented below.
799
- """
800
- return pulumi.get(self, "accelerators")
801
-
802
709
  @property
803
710
  @pulumi.getter(name="cpuOvercommitType")
804
711
  def cpu_overcommit_type(self) -> pulumi.Output[Optional[str]]:
@@ -212,7 +212,6 @@ __all__ = [
212
212
  'NodeGroupMaintenanceWindow',
213
213
  'NodeGroupShareSettings',
214
214
  'NodeGroupShareSettingsProjectMap',
215
- 'NodeTemplateAccelerator',
216
215
  'NodeTemplateNodeTypeFlexibility',
217
216
  'NodeTemplateServerBinding',
218
217
  'OrganizationSecurityPolicyRuleMatch',
@@ -4291,7 +4290,7 @@ class FirewallAllow(dict):
4291
4290
  is only applicable for UDP or TCP protocol. Each entry must be
4292
4291
  either an integer or a range. If not specified, this rule
4293
4292
  applies to connections through any port.
4294
- Example inputs include: [22], [80, 443], and
4293
+ Example inputs include: ["22"], ["80","443"], and
4295
4294
  ["12345-12349"].
4296
4295
  """
4297
4296
  pulumi.set(__self__, "protocol", protocol)
@@ -4317,7 +4316,7 @@ class FirewallAllow(dict):
4317
4316
  is only applicable for UDP or TCP protocol. Each entry must be
4318
4317
  either an integer or a range. If not specified, this rule
4319
4318
  applies to connections through any port.
4320
- Example inputs include: [22], [80, 443], and
4319
+ Example inputs include: ["22"], ["80","443"], and
4321
4320
  ["12345-12349"].
4322
4321
  """
4323
4322
  return pulumi.get(self, "ports")
@@ -4337,7 +4336,7 @@ class FirewallDeny(dict):
4337
4336
  is only applicable for UDP or TCP protocol. Each entry must be
4338
4337
  either an integer or a range. If not specified, this rule
4339
4338
  applies to connections through any port.
4340
- Example inputs include: [22], [80, 443], and
4339
+ Example inputs include: ["22"], ["80","443"], and
4341
4340
  ["12345-12349"].
4342
4341
  """
4343
4342
  pulumi.set(__self__, "protocol", protocol)
@@ -4363,7 +4362,7 @@ class FirewallDeny(dict):
4363
4362
  is only applicable for UDP or TCP protocol. Each entry must be
4364
4363
  either an integer or a range. If not specified, this rule
4365
4364
  applies to connections through any port.
4366
- Example inputs include: [22], [80, 443], and
4365
+ Example inputs include: ["22"], ["80","443"], and
4367
4366
  ["12345-12349"].
4368
4367
  """
4369
4368
  return pulumi.get(self, "ports")
@@ -6219,7 +6218,6 @@ class InstanceBootDisk(dict):
6219
6218
  disk_encryption_key_raw: Optional[str] = None,
6220
6219
  disk_encryption_key_sha256: Optional[str] = None,
6221
6220
  initialize_params: Optional['outputs.InstanceBootDiskInitializeParams'] = None,
6222
- interface: Optional[str] = None,
6223
6221
  kms_key_self_link: Optional[str] = None,
6224
6222
  mode: Optional[str] = None,
6225
6223
  source: Optional[str] = None):
@@ -6239,7 +6237,6 @@ class InstanceBootDisk(dict):
6239
6237
  :param 'InstanceBootDiskInitializeParamsArgs' initialize_params: Parameters for a new disk that will be created
6240
6238
  alongside the new instance. Either `initialize_params` or `source` must be set.
6241
6239
  Structure is documented below.
6242
- :param 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.)
6243
6240
  :param str kms_key_self_link: The self_link of the encryption key that is
6244
6241
  stored in Google Cloud KMS to encrypt this disk. Only one of `kms_key_self_link`
6245
6242
  and `disk_encryption_key_raw` may be set.
@@ -6259,8 +6256,6 @@ class InstanceBootDisk(dict):
6259
6256
  pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
6260
6257
  if initialize_params is not None:
6261
6258
  pulumi.set(__self__, "initialize_params", initialize_params)
6262
- if interface is not None:
6263
- pulumi.set(__self__, "interface", interface)
6264
6259
  if kms_key_self_link is not None:
6265
6260
  pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
6266
6261
  if mode is not None:
@@ -6318,14 +6313,6 @@ class InstanceBootDisk(dict):
6318
6313
  """
6319
6314
  return pulumi.get(self, "initialize_params")
6320
6315
 
6321
- @property
6322
- @pulumi.getter
6323
- def interface(self) -> Optional[str]:
6324
- """
6325
- 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.)
6326
- """
6327
- return pulumi.get(self, "interface")
6328
-
6329
6316
  @property
6330
6317
  @pulumi.getter(name="kmsKeySelfLink")
6331
6318
  def kms_key_self_link(self) -> Optional[str]:
@@ -6798,7 +6785,6 @@ class InstanceFromMachineImageBootDisk(dict):
6798
6785
  disk_encryption_key_raw: Optional[str] = None,
6799
6786
  disk_encryption_key_sha256: Optional[str] = None,
6800
6787
  initialize_params: Optional['outputs.InstanceFromMachineImageBootDiskInitializeParams'] = None,
6801
- interface: Optional[str] = None,
6802
6788
  kms_key_self_link: Optional[str] = None,
6803
6789
  mode: Optional[str] = None,
6804
6790
  source: Optional[str] = None):
@@ -6808,7 +6794,6 @@ class InstanceFromMachineImageBootDisk(dict):
6808
6794
  :param 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.
6809
6795
  :param str disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
6810
6796
  :param 'InstanceFromMachineImageBootDiskInitializeParamsArgs' initialize_params: Parameters with which a disk was created alongside the instance.
6811
- :param 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.)
6812
6797
  :param 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.
6813
6798
  :param str mode: Read/write mode for the disk. One of "READ_ONLY" or "READ_WRITE".
6814
6799
  :param str source: The name or self_link of the disk attached to this instance.
@@ -6823,8 +6808,6 @@ class InstanceFromMachineImageBootDisk(dict):
6823
6808
  pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
6824
6809
  if initialize_params is not None:
6825
6810
  pulumi.set(__self__, "initialize_params", initialize_params)
6826
- if interface is not None:
6827
- pulumi.set(__self__, "interface", interface)
6828
6811
  if kms_key_self_link is not None:
6829
6812
  pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
6830
6813
  if mode is not None:
@@ -6872,14 +6855,6 @@ class InstanceFromMachineImageBootDisk(dict):
6872
6855
  """
6873
6856
  return pulumi.get(self, "initialize_params")
6874
6857
 
6875
- @property
6876
- @pulumi.getter
6877
- def interface(self) -> Optional[str]:
6878
- """
6879
- 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.)
6880
- """
6881
- return pulumi.get(self, "interface")
6882
-
6883
6858
  @property
6884
6859
  @pulumi.getter(name="kmsKeySelfLink")
6885
6860
  def kms_key_self_link(self) -> Optional[str]:
@@ -8418,7 +8393,6 @@ class InstanceFromTemplateBootDisk(dict):
8418
8393
  disk_encryption_key_raw: Optional[str] = None,
8419
8394
  disk_encryption_key_sha256: Optional[str] = None,
8420
8395
  initialize_params: Optional['outputs.InstanceFromTemplateBootDiskInitializeParams'] = None,
8421
- interface: Optional[str] = None,
8422
8396
  kms_key_self_link: Optional[str] = None,
8423
8397
  mode: Optional[str] = None,
8424
8398
  source: Optional[str] = None):
@@ -8428,7 +8402,6 @@ class InstanceFromTemplateBootDisk(dict):
8428
8402
  :param 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.
8429
8403
  :param str disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
8430
8404
  :param 'InstanceFromTemplateBootDiskInitializeParamsArgs' initialize_params: Parameters with which a disk was created alongside the instance.
8431
- :param 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.)
8432
8405
  :param 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.
8433
8406
  :param str mode: Read/write mode for the disk. One of "READ_ONLY" or "READ_WRITE".
8434
8407
  :param str source: The name or self_link of the disk attached to this instance.
@@ -8443,8 +8416,6 @@ class InstanceFromTemplateBootDisk(dict):
8443
8416
  pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
8444
8417
  if initialize_params is not None:
8445
8418
  pulumi.set(__self__, "initialize_params", initialize_params)
8446
- if interface is not None:
8447
- pulumi.set(__self__, "interface", interface)
8448
8419
  if kms_key_self_link is not None:
8449
8420
  pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
8450
8421
  if mode is not None:
@@ -8492,14 +8463,6 @@ class InstanceFromTemplateBootDisk(dict):
8492
8463
  """
8493
8464
  return pulumi.get(self, "initialize_params")
8494
8465
 
8495
- @property
8496
- @pulumi.getter
8497
- def interface(self) -> Optional[str]:
8498
- """
8499
- 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.)
8500
- """
8501
- return pulumi.get(self, "interface")
8502
-
8503
8466
  @property
8504
8467
  @pulumi.getter(name="kmsKeySelfLink")
8505
8468
  def kms_key_self_link(self) -> Optional[str]:
@@ -10987,7 +10950,7 @@ class InstanceNetworkInterface(dict):
10987
10950
  network is in auto subnet mode, specifying the subnetwork is optional. If the network is
10988
10951
  in custom subnet mode, specifying the subnetwork is required.
10989
10952
  :param str subnetwork_project: The project in which the subnetwork belongs.
10990
- If the `subnetwork` is a self_link, this field is set to the project
10953
+ If the `subnetwork` is a self_link, this field is ignored in favor of the project
10991
10954
  defined in the subnetwork self_link. If the `subnetwork` is a name and this
10992
10955
  field is not provided, the provider project is used.
10993
10956
  """
@@ -11164,7 +11127,7 @@ class InstanceNetworkInterface(dict):
11164
11127
  def subnetwork_project(self) -> Optional[str]:
11165
11128
  """
11166
11129
  The project in which the subnetwork belongs.
11167
- If the `subnetwork` is a self_link, this field is set to the project
11130
+ If the `subnetwork` is a self_link, this field is ignored in favor of the project
11168
11131
  defined in the subnetwork self_link. If the `subnetwork` is a name and this
11169
11132
  field is not provided, the provider project is used.
11170
11133
  """
@@ -15119,60 +15082,6 @@ class NodeGroupShareSettingsProjectMap(dict):
15119
15082
  return pulumi.get(self, "project_id")
15120
15083
 
15121
15084
 
15122
- @pulumi.output_type
15123
- class NodeTemplateAccelerator(dict):
15124
- @staticmethod
15125
- def __key_warning(key: str):
15126
- suggest = None
15127
- if key == "acceleratorCount":
15128
- suggest = "accelerator_count"
15129
- elif key == "acceleratorType":
15130
- suggest = "accelerator_type"
15131
-
15132
- if suggest:
15133
- pulumi.log.warn(f"Key '{key}' not found in NodeTemplateAccelerator. Access the value via the '{suggest}' property getter instead.")
15134
-
15135
- def __getitem__(self, key: str) -> Any:
15136
- NodeTemplateAccelerator.__key_warning(key)
15137
- return super().__getitem__(key)
15138
-
15139
- def get(self, key: str, default = None) -> Any:
15140
- NodeTemplateAccelerator.__key_warning(key)
15141
- return super().get(key, default)
15142
-
15143
- def __init__(__self__, *,
15144
- accelerator_count: Optional[int] = None,
15145
- accelerator_type: Optional[str] = None):
15146
- """
15147
- :param int accelerator_count: The number of the guest accelerator cards exposed to this
15148
- node template.
15149
- :param str accelerator_type: Full or partial URL of the accelerator type resource to expose
15150
- to this node template.
15151
- """
15152
- if accelerator_count is not None:
15153
- pulumi.set(__self__, "accelerator_count", accelerator_count)
15154
- if accelerator_type is not None:
15155
- pulumi.set(__self__, "accelerator_type", accelerator_type)
15156
-
15157
- @property
15158
- @pulumi.getter(name="acceleratorCount")
15159
- def accelerator_count(self) -> Optional[int]:
15160
- """
15161
- The number of the guest accelerator cards exposed to this
15162
- node template.
15163
- """
15164
- return pulumi.get(self, "accelerator_count")
15165
-
15166
- @property
15167
- @pulumi.getter(name="acceleratorType")
15168
- def accelerator_type(self) -> Optional[str]:
15169
- """
15170
- Full or partial URL of the accelerator type resource to expose
15171
- to this node template.
15172
- """
15173
- return pulumi.get(self, "accelerator_type")
15174
-
15175
-
15176
15085
  @pulumi.output_type
15177
15086
  class NodeTemplateNodeTypeFlexibility(dict):
15178
15087
  @staticmethod
@@ -46001,7 +45910,6 @@ class GetInstanceBootDiskResult(dict):
46001
45910
  disk_encryption_key_raw: str,
46002
45911
  disk_encryption_key_sha256: str,
46003
45912
  initialize_params: Sequence['outputs.GetInstanceBootDiskInitializeParamResult'],
46004
- interface: str,
46005
45913
  kms_key_self_link: str,
46006
45914
  mode: str,
46007
45915
  source: str):
@@ -46015,7 +45923,6 @@ class GetInstanceBootDiskResult(dict):
46015
45923
  (<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
46016
45924
  :param Sequence['GetInstanceBootDiskInitializeParamArgs'] initialize_params: Parameters with which a disk was created alongside the instance.
46017
45925
  Structure is documented below.
46018
- :param str interface: The disk interface used for attaching this disk. One of `SCSI` or `NVME`.
46019
45926
  :param 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.
46020
45927
  :param str mode: Read/write mode for the disk. One of `"READ_ONLY"` or `"READ_WRITE"`.
46021
45928
  :param str source: The name or self_link of the disk attached to this instance.
@@ -46025,7 +45932,6 @@ class GetInstanceBootDiskResult(dict):
46025
45932
  pulumi.set(__self__, "disk_encryption_key_raw", disk_encryption_key_raw)
46026
45933
  pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
46027
45934
  pulumi.set(__self__, "initialize_params", initialize_params)
46028
- pulumi.set(__self__, "interface", interface)
46029
45935
  pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
46030
45936
  pulumi.set(__self__, "mode", mode)
46031
45937
  pulumi.set(__self__, "source", source)
@@ -46074,14 +45980,6 @@ class GetInstanceBootDiskResult(dict):
46074
45980
  """
46075
45981
  return pulumi.get(self, "initialize_params")
46076
45982
 
46077
- @property
46078
- @pulumi.getter
46079
- def interface(self) -> str:
46080
- """
46081
- The disk interface used for attaching this disk. One of `SCSI` or `NVME`.
46082
- """
46083
- return pulumi.get(self, "interface")
46084
-
46085
45983
  @property
46086
45984
  @pulumi.getter(name="kmsKeySelfLink")
46087
45985
  def kms_key_self_link(self) -> str:
@@ -81,10 +81,6 @@ class TargetHttpsProxyArgs:
81
81
  INTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED
82
82
  loadBalancingScheme consult ServerTlsPolicy documentation.
83
83
  If left blank, communications are not encrypted.
84
- If you remove this field from your configuration at the same time as
85
- deleting or recreating a referenced ServerTlsPolicy resource, you will
86
- receive a resourceInUseByAnotherResource error. Use lifecycle.create_before_destroy
87
- within the ServerTlsPolicy resource to avoid this.
88
84
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ssl_certificates: URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer.
89
85
  Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.
90
86
  sslCertificates and certificateManagerCertificates can not be defined together.
@@ -273,10 +269,6 @@ class TargetHttpsProxyArgs:
273
269
  INTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED
274
270
  loadBalancingScheme consult ServerTlsPolicy documentation.
275
271
  If left blank, communications are not encrypted.
276
- If you remove this field from your configuration at the same time as
277
- deleting or recreating a referenced ServerTlsPolicy resource, you will
278
- receive a resourceInUseByAnotherResource error. Use lifecycle.create_before_destroy
279
- within the ServerTlsPolicy resource to avoid this.
280
272
  """
281
273
  return pulumi.get(self, "server_tls_policy")
282
274
 
@@ -395,10 +387,6 @@ class _TargetHttpsProxyState:
395
387
  INTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED
396
388
  loadBalancingScheme consult ServerTlsPolicy documentation.
397
389
  If left blank, communications are not encrypted.
398
- If you remove this field from your configuration at the same time as
399
- deleting or recreating a referenced ServerTlsPolicy resource, you will
400
- receive a resourceInUseByAnotherResource error. Use lifecycle.create_before_destroy
401
- within the ServerTlsPolicy resource to avoid this.
402
390
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ssl_certificates: URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer.
403
391
  Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.
404
392
  sslCertificates and certificateManagerCertificates can not be defined together.
@@ -619,10 +607,6 @@ class _TargetHttpsProxyState:
619
607
  INTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED
620
608
  loadBalancingScheme consult ServerTlsPolicy documentation.
621
609
  If left blank, communications are not encrypted.
622
- If you remove this field from your configuration at the same time as
623
- deleting or recreating a referenced ServerTlsPolicy resource, you will
624
- receive a resourceInUseByAnotherResource error. Use lifecycle.create_before_destroy
625
- within the ServerTlsPolicy resource to avoid this.
626
610
  """
627
611
  return pulumi.get(self, "server_tls_policy")
628
612
 
@@ -989,10 +973,6 @@ class TargetHttpsProxy(pulumi.CustomResource):
989
973
  INTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED
990
974
  loadBalancingScheme consult ServerTlsPolicy documentation.
991
975
  If left blank, communications are not encrypted.
992
- If you remove this field from your configuration at the same time as
993
- deleting or recreating a referenced ServerTlsPolicy resource, you will
994
- receive a resourceInUseByAnotherResource error. Use lifecycle.create_before_destroy
995
- within the ServerTlsPolicy resource to avoid this.
996
976
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ssl_certificates: URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer.
997
977
  Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.
998
978
  sslCertificates and certificateManagerCertificates can not be defined together.
@@ -1384,10 +1364,6 @@ class TargetHttpsProxy(pulumi.CustomResource):
1384
1364
  INTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED
1385
1365
  loadBalancingScheme consult ServerTlsPolicy documentation.
1386
1366
  If left blank, communications are not encrypted.
1387
- If you remove this field from your configuration at the same time as
1388
- deleting or recreating a referenced ServerTlsPolicy resource, you will
1389
- receive a resourceInUseByAnotherResource error. Use lifecycle.create_before_destroy
1390
- within the ServerTlsPolicy resource to avoid this.
1391
1367
  :param pulumi.Input[Sequence[pulumi.Input[str]]] ssl_certificates: URLs to SslCertificate resources that are used to authenticate connections between users and the load balancer.
1392
1368
  Currently, you may specify up to 15 SSL certificates. sslCertificates do not apply when the load balancing scheme is set to INTERNAL_SELF_MANAGED.
1393
1369
  sslCertificates and certificateManagerCertificates can not be defined together.
@@ -1553,10 +1529,6 @@ class TargetHttpsProxy(pulumi.CustomResource):
1553
1529
  INTERNAL_SELF_MANAGED and which with EXTERNAL, EXTERNAL_MANAGED
1554
1530
  loadBalancingScheme consult ServerTlsPolicy documentation.
1555
1531
  If left blank, communications are not encrypted.
1556
- If you remove this field from your configuration at the same time as
1557
- deleting or recreating a referenced ServerTlsPolicy resource, you will
1558
- receive a resourceInUseByAnotherResource error. Use lifecycle.create_before_destroy
1559
- within the ServerTlsPolicy resource to avoid this.
1560
1532
  """
1561
1533
  return pulumi.get(self, "server_tls_policy")
1562
1534