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
@@ -300,7 +300,7 @@ class BackupVault(pulumi.CustomResource):
300
300
  A backup vault is the location where backups are stored. You can only create one backup vault per region.
301
301
  A vault can hold multiple backups for multiple volumes in that region.
302
302
 
303
- To get more information about BackupVault, see:
303
+ To get more information about backupVault, see:
304
304
 
305
305
  * [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.backupVaults)
306
306
  * How-to Guides
@@ -325,7 +325,7 @@ class BackupVault(pulumi.CustomResource):
325
325
 
326
326
  ## Import
327
327
 
328
- BackupVault can be imported using any of these accepted formats:
328
+ backupVault can be imported using any of these accepted formats:
329
329
 
330
330
  * `projects/{{project}}/locations/{{location}}/backupVaults/{{name}}`
331
331
 
@@ -333,7 +333,7 @@ class BackupVault(pulumi.CustomResource):
333
333
 
334
334
  * `{{location}}/{{name}}`
335
335
 
336
- When using the `pulumi import` command, BackupVault can be imported using one of the formats above. For example:
336
+ When using the `pulumi import` command, backupVault can be imported using one of the formats above. For example:
337
337
 
338
338
  ```sh
339
339
  $ pulumi import gcp:netapp/backupVault:BackupVault default projects/{{project}}/locations/{{location}}/backupVaults/{{name}}
@@ -372,7 +372,7 @@ class BackupVault(pulumi.CustomResource):
372
372
  A backup vault is the location where backups are stored. You can only create one backup vault per region.
373
373
  A vault can hold multiple backups for multiple volumes in that region.
374
374
 
375
- To get more information about BackupVault, see:
375
+ To get more information about backupVault, see:
376
376
 
377
377
  * [API documentation](https://cloud.google.com/netapp/volumes/docs/reference/rest/v1/projects.locations.backupVaults)
378
378
  * How-to Guides
@@ -397,7 +397,7 @@ class BackupVault(pulumi.CustomResource):
397
397
 
398
398
  ## Import
399
399
 
400
- BackupVault can be imported using any of these accepted formats:
400
+ backupVault can be imported using any of these accepted formats:
401
401
 
402
402
  * `projects/{{project}}/locations/{{location}}/backupVaults/{{name}}`
403
403
 
@@ -405,7 +405,7 @@ class BackupVault(pulumi.CustomResource):
405
405
 
406
406
  * `{{location}}/{{name}}`
407
407
 
408
- When using the `pulumi import` command, BackupVault can be imported using one of the formats above. For example:
408
+ When using the `pulumi import` command, backupVault can be imported using one of the formats above. For example:
409
409
 
410
410
  ```sh
411
411
  $ pulumi import gcp:netapp/backupVault:BackupVault default projects/{{project}}/locations/{{location}}/backupVaults/{{name}}
@@ -645,7 +645,7 @@ class StoragePool(pulumi.CustomResource):
645
645
 
646
646
  ## Import
647
647
 
648
- StoragePool can be imported using any of these accepted formats:
648
+ storagePool can be imported using any of these accepted formats:
649
649
 
650
650
  * `projects/{{project}}/locations/{{location}}/storagePools/{{name}}`
651
651
 
@@ -653,7 +653,7 @@ class StoragePool(pulumi.CustomResource):
653
653
 
654
654
  * `{{location}}/{{name}}`
655
655
 
656
- When using the `pulumi import` command, StoragePool can be imported using one of the formats above. For example:
656
+ When using the `pulumi import` command, storagePool can be imported using one of the formats above. For example:
657
657
 
658
658
  ```sh
659
659
  $ pulumi import gcp:netapp/storagePool:StoragePool default projects/{{project}}/locations/{{location}}/storagePools/{{name}}
@@ -747,7 +747,7 @@ class StoragePool(pulumi.CustomResource):
747
747
 
748
748
  ## Import
749
749
 
750
- StoragePool can be imported using any of these accepted formats:
750
+ storagePool can be imported using any of these accepted formats:
751
751
 
752
752
  * `projects/{{project}}/locations/{{location}}/storagePools/{{name}}`
753
753
 
@@ -755,7 +755,7 @@ class StoragePool(pulumi.CustomResource):
755
755
 
756
756
  * `{{location}}/{{name}}`
757
757
 
758
- When using the `pulumi import` command, StoragePool can be imported using one of the formats above. For example:
758
+ When using the `pulumi import` command, storagePool can be imported using one of the formats above. For example:
759
759
 
760
760
  ```sh
761
761
  $ pulumi import gcp:netapp/storagePool:StoragePool default projects/{{project}}/locations/{{location}}/storagePools/{{name}}
@@ -54,7 +54,6 @@ class VolumeArgs:
54
54
  :param pulumi.Input[str] deletion_policy: Policy to determine if the volume should be deleted forcefully.
55
55
  Volumes may have nested snapshot resources. Deleting such a volume will fail.
56
56
  Setting this parameter to FORCE will delete volumes including nested snapshots.
57
- Possible values: DEFAULT, FORCE.
58
57
  :param pulumi.Input[str] description: An optional description of this resource.
59
58
  :param pulumi.Input['VolumeExportPolicyArgs'] export_policy: Export policy of the volume for NFSV3 and/or NFSV4.1 access.
60
59
  Structure is documented below.
@@ -201,7 +200,6 @@ class VolumeArgs:
201
200
  Policy to determine if the volume should be deleted forcefully.
202
201
  Volumes may have nested snapshot resources. Deleting such a volume will fail.
203
202
  Setting this parameter to FORCE will delete volumes including nested snapshots.
204
- Possible values: DEFAULT, FORCE.
205
203
  """
206
204
  return pulumi.get(self, "deletion_policy")
207
205
 
@@ -431,7 +429,6 @@ class _VolumeState:
431
429
  :param pulumi.Input[str] deletion_policy: Policy to determine if the volume should be deleted forcefully.
432
430
  Volumes may have nested snapshot resources. Deleting such a volume will fail.
433
431
  Setting this parameter to FORCE will delete volumes including nested snapshots.
434
- Possible values: DEFAULT, FORCE.
435
432
  :param pulumi.Input[str] description: An optional description of this resource.
436
433
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
437
434
  :param pulumi.Input[str] encryption_type: Reports the data-at-rest encryption type of the volume. Inherited from storage pool.
@@ -614,7 +611,6 @@ class _VolumeState:
614
611
  Policy to determine if the volume should be deleted forcefully.
615
612
  Volumes may have nested snapshot resources. Deleting such a volume will fail.
616
613
  Setting this parameter to FORCE will delete volumes including nested snapshots.
617
- Possible values: DEFAULT, FORCE.
618
614
  """
619
615
  return pulumi.get(self, "deletion_policy")
620
616
 
@@ -1122,7 +1118,6 @@ class Volume(pulumi.CustomResource):
1122
1118
  :param pulumi.Input[str] deletion_policy: Policy to determine if the volume should be deleted forcefully.
1123
1119
  Volumes may have nested snapshot resources. Deleting such a volume will fail.
1124
1120
  Setting this parameter to FORCE will delete volumes including nested snapshots.
1125
- Possible values: DEFAULT, FORCE.
1126
1121
  :param pulumi.Input[str] description: An optional description of this resource.
1127
1122
  :param pulumi.Input[Union['VolumeExportPolicyArgs', 'VolumeExportPolicyArgsDict']] export_policy: Export policy of the volume for NFSV3 and/or NFSV4.1 access.
1128
1123
  Structure is documented below.
@@ -1381,7 +1376,6 @@ class Volume(pulumi.CustomResource):
1381
1376
  :param pulumi.Input[str] deletion_policy: Policy to determine if the volume should be deleted forcefully.
1382
1377
  Volumes may have nested snapshot resources. Deleting such a volume will fail.
1383
1378
  Setting this parameter to FORCE will delete volumes including nested snapshots.
1384
- Possible values: DEFAULT, FORCE.
1385
1379
  :param pulumi.Input[str] description: An optional description of this resource.
1386
1380
  :param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
1387
1381
  :param pulumi.Input[str] encryption_type: Reports the data-at-rest encryption type of the volume. Inherited from storage pool.
@@ -1516,7 +1510,6 @@ class Volume(pulumi.CustomResource):
1516
1510
  Policy to determine if the volume should be deleted forcefully.
1517
1511
  Volumes may have nested snapshot resources. Deleting such a volume will fail.
1518
1512
  Setting this parameter to FORCE will delete volumes including nested snapshots.
1519
- Possible values: DEFAULT, FORCE.
1520
1513
  """
1521
1514
  return pulumi.get(self, "deletion_policy")
1522
1515
 
@@ -892,10 +892,6 @@ if not MYPY:
892
892
  """
893
893
  IP ranges encompassing the subnets to be excluded from peering.
894
894
  """
895
- include_export_ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
896
- """
897
- IP ranges allowed to be included from peering.
898
- """
899
895
  elif False:
900
896
  SpokeLinkedVpcNetworkArgsDict: TypeAlias = Mapping[str, Any]
901
897
 
@@ -903,18 +899,14 @@ elif False:
903
899
  class SpokeLinkedVpcNetworkArgs:
904
900
  def __init__(__self__, *,
905
901
  uri: pulumi.Input[str],
906
- exclude_export_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
907
- include_export_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
902
+ exclude_export_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
908
903
  """
909
904
  :param pulumi.Input[str] uri: The URI of the VPC network resource.
910
905
  :param pulumi.Input[Sequence[pulumi.Input[str]]] exclude_export_ranges: IP ranges encompassing the subnets to be excluded from peering.
911
- :param pulumi.Input[Sequence[pulumi.Input[str]]] include_export_ranges: IP ranges allowed to be included from peering.
912
906
  """
913
907
  pulumi.set(__self__, "uri", uri)
914
908
  if exclude_export_ranges is not None:
915
909
  pulumi.set(__self__, "exclude_export_ranges", exclude_export_ranges)
916
- if include_export_ranges is not None:
917
- pulumi.set(__self__, "include_export_ranges", include_export_ranges)
918
910
 
919
911
  @property
920
912
  @pulumi.getter
@@ -940,18 +932,6 @@ class SpokeLinkedVpcNetworkArgs:
940
932
  def exclude_export_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
941
933
  pulumi.set(self, "exclude_export_ranges", value)
942
934
 
943
- @property
944
- @pulumi.getter(name="includeExportRanges")
945
- def include_export_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
946
- """
947
- IP ranges allowed to be included from peering.
948
- """
949
- return pulumi.get(self, "include_export_ranges")
950
-
951
- @include_export_ranges.setter
952
- def include_export_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
953
- pulumi.set(self, "include_export_ranges", value)
954
-
955
935
 
956
936
  if not MYPY:
957
937
  class SpokeLinkedVpnTunnelsArgsDict(TypedDict):
@@ -659,8 +659,6 @@ class SpokeLinkedVpcNetwork(dict):
659
659
  suggest = None
660
660
  if key == "excludeExportRanges":
661
661
  suggest = "exclude_export_ranges"
662
- elif key == "includeExportRanges":
663
- suggest = "include_export_ranges"
664
662
 
665
663
  if suggest:
666
664
  pulumi.log.warn(f"Key '{key}' not found in SpokeLinkedVpcNetwork. Access the value via the '{suggest}' property getter instead.")
@@ -675,18 +673,14 @@ class SpokeLinkedVpcNetwork(dict):
675
673
 
676
674
  def __init__(__self__, *,
677
675
  uri: str,
678
- exclude_export_ranges: Optional[Sequence[str]] = None,
679
- include_export_ranges: Optional[Sequence[str]] = None):
676
+ exclude_export_ranges: Optional[Sequence[str]] = None):
680
677
  """
681
678
  :param str uri: The URI of the VPC network resource.
682
679
  :param Sequence[str] exclude_export_ranges: IP ranges encompassing the subnets to be excluded from peering.
683
- :param Sequence[str] include_export_ranges: IP ranges allowed to be included from peering.
684
680
  """
685
681
  pulumi.set(__self__, "uri", uri)
686
682
  if exclude_export_ranges is not None:
687
683
  pulumi.set(__self__, "exclude_export_ranges", exclude_export_ranges)
688
- if include_export_ranges is not None:
689
- pulumi.set(__self__, "include_export_ranges", include_export_ranges)
690
684
 
691
685
  @property
692
686
  @pulumi.getter
@@ -704,14 +698,6 @@ class SpokeLinkedVpcNetwork(dict):
704
698
  """
705
699
  return pulumi.get(self, "exclude_export_ranges")
706
700
 
707
- @property
708
- @pulumi.getter(name="includeExportRanges")
709
- def include_export_ranges(self) -> Optional[Sequence[str]]:
710
- """
711
- IP ranges allowed to be included from peering.
712
- """
713
- return pulumi.get(self, "include_export_ranges")
714
-
715
701
 
716
702
  @pulumi.output_type
717
703
  class SpokeLinkedVpnTunnels(dict):
@@ -545,10 +545,6 @@ class Spoke(pulumi.CustomResource):
545
545
  "198.51.100.0/24",
546
546
  "10.10.0.0/16",
547
547
  ],
548
- "include_export_ranges": [
549
- "198.51.100.0/23",
550
- "10.0.0.0/8",
551
- ],
552
548
  "uri": network.self_link,
553
549
  })
554
550
  ```
@@ -698,10 +694,6 @@ class Spoke(pulumi.CustomResource):
698
694
  "198.51.100.0/24",
699
695
  "10.10.0.0/16",
700
696
  ],
701
- "include_export_ranges": [
702
- "198.51.100.0/23",
703
- "10.0.0.0/8",
704
- ],
705
697
  "uri": network.self_link,
706
698
  })
707
699
  ```
@@ -407,14 +407,6 @@ class ClientTlsPolicy(pulumi.CustomResource):
407
407
  sni: Optional[pulumi.Input[str]] = None,
408
408
  __props__=None):
409
409
  """
410
- ClientTlsPolicy is a resource that specifies how a client should authenticate connections to backends of a service. This resource itself does not affect configuration unless it is attached to a backend service resource.
411
-
412
- To get more information about ClientTlsPolicy, see:
413
-
414
- * [API documentation](https://cloud.google.com/traffic-director/docs/reference/network-security/rest/v1beta1/projects.locations.clientTlsPolicies)
415
- * How-to Guides
416
- * [Service Security](https://cloud.google.com/traffic-director/docs/security-use-cases)
417
-
418
410
  ## Example Usage
419
411
 
420
412
  ### Network Security Client Tls Policy Basic
@@ -448,11 +440,18 @@ class ClientTlsPolicy(pulumi.CustomResource):
448
440
  "plugin_instance": "google_cloud_private_spiffe",
449
441
  },
450
442
  },
451
- server_validation_cas=[{
452
- "grpc_endpoint": {
453
- "target_uri": "unix:mypath",
443
+ server_validation_cas=[
444
+ {
445
+ "grpc_endpoint": {
446
+ "target_uri": "unix:mypath",
447
+ },
448
+ },
449
+ {
450
+ "grpc_endpoint": {
451
+ "target_uri": "unix:mypath1",
452
+ },
454
453
  },
455
- }])
454
+ ])
456
455
  ```
457
456
 
458
457
  ## Import
@@ -506,14 +505,6 @@ class ClientTlsPolicy(pulumi.CustomResource):
506
505
  args: Optional[ClientTlsPolicyArgs] = None,
507
506
  opts: Optional[pulumi.ResourceOptions] = None):
508
507
  """
509
- ClientTlsPolicy is a resource that specifies how a client should authenticate connections to backends of a service. This resource itself does not affect configuration unless it is attached to a backend service resource.
510
-
511
- To get more information about ClientTlsPolicy, see:
512
-
513
- * [API documentation](https://cloud.google.com/traffic-director/docs/reference/network-security/rest/v1beta1/projects.locations.clientTlsPolicies)
514
- * How-to Guides
515
- * [Service Security](https://cloud.google.com/traffic-director/docs/security-use-cases)
516
-
517
508
  ## Example Usage
518
509
 
519
510
  ### Network Security Client Tls Policy Basic
@@ -547,11 +538,18 @@ class ClientTlsPolicy(pulumi.CustomResource):
547
538
  "plugin_instance": "google_cloud_private_spiffe",
548
539
  },
549
540
  },
550
- server_validation_cas=[{
551
- "grpc_endpoint": {
552
- "target_uri": "unix:mypath",
541
+ server_validation_cas=[
542
+ {
543
+ "grpc_endpoint": {
544
+ "target_uri": "unix:mypath",
545
+ },
546
+ },
547
+ {
548
+ "grpc_endpoint": {
549
+ "target_uri": "unix:mypath1",
550
+ },
553
551
  },
554
- }])
552
+ ])
555
553
  ```
556
554
 
557
555
  ## Import
@@ -419,12 +419,6 @@ class ServerTlsPolicy(pulumi.CustomResource):
419
419
  server_certificate: Optional[pulumi.Input[Union['ServerTlsPolicyServerCertificateArgs', 'ServerTlsPolicyServerCertificateArgsDict']]] = None,
420
420
  __props__=None):
421
421
  """
422
- ClientTlsPolicy is a resource that specifies how a client should authenticate connections to backends of a service. This resource itself does not affect configuration unless it is attached to a backend service resource.
423
-
424
- To get more information about ServerTlsPolicy, see:
425
-
426
- * [API documentation](https://cloud.google.com/traffic-director/docs/reference/network-security/rest/v1beta1/projects.locations.serverTlsPolicies)
427
-
428
422
  ## Example Usage
429
423
 
430
424
  ### Network Security Server Tls Policy Basic
@@ -446,11 +440,23 @@ class ServerTlsPolicy(pulumi.CustomResource):
446
440
  },
447
441
  },
448
442
  mtls_policy={
449
- "client_validation_cas": [{
450
- "grpc_endpoint": {
451
- "target_uri": "unix:mypath",
443
+ "client_validation_cas": [
444
+ {
445
+ "grpc_endpoint": {
446
+ "target_uri": "unix:mypath",
447
+ },
452
448
  },
453
- }],
449
+ {
450
+ "grpc_endpoint": {
451
+ "target_uri": "unix:abc/mypath",
452
+ },
453
+ },
454
+ {
455
+ "certificate_provider_instance": {
456
+ "plugin_instance": "google_cloud_private_spiffe",
457
+ },
458
+ },
459
+ ],
454
460
  })
455
461
  ```
456
462
  ### Network Security Server Tls Policy Advanced
@@ -582,12 +588,6 @@ class ServerTlsPolicy(pulumi.CustomResource):
582
588
  args: Optional[ServerTlsPolicyArgs] = None,
583
589
  opts: Optional[pulumi.ResourceOptions] = None):
584
590
  """
585
- ClientTlsPolicy is a resource that specifies how a client should authenticate connections to backends of a service. This resource itself does not affect configuration unless it is attached to a backend service resource.
586
-
587
- To get more information about ServerTlsPolicy, see:
588
-
589
- * [API documentation](https://cloud.google.com/traffic-director/docs/reference/network-security/rest/v1beta1/projects.locations.serverTlsPolicies)
590
-
591
591
  ## Example Usage
592
592
 
593
593
  ### Network Security Server Tls Policy Basic
@@ -609,11 +609,23 @@ class ServerTlsPolicy(pulumi.CustomResource):
609
609
  },
610
610
  },
611
611
  mtls_policy={
612
- "client_validation_cas": [{
613
- "grpc_endpoint": {
614
- "target_uri": "unix:mypath",
612
+ "client_validation_cas": [
613
+ {
614
+ "grpc_endpoint": {
615
+ "target_uri": "unix:mypath",
616
+ },
615
617
  },
616
- }],
618
+ {
619
+ "grpc_endpoint": {
620
+ "target_uri": "unix:abc/mypath",
621
+ },
622
+ },
623
+ {
624
+ "certificate_provider_instance": {
625
+ "plugin_instance": "google_cloud_private_spiffe",
626
+ },
627
+ },
628
+ ],
617
629
  })
618
630
  ```
619
631
  ### Network Security Server Tls Policy Advanced
@@ -26,7 +26,7 @@ class GetProjectResult:
26
26
  """
27
27
  A collection of values returned by getProject.
28
28
  """
29
- def __init__(__self__, auto_create_network=None, billing_account=None, deletion_policy=None, effective_labels=None, folder_id=None, id=None, labels=None, name=None, number=None, org_id=None, project_id=None, pulumi_labels=None, tags=None):
29
+ def __init__(__self__, auto_create_network=None, billing_account=None, deletion_policy=None, effective_labels=None, folder_id=None, id=None, labels=None, name=None, number=None, org_id=None, project_id=None, pulumi_labels=None):
30
30
  if auto_create_network and not isinstance(auto_create_network, bool):
31
31
  raise TypeError("Expected argument 'auto_create_network' to be a bool")
32
32
  pulumi.set(__self__, "auto_create_network", auto_create_network)
@@ -63,9 +63,6 @@ class GetProjectResult:
63
63
  if pulumi_labels and not isinstance(pulumi_labels, dict):
64
64
  raise TypeError("Expected argument 'pulumi_labels' to be a dict")
65
65
  pulumi.set(__self__, "pulumi_labels", pulumi_labels)
66
- if tags and not isinstance(tags, dict):
67
- raise TypeError("Expected argument 'tags' to be a dict")
68
- pulumi.set(__self__, "tags", tags)
69
66
 
70
67
  @property
71
68
  @pulumi.getter(name="autoCreateNetwork")
@@ -133,11 +130,6 @@ class GetProjectResult:
133
130
  def pulumi_labels(self) -> Mapping[str, str]:
134
131
  return pulumi.get(self, "pulumi_labels")
135
132
 
136
- @property
137
- @pulumi.getter
138
- def tags(self) -> Mapping[str, str]:
139
- return pulumi.get(self, "tags")
140
-
141
133
 
142
134
  class AwaitableGetProjectResult(GetProjectResult):
143
135
  # pylint: disable=using-constant-test
@@ -156,8 +148,7 @@ class AwaitableGetProjectResult(GetProjectResult):
156
148
  number=self.number,
157
149
  org_id=self.org_id,
158
150
  project_id=self.project_id,
159
- pulumi_labels=self.pulumi_labels,
160
- tags=self.tags)
151
+ pulumi_labels=self.pulumi_labels)
161
152
 
162
153
 
163
154
  def get_project(project_id: Optional[str] = None,
@@ -197,8 +188,7 @@ def get_project(project_id: Optional[str] = None,
197
188
  number=pulumi.get(__ret__, 'number'),
198
189
  org_id=pulumi.get(__ret__, 'org_id'),
199
190
  project_id=pulumi.get(__ret__, 'project_id'),
200
- pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
201
- tags=pulumi.get(__ret__, 'tags'))
191
+ pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'))
202
192
 
203
193
 
204
194
  @_utilities.lift_output_func(get_project)