pulumi-gcp 8.8.2a1731515595__py3-none-any.whl → 8.9.0a1731021465__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 (114) hide show
  1. pulumi_gcp/__init__.py +0 -64
  2. pulumi_gcp/activedirectory/domain.py +0 -24
  3. pulumi_gcp/apigee/__init__.py +0 -1
  4. pulumi_gcp/apigee/_inputs.py +0 -74
  5. pulumi_gcp/apigee/outputs.py +0 -65
  6. pulumi_gcp/applicationintegration/auth_config.py +0 -24
  7. pulumi_gcp/backupdisasterrecovery/__init__.py +0 -4
  8. pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -533
  9. pulumi_gcp/backupdisasterrecovery/backup_vault.py +6 -146
  10. pulumi_gcp/backupdisasterrecovery/outputs.py +0 -702
  11. pulumi_gcp/bigquery/data_transfer_config.py +0 -24
  12. pulumi_gcp/cloudrunv2/_inputs.py +0 -46
  13. pulumi_gcp/cloudrunv2/job.py +2 -0
  14. pulumi_gcp/cloudrunv2/outputs.py +2 -60
  15. pulumi_gcp/cloudrunv2/service.py +2 -0
  16. pulumi_gcp/compute/__init__.py +0 -1
  17. pulumi_gcp/compute/_inputs.py +255 -2162
  18. pulumi_gcp/compute/disk.py +7 -7
  19. pulumi_gcp/compute/firewall_policy_rule.py +54 -108
  20. pulumi_gcp/compute/get_region_instance_group_manager.py +1 -12
  21. pulumi_gcp/compute/health_check.py +42 -42
  22. pulumi_gcp/compute/network_firewall_policy_rule.py +4 -4
  23. pulumi_gcp/compute/network_firewall_policy_with_rules.py +10 -10
  24. pulumi_gcp/compute/node_template.py +0 -95
  25. pulumi_gcp/compute/outputs.py +213 -1639
  26. pulumi_gcp/compute/region_disk.py +7 -7
  27. pulumi_gcp/compute/region_health_check.py +42 -42
  28. pulumi_gcp/compute/region_instance_group_manager.py +14 -54
  29. pulumi_gcp/compute/region_network_firewall_policy_rule.py +4 -4
  30. pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +10 -10
  31. pulumi_gcp/compute/region_security_policy.py +0 -120
  32. pulumi_gcp/compute/region_security_policy_rule.py +6 -6
  33. pulumi_gcp/compute/router_peer.py +35 -56
  34. pulumi_gcp/compute/security_scan_config.py +8 -8
  35. pulumi_gcp/config/__init__.pyi +0 -4
  36. pulumi_gcp/config/vars.py +0 -8
  37. pulumi_gcp/container/_inputs.py +10 -345
  38. pulumi_gcp/container/cluster.py +0 -101
  39. pulumi_gcp/container/get_cluster.py +1 -23
  40. pulumi_gcp/container/outputs.py +8 -456
  41. pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
  42. pulumi_gcp/dataproc/__init__.py +0 -2
  43. pulumi_gcp/dataproc/_inputs.py +0 -101
  44. pulumi_gcp/dataproc/outputs.py +0 -94
  45. pulumi_gcp/edgecontainer/vpn_connection.py +4 -4
  46. pulumi_gcp/firebase/android_app.py +2 -2
  47. pulumi_gcp/firebase/apple_app.py +2 -2
  48. pulumi_gcp/firebase/web_app.py +2 -2
  49. pulumi_gcp/firestore/index.py +0 -44
  50. pulumi_gcp/gkeonprem/_inputs.py +15 -15
  51. pulumi_gcp/gkeonprem/outputs.py +10 -10
  52. pulumi_gcp/healthcare/dataset.py +7 -7
  53. pulumi_gcp/healthcare/dicom_store.py +7 -7
  54. pulumi_gcp/healthcare/fhir_store.py +7 -7
  55. pulumi_gcp/healthcare/hl7_store.py +14 -14
  56. pulumi_gcp/iam/__init__.py +0 -1
  57. pulumi_gcp/iam/_inputs.py +0 -161
  58. pulumi_gcp/iam/outputs.py +0 -114
  59. pulumi_gcp/logging/metric.py +2 -2
  60. pulumi_gcp/looker/_inputs.py +0 -6
  61. pulumi_gcp/looker/instance.py +321 -169
  62. pulumi_gcp/looker/outputs.py +0 -4
  63. pulumi_gcp/memorystore/instance.py +0 -4
  64. pulumi_gcp/monitoring/alert_policy.py +0 -24
  65. pulumi_gcp/monitoring/custom_service.py +0 -24
  66. pulumi_gcp/monitoring/group.py +0 -24
  67. pulumi_gcp/monitoring/metric_descriptor.py +0 -24
  68. pulumi_gcp/monitoring/slo.py +0 -24
  69. pulumi_gcp/monitoring/uptime_check_config.py +0 -24
  70. pulumi_gcp/networkmanagement/__init__.py +0 -1
  71. pulumi_gcp/osconfig/patch_deployment.py +8 -8
  72. pulumi_gcp/provider.py +0 -40
  73. pulumi_gcp/pulumi-plugin.json +1 -1
  74. pulumi_gcp/redis/_inputs.py +3 -3
  75. pulumi_gcp/redis/outputs.py +2 -2
  76. pulumi_gcp/securitycenter/notification_config.py +16 -4
  77. pulumi_gcp/securitycenter/project_notification_config.py +24 -0
  78. pulumi_gcp/securitycenter/v2_organization_notification_config.py +16 -4
  79. pulumi_gcp/spanner/__init__.py +0 -1
  80. pulumi_gcp/spanner/_inputs.py +9 -9
  81. pulumi_gcp/spanner/get_instance.py +1 -12
  82. pulumi_gcp/spanner/instance.py +0 -70
  83. pulumi_gcp/spanner/outputs.py +12 -46
  84. pulumi_gcp/sql/_inputs.py +0 -26
  85. pulumi_gcp/sql/database_instance.py +11 -124
  86. pulumi_gcp/sql/get_database_instance.py +1 -12
  87. pulumi_gcp/sql/outputs.py +0 -51
  88. pulumi_gcp/storage/_inputs.py +3 -3
  89. pulumi_gcp/storage/outputs.py +2 -2
  90. pulumi_gcp/tags/tag_binding.py +4 -4
  91. pulumi_gcp/tags/tag_value.py +2 -2
  92. pulumi_gcp/transcoder/job.py +0 -24
  93. pulumi_gcp/vertex/_inputs.py +0 -184
  94. pulumi_gcp/vertex/ai_endpoint.py +8 -394
  95. pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
  96. pulumi_gcp/vertex/outputs.py +0 -166
  97. pulumi_gcp/workbench/instance.py +7 -21
  98. pulumi_gcp/workflows/workflow.py +0 -36
  99. pulumi_gcp/workstations/workstation_config.py +8 -8
  100. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/METADATA +1 -1
  101. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/RECORD +103 -114
  102. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/WHEEL +1 -1
  103. pulumi_gcp/apigee/api.py +0 -456
  104. pulumi_gcp/backupdisasterrecovery/backup_plan.py +0 -653
  105. pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +0 -766
  106. pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +0 -204
  107. pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +0 -243
  108. pulumi_gcp/compute/region_resize_request.py +0 -772
  109. pulumi_gcp/dataproc/gdc_application_environment.py +0 -931
  110. pulumi_gcp/dataproc/gdc_service_instance.py +0 -1022
  111. pulumi_gcp/iam/principal_access_boundary_policy.py +0 -679
  112. pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -1358
  113. pulumi_gcp/spanner/get_database.py +0 -229
  114. {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/top_level.txt +0 -0
pulumi_gcp/__init__.py CHANGED
@@ -699,14 +699,6 @@ _utilities.register(
699
699
  "gcp:apigee/addonsConfig:AddonsConfig": "AddonsConfig"
700
700
  }
701
701
  },
702
- {
703
- "pkg": "gcp",
704
- "mod": "apigee/api",
705
- "fqn": "pulumi_gcp.apigee",
706
- "classes": {
707
- "gcp:apigee/api:Api": "Api"
708
- }
709
- },
710
702
  {
711
703
  "pkg": "gcp",
712
704
  "mod": "apigee/appGroup",
@@ -1067,22 +1059,6 @@ _utilities.register(
1067
1059
  "gcp:assuredworkloads/workload:Workload": "Workload"
1068
1060
  }
1069
1061
  },
1070
- {
1071
- "pkg": "gcp",
1072
- "mod": "backupdisasterrecovery/backupPlan",
1073
- "fqn": "pulumi_gcp.backupdisasterrecovery",
1074
- "classes": {
1075
- "gcp:backupdisasterrecovery/backupPlan:BackupPlan": "BackupPlan"
1076
- }
1077
- },
1078
- {
1079
- "pkg": "gcp",
1080
- "mod": "backupdisasterrecovery/backupPlanAssociation",
1081
- "fqn": "pulumi_gcp.backupdisasterrecovery",
1082
- "classes": {
1083
- "gcp:backupdisasterrecovery/backupPlanAssociation:BackupPlanAssociation": "BackupPlanAssociation"
1084
- }
1085
- },
1086
1062
  {
1087
1063
  "pkg": "gcp",
1088
1064
  "mod": "backupdisasterrecovery/backupVault",
@@ -3019,14 +2995,6 @@ _utilities.register(
3019
2995
  "gcp:compute/regionPerInstanceConfig:RegionPerInstanceConfig": "RegionPerInstanceConfig"
3020
2996
  }
3021
2997
  },
3022
- {
3023
- "pkg": "gcp",
3024
- "mod": "compute/regionResizeRequest",
3025
- "fqn": "pulumi_gcp.compute",
3026
- "classes": {
3027
- "gcp:compute/regionResizeRequest:RegionResizeRequest": "RegionResizeRequest"
3028
- }
3029
- },
3030
2998
  {
3031
2999
  "pkg": "gcp",
3032
3000
  "mod": "compute/regionSecurityPolicy",
@@ -4107,22 +4075,6 @@ _utilities.register(
4107
4075
  "gcp:dataproc/clusterIAMPolicy:ClusterIAMPolicy": "ClusterIAMPolicy"
4108
4076
  }
4109
4077
  },
4110
- {
4111
- "pkg": "gcp",
4112
- "mod": "dataproc/gdcApplicationEnvironment",
4113
- "fqn": "pulumi_gcp.dataproc",
4114
- "classes": {
4115
- "gcp:dataproc/gdcApplicationEnvironment:GdcApplicationEnvironment": "GdcApplicationEnvironment"
4116
- }
4117
- },
4118
- {
4119
- "pkg": "gcp",
4120
- "mod": "dataproc/gdcServiceInstance",
4121
- "fqn": "pulumi_gcp.dataproc",
4122
- "classes": {
4123
- "gcp:dataproc/gdcServiceInstance:GdcServiceInstance": "GdcServiceInstance"
4124
- }
4125
- },
4126
4078
  {
4127
4079
  "pkg": "gcp",
4128
4080
  "mod": "dataproc/job",
@@ -5371,14 +5323,6 @@ _utilities.register(
5371
5323
  "gcp:iam/denyPolicy:DenyPolicy": "DenyPolicy"
5372
5324
  }
5373
5325
  },
5374
- {
5375
- "pkg": "gcp",
5376
- "mod": "iam/principalAccessBoundaryPolicy",
5377
- "fqn": "pulumi_gcp.iam",
5378
- "classes": {
5379
- "gcp:iam/principalAccessBoundaryPolicy:PrincipalAccessBoundaryPolicy": "PrincipalAccessBoundaryPolicy"
5380
- }
5381
- },
5382
5326
  {
5383
5327
  "pkg": "gcp",
5384
5328
  "mod": "iam/workforcePool",
@@ -6355,14 +6299,6 @@ _utilities.register(
6355
6299
  "gcp:networkmanagement/connectivityTest:ConnectivityTest": "ConnectivityTest"
6356
6300
  }
6357
6301
  },
6358
- {
6359
- "pkg": "gcp",
6360
- "mod": "networkmanagement/vpcFlowLogsConfig",
6361
- "fqn": "pulumi_gcp.networkmanagement",
6362
- "classes": {
6363
- "gcp:networkmanagement/vpcFlowLogsConfig:VpcFlowLogsConfig": "VpcFlowLogsConfig"
6364
- }
6365
- },
6366
6302
  {
6367
6303
  "pkg": "gcp",
6368
6304
  "mod": "networksecurity/addressGroup",
@@ -431,22 +431,10 @@ class Domain(pulumi.CustomResource):
431
431
 
432
432
  Domain can be imported using any of these accepted formats:
433
433
 
434
- * `{{project}}/{{name}}`
435
-
436
- * `{{project}} {{name}}`
437
-
438
434
  * `{{name}}`
439
435
 
440
436
  When using the `pulumi import` command, Domain can be imported using one of the formats above. For example:
441
437
 
442
- ```sh
443
- $ pulumi import gcp:activedirectory/domain:Domain default {{project}}/{{name}}
444
- ```
445
-
446
- ```sh
447
- $ pulumi import gcp:activedirectory/domain:Domain default "{{project}} {{name}}"
448
- ```
449
-
450
438
  ```sh
451
439
  $ pulumi import gcp:activedirectory/domain:Domain default {{name}}
452
440
  ```
@@ -506,22 +494,10 @@ class Domain(pulumi.CustomResource):
506
494
 
507
495
  Domain can be imported using any of these accepted formats:
508
496
 
509
- * `{{project}}/{{name}}`
510
-
511
- * `{{project}} {{name}}`
512
-
513
497
  * `{{name}}`
514
498
 
515
499
  When using the `pulumi import` command, Domain can be imported using one of the formats above. For example:
516
500
 
517
- ```sh
518
- $ pulumi import gcp:activedirectory/domain:Domain default {{project}}/{{name}}
519
- ```
520
-
521
- ```sh
522
- $ pulumi import gcp:activedirectory/domain:Domain default "{{project}} {{name}}"
523
- ```
524
-
525
501
  ```sh
526
502
  $ pulumi import gcp:activedirectory/domain:Domain default {{name}}
527
503
  ```
@@ -6,7 +6,6 @@ from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
8
  from .addons_config import *
9
- from .api import *
10
9
  from .app_group import *
11
10
  from .developer import *
12
11
  from .endpoint_attachment import *
@@ -27,8 +27,6 @@ __all__ = [
27
27
  'AddonsConfigAddonsConfigIntegrationConfigArgsDict',
28
28
  'AddonsConfigAddonsConfigMonetizationConfigArgs',
29
29
  'AddonsConfigAddonsConfigMonetizationConfigArgsDict',
30
- 'ApiMetaDataArgs',
31
- 'ApiMetaDataArgsDict',
32
30
  'AppGroupAttributeArgs',
33
31
  'AppGroupAttributeArgsDict',
34
32
  'DeveloperAttributeArgs',
@@ -402,78 +400,6 @@ class AddonsConfigAddonsConfigMonetizationConfigArgs:
402
400
  pulumi.set(self, "enabled", value)
403
401
 
404
402
 
405
- if not MYPY:
406
- class ApiMetaDataArgsDict(TypedDict):
407
- created_at: NotRequired[pulumi.Input[str]]
408
- """
409
- Time at which the API proxy was created, in milliseconds since epoch.
410
- """
411
- last_modified_at: NotRequired[pulumi.Input[str]]
412
- """
413
- Time at which the API proxy was most recently modified, in milliseconds since epoch.
414
- """
415
- sub_type: NotRequired[pulumi.Input[str]]
416
- """
417
- The type of entity described
418
- """
419
- elif False:
420
- ApiMetaDataArgsDict: TypeAlias = Mapping[str, Any]
421
-
422
- @pulumi.input_type
423
- class ApiMetaDataArgs:
424
- def __init__(__self__, *,
425
- created_at: Optional[pulumi.Input[str]] = None,
426
- last_modified_at: Optional[pulumi.Input[str]] = None,
427
- sub_type: Optional[pulumi.Input[str]] = None):
428
- """
429
- :param pulumi.Input[str] created_at: Time at which the API proxy was created, in milliseconds since epoch.
430
- :param pulumi.Input[str] last_modified_at: Time at which the API proxy was most recently modified, in milliseconds since epoch.
431
- :param pulumi.Input[str] sub_type: The type of entity described
432
- """
433
- if created_at is not None:
434
- pulumi.set(__self__, "created_at", created_at)
435
- if last_modified_at is not None:
436
- pulumi.set(__self__, "last_modified_at", last_modified_at)
437
- if sub_type is not None:
438
- pulumi.set(__self__, "sub_type", sub_type)
439
-
440
- @property
441
- @pulumi.getter(name="createdAt")
442
- def created_at(self) -> Optional[pulumi.Input[str]]:
443
- """
444
- Time at which the API proxy was created, in milliseconds since epoch.
445
- """
446
- return pulumi.get(self, "created_at")
447
-
448
- @created_at.setter
449
- def created_at(self, value: Optional[pulumi.Input[str]]):
450
- pulumi.set(self, "created_at", value)
451
-
452
- @property
453
- @pulumi.getter(name="lastModifiedAt")
454
- def last_modified_at(self) -> Optional[pulumi.Input[str]]:
455
- """
456
- Time at which the API proxy was most recently modified, in milliseconds since epoch.
457
- """
458
- return pulumi.get(self, "last_modified_at")
459
-
460
- @last_modified_at.setter
461
- def last_modified_at(self, value: Optional[pulumi.Input[str]]):
462
- pulumi.set(self, "last_modified_at", value)
463
-
464
- @property
465
- @pulumi.getter(name="subType")
466
- def sub_type(self) -> Optional[pulumi.Input[str]]:
467
- """
468
- The type of entity described
469
- """
470
- return pulumi.get(self, "sub_type")
471
-
472
- @sub_type.setter
473
- def sub_type(self, value: Optional[pulumi.Input[str]]):
474
- pulumi.set(self, "sub_type", value)
475
-
476
-
477
403
  if not MYPY:
478
404
  class AppGroupAttributeArgsDict(TypedDict):
479
405
  name: NotRequired[pulumi.Input[str]]
@@ -22,7 +22,6 @@ __all__ = [
22
22
  'AddonsConfigAddonsConfigConnectorsPlatformConfig',
23
23
  'AddonsConfigAddonsConfigIntegrationConfig',
24
24
  'AddonsConfigAddonsConfigMonetizationConfig',
25
- 'ApiMetaData',
26
25
  'AppGroupAttribute',
27
26
  'DeveloperAttribute',
28
27
  'EnvironmentIamBindingCondition',
@@ -302,70 +301,6 @@ class AddonsConfigAddonsConfigMonetizationConfig(dict):
302
301
  return pulumi.get(self, "enabled")
303
302
 
304
303
 
305
- @pulumi.output_type
306
- class ApiMetaData(dict):
307
- @staticmethod
308
- def __key_warning(key: str):
309
- suggest = None
310
- if key == "createdAt":
311
- suggest = "created_at"
312
- elif key == "lastModifiedAt":
313
- suggest = "last_modified_at"
314
- elif key == "subType":
315
- suggest = "sub_type"
316
-
317
- if suggest:
318
- pulumi.log.warn(f"Key '{key}' not found in ApiMetaData. Access the value via the '{suggest}' property getter instead.")
319
-
320
- def __getitem__(self, key: str) -> Any:
321
- ApiMetaData.__key_warning(key)
322
- return super().__getitem__(key)
323
-
324
- def get(self, key: str, default = None) -> Any:
325
- ApiMetaData.__key_warning(key)
326
- return super().get(key, default)
327
-
328
- def __init__(__self__, *,
329
- created_at: Optional[str] = None,
330
- last_modified_at: Optional[str] = None,
331
- sub_type: Optional[str] = None):
332
- """
333
- :param str created_at: Time at which the API proxy was created, in milliseconds since epoch.
334
- :param str last_modified_at: Time at which the API proxy was most recently modified, in milliseconds since epoch.
335
- :param str sub_type: The type of entity described
336
- """
337
- if created_at is not None:
338
- pulumi.set(__self__, "created_at", created_at)
339
- if last_modified_at is not None:
340
- pulumi.set(__self__, "last_modified_at", last_modified_at)
341
- if sub_type is not None:
342
- pulumi.set(__self__, "sub_type", sub_type)
343
-
344
- @property
345
- @pulumi.getter(name="createdAt")
346
- def created_at(self) -> Optional[str]:
347
- """
348
- Time at which the API proxy was created, in milliseconds since epoch.
349
- """
350
- return pulumi.get(self, "created_at")
351
-
352
- @property
353
- @pulumi.getter(name="lastModifiedAt")
354
- def last_modified_at(self) -> Optional[str]:
355
- """
356
- Time at which the API proxy was most recently modified, in milliseconds since epoch.
357
- """
358
- return pulumi.get(self, "last_modified_at")
359
-
360
- @property
361
- @pulumi.getter(name="subType")
362
- def sub_type(self) -> Optional[str]:
363
- """
364
- The type of entity described
365
- """
366
- return pulumi.get(self, "sub_type")
367
-
368
-
369
304
  @pulumi.output_type
370
305
  class AppGroupAttribute(dict):
371
306
  def __init__(__self__, *,
@@ -592,22 +592,10 @@ class AuthConfig(pulumi.CustomResource):
592
592
 
593
593
  AuthConfig can be imported using any of these accepted formats:
594
594
 
595
- * `{{project}}/{{name}}`
596
-
597
- * `{{project}} {{name}}`
598
-
599
595
  * `{{name}}`
600
596
 
601
597
  When using the `pulumi import` command, AuthConfig can be imported using one of the formats above. For example:
602
598
 
603
- ```sh
604
- $ pulumi import gcp:applicationintegration/authConfig:AuthConfig default {{project}}/{{name}}
605
- ```
606
-
607
- ```sh
608
- $ pulumi import gcp:applicationintegration/authConfig:AuthConfig default "{{project}} {{name}}"
609
- ```
610
-
611
599
  ```sh
612
600
  $ pulumi import gcp:applicationintegration/authConfig:AuthConfig default {{name}}
613
601
  ```
@@ -676,22 +664,10 @@ class AuthConfig(pulumi.CustomResource):
676
664
 
677
665
  AuthConfig can be imported using any of these accepted formats:
678
666
 
679
- * `{{project}}/{{name}}`
680
-
681
- * `{{project}} {{name}}`
682
-
683
667
  * `{{name}}`
684
668
 
685
669
  When using the `pulumi import` command, AuthConfig can be imported using one of the formats above. For example:
686
670
 
687
- ```sh
688
- $ pulumi import gcp:applicationintegration/authConfig:AuthConfig default {{project}}/{{name}}
689
- ```
690
-
691
- ```sh
692
- $ pulumi import gcp:applicationintegration/authConfig:AuthConfig default "{{project}} {{name}}"
693
- ```
694
-
695
671
  ```sh
696
672
  $ pulumi import gcp:applicationintegration/authConfig:AuthConfig default {{name}}
697
673
  ```
@@ -5,11 +5,7 @@
5
5
  from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
- from .backup_plan import *
9
- from .backup_plan_association import *
10
8
  from .backup_vault import *
11
- from .get_backup_plan import *
12
- from .get_backup_plan_association import *
13
9
  from .get_management_server import *
14
10
  from .management_server import *
15
11
  from ._inputs import *