pulumi-gcp 8.5.0a1728368389__py3-none-any.whl → 8.6.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +32 -0
- pulumi_gcp/_utilities.py +1 -1
- pulumi_gcp/accessapproval/get_folder_service_account.py +9 -4
- pulumi_gcp/accessapproval/get_organization_service_account.py +9 -4
- pulumi_gcp/accessapproval/get_project_service_account.py +9 -4
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +9 -4
- pulumi_gcp/alloydb/get_locations.py +8 -4
- pulumi_gcp/alloydb/get_supported_database_flags.py +10 -4
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +13 -4
- pulumi_gcp/apigateway/get_api_iam_policy.py +11 -4
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +13 -4
- pulumi_gcp/apigee/get_environment_iam_policy.py +11 -4
- pulumi_gcp/appengine/get_default_service_account.py +12 -4
- pulumi_gcp/apphub/get_application.py +20 -4
- pulumi_gcp/apphub/get_discovered_service.py +14 -4
- pulumi_gcp/apphub/get_discovered_workload.py +14 -4
- pulumi_gcp/artifactregistry/get_docker_image.py +21 -4
- pulumi_gcp/artifactregistry/get_locations.py +8 -4
- pulumi_gcp/artifactregistry/get_repository.py +27 -4
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +13 -4
- pulumi_gcp/assuredworkloads/workload.py +7 -7
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +13 -4
- pulumi_gcp/beyondcorp/get_app_connection.py +19 -4
- pulumi_gcp/beyondcorp/get_app_connector.py +17 -4
- pulumi_gcp/beyondcorp/get_app_gateway.py +20 -4
- pulumi_gcp/bigquery/get_connection_iam_policy.py +13 -4
- pulumi_gcp/bigquery/get_dataset.py +30 -4
- pulumi_gcp/bigquery/get_dataset_iam_policy.py +11 -4
- pulumi_gcp/bigquery/get_default_service_account.py +9 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +13 -4
- pulumi_gcp/bigquery/get_tables.py +10 -4
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +13 -4
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +15 -4
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +13 -4
- pulumi_gcp/bigtable/_inputs.py +58 -0
- pulumi_gcp/bigtable/gc_policy.py +7 -0
- pulumi_gcp/bigtable/get_instance_iam_policy.py +11 -4
- pulumi_gcp/bigtable/get_table_iam_policy.py +13 -4
- pulumi_gcp/bigtable/instance_iam_binding.py +13 -34
- pulumi_gcp/bigtable/instance_iam_member.py +13 -34
- pulumi_gcp/bigtable/instance_iam_policy.py +0 -47
- pulumi_gcp/bigtable/outputs.py +36 -0
- pulumi_gcp/billing/get_account_iam_policy.py +9 -4
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +11 -4
- pulumi_gcp/certificateauthority/get_authority.py +34 -4
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +13 -4
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +13 -4
- pulumi_gcp/certificatemanager/get_certificate_map.py +16 -4
- pulumi_gcp/certificatemanager/get_certificates.py +10 -4
- pulumi_gcp/cloudasset/get_resources_search_all.py +12 -4
- pulumi_gcp/cloudasset/get_search_all_resources.py +12 -4
- pulumi_gcp/cloudbuild/get_trigger.py +33 -4
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +13 -4
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +13 -4
- pulumi_gcp/cloudfunctions/get_function.py +43 -4
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +13 -4
- pulumi_gcp/cloudfunctionsv2/get_function.py +23 -4
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +13 -4
- pulumi_gcp/cloudidentity/get_group_lookup.py +8 -4
- pulumi_gcp/cloudidentity/get_group_memberships.py +8 -4
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +8 -4
- pulumi_gcp/cloudidentity/get_groups.py +8 -4
- pulumi_gcp/cloudquota/get_s_quota_info.py +25 -4
- pulumi_gcp/cloudquota/get_s_quota_infos.py +10 -4
- pulumi_gcp/cloudrun/get_locations.py +8 -4
- pulumi_gcp/cloudrun/get_service.py +16 -4
- pulumi_gcp/cloudrun/get_service_iam_policy.py +13 -4
- pulumi_gcp/cloudrunv2/get_job.py +39 -4
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +13 -4
- pulumi_gcp/cloudrunv2/get_service.py +45 -4
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +13 -4
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +13 -4
- pulumi_gcp/composer/get_environment.py +16 -4
- pulumi_gcp/composer/get_image_versions.py +10 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +14 -4
- pulumi_gcp/composer/get_user_workloads_secret.py +14 -4
- pulumi_gcp/compute/_inputs.py +302 -18
- pulumi_gcp/compute/backend_service.py +111 -7
- pulumi_gcp/compute/get_address.py +21 -4
- pulumi_gcp/compute/get_addresses.py +12 -4
- pulumi_gcp/compute/get_backend_bucket.py +18 -4
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +11 -4
- pulumi_gcp/compute/get_backend_service.py +51 -5
- pulumi_gcp/compute/get_backend_service_iam_policy.py +11 -4
- pulumi_gcp/compute/get_certificate.py +17 -4
- pulumi_gcp/compute/get_default_service_account.py +12 -4
- pulumi_gcp/compute/get_disk.py +45 -4
- pulumi_gcp/compute/get_disk_iam_policy.py +13 -4
- pulumi_gcp/compute/get_forwarding_rule.py +43 -4
- pulumi_gcp/compute/get_forwarding_rules.py +10 -4
- pulumi_gcp/compute/get_global_address.py +19 -4
- pulumi_gcp/compute/get_global_forwarding_rule.py +31 -4
- pulumi_gcp/compute/get_hc_vpn_gateway.py +17 -4
- pulumi_gcp/compute/get_health_check.py +25 -4
- pulumi_gcp/compute/get_image.py +30 -4
- pulumi_gcp/compute/get_image_iam_policy.py +11 -4
- pulumi_gcp/compute/get_instance.py +49 -4
- pulumi_gcp/compute/get_instance_group.py +18 -4
- pulumi_gcp/compute/get_instance_group_manager.py +38 -4
- pulumi_gcp/compute/get_instance_iam_policy.py +13 -4
- pulumi_gcp/compute/get_instance_serial_port.py +14 -4
- pulumi_gcp/compute/get_instance_template.py +45 -4
- pulumi_gcp/compute/get_lbip_ranges.py +7 -4
- pulumi_gcp/compute/get_machine_image_iam_policy.py +11 -4
- pulumi_gcp/compute/get_machine_types.py +12 -4
- pulumi_gcp/compute/get_netblock_ip_ranges.py +10 -4
- pulumi_gcp/compute/get_network.py +14 -4
- pulumi_gcp/compute/get_network_endpoint_group.py +19 -4
- pulumi_gcp/compute/get_network_peering.py +17 -4
- pulumi_gcp/compute/get_networks.py +9 -4
- pulumi_gcp/compute/get_node_types.py +10 -4
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +13 -4
- pulumi_gcp/compute/get_region_disk.py +35 -4
- pulumi_gcp/compute/get_region_disk_iam_policy.py +13 -4
- pulumi_gcp/compute/get_region_instance_group.py +15 -4
- pulumi_gcp/compute/get_region_instance_group_manager.py +39 -4
- pulumi_gcp/compute/get_region_instance_template.py +44 -4
- pulumi_gcp/compute/get_region_network_endpoint_group.py +22 -4
- pulumi_gcp/compute/get_region_ssl_certificate.py +19 -4
- pulumi_gcp/compute/get_regions.py +10 -4
- pulumi_gcp/compute/get_reservation.py +19 -4
- pulumi_gcp/compute/get_resource_policy.py +17 -4
- pulumi_gcp/compute/get_router.py +18 -4
- pulumi_gcp/compute/get_router_nat.py +33 -4
- pulumi_gcp/compute/get_router_status.py +14 -4
- pulumi_gcp/compute/get_security_policy.py +18 -4
- pulumi_gcp/compute/get_snapshot.py +30 -4
- pulumi_gcp/compute/get_snapshot_iam_policy.py +11 -4
- pulumi_gcp/compute/get_ssl_policy.py +17 -4
- pulumi_gcp/compute/get_subnetwork.py +20 -4
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +13 -4
- pulumi_gcp/compute/get_subnetworks.py +12 -4
- pulumi_gcp/compute/get_vpn_gateway.py +14 -4
- pulumi_gcp/compute/get_zones.py +12 -4
- pulumi_gcp/compute/network.py +236 -0
- pulumi_gcp/compute/outputs.py +401 -16
- pulumi_gcp/compute/region_backend_service.py +115 -7
- pulumi_gcp/compute/route.py +92 -0
- pulumi_gcp/compute/router_status.py +14 -4
- pulumi_gcp/compute/subnetwork.py +2 -2
- pulumi_gcp/container/_inputs.py +106 -0
- pulumi_gcp/container/aws_node_pool.py +59 -0
- pulumi_gcp/container/get_attached_install_manifest.py +14 -4
- pulumi_gcp/container/get_attached_versions.py +10 -4
- pulumi_gcp/container/get_aws_versions.py +11 -4
- pulumi_gcp/container/get_azure_versions.py +11 -4
- pulumi_gcp/container/get_cluster.py +87 -4
- pulumi_gcp/container/get_engine_versions.py +18 -4
- pulumi_gcp/container/get_registry_image.py +16 -4
- pulumi_gcp/container/get_registry_repository.py +10 -4
- pulumi_gcp/container/outputs.py +87 -0
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +11 -4
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +13 -4
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +9 -4
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +13 -4
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +13 -4
- pulumi_gcp/dataform/get_repository_iam_policy.py +13 -4
- pulumi_gcp/datafusion/get_instance_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_asset_iam_policy.py +17 -4
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_lake_iam_policy.py +13 -4
- pulumi_gcp/dataplex/get_task_iam_policy.py +15 -4
- pulumi_gcp/dataplex/get_zone_iam_policy.py +15 -4
- pulumi_gcp/dataproc/__init__.py +1 -0
- pulumi_gcp/dataproc/_inputs.py +1394 -0
- pulumi_gcp/dataproc/batch.py +1514 -0
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_cluster_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_job_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +13 -4
- pulumi_gcp/dataproc/get_metastore_service.py +34 -4
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +13 -4
- pulumi_gcp/dataproc/outputs.py +1127 -0
- pulumi_gcp/datastream/get_static_ips.py +10 -4
- pulumi_gcp/discoveryengine/_inputs.py +32 -5
- pulumi_gcp/discoveryengine/chat_engine.py +64 -0
- pulumi_gcp/discoveryengine/outputs.py +22 -3
- pulumi_gcp/dns/get_keys.py +11 -4
- pulumi_gcp/dns/get_managed_zone.py +14 -4
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +11 -4
- pulumi_gcp/dns/get_managed_zones.py +8 -4
- pulumi_gcp/dns/get_record_set.py +15 -4
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +11 -4
- pulumi_gcp/endpoints/get_service_iam_policy.py +9 -4
- pulumi_gcp/filestore/get_instance.py +25 -4
- pulumi_gcp/firebase/get_android_app.py +17 -4
- pulumi_gcp/firebase/get_android_app_config.py +11 -4
- pulumi_gcp/firebase/get_apple_app.py +16 -4
- pulumi_gcp/firebase/get_apple_app_config.py +11 -4
- pulumi_gcp/firebase/get_hosting_channel.py +16 -4
- pulumi_gcp/firebase/get_web_app.py +14 -4
- pulumi_gcp/firebase/get_web_app_config.py +16 -4
- pulumi_gcp/firestore/field.py +4 -4
- pulumi_gcp/folder/get_iam_policy.py +9 -4
- pulumi_gcp/folder/get_organization_policy.py +15 -4
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +13 -4
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_feature_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_membership_binding.py +23 -4
- pulumi_gcp/gkehub/get_membership_iam_policy.py +13 -4
- pulumi_gcp/gkehub/get_scope_iam_policy.py +11 -4
- pulumi_gcp/gkehub/membership_binding.py +6 -6
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +4 -4
- pulumi_gcp/gkehub/namespace.py +4 -4
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +4 -4
- pulumi_gcp/healthcare/__init__.py +1 -0
- pulumi_gcp/healthcare/_inputs.py +538 -0
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +11 -4
- pulumi_gcp/healthcare/get_dataset_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +9 -4
- pulumi_gcp/healthcare/outputs.py +467 -0
- pulumi_gcp/healthcare/pipeline_job.py +1233 -0
- pulumi_gcp/iam/get_rule.py +10 -4
- pulumi_gcp/iam/get_testable_permissions.py +12 -4
- pulumi_gcp/iam/get_workload_identity_pool.py +14 -4
- pulumi_gcp/iam/get_workload_identity_pool_provider.py +22 -4
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +13 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +15 -4
- pulumi_gcp/iap/get_client.py +11 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +13 -4
- pulumi_gcp/iap/get_tunnel_iam_policy.py +9 -4
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +13 -4
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +11 -4
- pulumi_gcp/iap/get_web_iam_policy.py +9 -4
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +13 -4
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +11 -4
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +9 -4
- pulumi_gcp/iap/tunnel_dest_group.py +2 -2
- pulumi_gcp/integrationconnectors/managed_zone.py +8 -8
- pulumi_gcp/kms/get_crypto_key_iam_policy.py +9 -4
- pulumi_gcp/kms/get_crypto_key_latest_version.py +15 -4
- pulumi_gcp/kms/get_crypto_key_versions.py +11 -4
- pulumi_gcp/kms/get_crypto_keys.py +10 -4
- pulumi_gcp/kms/get_ekm_connection_iam_policy.py +13 -4
- pulumi_gcp/kms/get_key_ring_iam_policy.py +9 -4
- pulumi_gcp/kms/get_key_rings.py +12 -4
- pulumi_gcp/kms/get_kms_crypto_key.py +21 -4
- pulumi_gcp/kms/get_kms_crypto_key_version.py +14 -4
- pulumi_gcp/kms/get_kms_key_ring.py +11 -4
- pulumi_gcp/kms/get_kms_secret.py +12 -4
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +12 -4
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +10 -4
- pulumi_gcp/kms/key_handle.py +8 -8
- pulumi_gcp/logging/get_folder_settings.py +13 -4
- pulumi_gcp/logging/get_log_view_iam_policy.py +15 -4
- pulumi_gcp/logging/get_organization_settings.py +13 -4
- pulumi_gcp/logging/get_project_cmek_settings.py +12 -4
- pulumi_gcp/logging/get_project_settings.py +13 -4
- pulumi_gcp/logging/get_sink.py +14 -4
- pulumi_gcp/logging/log_scope.py +7 -7
- pulumi_gcp/monitoring/get_app_engine_service.py +14 -4
- pulumi_gcp/monitoring/get_cluster_istio_service.py +20 -4
- pulumi_gcp/monitoring/get_istio_canonical_service.py +18 -4
- pulumi_gcp/monitoring/get_mesh_istio_service.py +18 -4
- pulumi_gcp/monitoring/get_notification_channel.py +21 -4
- pulumi_gcp/monitoring/get_secret_version.py +16 -4
- pulumi_gcp/monitoring/get_uptime_check_i_ps.py +6 -4
- pulumi_gcp/netapp/backup_vault.py +2 -2
- pulumi_gcp/networkconnectivity/_inputs.py +70 -0
- pulumi_gcp/networkconnectivity/internal_range.py +117 -7
- pulumi_gcp/networkconnectivity/outputs.py +42 -0
- pulumi_gcp/networkconnectivity/spoke.py +10 -10
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +13 -4
- pulumi_gcp/networkservices/gateway.py +54 -0
- pulumi_gcp/notebooks/get_instance_iam_policy.py +13 -4
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +13 -4
- pulumi_gcp/organizations/get_active_folder.py +12 -4
- pulumi_gcp/organizations/get_billing_account.py +15 -4
- pulumi_gcp/organizations/get_client_config.py +10 -4
- pulumi_gcp/organizations/get_client_open_id_user_info.py +6 -4
- pulumi_gcp/organizations/get_folder.py +17 -4
- pulumi_gcp/organizations/get_folders.py +8 -4
- pulumi_gcp/organizations/get_iam_policy.py +10 -4
- pulumi_gcp/organizations/get_organization.py +14 -4
- pulumi_gcp/organizations/get_project.py +18 -4
- pulumi_gcp/orgpolicy/policy.py +2 -2
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +22 -4
- pulumi_gcp/projects/get_iam_policy.py +9 -4
- pulumi_gcp/projects/get_organization_policy.py +15 -4
- pulumi_gcp/projects/get_project.py +8 -4
- pulumi_gcp/projects/get_project_service.py +12 -4
- pulumi_gcp/pubsub/_inputs.py +333 -1
- pulumi_gcp/pubsub/get_schema_iam_policy.py +11 -4
- pulumi_gcp/pubsub/get_subscription.py +25 -4
- pulumi_gcp/pubsub/get_subscription_iam_policy.py +11 -4
- pulumi_gcp/pubsub/get_topic.py +17 -4
- pulumi_gcp/pubsub/get_topic_iam_policy.py +11 -4
- pulumi_gcp/pubsub/outputs.py +410 -2
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pubsub/topic.py +44 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/get_instance.py +44 -4
- pulumi_gcp/runtimeconfig/get_config.py +10 -4
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +11 -4
- pulumi_gcp/runtimeconfig/get_variable.py +14 -4
- pulumi_gcp/secretmanager/get_regional_secret.py +25 -4
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +13 -4
- pulumi_gcp/secretmanager/get_regional_secret_version.py +19 -4
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +15 -4
- pulumi_gcp/secretmanager/get_regional_secrets.py +12 -4
- pulumi_gcp/secretmanager/get_secret.py +23 -4
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +11 -4
- pulumi_gcp/secretmanager/get_secret_version.py +16 -4
- pulumi_gcp/secretmanager/get_secret_version_access.py +13 -4
- pulumi_gcp/secretmanager/get_secrets.py +10 -4
- pulumi_gcp/secretmanager/outputs.py +2 -10
- pulumi_gcp/securesourcemanager/__init__.py +1 -0
- pulumi_gcp/securesourcemanager/branch_rule.py +975 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +13 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +13 -4
- pulumi_gcp/securesourcemanager/repository.py +0 -2
- pulumi_gcp/securitycenter/get_source_iam_policy.py +11 -4
- pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +11 -4
- pulumi_gcp/securityposture/posture.py +0 -2
- pulumi_gcp/securityposture/posture_deployment.py +0 -2
- pulumi_gcp/serviceaccount/get_account.py +14 -4
- pulumi_gcp/serviceaccount/get_account_access_token.py +14 -4
- pulumi_gcp/serviceaccount/get_account_id_token.py +14 -4
- pulumi_gcp/serviceaccount/get_account_jwt.py +14 -4
- pulumi_gcp/serviceaccount/get_account_key.py +13 -4
- pulumi_gcp/serviceaccount/get_iam_policy.py +9 -4
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +9 -4
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +9 -4
- pulumi_gcp/servicenetworking/get_peered_dns_domain.py +15 -4
- pulumi_gcp/serviceusage/consumer_quota_override.py +0 -2
- pulumi_gcp/siteverification/__init__.py +1 -0
- pulumi_gcp/siteverification/get_token.py +12 -4
- pulumi_gcp/siteverification/owner.py +398 -0
- pulumi_gcp/sourcerepo/get_repository.py +24 -5
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +11 -4
- pulumi_gcp/sourcerepo/repository.py +47 -0
- pulumi_gcp/spanner/backup_schedule.py +4 -2
- pulumi_gcp/spanner/get_database_iam_policy.py +13 -4
- pulumi_gcp/spanner/get_instance.py +22 -4
- pulumi_gcp/spanner/get_instance_iam_policy.py +11 -4
- pulumi_gcp/sql/get_backup_run.py +16 -4
- pulumi_gcp/sql/get_ca_certs.py +11 -4
- pulumi_gcp/sql/get_database.py +15 -4
- pulumi_gcp/sql/get_database_instance.py +32 -4
- pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +10 -4
- pulumi_gcp/sql/get_database_instances.py +18 -4
- pulumi_gcp/sql/get_databases.py +10 -4
- pulumi_gcp/sql/get_tiers.py +8 -4
- pulumi_gcp/storage/get_bucket.py +34 -4
- pulumi_gcp/storage/get_bucket_iam_policy.py +9 -4
- pulumi_gcp/storage/get_bucket_object.py +30 -4
- pulumi_gcp/storage/get_bucket_object_content.py +31 -4
- pulumi_gcp/storage/get_bucket_objects.py +12 -4
- pulumi_gcp/storage/get_buckets.py +10 -4
- pulumi_gcp/storage/get_managed_folder_iam_policy.py +11 -4
- pulumi_gcp/storage/get_object_signed_url.py +22 -4
- pulumi_gcp/storage/get_project_service_account.py +11 -4
- pulumi_gcp/storage/get_transfer_project_service_account.py +10 -4
- pulumi_gcp/storage/get_transfer_project_servie_account.py +10 -4
- pulumi_gcp/tags/get_tag_key.py +14 -4
- pulumi_gcp/tags/get_tag_key_iam_policy.py +9 -4
- pulumi_gcp/tags/get_tag_keys.py +8 -4
- pulumi_gcp/tags/get_tag_value.py +14 -4
- pulumi_gcp/tags/get_tag_value_iam_policy.py +9 -4
- pulumi_gcp/tags/get_tag_values.py +8 -4
- pulumi_gcp/tags/tag_key.py +7 -7
- pulumi_gcp/tags/tag_value.py +7 -7
- pulumi_gcp/tpu/get_tensorflow_versions.py +10 -4
- pulumi_gcp/tpu/get_v2_accelerator_types.py +10 -4
- pulumi_gcp/tpu/get_v2_runtime_versions.py +10 -4
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +13 -4
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +11 -4
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +13 -4
- pulumi_gcp/vertex/get_ai_index.py +24 -4
- pulumi_gcp/vmwareengine/get_cluster.py +13 -4
- pulumi_gcp/vmwareengine/get_external_access_rule.py +21 -4
- pulumi_gcp/vmwareengine/get_external_address.py +16 -4
- pulumi_gcp/vmwareengine/get_network.py +16 -4
- pulumi_gcp/vmwareengine/get_network_peering.py +23 -4
- pulumi_gcp/vmwareengine/get_network_policy.py +20 -4
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +9 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +22 -4
- pulumi_gcp/vmwareengine/get_subnet.py +20 -4
- pulumi_gcp/vmwareengine/get_vcenter_credentials.py +9 -4
- pulumi_gcp/vpcaccess/get_connector.py +22 -4
- pulumi_gcp/workbench/get_instance_iam_policy.py +13 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +15 -4
- pulumi_gcp/workstations/get_workstation_iam_policy.py +17 -4
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/METADATA +2 -2
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/RECORD +395 -391
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.5.0a1728368389.dist-info → pulumi_gcp-8.6.0.dist-info}/top_level.txt +0 -0
@@ -48,6 +48,7 @@ class BackendServiceArgs:
|
|
48
48
|
security_settings: Optional[pulumi.Input['BackendServiceSecuritySettingsArgs']] = None,
|
49
49
|
service_lb_policy: Optional[pulumi.Input[str]] = None,
|
50
50
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
51
|
+
strong_session_affinity_cookie: Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs']] = None,
|
51
52
|
timeout_sec: Optional[pulumi.Input[int]] = None):
|
52
53
|
"""
|
53
54
|
The set of arguments for constructing a BackendService resource.
|
@@ -188,7 +189,9 @@ class BackendServiceArgs:
|
|
188
189
|
Can only be set if load balancing scheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
|
189
190
|
:param pulumi.Input[str] session_affinity: Type of session affinity to use. The default is NONE. Session affinity is
|
190
191
|
not applicable if the protocol is UDP.
|
191
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.
|
192
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `STRONG_COOKIE_AFFINITY`.
|
193
|
+
:param pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs'] strong_session_affinity_cookie: Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
194
|
+
Structure is documented below.
|
192
195
|
:param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
|
193
196
|
For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
|
194
197
|
The default is 30 seconds.
|
@@ -248,6 +251,8 @@ class BackendServiceArgs:
|
|
248
251
|
pulumi.set(__self__, "service_lb_policy", service_lb_policy)
|
249
252
|
if session_affinity is not None:
|
250
253
|
pulumi.set(__self__, "session_affinity", session_affinity)
|
254
|
+
if strong_session_affinity_cookie is not None:
|
255
|
+
pulumi.set(__self__, "strong_session_affinity_cookie", strong_session_affinity_cookie)
|
251
256
|
if timeout_sec is not None:
|
252
257
|
pulumi.set(__self__, "timeout_sec", timeout_sec)
|
253
258
|
|
@@ -678,7 +683,7 @@ class BackendServiceArgs:
|
|
678
683
|
"""
|
679
684
|
Type of session affinity to use. The default is NONE. Session affinity is
|
680
685
|
not applicable if the protocol is UDP.
|
681
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.
|
686
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `STRONG_COOKIE_AFFINITY`.
|
682
687
|
"""
|
683
688
|
return pulumi.get(self, "session_affinity")
|
684
689
|
|
@@ -686,6 +691,19 @@ class BackendServiceArgs:
|
|
686
691
|
def session_affinity(self, value: Optional[pulumi.Input[str]]):
|
687
692
|
pulumi.set(self, "session_affinity", value)
|
688
693
|
|
694
|
+
@property
|
695
|
+
@pulumi.getter(name="strongSessionAffinityCookie")
|
696
|
+
def strong_session_affinity_cookie(self) -> Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs']]:
|
697
|
+
"""
|
698
|
+
Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
699
|
+
Structure is documented below.
|
700
|
+
"""
|
701
|
+
return pulumi.get(self, "strong_session_affinity_cookie")
|
702
|
+
|
703
|
+
@strong_session_affinity_cookie.setter
|
704
|
+
def strong_session_affinity_cookie(self, value: Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs']]):
|
705
|
+
pulumi.set(self, "strong_session_affinity_cookie", value)
|
706
|
+
|
689
707
|
@property
|
690
708
|
@pulumi.getter(name="timeoutSec")
|
691
709
|
def timeout_sec(self) -> Optional[pulumi.Input[int]]:
|
@@ -736,6 +754,7 @@ class _BackendServiceState:
|
|
736
754
|
self_link: Optional[pulumi.Input[str]] = None,
|
737
755
|
service_lb_policy: Optional[pulumi.Input[str]] = None,
|
738
756
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
757
|
+
strong_session_affinity_cookie: Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs']] = None,
|
739
758
|
timeout_sec: Optional[pulumi.Input[int]] = None):
|
740
759
|
"""
|
741
760
|
Input properties used for looking up and filtering BackendService resources.
|
@@ -881,7 +900,9 @@ class _BackendServiceState:
|
|
881
900
|
Can only be set if load balancing scheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
|
882
901
|
:param pulumi.Input[str] session_affinity: Type of session affinity to use. The default is NONE. Session affinity is
|
883
902
|
not applicable if the protocol is UDP.
|
884
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.
|
903
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `STRONG_COOKIE_AFFINITY`.
|
904
|
+
:param pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs'] strong_session_affinity_cookie: Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
905
|
+
Structure is documented below.
|
885
906
|
:param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
|
886
907
|
For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
|
887
908
|
The default is 30 seconds.
|
@@ -949,6 +970,8 @@ class _BackendServiceState:
|
|
949
970
|
pulumi.set(__self__, "service_lb_policy", service_lb_policy)
|
950
971
|
if session_affinity is not None:
|
951
972
|
pulumi.set(__self__, "session_affinity", session_affinity)
|
973
|
+
if strong_session_affinity_cookie is not None:
|
974
|
+
pulumi.set(__self__, "strong_session_affinity_cookie", strong_session_affinity_cookie)
|
952
975
|
if timeout_sec is not None:
|
953
976
|
pulumi.set(__self__, "timeout_sec", timeout_sec)
|
954
977
|
|
@@ -1428,7 +1451,7 @@ class _BackendServiceState:
|
|
1428
1451
|
"""
|
1429
1452
|
Type of session affinity to use. The default is NONE. Session affinity is
|
1430
1453
|
not applicable if the protocol is UDP.
|
1431
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.
|
1454
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `STRONG_COOKIE_AFFINITY`.
|
1432
1455
|
"""
|
1433
1456
|
return pulumi.get(self, "session_affinity")
|
1434
1457
|
|
@@ -1436,6 +1459,19 @@ class _BackendServiceState:
|
|
1436
1459
|
def session_affinity(self, value: Optional[pulumi.Input[str]]):
|
1437
1460
|
pulumi.set(self, "session_affinity", value)
|
1438
1461
|
|
1462
|
+
@property
|
1463
|
+
@pulumi.getter(name="strongSessionAffinityCookie")
|
1464
|
+
def strong_session_affinity_cookie(self) -> Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs']]:
|
1465
|
+
"""
|
1466
|
+
Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
1467
|
+
Structure is documented below.
|
1468
|
+
"""
|
1469
|
+
return pulumi.get(self, "strong_session_affinity_cookie")
|
1470
|
+
|
1471
|
+
@strong_session_affinity_cookie.setter
|
1472
|
+
def strong_session_affinity_cookie(self, value: Optional[pulumi.Input['BackendServiceStrongSessionAffinityCookieArgs']]):
|
1473
|
+
pulumi.set(self, "strong_session_affinity_cookie", value)
|
1474
|
+
|
1439
1475
|
@property
|
1440
1476
|
@pulumi.getter(name="timeoutSec")
|
1441
1477
|
def timeout_sec(self) -> Optional[pulumi.Input[int]]:
|
@@ -1484,6 +1520,7 @@ class BackendService(pulumi.CustomResource):
|
|
1484
1520
|
security_settings: Optional[pulumi.Input[Union['BackendServiceSecuritySettingsArgs', 'BackendServiceSecuritySettingsArgsDict']]] = None,
|
1485
1521
|
service_lb_policy: Optional[pulumi.Input[str]] = None,
|
1486
1522
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
1523
|
+
strong_session_affinity_cookie: Optional[pulumi.Input[Union['BackendServiceStrongSessionAffinityCookieArgs', 'BackendServiceStrongSessionAffinityCookieArgsDict']]] = None,
|
1487
1524
|
timeout_sec: Optional[pulumi.Input[int]] = None,
|
1488
1525
|
__props__=None):
|
1489
1526
|
"""
|
@@ -1713,6 +1750,31 @@ class BackendService(pulumi.CustomResource):
|
|
1713
1750
|
"success_rate_stdev_factor": 1900,
|
1714
1751
|
})
|
1715
1752
|
```
|
1753
|
+
### Backend Service Stateful Session Affinity
|
1754
|
+
|
1755
|
+
```python
|
1756
|
+
import pulumi
|
1757
|
+
import pulumi_gcp as gcp
|
1758
|
+
|
1759
|
+
health_check = gcp.compute.HealthCheck("health_check",
|
1760
|
+
name="health-check",
|
1761
|
+
http_health_check={
|
1762
|
+
"port": 80,
|
1763
|
+
})
|
1764
|
+
default = gcp.compute.BackendService("default",
|
1765
|
+
name="backend-service",
|
1766
|
+
health_checks=health_check.id,
|
1767
|
+
load_balancing_scheme="EXTERNAL_MANAGED",
|
1768
|
+
locality_lb_policy="RING_HASH",
|
1769
|
+
session_affinity="STRONG_COOKIE_AFFINITY",
|
1770
|
+
strong_session_affinity_cookie={
|
1771
|
+
"ttl": {
|
1772
|
+
"seconds": 11,
|
1773
|
+
"nanos": 1111,
|
1774
|
+
},
|
1775
|
+
"name": "mycookie",
|
1776
|
+
})
|
1777
|
+
```
|
1716
1778
|
### Backend Service Network Endpoint
|
1717
1779
|
|
1718
1780
|
```python
|
@@ -1918,7 +1980,9 @@ class BackendService(pulumi.CustomResource):
|
|
1918
1980
|
Can only be set if load balancing scheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
|
1919
1981
|
:param pulumi.Input[str] session_affinity: Type of session affinity to use. The default is NONE. Session affinity is
|
1920
1982
|
not applicable if the protocol is UDP.
|
1921
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.
|
1983
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `STRONG_COOKIE_AFFINITY`.
|
1984
|
+
:param pulumi.Input[Union['BackendServiceStrongSessionAffinityCookieArgs', 'BackendServiceStrongSessionAffinityCookieArgsDict']] strong_session_affinity_cookie: Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
1985
|
+
Structure is documented below.
|
1922
1986
|
:param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
|
1923
1987
|
For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
|
1924
1988
|
The default is 30 seconds.
|
@@ -2157,6 +2221,31 @@ class BackendService(pulumi.CustomResource):
|
|
2157
2221
|
"success_rate_stdev_factor": 1900,
|
2158
2222
|
})
|
2159
2223
|
```
|
2224
|
+
### Backend Service Stateful Session Affinity
|
2225
|
+
|
2226
|
+
```python
|
2227
|
+
import pulumi
|
2228
|
+
import pulumi_gcp as gcp
|
2229
|
+
|
2230
|
+
health_check = gcp.compute.HealthCheck("health_check",
|
2231
|
+
name="health-check",
|
2232
|
+
http_health_check={
|
2233
|
+
"port": 80,
|
2234
|
+
})
|
2235
|
+
default = gcp.compute.BackendService("default",
|
2236
|
+
name="backend-service",
|
2237
|
+
health_checks=health_check.id,
|
2238
|
+
load_balancing_scheme="EXTERNAL_MANAGED",
|
2239
|
+
locality_lb_policy="RING_HASH",
|
2240
|
+
session_affinity="STRONG_COOKIE_AFFINITY",
|
2241
|
+
strong_session_affinity_cookie={
|
2242
|
+
"ttl": {
|
2243
|
+
"seconds": 11,
|
2244
|
+
"nanos": 1111,
|
2245
|
+
},
|
2246
|
+
"name": "mycookie",
|
2247
|
+
})
|
2248
|
+
```
|
2160
2249
|
### Backend Service Network Endpoint
|
2161
2250
|
|
2162
2251
|
```python
|
@@ -2265,6 +2354,7 @@ class BackendService(pulumi.CustomResource):
|
|
2265
2354
|
security_settings: Optional[pulumi.Input[Union['BackendServiceSecuritySettingsArgs', 'BackendServiceSecuritySettingsArgsDict']]] = None,
|
2266
2355
|
service_lb_policy: Optional[pulumi.Input[str]] = None,
|
2267
2356
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
2357
|
+
strong_session_affinity_cookie: Optional[pulumi.Input[Union['BackendServiceStrongSessionAffinityCookieArgs', 'BackendServiceStrongSessionAffinityCookieArgsDict']]] = None,
|
2268
2358
|
timeout_sec: Optional[pulumi.Input[int]] = None,
|
2269
2359
|
__props__=None):
|
2270
2360
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
@@ -2302,6 +2392,7 @@ class BackendService(pulumi.CustomResource):
|
|
2302
2392
|
__props__.__dict__["security_settings"] = security_settings
|
2303
2393
|
__props__.__dict__["service_lb_policy"] = service_lb_policy
|
2304
2394
|
__props__.__dict__["session_affinity"] = session_affinity
|
2395
|
+
__props__.__dict__["strong_session_affinity_cookie"] = strong_session_affinity_cookie
|
2305
2396
|
__props__.__dict__["timeout_sec"] = timeout_sec
|
2306
2397
|
__props__.__dict__["creation_timestamp"] = None
|
2307
2398
|
__props__.__dict__["fingerprint"] = None
|
@@ -2348,6 +2439,7 @@ class BackendService(pulumi.CustomResource):
|
|
2348
2439
|
self_link: Optional[pulumi.Input[str]] = None,
|
2349
2440
|
service_lb_policy: Optional[pulumi.Input[str]] = None,
|
2350
2441
|
session_affinity: Optional[pulumi.Input[str]] = None,
|
2442
|
+
strong_session_affinity_cookie: Optional[pulumi.Input[Union['BackendServiceStrongSessionAffinityCookieArgs', 'BackendServiceStrongSessionAffinityCookieArgsDict']]] = None,
|
2351
2443
|
timeout_sec: Optional[pulumi.Input[int]] = None) -> 'BackendService':
|
2352
2444
|
"""
|
2353
2445
|
Get an existing BackendService resource's state with the given name, id, and optional extra
|
@@ -2498,7 +2590,9 @@ class BackendService(pulumi.CustomResource):
|
|
2498
2590
|
Can only be set if load balancing scheme is EXTERNAL, EXTERNAL_MANAGED, INTERNAL_MANAGED or INTERNAL_SELF_MANAGED and the scope is global.
|
2499
2591
|
:param pulumi.Input[str] session_affinity: Type of session affinity to use. The default is NONE. Session affinity is
|
2500
2592
|
not applicable if the protocol is UDP.
|
2501
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.
|
2593
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `STRONG_COOKIE_AFFINITY`.
|
2594
|
+
:param pulumi.Input[Union['BackendServiceStrongSessionAffinityCookieArgs', 'BackendServiceStrongSessionAffinityCookieArgsDict']] strong_session_affinity_cookie: Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
2595
|
+
Structure is documented below.
|
2502
2596
|
:param pulumi.Input[int] timeout_sec: The backend service timeout has a different meaning depending on the type of load balancer.
|
2503
2597
|
For more information see, [Backend service settings](https://cloud.google.com/compute/docs/reference/rest/v1/backendServices).
|
2504
2598
|
The default is 30 seconds.
|
@@ -2539,6 +2633,7 @@ class BackendService(pulumi.CustomResource):
|
|
2539
2633
|
__props__.__dict__["self_link"] = self_link
|
2540
2634
|
__props__.__dict__["service_lb_policy"] = service_lb_policy
|
2541
2635
|
__props__.__dict__["session_affinity"] = session_affinity
|
2636
|
+
__props__.__dict__["strong_session_affinity_cookie"] = strong_session_affinity_cookie
|
2542
2637
|
__props__.__dict__["timeout_sec"] = timeout_sec
|
2543
2638
|
return BackendService(resource_name, opts=opts, __props__=__props__)
|
2544
2639
|
|
@@ -2898,10 +2993,19 @@ class BackendService(pulumi.CustomResource):
|
|
2898
2993
|
"""
|
2899
2994
|
Type of session affinity to use. The default is NONE. Session affinity is
|
2900
2995
|
not applicable if the protocol is UDP.
|
2901
|
-
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`.
|
2996
|
+
Possible values are: `NONE`, `CLIENT_IP`, `CLIENT_IP_PORT_PROTO`, `CLIENT_IP_PROTO`, `GENERATED_COOKIE`, `HEADER_FIELD`, `HTTP_COOKIE`, `STRONG_COOKIE_AFFINITY`.
|
2902
2997
|
"""
|
2903
2998
|
return pulumi.get(self, "session_affinity")
|
2904
2999
|
|
3000
|
+
@property
|
3001
|
+
@pulumi.getter(name="strongSessionAffinityCookie")
|
3002
|
+
def strong_session_affinity_cookie(self) -> pulumi.Output[Optional['outputs.BackendServiceStrongSessionAffinityCookie']]:
|
3003
|
+
"""
|
3004
|
+
Describes the HTTP cookie used for stateful session affinity. This field is applicable and required if the sessionAffinity is set to STRONG_COOKIE_AFFINITY.
|
3005
|
+
Structure is documented below.
|
3006
|
+
"""
|
3007
|
+
return pulumi.get(self, "strong_session_affinity_cookie")
|
3008
|
+
|
2905
3009
|
@property
|
2906
3010
|
@pulumi.getter(name="timeoutSec")
|
2907
3011
|
def timeout_sec(self) -> pulumi.Output[int]:
|
@@ -232,9 +232,6 @@ def get_address(name: Optional[str] = None,
|
|
232
232
|
status=pulumi.get(__ret__, 'status'),
|
233
233
|
subnetwork=pulumi.get(__ret__, 'subnetwork'),
|
234
234
|
users=pulumi.get(__ret__, 'users'))
|
235
|
-
|
236
|
-
|
237
|
-
@_utilities.lift_output_func(get_address)
|
238
235
|
def get_address_output(name: Optional[pulumi.Input[str]] = None,
|
239
236
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
240
237
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -270,4 +267,24 @@ def get_address_output(name: Optional[pulumi.Input[str]] = None,
|
|
270
267
|
:param str region: The Region in which the created address reside.
|
271
268
|
If it is not provided, the provider region is used.
|
272
269
|
"""
|
273
|
-
|
270
|
+
__args__ = dict()
|
271
|
+
__args__['name'] = name
|
272
|
+
__args__['project'] = project
|
273
|
+
__args__['region'] = region
|
274
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
275
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getAddress:getAddress', __args__, opts=opts, typ=GetAddressResult)
|
276
|
+
return __ret__.apply(lambda __response__: GetAddressResult(
|
277
|
+
address=pulumi.get(__response__, 'address'),
|
278
|
+
address_type=pulumi.get(__response__, 'address_type'),
|
279
|
+
id=pulumi.get(__response__, 'id'),
|
280
|
+
name=pulumi.get(__response__, 'name'),
|
281
|
+
network=pulumi.get(__response__, 'network'),
|
282
|
+
network_tier=pulumi.get(__response__, 'network_tier'),
|
283
|
+
prefix_length=pulumi.get(__response__, 'prefix_length'),
|
284
|
+
project=pulumi.get(__response__, 'project'),
|
285
|
+
purpose=pulumi.get(__response__, 'purpose'),
|
286
|
+
region=pulumi.get(__response__, 'region'),
|
287
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
288
|
+
status=pulumi.get(__response__, 'status'),
|
289
|
+
subnetwork=pulumi.get(__response__, 'subnetwork'),
|
290
|
+
users=pulumi.get(__response__, 'users')))
|
@@ -160,9 +160,6 @@ def get_addresses(filter: Optional[str] = None,
|
|
160
160
|
id=pulumi.get(__ret__, 'id'),
|
161
161
|
project=pulumi.get(__ret__, 'project'),
|
162
162
|
region=pulumi.get(__ret__, 'region'))
|
163
|
-
|
164
|
-
|
165
|
-
@_utilities.lift_output_func(get_addresses)
|
166
163
|
def get_addresses_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
|
167
164
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
168
165
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -218,4 +215,15 @@ def get_addresses_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
|
|
218
215
|
:param str region: Region that should be considered to search addresses.
|
219
216
|
All regions are considered if missing.
|
220
217
|
"""
|
221
|
-
|
218
|
+
__args__ = dict()
|
219
|
+
__args__['filter'] = filter
|
220
|
+
__args__['project'] = project
|
221
|
+
__args__['region'] = region
|
222
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
223
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getAddresses:getAddresses', __args__, opts=opts, typ=GetAddressesResult)
|
224
|
+
return __ret__.apply(lambda __response__: GetAddressesResult(
|
225
|
+
addresses=pulumi.get(__response__, 'addresses'),
|
226
|
+
filter=pulumi.get(__response__, 'filter'),
|
227
|
+
id=pulumi.get(__response__, 'id'),
|
228
|
+
project=pulumi.get(__response__, 'project'),
|
229
|
+
region=pulumi.get(__response__, 'region')))
|
@@ -190,9 +190,6 @@ def get_backend_bucket(name: Optional[str] = None,
|
|
190
190
|
name=pulumi.get(__ret__, 'name'),
|
191
191
|
project=pulumi.get(__ret__, 'project'),
|
192
192
|
self_link=pulumi.get(__ret__, 'self_link'))
|
193
|
-
|
194
|
-
|
195
|
-
@_utilities.lift_output_func(get_backend_bucket)
|
196
193
|
def get_backend_bucket_output(name: Optional[pulumi.Input[str]] = None,
|
197
194
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
198
195
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBackendBucketResult]:
|
@@ -215,4 +212,21 @@ def get_backend_bucket_output(name: Optional[pulumi.Input[str]] = None,
|
|
215
212
|
:param str project: The ID of the project in which the resource belongs. If it
|
216
213
|
is not provided, the provider project is used.
|
217
214
|
"""
|
218
|
-
|
215
|
+
__args__ = dict()
|
216
|
+
__args__['name'] = name
|
217
|
+
__args__['project'] = project
|
218
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
219
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getBackendBucket:getBackendBucket', __args__, opts=opts, typ=GetBackendBucketResult)
|
220
|
+
return __ret__.apply(lambda __response__: GetBackendBucketResult(
|
221
|
+
bucket_name=pulumi.get(__response__, 'bucket_name'),
|
222
|
+
cdn_policies=pulumi.get(__response__, 'cdn_policies'),
|
223
|
+
compression_mode=pulumi.get(__response__, 'compression_mode'),
|
224
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
225
|
+
custom_response_headers=pulumi.get(__response__, 'custom_response_headers'),
|
226
|
+
description=pulumi.get(__response__, 'description'),
|
227
|
+
edge_security_policy=pulumi.get(__response__, 'edge_security_policy'),
|
228
|
+
enable_cdn=pulumi.get(__response__, 'enable_cdn'),
|
229
|
+
id=pulumi.get(__response__, 'id'),
|
230
|
+
name=pulumi.get(__response__, 'name'),
|
231
|
+
project=pulumi.get(__response__, 'project'),
|
232
|
+
self_link=pulumi.get(__response__, 'self_link')))
|
@@ -114,9 +114,6 @@ def get_backend_bucket_iam_policy(name: Optional[str] = None,
|
|
114
114
|
name=pulumi.get(__ret__, 'name'),
|
115
115
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
116
116
|
project=pulumi.get(__ret__, 'project'))
|
117
|
-
|
118
|
-
|
119
|
-
@_utilities.lift_output_func(get_backend_bucket_iam_policy)
|
120
117
|
def get_backend_bucket_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
121
118
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
122
119
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBackendBucketIamPolicyResult]:
|
@@ -127,4 +124,14 @@ def get_backend_bucket_iam_policy_output(name: Optional[pulumi.Input[str]] = Non
|
|
127
124
|
:param str project: The ID of the project in which the resource belongs.
|
128
125
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
129
126
|
"""
|
130
|
-
|
127
|
+
__args__ = dict()
|
128
|
+
__args__['name'] = name
|
129
|
+
__args__['project'] = project
|
130
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
131
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getBackendBucketIamPolicy:getBackendBucketIamPolicy', __args__, opts=opts, typ=GetBackendBucketIamPolicyResult)
|
132
|
+
return __ret__.apply(lambda __response__: GetBackendBucketIamPolicyResult(
|
133
|
+
etag=pulumi.get(__response__, 'etag'),
|
134
|
+
id=pulumi.get(__response__, 'id'),
|
135
|
+
name=pulumi.get(__response__, 'name'),
|
136
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
137
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -27,7 +27,7 @@ class GetBackendServiceResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getBackendService.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, affinity_cookie_ttl_sec=None, backends=None, cdn_policies=None, circuit_breakers=None, compression_mode=None, connection_draining_timeout_sec=None, consistent_hash=None, creation_timestamp=None, custom_request_headers=None, custom_response_headers=None, description=None, edge_security_policy=None, enable_cdn=None, fingerprint=None, generated_id=None, health_checks=None, iaps=None, id=None, load_balancing_scheme=None, locality_lb_policies=None, locality_lb_policy=None, log_configs=None, name=None, outlier_detections=None, port_name=None, project=None, protocol=None, security_policy=None, security_settings=None, self_link=None, service_lb_policy=None, session_affinity=None, timeout_sec=None):
|
30
|
+
def __init__(__self__, affinity_cookie_ttl_sec=None, backends=None, cdn_policies=None, circuit_breakers=None, compression_mode=None, connection_draining_timeout_sec=None, consistent_hash=None, creation_timestamp=None, custom_request_headers=None, custom_response_headers=None, description=None, edge_security_policy=None, enable_cdn=None, fingerprint=None, generated_id=None, health_checks=None, iaps=None, id=None, load_balancing_scheme=None, locality_lb_policies=None, locality_lb_policy=None, log_configs=None, name=None, outlier_detections=None, port_name=None, project=None, protocol=None, security_policy=None, security_settings=None, self_link=None, service_lb_policy=None, session_affinity=None, strong_session_affinity_cookies=None, timeout_sec=None):
|
31
31
|
if affinity_cookie_ttl_sec and not isinstance(affinity_cookie_ttl_sec, int):
|
32
32
|
raise TypeError("Expected argument 'affinity_cookie_ttl_sec' to be a int")
|
33
33
|
pulumi.set(__self__, "affinity_cookie_ttl_sec", affinity_cookie_ttl_sec)
|
@@ -124,6 +124,9 @@ class GetBackendServiceResult:
|
|
124
124
|
if session_affinity and not isinstance(session_affinity, str):
|
125
125
|
raise TypeError("Expected argument 'session_affinity' to be a str")
|
126
126
|
pulumi.set(__self__, "session_affinity", session_affinity)
|
127
|
+
if strong_session_affinity_cookies and not isinstance(strong_session_affinity_cookies, list):
|
128
|
+
raise TypeError("Expected argument 'strong_session_affinity_cookies' to be a list")
|
129
|
+
pulumi.set(__self__, "strong_session_affinity_cookies", strong_session_affinity_cookies)
|
127
130
|
if timeout_sec and not isinstance(timeout_sec, int):
|
128
131
|
raise TypeError("Expected argument 'timeout_sec' to be a int")
|
129
132
|
pulumi.set(__self__, "timeout_sec", timeout_sec)
|
@@ -324,6 +327,11 @@ class GetBackendServiceResult:
|
|
324
327
|
"""
|
325
328
|
return pulumi.get(self, "session_affinity")
|
326
329
|
|
330
|
+
@property
|
331
|
+
@pulumi.getter(name="strongSessionAffinityCookies")
|
332
|
+
def strong_session_affinity_cookies(self) -> Sequence['outputs.GetBackendServiceStrongSessionAffinityCookyResult']:
|
333
|
+
return pulumi.get(self, "strong_session_affinity_cookies")
|
334
|
+
|
327
335
|
@property
|
328
336
|
@pulumi.getter(name="timeoutSec")
|
329
337
|
def timeout_sec(self) -> int:
|
@@ -371,6 +379,7 @@ class AwaitableGetBackendServiceResult(GetBackendServiceResult):
|
|
371
379
|
self_link=self.self_link,
|
372
380
|
service_lb_policy=self.service_lb_policy,
|
373
381
|
session_affinity=self.session_affinity,
|
382
|
+
strong_session_affinity_cookies=self.strong_session_affinity_cookies,
|
374
383
|
timeout_sec=self.timeout_sec)
|
375
384
|
|
376
385
|
|
@@ -439,10 +448,8 @@ def get_backend_service(name: Optional[str] = None,
|
|
439
448
|
self_link=pulumi.get(__ret__, 'self_link'),
|
440
449
|
service_lb_policy=pulumi.get(__ret__, 'service_lb_policy'),
|
441
450
|
session_affinity=pulumi.get(__ret__, 'session_affinity'),
|
451
|
+
strong_session_affinity_cookies=pulumi.get(__ret__, 'strong_session_affinity_cookies'),
|
442
452
|
timeout_sec=pulumi.get(__ret__, 'timeout_sec'))
|
443
|
-
|
444
|
-
|
445
|
-
@_utilities.lift_output_func(get_backend_service)
|
446
453
|
def get_backend_service_output(name: Optional[pulumi.Input[str]] = None,
|
447
454
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
448
455
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBackendServiceResult]:
|
@@ -469,4 +476,43 @@ def get_backend_service_output(name: Optional[pulumi.Input[str]] = None,
|
|
469
476
|
- - -
|
470
477
|
:param str project: The project in which the resource belongs. If it is not provided, the provider project is used.
|
471
478
|
"""
|
472
|
-
|
479
|
+
__args__ = dict()
|
480
|
+
__args__['name'] = name
|
481
|
+
__args__['project'] = project
|
482
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
483
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getBackendService:getBackendService', __args__, opts=opts, typ=GetBackendServiceResult)
|
484
|
+
return __ret__.apply(lambda __response__: GetBackendServiceResult(
|
485
|
+
affinity_cookie_ttl_sec=pulumi.get(__response__, 'affinity_cookie_ttl_sec'),
|
486
|
+
backends=pulumi.get(__response__, 'backends'),
|
487
|
+
cdn_policies=pulumi.get(__response__, 'cdn_policies'),
|
488
|
+
circuit_breakers=pulumi.get(__response__, 'circuit_breakers'),
|
489
|
+
compression_mode=pulumi.get(__response__, 'compression_mode'),
|
490
|
+
connection_draining_timeout_sec=pulumi.get(__response__, 'connection_draining_timeout_sec'),
|
491
|
+
consistent_hash=pulumi.get(__response__, 'consistent_hash'),
|
492
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
493
|
+
custom_request_headers=pulumi.get(__response__, 'custom_request_headers'),
|
494
|
+
custom_response_headers=pulumi.get(__response__, 'custom_response_headers'),
|
495
|
+
description=pulumi.get(__response__, 'description'),
|
496
|
+
edge_security_policy=pulumi.get(__response__, 'edge_security_policy'),
|
497
|
+
enable_cdn=pulumi.get(__response__, 'enable_cdn'),
|
498
|
+
fingerprint=pulumi.get(__response__, 'fingerprint'),
|
499
|
+
generated_id=pulumi.get(__response__, 'generated_id'),
|
500
|
+
health_checks=pulumi.get(__response__, 'health_checks'),
|
501
|
+
iaps=pulumi.get(__response__, 'iaps'),
|
502
|
+
id=pulumi.get(__response__, 'id'),
|
503
|
+
load_balancing_scheme=pulumi.get(__response__, 'load_balancing_scheme'),
|
504
|
+
locality_lb_policies=pulumi.get(__response__, 'locality_lb_policies'),
|
505
|
+
locality_lb_policy=pulumi.get(__response__, 'locality_lb_policy'),
|
506
|
+
log_configs=pulumi.get(__response__, 'log_configs'),
|
507
|
+
name=pulumi.get(__response__, 'name'),
|
508
|
+
outlier_detections=pulumi.get(__response__, 'outlier_detections'),
|
509
|
+
port_name=pulumi.get(__response__, 'port_name'),
|
510
|
+
project=pulumi.get(__response__, 'project'),
|
511
|
+
protocol=pulumi.get(__response__, 'protocol'),
|
512
|
+
security_policy=pulumi.get(__response__, 'security_policy'),
|
513
|
+
security_settings=pulumi.get(__response__, 'security_settings'),
|
514
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
515
|
+
service_lb_policy=pulumi.get(__response__, 'service_lb_policy'),
|
516
|
+
session_affinity=pulumi.get(__response__, 'session_affinity'),
|
517
|
+
strong_session_affinity_cookies=pulumi.get(__response__, 'strong_session_affinity_cookies'),
|
518
|
+
timeout_sec=pulumi.get(__response__, 'timeout_sec')))
|
@@ -114,9 +114,6 @@ def get_backend_service_iam_policy(name: Optional[str] = None,
|
|
114
114
|
name=pulumi.get(__ret__, 'name'),
|
115
115
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
116
116
|
project=pulumi.get(__ret__, 'project'))
|
117
|
-
|
118
|
-
|
119
|
-
@_utilities.lift_output_func(get_backend_service_iam_policy)
|
120
117
|
def get_backend_service_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
121
118
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
122
119
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetBackendServiceIamPolicyResult]:
|
@@ -127,4 +124,14 @@ def get_backend_service_iam_policy_output(name: Optional[pulumi.Input[str]] = No
|
|
127
124
|
:param str project: The ID of the project in which the resource belongs.
|
128
125
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
129
126
|
"""
|
130
|
-
|
127
|
+
__args__ = dict()
|
128
|
+
__args__['name'] = name
|
129
|
+
__args__['project'] = project
|
130
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
131
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getBackendServiceIamPolicy:getBackendServiceIamPolicy', __args__, opts=opts, typ=GetBackendServiceIamPolicyResult)
|
132
|
+
return __ret__.apply(lambda __response__: GetBackendServiceIamPolicyResult(
|
133
|
+
etag=pulumi.get(__response__, 'etag'),
|
134
|
+
id=pulumi.get(__response__, 'id'),
|
135
|
+
name=pulumi.get(__response__, 'name'),
|
136
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
137
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -182,9 +182,6 @@ def get_certificate(name: Optional[str] = None,
|
|
182
182
|
private_key=pulumi.get(__ret__, 'private_key'),
|
183
183
|
project=pulumi.get(__ret__, 'project'),
|
184
184
|
self_link=pulumi.get(__ret__, 'self_link'))
|
185
|
-
|
186
|
-
|
187
|
-
@_utilities.lift_output_func(get_certificate)
|
188
185
|
def get_certificate_output(name: Optional[pulumi.Input[str]] = None,
|
189
186
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
190
187
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetCertificateResult]:
|
@@ -210,4 +207,20 @@ def get_certificate_output(name: Optional[pulumi.Input[str]] = None,
|
|
210
207
|
:param str project: The project in which the resource belongs. If it
|
211
208
|
is not provided, the provider project is used.
|
212
209
|
"""
|
213
|
-
|
210
|
+
__args__ = dict()
|
211
|
+
__args__['name'] = name
|
212
|
+
__args__['project'] = project
|
213
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
214
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getCertificate:getCertificate', __args__, opts=opts, typ=GetCertificateResult)
|
215
|
+
return __ret__.apply(lambda __response__: GetCertificateResult(
|
216
|
+
certificate=pulumi.get(__response__, 'certificate'),
|
217
|
+
certificate_id=pulumi.get(__response__, 'certificate_id'),
|
218
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
219
|
+
description=pulumi.get(__response__, 'description'),
|
220
|
+
expire_time=pulumi.get(__response__, 'expire_time'),
|
221
|
+
id=pulumi.get(__response__, 'id'),
|
222
|
+
name=pulumi.get(__response__, 'name'),
|
223
|
+
name_prefix=pulumi.get(__response__, 'name_prefix'),
|
224
|
+
private_key=pulumi.get(__response__, 'private_key'),
|
225
|
+
project=pulumi.get(__response__, 'project'),
|
226
|
+
self_link=pulumi.get(__response__, 'self_link')))
|
@@ -149,9 +149,6 @@ def get_default_service_account(project: Optional[str] = None,
|
|
149
149
|
name=pulumi.get(__ret__, 'name'),
|
150
150
|
project=pulumi.get(__ret__, 'project'),
|
151
151
|
unique_id=pulumi.get(__ret__, 'unique_id'))
|
152
|
-
|
153
|
-
|
154
|
-
@_utilities.lift_output_func(get_default_service_account)
|
155
152
|
def get_default_service_account_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
156
153
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetDefaultServiceAccountResult]:
|
157
154
|
"""
|
@@ -170,4 +167,15 @@ def get_default_service_account_output(project: Optional[pulumi.Input[Optional[s
|
|
170
167
|
|
171
168
|
:param str project: The project ID. If it is not provided, the provider project is used.
|
172
169
|
"""
|
173
|
-
|
170
|
+
__args__ = dict()
|
171
|
+
__args__['project'] = project
|
172
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
173
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getDefaultServiceAccount:getDefaultServiceAccount', __args__, opts=opts, typ=GetDefaultServiceAccountResult)
|
174
|
+
return __ret__.apply(lambda __response__: GetDefaultServiceAccountResult(
|
175
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
176
|
+
email=pulumi.get(__response__, 'email'),
|
177
|
+
id=pulumi.get(__response__, 'id'),
|
178
|
+
member=pulumi.get(__response__, 'member'),
|
179
|
+
name=pulumi.get(__response__, 'name'),
|
180
|
+
project=pulumi.get(__response__, 'project'),
|
181
|
+
unique_id=pulumi.get(__response__, 'unique_id')))
|
pulumi_gcp/compute/get_disk.py
CHANGED
@@ -526,9 +526,6 @@ def get_disk(name: Optional[str] = None,
|
|
526
526
|
type=pulumi.get(__ret__, 'type'),
|
527
527
|
users=pulumi.get(__ret__, 'users'),
|
528
528
|
zone=pulumi.get(__ret__, 'zone'))
|
529
|
-
|
530
|
-
|
531
|
-
@_utilities.lift_output_func(get_disk)
|
532
529
|
def get_disk_output(name: Optional[pulumi.Input[str]] = None,
|
533
530
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
534
531
|
zone: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -560,4 +557,48 @@ def get_disk_output(name: Optional[pulumi.Input[str]] = None,
|
|
560
557
|
If it is not provided, the provider project is used.
|
561
558
|
:param str zone: A reference to the zone where the disk resides.
|
562
559
|
"""
|
563
|
-
|
560
|
+
__args__ = dict()
|
561
|
+
__args__['name'] = name
|
562
|
+
__args__['project'] = project
|
563
|
+
__args__['zone'] = zone
|
564
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
565
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getDisk:getDisk', __args__, opts=opts, typ=GetDiskResult)
|
566
|
+
return __ret__.apply(lambda __response__: GetDiskResult(
|
567
|
+
access_mode=pulumi.get(__response__, 'access_mode'),
|
568
|
+
async_primary_disks=pulumi.get(__response__, 'async_primary_disks'),
|
569
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
570
|
+
description=pulumi.get(__response__, 'description'),
|
571
|
+
disk_encryption_keys=pulumi.get(__response__, 'disk_encryption_keys'),
|
572
|
+
disk_id=pulumi.get(__response__, 'disk_id'),
|
573
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
574
|
+
enable_confidential_compute=pulumi.get(__response__, 'enable_confidential_compute'),
|
575
|
+
guest_os_features=pulumi.get(__response__, 'guest_os_features'),
|
576
|
+
id=pulumi.get(__response__, 'id'),
|
577
|
+
image=pulumi.get(__response__, 'image'),
|
578
|
+
interface=pulumi.get(__response__, 'interface'),
|
579
|
+
label_fingerprint=pulumi.get(__response__, 'label_fingerprint'),
|
580
|
+
labels=pulumi.get(__response__, 'labels'),
|
581
|
+
last_attach_timestamp=pulumi.get(__response__, 'last_attach_timestamp'),
|
582
|
+
last_detach_timestamp=pulumi.get(__response__, 'last_detach_timestamp'),
|
583
|
+
licenses=pulumi.get(__response__, 'licenses'),
|
584
|
+
multi_writer=pulumi.get(__response__, 'multi_writer'),
|
585
|
+
name=pulumi.get(__response__, 'name'),
|
586
|
+
physical_block_size_bytes=pulumi.get(__response__, 'physical_block_size_bytes'),
|
587
|
+
project=pulumi.get(__response__, 'project'),
|
588
|
+
provisioned_iops=pulumi.get(__response__, 'provisioned_iops'),
|
589
|
+
provisioned_throughput=pulumi.get(__response__, 'provisioned_throughput'),
|
590
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
591
|
+
resource_policies=pulumi.get(__response__, 'resource_policies'),
|
592
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
593
|
+
size=pulumi.get(__response__, 'size'),
|
594
|
+
snapshot=pulumi.get(__response__, 'snapshot'),
|
595
|
+
source_disk=pulumi.get(__response__, 'source_disk'),
|
596
|
+
source_disk_id=pulumi.get(__response__, 'source_disk_id'),
|
597
|
+
source_image_encryption_keys=pulumi.get(__response__, 'source_image_encryption_keys'),
|
598
|
+
source_image_id=pulumi.get(__response__, 'source_image_id'),
|
599
|
+
source_snapshot_encryption_keys=pulumi.get(__response__, 'source_snapshot_encryption_keys'),
|
600
|
+
source_snapshot_id=pulumi.get(__response__, 'source_snapshot_id'),
|
601
|
+
storage_pool=pulumi.get(__response__, 'storage_pool'),
|
602
|
+
type=pulumi.get(__response__, 'type'),
|
603
|
+
users=pulumi.get(__response__, 'users'),
|
604
|
+
zone=pulumi.get(__response__, 'zone')))
|