pulumi-gcp 9.0.0a1__py3-none-any.whl → 9.0.0a1758219982__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 +48 -0
- pulumi_gcp/activedirectory/peering.py +16 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_iam_binding.py +4 -4
- pulumi_gcp/apigateway/api_iam_member.py +4 -4
- pulumi_gcp/apigateway/api_iam_policy.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_member.py +4 -4
- pulumi_gcp/apigateway/gateway_iam_policy.py +4 -4
- pulumi_gcp/artifactregistry/__init__.py +1 -0
- pulumi_gcp/artifactregistry/get_python_package.py +237 -0
- pulumi_gcp/artifactregistry/get_repository.py +12 -1
- pulumi_gcp/artifactregistry/repository.py +28 -0
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +4 -4
- pulumi_gcp/backupdisasterrecovery/get_backup.py +12 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +4 -0
- pulumi_gcp/backupdisasterrecovery/get_data_source_references.py +135 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +4 -0
- pulumi_gcp/backupdisasterrecovery/outputs.py +103 -0
- pulumi_gcp/bigquery/app_profile.py +14 -49
- pulumi_gcp/bigquery/dataset_access.py +4 -8
- pulumi_gcp/bigquery/table.py +7 -21
- pulumi_gcp/bigqueryanalyticshub/data_exchange_subscription.py +20 -0
- pulumi_gcp/bigtable/app_profile.py +14 -49
- pulumi_gcp/bigtable/table.py +42 -42
- pulumi_gcp/certificatemanager/certificate_map_entry.py +7 -7
- pulumi_gcp/chronicle/_inputs.py +6 -5
- pulumi_gcp/chronicle/outputs.py +4 -3
- pulumi_gcp/chronicle/reference_list.py +53 -5
- pulumi_gcp/cloudasset/get_resources_search_all.py +8 -0
- pulumi_gcp/cloudbuild/_inputs.py +20 -0
- pulumi_gcp/cloudbuild/outputs.py +14 -0
- pulumi_gcp/cloudbuild/trigger.py +4 -2
- pulumi_gcp/cloudbuild/worker_pool.py +28 -21
- pulumi_gcp/cloudfunctions/function.py +4 -8
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +16 -0
- pulumi_gcp/cloudrunv2/_inputs.py +57 -0
- pulumi_gcp/cloudrunv2/get_service.py +12 -1
- pulumi_gcp/cloudrunv2/outputs.py +81 -0
- pulumi_gcp/cloudrunv2/service.py +54 -0
- pulumi_gcp/cloudrunv2/worker_pool.py +2 -2
- pulumi_gcp/composer/environment.py +28 -49
- pulumi_gcp/compute/_inputs.py +804 -24
- pulumi_gcp/compute/backend_bucket.py +14 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +236 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +236 -0
- pulumi_gcp/compute/backend_service_iam_binding.py +464 -0
- pulumi_gcp/compute/backend_service_iam_member.py +464 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +464 -0
- pulumi_gcp/compute/cross_site_network.py +16 -0
- pulumi_gcp/compute/future_reservation.py +32 -0
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/get_resource_policy.py +2 -20
- pulumi_gcp/compute/instance_from_machine_image.py +75 -110
- pulumi_gcp/compute/instance_from_template.py +75 -110
- pulumi_gcp/compute/instance_group_manager.py +7 -14
- pulumi_gcp/compute/instance_template.py +7 -14
- pulumi_gcp/compute/interconnect.py +4 -8
- pulumi_gcp/compute/machine_image_iam_binding.py +8 -4
- pulumi_gcp/compute/machine_image_iam_member.py +8 -4
- pulumi_gcp/compute/machine_image_iam_policy.py +8 -4
- pulumi_gcp/compute/network_edge_security_service.py +16 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +12 -0
- pulumi_gcp/compute/outputs.py +671 -16
- pulumi_gcp/compute/preview_feature.py +16 -0
- pulumi_gcp/compute/public_delegated_prefix.py +42 -0
- pulumi_gcp/compute/region_backend_service.py +54 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +488 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +488 -0
- pulumi_gcp/compute/region_instance_group_manager.py +7 -14
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -3
- pulumi_gcp/compute/region_resize_request.py +24 -0
- pulumi_gcp/compute/region_url_map.py +75 -0
- pulumi_gcp/compute/wire_group.py +16 -0
- pulumi_gcp/container/_inputs.py +446 -18
- pulumi_gcp/container/aws_cluster.py +28 -42
- pulumi_gcp/container/aws_node_pool.py +28 -42
- pulumi_gcp/container/azure_cluster.py +35 -70
- pulumi_gcp/container/azure_node_pool.py +28 -42
- pulumi_gcp/container/cluster.py +16 -7
- pulumi_gcp/container/outputs.py +423 -15
- pulumi_gcp/dataflow/flex_template_job.py +10 -0
- pulumi_gcp/dataform/repository.py +16 -0
- pulumi_gcp/dataform/repository_release_config.py +16 -0
- pulumi_gcp/dataform/repository_workflow_config.py +16 -0
- pulumi_gcp/dataplex/asset.py +28 -21
- pulumi_gcp/dataplex/zone.py +28 -21
- pulumi_gcp/dataproc/cluster.py +21 -14
- pulumi_gcp/dataproc/workflow_template.py +42 -105
- pulumi_gcp/discoveryengine/__init__.py +1 -0
- pulumi_gcp/discoveryengine/_inputs.py +94 -0
- pulumi_gcp/discoveryengine/acl_config.py +393 -0
- pulumi_gcp/discoveryengine/outputs.py +92 -0
- pulumi_gcp/firebase/android_app.py +16 -0
- pulumi_gcp/firebase/apple_app.py +16 -0
- pulumi_gcp/firebase/database_instance.py +16 -0
- pulumi_gcp/firebase/extensions_instance.py +12 -0
- pulumi_gcp/firebase/get_android_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app.py +4 -2
- pulumi_gcp/firebase/get_apple_app_config.py +16 -2
- pulumi_gcp/firebase/get_hosting_channel.py +4 -2
- pulumi_gcp/firebase/hosting_channel.py +20 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +20 -0
- pulumi_gcp/firebase/hosting_release.py +16 -0
- pulumi_gcp/firebase/hosting_site.py +16 -0
- pulumi_gcp/firebase/hosting_version.py +16 -0
- pulumi_gcp/firebase/storage_bucket.py +18 -0
- pulumi_gcp/firestore/index.py +118 -3
- pulumi_gcp/folder/service_identity.py +26 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +16 -0
- pulumi_gcp/healthcare/_inputs.py +205 -0
- pulumi_gcp/healthcare/fhir_store.py +128 -0
- pulumi_gcp/healthcare/outputs.py +163 -0
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +464 -0
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +18 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +20 -0
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/get_web_forwarding_rule_service_iam_policy.py +159 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_binding.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_member.py +1002 -0
- pulumi_gcp/iap/web_forwarding_rule_service_iam_policy.py +821 -0
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +22 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +7 -21
- pulumi_gcp/logging/folder_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_bucket_config.py +7 -21
- pulumi_gcp/logging/organization_sink.py +7 -7
- pulumi_gcp/managedkafka/connect_cluster.py +4 -0
- pulumi_gcp/managedkafka/connector.py +4 -0
- pulumi_gcp/memorystore/instance.py +14 -14
- pulumi_gcp/monitoring/dashboard.py +7 -14
- pulumi_gcp/netapp/storage_pool.py +91 -2
- pulumi_gcp/netapp/volume.py +47 -0
- pulumi_gcp/networkmanagement/__init__.py +1 -0
- pulumi_gcp/networkmanagement/organization_vpc_flow_logs_config.py +1028 -0
- pulumi_gcp/networksecurity/authorization_policy.py +12 -0
- pulumi_gcp/networkservices/gateway.py +7 -7
- pulumi_gcp/networkservices/service_lb_policies.py +12 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +2 -2
- pulumi_gcp/organizations/project.py +7 -21
- pulumi_gcp/projects/service.py +0 -7
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/resourcemanager/capability.py +16 -0
- pulumi_gcp/runtimeconfig/config.py +16 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +236 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +236 -0
- pulumi_gcp/runtimeconfig/variable.py +10 -0
- pulumi_gcp/saasruntime/__init__.py +1 -0
- pulumi_gcp/saasruntime/_inputs.py +458 -0
- pulumi_gcp/saasruntime/outputs.py +392 -0
- pulumi_gcp/saasruntime/saa_s.py +4 -0
- pulumi_gcp/saasruntime/unit_kind.py +1024 -0
- pulumi_gcp/securesourcemanager/instance.py +7 -7
- pulumi_gcp/securesourcemanager/repository.py +7 -7
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sql/_inputs.py +135 -1
- pulumi_gcp/sql/database_instance.py +54 -14
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +265 -3
- pulumi_gcp/storage/_inputs.py +246 -0
- pulumi_gcp/storage/bucket.py +7 -14
- pulumi_gcp/storage/bucket_object.py +0 -9
- pulumi_gcp/storage/outputs.py +191 -1
- pulumi_gcp/storage/transfer_job.py +47 -0
- pulumi_gcp/tpu/v2_queued_resource.py +16 -0
- pulumi_gcp/tpu/v2_vm.py +16 -0
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +236 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +236 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +238 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +248 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +248 -0
- pulumi_gcp/vertex/ai_metadata_store.py +16 -0
- pulumi_gcp/workstations/workstation.py +16 -0
- pulumi_gcp/workstations/workstation_cluster.py +16 -0
- pulumi_gcp/workstations/workstation_config.py +16 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +260 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +260 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +272 -0
- pulumi_gcp/workstations/workstation_iam_member.py +272 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +272 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/METADATA +1 -1
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/RECORD +209 -200
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/WHEEL +0 -0
- {pulumi_gcp-9.0.0a1.dist-info → pulumi_gcp-9.0.0a1758219982.dist-info}/top_level.txt +0 -0
@@ -37,7 +37,7 @@ class InstanceArgs:
|
|
37
37
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
38
38
|
and all its contents. Setting `PREVENT` prevents the resource from accidental
|
39
39
|
deletion by erroring out during plan.
|
40
|
-
Default is `
|
40
|
+
Default is `PREVENT`. Possible values are:
|
41
41
|
* DELETE
|
42
42
|
* PREVENT
|
43
43
|
* ABANDON
|
@@ -101,7 +101,7 @@ class InstanceArgs:
|
|
101
101
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
102
102
|
and all its contents. Setting `PREVENT` prevents the resource from accidental
|
103
103
|
deletion by erroring out during plan.
|
104
|
-
Default is `
|
104
|
+
Default is `PREVENT`. Possible values are:
|
105
105
|
* DELETE
|
106
106
|
* PREVENT
|
107
107
|
* ABANDON
|
@@ -206,7 +206,7 @@ class _InstanceState:
|
|
206
206
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
207
207
|
and all its contents. Setting `PREVENT` prevents the resource from accidental
|
208
208
|
deletion by erroring out during plan.
|
209
|
-
Default is `
|
209
|
+
Default is `PREVENT`. Possible values are:
|
210
210
|
* DELETE
|
211
211
|
* PREVENT
|
212
212
|
* ABANDON
|
@@ -287,7 +287,7 @@ class _InstanceState:
|
|
287
287
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
288
288
|
and all its contents. Setting `PREVENT` prevents the resource from accidental
|
289
289
|
deletion by erroring out during plan.
|
290
|
-
Default is `
|
290
|
+
Default is `PREVENT`. Possible values are:
|
291
291
|
* DELETE
|
292
292
|
* PREVENT
|
293
293
|
* ABANDON
|
@@ -917,7 +917,7 @@ class Instance(pulumi.CustomResource):
|
|
917
917
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
918
918
|
and all its contents. Setting `PREVENT` prevents the resource from accidental
|
919
919
|
deletion by erroring out during plan.
|
920
|
-
Default is `
|
920
|
+
Default is `PREVENT`. Possible values are:
|
921
921
|
* DELETE
|
922
922
|
* PREVENT
|
923
923
|
* ABANDON
|
@@ -1454,7 +1454,7 @@ class Instance(pulumi.CustomResource):
|
|
1454
1454
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
1455
1455
|
and all its contents. Setting `PREVENT` prevents the resource from accidental
|
1456
1456
|
deletion by erroring out during plan.
|
1457
|
-
Default is `
|
1457
|
+
Default is `PREVENT`. Possible values are:
|
1458
1458
|
* DELETE
|
1459
1459
|
* PREVENT
|
1460
1460
|
* ABANDON
|
@@ -1520,7 +1520,7 @@ class Instance(pulumi.CustomResource):
|
|
1520
1520
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
1521
1521
|
and all its contents. Setting `PREVENT` prevents the resource from accidental
|
1522
1522
|
deletion by erroring out during plan.
|
1523
|
-
Default is `
|
1523
|
+
Default is `PREVENT`. Possible values are:
|
1524
1524
|
* DELETE
|
1525
1525
|
* PREVENT
|
1526
1526
|
* ABANDON
|
@@ -37,7 +37,7 @@ class RepositoryArgs:
|
|
37
37
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
38
38
|
and all its contents. Setting `PREVENT` prevents the resource from accidental deletion
|
39
39
|
by erroring out during plan.
|
40
|
-
Default is `
|
40
|
+
Default is `PREVENT`. Possible values are:
|
41
41
|
* DELETE
|
42
42
|
* PREVENT
|
43
43
|
* ABANDON
|
@@ -103,7 +103,7 @@ class RepositoryArgs:
|
|
103
103
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
104
104
|
and all its contents. Setting `PREVENT` prevents the resource from accidental deletion
|
105
105
|
by erroring out during plan.
|
106
|
-
Default is `
|
106
|
+
Default is `PREVENT`. Possible values are:
|
107
107
|
* DELETE
|
108
108
|
* PREVENT
|
109
109
|
* ABANDON
|
@@ -175,7 +175,7 @@ class _RepositoryState:
|
|
175
175
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
176
176
|
and all its contents. Setting `PREVENT` prevents the resource from accidental deletion
|
177
177
|
by erroring out during plan.
|
178
|
-
Default is `
|
178
|
+
Default is `PREVENT`. Possible values are:
|
179
179
|
* DELETE
|
180
180
|
* PREVENT
|
181
181
|
* ABANDON
|
@@ -238,7 +238,7 @@ class _RepositoryState:
|
|
238
238
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
239
239
|
and all its contents. Setting `PREVENT` prevents the resource from accidental deletion
|
240
240
|
by erroring out during plan.
|
241
|
-
Default is `
|
241
|
+
Default is `PREVENT`. Possible values are:
|
242
242
|
* DELETE
|
243
243
|
* PREVENT
|
244
244
|
* ABANDON
|
@@ -474,7 +474,7 @@ class Repository(pulumi.CustomResource):
|
|
474
474
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
475
475
|
and all its contents. Setting `PREVENT` prevents the resource from accidental deletion
|
476
476
|
by erroring out during plan.
|
477
|
-
Default is `
|
477
|
+
Default is `PREVENT`. Possible values are:
|
478
478
|
* DELETE
|
479
479
|
* PREVENT
|
480
480
|
* ABANDON
|
@@ -657,7 +657,7 @@ class Repository(pulumi.CustomResource):
|
|
657
657
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
658
658
|
and all its contents. Setting `PREVENT` prevents the resource from accidental deletion
|
659
659
|
by erroring out during plan.
|
660
|
-
Default is `
|
660
|
+
Default is `PREVENT`. Possible values are:
|
661
661
|
* DELETE
|
662
662
|
* PREVENT
|
663
663
|
* ABANDON
|
@@ -709,7 +709,7 @@ class Repository(pulumi.CustomResource):
|
|
709
709
|
to be abandoned, rather than deleted. Setting `DELETE` deletes the resource
|
710
710
|
and all its contents. Setting `PREVENT` prevents the resource from accidental deletion
|
711
711
|
by erroring out during plan.
|
712
|
-
Default is `
|
712
|
+
Default is `PREVENT`. Possible values are:
|
713
713
|
* DELETE
|
714
714
|
* PREVENT
|
715
715
|
* ABANDON
|
@@ -242,7 +242,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
242
242
|
|
243
243
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
244
244
|
|
245
|
-
##
|
245
|
+
## servicedirectory.NamespaceIamPolicy
|
246
246
|
|
247
247
|
```python
|
248
248
|
import pulumi
|
@@ -302,7 +302,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
302
302
|
|
303
303
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
304
304
|
|
305
|
-
##
|
305
|
+
## servicedirectory.NamespaceIamPolicy
|
306
306
|
|
307
307
|
```python
|
308
308
|
import pulumi
|
@@ -416,7 +416,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
416
416
|
|
417
417
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
418
418
|
|
419
|
-
##
|
419
|
+
## servicedirectory.NamespaceIamPolicy
|
420
420
|
|
421
421
|
```python
|
422
422
|
import pulumi
|
@@ -476,7 +476,7 @@ class NamespaceIamBinding(pulumi.CustomResource):
|
|
476
476
|
|
477
477
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
478
478
|
|
479
|
-
##
|
479
|
+
## servicedirectory.NamespaceIamPolicy
|
480
480
|
|
481
481
|
```python
|
482
482
|
import pulumi
|
@@ -242,7 +242,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
242
242
|
|
243
243
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
244
244
|
|
245
|
-
##
|
245
|
+
## servicedirectory.NamespaceIamPolicy
|
246
246
|
|
247
247
|
```python
|
248
248
|
import pulumi
|
@@ -302,7 +302,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
302
302
|
|
303
303
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
304
304
|
|
305
|
-
##
|
305
|
+
## servicedirectory.NamespaceIamPolicy
|
306
306
|
|
307
307
|
```python
|
308
308
|
import pulumi
|
@@ -416,7 +416,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
416
416
|
|
417
417
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
418
418
|
|
419
|
-
##
|
419
|
+
## servicedirectory.NamespaceIamPolicy
|
420
420
|
|
421
421
|
```python
|
422
422
|
import pulumi
|
@@ -476,7 +476,7 @@ class NamespaceIamMember(pulumi.CustomResource):
|
|
476
476
|
|
477
477
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
478
478
|
|
479
|
-
##
|
479
|
+
## servicedirectory.NamespaceIamPolicy
|
480
480
|
|
481
481
|
```python
|
482
482
|
import pulumi
|
@@ -139,7 +139,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
|
|
139
139
|
|
140
140
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
141
141
|
|
142
|
-
##
|
142
|
+
## servicedirectory.NamespaceIamPolicy
|
143
143
|
|
144
144
|
```python
|
145
145
|
import pulumi
|
@@ -199,7 +199,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
|
|
199
199
|
|
200
200
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
201
201
|
|
202
|
-
##
|
202
|
+
## servicedirectory.NamespaceIamPolicy
|
203
203
|
|
204
204
|
```python
|
205
205
|
import pulumi
|
@@ -301,7 +301,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
|
|
301
301
|
|
302
302
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
303
303
|
|
304
|
-
##
|
304
|
+
## servicedirectory.NamespaceIamPolicy
|
305
305
|
|
306
306
|
```python
|
307
307
|
import pulumi
|
@@ -361,7 +361,7 @@ class NamespaceIamPolicy(pulumi.CustomResource):
|
|
361
361
|
|
362
362
|
> **Note:** `servicedirectory.NamespaceIamBinding` resources **can be** used in conjunction with `servicedirectory.NamespaceIamMember` resources **only if** they do not grant privilege to the same role.
|
363
363
|
|
364
|
-
##
|
364
|
+
## servicedirectory.NamespaceIamPolicy
|
365
365
|
|
366
366
|
```python
|
367
367
|
import pulumi
|
@@ -242,7 +242,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
242
242
|
|
243
243
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
244
244
|
|
245
|
-
##
|
245
|
+
## servicedirectory.ServiceIamPolicy
|
246
246
|
|
247
247
|
```python
|
248
248
|
import pulumi
|
@@ -302,7 +302,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
302
302
|
|
303
303
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
304
304
|
|
305
|
-
##
|
305
|
+
## servicedirectory.ServiceIamPolicy
|
306
306
|
|
307
307
|
```python
|
308
308
|
import pulumi
|
@@ -416,7 +416,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
416
416
|
|
417
417
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
418
418
|
|
419
|
-
##
|
419
|
+
## servicedirectory.ServiceIamPolicy
|
420
420
|
|
421
421
|
```python
|
422
422
|
import pulumi
|
@@ -476,7 +476,7 @@ class ServiceIamBinding(pulumi.CustomResource):
|
|
476
476
|
|
477
477
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
478
478
|
|
479
|
-
##
|
479
|
+
## servicedirectory.ServiceIamPolicy
|
480
480
|
|
481
481
|
```python
|
482
482
|
import pulumi
|
@@ -242,7 +242,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
242
242
|
|
243
243
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
244
244
|
|
245
|
-
##
|
245
|
+
## servicedirectory.ServiceIamPolicy
|
246
246
|
|
247
247
|
```python
|
248
248
|
import pulumi
|
@@ -302,7 +302,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
302
302
|
|
303
303
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
304
304
|
|
305
|
-
##
|
305
|
+
## servicedirectory.ServiceIamPolicy
|
306
306
|
|
307
307
|
```python
|
308
308
|
import pulumi
|
@@ -416,7 +416,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
416
416
|
|
417
417
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
418
418
|
|
419
|
-
##
|
419
|
+
## servicedirectory.ServiceIamPolicy
|
420
420
|
|
421
421
|
```python
|
422
422
|
import pulumi
|
@@ -476,7 +476,7 @@ class ServiceIamMember(pulumi.CustomResource):
|
|
476
476
|
|
477
477
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
478
478
|
|
479
|
-
##
|
479
|
+
## servicedirectory.ServiceIamPolicy
|
480
480
|
|
481
481
|
```python
|
482
482
|
import pulumi
|
@@ -139,7 +139,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
139
139
|
|
140
140
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
141
141
|
|
142
|
-
##
|
142
|
+
## servicedirectory.ServiceIamPolicy
|
143
143
|
|
144
144
|
```python
|
145
145
|
import pulumi
|
@@ -199,7 +199,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
199
199
|
|
200
200
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
201
201
|
|
202
|
-
##
|
202
|
+
## servicedirectory.ServiceIamPolicy
|
203
203
|
|
204
204
|
```python
|
205
205
|
import pulumi
|
@@ -301,7 +301,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
301
301
|
|
302
302
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
303
303
|
|
304
|
-
##
|
304
|
+
## servicedirectory.ServiceIamPolicy
|
305
305
|
|
306
306
|
```python
|
307
307
|
import pulumi
|
@@ -361,7 +361,7 @@ class ServiceIamPolicy(pulumi.CustomResource):
|
|
361
361
|
|
362
362
|
> **Note:** `servicedirectory.ServiceIamBinding` resources **can be** used in conjunction with `servicedirectory.ServiceIamMember` resources **only if** they do not grant privilege to the same role.
|
363
363
|
|
364
|
-
##
|
364
|
+
## servicedirectory.ServiceIamPolicy
|
365
365
|
|
366
366
|
```python
|
367
367
|
import pulumi
|
pulumi_gcp/sql/_inputs.py
CHANGED
@@ -49,6 +49,8 @@ __all__ = [
|
|
49
49
|
'DatabaseInstanceSettingsDatabaseFlagArgsDict',
|
50
50
|
'DatabaseInstanceSettingsDenyMaintenancePeriodArgs',
|
51
51
|
'DatabaseInstanceSettingsDenyMaintenancePeriodArgsDict',
|
52
|
+
'DatabaseInstanceSettingsFinalBackupConfigArgs',
|
53
|
+
'DatabaseInstanceSettingsFinalBackupConfigArgsDict',
|
52
54
|
'DatabaseInstanceSettingsInsightsConfigArgs',
|
53
55
|
'DatabaseInstanceSettingsInsightsConfigArgsDict',
|
54
56
|
'DatabaseInstanceSettingsIpConfigurationArgs',
|
@@ -995,6 +997,10 @@ if not MYPY:
|
|
995
997
|
"""
|
996
998
|
Enables [Cloud SQL instances to connect to Vertex AI](https://cloud.google.com/sql/docs/postgres/integrate-cloud-sql-with-vertex-ai) and pass requests for real-time predictions and insights. Defaults to `false`.
|
997
999
|
"""
|
1000
|
+
final_backup_config: NotRequired[pulumi.Input['DatabaseInstanceSettingsFinalBackupConfigArgsDict']]
|
1001
|
+
"""
|
1002
|
+
Config used to determine the final backup settings for the instance
|
1003
|
+
"""
|
998
1004
|
insights_config: NotRequired[pulumi.Input['DatabaseInstanceSettingsInsightsConfigArgsDict']]
|
999
1005
|
"""
|
1000
1006
|
Configuration of Query Insights.
|
@@ -1057,6 +1063,7 @@ class DatabaseInstanceSettingsArgs:
|
|
1057
1063
|
effective_availability_type: Optional[pulumi.Input[_builtins.str]] = None,
|
1058
1064
|
enable_dataplex_integration: Optional[pulumi.Input[_builtins.bool]] = None,
|
1059
1065
|
enable_google_ml_integration: Optional[pulumi.Input[_builtins.bool]] = None,
|
1066
|
+
final_backup_config: Optional[pulumi.Input['DatabaseInstanceSettingsFinalBackupConfigArgs']] = None,
|
1060
1067
|
insights_config: Optional[pulumi.Input['DatabaseInstanceSettingsInsightsConfigArgs']] = None,
|
1061
1068
|
ip_configuration: Optional[pulumi.Input['DatabaseInstanceSettingsIpConfigurationArgs']] = None,
|
1062
1069
|
location_preference: Optional[pulumi.Input['DatabaseInstanceSettingsLocationPreferenceArgs']] = None,
|
@@ -1101,6 +1108,7 @@ class DatabaseInstanceSettingsArgs:
|
|
1101
1108
|
`settings.0.availability_type`).
|
1102
1109
|
:param pulumi.Input[_builtins.bool] enable_dataplex_integration: Enables [Cloud SQL instance integration with Dataplex](https://cloud.google.com/sql/docs/mysql/dataplex-catalog-integration). MySQL, Postgres and SQL Server instances are supported for this feature. Defaults to `false`.
|
1103
1110
|
:param pulumi.Input[_builtins.bool] enable_google_ml_integration: Enables [Cloud SQL instances to connect to Vertex AI](https://cloud.google.com/sql/docs/postgres/integrate-cloud-sql-with-vertex-ai) and pass requests for real-time predictions and insights. Defaults to `false`.
|
1111
|
+
:param pulumi.Input['DatabaseInstanceSettingsFinalBackupConfigArgs'] final_backup_config: Config used to determine the final backup settings for the instance
|
1104
1112
|
:param pulumi.Input['DatabaseInstanceSettingsInsightsConfigArgs'] insights_config: Configuration of Query Insights.
|
1105
1113
|
:param pulumi.Input['DatabaseInstanceSettingsMaintenanceWindowArgs'] maintenance_window: Declares a one-hour maintenance window when an Instance can automatically restart to apply updates. The maintenance window is specified in UTC time.
|
1106
1114
|
:param pulumi.Input[_builtins.str] pricing_plan: Pricing plan for this instance, can only be `PER_USE`.
|
@@ -1155,6 +1163,8 @@ class DatabaseInstanceSettingsArgs:
|
|
1155
1163
|
pulumi.set(__self__, "enable_dataplex_integration", enable_dataplex_integration)
|
1156
1164
|
if enable_google_ml_integration is not None:
|
1157
1165
|
pulumi.set(__self__, "enable_google_ml_integration", enable_google_ml_integration)
|
1166
|
+
if final_backup_config is not None:
|
1167
|
+
pulumi.set(__self__, "final_backup_config", final_backup_config)
|
1158
1168
|
if insights_config is not None:
|
1159
1169
|
pulumi.set(__self__, "insights_config", insights_config)
|
1160
1170
|
if ip_configuration is not None:
|
@@ -1453,6 +1463,18 @@ class DatabaseInstanceSettingsArgs:
|
|
1453
1463
|
def enable_google_ml_integration(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
1454
1464
|
pulumi.set(self, "enable_google_ml_integration", value)
|
1455
1465
|
|
1466
|
+
@_builtins.property
|
1467
|
+
@pulumi.getter(name="finalBackupConfig")
|
1468
|
+
def final_backup_config(self) -> Optional[pulumi.Input['DatabaseInstanceSettingsFinalBackupConfigArgs']]:
|
1469
|
+
"""
|
1470
|
+
Config used to determine the final backup settings for the instance
|
1471
|
+
"""
|
1472
|
+
return pulumi.get(self, "final_backup_config")
|
1473
|
+
|
1474
|
+
@final_backup_config.setter
|
1475
|
+
def final_backup_config(self, value: Optional[pulumi.Input['DatabaseInstanceSettingsFinalBackupConfigArgs']]):
|
1476
|
+
pulumi.set(self, "final_backup_config", value)
|
1477
|
+
|
1456
1478
|
@_builtins.property
|
1457
1479
|
@pulumi.getter(name="insightsConfig")
|
1458
1480
|
def insights_config(self) -> Optional[pulumi.Input['DatabaseInstanceSettingsInsightsConfigArgs']]:
|
@@ -2106,6 +2128,58 @@ class DatabaseInstanceSettingsDenyMaintenancePeriodArgs:
|
|
2106
2128
|
pulumi.set(self, "time", value)
|
2107
2129
|
|
2108
2130
|
|
2131
|
+
if not MYPY:
|
2132
|
+
class DatabaseInstanceSettingsFinalBackupConfigArgsDict(TypedDict):
|
2133
|
+
enabled: NotRequired[pulumi.Input[_builtins.bool]]
|
2134
|
+
"""
|
2135
|
+
True if enabled final backup.
|
2136
|
+
"""
|
2137
|
+
retention_days: NotRequired[pulumi.Input[_builtins.int]]
|
2138
|
+
"""
|
2139
|
+
The number of days we retain the final backup after instance deletion. The valid range is between 1 and 365. For instances managed by BackupDR, the valid range is between 1 day and 99 years.
|
2140
|
+
"""
|
2141
|
+
elif False:
|
2142
|
+
DatabaseInstanceSettingsFinalBackupConfigArgsDict: TypeAlias = Mapping[str, Any]
|
2143
|
+
|
2144
|
+
@pulumi.input_type
|
2145
|
+
class DatabaseInstanceSettingsFinalBackupConfigArgs:
|
2146
|
+
def __init__(__self__, *,
|
2147
|
+
enabled: Optional[pulumi.Input[_builtins.bool]] = None,
|
2148
|
+
retention_days: Optional[pulumi.Input[_builtins.int]] = None):
|
2149
|
+
"""
|
2150
|
+
:param pulumi.Input[_builtins.bool] enabled: True if enabled final backup.
|
2151
|
+
:param pulumi.Input[_builtins.int] retention_days: The number of days we retain the final backup after instance deletion. The valid range is between 1 and 365. For instances managed by BackupDR, the valid range is between 1 day and 99 years.
|
2152
|
+
"""
|
2153
|
+
if enabled is not None:
|
2154
|
+
pulumi.set(__self__, "enabled", enabled)
|
2155
|
+
if retention_days is not None:
|
2156
|
+
pulumi.set(__self__, "retention_days", retention_days)
|
2157
|
+
|
2158
|
+
@_builtins.property
|
2159
|
+
@pulumi.getter
|
2160
|
+
def enabled(self) -> Optional[pulumi.Input[_builtins.bool]]:
|
2161
|
+
"""
|
2162
|
+
True if enabled final backup.
|
2163
|
+
"""
|
2164
|
+
return pulumi.get(self, "enabled")
|
2165
|
+
|
2166
|
+
@enabled.setter
|
2167
|
+
def enabled(self, value: Optional[pulumi.Input[_builtins.bool]]):
|
2168
|
+
pulumi.set(self, "enabled", value)
|
2169
|
+
|
2170
|
+
@_builtins.property
|
2171
|
+
@pulumi.getter(name="retentionDays")
|
2172
|
+
def retention_days(self) -> Optional[pulumi.Input[_builtins.int]]:
|
2173
|
+
"""
|
2174
|
+
The number of days we retain the final backup after instance deletion. The valid range is between 1 and 365. For instances managed by BackupDR, the valid range is between 1 day and 99 years.
|
2175
|
+
"""
|
2176
|
+
return pulumi.get(self, "retention_days")
|
2177
|
+
|
2178
|
+
@retention_days.setter
|
2179
|
+
def retention_days(self, value: Optional[pulumi.Input[_builtins.int]]):
|
2180
|
+
pulumi.set(self, "retention_days", value)
|
2181
|
+
|
2182
|
+
|
2109
2183
|
if not MYPY:
|
2110
2184
|
class DatabaseInstanceSettingsInsightsConfigArgsDict(TypedDict):
|
2111
2185
|
query_insights_enabled: NotRequired[pulumi.Input[_builtins.bool]]
|
@@ -2619,10 +2693,22 @@ if not MYPY:
|
|
2619
2693
|
"""
|
2620
2694
|
"The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. For example, `projects/project1/global/networks/network1`. The consumer host project of this network might be different from the consumer service project."
|
2621
2695
|
"""
|
2696
|
+
consumer_network_status: NotRequired[pulumi.Input[_builtins.str]]
|
2697
|
+
"""
|
2698
|
+
(Output) The connection policy status of the consumer network.
|
2699
|
+
"""
|
2622
2700
|
consumer_service_project_id: NotRequired[pulumi.Input[_builtins.str]]
|
2623
2701
|
"""
|
2624
2702
|
The project ID of consumer service project of this consumer endpoint.
|
2625
2703
|
"""
|
2704
|
+
ip_address: NotRequired[pulumi.Input[_builtins.str]]
|
2705
|
+
"""
|
2706
|
+
(Output) The IP address of the consumer endpoint.
|
2707
|
+
"""
|
2708
|
+
status: NotRequired[pulumi.Input[_builtins.str]]
|
2709
|
+
"""
|
2710
|
+
(Output) The connection status of the consumer endpoint.
|
2711
|
+
"""
|
2626
2712
|
elif False:
|
2627
2713
|
DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnectionArgsDict: TypeAlias = Mapping[str, Any]
|
2628
2714
|
|
@@ -2630,14 +2716,26 @@ elif False:
|
|
2630
2716
|
class DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnectionArgs:
|
2631
2717
|
def __init__(__self__, *,
|
2632
2718
|
consumer_network: pulumi.Input[_builtins.str],
|
2633
|
-
|
2719
|
+
consumer_network_status: Optional[pulumi.Input[_builtins.str]] = None,
|
2720
|
+
consumer_service_project_id: Optional[pulumi.Input[_builtins.str]] = None,
|
2721
|
+
ip_address: Optional[pulumi.Input[_builtins.str]] = None,
|
2722
|
+
status: Optional[pulumi.Input[_builtins.str]] = None):
|
2634
2723
|
"""
|
2635
2724
|
:param pulumi.Input[_builtins.str] consumer_network: "The consumer network of this consumer endpoint. This must be a resource path that includes both the host project and the network name. For example, `projects/project1/global/networks/network1`. The consumer host project of this network might be different from the consumer service project."
|
2725
|
+
:param pulumi.Input[_builtins.str] consumer_network_status: (Output) The connection policy status of the consumer network.
|
2636
2726
|
:param pulumi.Input[_builtins.str] consumer_service_project_id: The project ID of consumer service project of this consumer endpoint.
|
2727
|
+
:param pulumi.Input[_builtins.str] ip_address: (Output) The IP address of the consumer endpoint.
|
2728
|
+
:param pulumi.Input[_builtins.str] status: (Output) The connection status of the consumer endpoint.
|
2637
2729
|
"""
|
2638
2730
|
pulumi.set(__self__, "consumer_network", consumer_network)
|
2731
|
+
if consumer_network_status is not None:
|
2732
|
+
pulumi.set(__self__, "consumer_network_status", consumer_network_status)
|
2639
2733
|
if consumer_service_project_id is not None:
|
2640
2734
|
pulumi.set(__self__, "consumer_service_project_id", consumer_service_project_id)
|
2735
|
+
if ip_address is not None:
|
2736
|
+
pulumi.set(__self__, "ip_address", ip_address)
|
2737
|
+
if status is not None:
|
2738
|
+
pulumi.set(__self__, "status", status)
|
2641
2739
|
|
2642
2740
|
@_builtins.property
|
2643
2741
|
@pulumi.getter(name="consumerNetwork")
|
@@ -2651,6 +2749,18 @@ class DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnectionArgs:
|
|
2651
2749
|
def consumer_network(self, value: pulumi.Input[_builtins.str]):
|
2652
2750
|
pulumi.set(self, "consumer_network", value)
|
2653
2751
|
|
2752
|
+
@_builtins.property
|
2753
|
+
@pulumi.getter(name="consumerNetworkStatus")
|
2754
|
+
def consumer_network_status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2755
|
+
"""
|
2756
|
+
(Output) The connection policy status of the consumer network.
|
2757
|
+
"""
|
2758
|
+
return pulumi.get(self, "consumer_network_status")
|
2759
|
+
|
2760
|
+
@consumer_network_status.setter
|
2761
|
+
def consumer_network_status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2762
|
+
pulumi.set(self, "consumer_network_status", value)
|
2763
|
+
|
2654
2764
|
@_builtins.property
|
2655
2765
|
@pulumi.getter(name="consumerServiceProjectId")
|
2656
2766
|
def consumer_service_project_id(self) -> Optional[pulumi.Input[_builtins.str]]:
|
@@ -2663,6 +2773,30 @@ class DatabaseInstanceSettingsIpConfigurationPscConfigPscAutoConnectionArgs:
|
|
2663
2773
|
def consumer_service_project_id(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2664
2774
|
pulumi.set(self, "consumer_service_project_id", value)
|
2665
2775
|
|
2776
|
+
@_builtins.property
|
2777
|
+
@pulumi.getter(name="ipAddress")
|
2778
|
+
def ip_address(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2779
|
+
"""
|
2780
|
+
(Output) The IP address of the consumer endpoint.
|
2781
|
+
"""
|
2782
|
+
return pulumi.get(self, "ip_address")
|
2783
|
+
|
2784
|
+
@ip_address.setter
|
2785
|
+
def ip_address(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2786
|
+
pulumi.set(self, "ip_address", value)
|
2787
|
+
|
2788
|
+
@_builtins.property
|
2789
|
+
@pulumi.getter
|
2790
|
+
def status(self) -> Optional[pulumi.Input[_builtins.str]]:
|
2791
|
+
"""
|
2792
|
+
(Output) The connection status of the consumer endpoint.
|
2793
|
+
"""
|
2794
|
+
return pulumi.get(self, "status")
|
2795
|
+
|
2796
|
+
@status.setter
|
2797
|
+
def status(self, value: Optional[pulumi.Input[_builtins.str]]):
|
2798
|
+
pulumi.set(self, "status", value)
|
2799
|
+
|
2666
2800
|
|
2667
2801
|
if not MYPY:
|
2668
2802
|
class DatabaseInstanceSettingsLocationPreferenceArgsDict(TypedDict):
|