pulumi-gcp 8.26.0a1744288859__py3-none-any.whl → 8.27.0__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 (76) hide show
  1. pulumi_gcp/__init__.py +80 -0
  2. pulumi_gcp/bigquery/_inputs.py +87 -30
  3. pulumi_gcp/bigquery/outputs.py +58 -20
  4. pulumi_gcp/bigquery/table.py +28 -14
  5. pulumi_gcp/cloudrun/service.py +46 -0
  6. pulumi_gcp/cloudrunv2/get_service.py +12 -1
  7. pulumi_gcp/cloudrunv2/service.py +85 -0
  8. pulumi_gcp/compute/_inputs.py +428 -1
  9. pulumi_gcp/compute/image.py +183 -0
  10. pulumi_gcp/compute/outputs.py +362 -3
  11. pulumi_gcp/compute/region_backend_service.py +6 -2
  12. pulumi_gcp/compute/snapshot.py +6 -0
  13. pulumi_gcp/databasemigrationservice/_inputs.py +27 -24
  14. pulumi_gcp/databasemigrationservice/connection_profile.py +168 -0
  15. pulumi_gcp/databasemigrationservice/migration_job.py +6 -0
  16. pulumi_gcp/databasemigrationservice/outputs.py +18 -15
  17. pulumi_gcp/developerconnect/__init__.py +1 -0
  18. pulumi_gcp/developerconnect/_inputs.py +77 -0
  19. pulumi_gcp/developerconnect/account_connector.py +866 -0
  20. pulumi_gcp/developerconnect/outputs.py +64 -0
  21. pulumi_gcp/firestore/database.py +82 -0
  22. pulumi_gcp/firestore/index.py +263 -7
  23. pulumi_gcp/folder/service_identity.py +0 -26
  24. pulumi_gcp/managedkafka/_inputs.py +6 -6
  25. pulumi_gcp/managedkafka/connect_cluster.py +84 -40
  26. pulumi_gcp/managedkafka/connector.py +98 -44
  27. pulumi_gcp/managedkafka/outputs.py +4 -4
  28. pulumi_gcp/memorystore/_inputs.py +69 -0
  29. pulumi_gcp/memorystore/get_instance.py +34 -1
  30. pulumi_gcp/memorystore/instance.py +140 -0
  31. pulumi_gcp/memorystore/outputs.py +80 -0
  32. pulumi_gcp/ml/engine_model.py +0 -22
  33. pulumi_gcp/monitoring/_inputs.py +37 -19
  34. pulumi_gcp/monitoring/outputs.py +39 -11
  35. pulumi_gcp/monitoring/uptime_check_config.py +8 -0
  36. pulumi_gcp/netapp/_inputs.py +3 -3
  37. pulumi_gcp/netapp/outputs.py +2 -2
  38. pulumi_gcp/networkconnectivity/spoke.py +14 -14
  39. pulumi_gcp/orgpolicy/policy.py +2 -2
  40. pulumi_gcp/osconfig/v2_policy_orchestrator.py +8 -0
  41. pulumi_gcp/osconfig/v2_policy_orchestrator_for_organization.py +8 -0
  42. pulumi_gcp/pubsub/subscription.py +6 -6
  43. pulumi_gcp/pulumi-plugin.json +1 -1
  44. pulumi_gcp/redis/_inputs.py +69 -0
  45. pulumi_gcp/redis/cluster.py +140 -0
  46. pulumi_gcp/redis/outputs.py +40 -0
  47. pulumi_gcp/storage/_inputs.py +111 -0
  48. pulumi_gcp/storage/control_folder_intelligence_config.py +32 -0
  49. pulumi_gcp/storage/control_organization_intelligence_config.py +32 -0
  50. pulumi_gcp/storage/control_project_intelligence_config.py +32 -0
  51. pulumi_gcp/storage/get_control_folder_intelligence_config.py +12 -1
  52. pulumi_gcp/storage/get_control_organization_intelligence_config.py +12 -1
  53. pulumi_gcp/storage/get_control_project_intelligence_config.py +12 -1
  54. pulumi_gcp/storage/outputs.py +174 -0
  55. pulumi_gcp/vertex/__init__.py +12 -0
  56. pulumi_gcp/vertex/_inputs.py +294 -0
  57. pulumi_gcp/vertex/ai_endpoint.py +4 -4
  58. pulumi_gcp/vertex/ai_feature_group.py +1 -1
  59. pulumi_gcp/vertex/ai_feature_group_iam_binding.py +583 -0
  60. pulumi_gcp/vertex/ai_feature_group_iam_member.py +583 -0
  61. pulumi_gcp/vertex/ai_feature_group_iam_policy.py +422 -0
  62. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +26 -27
  63. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +614 -0
  64. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +614 -0
  65. pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +453 -0
  66. pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +583 -0
  67. pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +583 -0
  68. pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +422 -0
  69. pulumi_gcp/vertex/get_ai_feature_group_iam_policy.py +177 -0
  70. pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +194 -0
  71. pulumi_gcp/vertex/get_ai_feature_online_store_iam_policy.py +177 -0
  72. pulumi_gcp/vertex/outputs.py +168 -0
  73. {pulumi_gcp-8.26.0a1744288859.dist-info → pulumi_gcp-8.27.0.dist-info}/METADATA +1 -1
  74. {pulumi_gcp-8.26.0a1744288859.dist-info → pulumi_gcp-8.27.0.dist-info}/RECORD +76 -63
  75. {pulumi_gcp-8.26.0a1744288859.dist-info → pulumi_gcp-8.27.0.dist-info}/WHEEL +0 -0
  76. {pulumi_gcp-8.26.0a1744288859.dist-info → pulumi_gcp-8.27.0.dist-info}/top_level.txt +0 -0
@@ -34,10 +34,12 @@ __all__ = [
34
34
  'InstanceEndpoint',
35
35
  'InstanceEndpointConnection',
36
36
  'InstanceEndpointConnectionPscAutoConnection',
37
+ 'InstanceGcsSource',
37
38
  'InstanceMaintenancePolicy',
38
39
  'InstanceMaintenancePolicyWeeklyMaintenanceWindow',
39
40
  'InstanceMaintenancePolicyWeeklyMaintenanceWindowStartTime',
40
41
  'InstanceMaintenanceSchedule',
42
+ 'InstanceManagedBackupSource',
41
43
  'InstanceNodeConfig',
42
44
  'InstancePersistenceConfig',
43
45
  'InstancePersistenceConfigAofConfig',
@@ -61,10 +63,12 @@ __all__ = [
61
63
  'GetInstanceEndpointResult',
62
64
  'GetInstanceEndpointConnectionResult',
63
65
  'GetInstanceEndpointConnectionPscAutoConnectionResult',
66
+ 'GetInstanceGcsSourceResult',
64
67
  'GetInstanceMaintenancePolicyResult',
65
68
  'GetInstanceMaintenancePolicyWeeklyMaintenanceWindowResult',
66
69
  'GetInstanceMaintenancePolicyWeeklyMaintenanceWindowStartTimeResult',
67
70
  'GetInstanceMaintenanceScheduleResult',
71
+ 'GetInstanceManagedBackupSourceResult',
68
72
  'GetInstanceNodeConfigResult',
69
73
  'GetInstancePersistenceConfigResult',
70
74
  'GetInstancePersistenceConfigAofConfigResult',
@@ -1015,6 +1019,26 @@ class InstanceEndpointConnectionPscAutoConnection(dict):
1015
1019
  return pulumi.get(self, "service_attachment")
1016
1020
 
1017
1021
 
1022
+ @pulumi.output_type
1023
+ class InstanceGcsSource(dict):
1024
+ def __init__(__self__, *,
1025
+ uris: Sequence[builtins.str]):
1026
+ """
1027
+ :param Sequence[builtins.str] uris: URIs of the GCS objects to import.
1028
+ Example: gs://bucket1/object1, gs//bucket2/folder2/object2
1029
+ """
1030
+ pulumi.set(__self__, "uris", uris)
1031
+
1032
+ @property
1033
+ @pulumi.getter
1034
+ def uris(self) -> Sequence[builtins.str]:
1035
+ """
1036
+ URIs of the GCS objects to import.
1037
+ Example: gs://bucket1/object1, gs//bucket2/folder2/object2
1038
+ """
1039
+ return pulumi.get(self, "uris")
1040
+
1041
+
1018
1042
  @pulumi.output_type
1019
1043
  class InstanceMaintenancePolicy(dict):
1020
1044
  @staticmethod
@@ -1326,6 +1350,24 @@ class InstanceMaintenanceSchedule(dict):
1326
1350
  return pulumi.get(self, "start_time")
1327
1351
 
1328
1352
 
1353
+ @pulumi.output_type
1354
+ class InstanceManagedBackupSource(dict):
1355
+ def __init__(__self__, *,
1356
+ backup: builtins.str):
1357
+ """
1358
+ :param builtins.str backup: Example: //memorystore.googleapis.com/projects/{project}/locations/{location}/backups/{backupId}. In this case, it assumes the backup is under memorystore.googleapis.com.
1359
+ """
1360
+ pulumi.set(__self__, "backup", backup)
1361
+
1362
+ @property
1363
+ @pulumi.getter
1364
+ def backup(self) -> builtins.str:
1365
+ """
1366
+ Example: //memorystore.googleapis.com/projects/{project}/locations/{location}/backups/{backupId}. In this case, it assumes the backup is under memorystore.googleapis.com.
1367
+ """
1368
+ return pulumi.get(self, "backup")
1369
+
1370
+
1329
1371
  @pulumi.output_type
1330
1372
  class InstanceNodeConfig(dict):
1331
1373
  @staticmethod
@@ -2471,6 +2513,26 @@ class GetInstanceEndpointConnectionPscAutoConnectionResult(dict):
2471
2513
  return pulumi.get(self, "service_attachment")
2472
2514
 
2473
2515
 
2516
+ @pulumi.output_type
2517
+ class GetInstanceGcsSourceResult(dict):
2518
+ def __init__(__self__, *,
2519
+ uris: Sequence[builtins.str]):
2520
+ """
2521
+ :param Sequence[builtins.str] uris: URIs of the GCS objects to import.
2522
+ Example: gs://bucket1/object1, gs//bucket2/folder2/object2
2523
+ """
2524
+ pulumi.set(__self__, "uris", uris)
2525
+
2526
+ @property
2527
+ @pulumi.getter
2528
+ def uris(self) -> Sequence[builtins.str]:
2529
+ """
2530
+ URIs of the GCS objects to import.
2531
+ Example: gs://bucket1/object1, gs//bucket2/folder2/object2
2532
+ """
2533
+ return pulumi.get(self, "uris")
2534
+
2535
+
2474
2536
  @pulumi.output_type
2475
2537
  class GetInstanceMaintenancePolicyResult(dict):
2476
2538
  def __init__(__self__, *,
@@ -2696,6 +2758,24 @@ class GetInstanceMaintenanceScheduleResult(dict):
2696
2758
  return pulumi.get(self, "start_time")
2697
2759
 
2698
2760
 
2761
+ @pulumi.output_type
2762
+ class GetInstanceManagedBackupSourceResult(dict):
2763
+ def __init__(__self__, *,
2764
+ backup: builtins.str):
2765
+ """
2766
+ :param builtins.str backup: Example: //memorystore.googleapis.com/projects/{project}/locations/{location}/backups/{backupId}. In this case, it assumes the backup is under memorystore.googleapis.com.
2767
+ """
2768
+ pulumi.set(__self__, "backup", backup)
2769
+
2770
+ @property
2771
+ @pulumi.getter
2772
+ def backup(self) -> builtins.str:
2773
+ """
2774
+ Example: //memorystore.googleapis.com/projects/{project}/locations/{location}/backups/{backupId}. In this case, it assumes the backup is under memorystore.googleapis.com.
2775
+ """
2776
+ return pulumi.get(self, "backup")
2777
+
2778
+
2699
2779
  @pulumi.output_type
2700
2780
  class GetInstanceNodeConfigResult(dict):
2701
2781
  def __init__(__self__, *,
@@ -376,17 +376,6 @@ class EngineModel(pulumi.CustomResource):
376
376
  regions: Optional[pulumi.Input[builtins.str]] = None,
377
377
  __props__=None):
378
378
  """
379
- Represents a machine learning solution.
380
-
381
- A model can have multiple versions, each of which is a deployed, trained model
382
- ready to receive prediction requests. The model itself is just a container.
383
-
384
- To get more information about Model, see:
385
-
386
- * [API documentation](https://cloud.google.com/ai-platform/prediction/docs/reference/rest/v1/projects.models)
387
- * How-to Guides
388
- * [Official Documentation](https://cloud.google.com/ai-platform/prediction/docs/deploying-models)
389
-
390
379
  ## Example Usage
391
380
 
392
381
  ### Ml Model Basic
@@ -468,17 +457,6 @@ class EngineModel(pulumi.CustomResource):
468
457
  args: Optional[EngineModelArgs] = None,
469
458
  opts: Optional[pulumi.ResourceOptions] = None):
470
459
  """
471
- Represents a machine learning solution.
472
-
473
- A model can have multiple versions, each of which is a deployed, trained model
474
- ready to receive prediction requests. The model itself is just a container.
475
-
476
- To get more information about Model, see:
477
-
478
- * [API documentation](https://cloud.google.com/ai-platform/prediction/docs/reference/rest/v1/projects.models)
479
- * How-to Guides
480
- * [Official Documentation](https://cloud.google.com/ai-platform/prediction/docs/deploying-models)
481
-
482
460
  ## Example Usage
483
461
 
484
462
  ### Ml Model Basic
@@ -6227,14 +6227,17 @@ class UptimeCheckConfigHttpCheckAcceptedResponseStatusCodeArgs:
6227
6227
 
6228
6228
  if not MYPY:
6229
6229
  class UptimeCheckConfigHttpCheckAuthInfoArgsDict(TypedDict):
6230
- password: pulumi.Input[builtins.str]
6230
+ username: pulumi.Input[builtins.str]
6231
+ """
6232
+ The username to authenticate.
6233
+ """
6234
+ password: NotRequired[pulumi.Input[builtins.str]]
6231
6235
  """
6232
6236
  The password to authenticate.
6233
- **Note**: This property is sensitive and will not be displayed in the plan.
6234
6237
  """
6235
- username: pulumi.Input[builtins.str]
6238
+ password_wo_version: NotRequired[pulumi.Input[builtins.str]]
6236
6239
  """
6237
- The username to authenticate.
6240
+ The password write-only version.
6238
6241
  """
6239
6242
  elif False:
6240
6243
  UptimeCheckConfigHttpCheckAuthInfoArgsDict: TypeAlias = Mapping[str, Any]
@@ -6242,40 +6245,55 @@ elif False:
6242
6245
  @pulumi.input_type
6243
6246
  class UptimeCheckConfigHttpCheckAuthInfoArgs:
6244
6247
  def __init__(__self__, *,
6245
- password: pulumi.Input[builtins.str],
6246
- username: pulumi.Input[builtins.str]):
6248
+ username: pulumi.Input[builtins.str],
6249
+ password: Optional[pulumi.Input[builtins.str]] = None,
6250
+ password_wo_version: Optional[pulumi.Input[builtins.str]] = None):
6247
6251
  """
6248
- :param pulumi.Input[builtins.str] password: The password to authenticate.
6249
- **Note**: This property is sensitive and will not be displayed in the plan.
6250
6252
  :param pulumi.Input[builtins.str] username: The username to authenticate.
6253
+ :param pulumi.Input[builtins.str] password: The password to authenticate.
6254
+ :param pulumi.Input[builtins.str] password_wo_version: The password write-only version.
6251
6255
  """
6252
- pulumi.set(__self__, "password", password)
6253
6256
  pulumi.set(__self__, "username", username)
6257
+ if password is not None:
6258
+ pulumi.set(__self__, "password", password)
6259
+ if password_wo_version is not None:
6260
+ pulumi.set(__self__, "password_wo_version", password_wo_version)
6261
+
6262
+ @property
6263
+ @pulumi.getter
6264
+ def username(self) -> pulumi.Input[builtins.str]:
6265
+ """
6266
+ The username to authenticate.
6267
+ """
6268
+ return pulumi.get(self, "username")
6269
+
6270
+ @username.setter
6271
+ def username(self, value: pulumi.Input[builtins.str]):
6272
+ pulumi.set(self, "username", value)
6254
6273
 
6255
6274
  @property
6256
6275
  @pulumi.getter
6257
- def password(self) -> pulumi.Input[builtins.str]:
6276
+ def password(self) -> Optional[pulumi.Input[builtins.str]]:
6258
6277
  """
6259
6278
  The password to authenticate.
6260
- **Note**: This property is sensitive and will not be displayed in the plan.
6261
6279
  """
6262
6280
  return pulumi.get(self, "password")
6263
6281
 
6264
6282
  @password.setter
6265
- def password(self, value: pulumi.Input[builtins.str]):
6283
+ def password(self, value: Optional[pulumi.Input[builtins.str]]):
6266
6284
  pulumi.set(self, "password", value)
6267
6285
 
6268
6286
  @property
6269
- @pulumi.getter
6270
- def username(self) -> pulumi.Input[builtins.str]:
6287
+ @pulumi.getter(name="passwordWoVersion")
6288
+ def password_wo_version(self) -> Optional[pulumi.Input[builtins.str]]:
6271
6289
  """
6272
- The username to authenticate.
6290
+ The password write-only version.
6273
6291
  """
6274
- return pulumi.get(self, "username")
6292
+ return pulumi.get(self, "password_wo_version")
6275
6293
 
6276
- @username.setter
6277
- def username(self, value: pulumi.Input[builtins.str]):
6278
- pulumi.set(self, "username", value)
6294
+ @password_wo_version.setter
6295
+ def password_wo_version(self, value: Optional[pulumi.Input[builtins.str]]):
6296
+ pulumi.set(self, "password_wo_version", value)
6279
6297
 
6280
6298
 
6281
6299
  if not MYPY:
@@ -4586,33 +4586,61 @@ class UptimeCheckConfigHttpCheckAcceptedResponseStatusCode(dict):
4586
4586
 
4587
4587
  @pulumi.output_type
4588
4588
  class UptimeCheckConfigHttpCheckAuthInfo(dict):
4589
+ @staticmethod
4590
+ def __key_warning(key: str):
4591
+ suggest = None
4592
+ if key == "passwordWoVersion":
4593
+ suggest = "password_wo_version"
4594
+
4595
+ if suggest:
4596
+ pulumi.log.warn(f"Key '{key}' not found in UptimeCheckConfigHttpCheckAuthInfo. Access the value via the '{suggest}' property getter instead.")
4597
+
4598
+ def __getitem__(self, key: str) -> Any:
4599
+ UptimeCheckConfigHttpCheckAuthInfo.__key_warning(key)
4600
+ return super().__getitem__(key)
4601
+
4602
+ def get(self, key: str, default = None) -> Any:
4603
+ UptimeCheckConfigHttpCheckAuthInfo.__key_warning(key)
4604
+ return super().get(key, default)
4605
+
4589
4606
  def __init__(__self__, *,
4590
- password: builtins.str,
4591
- username: builtins.str):
4607
+ username: builtins.str,
4608
+ password: Optional[builtins.str] = None,
4609
+ password_wo_version: Optional[builtins.str] = None):
4592
4610
  """
4593
- :param builtins.str password: The password to authenticate.
4594
- **Note**: This property is sensitive and will not be displayed in the plan.
4595
4611
  :param builtins.str username: The username to authenticate.
4612
+ :param builtins.str password: The password to authenticate.
4613
+ :param builtins.str password_wo_version: The password write-only version.
4596
4614
  """
4597
- pulumi.set(__self__, "password", password)
4598
4615
  pulumi.set(__self__, "username", username)
4616
+ if password is not None:
4617
+ pulumi.set(__self__, "password", password)
4618
+ if password_wo_version is not None:
4619
+ pulumi.set(__self__, "password_wo_version", password_wo_version)
4599
4620
 
4600
4621
  @property
4601
4622
  @pulumi.getter
4602
- def password(self) -> builtins.str:
4623
+ def username(self) -> builtins.str:
4624
+ """
4625
+ The username to authenticate.
4626
+ """
4627
+ return pulumi.get(self, "username")
4628
+
4629
+ @property
4630
+ @pulumi.getter
4631
+ def password(self) -> Optional[builtins.str]:
4603
4632
  """
4604
4633
  The password to authenticate.
4605
- **Note**: This property is sensitive and will not be displayed in the plan.
4606
4634
  """
4607
4635
  return pulumi.get(self, "password")
4608
4636
 
4609
4637
  @property
4610
- @pulumi.getter
4611
- def username(self) -> builtins.str:
4638
+ @pulumi.getter(name="passwordWoVersion")
4639
+ def password_wo_version(self) -> Optional[builtins.str]:
4612
4640
  """
4613
- The username to authenticate.
4641
+ The password write-only version.
4614
4642
  """
4615
- return pulumi.get(self, "username")
4643
+ return pulumi.get(self, "password_wo_version")
4616
4644
 
4617
4645
 
4618
4646
  @pulumi.output_type
@@ -746,6 +746,10 @@ class UptimeCheckConfig(pulumi.CustomResource):
746
746
  })
747
747
  ```
748
748
 
749
+ ## Ephemeral Attributes Reference
750
+
751
+ The following write-only attributes are supported:
752
+
749
753
  ## Import
750
754
 
751
755
  UptimeCheckConfig can be imported using any of these accepted formats:
@@ -999,6 +1003,10 @@ class UptimeCheckConfig(pulumi.CustomResource):
999
1003
  })
1000
1004
  ```
1001
1005
 
1006
+ ## Ephemeral Attributes Reference
1007
+
1008
+ The following write-only attributes are supported:
1009
+
1002
1010
  ## Import
1003
1011
 
1004
1012
  UptimeCheckConfig can be imported using any of these accepted formats:
@@ -883,7 +883,7 @@ if not MYPY:
883
883
  class VolumeRestoreParametersArgsDict(TypedDict):
884
884
  source_backup: NotRequired[pulumi.Input[builtins.str]]
885
885
  """
886
- Full name of the snapshot to use for creating this volume.
886
+ Full name of the backup to use for creating this volume.
887
887
  `source_snapshot` and `source_backup` cannot be used simultaneously.
888
888
  Format: `projects/{{project}}/locations/{{location}}/backupVaults/{{backupVaultId}}/backups/{{backup}}`.
889
889
  """
@@ -902,7 +902,7 @@ class VolumeRestoreParametersArgs:
902
902
  source_backup: Optional[pulumi.Input[builtins.str]] = None,
903
903
  source_snapshot: Optional[pulumi.Input[builtins.str]] = None):
904
904
  """
905
- :param pulumi.Input[builtins.str] source_backup: Full name of the snapshot to use for creating this volume.
905
+ :param pulumi.Input[builtins.str] source_backup: Full name of the backup to use for creating this volume.
906
906
  `source_snapshot` and `source_backup` cannot be used simultaneously.
907
907
  Format: `projects/{{project}}/locations/{{location}}/backupVaults/{{backupVaultId}}/backups/{{backup}}`.
908
908
  :param pulumi.Input[builtins.str] source_snapshot: Full name of the snapshot to use for creating this volume.
@@ -918,7 +918,7 @@ class VolumeRestoreParametersArgs:
918
918
  @pulumi.getter(name="sourceBackup")
919
919
  def source_backup(self) -> Optional[pulumi.Input[builtins.str]]:
920
920
  """
921
- Full name of the snapshot to use for creating this volume.
921
+ Full name of the backup to use for creating this volume.
922
922
  `source_snapshot` and `source_backup` cannot be used simultaneously.
923
923
  Format: `projects/{{project}}/locations/{{location}}/backupVaults/{{backupVaultId}}/backups/{{backup}}`.
924
924
  """
@@ -703,7 +703,7 @@ class VolumeRestoreParameters(dict):
703
703
  source_backup: Optional[builtins.str] = None,
704
704
  source_snapshot: Optional[builtins.str] = None):
705
705
  """
706
- :param builtins.str source_backup: Full name of the snapshot to use for creating this volume.
706
+ :param builtins.str source_backup: Full name of the backup to use for creating this volume.
707
707
  `source_snapshot` and `source_backup` cannot be used simultaneously.
708
708
  Format: `projects/{{project}}/locations/{{location}}/backupVaults/{{backupVaultId}}/backups/{{backup}}`.
709
709
  :param builtins.str source_snapshot: Full name of the snapshot to use for creating this volume.
@@ -719,7 +719,7 @@ class VolumeRestoreParameters(dict):
719
719
  @pulumi.getter(name="sourceBackup")
720
720
  def source_backup(self) -> Optional[builtins.str]:
721
721
  """
722
- Full name of the snapshot to use for creating this volume.
722
+ Full name of the backup to use for creating this volume.
723
723
  `source_snapshot` and `source_backup` cannot be used simultaneously.
724
724
  Format: `projects/{{project}}/locations/{{location}}/backupVaults/{{backupVaultId}}/backups/{{backup}}`.
725
725
  """
@@ -670,15 +670,15 @@ class Spoke(pulumi.CustomResource):
670
670
  import pulumi_gcp as gcp
671
671
 
672
672
  network = gcp.compute.Network("network",
673
- name="tf-test-network_91980",
673
+ name="tf-test-network_40289",
674
674
  auto_create_subnetworks=False)
675
675
  subnetwork = gcp.compute.Subnetwork("subnetwork",
676
- name="tf-test-subnet_37118",
676
+ name="tf-test-subnet_33395",
677
677
  ip_cidr_range="10.0.0.0/28",
678
678
  region="us-central1",
679
679
  network=network.self_link)
680
680
  instance = gcp.compute.Instance("instance",
681
- name="tf-test-instance_80332",
681
+ name="tf-test-instance_76044",
682
682
  machine_type="e2-medium",
683
683
  can_ip_forward=True,
684
684
  zone="us-central1-a",
@@ -695,13 +695,13 @@ class Spoke(pulumi.CustomResource):
695
695
  }],
696
696
  }])
697
697
  basic_hub = gcp.networkconnectivity.Hub("basic_hub",
698
- name="tf-test-hub_13293",
698
+ name="tf-test-hub_69391",
699
699
  description="A sample hub",
700
700
  labels={
701
701
  "label-two": "value-one",
702
702
  })
703
703
  primary = gcp.networkconnectivity.Spoke("primary",
704
- name="tf-test-name_40289",
704
+ name="tf-test-name_8270",
705
705
  location="us-central1",
706
706
  description="A sample spoke with a linked routher appliance instance",
707
707
  labels={
@@ -933,8 +933,8 @@ class Spoke(pulumi.CustomResource):
933
933
  hub=star_hub.id,
934
934
  auto_accept={
935
935
  "auto_accept_projects": [
936
- "foo_33395",
937
- "bar_76044",
936
+ "foo_41150",
937
+ "bar_89313",
938
938
  ],
939
939
  })
940
940
  primary = gcp.networkconnectivity.Spoke("primary",
@@ -1131,15 +1131,15 @@ class Spoke(pulumi.CustomResource):
1131
1131
  import pulumi_gcp as gcp
1132
1132
 
1133
1133
  network = gcp.compute.Network("network",
1134
- name="tf-test-network_91980",
1134
+ name="tf-test-network_40289",
1135
1135
  auto_create_subnetworks=False)
1136
1136
  subnetwork = gcp.compute.Subnetwork("subnetwork",
1137
- name="tf-test-subnet_37118",
1137
+ name="tf-test-subnet_33395",
1138
1138
  ip_cidr_range="10.0.0.0/28",
1139
1139
  region="us-central1",
1140
1140
  network=network.self_link)
1141
1141
  instance = gcp.compute.Instance("instance",
1142
- name="tf-test-instance_80332",
1142
+ name="tf-test-instance_76044",
1143
1143
  machine_type="e2-medium",
1144
1144
  can_ip_forward=True,
1145
1145
  zone="us-central1-a",
@@ -1156,13 +1156,13 @@ class Spoke(pulumi.CustomResource):
1156
1156
  }],
1157
1157
  }])
1158
1158
  basic_hub = gcp.networkconnectivity.Hub("basic_hub",
1159
- name="tf-test-hub_13293",
1159
+ name="tf-test-hub_69391",
1160
1160
  description="A sample hub",
1161
1161
  labels={
1162
1162
  "label-two": "value-one",
1163
1163
  })
1164
1164
  primary = gcp.networkconnectivity.Spoke("primary",
1165
- name="tf-test-name_40289",
1165
+ name="tf-test-name_8270",
1166
1166
  location="us-central1",
1167
1167
  description="A sample spoke with a linked routher appliance instance",
1168
1168
  labels={
@@ -1394,8 +1394,8 @@ class Spoke(pulumi.CustomResource):
1394
1394
  hub=star_hub.id,
1395
1395
  auto_accept={
1396
1396
  "auto_accept_projects": [
1397
- "foo_33395",
1398
- "bar_76044",
1397
+ "foo_41150",
1398
+ "bar_89313",
1399
1399
  ],
1400
1400
  })
1401
1401
  primary = gcp.networkconnectivity.Spoke("primary",
@@ -314,7 +314,7 @@ class Policy(pulumi.CustomResource):
314
314
  import pulumi_gcp as gcp
315
315
 
316
316
  constraint = gcp.orgpolicy.CustomConstraint("constraint",
317
- name="custom.disableGkeAutoUpgrade_8270",
317
+ name="custom.disableGkeAutoUpgrade_9394",
318
318
  parent="organizations/123456789",
319
319
  display_name="Disable GKE auto upgrade",
320
320
  description="Only allow GKE NodePool resource to be created or updated if AutoUpgrade is not enabled where this custom constraint is enforced.",
@@ -503,7 +503,7 @@ class Policy(pulumi.CustomResource):
503
503
  import pulumi_gcp as gcp
504
504
 
505
505
  constraint = gcp.orgpolicy.CustomConstraint("constraint",
506
- name="custom.disableGkeAutoUpgrade_8270",
506
+ name="custom.disableGkeAutoUpgrade_9394",
507
507
  parent="organizations/123456789",
508
508
  display_name="Disable GKE auto upgrade",
509
509
  description="Only allow GKE NodePool resource to be created or updated if AutoUpgrade is not enabled where this custom constraint is enforced.",
@@ -499,6 +499,10 @@ class V2PolicyOrchestrator(pulumi.CustomResource):
499
499
  state: Optional[pulumi.Input[builtins.str]] = None,
500
500
  __props__=None):
501
501
  """
502
+ PolicyOrchestrator helps managing project+zone level policy resources (e.g.
503
+ OS Policy Assignments), by providing tools to create, update and delete them
504
+ across projects and locations, at scale.
505
+
502
506
  ## Example Usage
503
507
 
504
508
  ### Osconfigv2 Policy Orchestrator Basic
@@ -607,6 +611,10 @@ class V2PolicyOrchestrator(pulumi.CustomResource):
607
611
  args: V2PolicyOrchestratorArgs,
608
612
  opts: Optional[pulumi.ResourceOptions] = None):
609
613
  """
614
+ PolicyOrchestrator helps managing project+zone level policy resources (e.g.
615
+ OS Policy Assignments), by providing tools to create, update and delete them
616
+ across projects and locations, at scale.
617
+
610
618
  ## Example Usage
611
619
 
612
620
  ### Osconfigv2 Policy Orchestrator Basic
@@ -538,6 +538,10 @@ class V2PolicyOrchestratorForOrganization(pulumi.CustomResource):
538
538
  state: Optional[pulumi.Input[builtins.str]] = None,
539
539
  __props__=None):
540
540
  """
541
+ PolicyOrchestrator helps managing project+zone level policy resources (e.g.
542
+ OS Policy Assignments), by providing tools to create, update and delete them
543
+ across projects and locations, at scale.
544
+
541
545
  ## Example Usage
542
546
 
543
547
  ### Osconfigv2 Policy Orchestrator For Organization Basic
@@ -652,6 +656,10 @@ class V2PolicyOrchestratorForOrganization(pulumi.CustomResource):
652
656
  args: V2PolicyOrchestratorForOrganizationArgs,
653
657
  opts: Optional[pulumi.ResourceOptions] = None):
654
658
  """
659
+ PolicyOrchestrator helps managing project+zone level policy resources (e.g.
660
+ OS Policy Assignments), by providing tools to create, update and delete them
661
+ across projects and locations, at scale.
662
+
655
663
  ## Example Usage
656
664
 
657
665
  ### Osconfigv2 Policy Orchestrator For Organization Basic
@@ -1114,7 +1114,7 @@ class Subscription(pulumi.CustomResource):
1114
1114
  cloud_storage_config={
1115
1115
  "bucket": example.name,
1116
1116
  "filename_prefix": "pre-",
1117
- "filename_suffix": "-_41150",
1117
+ "filename_suffix": "-_11380",
1118
1118
  "filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
1119
1119
  "max_bytes": 1000,
1120
1120
  "max_duration": "300s",
@@ -1147,7 +1147,7 @@ class Subscription(pulumi.CustomResource):
1147
1147
  cloud_storage_config={
1148
1148
  "bucket": example.name,
1149
1149
  "filename_prefix": "pre-",
1150
- "filename_suffix": "-_89313",
1150
+ "filename_suffix": "-_35305",
1151
1151
  "filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
1152
1152
  "max_bytes": 1000,
1153
1153
  "max_duration": "300s",
@@ -1186,7 +1186,7 @@ class Subscription(pulumi.CustomResource):
1186
1186
  cloud_storage_config={
1187
1187
  "bucket": example.name,
1188
1188
  "filename_prefix": "pre-",
1189
- "filename_suffix": "-_60646",
1189
+ "filename_suffix": "-_62793",
1190
1190
  "filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
1191
1191
  "max_bytes": 1000,
1192
1192
  "max_duration": "300s",
@@ -1554,7 +1554,7 @@ class Subscription(pulumi.CustomResource):
1554
1554
  cloud_storage_config={
1555
1555
  "bucket": example.name,
1556
1556
  "filename_prefix": "pre-",
1557
- "filename_suffix": "-_41150",
1557
+ "filename_suffix": "-_11380",
1558
1558
  "filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
1559
1559
  "max_bytes": 1000,
1560
1560
  "max_duration": "300s",
@@ -1587,7 +1587,7 @@ class Subscription(pulumi.CustomResource):
1587
1587
  cloud_storage_config={
1588
1588
  "bucket": example.name,
1589
1589
  "filename_prefix": "pre-",
1590
- "filename_suffix": "-_89313",
1590
+ "filename_suffix": "-_35305",
1591
1591
  "filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
1592
1592
  "max_bytes": 1000,
1593
1593
  "max_duration": "300s",
@@ -1626,7 +1626,7 @@ class Subscription(pulumi.CustomResource):
1626
1626
  cloud_storage_config={
1627
1627
  "bucket": example.name,
1628
1628
  "filename_prefix": "pre-",
1629
- "filename_suffix": "-_60646",
1629
+ "filename_suffix": "-_62793",
1630
1630
  "filename_datetime_format": "YYYY-MM-DD/hh_mm_ssZ",
1631
1631
  "max_bytes": 1000,
1632
1632
  "max_duration": "300s",
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "gcp",
4
- "version": "8.26.0-alpha.1744288859"
4
+ "version": "8.27.0"
5
5
  }