pulumi-gcp 7.20.0a1713986537__py3-none-any.whl → 7.21.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.
- pulumi_gcp/__init__.py +40 -0
- pulumi_gcp/alloydb/_inputs.py +74 -0
- pulumi_gcp/alloydb/backup.py +0 -12
- pulumi_gcp/alloydb/cluster.py +0 -12
- pulumi_gcp/alloydb/instance.py +90 -81
- pulumi_gcp/alloydb/outputs.py +98 -0
- pulumi_gcp/apigee/environment.py +47 -0
- pulumi_gcp/apigee/sharedflow.py +0 -20
- pulumi_gcp/appengine/flexible_app_version.py +0 -20
- pulumi_gcp/applicationintegration/__init__.py +1 -0
- pulumi_gcp/applicationintegration/_inputs.py +843 -0
- pulumi_gcp/applicationintegration/auth_config.py +998 -0
- pulumi_gcp/applicationintegration/outputs.py +891 -0
- pulumi_gcp/bigquerydatapolicy/_inputs.py +21 -4
- pulumi_gcp/bigquerydatapolicy/data_policy.py +78 -0
- pulumi_gcp/bigquerydatapolicy/outputs.py +16 -3
- pulumi_gcp/certificateauthority/_inputs.py +92 -12
- pulumi_gcp/certificateauthority/authority.py +117 -27
- pulumi_gcp/certificateauthority/certificate.py +176 -0
- pulumi_gcp/certificateauthority/outputs.py +144 -12
- pulumi_gcp/cloudbuild/worker_pool.py +0 -12
- pulumi_gcp/cloudbuildv2/connection.py +0 -12
- pulumi_gcp/cloudbuildv2/repository.py +0 -12
- pulumi_gcp/clouddeploy/automation.py +0 -12
- pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
- pulumi_gcp/clouddeploy/delivery_pipeline.py +0 -12
- pulumi_gcp/clouddeploy/target.py +0 -12
- pulumi_gcp/cloudrunv2/job.py +0 -12
- pulumi_gcp/cloudrunv2/service.py +0 -12
- pulumi_gcp/composer/__init__.py +1 -0
- pulumi_gcp/composer/environment.py +35 -47
- pulumi_gcp/composer/user_workloads_secret.py +441 -0
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +121 -58
- pulumi_gcp/compute/forwarding_rule.py +0 -13
- pulumi_gcp/compute/global_address.py +0 -12
- pulumi_gcp/compute/global_forwarding_rule.py +0 -282
- pulumi_gcp/compute/instance_from_machine_image.py +14 -46
- pulumi_gcp/compute/instance_from_template.py +14 -46
- pulumi_gcp/compute/outputs.py +120 -65
- pulumi_gcp/compute/region_instance_template.py +0 -13
- pulumi_gcp/compute/region_target_https_proxy.py +257 -0
- pulumi_gcp/compute/region_url_map.py +0 -470
- pulumi_gcp/compute/security_policy_rule.py +850 -0
- pulumi_gcp/container/attached_cluster.py +0 -12
- pulumi_gcp/container/aws_cluster.py +0 -12
- pulumi_gcp/container/aws_node_pool.py +0 -12
- pulumi_gcp/container/azure_cluster.py +0 -12
- pulumi_gcp/container/azure_node_pool.py +0 -12
- pulumi_gcp/container/cluster.py +0 -20
- pulumi_gcp/dataflow/flex_template_job.py +0 -39
- pulumi_gcp/dataloss/__init__.py +1 -0
- pulumi_gcp/dataloss/_inputs.py +1040 -0
- pulumi_gcp/dataloss/outputs.py +1123 -0
- pulumi_gcp/dataloss/prevention_discovery_config.py +737 -0
- pulumi_gcp/dataproc/cluster.py +0 -20
- pulumi_gcp/dataproc/workflow_template.py +21 -26
- pulumi_gcp/deploymentmanager/deployment.py +0 -34
- pulumi_gcp/dns/_inputs.py +2 -2
- pulumi_gcp/dns/outputs.py +2 -2
- pulumi_gcp/dns/record_set.py +2 -36
- pulumi_gcp/filestore/get_instance.py +11 -1
- pulumi_gcp/filestore/instance.py +101 -0
- pulumi_gcp/firebase/_inputs.py +16 -0
- pulumi_gcp/firebase/android_app.py +0 -27
- pulumi_gcp/firebase/app_check_play_integrity_config.py +20 -0
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +10 -0
- pulumi_gcp/firebase/app_check_service_config.py +0 -125
- pulumi_gcp/firebase/apple_app.py +0 -27
- pulumi_gcp/firebase/hosting_custom_domain.py +0 -27
- pulumi_gcp/firebase/hosting_version.py +44 -0
- pulumi_gcp/firebase/outputs.py +12 -0
- pulumi_gcp/firebase/web_app.py +0 -20
- pulumi_gcp/firestore/database.py +0 -68
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +0 -12
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_cluster.py +0 -12
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +0 -12
- pulumi_gcp/logging/folder_sink.py +54 -0
- pulumi_gcp/logging/organization_sink.py +54 -0
- pulumi_gcp/monitoring/_inputs.py +46 -2
- pulumi_gcp/monitoring/outputs.py +40 -2
- pulumi_gcp/monitoring/uptime_check_config.py +6 -0
- pulumi_gcp/netapp/active_directory.py +0 -20
- pulumi_gcp/netapp/volume_replication.py +0 -68
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/internal_range.py +1024 -0
- pulumi_gcp/provider.py +3 -1
- pulumi_gcp/secretmanager/get_secret.py +13 -3
- pulumi_gcp/secretmanager/outputs.py +20 -1
- pulumi_gcp/secretmanager/secret.py +90 -15
- pulumi_gcp/servicenetworking/connection.py +0 -20
- pulumi_gcp/spanner/database.py +0 -41
- pulumi_gcp/spanner/instance.py +0 -40
- pulumi_gcp/storage/__init__.py +1 -0
- pulumi_gcp/storage/bucket.py +0 -12
- pulumi_gcp/storage/get_bucket_objects.py +153 -0
- pulumi_gcp/storage/outputs.py +63 -0
- pulumi_gcp/workstations/workstation.py +0 -12
- pulumi_gcp/workstations/workstation_cluster.py +0 -12
- pulumi_gcp/workstations/workstation_config.py +0 -12
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/RECORD +106 -100
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.20.0a1713986537.dist-info → pulumi_gcp-7.21.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/firebase/apple_app.py
CHANGED
@@ -32,9 +32,6 @@ class AppleAppArgs:
|
|
32
32
|
If apiKeyId is not set during creation, then Firebase automatically associates an apiKeyId with the AppleApp.
|
33
33
|
This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned.
|
34
34
|
:param pulumi.Input[str] app_store_id: The automatically generated Apple ID assigned to the Apple app by Apple in the Apple App Store.
|
35
|
-
:param pulumi.Input[str] deletion_policy: (Optional) Set to 'ABANDON' to allow the Apple to be untracked from terraform state rather than deleted upon 'terraform
|
36
|
-
destroy'. This is useful because the Apple may be serving traffic. Set to 'DELETE' to delete the Apple. Defaults to
|
37
|
-
'DELETE'.
|
38
35
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
39
36
|
If it is not provided, the provider project is used.
|
40
37
|
:param pulumi.Input[str] team_id: The Apple Developer Team ID associated with the App in the App Store.
|
@@ -108,11 +105,6 @@ class AppleAppArgs:
|
|
108
105
|
@property
|
109
106
|
@pulumi.getter(name="deletionPolicy")
|
110
107
|
def deletion_policy(self) -> Optional[pulumi.Input[str]]:
|
111
|
-
"""
|
112
|
-
(Optional) Set to 'ABANDON' to allow the Apple to be untracked from terraform state rather than deleted upon 'terraform
|
113
|
-
destroy'. This is useful because the Apple may be serving traffic. Set to 'DELETE' to delete the Apple. Defaults to
|
114
|
-
'DELETE'.
|
115
|
-
"""
|
116
108
|
return pulumi.get(self, "deletion_policy")
|
117
109
|
|
118
110
|
@deletion_policy.setter
|
@@ -169,9 +161,6 @@ class _AppleAppState:
|
|
169
161
|
|
170
162
|
|
171
163
|
- - -
|
172
|
-
:param pulumi.Input[str] deletion_policy: (Optional) Set to 'ABANDON' to allow the Apple to be untracked from terraform state rather than deleted upon 'terraform
|
173
|
-
destroy'. This is useful because the Apple may be serving traffic. Set to 'DELETE' to delete the Apple. Defaults to
|
174
|
-
'DELETE'.
|
175
164
|
:param pulumi.Input[str] display_name: The user-assigned display name of the App.
|
176
165
|
:param pulumi.Input[str] name: The fully qualified resource name of the App, for example:
|
177
166
|
projects/projectId/iosApps/appId
|
@@ -255,11 +244,6 @@ class _AppleAppState:
|
|
255
244
|
@property
|
256
245
|
@pulumi.getter(name="deletionPolicy")
|
257
246
|
def deletion_policy(self) -> Optional[pulumi.Input[str]]:
|
258
|
-
"""
|
259
|
-
(Optional) Set to 'ABANDON' to allow the Apple to be untracked from terraform state rather than deleted upon 'terraform
|
260
|
-
destroy'. This is useful because the Apple may be serving traffic. Set to 'DELETE' to delete the Apple. Defaults to
|
261
|
-
'DELETE'.
|
262
|
-
"""
|
263
247
|
return pulumi.get(self, "deletion_policy")
|
264
248
|
|
265
249
|
@deletion_policy.setter
|
@@ -414,9 +398,6 @@ class AppleApp(pulumi.CustomResource):
|
|
414
398
|
|
415
399
|
|
416
400
|
- - -
|
417
|
-
:param pulumi.Input[str] deletion_policy: (Optional) Set to 'ABANDON' to allow the Apple to be untracked from terraform state rather than deleted upon 'terraform
|
418
|
-
destroy'. This is useful because the Apple may be serving traffic. Set to 'DELETE' to delete the Apple. Defaults to
|
419
|
-
'DELETE'.
|
420
401
|
:param pulumi.Input[str] display_name: The user-assigned display name of the App.
|
421
402
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
422
403
|
If it is not provided, the provider project is used.
|
@@ -582,9 +563,6 @@ class AppleApp(pulumi.CustomResource):
|
|
582
563
|
|
583
564
|
|
584
565
|
- - -
|
585
|
-
:param pulumi.Input[str] deletion_policy: (Optional) Set to 'ABANDON' to allow the Apple to be untracked from terraform state rather than deleted upon 'terraform
|
586
|
-
destroy'. This is useful because the Apple may be serving traffic. Set to 'DELETE' to delete the Apple. Defaults to
|
587
|
-
'DELETE'.
|
588
566
|
:param pulumi.Input[str] display_name: The user-assigned display name of the App.
|
589
567
|
:param pulumi.Input[str] name: The fully qualified resource name of the App, for example:
|
590
568
|
projects/projectId/iosApps/appId
|
@@ -648,11 +626,6 @@ class AppleApp(pulumi.CustomResource):
|
|
648
626
|
@property
|
649
627
|
@pulumi.getter(name="deletionPolicy")
|
650
628
|
def deletion_policy(self) -> pulumi.Output[Optional[str]]:
|
651
|
-
"""
|
652
|
-
(Optional) Set to 'ABANDON' to allow the Apple to be untracked from terraform state rather than deleted upon 'terraform
|
653
|
-
destroy'. This is useful because the Apple may be serving traffic. Set to 'DELETE' to delete the Apple. Defaults to
|
654
|
-
'DELETE'.
|
655
|
-
"""
|
656
629
|
return pulumi.get(self, "deletion_policy")
|
657
630
|
|
658
631
|
@property
|
@@ -39,9 +39,6 @@ class HostingCustomDomainArgs:
|
|
39
39
|
specified, Hosting will respond to requests against this CustomDomain
|
40
40
|
with an HTTP 301 code, and route traffic to the specified `redirect_target`
|
41
41
|
instead.
|
42
|
-
:param pulumi.Input[bool] wait_dns_verification: If true, Terraform will wait for DNS records to be fully resolved on the 'CustomDomain'. If false, Terraform will not
|
43
|
-
wait for DNS records on the 'CustomDomain'. Any issues in the 'CustomDomain' will be returned and stored in the
|
44
|
-
Terraform state.
|
45
42
|
"""
|
46
43
|
pulumi.set(__self__, "custom_domain", custom_domain)
|
47
44
|
pulumi.set(__self__, "site_id", site_id)
|
@@ -127,11 +124,6 @@ class HostingCustomDomainArgs:
|
|
127
124
|
@property
|
128
125
|
@pulumi.getter(name="waitDnsVerification")
|
129
126
|
def wait_dns_verification(self) -> Optional[pulumi.Input[bool]]:
|
130
|
-
"""
|
131
|
-
If true, Terraform will wait for DNS records to be fully resolved on the 'CustomDomain'. If false, Terraform will not
|
132
|
-
wait for DNS records on the 'CustomDomain'. Any issues in the 'CustomDomain' will be returned and stored in the
|
133
|
-
Terraform state.
|
134
|
-
"""
|
135
127
|
return pulumi.get(self, "wait_dns_verification")
|
136
128
|
|
137
129
|
@wait_dns_verification.setter
|
@@ -255,9 +247,6 @@ class _HostingCustomDomainState:
|
|
255
247
|
Structure is documented below.
|
256
248
|
:param pulumi.Input[str] site_id: The ID of the site in which to create this custom domain association.
|
257
249
|
:param pulumi.Input[str] update_time: The last time the `CustomDomain` was updated.
|
258
|
-
:param pulumi.Input[bool] wait_dns_verification: If true, Terraform will wait for DNS records to be fully resolved on the 'CustomDomain'. If false, Terraform will not
|
259
|
-
wait for DNS records on the 'CustomDomain'. Any issues in the 'CustomDomain' will be returned and stored in the
|
260
|
-
Terraform state.
|
261
250
|
"""
|
262
251
|
if cert_preference is not None:
|
263
252
|
pulumi.set(__self__, "cert_preference", cert_preference)
|
@@ -579,11 +568,6 @@ class _HostingCustomDomainState:
|
|
579
568
|
@property
|
580
569
|
@pulumi.getter(name="waitDnsVerification")
|
581
570
|
def wait_dns_verification(self) -> Optional[pulumi.Input[bool]]:
|
582
|
-
"""
|
583
|
-
If true, Terraform will wait for DNS records to be fully resolved on the 'CustomDomain'. If false, Terraform will not
|
584
|
-
wait for DNS records on the 'CustomDomain'. Any issues in the 'CustomDomain' will be returned and stored in the
|
585
|
-
Terraform state.
|
586
|
-
"""
|
587
571
|
return pulumi.get(self, "wait_dns_verification")
|
588
572
|
|
589
573
|
@wait_dns_verification.setter
|
@@ -722,9 +706,6 @@ class HostingCustomDomain(pulumi.CustomResource):
|
|
722
706
|
with an HTTP 301 code, and route traffic to the specified `redirect_target`
|
723
707
|
instead.
|
724
708
|
:param pulumi.Input[str] site_id: The ID of the site in which to create this custom domain association.
|
725
|
-
:param pulumi.Input[bool] wait_dns_verification: If true, Terraform will wait for DNS records to be fully resolved on the 'CustomDomain'. If false, Terraform will not
|
726
|
-
wait for DNS records on the 'CustomDomain'. Any issues in the 'CustomDomain' will be returned and stored in the
|
727
|
-
Terraform state.
|
728
709
|
"""
|
729
710
|
...
|
730
711
|
@overload
|
@@ -1014,9 +995,6 @@ class HostingCustomDomain(pulumi.CustomResource):
|
|
1014
995
|
Structure is documented below.
|
1015
996
|
:param pulumi.Input[str] site_id: The ID of the site in which to create this custom domain association.
|
1016
997
|
:param pulumi.Input[str] update_time: The last time the `CustomDomain` was updated.
|
1017
|
-
:param pulumi.Input[bool] wait_dns_verification: If true, Terraform will wait for DNS records to be fully resolved on the 'CustomDomain'. If false, Terraform will not
|
1018
|
-
wait for DNS records on the 'CustomDomain'. Any issues in the 'CustomDomain' will be returned and stored in the
|
1019
|
-
Terraform state.
|
1020
998
|
"""
|
1021
999
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
1022
1000
|
|
@@ -1257,10 +1235,5 @@ class HostingCustomDomain(pulumi.CustomResource):
|
|
1257
1235
|
@property
|
1258
1236
|
@pulumi.getter(name="waitDnsVerification")
|
1259
1237
|
def wait_dns_verification(self) -> pulumi.Output[Optional[bool]]:
|
1260
|
-
"""
|
1261
|
-
If true, Terraform will wait for DNS records to be fully resolved on the 'CustomDomain'. If false, Terraform will not
|
1262
|
-
wait for DNS records on the 'CustomDomain'. Any issues in the 'CustomDomain' will be returned and stored in the
|
1263
|
-
Terraform state.
|
1264
|
-
"""
|
1265
1238
|
return pulumi.get(self, "wait_dns_verification")
|
1266
1239
|
|
@@ -176,6 +176,28 @@ class HostingVersion(pulumi.CustomResource):
|
|
176
176
|
version_name=default_hosting_version.name,
|
177
177
|
message="Redirect to Google")
|
178
178
|
```
|
179
|
+
### Firebasehosting Version Path
|
180
|
+
|
181
|
+
```python
|
182
|
+
import pulumi
|
183
|
+
import pulumi_gcp as gcp
|
184
|
+
|
185
|
+
default = gcp.firebase.HostingSite("default",
|
186
|
+
project="my-project-name",
|
187
|
+
site_id="site-id")
|
188
|
+
default_hosting_version = gcp.firebase.HostingVersion("default",
|
189
|
+
site_id=default.site_id,
|
190
|
+
config=gcp.firebase.HostingVersionConfigArgs(
|
191
|
+
rewrites=[gcp.firebase.HostingVersionConfigRewriteArgs(
|
192
|
+
glob="**",
|
193
|
+
path="/index.html",
|
194
|
+
)],
|
195
|
+
))
|
196
|
+
default_hosting_release = gcp.firebase.HostingRelease("default",
|
197
|
+
site_id=default.site_id,
|
198
|
+
version_name=default_hosting_version.name,
|
199
|
+
message="Path Rewrite")
|
200
|
+
```
|
179
201
|
### Firebasehosting Version Cloud Run
|
180
202
|
|
181
203
|
```python
|
@@ -312,6 +334,28 @@ class HostingVersion(pulumi.CustomResource):
|
|
312
334
|
version_name=default_hosting_version.name,
|
313
335
|
message="Redirect to Google")
|
314
336
|
```
|
337
|
+
### Firebasehosting Version Path
|
338
|
+
|
339
|
+
```python
|
340
|
+
import pulumi
|
341
|
+
import pulumi_gcp as gcp
|
342
|
+
|
343
|
+
default = gcp.firebase.HostingSite("default",
|
344
|
+
project="my-project-name",
|
345
|
+
site_id="site-id")
|
346
|
+
default_hosting_version = gcp.firebase.HostingVersion("default",
|
347
|
+
site_id=default.site_id,
|
348
|
+
config=gcp.firebase.HostingVersionConfigArgs(
|
349
|
+
rewrites=[gcp.firebase.HostingVersionConfigRewriteArgs(
|
350
|
+
glob="**",
|
351
|
+
path="/index.html",
|
352
|
+
)],
|
353
|
+
))
|
354
|
+
default_hosting_release = gcp.firebase.HostingRelease("default",
|
355
|
+
site_id=default.site_id,
|
356
|
+
version_name=default_hosting_version.name,
|
357
|
+
message="Path Rewrite")
|
358
|
+
```
|
315
359
|
### Firebasehosting Version Cloud Run
|
316
360
|
|
317
361
|
```python
|
pulumi_gcp/firebase/outputs.py
CHANGED
@@ -1418,11 +1418,13 @@ class HostingVersionConfigRewrite(dict):
|
|
1418
1418
|
def __init__(__self__, *,
|
1419
1419
|
function: Optional[str] = None,
|
1420
1420
|
glob: Optional[str] = None,
|
1421
|
+
path: Optional[str] = None,
|
1421
1422
|
regex: Optional[str] = None,
|
1422
1423
|
run: Optional['outputs.HostingVersionConfigRewriteRun'] = None):
|
1423
1424
|
"""
|
1424
1425
|
:param str function: The function to proxy requests to. Must match the exported function name exactly.
|
1425
1426
|
:param str glob: The user-supplied glob to match against the request URL path.
|
1427
|
+
:param str path: The URL path to rewrite the request to.
|
1426
1428
|
:param str regex: The user-supplied RE2 regular expression to match against the request URL path.
|
1427
1429
|
:param 'HostingVersionConfigRewriteRunArgs' run: The request will be forwarded to Cloud Run.
|
1428
1430
|
Structure is documented below.
|
@@ -1431,6 +1433,8 @@ class HostingVersionConfigRewrite(dict):
|
|
1431
1433
|
pulumi.set(__self__, "function", function)
|
1432
1434
|
if glob is not None:
|
1433
1435
|
pulumi.set(__self__, "glob", glob)
|
1436
|
+
if path is not None:
|
1437
|
+
pulumi.set(__self__, "path", path)
|
1434
1438
|
if regex is not None:
|
1435
1439
|
pulumi.set(__self__, "regex", regex)
|
1436
1440
|
if run is not None:
|
@@ -1452,6 +1456,14 @@ class HostingVersionConfigRewrite(dict):
|
|
1452
1456
|
"""
|
1453
1457
|
return pulumi.get(self, "glob")
|
1454
1458
|
|
1459
|
+
@property
|
1460
|
+
@pulumi.getter
|
1461
|
+
def path(self) -> Optional[str]:
|
1462
|
+
"""
|
1463
|
+
The URL path to rewrite the request to.
|
1464
|
+
"""
|
1465
|
+
return pulumi.get(self, "path")
|
1466
|
+
|
1455
1467
|
@property
|
1456
1468
|
@pulumi.getter
|
1457
1469
|
def regex(self) -> Optional[str]:
|
pulumi_gcp/firebase/web_app.py
CHANGED
@@ -27,8 +27,6 @@ class WebAppArgs:
|
|
27
27
|
:param pulumi.Input[str] api_key_id: The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the WebApp.
|
28
28
|
If apiKeyId is not set during creation, then Firebase automatically associates an apiKeyId with the WebApp.
|
29
29
|
This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned.
|
30
|
-
:param pulumi.Input[str] deletion_policy: Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'.
|
31
|
-
This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'DELETE'
|
32
30
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
33
31
|
If it is not provided, the provider project is used.
|
34
32
|
"""
|
@@ -72,10 +70,6 @@ class WebAppArgs:
|
|
72
70
|
@property
|
73
71
|
@pulumi.getter(name="deletionPolicy")
|
74
72
|
def deletion_policy(self) -> Optional[pulumi.Input[str]]:
|
75
|
-
"""
|
76
|
-
Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'.
|
77
|
-
This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'DELETE'
|
78
|
-
"""
|
79
73
|
return pulumi.get(self, "deletion_policy")
|
80
74
|
|
81
75
|
@deletion_policy.setter
|
@@ -114,8 +108,6 @@ class _WebAppState:
|
|
114
108
|
:param pulumi.Input[str] app_id: The globally unique, Firebase-assigned identifier of the App.
|
115
109
|
This identifier should be treated as an opaque token, as the data format is not specified.
|
116
110
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] app_urls: The URLs where the `WebApp` is hosted.
|
117
|
-
:param pulumi.Input[str] deletion_policy: Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'.
|
118
|
-
This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'DELETE'
|
119
111
|
:param pulumi.Input[str] display_name: The user-assigned display name of the App.
|
120
112
|
|
121
113
|
|
@@ -182,10 +174,6 @@ class _WebAppState:
|
|
182
174
|
@property
|
183
175
|
@pulumi.getter(name="deletionPolicy")
|
184
176
|
def deletion_policy(self) -> Optional[pulumi.Input[str]]:
|
185
|
-
"""
|
186
|
-
Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'.
|
187
|
-
This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'DELETE'
|
188
|
-
"""
|
189
177
|
return pulumi.get(self, "deletion_policy")
|
190
178
|
|
191
179
|
@deletion_policy.setter
|
@@ -318,8 +306,6 @@ class WebApp(pulumi.CustomResource):
|
|
318
306
|
:param pulumi.Input[str] api_key_id: The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the WebApp.
|
319
307
|
If apiKeyId is not set during creation, then Firebase automatically associates an apiKeyId with the WebApp.
|
320
308
|
This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned.
|
321
|
-
:param pulumi.Input[str] deletion_policy: Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'.
|
322
|
-
This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'DELETE'
|
323
309
|
:param pulumi.Input[str] display_name: The user-assigned display name of the App.
|
324
310
|
|
325
311
|
|
@@ -469,8 +455,6 @@ class WebApp(pulumi.CustomResource):
|
|
469
455
|
:param pulumi.Input[str] app_id: The globally unique, Firebase-assigned identifier of the App.
|
470
456
|
This identifier should be treated as an opaque token, as the data format is not specified.
|
471
457
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] app_urls: The URLs where the `WebApp` is hosted.
|
472
|
-
:param pulumi.Input[str] deletion_policy: Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'.
|
473
|
-
This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'DELETE'
|
474
458
|
:param pulumi.Input[str] display_name: The user-assigned display name of the App.
|
475
459
|
|
476
460
|
|
@@ -523,10 +507,6 @@ class WebApp(pulumi.CustomResource):
|
|
523
507
|
@property
|
524
508
|
@pulumi.getter(name="deletionPolicy")
|
525
509
|
def deletion_policy(self) -> pulumi.Output[Optional[str]]:
|
526
|
-
"""
|
527
|
-
Set to 'ABANDON' to allow the WebApp to be untracked from terraform state rather than deleted upon 'terraform destroy'.
|
528
|
-
This is useful becaue the WebApp may be serving traffic. Set to 'DELETE' to delete the WebApp. Default to 'DELETE'
|
529
|
-
"""
|
530
510
|
return pulumi.get(self, "deletion_policy")
|
531
511
|
|
532
512
|
@property
|
pulumi_gcp/firestore/database.py
CHANGED
@@ -45,14 +45,6 @@ class DatabaseArgs:
|
|
45
45
|
Structure is documented below.
|
46
46
|
:param pulumi.Input[str] concurrency_mode: The concurrency control mode to use for this database.
|
47
47
|
Possible values are: `OPTIMISTIC`, `PESSIMISTIC`, `OPTIMISTIC_WITH_ENTITY_GROUPS`.
|
48
|
-
:param pulumi.Input[str] delete_protection_state: State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
|
49
|
-
default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
|
50
|
-
**Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
|
51
|
-
Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
|
52
|
-
:param pulumi.Input[str] deletion_policy: Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
|
53
|
-
state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
|
54
|
-
removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
|
55
|
-
'delete_protection'.
|
56
48
|
:param pulumi.Input[str] name: The ID to use for the database, which will become the final
|
57
49
|
component of the database's resource name. This value should be 4-63
|
58
50
|
characters. Valid characters are /[a-z][0-9]-/ with first character
|
@@ -163,12 +155,6 @@ class DatabaseArgs:
|
|
163
155
|
@property
|
164
156
|
@pulumi.getter(name="deleteProtectionState")
|
165
157
|
def delete_protection_state(self) -> Optional[pulumi.Input[str]]:
|
166
|
-
"""
|
167
|
-
State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
|
168
|
-
default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
|
169
|
-
**Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
|
170
|
-
Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
|
171
|
-
"""
|
172
158
|
return pulumi.get(self, "delete_protection_state")
|
173
159
|
|
174
160
|
@delete_protection_state.setter
|
@@ -178,12 +164,6 @@ class DatabaseArgs:
|
|
178
164
|
@property
|
179
165
|
@pulumi.getter(name="deletionPolicy")
|
180
166
|
def deletion_policy(self) -> Optional[pulumi.Input[str]]:
|
181
|
-
"""
|
182
|
-
Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
|
183
|
-
state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
|
184
|
-
removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
|
185
|
-
'delete_protection'.
|
186
|
-
"""
|
187
167
|
return pulumi.get(self, "deletion_policy")
|
188
168
|
|
189
169
|
@deletion_policy.setter
|
@@ -270,14 +250,6 @@ class _DatabaseState:
|
|
270
250
|
:param pulumi.Input[str] concurrency_mode: The concurrency control mode to use for this database.
|
271
251
|
Possible values are: `OPTIMISTIC`, `PESSIMISTIC`, `OPTIMISTIC_WITH_ENTITY_GROUPS`.
|
272
252
|
:param pulumi.Input[str] create_time: Output only. The timestamp at which this database was created.
|
273
|
-
:param pulumi.Input[str] delete_protection_state: State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
|
274
|
-
default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
|
275
|
-
**Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
|
276
|
-
Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
|
277
|
-
:param pulumi.Input[str] deletion_policy: Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
|
278
|
-
state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
|
279
|
-
removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
|
280
|
-
'delete_protection'.
|
281
253
|
:param pulumi.Input[str] earliest_version_time: Output only. The earliest timestamp at which older versions of the data can be read from the database. See versionRetentionPeriod above; this field is populated with now - versionRetentionPeriod.
|
282
254
|
This value is continuously updated, and becomes stale the moment it is queried. If you are using this value to recover data, make sure to account for the time from the moment when the value is queried to the moment when you initiate the recovery.
|
283
255
|
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
@@ -410,12 +382,6 @@ class _DatabaseState:
|
|
410
382
|
@property
|
411
383
|
@pulumi.getter(name="deleteProtectionState")
|
412
384
|
def delete_protection_state(self) -> Optional[pulumi.Input[str]]:
|
413
|
-
"""
|
414
|
-
State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
|
415
|
-
default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
|
416
|
-
**Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
|
417
|
-
Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
|
418
|
-
"""
|
419
385
|
return pulumi.get(self, "delete_protection_state")
|
420
386
|
|
421
387
|
@delete_protection_state.setter
|
@@ -425,12 +391,6 @@ class _DatabaseState:
|
|
425
391
|
@property
|
426
392
|
@pulumi.getter(name="deletionPolicy")
|
427
393
|
def deletion_policy(self) -> Optional[pulumi.Input[str]]:
|
428
|
-
"""
|
429
|
-
Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
|
430
|
-
state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
|
431
|
-
removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
|
432
|
-
'delete_protection'.
|
433
|
-
"""
|
434
394
|
return pulumi.get(self, "deletion_policy")
|
435
395
|
|
436
396
|
@deletion_policy.setter
|
@@ -789,14 +749,6 @@ class Database(pulumi.CustomResource):
|
|
789
749
|
Structure is documented below.
|
790
750
|
:param pulumi.Input[str] concurrency_mode: The concurrency control mode to use for this database.
|
791
751
|
Possible values are: `OPTIMISTIC`, `PESSIMISTIC`, `OPTIMISTIC_WITH_ENTITY_GROUPS`.
|
792
|
-
:param pulumi.Input[str] delete_protection_state: State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
|
793
|
-
default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
|
794
|
-
**Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
|
795
|
-
Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
|
796
|
-
:param pulumi.Input[str] deletion_policy: Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
|
797
|
-
state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
|
798
|
-
removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
|
799
|
-
'delete_protection'.
|
800
752
|
:param pulumi.Input[str] location_id: The location of the database. Available locations are listed at
|
801
753
|
https://cloud.google.com/firestore/docs/locations.
|
802
754
|
:param pulumi.Input[str] name: The ID to use for the database, which will become the final
|
@@ -1090,14 +1042,6 @@ class Database(pulumi.CustomResource):
|
|
1090
1042
|
:param pulumi.Input[str] concurrency_mode: The concurrency control mode to use for this database.
|
1091
1043
|
Possible values are: `OPTIMISTIC`, `PESSIMISTIC`, `OPTIMISTIC_WITH_ENTITY_GROUPS`.
|
1092
1044
|
:param pulumi.Input[str] create_time: Output only. The timestamp at which this database was created.
|
1093
|
-
:param pulumi.Input[str] delete_protection_state: State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
|
1094
|
-
default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
|
1095
|
-
**Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
|
1096
|
-
Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
|
1097
|
-
:param pulumi.Input[str] deletion_policy: Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
|
1098
|
-
state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
|
1099
|
-
removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
|
1100
|
-
'delete_protection'.
|
1101
1045
|
:param pulumi.Input[str] earliest_version_time: Output only. The earliest timestamp at which older versions of the data can be read from the database. See versionRetentionPeriod above; this field is populated with now - versionRetentionPeriod.
|
1102
1046
|
This value is continuously updated, and becomes stale the moment it is queried. If you are using this value to recover data, make sure to account for the time from the moment when the value is queried to the moment when you initiate the recovery.
|
1103
1047
|
A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
|
@@ -1202,23 +1146,11 @@ class Database(pulumi.CustomResource):
|
|
1202
1146
|
@property
|
1203
1147
|
@pulumi.getter(name="deleteProtectionState")
|
1204
1148
|
def delete_protection_state(self) -> pulumi.Output[str]:
|
1205
|
-
"""
|
1206
|
-
State of delete protection for the database. When delete protection is enabled, this database cannot be deleted. The
|
1207
|
-
default value is 'DELETE_PROTECTION_STATE_UNSPECIFIED', which is currently equivalent to 'DELETE_PROTECTION_DISABLED'.
|
1208
|
-
**Note:** Additionally, to delete this database using 'terraform destroy', 'deletion_policy' must be set to 'DELETE'.
|
1209
|
-
Possible values: ["DELETE_PROTECTION_STATE_UNSPECIFIED", "DELETE_PROTECTION_ENABLED", "DELETE_PROTECTION_DISABLED"]
|
1210
|
-
"""
|
1211
1149
|
return pulumi.get(self, "delete_protection_state")
|
1212
1150
|
|
1213
1151
|
@property
|
1214
1152
|
@pulumi.getter(name="deletionPolicy")
|
1215
1153
|
def deletion_policy(self) -> pulumi.Output[Optional[str]]:
|
1216
|
-
"""
|
1217
|
-
Deletion behavior for this database. If the deletion policy is 'ABANDON', the database will be removed from Terraform
|
1218
|
-
state but not deleted from Google Cloud upon destruction. If the deletion policy is 'DELETE', the database will both be
|
1219
|
-
removed from Terraform state and deleted from Google Cloud upon destruction. The default value is 'ABANDON'. See also
|
1220
|
-
'delete_protection'.
|
1221
|
-
"""
|
1222
1154
|
return pulumi.get(self, "deletion_policy")
|
1223
1155
|
|
1224
1156
|
@property
|
@@ -377,8 +377,6 @@ class _BareMetalAdminClusterState:
|
|
377
377
|
:param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
|
378
378
|
:param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
|
379
379
|
:param pulumi.Input[str] description: A human readable description of this Bare Metal Admin Cluster.
|
380
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
381
|
-
Terraform, other clients and services.
|
382
380
|
:param pulumi.Input[str] endpoint: The IP address name of Bare Metal Admin Cluster's API server.
|
383
381
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
384
382
|
fields, and may be sent on update and delete requests to ensure the
|
@@ -594,10 +592,6 @@ class _BareMetalAdminClusterState:
|
|
594
592
|
@property
|
595
593
|
@pulumi.getter(name="effectiveAnnotations")
|
596
594
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
597
|
-
"""
|
598
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
599
|
-
Terraform, other clients and services.
|
600
|
-
"""
|
601
595
|
return pulumi.get(self, "effective_annotations")
|
602
596
|
|
603
597
|
@effective_annotations.setter
|
@@ -1495,8 +1489,6 @@ class BareMetalAdminCluster(pulumi.CustomResource):
|
|
1495
1489
|
:param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
|
1496
1490
|
:param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
|
1497
1491
|
:param pulumi.Input[str] description: A human readable description of this Bare Metal Admin Cluster.
|
1498
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1499
|
-
Terraform, other clients and services.
|
1500
1492
|
:param pulumi.Input[str] endpoint: The IP address name of Bare Metal Admin Cluster's API server.
|
1501
1493
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
1502
1494
|
fields, and may be sent on update and delete requests to ensure the
|
@@ -1660,10 +1652,6 @@ class BareMetalAdminCluster(pulumi.CustomResource):
|
|
1660
1652
|
@property
|
1661
1653
|
@pulumi.getter(name="effectiveAnnotations")
|
1662
1654
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1663
|
-
"""
|
1664
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1665
|
-
Terraform, other clients and services.
|
1666
|
-
"""
|
1667
1655
|
return pulumi.get(self, "effective_annotations")
|
1668
1656
|
|
1669
1657
|
@property
|
@@ -407,8 +407,6 @@ class _BareMetalClusterState:
|
|
407
407
|
:param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
|
408
408
|
:param pulumi.Input[str] description: (Output)
|
409
409
|
The description of the validation check.
|
410
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
411
|
-
Terraform, other clients and services.
|
412
410
|
:param pulumi.Input[str] endpoint: The IP address name of Bare Metal User Cluster's API server.
|
413
411
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
414
412
|
fields, and may be sent on update and delete requests to ensure the
|
@@ -644,10 +642,6 @@ class _BareMetalClusterState:
|
|
644
642
|
@property
|
645
643
|
@pulumi.getter(name="effectiveAnnotations")
|
646
644
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
647
|
-
"""
|
648
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
649
|
-
Terraform, other clients and services.
|
650
|
-
"""
|
651
645
|
return pulumi.get(self, "effective_annotations")
|
652
646
|
|
653
647
|
@effective_annotations.setter
|
@@ -1801,8 +1795,6 @@ class BareMetalCluster(pulumi.CustomResource):
|
|
1801
1795
|
:param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
|
1802
1796
|
:param pulumi.Input[str] description: (Output)
|
1803
1797
|
The description of the validation check.
|
1804
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1805
|
-
Terraform, other clients and services.
|
1806
1798
|
:param pulumi.Input[str] endpoint: The IP address name of Bare Metal User Cluster's API server.
|
1807
1799
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
1808
1800
|
fields, and may be sent on update and delete requests to ensure the
|
@@ -1974,10 +1966,6 @@ class BareMetalCluster(pulumi.CustomResource):
|
|
1974
1966
|
@property
|
1975
1967
|
@pulumi.getter(name="effectiveAnnotations")
|
1976
1968
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1977
|
-
"""
|
1978
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1979
|
-
Terraform, other clients and services.
|
1980
|
-
"""
|
1981
1969
|
return pulumi.get(self, "effective_annotations")
|
1982
1970
|
|
1983
1971
|
@property
|
@@ -169,8 +169,6 @@ class _BareMetalNodePoolState:
|
|
169
169
|
:param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
|
170
170
|
:param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
|
171
171
|
:param pulumi.Input[str] display_name: The display name for the Bare Metal Node Pool.
|
172
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
173
|
-
Terraform, other clients and services.
|
174
172
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
175
173
|
fields, and may be sent on update and delete requests to ensure the
|
176
174
|
client has an up-to-date value before proceeding.
|
@@ -289,10 +287,6 @@ class _BareMetalNodePoolState:
|
|
289
287
|
@property
|
290
288
|
@pulumi.getter(name="effectiveAnnotations")
|
291
289
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
292
|
-
"""
|
293
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
294
|
-
Terraform, other clients and services.
|
295
|
-
"""
|
296
290
|
return pulumi.get(self, "effective_annotations")
|
297
291
|
|
298
292
|
@effective_annotations.setter
|
@@ -972,8 +966,6 @@ class BareMetalNodePool(pulumi.CustomResource):
|
|
972
966
|
:param pulumi.Input[str] create_time: The time the cluster was created, in RFC3339 text format.
|
973
967
|
:param pulumi.Input[str] delete_time: The time the cluster was deleted, in RFC3339 text format.
|
974
968
|
:param pulumi.Input[str] display_name: The display name for the Bare Metal Node Pool.
|
975
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
976
|
-
Terraform, other clients and services.
|
977
969
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
978
970
|
fields, and may be sent on update and delete requests to ensure the
|
979
971
|
client has an up-to-date value before proceeding.
|
@@ -1061,10 +1053,6 @@ class BareMetalNodePool(pulumi.CustomResource):
|
|
1061
1053
|
@property
|
1062
1054
|
@pulumi.getter(name="effectiveAnnotations")
|
1063
1055
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1064
|
-
"""
|
1065
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1066
|
-
Terraform, other clients and services.
|
1067
|
-
"""
|
1068
1056
|
return pulumi.get(self, "effective_annotations")
|
1069
1057
|
|
1070
1058
|
@property
|
@@ -412,8 +412,6 @@ class _VMwareClusterState:
|
|
412
412
|
:param pulumi.Input[str] description: (Output)
|
413
413
|
The description of the validation check.
|
414
414
|
:param pulumi.Input[bool] disable_bundled_ingress: Disable bundled ingress.
|
415
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
416
|
-
Terraform, other clients and services.
|
417
415
|
:param pulumi.Input[bool] enable_control_plane_v2: Enable control plane V2. Default to false.
|
418
416
|
:param pulumi.Input[str] endpoint: The DNS name of VMware User Cluster's API server.
|
419
417
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
@@ -665,10 +663,6 @@ class _VMwareClusterState:
|
|
665
663
|
@property
|
666
664
|
@pulumi.getter(name="effectiveAnnotations")
|
667
665
|
def effective_annotations(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
668
|
-
"""
|
669
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
670
|
-
Terraform, other clients and services.
|
671
|
-
"""
|
672
666
|
return pulumi.get(self, "effective_annotations")
|
673
667
|
|
674
668
|
@effective_annotations.setter
|
@@ -1659,8 +1653,6 @@ class VMwareCluster(pulumi.CustomResource):
|
|
1659
1653
|
:param pulumi.Input[str] description: (Output)
|
1660
1654
|
The description of the validation check.
|
1661
1655
|
:param pulumi.Input[bool] disable_bundled_ingress: Disable bundled ingress.
|
1662
|
-
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_annotations: All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1663
|
-
Terraform, other clients and services.
|
1664
1656
|
:param pulumi.Input[bool] enable_control_plane_v2: Enable control plane V2. Default to false.
|
1665
1657
|
:param pulumi.Input[str] endpoint: The DNS name of VMware User Cluster's API server.
|
1666
1658
|
:param pulumi.Input[str] etag: This checksum is computed by the server based on the value of other
|
@@ -1840,10 +1832,6 @@ class VMwareCluster(pulumi.CustomResource):
|
|
1840
1832
|
@property
|
1841
1833
|
@pulumi.getter(name="effectiveAnnotations")
|
1842
1834
|
def effective_annotations(self) -> pulumi.Output[Mapping[str, str]]:
|
1843
|
-
"""
|
1844
|
-
All of annotations (key/value pairs) present on the resource in GCP, including the annotations configured through
|
1845
|
-
Terraform, other clients and services.
|
1846
|
-
"""
|
1847
1835
|
return pulumi.get(self, "effective_annotations")
|
1848
1836
|
|
1849
1837
|
@property
|