pulumi-gcp 8.33.0a1749001887__py3-none-any.whl → 8.34.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/cluster.py +16 -64
- pulumi_gcp/apigee/_inputs.py +89 -0
- pulumi_gcp/apigee/environment.py +68 -2
- pulumi_gcp/apigee/outputs.py +88 -0
- pulumi_gcp/apihub/__init__.py +1 -0
- pulumi_gcp/apihub/_inputs.py +184 -0
- pulumi_gcp/apihub/curation.py +812 -0
- pulumi_gcp/apihub/outputs.py +165 -0
- pulumi_gcp/beyondcorp/get_security_gateway.py +12 -1
- pulumi_gcp/beyondcorp/security_gateway.py +28 -0
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/get_datasets.py +131 -0
- pulumi_gcp/bigquery/outputs.py +52 -0
- pulumi_gcp/cloudrunv2/_inputs.py +463 -0
- pulumi_gcp/cloudrunv2/outputs.py +581 -1
- pulumi_gcp/cloudrunv2/worker_pool.py +0 -8
- pulumi_gcp/colab/_inputs.py +14 -1
- pulumi_gcp/colab/outputs.py +8 -1
- pulumi_gcp/colab/runtime_template.py +5 -27
- pulumi_gcp/compute/__init__.py +3 -0
- pulumi_gcp/compute/_inputs.py +1829 -3
- pulumi_gcp/compute/backend_service.py +18 -2
- pulumi_gcp/compute/get_region_instance_template.py +12 -1
- pulumi_gcp/compute/get_router_nat.py +23 -1
- pulumi_gcp/compute/interconnect.py +32 -0
- pulumi_gcp/compute/interconnect_attachment.py +304 -0
- pulumi_gcp/compute/interconnect_attachment_group.py +636 -0
- pulumi_gcp/compute/interconnect_group.py +586 -0
- pulumi_gcp/compute/outputs.py +1321 -2
- pulumi_gcp/compute/region_instance_template.py +28 -0
- pulumi_gcp/compute/router_nat.py +143 -0
- pulumi_gcp/compute/snapshot_settings.py +285 -0
- pulumi_gcp/compute/url_map.py +338 -0
- pulumi_gcp/container/_inputs.py +57 -24
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +75 -20
- pulumi_gcp/dataplex/__init__.py +1 -0
- pulumi_gcp/dataplex/_inputs.py +492 -0
- pulumi_gcp/dataplex/datascan.py +2 -0
- pulumi_gcp/dataplex/entry.py +1038 -0
- pulumi_gcp/dataplex/outputs.py +357 -1
- pulumi_gcp/datastream/_inputs.py +48 -6
- pulumi_gcp/datastream/outputs.py +46 -4
- pulumi_gcp/datastream/private_connection.py +205 -35
- pulumi_gcp/dns/_inputs.py +73 -0
- pulumi_gcp/dns/outputs.py +60 -0
- pulumi_gcp/dns/policy.py +54 -0
- pulumi_gcp/eventarc/_inputs.py +12 -5
- pulumi_gcp/eventarc/outputs.py +8 -3
- pulumi_gcp/eventarc/pipeline.py +0 -12
- pulumi_gcp/filestore/_inputs.py +44 -1
- pulumi_gcp/filestore/instance.py +7 -7
- pulumi_gcp/filestore/outputs.py +52 -2
- pulumi_gcp/gemini/data_sharing_with_google_setting.py +58 -9
- pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +11 -16
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +51 -2
- pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +11 -16
- pulumi_gcp/gkehub/_inputs.py +84 -7
- pulumi_gcp/gkehub/feature.py +38 -0
- pulumi_gcp/gkehub/outputs.py +102 -7
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +54 -2
- pulumi_gcp/gkeonprem/_inputs.py +54 -0
- pulumi_gcp/gkeonprem/outputs.py +49 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +71 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +4 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/managedkafka/connect_cluster.py +4 -4
- pulumi_gcp/managedkafka/connector.py +4 -4
- pulumi_gcp/memorystore/_inputs.py +6 -6
- pulumi_gcp/memorystore/outputs.py +8 -8
- pulumi_gcp/netapp/_inputs.py +113 -0
- pulumi_gcp/netapp/backup_vault.py +56 -0
- pulumi_gcp/netapp/outputs.py +92 -0
- pulumi_gcp/networkconnectivity/_inputs.py +9 -9
- pulumi_gcp/networkconnectivity/outputs.py +6 -6
- pulumi_gcp/networkconnectivity/spoke.py +14 -14
- pulumi_gcp/networksecurity/backend_authentication_config.py +64 -0
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/pubsub/_inputs.py +392 -0
- pulumi_gcp/pubsub/get_subscription.py +12 -1
- pulumi_gcp/pubsub/get_topic.py +12 -1
- pulumi_gcp/pubsub/outputs.py +548 -0
- pulumi_gcp/pubsub/subscription.py +67 -6
- pulumi_gcp/pubsub/topic.py +61 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +3 -6
- pulumi_gcp/redis/outputs.py +2 -4
- pulumi_gcp/storage/bucket_object.py +4 -4
- pulumi_gcp/vertex/ai_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/RECORD +97 -91
- {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.33.0a1749001887.dist-info → pulumi_gcp-8.34.0.dist-info}/top_level.txt +0 -0
@@ -37,6 +37,7 @@ class VmwareAdminClusterArgs:
|
|
37
37
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
38
38
|
on_prem_version: Optional[pulumi.Input[builtins.str]] = None,
|
39
39
|
platform_config: Optional[pulumi.Input['VmwareAdminClusterPlatformConfigArgs']] = None,
|
40
|
+
private_registry_config: Optional[pulumi.Input['VmwareAdminClusterPrivateRegistryConfigArgs']] = None,
|
40
41
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
41
42
|
vcenter: Optional[pulumi.Input['VmwareAdminClusterVcenterArgs']] = None):
|
42
43
|
"""
|
@@ -62,6 +63,7 @@ class VmwareAdminClusterArgs:
|
|
62
63
|
:param pulumi.Input[builtins.str] name: The VMware admin cluster resource name.
|
63
64
|
:param pulumi.Input[builtins.str] on_prem_version: The Anthos clusters on the VMware version for the admin cluster.
|
64
65
|
:param pulumi.Input['VmwareAdminClusterPlatformConfigArgs'] platform_config: The VMware platform configuration.
|
66
|
+
:param pulumi.Input['VmwareAdminClusterPrivateRegistryConfigArgs'] private_registry_config: Configuration for private registry.
|
65
67
|
:param pulumi.Input['VmwareAdminClusterVcenterArgs'] vcenter: Specifies vCenter config for the admin cluster.
|
66
68
|
"""
|
67
69
|
pulumi.set(__self__, "location", location)
|
@@ -92,6 +94,8 @@ class VmwareAdminClusterArgs:
|
|
92
94
|
pulumi.set(__self__, "on_prem_version", on_prem_version)
|
93
95
|
if platform_config is not None:
|
94
96
|
pulumi.set(__self__, "platform_config", platform_config)
|
97
|
+
if private_registry_config is not None:
|
98
|
+
pulumi.set(__self__, "private_registry_config", private_registry_config)
|
95
99
|
if project is not None:
|
96
100
|
pulumi.set(__self__, "project", project)
|
97
101
|
if vcenter is not None:
|
@@ -283,6 +287,18 @@ class VmwareAdminClusterArgs:
|
|
283
287
|
def platform_config(self, value: Optional[pulumi.Input['VmwareAdminClusterPlatformConfigArgs']]):
|
284
288
|
pulumi.set(self, "platform_config", value)
|
285
289
|
|
290
|
+
@property
|
291
|
+
@pulumi.getter(name="privateRegistryConfig")
|
292
|
+
def private_registry_config(self) -> Optional[pulumi.Input['VmwareAdminClusterPrivateRegistryConfigArgs']]:
|
293
|
+
"""
|
294
|
+
Configuration for private registry.
|
295
|
+
"""
|
296
|
+
return pulumi.get(self, "private_registry_config")
|
297
|
+
|
298
|
+
@private_registry_config.setter
|
299
|
+
def private_registry_config(self, value: Optional[pulumi.Input['VmwareAdminClusterPrivateRegistryConfigArgs']]):
|
300
|
+
pulumi.set(self, "private_registry_config", value)
|
301
|
+
|
286
302
|
@property
|
287
303
|
@pulumi.getter
|
288
304
|
def project(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -330,6 +346,7 @@ class _VmwareAdminClusterState:
|
|
330
346
|
network_config: Optional[pulumi.Input['VmwareAdminClusterNetworkConfigArgs']] = None,
|
331
347
|
on_prem_version: Optional[pulumi.Input[builtins.str]] = None,
|
332
348
|
platform_config: Optional[pulumi.Input['VmwareAdminClusterPlatformConfigArgs']] = None,
|
349
|
+
private_registry_config: Optional[pulumi.Input['VmwareAdminClusterPrivateRegistryConfigArgs']] = None,
|
333
350
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
334
351
|
reconciling: Optional[pulumi.Input[builtins.bool]] = None,
|
335
352
|
state: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -380,6 +397,7 @@ class _VmwareAdminClusterState:
|
|
380
397
|
Structure is documented below.
|
381
398
|
:param pulumi.Input[builtins.str] on_prem_version: The Anthos clusters on the VMware version for the admin cluster.
|
382
399
|
:param pulumi.Input['VmwareAdminClusterPlatformConfigArgs'] platform_config: The VMware platform configuration.
|
400
|
+
:param pulumi.Input['VmwareAdminClusterPrivateRegistryConfigArgs'] private_registry_config: Configuration for private registry.
|
383
401
|
:param pulumi.Input[builtins.bool] reconciling: If set, there are currently changes in flight to the VMware admin cluster.
|
384
402
|
:param pulumi.Input[builtins.str] state: (Output)
|
385
403
|
The lifecycle state of the condition.
|
@@ -433,6 +451,8 @@ class _VmwareAdminClusterState:
|
|
433
451
|
pulumi.set(__self__, "on_prem_version", on_prem_version)
|
434
452
|
if platform_config is not None:
|
435
453
|
pulumi.set(__self__, "platform_config", platform_config)
|
454
|
+
if private_registry_config is not None:
|
455
|
+
pulumi.set(__self__, "private_registry_config", private_registry_config)
|
436
456
|
if project is not None:
|
437
457
|
pulumi.set(__self__, "project", project)
|
438
458
|
if reconciling is not None:
|
@@ -729,6 +749,18 @@ class _VmwareAdminClusterState:
|
|
729
749
|
def platform_config(self, value: Optional[pulumi.Input['VmwareAdminClusterPlatformConfigArgs']]):
|
730
750
|
pulumi.set(self, "platform_config", value)
|
731
751
|
|
752
|
+
@property
|
753
|
+
@pulumi.getter(name="privateRegistryConfig")
|
754
|
+
def private_registry_config(self) -> Optional[pulumi.Input['VmwareAdminClusterPrivateRegistryConfigArgs']]:
|
755
|
+
"""
|
756
|
+
Configuration for private registry.
|
757
|
+
"""
|
758
|
+
return pulumi.get(self, "private_registry_config")
|
759
|
+
|
760
|
+
@private_registry_config.setter
|
761
|
+
def private_registry_config(self, value: Optional[pulumi.Input['VmwareAdminClusterPrivateRegistryConfigArgs']]):
|
762
|
+
pulumi.set(self, "private_registry_config", value)
|
763
|
+
|
732
764
|
@property
|
733
765
|
@pulumi.getter
|
734
766
|
def project(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -834,6 +866,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
834
866
|
network_config: Optional[pulumi.Input[Union['VmwareAdminClusterNetworkConfigArgs', 'VmwareAdminClusterNetworkConfigArgsDict']]] = None,
|
835
867
|
on_prem_version: Optional[pulumi.Input[builtins.str]] = None,
|
836
868
|
platform_config: Optional[pulumi.Input[Union['VmwareAdminClusterPlatformConfigArgs', 'VmwareAdminClusterPlatformConfigArgsDict']]] = None,
|
869
|
+
private_registry_config: Optional[pulumi.Input[Union['VmwareAdminClusterPrivateRegistryConfigArgs', 'VmwareAdminClusterPrivateRegistryConfigArgsDict']]] = None,
|
837
870
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
838
871
|
vcenter: Optional[pulumi.Input[Union['VmwareAdminClusterVcenterArgs', 'VmwareAdminClusterVcenterArgsDict']]] = None,
|
839
872
|
__props__=None):
|
@@ -884,6 +917,10 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
884
917
|
"partition": "test-parition",
|
885
918
|
"snat_pool": "test-snat-pool",
|
886
919
|
},
|
920
|
+
},
|
921
|
+
private_registry_config={
|
922
|
+
"address": "test-address",
|
923
|
+
"ca_cert": "test-ca-cert",
|
887
924
|
})
|
888
925
|
```
|
889
926
|
### Gkeonprem Vmware Admin Cluster Full
|
@@ -977,6 +1014,10 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
977
1014
|
},
|
978
1015
|
platform_config={
|
979
1016
|
"required_platform_version": "1.31.0",
|
1017
|
+
},
|
1018
|
+
private_registry_config={
|
1019
|
+
"address": "test-address",
|
1020
|
+
"ca_cert": "test-ca-cert",
|
980
1021
|
})
|
981
1022
|
```
|
982
1023
|
### Gkeonprem Vmware Admin Cluster Metallb
|
@@ -1021,6 +1062,10 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1021
1062
|
"metal_lb_config": {
|
1022
1063
|
"enabled": True,
|
1023
1064
|
},
|
1065
|
+
},
|
1066
|
+
private_registry_config={
|
1067
|
+
"address": "test-address",
|
1068
|
+
"ca_cert": "test-ca-cert",
|
1024
1069
|
})
|
1025
1070
|
```
|
1026
1071
|
|
@@ -1071,6 +1116,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1071
1116
|
Structure is documented below.
|
1072
1117
|
:param pulumi.Input[builtins.str] on_prem_version: The Anthos clusters on the VMware version for the admin cluster.
|
1073
1118
|
:param pulumi.Input[Union['VmwareAdminClusterPlatformConfigArgs', 'VmwareAdminClusterPlatformConfigArgsDict']] platform_config: The VMware platform configuration.
|
1119
|
+
:param pulumi.Input[Union['VmwareAdminClusterPrivateRegistryConfigArgs', 'VmwareAdminClusterPrivateRegistryConfigArgsDict']] private_registry_config: Configuration for private registry.
|
1074
1120
|
:param pulumi.Input[Union['VmwareAdminClusterVcenterArgs', 'VmwareAdminClusterVcenterArgsDict']] vcenter: Specifies vCenter config for the admin cluster.
|
1075
1121
|
"""
|
1076
1122
|
...
|
@@ -1126,6 +1172,10 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1126
1172
|
"partition": "test-parition",
|
1127
1173
|
"snat_pool": "test-snat-pool",
|
1128
1174
|
},
|
1175
|
+
},
|
1176
|
+
private_registry_config={
|
1177
|
+
"address": "test-address",
|
1178
|
+
"ca_cert": "test-ca-cert",
|
1129
1179
|
})
|
1130
1180
|
```
|
1131
1181
|
### Gkeonprem Vmware Admin Cluster Full
|
@@ -1219,6 +1269,10 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1219
1269
|
},
|
1220
1270
|
platform_config={
|
1221
1271
|
"required_platform_version": "1.31.0",
|
1272
|
+
},
|
1273
|
+
private_registry_config={
|
1274
|
+
"address": "test-address",
|
1275
|
+
"ca_cert": "test-ca-cert",
|
1222
1276
|
})
|
1223
1277
|
```
|
1224
1278
|
### Gkeonprem Vmware Admin Cluster Metallb
|
@@ -1263,6 +1317,10 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1263
1317
|
"metal_lb_config": {
|
1264
1318
|
"enabled": True,
|
1265
1319
|
},
|
1320
|
+
},
|
1321
|
+
private_registry_config={
|
1322
|
+
"address": "test-address",
|
1323
|
+
"ca_cert": "test-ca-cert",
|
1266
1324
|
})
|
1267
1325
|
```
|
1268
1326
|
|
@@ -1320,6 +1378,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1320
1378
|
network_config: Optional[pulumi.Input[Union['VmwareAdminClusterNetworkConfigArgs', 'VmwareAdminClusterNetworkConfigArgsDict']]] = None,
|
1321
1379
|
on_prem_version: Optional[pulumi.Input[builtins.str]] = None,
|
1322
1380
|
platform_config: Optional[pulumi.Input[Union['VmwareAdminClusterPlatformConfigArgs', 'VmwareAdminClusterPlatformConfigArgsDict']]] = None,
|
1381
|
+
private_registry_config: Optional[pulumi.Input[Union['VmwareAdminClusterPrivateRegistryConfigArgs', 'VmwareAdminClusterPrivateRegistryConfigArgsDict']]] = None,
|
1323
1382
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
1324
1383
|
vcenter: Optional[pulumi.Input[Union['VmwareAdminClusterVcenterArgs', 'VmwareAdminClusterVcenterArgsDict']]] = None,
|
1325
1384
|
__props__=None):
|
@@ -1350,6 +1409,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1350
1409
|
__props__.__dict__["network_config"] = network_config
|
1351
1410
|
__props__.__dict__["on_prem_version"] = on_prem_version
|
1352
1411
|
__props__.__dict__["platform_config"] = platform_config
|
1412
|
+
__props__.__dict__["private_registry_config"] = private_registry_config
|
1353
1413
|
__props__.__dict__["project"] = project
|
1354
1414
|
__props__.__dict__["vcenter"] = vcenter
|
1355
1415
|
__props__.__dict__["create_time"] = None
|
@@ -1396,6 +1456,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1396
1456
|
network_config: Optional[pulumi.Input[Union['VmwareAdminClusterNetworkConfigArgs', 'VmwareAdminClusterNetworkConfigArgsDict']]] = None,
|
1397
1457
|
on_prem_version: Optional[pulumi.Input[builtins.str]] = None,
|
1398
1458
|
platform_config: Optional[pulumi.Input[Union['VmwareAdminClusterPlatformConfigArgs', 'VmwareAdminClusterPlatformConfigArgsDict']]] = None,
|
1459
|
+
private_registry_config: Optional[pulumi.Input[Union['VmwareAdminClusterPrivateRegistryConfigArgs', 'VmwareAdminClusterPrivateRegistryConfigArgsDict']]] = None,
|
1399
1460
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
1400
1461
|
reconciling: Optional[pulumi.Input[builtins.bool]] = None,
|
1401
1462
|
state: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -1451,6 +1512,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1451
1512
|
Structure is documented below.
|
1452
1513
|
:param pulumi.Input[builtins.str] on_prem_version: The Anthos clusters on the VMware version for the admin cluster.
|
1453
1514
|
:param pulumi.Input[Union['VmwareAdminClusterPlatformConfigArgs', 'VmwareAdminClusterPlatformConfigArgsDict']] platform_config: The VMware platform configuration.
|
1515
|
+
:param pulumi.Input[Union['VmwareAdminClusterPrivateRegistryConfigArgs', 'VmwareAdminClusterPrivateRegistryConfigArgsDict']] private_registry_config: Configuration for private registry.
|
1454
1516
|
:param pulumi.Input[builtins.bool] reconciling: If set, there are currently changes in flight to the VMware admin cluster.
|
1455
1517
|
:param pulumi.Input[builtins.str] state: (Output)
|
1456
1518
|
The lifecycle state of the condition.
|
@@ -1486,6 +1548,7 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1486
1548
|
__props__.__dict__["network_config"] = network_config
|
1487
1549
|
__props__.__dict__["on_prem_version"] = on_prem_version
|
1488
1550
|
__props__.__dict__["platform_config"] = platform_config
|
1551
|
+
__props__.__dict__["private_registry_config"] = private_registry_config
|
1489
1552
|
__props__.__dict__["project"] = project
|
1490
1553
|
__props__.__dict__["reconciling"] = reconciling
|
1491
1554
|
__props__.__dict__["state"] = state
|
@@ -1688,6 +1751,14 @@ class VmwareAdminCluster(pulumi.CustomResource):
|
|
1688
1751
|
"""
|
1689
1752
|
return pulumi.get(self, "platform_config")
|
1690
1753
|
|
1754
|
+
@property
|
1755
|
+
@pulumi.getter(name="privateRegistryConfig")
|
1756
|
+
def private_registry_config(self) -> pulumi.Output[Optional['outputs.VmwareAdminClusterPrivateRegistryConfig']]:
|
1757
|
+
"""
|
1758
|
+
Configuration for private registry.
|
1759
|
+
"""
|
1760
|
+
return pulumi.get(self, "private_registry_config")
|
1761
|
+
|
1691
1762
|
@property
|
1692
1763
|
@pulumi.getter
|
1693
1764
|
def project(self) -> pulumi.Output[builtins.str]:
|
@@ -339,7 +339,7 @@ class WorkloadIdentityPoolNamespace(pulumi.CustomResource):
|
|
339
339
|
mode="TRUST_DOMAIN")
|
340
340
|
example = gcp.iam.WorkloadIdentityPoolNamespace("example",
|
341
341
|
workload_identity_pool_id=pool.workload_identity_pool_id,
|
342
|
-
workload_identity_pool_namespace_id="example-
|
342
|
+
workload_identity_pool_namespace_id="example-namespace")
|
343
343
|
```
|
344
344
|
### Iam Workload Identity Pool Namespace Full
|
345
345
|
|
@@ -352,7 +352,7 @@ class WorkloadIdentityPoolNamespace(pulumi.CustomResource):
|
|
352
352
|
mode="TRUST_DOMAIN")
|
353
353
|
example = gcp.iam.WorkloadIdentityPoolNamespace("example",
|
354
354
|
workload_identity_pool_id=pool.workload_identity_pool_id,
|
355
|
-
workload_identity_pool_namespace_id="example-
|
355
|
+
workload_identity_pool_namespace_id="example-namespace",
|
356
356
|
description="Example Namespace in a Workload Identity Pool",
|
357
357
|
disabled=True)
|
358
358
|
```
|
@@ -423,7 +423,7 @@ class WorkloadIdentityPoolNamespace(pulumi.CustomResource):
|
|
423
423
|
mode="TRUST_DOMAIN")
|
424
424
|
example = gcp.iam.WorkloadIdentityPoolNamespace("example",
|
425
425
|
workload_identity_pool_id=pool.workload_identity_pool_id,
|
426
|
-
workload_identity_pool_namespace_id="example-
|
426
|
+
workload_identity_pool_namespace_id="example-namespace")
|
427
427
|
```
|
428
428
|
### Iam Workload Identity Pool Namespace Full
|
429
429
|
|
@@ -436,7 +436,7 @@ class WorkloadIdentityPoolNamespace(pulumi.CustomResource):
|
|
436
436
|
mode="TRUST_DOMAIN")
|
437
437
|
example = gcp.iam.WorkloadIdentityPoolNamespace("example",
|
438
438
|
workload_identity_pool_id=pool.workload_identity_pool_id,
|
439
|
-
workload_identity_pool_namespace_id="example-
|
439
|
+
workload_identity_pool_namespace_id="example-namespace",
|
440
440
|
description="Example Namespace in a Workload Identity Pool",
|
441
441
|
disabled=True)
|
442
442
|
```
|
@@ -255,7 +255,7 @@ class TunnelDestGroup(pulumi.CustomResource):
|
|
255
255
|
|
256
256
|
dest_group = gcp.iap.TunnelDestGroup("dest_group",
|
257
257
|
region="us-central1",
|
258
|
-
group_name="
|
258
|
+
group_name="testgroup_33395",
|
259
259
|
cidrs=[
|
260
260
|
"10.1.0.0/16",
|
261
261
|
"192.168.10.0/24",
|
@@ -341,7 +341,7 @@ class TunnelDestGroup(pulumi.CustomResource):
|
|
341
341
|
|
342
342
|
dest_group = gcp.iap.TunnelDestGroup("dest_group",
|
343
343
|
region="us-central1",
|
344
|
-
group_name="
|
344
|
+
group_name="testgroup_33395",
|
345
345
|
cidrs=[
|
346
346
|
"10.1.0.0/16",
|
347
347
|
"192.168.10.0/24",
|
@@ -380,8 +380,8 @@ class ManagedZone(pulumi.CustomResource):
|
|
380
380
|
import pulumi_gcp as gcp
|
381
381
|
|
382
382
|
target_project = gcp.organizations.Project("target_project",
|
383
|
-
project_id="tf-
|
384
|
-
name="tf-
|
383
|
+
project_id="tf-test_76044",
|
384
|
+
name="tf-test_69391",
|
385
385
|
org_id="123456789",
|
386
386
|
billing_account="000000-0000000-0000000-000000",
|
387
387
|
deletion_policy="DELETE")
|
@@ -402,8 +402,8 @@ class ManagedZone(pulumi.CustomResource):
|
|
402
402
|
auto_create_subnetworks=False,
|
403
403
|
opts = pulumi.ResourceOptions(depends_on=[compute]))
|
404
404
|
zone = gcp.dns.ManagedZone("zone",
|
405
|
-
name="tf-test-
|
406
|
-
dns_name="
|
405
|
+
name="tf-test-dns_8270",
|
406
|
+
dns_name="private_41150.example.com.",
|
407
407
|
visibility="private",
|
408
408
|
private_visibility_config={
|
409
409
|
"networks": [{
|
@@ -491,8 +491,8 @@ class ManagedZone(pulumi.CustomResource):
|
|
491
491
|
import pulumi_gcp as gcp
|
492
492
|
|
493
493
|
target_project = gcp.organizations.Project("target_project",
|
494
|
-
project_id="tf-
|
495
|
-
name="tf-
|
494
|
+
project_id="tf-test_76044",
|
495
|
+
name="tf-test_69391",
|
496
496
|
org_id="123456789",
|
497
497
|
billing_account="000000-0000000-0000000-000000",
|
498
498
|
deletion_policy="DELETE")
|
@@ -513,8 +513,8 @@ class ManagedZone(pulumi.CustomResource):
|
|
513
513
|
auto_create_subnetworks=False,
|
514
514
|
opts = pulumi.ResourceOptions(depends_on=[compute]))
|
515
515
|
zone = gcp.dns.ManagedZone("zone",
|
516
|
-
name="tf-test-
|
517
|
-
dns_name="
|
516
|
+
name="tf-test-dns_8270",
|
517
|
+
dns_name="private_41150.example.com.",
|
518
518
|
visibility="private",
|
519
519
|
private_visibility_config={
|
520
520
|
"networks": [{
|
@@ -389,8 +389,8 @@ class ConnectCluster(pulumi.CustomResource):
|
|
389
389
|
import pulumi_time as time
|
390
390
|
|
391
391
|
project = gcp.organizations.Project("project",
|
392
|
-
project_id="tf-
|
393
|
-
name="tf-
|
392
|
+
project_id="tf-test_89313",
|
393
|
+
name="tf-test_60646",
|
394
394
|
org_id="123456789",
|
395
395
|
billing_account="000000-0000000-0000000-000000",
|
396
396
|
deletion_policy="DELETE")
|
@@ -516,8 +516,8 @@ class ConnectCluster(pulumi.CustomResource):
|
|
516
516
|
import pulumi_time as time
|
517
517
|
|
518
518
|
project = gcp.organizations.Project("project",
|
519
|
-
project_id="tf-
|
520
|
-
name="tf-
|
519
|
+
project_id="tf-test_89313",
|
520
|
+
name="tf-test_60646",
|
521
521
|
org_id="123456789",
|
522
522
|
billing_account="000000-0000000-0000000-000000",
|
523
523
|
deletion_policy="DELETE")
|
@@ -300,8 +300,8 @@ class Connector(pulumi.CustomResource):
|
|
300
300
|
import pulumi_time as time
|
301
301
|
|
302
302
|
project = gcp.organizations.Project("project",
|
303
|
-
project_id="tf-
|
304
|
-
name="tf-
|
303
|
+
project_id="tf-test_9394",
|
304
|
+
name="tf-test_11380",
|
305
305
|
org_id="123456789",
|
306
306
|
billing_account="000000-0000000-0000000-000000",
|
307
307
|
deletion_policy="DELETE")
|
@@ -459,8 +459,8 @@ class Connector(pulumi.CustomResource):
|
|
459
459
|
import pulumi_time as time
|
460
460
|
|
461
461
|
project = gcp.organizations.Project("project",
|
462
|
-
project_id="tf-
|
463
|
-
name="tf-
|
462
|
+
project_id="tf-test_9394",
|
463
|
+
name="tf-test_11380",
|
464
464
|
org_id="123456789",
|
465
465
|
billing_account="000000-0000000-0000000-000000",
|
466
466
|
deletion_policy="DELETE")
|
@@ -1403,7 +1403,7 @@ if not MYPY:
|
|
1403
1403
|
uris: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
1404
1404
|
"""
|
1405
1405
|
URIs of the GCS objects to import.
|
1406
|
-
Example: gs://bucket1/object1, gs
|
1406
|
+
Example: gs://bucket1/object1, gs://bucket2/folder2/object2
|
1407
1407
|
"""
|
1408
1408
|
elif False:
|
1409
1409
|
InstanceGcsSourceArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -1414,7 +1414,7 @@ class InstanceGcsSourceArgs:
|
|
1414
1414
|
uris: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
|
1415
1415
|
"""
|
1416
1416
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] uris: URIs of the GCS objects to import.
|
1417
|
-
Example: gs://bucket1/object1, gs
|
1417
|
+
Example: gs://bucket1/object1, gs://bucket2/folder2/object2
|
1418
1418
|
"""
|
1419
1419
|
pulumi.set(__self__, "uris", uris)
|
1420
1420
|
|
@@ -1423,7 +1423,7 @@ class InstanceGcsSourceArgs:
|
|
1423
1423
|
def uris(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
|
1424
1424
|
"""
|
1425
1425
|
URIs of the GCS objects to import.
|
1426
|
-
Example: gs://bucket1/object1, gs
|
1426
|
+
Example: gs://bucket1/object1, gs://bucket2/folder2/object2
|
1427
1427
|
"""
|
1428
1428
|
return pulumi.get(self, "uris")
|
1429
1429
|
|
@@ -1847,7 +1847,7 @@ if not MYPY:
|
|
1847
1847
|
class InstanceManagedBackupSourceArgsDict(TypedDict):
|
1848
1848
|
backup: pulumi.Input[builtins.str]
|
1849
1849
|
"""
|
1850
|
-
Example:
|
1850
|
+
Example: `projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backup}`.
|
1851
1851
|
"""
|
1852
1852
|
elif False:
|
1853
1853
|
InstanceManagedBackupSourceArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -1857,7 +1857,7 @@ class InstanceManagedBackupSourceArgs:
|
|
1857
1857
|
def __init__(__self__, *,
|
1858
1858
|
backup: pulumi.Input[builtins.str]):
|
1859
1859
|
"""
|
1860
|
-
:param pulumi.Input[builtins.str] backup: Example:
|
1860
|
+
:param pulumi.Input[builtins.str] backup: Example: `projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backup}`.
|
1861
1861
|
"""
|
1862
1862
|
pulumi.set(__self__, "backup", backup)
|
1863
1863
|
|
@@ -1865,7 +1865,7 @@ class InstanceManagedBackupSourceArgs:
|
|
1865
1865
|
@pulumi.getter
|
1866
1866
|
def backup(self) -> pulumi.Input[builtins.str]:
|
1867
1867
|
"""
|
1868
|
-
Example:
|
1868
|
+
Example: `projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backup}`.
|
1869
1869
|
"""
|
1870
1870
|
return pulumi.get(self, "backup")
|
1871
1871
|
|
@@ -1079,7 +1079,7 @@ class InstanceGcsSource(dict):
|
|
1079
1079
|
uris: Sequence[builtins.str]):
|
1080
1080
|
"""
|
1081
1081
|
:param Sequence[builtins.str] uris: URIs of the GCS objects to import.
|
1082
|
-
Example: gs://bucket1/object1, gs
|
1082
|
+
Example: gs://bucket1/object1, gs://bucket2/folder2/object2
|
1083
1083
|
"""
|
1084
1084
|
pulumi.set(__self__, "uris", uris)
|
1085
1085
|
|
@@ -1088,7 +1088,7 @@ class InstanceGcsSource(dict):
|
|
1088
1088
|
def uris(self) -> Sequence[builtins.str]:
|
1089
1089
|
"""
|
1090
1090
|
URIs of the GCS objects to import.
|
1091
|
-
Example: gs://bucket1/object1, gs
|
1091
|
+
Example: gs://bucket1/object1, gs://bucket2/folder2/object2
|
1092
1092
|
"""
|
1093
1093
|
return pulumi.get(self, "uris")
|
1094
1094
|
|
@@ -1409,7 +1409,7 @@ class InstanceManagedBackupSource(dict):
|
|
1409
1409
|
def __init__(__self__, *,
|
1410
1410
|
backup: builtins.str):
|
1411
1411
|
"""
|
1412
|
-
:param builtins.str backup: Example:
|
1412
|
+
:param builtins.str backup: Example: `projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backup}`.
|
1413
1413
|
"""
|
1414
1414
|
pulumi.set(__self__, "backup", backup)
|
1415
1415
|
|
@@ -1417,7 +1417,7 @@ class InstanceManagedBackupSource(dict):
|
|
1417
1417
|
@pulumi.getter
|
1418
1418
|
def backup(self) -> builtins.str:
|
1419
1419
|
"""
|
1420
|
-
Example:
|
1420
|
+
Example: `projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backup}`.
|
1421
1421
|
"""
|
1422
1422
|
return pulumi.get(self, "backup")
|
1423
1423
|
|
@@ -2604,7 +2604,7 @@ class GetInstanceGcsSourceResult(dict):
|
|
2604
2604
|
uris: Sequence[builtins.str]):
|
2605
2605
|
"""
|
2606
2606
|
:param Sequence[builtins.str] uris: URIs of the GCS objects to import.
|
2607
|
-
Example: gs://bucket1/object1, gs
|
2607
|
+
Example: gs://bucket1/object1, gs://bucket2/folder2/object2
|
2608
2608
|
"""
|
2609
2609
|
pulumi.set(__self__, "uris", uris)
|
2610
2610
|
|
@@ -2613,7 +2613,7 @@ class GetInstanceGcsSourceResult(dict):
|
|
2613
2613
|
def uris(self) -> Sequence[builtins.str]:
|
2614
2614
|
"""
|
2615
2615
|
URIs of the GCS objects to import.
|
2616
|
-
Example: gs://bucket1/object1, gs
|
2616
|
+
Example: gs://bucket1/object1, gs://bucket2/folder2/object2
|
2617
2617
|
"""
|
2618
2618
|
return pulumi.get(self, "uris")
|
2619
2619
|
|
@@ -2848,7 +2848,7 @@ class GetInstanceManagedBackupSourceResult(dict):
|
|
2848
2848
|
def __init__(__self__, *,
|
2849
2849
|
backup: builtins.str):
|
2850
2850
|
"""
|
2851
|
-
:param builtins.str backup: Example:
|
2851
|
+
:param builtins.str backup: Example: 'projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backup}'.
|
2852
2852
|
"""
|
2853
2853
|
pulumi.set(__self__, "backup", backup)
|
2854
2854
|
|
@@ -2856,7 +2856,7 @@ class GetInstanceManagedBackupSourceResult(dict):
|
|
2856
2856
|
@pulumi.getter
|
2857
2857
|
def backup(self) -> builtins.str:
|
2858
2858
|
"""
|
2859
|
-
Example:
|
2859
|
+
Example: 'projects/{project}/locations/{location}/backupCollections/{collection}/backups/{backup}'.
|
2860
2860
|
"""
|
2861
2861
|
return pulumi.get(self, "backup")
|
2862
2862
|
|
pulumi_gcp/netapp/_inputs.py
CHANGED
@@ -16,6 +16,8 @@ else:
|
|
16
16
|
from .. import _utilities
|
17
17
|
|
18
18
|
__all__ = [
|
19
|
+
'BackupVaultBackupRetentionPolicyArgs',
|
20
|
+
'BackupVaultBackupRetentionPolicyArgsDict',
|
19
21
|
'VolumeBackupConfigArgs',
|
20
22
|
'VolumeBackupConfigArgsDict',
|
21
23
|
'VolumeExportPolicyArgs',
|
@@ -52,6 +54,117 @@ __all__ = [
|
|
52
54
|
|
53
55
|
MYPY = False
|
54
56
|
|
57
|
+
if not MYPY:
|
58
|
+
class BackupVaultBackupRetentionPolicyArgsDict(TypedDict):
|
59
|
+
backup_minimum_enforced_retention_days: pulumi.Input[builtins.int]
|
60
|
+
"""
|
61
|
+
Minimum retention duration in days for backups in the backup vault.
|
62
|
+
"""
|
63
|
+
daily_backup_immutable: NotRequired[pulumi.Input[builtins.bool]]
|
64
|
+
"""
|
65
|
+
Indicates if the daily backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
|
66
|
+
"""
|
67
|
+
manual_backup_immutable: NotRequired[pulumi.Input[builtins.bool]]
|
68
|
+
"""
|
69
|
+
Indicates if the manual backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
|
70
|
+
"""
|
71
|
+
monthly_backup_immutable: NotRequired[pulumi.Input[builtins.bool]]
|
72
|
+
"""
|
73
|
+
Indicates if the monthly backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
|
74
|
+
"""
|
75
|
+
weekly_backup_immutable: NotRequired[pulumi.Input[builtins.bool]]
|
76
|
+
"""
|
77
|
+
Indicates if the weekly backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
|
78
|
+
"""
|
79
|
+
elif False:
|
80
|
+
BackupVaultBackupRetentionPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
81
|
+
|
82
|
+
@pulumi.input_type
|
83
|
+
class BackupVaultBackupRetentionPolicyArgs:
|
84
|
+
def __init__(__self__, *,
|
85
|
+
backup_minimum_enforced_retention_days: pulumi.Input[builtins.int],
|
86
|
+
daily_backup_immutable: Optional[pulumi.Input[builtins.bool]] = None,
|
87
|
+
manual_backup_immutable: Optional[pulumi.Input[builtins.bool]] = None,
|
88
|
+
monthly_backup_immutable: Optional[pulumi.Input[builtins.bool]] = None,
|
89
|
+
weekly_backup_immutable: Optional[pulumi.Input[builtins.bool]] = None):
|
90
|
+
"""
|
91
|
+
:param pulumi.Input[builtins.int] backup_minimum_enforced_retention_days: Minimum retention duration in days for backups in the backup vault.
|
92
|
+
:param pulumi.Input[builtins.bool] daily_backup_immutable: Indicates if the daily backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
|
93
|
+
:param pulumi.Input[builtins.bool] manual_backup_immutable: Indicates if the manual backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
|
94
|
+
:param pulumi.Input[builtins.bool] monthly_backup_immutable: Indicates if the monthly backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
|
95
|
+
:param pulumi.Input[builtins.bool] weekly_backup_immutable: Indicates if the weekly backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
|
96
|
+
"""
|
97
|
+
pulumi.set(__self__, "backup_minimum_enforced_retention_days", backup_minimum_enforced_retention_days)
|
98
|
+
if daily_backup_immutable is not None:
|
99
|
+
pulumi.set(__self__, "daily_backup_immutable", daily_backup_immutable)
|
100
|
+
if manual_backup_immutable is not None:
|
101
|
+
pulumi.set(__self__, "manual_backup_immutable", manual_backup_immutable)
|
102
|
+
if monthly_backup_immutable is not None:
|
103
|
+
pulumi.set(__self__, "monthly_backup_immutable", monthly_backup_immutable)
|
104
|
+
if weekly_backup_immutable is not None:
|
105
|
+
pulumi.set(__self__, "weekly_backup_immutable", weekly_backup_immutable)
|
106
|
+
|
107
|
+
@property
|
108
|
+
@pulumi.getter(name="backupMinimumEnforcedRetentionDays")
|
109
|
+
def backup_minimum_enforced_retention_days(self) -> pulumi.Input[builtins.int]:
|
110
|
+
"""
|
111
|
+
Minimum retention duration in days for backups in the backup vault.
|
112
|
+
"""
|
113
|
+
return pulumi.get(self, "backup_minimum_enforced_retention_days")
|
114
|
+
|
115
|
+
@backup_minimum_enforced_retention_days.setter
|
116
|
+
def backup_minimum_enforced_retention_days(self, value: pulumi.Input[builtins.int]):
|
117
|
+
pulumi.set(self, "backup_minimum_enforced_retention_days", value)
|
118
|
+
|
119
|
+
@property
|
120
|
+
@pulumi.getter(name="dailyBackupImmutable")
|
121
|
+
def daily_backup_immutable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
122
|
+
"""
|
123
|
+
Indicates if the daily backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
|
124
|
+
"""
|
125
|
+
return pulumi.get(self, "daily_backup_immutable")
|
126
|
+
|
127
|
+
@daily_backup_immutable.setter
|
128
|
+
def daily_backup_immutable(self, value: Optional[pulumi.Input[builtins.bool]]):
|
129
|
+
pulumi.set(self, "daily_backup_immutable", value)
|
130
|
+
|
131
|
+
@property
|
132
|
+
@pulumi.getter(name="manualBackupImmutable")
|
133
|
+
def manual_backup_immutable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
134
|
+
"""
|
135
|
+
Indicates if the manual backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
|
136
|
+
"""
|
137
|
+
return pulumi.get(self, "manual_backup_immutable")
|
138
|
+
|
139
|
+
@manual_backup_immutable.setter
|
140
|
+
def manual_backup_immutable(self, value: Optional[pulumi.Input[builtins.bool]]):
|
141
|
+
pulumi.set(self, "manual_backup_immutable", value)
|
142
|
+
|
143
|
+
@property
|
144
|
+
@pulumi.getter(name="monthlyBackupImmutable")
|
145
|
+
def monthly_backup_immutable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
146
|
+
"""
|
147
|
+
Indicates if the monthly backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
|
148
|
+
"""
|
149
|
+
return pulumi.get(self, "monthly_backup_immutable")
|
150
|
+
|
151
|
+
@monthly_backup_immutable.setter
|
152
|
+
def monthly_backup_immutable(self, value: Optional[pulumi.Input[builtins.bool]]):
|
153
|
+
pulumi.set(self, "monthly_backup_immutable", value)
|
154
|
+
|
155
|
+
@property
|
156
|
+
@pulumi.getter(name="weeklyBackupImmutable")
|
157
|
+
def weekly_backup_immutable(self) -> Optional[pulumi.Input[builtins.bool]]:
|
158
|
+
"""
|
159
|
+
Indicates if the weekly backups are immutable. At least one of daily_backup_immutable, weekly_backup_immutable, monthly_backup_immutable and manual_backup_immutable must be true.
|
160
|
+
"""
|
161
|
+
return pulumi.get(self, "weekly_backup_immutable")
|
162
|
+
|
163
|
+
@weekly_backup_immutable.setter
|
164
|
+
def weekly_backup_immutable(self, value: Optional[pulumi.Input[builtins.bool]]):
|
165
|
+
pulumi.set(self, "weekly_backup_immutable", value)
|
166
|
+
|
167
|
+
|
55
168
|
if not MYPY:
|
56
169
|
class VolumeBackupConfigArgsDict(TypedDict):
|
57
170
|
backup_policies: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|