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
@@ -1,229 +0,0 @@
1
- # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
- # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
-
5
- import copy
6
- import warnings
7
- import sys
8
- import pulumi
9
- import pulumi.runtime
10
- from typing import Any, Mapping, Optional, Sequence, Union, overload
11
- if sys.version_info >= (3, 11):
12
- from typing import NotRequired, TypedDict, TypeAlias
13
- else:
14
- from typing_extensions import NotRequired, TypedDict, TypeAlias
15
- from .. import _utilities
16
- from . import outputs
17
-
18
- __all__ = [
19
- 'GetDatabaseResult',
20
- 'AwaitableGetDatabaseResult',
21
- 'get_database',
22
- 'get_database_output',
23
- ]
24
-
25
- @pulumi.output_type
26
- class GetDatabaseResult:
27
- """
28
- A collection of values returned by getDatabase.
29
- """
30
- def __init__(__self__, database_dialect=None, ddls=None, deletion_protection=None, enable_drop_protection=None, encryption_configs=None, id=None, instance=None, name=None, project=None, state=None, version_retention_period=None):
31
- if database_dialect and not isinstance(database_dialect, str):
32
- raise TypeError("Expected argument 'database_dialect' to be a str")
33
- pulumi.set(__self__, "database_dialect", database_dialect)
34
- if ddls and not isinstance(ddls, list):
35
- raise TypeError("Expected argument 'ddls' to be a list")
36
- pulumi.set(__self__, "ddls", ddls)
37
- if deletion_protection and not isinstance(deletion_protection, bool):
38
- raise TypeError("Expected argument 'deletion_protection' to be a bool")
39
- pulumi.set(__self__, "deletion_protection", deletion_protection)
40
- if enable_drop_protection and not isinstance(enable_drop_protection, bool):
41
- raise TypeError("Expected argument 'enable_drop_protection' to be a bool")
42
- pulumi.set(__self__, "enable_drop_protection", enable_drop_protection)
43
- if encryption_configs and not isinstance(encryption_configs, list):
44
- raise TypeError("Expected argument 'encryption_configs' to be a list")
45
- pulumi.set(__self__, "encryption_configs", encryption_configs)
46
- if id and not isinstance(id, str):
47
- raise TypeError("Expected argument 'id' to be a str")
48
- pulumi.set(__self__, "id", id)
49
- if instance and not isinstance(instance, str):
50
- raise TypeError("Expected argument 'instance' to be a str")
51
- pulumi.set(__self__, "instance", instance)
52
- if name and not isinstance(name, str):
53
- raise TypeError("Expected argument 'name' to be a str")
54
- pulumi.set(__self__, "name", name)
55
- if project and not isinstance(project, str):
56
- raise TypeError("Expected argument 'project' to be a str")
57
- pulumi.set(__self__, "project", project)
58
- if state and not isinstance(state, str):
59
- raise TypeError("Expected argument 'state' to be a str")
60
- pulumi.set(__self__, "state", state)
61
- if version_retention_period and not isinstance(version_retention_period, str):
62
- raise TypeError("Expected argument 'version_retention_period' to be a str")
63
- pulumi.set(__self__, "version_retention_period", version_retention_period)
64
-
65
- @property
66
- @pulumi.getter(name="databaseDialect")
67
- def database_dialect(self) -> str:
68
- return pulumi.get(self, "database_dialect")
69
-
70
- @property
71
- @pulumi.getter
72
- def ddls(self) -> Sequence[str]:
73
- return pulumi.get(self, "ddls")
74
-
75
- @property
76
- @pulumi.getter(name="deletionProtection")
77
- def deletion_protection(self) -> bool:
78
- return pulumi.get(self, "deletion_protection")
79
-
80
- @property
81
- @pulumi.getter(name="enableDropProtection")
82
- def enable_drop_protection(self) -> bool:
83
- return pulumi.get(self, "enable_drop_protection")
84
-
85
- @property
86
- @pulumi.getter(name="encryptionConfigs")
87
- def encryption_configs(self) -> Sequence['outputs.GetDatabaseEncryptionConfigResult']:
88
- return pulumi.get(self, "encryption_configs")
89
-
90
- @property
91
- @pulumi.getter
92
- def id(self) -> str:
93
- """
94
- The provider-assigned unique ID for this managed resource.
95
- """
96
- return pulumi.get(self, "id")
97
-
98
- @property
99
- @pulumi.getter
100
- def instance(self) -> str:
101
- return pulumi.get(self, "instance")
102
-
103
- @property
104
- @pulumi.getter
105
- def name(self) -> str:
106
- return pulumi.get(self, "name")
107
-
108
- @property
109
- @pulumi.getter
110
- def project(self) -> Optional[str]:
111
- return pulumi.get(self, "project")
112
-
113
- @property
114
- @pulumi.getter
115
- def state(self) -> str:
116
- return pulumi.get(self, "state")
117
-
118
- @property
119
- @pulumi.getter(name="versionRetentionPeriod")
120
- def version_retention_period(self) -> str:
121
- return pulumi.get(self, "version_retention_period")
122
-
123
-
124
- class AwaitableGetDatabaseResult(GetDatabaseResult):
125
- # pylint: disable=using-constant-test
126
- def __await__(self):
127
- if False:
128
- yield self
129
- return GetDatabaseResult(
130
- database_dialect=self.database_dialect,
131
- ddls=self.ddls,
132
- deletion_protection=self.deletion_protection,
133
- enable_drop_protection=self.enable_drop_protection,
134
- encryption_configs=self.encryption_configs,
135
- id=self.id,
136
- instance=self.instance,
137
- name=self.name,
138
- project=self.project,
139
- state=self.state,
140
- version_retention_period=self.version_retention_period)
141
-
142
-
143
- def get_database(instance: Optional[str] = None,
144
- name: Optional[str] = None,
145
- project: Optional[str] = None,
146
- opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetDatabaseResult:
147
- """
148
- Get a spanner database from Google Cloud by its name and instance name.
149
-
150
- ## Example Usage
151
-
152
- ```python
153
- import pulumi
154
- import pulumi_gcp as gcp
155
-
156
- foo = gcp.spanner.get_database(name="foo",
157
- instance=instance["name"])
158
- ```
159
-
160
-
161
- :param str instance: The name of the database's spanner instance.
162
-
163
- - - -
164
- :param str name: The name of the spanner database.
165
- :param str project: The project in which the resource belongs. If it
166
- is not provided, the provider project is used.
167
- """
168
- __args__ = dict()
169
- __args__['instance'] = instance
170
- __args__['name'] = name
171
- __args__['project'] = project
172
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
173
- __ret__ = pulumi.runtime.invoke('gcp:spanner/getDatabase:getDatabase', __args__, opts=opts, typ=GetDatabaseResult).value
174
-
175
- return AwaitableGetDatabaseResult(
176
- database_dialect=pulumi.get(__ret__, 'database_dialect'),
177
- ddls=pulumi.get(__ret__, 'ddls'),
178
- deletion_protection=pulumi.get(__ret__, 'deletion_protection'),
179
- enable_drop_protection=pulumi.get(__ret__, 'enable_drop_protection'),
180
- encryption_configs=pulumi.get(__ret__, 'encryption_configs'),
181
- id=pulumi.get(__ret__, 'id'),
182
- instance=pulumi.get(__ret__, 'instance'),
183
- name=pulumi.get(__ret__, 'name'),
184
- project=pulumi.get(__ret__, 'project'),
185
- state=pulumi.get(__ret__, 'state'),
186
- version_retention_period=pulumi.get(__ret__, 'version_retention_period'))
187
- def get_database_output(instance: Optional[pulumi.Input[str]] = None,
188
- name: Optional[pulumi.Input[str]] = None,
189
- project: Optional[pulumi.Input[Optional[str]]] = None,
190
- opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDatabaseResult]:
191
- """
192
- Get a spanner database from Google Cloud by its name and instance name.
193
-
194
- ## Example Usage
195
-
196
- ```python
197
- import pulumi
198
- import pulumi_gcp as gcp
199
-
200
- foo = gcp.spanner.get_database(name="foo",
201
- instance=instance["name"])
202
- ```
203
-
204
-
205
- :param str instance: The name of the database's spanner instance.
206
-
207
- - - -
208
- :param str name: The name of the spanner database.
209
- :param str project: The project in which the resource belongs. If it
210
- is not provided, the provider project is used.
211
- """
212
- __args__ = dict()
213
- __args__['instance'] = instance
214
- __args__['name'] = name
215
- __args__['project'] = project
216
- opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
217
- __ret__ = pulumi.runtime.invoke_output('gcp:spanner/getDatabase:getDatabase', __args__, opts=opts, typ=GetDatabaseResult)
218
- return __ret__.apply(lambda __response__: GetDatabaseResult(
219
- database_dialect=pulumi.get(__response__, 'database_dialect'),
220
- ddls=pulumi.get(__response__, 'ddls'),
221
- deletion_protection=pulumi.get(__response__, 'deletion_protection'),
222
- enable_drop_protection=pulumi.get(__response__, 'enable_drop_protection'),
223
- encryption_configs=pulumi.get(__response__, 'encryption_configs'),
224
- id=pulumi.get(__response__, 'id'),
225
- instance=pulumi.get(__response__, 'instance'),
226
- name=pulumi.get(__response__, 'name'),
227
- project=pulumi.get(__response__, 'project'),
228
- state=pulumi.get(__response__, 'state'),
229
- version_retention_period=pulumi.get(__response__, 'version_retention_period')))