pulumi-gcp 8.9.0a1731366299__py3-none-any.whl → 8.9.0a1731432418__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.
- pulumi_gcp/__init__.py +64 -0
- pulumi_gcp/activedirectory/domain.py +24 -0
- pulumi_gcp/apigee/__init__.py +1 -0
- pulumi_gcp/apigee/_inputs.py +74 -0
- pulumi_gcp/apigee/api.py +456 -0
- pulumi_gcp/apigee/outputs.py +65 -0
- pulumi_gcp/applicationintegration/auth_config.py +24 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +4 -0
- pulumi_gcp/backupdisasterrecovery/_inputs.py +533 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +653 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +766 -0
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +146 -6
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +204 -0
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +243 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +702 -0
- pulumi_gcp/bigquery/data_transfer_config.py +24 -0
- pulumi_gcp/cloudrunv2/_inputs.py +46 -0
- pulumi_gcp/cloudrunv2/job.py +0 -2
- pulumi_gcp/cloudrunv2/outputs.py +60 -2
- pulumi_gcp/cloudrunv2/service.py +0 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +2163 -256
- pulumi_gcp/compute/disk.py +7 -7
- pulumi_gcp/compute/firewall_policy_rule.py +108 -54
- pulumi_gcp/compute/get_region_instance_group_manager.py +12 -1
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/node_template.py +95 -0
- pulumi_gcp/compute/outputs.py +1639 -213
- pulumi_gcp/compute/region_disk.py +7 -7
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +54 -14
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/region_resize_request.py +772 -0
- pulumi_gcp/compute/region_security_policy.py +120 -0
- pulumi_gcp/compute/region_security_policy_rule.py +6 -6
- pulumi_gcp/compute/router_peer.py +56 -35
- pulumi_gcp/compute/security_scan_config.py +8 -8
- pulumi_gcp/config/__init__.pyi +4 -0
- pulumi_gcp/config/vars.py +8 -0
- pulumi_gcp/container/_inputs.py +345 -10
- pulumi_gcp/container/cluster.py +101 -0
- pulumi_gcp/container/get_cluster.py +23 -1
- pulumi_gcp/container/outputs.py +456 -8
- pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
- pulumi_gcp/dataproc/__init__.py +2 -0
- pulumi_gcp/dataproc/_inputs.py +101 -0
- pulumi_gcp/dataproc/gdc_application_environment.py +931 -0
- pulumi_gcp/dataproc/gdc_service_instance.py +1022 -0
- pulumi_gcp/dataproc/outputs.py +94 -0
- pulumi_gcp/edgecontainer/vpn_connection.py +4 -4
- pulumi_gcp/firebase/android_app.py +2 -2
- pulumi_gcp/firebase/apple_app.py +2 -2
- pulumi_gcp/firebase/web_app.py +2 -2
- pulumi_gcp/firestore/index.py +44 -0
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/healthcare/dataset.py +7 -7
- pulumi_gcp/healthcare/dicom_store.py +7 -7
- pulumi_gcp/healthcare/fhir_store.py +7 -7
- pulumi_gcp/healthcare/hl7_store.py +14 -14
- pulumi_gcp/iam/__init__.py +1 -0
- pulumi_gcp/iam/_inputs.py +161 -0
- pulumi_gcp/iam/outputs.py +114 -0
- pulumi_gcp/iam/principal_access_boundary_policy.py +679 -0
- pulumi_gcp/logging/metric.py +2 -2
- pulumi_gcp/looker/_inputs.py +6 -0
- pulumi_gcp/looker/instance.py +169 -321
- pulumi_gcp/looker/outputs.py +4 -0
- pulumi_gcp/memorystore/instance.py +4 -0
- pulumi_gcp/monitoring/alert_policy.py +24 -0
- pulumi_gcp/monitoring/custom_service.py +24 -0
- pulumi_gcp/monitoring/group.py +24 -0
- pulumi_gcp/monitoring/metric_descriptor.py +24 -0
- pulumi_gcp/monitoring/slo.py +24 -0
- pulumi_gcp/monitoring/uptime_check_config.py +24 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +1358 -0
- pulumi_gcp/osconfig/patch_deployment.py +8 -8
- pulumi_gcp/provider.py +40 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +3 -3
- pulumi_gcp/redis/outputs.py +2 -2
- pulumi_gcp/securitycenter/notification_config.py +4 -16
- pulumi_gcp/securitycenter/project_notification_config.py +0 -24
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +4 -16
- pulumi_gcp/spanner/__init__.py +1 -0
- pulumi_gcp/spanner/_inputs.py +9 -9
- pulumi_gcp/spanner/get_database.py +229 -0
- pulumi_gcp/spanner/get_instance.py +12 -1
- pulumi_gcp/spanner/instance.py +70 -0
- pulumi_gcp/spanner/outputs.py +46 -12
- pulumi_gcp/sql/_inputs.py +26 -0
- pulumi_gcp/sql/database_instance.py +124 -11
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +51 -0
- pulumi_gcp/storage/_inputs.py +3 -3
- pulumi_gcp/storage/outputs.py +2 -2
- pulumi_gcp/tags/tag_binding.py +4 -4
- pulumi_gcp/tags/tag_value.py +2 -2
- pulumi_gcp/transcoder/job.py +24 -0
- pulumi_gcp/vertex/_inputs.py +184 -0
- pulumi_gcp/vertex/ai_endpoint.py +394 -8
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/outputs.py +166 -0
- pulumi_gcp/workbench/instance.py +21 -7
- pulumi_gcp/workflows/workflow.py +36 -0
- pulumi_gcp/workstations/workstation_config.py +8 -8
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731432418.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731432418.dist-info}/RECORD +114 -103
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731432418.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.9.0a1731366299.dist-info → pulumi_gcp-8.9.0a1731432418.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,243 @@
|
|
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
|
+
'GetBackupPlanAssociationResult',
|
20
|
+
'AwaitableGetBackupPlanAssociationResult',
|
21
|
+
'get_backup_plan_association',
|
22
|
+
'get_backup_plan_association_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetBackupPlanAssociationResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getBackupPlanAssociation.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, backup_plan=None, backup_plan_association_id=None, create_time=None, data_source=None, id=None, last_successful_backup_consistency_time=None, location=None, name=None, project=None, resource=None, resource_type=None, rules_config_infos=None, update_time=None):
|
31
|
+
if backup_plan and not isinstance(backup_plan, str):
|
32
|
+
raise TypeError("Expected argument 'backup_plan' to be a str")
|
33
|
+
pulumi.set(__self__, "backup_plan", backup_plan)
|
34
|
+
if backup_plan_association_id and not isinstance(backup_plan_association_id, str):
|
35
|
+
raise TypeError("Expected argument 'backup_plan_association_id' to be a str")
|
36
|
+
pulumi.set(__self__, "backup_plan_association_id", backup_plan_association_id)
|
37
|
+
if create_time and not isinstance(create_time, str):
|
38
|
+
raise TypeError("Expected argument 'create_time' to be a str")
|
39
|
+
pulumi.set(__self__, "create_time", create_time)
|
40
|
+
if data_source and not isinstance(data_source, str):
|
41
|
+
raise TypeError("Expected argument 'data_source' to be a str")
|
42
|
+
pulumi.set(__self__, "data_source", data_source)
|
43
|
+
if id and not isinstance(id, str):
|
44
|
+
raise TypeError("Expected argument 'id' to be a str")
|
45
|
+
pulumi.set(__self__, "id", id)
|
46
|
+
if last_successful_backup_consistency_time and not isinstance(last_successful_backup_consistency_time, str):
|
47
|
+
raise TypeError("Expected argument 'last_successful_backup_consistency_time' to be a str")
|
48
|
+
pulumi.set(__self__, "last_successful_backup_consistency_time", last_successful_backup_consistency_time)
|
49
|
+
if location and not isinstance(location, str):
|
50
|
+
raise TypeError("Expected argument 'location' to be a str")
|
51
|
+
pulumi.set(__self__, "location", location)
|
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 resource and not isinstance(resource, str):
|
59
|
+
raise TypeError("Expected argument 'resource' to be a str")
|
60
|
+
pulumi.set(__self__, "resource", resource)
|
61
|
+
if resource_type and not isinstance(resource_type, str):
|
62
|
+
raise TypeError("Expected argument 'resource_type' to be a str")
|
63
|
+
pulumi.set(__self__, "resource_type", resource_type)
|
64
|
+
if rules_config_infos and not isinstance(rules_config_infos, list):
|
65
|
+
raise TypeError("Expected argument 'rules_config_infos' to be a list")
|
66
|
+
pulumi.set(__self__, "rules_config_infos", rules_config_infos)
|
67
|
+
if update_time and not isinstance(update_time, str):
|
68
|
+
raise TypeError("Expected argument 'update_time' to be a str")
|
69
|
+
pulumi.set(__self__, "update_time", update_time)
|
70
|
+
|
71
|
+
@property
|
72
|
+
@pulumi.getter(name="backupPlan")
|
73
|
+
def backup_plan(self) -> str:
|
74
|
+
return pulumi.get(self, "backup_plan")
|
75
|
+
|
76
|
+
@property
|
77
|
+
@pulumi.getter(name="backupPlanAssociationId")
|
78
|
+
def backup_plan_association_id(self) -> str:
|
79
|
+
return pulumi.get(self, "backup_plan_association_id")
|
80
|
+
|
81
|
+
@property
|
82
|
+
@pulumi.getter(name="createTime")
|
83
|
+
def create_time(self) -> str:
|
84
|
+
return pulumi.get(self, "create_time")
|
85
|
+
|
86
|
+
@property
|
87
|
+
@pulumi.getter(name="dataSource")
|
88
|
+
def data_source(self) -> str:
|
89
|
+
return pulumi.get(self, "data_source")
|
90
|
+
|
91
|
+
@property
|
92
|
+
@pulumi.getter
|
93
|
+
def id(self) -> str:
|
94
|
+
"""
|
95
|
+
The provider-assigned unique ID for this managed resource.
|
96
|
+
"""
|
97
|
+
return pulumi.get(self, "id")
|
98
|
+
|
99
|
+
@property
|
100
|
+
@pulumi.getter(name="lastSuccessfulBackupConsistencyTime")
|
101
|
+
def last_successful_backup_consistency_time(self) -> str:
|
102
|
+
return pulumi.get(self, "last_successful_backup_consistency_time")
|
103
|
+
|
104
|
+
@property
|
105
|
+
@pulumi.getter
|
106
|
+
def location(self) -> str:
|
107
|
+
return pulumi.get(self, "location")
|
108
|
+
|
109
|
+
@property
|
110
|
+
@pulumi.getter
|
111
|
+
def name(self) -> str:
|
112
|
+
return pulumi.get(self, "name")
|
113
|
+
|
114
|
+
@property
|
115
|
+
@pulumi.getter
|
116
|
+
def project(self) -> Optional[str]:
|
117
|
+
return pulumi.get(self, "project")
|
118
|
+
|
119
|
+
@property
|
120
|
+
@pulumi.getter
|
121
|
+
def resource(self) -> str:
|
122
|
+
return pulumi.get(self, "resource")
|
123
|
+
|
124
|
+
@property
|
125
|
+
@pulumi.getter(name="resourceType")
|
126
|
+
def resource_type(self) -> str:
|
127
|
+
return pulumi.get(self, "resource_type")
|
128
|
+
|
129
|
+
@property
|
130
|
+
@pulumi.getter(name="rulesConfigInfos")
|
131
|
+
def rules_config_infos(self) -> Sequence['outputs.GetBackupPlanAssociationRulesConfigInfoResult']:
|
132
|
+
return pulumi.get(self, "rules_config_infos")
|
133
|
+
|
134
|
+
@property
|
135
|
+
@pulumi.getter(name="updateTime")
|
136
|
+
def update_time(self) -> str:
|
137
|
+
return pulumi.get(self, "update_time")
|
138
|
+
|
139
|
+
|
140
|
+
class AwaitableGetBackupPlanAssociationResult(GetBackupPlanAssociationResult):
|
141
|
+
# pylint: disable=using-constant-test
|
142
|
+
def __await__(self):
|
143
|
+
if False:
|
144
|
+
yield self
|
145
|
+
return GetBackupPlanAssociationResult(
|
146
|
+
backup_plan=self.backup_plan,
|
147
|
+
backup_plan_association_id=self.backup_plan_association_id,
|
148
|
+
create_time=self.create_time,
|
149
|
+
data_source=self.data_source,
|
150
|
+
id=self.id,
|
151
|
+
last_successful_backup_consistency_time=self.last_successful_backup_consistency_time,
|
152
|
+
location=self.location,
|
153
|
+
name=self.name,
|
154
|
+
project=self.project,
|
155
|
+
resource=self.resource,
|
156
|
+
resource_type=self.resource_type,
|
157
|
+
rules_config_infos=self.rules_config_infos,
|
158
|
+
update_time=self.update_time)
|
159
|
+
|
160
|
+
|
161
|
+
def get_backup_plan_association(backup_plan_association_id: Optional[str] = None,
|
162
|
+
location: Optional[str] = None,
|
163
|
+
project: Optional[str] = None,
|
164
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBackupPlanAssociationResult:
|
165
|
+
"""
|
166
|
+
## Example Usage
|
167
|
+
|
168
|
+
```python
|
169
|
+
import pulumi
|
170
|
+
import pulumi_gcp as gcp
|
171
|
+
|
172
|
+
my_backupplan_association = gcp.backupdisasterrecovery.get_backup_plan_association(location="us-central1",
|
173
|
+
backup_plan_association_id="bpa-id")
|
174
|
+
```
|
175
|
+
|
176
|
+
|
177
|
+
:param str backup_plan_association_id: The id of Backupplan association resource.
|
178
|
+
|
179
|
+
- - -
|
180
|
+
:param str location: The location in which the Backupplan association resource belongs.
|
181
|
+
"""
|
182
|
+
__args__ = dict()
|
183
|
+
__args__['backupPlanAssociationId'] = backup_plan_association_id
|
184
|
+
__args__['location'] = location
|
185
|
+
__args__['project'] = project
|
186
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
187
|
+
__ret__ = pulumi.runtime.invoke('gcp:backupdisasterrecovery/getBackupPlanAssociation:getBackupPlanAssociation', __args__, opts=opts, typ=GetBackupPlanAssociationResult).value
|
188
|
+
|
189
|
+
return AwaitableGetBackupPlanAssociationResult(
|
190
|
+
backup_plan=pulumi.get(__ret__, 'backup_plan'),
|
191
|
+
backup_plan_association_id=pulumi.get(__ret__, 'backup_plan_association_id'),
|
192
|
+
create_time=pulumi.get(__ret__, 'create_time'),
|
193
|
+
data_source=pulumi.get(__ret__, 'data_source'),
|
194
|
+
id=pulumi.get(__ret__, 'id'),
|
195
|
+
last_successful_backup_consistency_time=pulumi.get(__ret__, 'last_successful_backup_consistency_time'),
|
196
|
+
location=pulumi.get(__ret__, 'location'),
|
197
|
+
name=pulumi.get(__ret__, 'name'),
|
198
|
+
project=pulumi.get(__ret__, 'project'),
|
199
|
+
resource=pulumi.get(__ret__, 'resource'),
|
200
|
+
resource_type=pulumi.get(__ret__, 'resource_type'),
|
201
|
+
rules_config_infos=pulumi.get(__ret__, 'rules_config_infos'),
|
202
|
+
update_time=pulumi.get(__ret__, 'update_time'))
|
203
|
+
def get_backup_plan_association_output(backup_plan_association_id: Optional[pulumi.Input[str]] = None,
|
204
|
+
location: Optional[pulumi.Input[str]] = None,
|
205
|
+
project: Optional[pulumi.Input[Optional[str]]] = None,
|
206
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBackupPlanAssociationResult]:
|
207
|
+
"""
|
208
|
+
## Example Usage
|
209
|
+
|
210
|
+
```python
|
211
|
+
import pulumi
|
212
|
+
import pulumi_gcp as gcp
|
213
|
+
|
214
|
+
my_backupplan_association = gcp.backupdisasterrecovery.get_backup_plan_association(location="us-central1",
|
215
|
+
backup_plan_association_id="bpa-id")
|
216
|
+
```
|
217
|
+
|
218
|
+
|
219
|
+
:param str backup_plan_association_id: The id of Backupplan association resource.
|
220
|
+
|
221
|
+
- - -
|
222
|
+
:param str location: The location in which the Backupplan association resource belongs.
|
223
|
+
"""
|
224
|
+
__args__ = dict()
|
225
|
+
__args__['backupPlanAssociationId'] = backup_plan_association_id
|
226
|
+
__args__['location'] = location
|
227
|
+
__args__['project'] = project
|
228
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
229
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:backupdisasterrecovery/getBackupPlanAssociation:getBackupPlanAssociation', __args__, opts=opts, typ=GetBackupPlanAssociationResult)
|
230
|
+
return __ret__.apply(lambda __response__: GetBackupPlanAssociationResult(
|
231
|
+
backup_plan=pulumi.get(__response__, 'backup_plan'),
|
232
|
+
backup_plan_association_id=pulumi.get(__response__, 'backup_plan_association_id'),
|
233
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
234
|
+
data_source=pulumi.get(__response__, 'data_source'),
|
235
|
+
id=pulumi.get(__response__, 'id'),
|
236
|
+
last_successful_backup_consistency_time=pulumi.get(__response__, 'last_successful_backup_consistency_time'),
|
237
|
+
location=pulumi.get(__response__, 'location'),
|
238
|
+
name=pulumi.get(__response__, 'name'),
|
239
|
+
project=pulumi.get(__response__, 'project'),
|
240
|
+
resource=pulumi.get(__response__, 'resource'),
|
241
|
+
resource_type=pulumi.get(__response__, 'resource_type'),
|
242
|
+
rules_config_infos=pulumi.get(__response__, 'rules_config_infos'),
|
243
|
+
update_time=pulumi.get(__response__, 'update_time')))
|