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
@@ -175,9 +175,6 @@ def get_resource_policy(name: Optional[str] = None,
|
|
175
175
|
region=pulumi.get(__ret__, 'region'),
|
176
176
|
self_link=pulumi.get(__ret__, 'self_link'),
|
177
177
|
snapshot_schedule_policies=pulumi.get(__ret__, 'snapshot_schedule_policies'))
|
178
|
-
|
179
|
-
|
180
|
-
@_utilities.lift_output_func(get_resource_policy)
|
181
178
|
def get_resource_policy_output(name: Optional[pulumi.Input[str]] = None,
|
182
179
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
183
180
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -198,4 +195,20 @@ def get_resource_policy_output(name: Optional[pulumi.Input[str]] = None,
|
|
198
195
|
:param str project: Project from which to list the Resource Policy. Defaults to project declared in the provider.
|
199
196
|
:param str region: Region where the Resource Policy resides.
|
200
197
|
"""
|
201
|
-
|
198
|
+
__args__ = dict()
|
199
|
+
__args__['name'] = name
|
200
|
+
__args__['project'] = project
|
201
|
+
__args__['region'] = region
|
202
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
203
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getResourcePolicy:getResourcePolicy', __args__, opts=opts, typ=GetResourcePolicyResult)
|
204
|
+
return __ret__.apply(lambda __response__: GetResourcePolicyResult(
|
205
|
+
description=pulumi.get(__response__, 'description'),
|
206
|
+
disk_consistency_group_policies=pulumi.get(__response__, 'disk_consistency_group_policies'),
|
207
|
+
group_placement_policies=pulumi.get(__response__, 'group_placement_policies'),
|
208
|
+
id=pulumi.get(__response__, 'id'),
|
209
|
+
instance_schedule_policies=pulumi.get(__response__, 'instance_schedule_policies'),
|
210
|
+
name=pulumi.get(__response__, 'name'),
|
211
|
+
project=pulumi.get(__response__, 'project'),
|
212
|
+
region=pulumi.get(__response__, 'region'),
|
213
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
214
|
+
snapshot_schedule_policies=pulumi.get(__response__, 'snapshot_schedule_policies')))
|
pulumi_gcp/compute/get_router.py
CHANGED
@@ -176,9 +176,6 @@ def get_router(name: Optional[str] = None,
|
|
176
176
|
project=pulumi.get(__ret__, 'project'),
|
177
177
|
region=pulumi.get(__ret__, 'region'),
|
178
178
|
self_link=pulumi.get(__ret__, 'self_link'))
|
179
|
-
|
180
|
-
|
181
|
-
@_utilities.lift_output_func(get_router)
|
182
179
|
def get_router_output(name: Optional[pulumi.Input[str]] = None,
|
183
180
|
network: Optional[pulumi.Input[str]] = None,
|
184
181
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -205,4 +202,21 @@ def get_router_output(name: Optional[pulumi.Input[str]] = None,
|
|
205
202
|
:param str region: The region this router has been created in. If
|
206
203
|
unspecified, this defaults to the region configured in the provider.
|
207
204
|
"""
|
208
|
-
|
205
|
+
__args__ = dict()
|
206
|
+
__args__['name'] = name
|
207
|
+
__args__['network'] = network
|
208
|
+
__args__['project'] = project
|
209
|
+
__args__['region'] = region
|
210
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
211
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getRouter:getRouter', __args__, opts=opts, typ=GetRouterResult)
|
212
|
+
return __ret__.apply(lambda __response__: GetRouterResult(
|
213
|
+
bgps=pulumi.get(__response__, 'bgps'),
|
214
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
215
|
+
description=pulumi.get(__response__, 'description'),
|
216
|
+
encrypted_interconnect_router=pulumi.get(__response__, 'encrypted_interconnect_router'),
|
217
|
+
id=pulumi.get(__response__, 'id'),
|
218
|
+
name=pulumi.get(__response__, 'name'),
|
219
|
+
network=pulumi.get(__response__, 'network'),
|
220
|
+
project=pulumi.get(__response__, 'project'),
|
221
|
+
region=pulumi.get(__response__, 'region'),
|
222
|
+
self_link=pulumi.get(__response__, 'self_link')))
|
@@ -332,9 +332,6 @@ def get_router_nat(name: Optional[str] = None,
|
|
332
332
|
tcp_transitory_idle_timeout_sec=pulumi.get(__ret__, 'tcp_transitory_idle_timeout_sec'),
|
333
333
|
type=pulumi.get(__ret__, 'type'),
|
334
334
|
udp_idle_timeout_sec=pulumi.get(__ret__, 'udp_idle_timeout_sec'))
|
335
|
-
|
336
|
-
|
337
|
-
@_utilities.lift_output_func(get_router_nat)
|
338
335
|
def get_router_nat_output(name: Optional[pulumi.Input[str]] = None,
|
339
336
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
340
337
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -367,4 +364,36 @@ def get_router_nat_output(name: Optional[pulumi.Input[str]] = None,
|
|
367
364
|
|
368
365
|
- - -
|
369
366
|
"""
|
370
|
-
|
367
|
+
__args__ = dict()
|
368
|
+
__args__['name'] = name
|
369
|
+
__args__['project'] = project
|
370
|
+
__args__['region'] = region
|
371
|
+
__args__['router'] = router
|
372
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
373
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getRouterNat:getRouterNat', __args__, opts=opts, typ=GetRouterNatResult)
|
374
|
+
return __ret__.apply(lambda __response__: GetRouterNatResult(
|
375
|
+
auto_network_tier=pulumi.get(__response__, 'auto_network_tier'),
|
376
|
+
drain_nat_ips=pulumi.get(__response__, 'drain_nat_ips'),
|
377
|
+
enable_dynamic_port_allocation=pulumi.get(__response__, 'enable_dynamic_port_allocation'),
|
378
|
+
enable_endpoint_independent_mapping=pulumi.get(__response__, 'enable_endpoint_independent_mapping'),
|
379
|
+
endpoint_types=pulumi.get(__response__, 'endpoint_types'),
|
380
|
+
icmp_idle_timeout_sec=pulumi.get(__response__, 'icmp_idle_timeout_sec'),
|
381
|
+
id=pulumi.get(__response__, 'id'),
|
382
|
+
initial_nat_ips=pulumi.get(__response__, 'initial_nat_ips'),
|
383
|
+
log_configs=pulumi.get(__response__, 'log_configs'),
|
384
|
+
max_ports_per_vm=pulumi.get(__response__, 'max_ports_per_vm'),
|
385
|
+
min_ports_per_vm=pulumi.get(__response__, 'min_ports_per_vm'),
|
386
|
+
name=pulumi.get(__response__, 'name'),
|
387
|
+
nat_ip_allocate_option=pulumi.get(__response__, 'nat_ip_allocate_option'),
|
388
|
+
nat_ips=pulumi.get(__response__, 'nat_ips'),
|
389
|
+
project=pulumi.get(__response__, 'project'),
|
390
|
+
region=pulumi.get(__response__, 'region'),
|
391
|
+
router=pulumi.get(__response__, 'router'),
|
392
|
+
rules=pulumi.get(__response__, 'rules'),
|
393
|
+
source_subnetwork_ip_ranges_to_nat=pulumi.get(__response__, 'source_subnetwork_ip_ranges_to_nat'),
|
394
|
+
subnetworks=pulumi.get(__response__, 'subnetworks'),
|
395
|
+
tcp_established_idle_timeout_sec=pulumi.get(__response__, 'tcp_established_idle_timeout_sec'),
|
396
|
+
tcp_time_wait_timeout_sec=pulumi.get(__response__, 'tcp_time_wait_timeout_sec'),
|
397
|
+
tcp_transitory_idle_timeout_sec=pulumi.get(__response__, 'tcp_transitory_idle_timeout_sec'),
|
398
|
+
type=pulumi.get(__response__, 'type'),
|
399
|
+
udp_idle_timeout_sec=pulumi.get(__response__, 'udp_idle_timeout_sec')))
|
@@ -157,9 +157,6 @@ def get_router_status(name: Optional[str] = None,
|
|
157
157
|
network=pulumi.get(__ret__, 'network'),
|
158
158
|
project=pulumi.get(__ret__, 'project'),
|
159
159
|
region=pulumi.get(__ret__, 'region'))
|
160
|
-
|
161
|
-
|
162
|
-
@_utilities.lift_output_func(get_router_status)
|
163
160
|
def get_router_status_output(name: Optional[pulumi.Input[str]] = None,
|
164
161
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
165
162
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -188,4 +185,17 @@ def get_router_status_output(name: Optional[pulumi.Input[str]] = None,
|
|
188
185
|
:param str region: The region this router has been created in. If
|
189
186
|
unspecified, this defaults to the region configured in the provider.
|
190
187
|
"""
|
191
|
-
|
188
|
+
__args__ = dict()
|
189
|
+
__args__['name'] = name
|
190
|
+
__args__['project'] = project
|
191
|
+
__args__['region'] = region
|
192
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
193
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getRouterStatus:getRouterStatus', __args__, opts=opts, typ=GetRouterStatusResult)
|
194
|
+
return __ret__.apply(lambda __response__: GetRouterStatusResult(
|
195
|
+
best_routes=pulumi.get(__response__, 'best_routes'),
|
196
|
+
best_routes_for_routers=pulumi.get(__response__, 'best_routes_for_routers'),
|
197
|
+
id=pulumi.get(__response__, 'id'),
|
198
|
+
name=pulumi.get(__response__, 'name'),
|
199
|
+
network=pulumi.get(__response__, 'network'),
|
200
|
+
project=pulumi.get(__response__, 'project'),
|
201
|
+
region=pulumi.get(__response__, 'region')))
|
@@ -186,9 +186,6 @@ def get_security_policy(name: Optional[str] = None,
|
|
186
186
|
rules=pulumi.get(__ret__, 'rules'),
|
187
187
|
self_link=pulumi.get(__ret__, 'self_link'),
|
188
188
|
type=pulumi.get(__ret__, 'type'))
|
189
|
-
|
190
|
-
|
191
|
-
@_utilities.lift_output_func(get_security_policy)
|
192
189
|
def get_security_policy_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
193
190
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
194
191
|
self_link: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -216,4 +213,21 @@ def get_security_policy_output(name: Optional[pulumi.Input[Optional[str]]] = Non
|
|
216
213
|
:param str project: The project in which the resource belongs. If it is not provided, the provider project is used.
|
217
214
|
:param str self_link: The self_link of the security policy. Provide either this or a `name`
|
218
215
|
"""
|
219
|
-
|
216
|
+
__args__ = dict()
|
217
|
+
__args__['name'] = name
|
218
|
+
__args__['project'] = project
|
219
|
+
__args__['selfLink'] = self_link
|
220
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
221
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getSecurityPolicy:getSecurityPolicy', __args__, opts=opts, typ=GetSecurityPolicyResult)
|
222
|
+
return __ret__.apply(lambda __response__: GetSecurityPolicyResult(
|
223
|
+
adaptive_protection_configs=pulumi.get(__response__, 'adaptive_protection_configs'),
|
224
|
+
advanced_options_configs=pulumi.get(__response__, 'advanced_options_configs'),
|
225
|
+
description=pulumi.get(__response__, 'description'),
|
226
|
+
fingerprint=pulumi.get(__response__, 'fingerprint'),
|
227
|
+
id=pulumi.get(__response__, 'id'),
|
228
|
+
name=pulumi.get(__response__, 'name'),
|
229
|
+
project=pulumi.get(__response__, 'project'),
|
230
|
+
recaptcha_options_configs=pulumi.get(__response__, 'recaptcha_options_configs'),
|
231
|
+
rules=pulumi.get(__response__, 'rules'),
|
232
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
233
|
+
type=pulumi.get(__response__, 'type')))
|
@@ -307,9 +307,6 @@ def get_snapshot(filter: Optional[str] = None,
|
|
307
307
|
storage_bytes=pulumi.get(__ret__, 'storage_bytes'),
|
308
308
|
storage_locations=pulumi.get(__ret__, 'storage_locations'),
|
309
309
|
zone=pulumi.get(__ret__, 'zone'))
|
310
|
-
|
311
|
-
|
312
|
-
@_utilities.lift_output_func(get_snapshot)
|
313
310
|
def get_snapshot_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
|
314
311
|
most_recent: Optional[pulumi.Input[Optional[bool]]] = None,
|
315
312
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -347,4 +344,33 @@ def get_snapshot_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
|
|
347
344
|
:param str project: The ID of the project in which the resource belongs.
|
348
345
|
If it is not provided, the provider project is used.
|
349
346
|
"""
|
350
|
-
|
347
|
+
__args__ = dict()
|
348
|
+
__args__['filter'] = filter
|
349
|
+
__args__['mostRecent'] = most_recent
|
350
|
+
__args__['name'] = name
|
351
|
+
__args__['project'] = project
|
352
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
353
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getSnapshot:getSnapshot', __args__, opts=opts, typ=GetSnapshotResult)
|
354
|
+
return __ret__.apply(lambda __response__: GetSnapshotResult(
|
355
|
+
chain_name=pulumi.get(__response__, 'chain_name'),
|
356
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
357
|
+
description=pulumi.get(__response__, 'description'),
|
358
|
+
disk_size_gb=pulumi.get(__response__, 'disk_size_gb'),
|
359
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
360
|
+
filter=pulumi.get(__response__, 'filter'),
|
361
|
+
id=pulumi.get(__response__, 'id'),
|
362
|
+
label_fingerprint=pulumi.get(__response__, 'label_fingerprint'),
|
363
|
+
labels=pulumi.get(__response__, 'labels'),
|
364
|
+
licenses=pulumi.get(__response__, 'licenses'),
|
365
|
+
most_recent=pulumi.get(__response__, 'most_recent'),
|
366
|
+
name=pulumi.get(__response__, 'name'),
|
367
|
+
project=pulumi.get(__response__, 'project'),
|
368
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
369
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
370
|
+
snapshot_encryption_keys=pulumi.get(__response__, 'snapshot_encryption_keys'),
|
371
|
+
snapshot_id=pulumi.get(__response__, 'snapshot_id'),
|
372
|
+
source_disk=pulumi.get(__response__, 'source_disk'),
|
373
|
+
source_disk_encryption_keys=pulumi.get(__response__, 'source_disk_encryption_keys'),
|
374
|
+
storage_bytes=pulumi.get(__response__, 'storage_bytes'),
|
375
|
+
storage_locations=pulumi.get(__response__, 'storage_locations'),
|
376
|
+
zone=pulumi.get(__response__, 'zone')))
|
@@ -125,9 +125,6 @@ def get_snapshot_iam_policy(name: Optional[str] = None,
|
|
125
125
|
name=pulumi.get(__ret__, 'name'),
|
126
126
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
127
127
|
project=pulumi.get(__ret__, 'project'))
|
128
|
-
|
129
|
-
|
130
|
-
@_utilities.lift_output_func(get_snapshot_iam_policy)
|
131
128
|
def get_snapshot_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
132
129
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
133
130
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSnapshotIamPolicyResult]:
|
@@ -149,4 +146,14 @@ def get_snapshot_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
|
149
146
|
:param str project: The ID of the project in which the resource belongs.
|
150
147
|
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.
|
151
148
|
"""
|
152
|
-
|
149
|
+
__args__ = dict()
|
150
|
+
__args__['name'] = name
|
151
|
+
__args__['project'] = project
|
152
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
153
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getSnapshotIamPolicy:getSnapshotIamPolicy', __args__, opts=opts, typ=GetSnapshotIamPolicyResult)
|
154
|
+
return __ret__.apply(lambda __response__: GetSnapshotIamPolicyResult(
|
155
|
+
etag=pulumi.get(__response__, 'etag'),
|
156
|
+
id=pulumi.get(__response__, 'id'),
|
157
|
+
name=pulumi.get(__response__, 'name'),
|
158
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
159
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -203,9 +203,6 @@ def get_ssl_policy(name: Optional[str] = None,
|
|
203
203
|
profile=pulumi.get(__ret__, 'profile'),
|
204
204
|
project=pulumi.get(__ret__, 'project'),
|
205
205
|
self_link=pulumi.get(__ret__, 'self_link'))
|
206
|
-
|
207
|
-
|
208
|
-
@_utilities.lift_output_func(get_ssl_policy)
|
209
206
|
def get_ssl_policy_output(name: Optional[pulumi.Input[str]] = None,
|
210
207
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
211
208
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSSLPolicyResult]:
|
@@ -229,4 +226,20 @@ def get_ssl_policy_output(name: Optional[pulumi.Input[str]] = None,
|
|
229
226
|
:param str project: The ID of the project in which the resource belongs. If it
|
230
227
|
is not provided, the provider project is used.
|
231
228
|
"""
|
232
|
-
|
229
|
+
__args__ = dict()
|
230
|
+
__args__['name'] = name
|
231
|
+
__args__['project'] = project
|
232
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
233
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getSSLPolicy:getSSLPolicy', __args__, opts=opts, typ=GetSSLPolicyResult)
|
234
|
+
return __ret__.apply(lambda __response__: GetSSLPolicyResult(
|
235
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
236
|
+
custom_features=pulumi.get(__response__, 'custom_features'),
|
237
|
+
description=pulumi.get(__response__, 'description'),
|
238
|
+
enabled_features=pulumi.get(__response__, 'enabled_features'),
|
239
|
+
fingerprint=pulumi.get(__response__, 'fingerprint'),
|
240
|
+
id=pulumi.get(__response__, 'id'),
|
241
|
+
min_tls_version=pulumi.get(__response__, 'min_tls_version'),
|
242
|
+
name=pulumi.get(__response__, 'name'),
|
243
|
+
profile=pulumi.get(__response__, 'profile'),
|
244
|
+
project=pulumi.get(__response__, 'project'),
|
245
|
+
self_link=pulumi.get(__response__, 'self_link')))
|
@@ -224,9 +224,6 @@ def get_subnetwork(name: Optional[str] = None,
|
|
224
224
|
region=pulumi.get(__ret__, 'region'),
|
225
225
|
secondary_ip_ranges=pulumi.get(__ret__, 'secondary_ip_ranges'),
|
226
226
|
self_link=pulumi.get(__ret__, 'self_link'))
|
227
|
-
|
228
|
-
|
229
|
-
@_utilities.lift_output_func(get_subnetwork)
|
230
227
|
def get_subnetwork_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
231
228
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
232
229
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -255,4 +252,23 @@ def get_subnetwork_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
255
252
|
:param str self_link: The self link of the subnetwork. If `self_link` is
|
256
253
|
specified, `name`, `project`, and `region` are ignored.
|
257
254
|
"""
|
258
|
-
|
255
|
+
__args__ = dict()
|
256
|
+
__args__['name'] = name
|
257
|
+
__args__['project'] = project
|
258
|
+
__args__['region'] = region
|
259
|
+
__args__['selfLink'] = self_link
|
260
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
261
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getSubnetwork:getSubnetwork', __args__, opts=opts, typ=GetSubnetworkResult)
|
262
|
+
return __ret__.apply(lambda __response__: GetSubnetworkResult(
|
263
|
+
description=pulumi.get(__response__, 'description'),
|
264
|
+
gateway_address=pulumi.get(__response__, 'gateway_address'),
|
265
|
+
id=pulumi.get(__response__, 'id'),
|
266
|
+
internal_ipv6_prefix=pulumi.get(__response__, 'internal_ipv6_prefix'),
|
267
|
+
ip_cidr_range=pulumi.get(__response__, 'ip_cidr_range'),
|
268
|
+
name=pulumi.get(__response__, 'name'),
|
269
|
+
network=pulumi.get(__response__, 'network'),
|
270
|
+
private_ip_google_access=pulumi.get(__response__, 'private_ip_google_access'),
|
271
|
+
project=pulumi.get(__response__, 'project'),
|
272
|
+
region=pulumi.get(__response__, 'region'),
|
273
|
+
secondary_ip_ranges=pulumi.get(__response__, 'secondary_ip_ranges'),
|
274
|
+
self_link=pulumi.get(__response__, 'self_link')))
|
@@ -142,9 +142,6 @@ def get_subnetwork_iam_policy(project: Optional[str] = None,
|
|
142
142
|
project=pulumi.get(__ret__, 'project'),
|
143
143
|
region=pulumi.get(__ret__, 'region'),
|
144
144
|
subnetwork=pulumi.get(__ret__, 'subnetwork'))
|
145
|
-
|
146
|
-
|
147
|
-
@_utilities.lift_output_func(get_subnetwork_iam_policy)
|
148
145
|
def get_subnetwork_iam_policy_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
149
146
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
150
147
|
subnetwork: Optional[pulumi.Input[str]] = None,
|
@@ -172,4 +169,16 @@ def get_subnetwork_iam_policy_output(project: Optional[pulumi.Input[Optional[str
|
|
172
169
|
region is specified, it is taken from the provider configuration.
|
173
170
|
:param str subnetwork: Used to find the parent resource to bind the IAM policy to
|
174
171
|
"""
|
175
|
-
|
172
|
+
__args__ = dict()
|
173
|
+
__args__['project'] = project
|
174
|
+
__args__['region'] = region
|
175
|
+
__args__['subnetwork'] = subnetwork
|
176
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
177
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getSubnetworkIamPolicy:getSubnetworkIamPolicy', __args__, opts=opts, typ=GetSubnetworkIamPolicyResult)
|
178
|
+
return __ret__.apply(lambda __response__: GetSubnetworkIamPolicyResult(
|
179
|
+
etag=pulumi.get(__response__, 'etag'),
|
180
|
+
id=pulumi.get(__response__, 'id'),
|
181
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
182
|
+
project=pulumi.get(__response__, 'project'),
|
183
|
+
region=pulumi.get(__response__, 'region'),
|
184
|
+
subnetwork=pulumi.get(__response__, 'subnetwork')))
|
@@ -129,9 +129,6 @@ def get_subnetworks(filter: Optional[str] = None,
|
|
129
129
|
project=pulumi.get(__ret__, 'project'),
|
130
130
|
region=pulumi.get(__ret__, 'region'),
|
131
131
|
subnetworks=pulumi.get(__ret__, 'subnetworks'))
|
132
|
-
|
133
|
-
|
134
|
-
@_utilities.lift_output_func(get_subnetworks)
|
135
132
|
def get_subnetworks_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
|
136
133
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
137
134
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -159,4 +156,15 @@ def get_subnetworks_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
|
|
159
156
|
:param str region: The region this subnetwork has been created in. If
|
160
157
|
unspecified, this defaults to the region configured in the provider.
|
161
158
|
"""
|
162
|
-
|
159
|
+
__args__ = dict()
|
160
|
+
__args__['filter'] = filter
|
161
|
+
__args__['project'] = project
|
162
|
+
__args__['region'] = region
|
163
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
164
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getSubnetworks:getSubnetworks', __args__, opts=opts, typ=GetSubnetworksResult)
|
165
|
+
return __ret__.apply(lambda __response__: GetSubnetworksResult(
|
166
|
+
filter=pulumi.get(__response__, 'filter'),
|
167
|
+
id=pulumi.get(__response__, 'id'),
|
168
|
+
project=pulumi.get(__response__, 'project'),
|
169
|
+
region=pulumi.get(__response__, 'region'),
|
170
|
+
subnetworks=pulumi.get(__response__, 'subnetworks')))
|
@@ -156,9 +156,6 @@ def get_vpn_gateway(name: Optional[str] = None,
|
|
156
156
|
project=pulumi.get(__ret__, 'project'),
|
157
157
|
region=pulumi.get(__ret__, 'region'),
|
158
158
|
self_link=pulumi.get(__ret__, 'self_link'))
|
159
|
-
|
160
|
-
|
161
|
-
@_utilities.lift_output_func(get_vpn_gateway)
|
162
159
|
def get_vpn_gateway_output(name: Optional[pulumi.Input[str]] = None,
|
163
160
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
164
161
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -185,4 +182,17 @@ def get_vpn_gateway_output(name: Optional[pulumi.Input[str]] = None,
|
|
185
182
|
:param str region: The region in which the resource belongs. If it
|
186
183
|
is not provided, the project region is used.
|
187
184
|
"""
|
188
|
-
|
185
|
+
__args__ = dict()
|
186
|
+
__args__['name'] = name
|
187
|
+
__args__['project'] = project
|
188
|
+
__args__['region'] = region
|
189
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
190
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getVPNGateway:getVPNGateway', __args__, opts=opts, typ=GetVPNGatewayResult)
|
191
|
+
return __ret__.apply(lambda __response__: GetVPNGatewayResult(
|
192
|
+
description=pulumi.get(__response__, 'description'),
|
193
|
+
id=pulumi.get(__response__, 'id'),
|
194
|
+
name=pulumi.get(__response__, 'name'),
|
195
|
+
network=pulumi.get(__response__, 'network'),
|
196
|
+
project=pulumi.get(__response__, 'project'),
|
197
|
+
region=pulumi.get(__response__, 'region'),
|
198
|
+
self_link=pulumi.get(__response__, 'self_link')))
|
pulumi_gcp/compute/get_zones.py
CHANGED
@@ -115,9 +115,6 @@ def get_zones(project: Optional[str] = None,
|
|
115
115
|
project=pulumi.get(__ret__, 'project'),
|
116
116
|
region=pulumi.get(__ret__, 'region'),
|
117
117
|
status=pulumi.get(__ret__, 'status'))
|
118
|
-
|
119
|
-
|
120
|
-
@_utilities.lift_output_func(get_zones)
|
121
118
|
def get_zones_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
122
119
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
123
120
|
status: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -132,4 +129,15 @@ def get_zones_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
|
132
129
|
:param str status: Allows to filter list of zones based on their current status. Status can be either `UP` or `DOWN`.
|
133
130
|
Defaults to no filtering (all available zones - both `UP` and `DOWN`).
|
134
131
|
"""
|
135
|
-
|
132
|
+
__args__ = dict()
|
133
|
+
__args__['project'] = project
|
134
|
+
__args__['region'] = region
|
135
|
+
__args__['status'] = status
|
136
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
137
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getZones:getZones', __args__, opts=opts, typ=GetZonesResult)
|
138
|
+
return __ret__.apply(lambda __response__: GetZonesResult(
|
139
|
+
id=pulumi.get(__response__, 'id'),
|
140
|
+
names=pulumi.get(__response__, 'names'),
|
141
|
+
project=pulumi.get(__response__, 'project'),
|
142
|
+
region=pulumi.get(__response__, 'region'),
|
143
|
+
status=pulumi.get(__response__, 'status')))
|