pulumi-gcp 7.34.0__py3-none-any.whl → 7.34.0a1722421695__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.
Potentially problematic release.
This version of pulumi-gcp might be problematic. Click here for more details.
- pulumi_gcp/__init__.py +0 -40
- pulumi_gcp/alloydb/_inputs.py +0 -174
- pulumi_gcp/alloydb/instance.py +0 -54
- pulumi_gcp/alloydb/outputs.py +0 -133
- pulumi_gcp/apigee/__init__.py +0 -2
- pulumi_gcp/apigee/instance.py +2 -2
- pulumi_gcp/apigee/nat_address.py +2 -2
- pulumi_gcp/apigee/organization.py +4 -4
- pulumi_gcp/apphub/service_project_attachment.py +11 -11
- pulumi_gcp/bigquery/_inputs.py +0 -36
- pulumi_gcp/bigquery/app_profile.py +0 -54
- pulumi_gcp/bigquery/outputs.py +0 -38
- pulumi_gcp/bigquery/reservation.py +4 -34
- pulumi_gcp/bigquery/table.py +21 -65
- pulumi_gcp/bigtable/table.py +26 -27
- pulumi_gcp/certificateauthority/authority.py +4 -4
- pulumi_gcp/cloudfunctions/function.py +0 -47
- pulumi_gcp/cloudfunctions/get_function.py +1 -11
- pulumi_gcp/cloudfunctionsv2/function.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +21 -24
- pulumi_gcp/cloudrun/outputs.py +24 -20
- pulumi_gcp/cloudrunv2/_inputs.py +0 -3
- pulumi_gcp/cloudrunv2/outputs.py +0 -4
- pulumi_gcp/compute/__init__.py +0 -2
- pulumi_gcp/compute/_inputs.py +328 -2333
- pulumi_gcp/compute/backend_service.py +0 -6
- pulumi_gcp/compute/outputs.py +7 -1466
- pulumi_gcp/compute/public_advertised_prefix.py +2 -30
- pulumi_gcp/compute/router_peer.py +0 -437
- pulumi_gcp/compute/service_attachment.py +14 -7
- pulumi_gcp/container/_inputs.py +18 -215
- pulumi_gcp/container/node_pool.py +14 -0
- pulumi_gcp/container/outputs.py +12 -226
- pulumi_gcp/databasemigrationservice/private_connection.py +6 -10
- pulumi_gcp/dataloss/_inputs.py +21 -707
- pulumi_gcp/dataloss/outputs.py +14 -588
- pulumi_gcp/datastore/data_store_index.py +12 -24
- pulumi_gcp/datastream/_inputs.py +3 -83
- pulumi_gcp/datastream/outputs.py +3 -51
- pulumi_gcp/datastream/stream.py +0 -170
- pulumi_gcp/firebase/database_instance.py +8 -8
- pulumi_gcp/firebase/hosting_site.py +8 -8
- pulumi_gcp/firestore/index.py +10 -10
- pulumi_gcp/gkeonprem/_inputs.py +78 -78
- pulumi_gcp/gkeonprem/outputs.py +52 -52
- pulumi_gcp/iap/client.py +4 -4
- pulumi_gcp/integrationconnectors/_inputs.py +30 -30
- pulumi_gcp/integrationconnectors/outputs.py +20 -20
- pulumi_gcp/netapp/volume.py +1 -1
- pulumi_gcp/networkconnectivity/_inputs.py +6 -3
- pulumi_gcp/networkconnectivity/hub.py +49 -60
- pulumi_gcp/networkconnectivity/outputs.py +4 -2
- pulumi_gcp/networkconnectivity/spoke.py +104 -159
- pulumi_gcp/networksecurity/tls_inspection_policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +4 -4
- pulumi_gcp/projects/get_project_service.py +1 -11
- pulumi_gcp/projects/service.py +0 -68
- pulumi_gcp/projects/service_identity.py +2 -30
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/instance.py +4 -528
- pulumi_gcp/securitycenter/__init__.py +0 -1
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
- pulumi_gcp/vmwareengine/private_cloud.py +2 -121
- pulumi_gcp/workbench/_inputs.py +0 -77
- pulumi_gcp/workbench/instance.py +4 -18
- pulumi_gcp/workbench/outputs.py +1 -67
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/RECORD +73 -78
- pulumi_gcp/apigee/environment_keyvaluemaps.py +0 -370
- pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +0 -440
- pulumi_gcp/compute/resize_request.py +0 -782
- pulumi_gcp/compute/router_route_policy.py +0 -616
- pulumi_gcp/securitycenter/v2_organization_mute_config.py +0 -673
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/top_level.txt +0 -0
@@ -128,8 +128,7 @@ class _PublicAdvertisedPrefixState:
|
|
128
128
|
ip_cidr_range: Optional[pulumi.Input[str]] = None,
|
129
129
|
name: Optional[pulumi.Input[str]] = None,
|
130
130
|
project: Optional[pulumi.Input[str]] = None,
|
131
|
-
self_link: Optional[pulumi.Input[str]] = None
|
132
|
-
shared_secret: Optional[pulumi.Input[str]] = None):
|
131
|
+
self_link: Optional[pulumi.Input[str]] = None):
|
133
132
|
"""
|
134
133
|
Input properties used for looking up and filtering PublicAdvertisedPrefix resources.
|
135
134
|
:param pulumi.Input[str] description: An optional description of this resource.
|
@@ -147,7 +146,6 @@ class _PublicAdvertisedPrefixState:
|
|
147
146
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
148
147
|
If it is not provided, the provider project is used.
|
149
148
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
150
|
-
:param pulumi.Input[str] shared_secret: Output Only. The shared secret to be used for reverse DNS verification.
|
151
149
|
"""
|
152
150
|
if description is not None:
|
153
151
|
pulumi.set(__self__, "description", description)
|
@@ -161,8 +159,6 @@ class _PublicAdvertisedPrefixState:
|
|
161
159
|
pulumi.set(__self__, "project", project)
|
162
160
|
if self_link is not None:
|
163
161
|
pulumi.set(__self__, "self_link", self_link)
|
164
|
-
if shared_secret is not None:
|
165
|
-
pulumi.set(__self__, "shared_secret", shared_secret)
|
166
162
|
|
167
163
|
@property
|
168
164
|
@pulumi.getter
|
@@ -245,18 +241,6 @@ class _PublicAdvertisedPrefixState:
|
|
245
241
|
def self_link(self, value: Optional[pulumi.Input[str]]):
|
246
242
|
pulumi.set(self, "self_link", value)
|
247
243
|
|
248
|
-
@property
|
249
|
-
@pulumi.getter(name="sharedSecret")
|
250
|
-
def shared_secret(self) -> Optional[pulumi.Input[str]]:
|
251
|
-
"""
|
252
|
-
Output Only. The shared secret to be used for reverse DNS verification.
|
253
|
-
"""
|
254
|
-
return pulumi.get(self, "shared_secret")
|
255
|
-
|
256
|
-
@shared_secret.setter
|
257
|
-
def shared_secret(self, value: Optional[pulumi.Input[str]]):
|
258
|
-
pulumi.set(self, "shared_secret", value)
|
259
|
-
|
260
244
|
|
261
245
|
class PublicAdvertisedPrefix(pulumi.CustomResource):
|
262
246
|
@overload
|
@@ -427,7 +411,6 @@ class PublicAdvertisedPrefix(pulumi.CustomResource):
|
|
427
411
|
__props__.__dict__["name"] = name
|
428
412
|
__props__.__dict__["project"] = project
|
429
413
|
__props__.__dict__["self_link"] = None
|
430
|
-
__props__.__dict__["shared_secret"] = None
|
431
414
|
super(PublicAdvertisedPrefix, __self__).__init__(
|
432
415
|
'gcp:compute/publicAdvertisedPrefix:PublicAdvertisedPrefix',
|
433
416
|
resource_name,
|
@@ -443,8 +426,7 @@ class PublicAdvertisedPrefix(pulumi.CustomResource):
|
|
443
426
|
ip_cidr_range: Optional[pulumi.Input[str]] = None,
|
444
427
|
name: Optional[pulumi.Input[str]] = None,
|
445
428
|
project: Optional[pulumi.Input[str]] = None,
|
446
|
-
self_link: Optional[pulumi.Input[str]] = None
|
447
|
-
shared_secret: Optional[pulumi.Input[str]] = None) -> 'PublicAdvertisedPrefix':
|
429
|
+
self_link: Optional[pulumi.Input[str]] = None) -> 'PublicAdvertisedPrefix':
|
448
430
|
"""
|
449
431
|
Get an existing PublicAdvertisedPrefix resource's state with the given name, id, and optional extra
|
450
432
|
properties used to qualify the lookup.
|
@@ -467,7 +449,6 @@ class PublicAdvertisedPrefix(pulumi.CustomResource):
|
|
467
449
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
468
450
|
If it is not provided, the provider project is used.
|
469
451
|
:param pulumi.Input[str] self_link: The URI of the created resource.
|
470
|
-
:param pulumi.Input[str] shared_secret: Output Only. The shared secret to be used for reverse DNS verification.
|
471
452
|
"""
|
472
453
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
473
454
|
|
@@ -479,7 +460,6 @@ class PublicAdvertisedPrefix(pulumi.CustomResource):
|
|
479
460
|
__props__.__dict__["name"] = name
|
480
461
|
__props__.__dict__["project"] = project
|
481
462
|
__props__.__dict__["self_link"] = self_link
|
482
|
-
__props__.__dict__["shared_secret"] = shared_secret
|
483
463
|
return PublicAdvertisedPrefix(resource_name, opts=opts, __props__=__props__)
|
484
464
|
|
485
465
|
@property
|
@@ -539,11 +519,3 @@ class PublicAdvertisedPrefix(pulumi.CustomResource):
|
|
539
519
|
"""
|
540
520
|
return pulumi.get(self, "self_link")
|
541
521
|
|
542
|
-
@property
|
543
|
-
@pulumi.getter(name="sharedSecret")
|
544
|
-
def shared_secret(self) -> pulumi.Output[str]:
|
545
|
-
"""
|
546
|
-
Output Only. The shared secret to be used for reverse DNS verification.
|
547
|
-
"""
|
548
|
-
return pulumi.get(self, "shared_secret")
|
549
|
-
|