pulumi-gcp 8.41.0a1755297349__py3-none-any.whl → 8.42.0a1756095712__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 +24 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +2 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/api_iam_binding.py +2 -0
- pulumi_gcp/apigateway/api_iam_member.py +2 -0
- pulumi_gcp/apigateway/api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/environment_iam_binding.py +2 -0
- pulumi_gcp/apigee/environment_iam_member.py +2 -0
- pulumi_gcp/apigee/environment_iam_policy.py +2 -0
- pulumi_gcp/artifactregistry/__init__.py +5 -0
- pulumi_gcp/artifactregistry/get_package.py +220 -0
- pulumi_gcp/artifactregistry/get_repositories.py +160 -0
- pulumi_gcp/artifactregistry/get_tag.py +187 -0
- pulumi_gcp/artifactregistry/get_tags.py +200 -0
- pulumi_gcp/artifactregistry/get_version.py +261 -0
- pulumi_gcp/artifactregistry/outputs.py +130 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -0
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +114 -7
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +12 -1
- pulumi_gcp/beyondcorp/application_iam_binding.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +8 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +8 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +2 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +2 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -0
- pulumi_gcp/bigquery/connection_iam_member.py +2 -0
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -0
- pulumi_gcp/bigquery/data_transfer_config.py +2 -0
- pulumi_gcp/bigquery/dataset.py +2 -2
- pulumi_gcp/bigquery/iam_binding.py +2 -0
- pulumi_gcp/bigquery/iam_member.py +2 -0
- pulumi_gcp/bigquery/iam_policy.py +2 -0
- pulumi_gcp/bigquery/reservation.py +535 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -0
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -0
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -0
- pulumi_gcp/clouddeploy/_inputs.py +48 -48
- pulumi_gcp/clouddeploy/deploy_policy.py +54 -74
- pulumi_gcp/clouddeploy/outputs.py +32 -32
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -0
- pulumi_gcp/cloudrun/iam_binding.py +2 -0
- pulumi_gcp/cloudrun/iam_member.py +2 -0
- pulumi_gcp/cloudrun/iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +2 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_policy.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -0
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_binding.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +2 -0
- pulumi_gcp/colab/runtime_template_iam_policy.py +2 -0
- pulumi_gcp/composer/user_workloads_config_map.py +26 -2
- pulumi_gcp/compute/_inputs.py +355 -0
- pulumi_gcp/compute/disk_iam_binding.py +2 -0
- pulumi_gcp/compute/disk_iam_member.py +2 -0
- pulumi_gcp/compute/disk_iam_policy.py +2 -0
- pulumi_gcp/compute/get_region_backend_service.py +12 -1
- pulumi_gcp/compute/image_iam_binding.py +2 -0
- pulumi_gcp/compute/image_iam_member.py +2 -0
- pulumi_gcp/compute/image_iam_policy.py +2 -0
- pulumi_gcp/compute/instance_iam_binding.py +2 -0
- pulumi_gcp/compute/instance_iam_member.py +2 -0
- pulumi_gcp/compute/instance_iam_policy.py +2 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +2 -0
- pulumi_gcp/compute/instance_template_iam_member.py +2 -0
- pulumi_gcp/compute/instance_template_iam_policy.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/instant_snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -0
- pulumi_gcp/compute/machine_image_iam_member.py +2 -0
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -0
- pulumi_gcp/compute/outputs.py +404 -0
- pulumi_gcp/compute/region_backend_service.py +257 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -0
- pulumi_gcp/compute/region_disk_iam_member.py +2 -0
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -0
- pulumi_gcp/compute/region_security_policy.py +54 -0
- pulumi_gcp/compute/service_attachment.py +126 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -0
- pulumi_gcp/compute/snapshot_iam_member.py +2 -0
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +2 -0
- pulumi_gcp/compute/storage_pool_iam_policy.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -0
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -0
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/_inputs.py +2373 -267
- pulumi_gcp/container/outputs.py +2481 -81
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -0
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +2 -0
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -0
- pulumi_gcp/datafusion/instance.py +18 -4
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -0
- pulumi_gcp/dataplex/asset_iam_member.py +2 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +2 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +2 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -0
- pulumi_gcp/dataplex/lake_iam_member.py +2 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -0
- pulumi_gcp/dataplex/task_iam_binding.py +2 -0
- pulumi_gcp/dataplex/task_iam_member.py +2 -0
- pulumi_gcp/dataplex/task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -0
- pulumi_gcp/dataplex/zone_iam_member.py +2 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +2 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +2 -0
- pulumi_gcp/diagflow/__init__.py +2 -0
- pulumi_gcp/diagflow/_inputs.py +2829 -0
- pulumi_gcp/diagflow/conversation_profile.py +959 -0
- pulumi_gcp/diagflow/cx_playbook.py +967 -0
- pulumi_gcp/diagflow/outputs.py +2330 -0
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -0
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -0
- pulumi_gcp/endpoints/service_iam_binding.py +2 -0
- pulumi_gcp/endpoints/service_iam_member.py +2 -0
- pulumi_gcp/endpoints/service_iam_policy.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +2 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -0
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -0
- pulumi_gcp/gkehub/feature_iam_member.py +2 -0
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -0
- pulumi_gcp/gkehub/membership_iam_member.py +2 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -0
- pulumi_gcp/gkehub/scope_iam_member.py +2 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +24 -3
- pulumi_gcp/healthcare/consent_store_iam_binding.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +2 -0
- pulumi_gcp/healthcare/consent_store_iam_policy.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_binding.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_member.py +2 -0
- pulumi_gcp/iam/workforce_pool_iam_policy.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -0
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_iam_binding.py +2 -0
- pulumi_gcp/iap/web_iam_member.py +2 -0
- pulumi_gcp/iap/web_iam_policy.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -0
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -0
- pulumi_gcp/kms/crypto_key.py +7 -0
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -0
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -0
- pulumi_gcp/kms/outputs.py +2 -0
- pulumi_gcp/logging/log_view_iam_binding.py +2 -0
- pulumi_gcp/logging/log_view_iam_member.py +2 -0
- pulumi_gcp/logging/log_view_iam_policy.py +2 -0
- pulumi_gcp/memorystore/get_instance.py +12 -1
- pulumi_gcp/memorystore/instance.py +70 -0
- pulumi_gcp/monitoring/_inputs.py +3 -3
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +213 -168
- pulumi_gcp/notebooks/instance.py +18 -18
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -0
- pulumi_gcp/notebooks/instance_iam_member.py +2 -0
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -0
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -0
- pulumi_gcp/organizations/folder.py +56 -0
- pulumi_gcp/organizations/get_folder.py +29 -1
- pulumi_gcp/projects/api_key.py +88 -1
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -0
- pulumi_gcp/pubsub/schema_iam_member.py +2 -0
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -0
- pulumi_gcp/pubsub/subscription.py +84 -0
- pulumi_gcp/pubsub/topic.py +80 -0
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -0
- pulumi_gcp/pubsub/topic_iam_member.py +2 -0
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/secret_version.py +1 -48
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -0
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_member.py +18 -4
- pulumi_gcp/securitycenter/instance_iam_policy.py +18 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +2 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +2 -0
- pulumi_gcp/servicedirectory/service_iam_policy.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -0
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -0
- pulumi_gcp/sql/_inputs.py +82 -4
- pulumi_gcp/sql/database_instance.py +108 -7
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +154 -7
- pulumi_gcp/storage/_inputs.py +104 -12
- pulumi_gcp/storage/outputs.py +84 -7
- pulumi_gcp/tags/tag_key_iam_binding.py +2 -0
- pulumi_gcp/tags/tag_key_iam_member.py +2 -0
- pulumi_gcp/tags/tag_key_iam_policy.py +2 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +2 -0
- pulumi_gcp/tags/tag_value_iam_member.py +2 -0
- pulumi_gcp/tags/tag_value_iam_policy.py +2 -0
- pulumi_gcp/tpu/get_tensorflow_versions.py +10 -0
- pulumi_gcp/vertex/__init__.py +1 -0
- pulumi_gcp/vertex/_inputs.py +122 -0
- pulumi_gcp/vertex/ai_index.py +21 -7
- pulumi_gcp/vertex/ai_rag_engine_config.py +354 -0
- pulumi_gcp/vertex/outputs.py +69 -0
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/RECORD +343 -335
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.41.0a1755297349.dist-info → pulumi_gcp-8.42.0a1756095712.dist-info}/top_level.txt +0 -0
@@ -395,6 +395,7 @@ class InstanceTemplateIamMember(pulumi.CustomResource):
|
|
395
395
|
-
|
396
396
|
|
397
397
|
# IAM policy for Compute Engine InstanceTemplate
|
398
|
+
|
398
399
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
399
400
|
|
400
401
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -691,6 +692,7 @@ class InstanceTemplateIamMember(pulumi.CustomResource):
|
|
691
692
|
-
|
692
693
|
|
693
694
|
# IAM policy for Compute Engine InstanceTemplate
|
695
|
+
|
694
696
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
695
697
|
|
696
698
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -280,6 +280,7 @@ class InstanceTemplateIamPolicy(pulumi.CustomResource):
|
|
280
280
|
-
|
281
281
|
|
282
282
|
# IAM policy for Compute Engine InstanceTemplate
|
283
|
+
|
283
284
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
284
285
|
|
285
286
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -562,6 +563,7 @@ class InstanceTemplateIamPolicy(pulumi.CustomResource):
|
|
562
563
|
-
|
563
564
|
|
564
565
|
# IAM policy for Compute Engine InstanceTemplate
|
566
|
+
|
565
567
|
Three different resources help you manage your IAM policy for Compute Engine InstanceTemplate. Each of these resources serves a different use case:
|
566
568
|
|
567
569
|
* `compute.InstanceTemplateIamPolicy`: Authoritative. Sets the IAM policy for the instancetemplate and replaces any existing policy already attached.
|
@@ -442,6 +442,7 @@ class InstantSnapshotIamBinding(pulumi.CustomResource):
|
|
442
442
|
-
|
443
443
|
|
444
444
|
# IAM policy for Compute Engine InstantSnapshot
|
445
|
+
|
445
446
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
446
447
|
|
447
448
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -755,6 +756,7 @@ class InstantSnapshotIamBinding(pulumi.CustomResource):
|
|
755
756
|
-
|
756
757
|
|
757
758
|
# IAM policy for Compute Engine InstantSnapshot
|
759
|
+
|
758
760
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
759
761
|
|
760
762
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -442,6 +442,7 @@ class InstantSnapshotIamMember(pulumi.CustomResource):
|
|
442
442
|
-
|
443
443
|
|
444
444
|
# IAM policy for Compute Engine InstantSnapshot
|
445
|
+
|
445
446
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
446
447
|
|
447
448
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -755,6 +756,7 @@ class InstantSnapshotIamMember(pulumi.CustomResource):
|
|
755
756
|
-
|
756
757
|
|
757
758
|
# IAM policy for Compute Engine InstantSnapshot
|
759
|
+
|
758
760
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
759
761
|
|
760
762
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -327,6 +327,7 @@ class InstantSnapshotIamPolicy(pulumi.CustomResource):
|
|
327
327
|
-
|
328
328
|
|
329
329
|
# IAM policy for Compute Engine InstantSnapshot
|
330
|
+
|
330
331
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
331
332
|
|
332
333
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -626,6 +627,7 @@ class InstantSnapshotIamPolicy(pulumi.CustomResource):
|
|
626
627
|
-
|
627
628
|
|
628
629
|
# IAM policy for Compute Engine InstantSnapshot
|
630
|
+
|
629
631
|
Three different resources help you manage your IAM policy for Compute Engine InstantSnapshot. Each of these resources serves a different use case:
|
630
632
|
|
631
633
|
* `compute.InstantSnapshotIamPolicy`: Authoritative. Sets the IAM policy for the instantsnapshot and replaces any existing policy already attached.
|
@@ -393,6 +393,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
393
393
|
-
|
394
394
|
|
395
395
|
# IAM policy for Compute Engine MachineImage
|
396
|
+
|
396
397
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
397
398
|
|
398
399
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -687,6 +688,7 @@ class MachineImageIamBinding(pulumi.CustomResource):
|
|
687
688
|
-
|
688
689
|
|
689
690
|
# IAM policy for Compute Engine MachineImage
|
691
|
+
|
690
692
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
691
693
|
|
692
694
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -393,6 +393,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
393
393
|
-
|
394
394
|
|
395
395
|
# IAM policy for Compute Engine MachineImage
|
396
|
+
|
396
397
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
397
398
|
|
398
399
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -687,6 +688,7 @@ class MachineImageIamMember(pulumi.CustomResource):
|
|
687
688
|
-
|
688
689
|
|
689
690
|
# IAM policy for Compute Engine MachineImage
|
691
|
+
|
690
692
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
691
693
|
|
692
694
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -278,6 +278,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
278
278
|
-
|
279
279
|
|
280
280
|
# IAM policy for Compute Engine MachineImage
|
281
|
+
|
281
282
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
282
283
|
|
283
284
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
@@ -558,6 +559,7 @@ class MachineImageIamPolicy(pulumi.CustomResource):
|
|
558
559
|
-
|
559
560
|
|
560
561
|
# IAM policy for Compute Engine MachineImage
|
562
|
+
|
561
563
|
Three different resources help you manage your IAM policy for Compute Engine MachineImage. Each of these resources serves a different use case:
|
562
564
|
|
563
565
|
* `compute.MachineImageIamPolicy`: Authoritative. Sets the IAM policy for the machineimage and replaces any existing policy already attached.
|
pulumi_gcp/compute/outputs.py
CHANGED
@@ -378,6 +378,9 @@ __all__ = [
|
|
378
378
|
'RegionBackendServiceDynamicForwarding',
|
379
379
|
'RegionBackendServiceDynamicForwardingIpPortSelection',
|
380
380
|
'RegionBackendServiceFailoverPolicy',
|
381
|
+
'RegionBackendServiceHaPolicy',
|
382
|
+
'RegionBackendServiceHaPolicyLeader',
|
383
|
+
'RegionBackendServiceHaPolicyLeaderNetworkEndpoint',
|
381
384
|
'RegionBackendServiceIamBindingCondition',
|
382
385
|
'RegionBackendServiceIamMemberCondition',
|
383
386
|
'RegionBackendServiceIap',
|
@@ -490,6 +493,8 @@ __all__ = [
|
|
490
493
|
'RegionResizeRequestStatusLastAttemptErrorErrorErrorDetailHelpLink',
|
491
494
|
'RegionResizeRequestStatusLastAttemptErrorErrorErrorDetailLocalizedMessage',
|
492
495
|
'RegionResizeRequestStatusLastAttemptErrorErrorErrorDetailQuotaInfo',
|
496
|
+
'RegionSecurityPolicyAdvancedOptionsConfig',
|
497
|
+
'RegionSecurityPolicyAdvancedOptionsConfigJsonCustomConfig',
|
493
498
|
'RegionSecurityPolicyDdosProtectionConfig',
|
494
499
|
'RegionSecurityPolicyRule',
|
495
500
|
'RegionSecurityPolicyRuleMatch',
|
@@ -966,6 +971,9 @@ __all__ = [
|
|
966
971
|
'GetRegionBackendServiceDynamicForwardingResult',
|
967
972
|
'GetRegionBackendServiceDynamicForwardingIpPortSelectionResult',
|
968
973
|
'GetRegionBackendServiceFailoverPolicyResult',
|
974
|
+
'GetRegionBackendServiceHaPolicyResult',
|
975
|
+
'GetRegionBackendServiceHaPolicyLeaderResult',
|
976
|
+
'GetRegionBackendServiceHaPolicyLeaderNetworkEndpointResult',
|
969
977
|
'GetRegionBackendServiceIapResult',
|
970
978
|
'GetRegionBackendServiceLogConfigResult',
|
971
979
|
'GetRegionBackendServiceOutlierDetectionResult',
|
@@ -28443,6 +28451,157 @@ class RegionBackendServiceFailoverPolicy(dict):
|
|
28443
28451
|
return pulumi.get(self, "failover_ratio")
|
28444
28452
|
|
28445
28453
|
|
28454
|
+
@pulumi.output_type
|
28455
|
+
class RegionBackendServiceHaPolicy(dict):
|
28456
|
+
@staticmethod
|
28457
|
+
def __key_warning(key: str):
|
28458
|
+
suggest = None
|
28459
|
+
if key == "fastIpMove":
|
28460
|
+
suggest = "fast_ip_move"
|
28461
|
+
|
28462
|
+
if suggest:
|
28463
|
+
pulumi.log.warn(f"Key '{key}' not found in RegionBackendServiceHaPolicy. Access the value via the '{suggest}' property getter instead.")
|
28464
|
+
|
28465
|
+
def __getitem__(self, key: str) -> Any:
|
28466
|
+
RegionBackendServiceHaPolicy.__key_warning(key)
|
28467
|
+
return super().__getitem__(key)
|
28468
|
+
|
28469
|
+
def get(self, key: str, default = None) -> Any:
|
28470
|
+
RegionBackendServiceHaPolicy.__key_warning(key)
|
28471
|
+
return super().get(key, default)
|
28472
|
+
|
28473
|
+
def __init__(__self__, *,
|
28474
|
+
fast_ip_move: Optional[_builtins.str] = None,
|
28475
|
+
leader: Optional['outputs.RegionBackendServiceHaPolicyLeader'] = None):
|
28476
|
+
"""
|
28477
|
+
:param _builtins.str fast_ip_move: Specifies whether fast IP move is enabled, and if so, the mechanism to achieve it.
|
28478
|
+
Supported values are:
|
28479
|
+
* `DISABLED`: Fast IP Move is disabled. You can only use the haPolicy.leader API to
|
28480
|
+
update the leader.
|
28481
|
+
* `GARP_RA`: Provides a method to very quickly define a new network endpoint as the
|
28482
|
+
leader. This method is faster than updating the leader using the
|
28483
|
+
haPolicy.leader API. Fast IP move works as follows: The VM hosting the
|
28484
|
+
network endpoint that should become the new leader sends either a
|
28485
|
+
Gratuitous ARP (GARP) packet (IPv4) or an ICMPv6 Router Advertisement(RA)
|
28486
|
+
packet (IPv6). Google Cloud immediately but temporarily associates the
|
28487
|
+
forwarding rule IP address with that VM, and both new and in-flight packets
|
28488
|
+
are quickly delivered to that VM.
|
28489
|
+
Possible values are: `DISABLED`, `GARP_RA`.
|
28490
|
+
:param 'RegionBackendServiceHaPolicyLeaderArgs' leader: Selects one of the network endpoints attached to the backend NEGs of this service as the
|
28491
|
+
active endpoint (the leader) that receives all traffic.
|
28492
|
+
Structure is documented below.
|
28493
|
+
"""
|
28494
|
+
if fast_ip_move is not None:
|
28495
|
+
pulumi.set(__self__, "fast_ip_move", fast_ip_move)
|
28496
|
+
if leader is not None:
|
28497
|
+
pulumi.set(__self__, "leader", leader)
|
28498
|
+
|
28499
|
+
@_builtins.property
|
28500
|
+
@pulumi.getter(name="fastIpMove")
|
28501
|
+
def fast_ip_move(self) -> Optional[_builtins.str]:
|
28502
|
+
"""
|
28503
|
+
Specifies whether fast IP move is enabled, and if so, the mechanism to achieve it.
|
28504
|
+
Supported values are:
|
28505
|
+
* `DISABLED`: Fast IP Move is disabled. You can only use the haPolicy.leader API to
|
28506
|
+
update the leader.
|
28507
|
+
* `GARP_RA`: Provides a method to very quickly define a new network endpoint as the
|
28508
|
+
leader. This method is faster than updating the leader using the
|
28509
|
+
haPolicy.leader API. Fast IP move works as follows: The VM hosting the
|
28510
|
+
network endpoint that should become the new leader sends either a
|
28511
|
+
Gratuitous ARP (GARP) packet (IPv4) or an ICMPv6 Router Advertisement(RA)
|
28512
|
+
packet (IPv6). Google Cloud immediately but temporarily associates the
|
28513
|
+
forwarding rule IP address with that VM, and both new and in-flight packets
|
28514
|
+
are quickly delivered to that VM.
|
28515
|
+
Possible values are: `DISABLED`, `GARP_RA`.
|
28516
|
+
"""
|
28517
|
+
return pulumi.get(self, "fast_ip_move")
|
28518
|
+
|
28519
|
+
@_builtins.property
|
28520
|
+
@pulumi.getter
|
28521
|
+
def leader(self) -> Optional['outputs.RegionBackendServiceHaPolicyLeader']:
|
28522
|
+
"""
|
28523
|
+
Selects one of the network endpoints attached to the backend NEGs of this service as the
|
28524
|
+
active endpoint (the leader) that receives all traffic.
|
28525
|
+
Structure is documented below.
|
28526
|
+
"""
|
28527
|
+
return pulumi.get(self, "leader")
|
28528
|
+
|
28529
|
+
|
28530
|
+
@pulumi.output_type
|
28531
|
+
class RegionBackendServiceHaPolicyLeader(dict):
|
28532
|
+
@staticmethod
|
28533
|
+
def __key_warning(key: str):
|
28534
|
+
suggest = None
|
28535
|
+
if key == "backendGroup":
|
28536
|
+
suggest = "backend_group"
|
28537
|
+
elif key == "networkEndpoint":
|
28538
|
+
suggest = "network_endpoint"
|
28539
|
+
|
28540
|
+
if suggest:
|
28541
|
+
pulumi.log.warn(f"Key '{key}' not found in RegionBackendServiceHaPolicyLeader. Access the value via the '{suggest}' property getter instead.")
|
28542
|
+
|
28543
|
+
def __getitem__(self, key: str) -> Any:
|
28544
|
+
RegionBackendServiceHaPolicyLeader.__key_warning(key)
|
28545
|
+
return super().__getitem__(key)
|
28546
|
+
|
28547
|
+
def get(self, key: str, default = None) -> Any:
|
28548
|
+
RegionBackendServiceHaPolicyLeader.__key_warning(key)
|
28549
|
+
return super().get(key, default)
|
28550
|
+
|
28551
|
+
def __init__(__self__, *,
|
28552
|
+
backend_group: Optional[_builtins.str] = None,
|
28553
|
+
network_endpoint: Optional['outputs.RegionBackendServiceHaPolicyLeaderNetworkEndpoint'] = None):
|
28554
|
+
"""
|
28555
|
+
:param _builtins.str backend_group: A fully-qualified URL of the zonal Network Endpoint Group (NEG) that the leader is
|
28556
|
+
attached to.
|
28557
|
+
:param 'RegionBackendServiceHaPolicyLeaderNetworkEndpointArgs' network_endpoint: The network endpoint within the leader.backendGroup that is designated as the leader.
|
28558
|
+
Structure is documented below.
|
28559
|
+
"""
|
28560
|
+
if backend_group is not None:
|
28561
|
+
pulumi.set(__self__, "backend_group", backend_group)
|
28562
|
+
if network_endpoint is not None:
|
28563
|
+
pulumi.set(__self__, "network_endpoint", network_endpoint)
|
28564
|
+
|
28565
|
+
@_builtins.property
|
28566
|
+
@pulumi.getter(name="backendGroup")
|
28567
|
+
def backend_group(self) -> Optional[_builtins.str]:
|
28568
|
+
"""
|
28569
|
+
A fully-qualified URL of the zonal Network Endpoint Group (NEG) that the leader is
|
28570
|
+
attached to.
|
28571
|
+
"""
|
28572
|
+
return pulumi.get(self, "backend_group")
|
28573
|
+
|
28574
|
+
@_builtins.property
|
28575
|
+
@pulumi.getter(name="networkEndpoint")
|
28576
|
+
def network_endpoint(self) -> Optional['outputs.RegionBackendServiceHaPolicyLeaderNetworkEndpoint']:
|
28577
|
+
"""
|
28578
|
+
The network endpoint within the leader.backendGroup that is designated as the leader.
|
28579
|
+
Structure is documented below.
|
28580
|
+
"""
|
28581
|
+
return pulumi.get(self, "network_endpoint")
|
28582
|
+
|
28583
|
+
|
28584
|
+
@pulumi.output_type
|
28585
|
+
class RegionBackendServiceHaPolicyLeaderNetworkEndpoint(dict):
|
28586
|
+
def __init__(__self__, *,
|
28587
|
+
instance: Optional[_builtins.str] = None):
|
28588
|
+
"""
|
28589
|
+
:param _builtins.str instance: The name of the VM instance of the leader network endpoint. The instance must
|
28590
|
+
already be attached to the NEG specified in the haPolicy.leader.backendGroup.
|
28591
|
+
"""
|
28592
|
+
if instance is not None:
|
28593
|
+
pulumi.set(__self__, "instance", instance)
|
28594
|
+
|
28595
|
+
@_builtins.property
|
28596
|
+
@pulumi.getter
|
28597
|
+
def instance(self) -> Optional[_builtins.str]:
|
28598
|
+
"""
|
28599
|
+
The name of the VM instance of the leader network endpoint. The instance must
|
28600
|
+
already be attached to the NEG specified in the haPolicy.leader.backendGroup.
|
28601
|
+
"""
|
28602
|
+
return pulumi.get(self, "instance")
|
28603
|
+
|
28604
|
+
|
28446
28605
|
@pulumi.output_type
|
28447
28606
|
class RegionBackendServiceIamBindingCondition(dict):
|
28448
28607
|
def __init__(__self__, *,
|
@@ -36879,6 +37038,143 @@ class RegionResizeRequestStatusLastAttemptErrorErrorErrorDetailQuotaInfo(dict):
|
|
36879
37038
|
return pulumi.get(self, "rollout_status")
|
36880
37039
|
|
36881
37040
|
|
37041
|
+
@pulumi.output_type
|
37042
|
+
class RegionSecurityPolicyAdvancedOptionsConfig(dict):
|
37043
|
+
@staticmethod
|
37044
|
+
def __key_warning(key: str):
|
37045
|
+
suggest = None
|
37046
|
+
if key == "jsonCustomConfig":
|
37047
|
+
suggest = "json_custom_config"
|
37048
|
+
elif key == "jsonParsing":
|
37049
|
+
suggest = "json_parsing"
|
37050
|
+
elif key == "logLevel":
|
37051
|
+
suggest = "log_level"
|
37052
|
+
elif key == "requestBodyInspectionSize":
|
37053
|
+
suggest = "request_body_inspection_size"
|
37054
|
+
elif key == "userIpRequestHeaders":
|
37055
|
+
suggest = "user_ip_request_headers"
|
37056
|
+
|
37057
|
+
if suggest:
|
37058
|
+
pulumi.log.warn(f"Key '{key}' not found in RegionSecurityPolicyAdvancedOptionsConfig. Access the value via the '{suggest}' property getter instead.")
|
37059
|
+
|
37060
|
+
def __getitem__(self, key: str) -> Any:
|
37061
|
+
RegionSecurityPolicyAdvancedOptionsConfig.__key_warning(key)
|
37062
|
+
return super().__getitem__(key)
|
37063
|
+
|
37064
|
+
def get(self, key: str, default = None) -> Any:
|
37065
|
+
RegionSecurityPolicyAdvancedOptionsConfig.__key_warning(key)
|
37066
|
+
return super().get(key, default)
|
37067
|
+
|
37068
|
+
def __init__(__self__, *,
|
37069
|
+
json_custom_config: Optional['outputs.RegionSecurityPolicyAdvancedOptionsConfigJsonCustomConfig'] = None,
|
37070
|
+
json_parsing: Optional[_builtins.str] = None,
|
37071
|
+
log_level: Optional[_builtins.str] = None,
|
37072
|
+
request_body_inspection_size: Optional[_builtins.str] = None,
|
37073
|
+
user_ip_request_headers: Optional[Sequence[_builtins.str]] = None):
|
37074
|
+
"""
|
37075
|
+
:param 'RegionSecurityPolicyAdvancedOptionsConfigJsonCustomConfigArgs' json_custom_config: Custom configuration to apply the JSON parsing. Only applicable when JSON parsing is set to STANDARD.
|
37076
|
+
Structure is documented below.
|
37077
|
+
:param _builtins.str json_parsing: JSON body parsing. Supported values include: "DISABLED", "STANDARD", "STANDARD_WITH_GRAPHQL".
|
37078
|
+
Possible values are: `DISABLED`, `STANDARD`, `STANDARD_WITH_GRAPHQL`.
|
37079
|
+
:param _builtins.str log_level: Logging level. Supported values include: "NORMAL", "VERBOSE".
|
37080
|
+
Possible values are: `NORMAL`, `VERBOSE`.
|
37081
|
+
:param _builtins.str request_body_inspection_size: The maximum request size chosen by the customer with Waf enabled. Values supported are "8KB", "16KB, "32KB", "48KB" and "64KB".
|
37082
|
+
Values are case insensitive.
|
37083
|
+
Possible values are: `8KB`, `16KB`, `32KB`, `48KB`, `64KB`.
|
37084
|
+
:param Sequence[_builtins.str] user_ip_request_headers: An optional list of case-insensitive request header names to use for resolving the callers client IP address.
|
37085
|
+
"""
|
37086
|
+
if json_custom_config is not None:
|
37087
|
+
pulumi.set(__self__, "json_custom_config", json_custom_config)
|
37088
|
+
if json_parsing is not None:
|
37089
|
+
pulumi.set(__self__, "json_parsing", json_parsing)
|
37090
|
+
if log_level is not None:
|
37091
|
+
pulumi.set(__self__, "log_level", log_level)
|
37092
|
+
if request_body_inspection_size is not None:
|
37093
|
+
pulumi.set(__self__, "request_body_inspection_size", request_body_inspection_size)
|
37094
|
+
if user_ip_request_headers is not None:
|
37095
|
+
pulumi.set(__self__, "user_ip_request_headers", user_ip_request_headers)
|
37096
|
+
|
37097
|
+
@_builtins.property
|
37098
|
+
@pulumi.getter(name="jsonCustomConfig")
|
37099
|
+
def json_custom_config(self) -> Optional['outputs.RegionSecurityPolicyAdvancedOptionsConfigJsonCustomConfig']:
|
37100
|
+
"""
|
37101
|
+
Custom configuration to apply the JSON parsing. Only applicable when JSON parsing is set to STANDARD.
|
37102
|
+
Structure is documented below.
|
37103
|
+
"""
|
37104
|
+
return pulumi.get(self, "json_custom_config")
|
37105
|
+
|
37106
|
+
@_builtins.property
|
37107
|
+
@pulumi.getter(name="jsonParsing")
|
37108
|
+
def json_parsing(self) -> Optional[_builtins.str]:
|
37109
|
+
"""
|
37110
|
+
JSON body parsing. Supported values include: "DISABLED", "STANDARD", "STANDARD_WITH_GRAPHQL".
|
37111
|
+
Possible values are: `DISABLED`, `STANDARD`, `STANDARD_WITH_GRAPHQL`.
|
37112
|
+
"""
|
37113
|
+
return pulumi.get(self, "json_parsing")
|
37114
|
+
|
37115
|
+
@_builtins.property
|
37116
|
+
@pulumi.getter(name="logLevel")
|
37117
|
+
def log_level(self) -> Optional[_builtins.str]:
|
37118
|
+
"""
|
37119
|
+
Logging level. Supported values include: "NORMAL", "VERBOSE".
|
37120
|
+
Possible values are: `NORMAL`, `VERBOSE`.
|
37121
|
+
"""
|
37122
|
+
return pulumi.get(self, "log_level")
|
37123
|
+
|
37124
|
+
@_builtins.property
|
37125
|
+
@pulumi.getter(name="requestBodyInspectionSize")
|
37126
|
+
def request_body_inspection_size(self) -> Optional[_builtins.str]:
|
37127
|
+
"""
|
37128
|
+
The maximum request size chosen by the customer with Waf enabled. Values supported are "8KB", "16KB, "32KB", "48KB" and "64KB".
|
37129
|
+
Values are case insensitive.
|
37130
|
+
Possible values are: `8KB`, `16KB`, `32KB`, `48KB`, `64KB`.
|
37131
|
+
"""
|
37132
|
+
return pulumi.get(self, "request_body_inspection_size")
|
37133
|
+
|
37134
|
+
@_builtins.property
|
37135
|
+
@pulumi.getter(name="userIpRequestHeaders")
|
37136
|
+
def user_ip_request_headers(self) -> Optional[Sequence[_builtins.str]]:
|
37137
|
+
"""
|
37138
|
+
An optional list of case-insensitive request header names to use for resolving the callers client IP address.
|
37139
|
+
"""
|
37140
|
+
return pulumi.get(self, "user_ip_request_headers")
|
37141
|
+
|
37142
|
+
|
37143
|
+
@pulumi.output_type
|
37144
|
+
class RegionSecurityPolicyAdvancedOptionsConfigJsonCustomConfig(dict):
|
37145
|
+
@staticmethod
|
37146
|
+
def __key_warning(key: str):
|
37147
|
+
suggest = None
|
37148
|
+
if key == "contentTypes":
|
37149
|
+
suggest = "content_types"
|
37150
|
+
|
37151
|
+
if suggest:
|
37152
|
+
pulumi.log.warn(f"Key '{key}' not found in RegionSecurityPolicyAdvancedOptionsConfigJsonCustomConfig. Access the value via the '{suggest}' property getter instead.")
|
37153
|
+
|
37154
|
+
def __getitem__(self, key: str) -> Any:
|
37155
|
+
RegionSecurityPolicyAdvancedOptionsConfigJsonCustomConfig.__key_warning(key)
|
37156
|
+
return super().__getitem__(key)
|
37157
|
+
|
37158
|
+
def get(self, key: str, default = None) -> Any:
|
37159
|
+
RegionSecurityPolicyAdvancedOptionsConfigJsonCustomConfig.__key_warning(key)
|
37160
|
+
return super().get(key, default)
|
37161
|
+
|
37162
|
+
def __init__(__self__, *,
|
37163
|
+
content_types: Sequence[_builtins.str]):
|
37164
|
+
"""
|
37165
|
+
:param Sequence[_builtins.str] content_types: A list of custom Content-Type header values to apply the JSON parsing.
|
37166
|
+
"""
|
37167
|
+
pulumi.set(__self__, "content_types", content_types)
|
37168
|
+
|
37169
|
+
@_builtins.property
|
37170
|
+
@pulumi.getter(name="contentTypes")
|
37171
|
+
def content_types(self) -> Sequence[_builtins.str]:
|
37172
|
+
"""
|
37173
|
+
A list of custom Content-Type header values to apply the JSON parsing.
|
37174
|
+
"""
|
37175
|
+
return pulumi.get(self, "content_types")
|
37176
|
+
|
37177
|
+
|
36882
37178
|
@pulumi.output_type
|
36883
37179
|
class RegionSecurityPolicyDdosProtectionConfig(dict):
|
36884
37180
|
@staticmethod
|
@@ -69930,6 +70226,114 @@ class GetRegionBackendServiceFailoverPolicyResult(dict):
|
|
69930
70226
|
return pulumi.get(self, "failover_ratio")
|
69931
70227
|
|
69932
70228
|
|
70229
|
+
@pulumi.output_type
|
70230
|
+
class GetRegionBackendServiceHaPolicyResult(dict):
|
70231
|
+
def __init__(__self__, *,
|
70232
|
+
fast_ip_move: _builtins.str,
|
70233
|
+
leaders: Sequence['outputs.GetRegionBackendServiceHaPolicyLeaderResult']):
|
70234
|
+
"""
|
70235
|
+
:param _builtins.str fast_ip_move: Specifies whether fast IP move is enabled, and if so, the mechanism to achieve it.
|
70236
|
+
Supported values are:
|
70237
|
+
|
70238
|
+
* 'DISABLED': Fast IP Move is disabled. You can only use the haPolicy.leader API to
|
70239
|
+
update the leader.
|
70240
|
+
|
70241
|
+
* 'GARP_RA': Provides a method to very quickly define a new network endpoint as the
|
70242
|
+
leader. This method is faster than updating the leader using the
|
70243
|
+
haPolicy.leader API. Fast IP move works as follows: The VM hosting the
|
70244
|
+
network endpoint that should become the new leader sends either a
|
70245
|
+
Gratuitous ARP (GARP) packet (IPv4) or an ICMPv6 Router Advertisement(RA)
|
70246
|
+
packet (IPv6). Google Cloud immediately but temporarily associates the
|
70247
|
+
forwarding rule IP address with that VM, and both new and in-flight packets
|
70248
|
+
are quickly delivered to that VM. Possible values: ["DISABLED", "GARP_RA"]
|
70249
|
+
:param Sequence['GetRegionBackendServiceHaPolicyLeaderArgs'] leaders: Selects one of the network endpoints attached to the backend NEGs of this service as the
|
70250
|
+
active endpoint (the leader) that receives all traffic.
|
70251
|
+
"""
|
70252
|
+
pulumi.set(__self__, "fast_ip_move", fast_ip_move)
|
70253
|
+
pulumi.set(__self__, "leaders", leaders)
|
70254
|
+
|
70255
|
+
@_builtins.property
|
70256
|
+
@pulumi.getter(name="fastIpMove")
|
70257
|
+
def fast_ip_move(self) -> _builtins.str:
|
70258
|
+
"""
|
70259
|
+
Specifies whether fast IP move is enabled, and if so, the mechanism to achieve it.
|
70260
|
+
Supported values are:
|
70261
|
+
|
70262
|
+
* 'DISABLED': Fast IP Move is disabled. You can only use the haPolicy.leader API to
|
70263
|
+
update the leader.
|
70264
|
+
|
70265
|
+
* 'GARP_RA': Provides a method to very quickly define a new network endpoint as the
|
70266
|
+
leader. This method is faster than updating the leader using the
|
70267
|
+
haPolicy.leader API. Fast IP move works as follows: The VM hosting the
|
70268
|
+
network endpoint that should become the new leader sends either a
|
70269
|
+
Gratuitous ARP (GARP) packet (IPv4) or an ICMPv6 Router Advertisement(RA)
|
70270
|
+
packet (IPv6). Google Cloud immediately but temporarily associates the
|
70271
|
+
forwarding rule IP address with that VM, and both new and in-flight packets
|
70272
|
+
are quickly delivered to that VM. Possible values: ["DISABLED", "GARP_RA"]
|
70273
|
+
"""
|
70274
|
+
return pulumi.get(self, "fast_ip_move")
|
70275
|
+
|
70276
|
+
@_builtins.property
|
70277
|
+
@pulumi.getter
|
70278
|
+
def leaders(self) -> Sequence['outputs.GetRegionBackendServiceHaPolicyLeaderResult']:
|
70279
|
+
"""
|
70280
|
+
Selects one of the network endpoints attached to the backend NEGs of this service as the
|
70281
|
+
active endpoint (the leader) that receives all traffic.
|
70282
|
+
"""
|
70283
|
+
return pulumi.get(self, "leaders")
|
70284
|
+
|
70285
|
+
|
70286
|
+
@pulumi.output_type
|
70287
|
+
class GetRegionBackendServiceHaPolicyLeaderResult(dict):
|
70288
|
+
def __init__(__self__, *,
|
70289
|
+
backend_group: _builtins.str,
|
70290
|
+
network_endpoints: Sequence['outputs.GetRegionBackendServiceHaPolicyLeaderNetworkEndpointResult']):
|
70291
|
+
"""
|
70292
|
+
:param _builtins.str backend_group: A fully-qualified URL of the zonal Network Endpoint Group (NEG) that the leader is
|
70293
|
+
attached to.
|
70294
|
+
:param Sequence['GetRegionBackendServiceHaPolicyLeaderNetworkEndpointArgs'] network_endpoints: The network endpoint within the leader.backendGroup that is designated as the leader.
|
70295
|
+
"""
|
70296
|
+
pulumi.set(__self__, "backend_group", backend_group)
|
70297
|
+
pulumi.set(__self__, "network_endpoints", network_endpoints)
|
70298
|
+
|
70299
|
+
@_builtins.property
|
70300
|
+
@pulumi.getter(name="backendGroup")
|
70301
|
+
def backend_group(self) -> _builtins.str:
|
70302
|
+
"""
|
70303
|
+
A fully-qualified URL of the zonal Network Endpoint Group (NEG) that the leader is
|
70304
|
+
attached to.
|
70305
|
+
"""
|
70306
|
+
return pulumi.get(self, "backend_group")
|
70307
|
+
|
70308
|
+
@_builtins.property
|
70309
|
+
@pulumi.getter(name="networkEndpoints")
|
70310
|
+
def network_endpoints(self) -> Sequence['outputs.GetRegionBackendServiceHaPolicyLeaderNetworkEndpointResult']:
|
70311
|
+
"""
|
70312
|
+
The network endpoint within the leader.backendGroup that is designated as the leader.
|
70313
|
+
"""
|
70314
|
+
return pulumi.get(self, "network_endpoints")
|
70315
|
+
|
70316
|
+
|
70317
|
+
@pulumi.output_type
|
70318
|
+
class GetRegionBackendServiceHaPolicyLeaderNetworkEndpointResult(dict):
|
70319
|
+
def __init__(__self__, *,
|
70320
|
+
instance: _builtins.str):
|
70321
|
+
"""
|
70322
|
+
:param _builtins.str instance: The name of the VM instance of the leader network endpoint. The instance must
|
70323
|
+
already be attached to the NEG specified in the haPolicy.leader.backendGroup.
|
70324
|
+
"""
|
70325
|
+
pulumi.set(__self__, "instance", instance)
|
70326
|
+
|
70327
|
+
@_builtins.property
|
70328
|
+
@pulumi.getter
|
70329
|
+
def instance(self) -> _builtins.str:
|
70330
|
+
"""
|
70331
|
+
The name of the VM instance of the leader network endpoint. The instance must
|
70332
|
+
already be attached to the NEG specified in the haPolicy.leader.backendGroup.
|
70333
|
+
"""
|
70334
|
+
return pulumi.get(self, "instance")
|
70335
|
+
|
70336
|
+
|
69933
70337
|
@pulumi.output_type
|
69934
70338
|
class GetRegionBackendServiceIapResult(dict):
|
69935
70339
|
def __init__(__self__, *,
|