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
@@ -181,9 +181,6 @@ def get_project_service_account(project: Optional[str] = None,
|
|
181
181
|
member=pulumi.get(__ret__, 'member'),
|
182
182
|
project=pulumi.get(__ret__, 'project'),
|
183
183
|
user_project=pulumi.get(__ret__, 'user_project'))
|
184
|
-
|
185
|
-
|
186
|
-
@_utilities.lift_output_func(get_project_service_account)
|
187
184
|
def get_project_service_account_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
188
185
|
user_project: Optional[pulumi.Input[Optional[str]]] = None,
|
189
186
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetProjectServiceAccountResult]:
|
@@ -261,4 +258,14 @@ def get_project_service_account_output(project: Optional[pulumi.Input[Optional[s
|
|
261
258
|
:param str user_project: The project the lookup originates from. This field is used if you are making the request
|
262
259
|
from a different account than the one you are finding the service account for.
|
263
260
|
"""
|
264
|
-
|
261
|
+
__args__ = dict()
|
262
|
+
__args__['project'] = project
|
263
|
+
__args__['userProject'] = user_project
|
264
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
265
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:storage/getProjectServiceAccount:getProjectServiceAccount', __args__, opts=opts, typ=GetProjectServiceAccountResult)
|
266
|
+
return __ret__.apply(lambda __response__: GetProjectServiceAccountResult(
|
267
|
+
email_address=pulumi.get(__response__, 'email_address'),
|
268
|
+
id=pulumi.get(__response__, 'id'),
|
269
|
+
member=pulumi.get(__response__, 'member'),
|
270
|
+
project=pulumi.get(__response__, 'project'),
|
271
|
+
user_project=pulumi.get(__response__, 'user_project')))
|
@@ -123,9 +123,6 @@ def get_transfer_project_service_account(project: Optional[str] = None,
|
|
123
123
|
member=pulumi.get(__ret__, 'member'),
|
124
124
|
project=pulumi.get(__ret__, 'project'),
|
125
125
|
subject_id=pulumi.get(__ret__, 'subject_id'))
|
126
|
-
|
127
|
-
|
128
|
-
@_utilities.lift_output_func(get_transfer_project_service_account)
|
129
126
|
def get_transfer_project_service_account_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
130
127
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransferProjectServiceAccountResult]:
|
131
128
|
"""
|
@@ -144,4 +141,13 @@ def get_transfer_project_service_account_output(project: Optional[pulumi.Input[O
|
|
144
141
|
|
145
142
|
:param str project: The project ID. If it is not provided, the provider project is used.
|
146
143
|
"""
|
147
|
-
|
144
|
+
__args__ = dict()
|
145
|
+
__args__['project'] = project
|
146
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
147
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:storage/getTransferProjectServiceAccount:getTransferProjectServiceAccount', __args__, opts=opts, typ=GetTransferProjectServiceAccountResult)
|
148
|
+
return __ret__.apply(lambda __response__: GetTransferProjectServiceAccountResult(
|
149
|
+
email=pulumi.get(__response__, 'email'),
|
150
|
+
id=pulumi.get(__response__, 'id'),
|
151
|
+
member=pulumi.get(__response__, 'member'),
|
152
|
+
project=pulumi.get(__response__, 'project'),
|
153
|
+
subject_id=pulumi.get(__response__, 'subject_id')))
|
@@ -126,9 +126,6 @@ def get_transfer_project_servie_account(project: Optional[str] = None,
|
|
126
126
|
member=pulumi.get(__ret__, 'member'),
|
127
127
|
project=pulumi.get(__ret__, 'project'),
|
128
128
|
subject_id=pulumi.get(__ret__, 'subject_id'))
|
129
|
-
|
130
|
-
|
131
|
-
@_utilities.lift_output_func(get_transfer_project_servie_account)
|
132
129
|
def get_transfer_project_servie_account_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
133
130
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTransferProjectServieAccountResult]:
|
134
131
|
"""
|
@@ -148,4 +145,13 @@ def get_transfer_project_servie_account_output(project: Optional[pulumi.Input[Op
|
|
148
145
|
:param str project: The project ID. If it is not provided, the provider project is used.
|
149
146
|
"""
|
150
147
|
pulumi.log.warn("""get_transfer_project_servie_account is deprecated: gcp.storage.getTransferProjectServieAccount has been deprecated in favor of gcp.storage.getTransferProjectServiceAccount""")
|
151
|
-
|
148
|
+
__args__ = dict()
|
149
|
+
__args__['project'] = project
|
150
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
151
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:storage/getTransferProjectServieAccount:getTransferProjectServieAccount', __args__, opts=opts, typ=GetTransferProjectServieAccountResult)
|
152
|
+
return __ret__.apply(lambda __response__: GetTransferProjectServieAccountResult(
|
153
|
+
email=pulumi.get(__response__, 'email'),
|
154
|
+
id=pulumi.get(__response__, 'id'),
|
155
|
+
member=pulumi.get(__response__, 'member'),
|
156
|
+
project=pulumi.get(__response__, 'project'),
|
157
|
+
subject_id=pulumi.get(__response__, 'subject_id')))
|
pulumi_gcp/tags/get_tag_key.py
CHANGED
@@ -168,9 +168,6 @@ def get_tag_key(parent: Optional[str] = None,
|
|
168
168
|
parent=pulumi.get(__ret__, 'parent'),
|
169
169
|
short_name=pulumi.get(__ret__, 'short_name'),
|
170
170
|
update_time=pulumi.get(__ret__, 'update_time'))
|
171
|
-
|
172
|
-
|
173
|
-
@_utilities.lift_output_func(get_tag_key)
|
174
171
|
def get_tag_key_output(parent: Optional[pulumi.Input[str]] = None,
|
175
172
|
short_name: Optional[pulumi.Input[str]] = None,
|
176
173
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTagKeyResult]:
|
@@ -198,4 +195,17 @@ def get_tag_key_output(parent: Optional[pulumi.Input[str]] = None,
|
|
198
195
|
:param str parent: The resource name of the parent organization or project. It can be in format `organizations/{org_id}` or `projects/{project_id_or_number}`.
|
199
196
|
:param str short_name: The tag key's short_name.
|
200
197
|
"""
|
201
|
-
|
198
|
+
__args__ = dict()
|
199
|
+
__args__['parent'] = parent
|
200
|
+
__args__['shortName'] = short_name
|
201
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
202
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:tags/getTagKey:getTagKey', __args__, opts=opts, typ=GetTagKeyResult)
|
203
|
+
return __ret__.apply(lambda __response__: GetTagKeyResult(
|
204
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
205
|
+
description=pulumi.get(__response__, 'description'),
|
206
|
+
id=pulumi.get(__response__, 'id'),
|
207
|
+
name=pulumi.get(__response__, 'name'),
|
208
|
+
namespaced_name=pulumi.get(__response__, 'namespaced_name'),
|
209
|
+
parent=pulumi.get(__response__, 'parent'),
|
210
|
+
short_name=pulumi.get(__response__, 'short_name'),
|
211
|
+
update_time=pulumi.get(__response__, 'update_time')))
|
@@ -110,9 +110,6 @@ def get_tag_key_iam_policy(tag_key: Optional[str] = None,
|
|
110
110
|
id=pulumi.get(__ret__, 'id'),
|
111
111
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
112
112
|
tag_key=pulumi.get(__ret__, 'tag_key'))
|
113
|
-
|
114
|
-
|
115
|
-
@_utilities.lift_output_func(get_tag_key_iam_policy)
|
116
113
|
def get_tag_key_iam_policy_output(tag_key: Optional[pulumi.Input[str]] = None,
|
117
114
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTagKeyIamPolicyResult]:
|
118
115
|
"""
|
@@ -130,4 +127,12 @@ def get_tag_key_iam_policy_output(tag_key: Optional[pulumi.Input[str]] = None,
|
|
130
127
|
|
131
128
|
:param str tag_key: Used to find the parent resource to bind the IAM policy to
|
132
129
|
"""
|
133
|
-
|
130
|
+
__args__ = dict()
|
131
|
+
__args__['tagKey'] = tag_key
|
132
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
133
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:tags/getTagKeyIamPolicy:getTagKeyIamPolicy', __args__, opts=opts, typ=GetTagKeyIamPolicyResult)
|
134
|
+
return __ret__.apply(lambda __response__: GetTagKeyIamPolicyResult(
|
135
|
+
etag=pulumi.get(__response__, 'etag'),
|
136
|
+
id=pulumi.get(__response__, 'id'),
|
137
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
138
|
+
tag_key=pulumi.get(__response__, 'tag_key')))
|
pulumi_gcp/tags/get_tag_keys.py
CHANGED
@@ -103,9 +103,6 @@ def get_tag_keys(parent: Optional[str] = None,
|
|
103
103
|
id=pulumi.get(__ret__, 'id'),
|
104
104
|
keys=pulumi.get(__ret__, 'keys'),
|
105
105
|
parent=pulumi.get(__ret__, 'parent'))
|
106
|
-
|
107
|
-
|
108
|
-
@_utilities.lift_output_func(get_tag_keys)
|
109
106
|
def get_tag_keys_output(parent: Optional[pulumi.Input[str]] = None,
|
110
107
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTagKeysResult]:
|
111
108
|
"""
|
@@ -129,4 +126,11 @@ def get_tag_keys_output(parent: Optional[pulumi.Input[str]] = None,
|
|
129
126
|
|
130
127
|
:param str parent: The resource name of the parent organization or project. It can be in format `organizations/{org_id}` or `projects/{project_id_or_number}`.
|
131
128
|
"""
|
132
|
-
|
129
|
+
__args__ = dict()
|
130
|
+
__args__['parent'] = parent
|
131
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
132
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:tags/getTagKeys:getTagKeys', __args__, opts=opts, typ=GetTagKeysResult)
|
133
|
+
return __ret__.apply(lambda __response__: GetTagKeysResult(
|
134
|
+
id=pulumi.get(__response__, 'id'),
|
135
|
+
keys=pulumi.get(__response__, 'keys'),
|
136
|
+
parent=pulumi.get(__response__, 'parent')))
|
pulumi_gcp/tags/get_tag_value.py
CHANGED
@@ -161,9 +161,6 @@ def get_tag_value(parent: Optional[str] = None,
|
|
161
161
|
parent=pulumi.get(__ret__, 'parent'),
|
162
162
|
short_name=pulumi.get(__ret__, 'short_name'),
|
163
163
|
update_time=pulumi.get(__ret__, 'update_time'))
|
164
|
-
|
165
|
-
|
166
|
-
@_utilities.lift_output_func(get_tag_value)
|
167
164
|
def get_tag_value_output(parent: Optional[pulumi.Input[str]] = None,
|
168
165
|
short_name: Optional[pulumi.Input[str]] = None,
|
169
166
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTagValueResult]:
|
@@ -184,4 +181,17 @@ def get_tag_value_output(parent: Optional[pulumi.Input[str]] = None,
|
|
184
181
|
:param str parent: The resource name of the parent tagKey in format `tagKey/{name}`.
|
185
182
|
:param str short_name: The tag value's short_name.
|
186
183
|
"""
|
187
|
-
|
184
|
+
__args__ = dict()
|
185
|
+
__args__['parent'] = parent
|
186
|
+
__args__['shortName'] = short_name
|
187
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
188
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:tags/getTagValue:getTagValue', __args__, opts=opts, typ=GetTagValueResult)
|
189
|
+
return __ret__.apply(lambda __response__: GetTagValueResult(
|
190
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
191
|
+
description=pulumi.get(__response__, 'description'),
|
192
|
+
id=pulumi.get(__response__, 'id'),
|
193
|
+
name=pulumi.get(__response__, 'name'),
|
194
|
+
namespaced_name=pulumi.get(__response__, 'namespaced_name'),
|
195
|
+
parent=pulumi.get(__response__, 'parent'),
|
196
|
+
short_name=pulumi.get(__response__, 'short_name'),
|
197
|
+
update_time=pulumi.get(__response__, 'update_time')))
|
@@ -110,9 +110,6 @@ def get_tag_value_iam_policy(tag_value: Optional[str] = None,
|
|
110
110
|
id=pulumi.get(__ret__, 'id'),
|
111
111
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
112
112
|
tag_value=pulumi.get(__ret__, 'tag_value'))
|
113
|
-
|
114
|
-
|
115
|
-
@_utilities.lift_output_func(get_tag_value_iam_policy)
|
116
113
|
def get_tag_value_iam_policy_output(tag_value: Optional[pulumi.Input[str]] = None,
|
117
114
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTagValueIamPolicyResult]:
|
118
115
|
"""
|
@@ -130,4 +127,12 @@ def get_tag_value_iam_policy_output(tag_value: Optional[pulumi.Input[str]] = Non
|
|
130
127
|
|
131
128
|
:param str tag_value: Used to find the parent resource to bind the IAM policy to
|
132
129
|
"""
|
133
|
-
|
130
|
+
__args__ = dict()
|
131
|
+
__args__['tagValue'] = tag_value
|
132
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
133
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:tags/getTagValueIamPolicy:getTagValueIamPolicy', __args__, opts=opts, typ=GetTagValueIamPolicyResult)
|
134
|
+
return __ret__.apply(lambda __response__: GetTagValueIamPolicyResult(
|
135
|
+
etag=pulumi.get(__response__, 'etag'),
|
136
|
+
id=pulumi.get(__response__, 'id'),
|
137
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
138
|
+
tag_value=pulumi.get(__response__, 'tag_value')))
|
@@ -97,9 +97,6 @@ def get_tag_values(parent: Optional[str] = None,
|
|
97
97
|
id=pulumi.get(__ret__, 'id'),
|
98
98
|
parent=pulumi.get(__ret__, 'parent'),
|
99
99
|
values=pulumi.get(__ret__, 'values'))
|
100
|
-
|
101
|
-
|
102
|
-
@_utilities.lift_output_func(get_tag_values)
|
103
100
|
def get_tag_values_output(parent: Optional[pulumi.Input[str]] = None,
|
104
101
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTagValuesResult]:
|
105
102
|
"""
|
@@ -117,4 +114,11 @@ def get_tag_values_output(parent: Optional[pulumi.Input[str]] = None,
|
|
117
114
|
|
118
115
|
:param str parent: The resource name of the parent tagKey in format `tagKey/{name}`.
|
119
116
|
"""
|
120
|
-
|
117
|
+
__args__ = dict()
|
118
|
+
__args__['parent'] = parent
|
119
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
120
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:tags/getTagValues:getTagValues', __args__, opts=opts, typ=GetTagValuesResult)
|
121
|
+
return __ret__.apply(lambda __response__: GetTagValuesResult(
|
122
|
+
id=pulumi.get(__response__, 'id'),
|
123
|
+
parent=pulumi.get(__response__, 'parent'),
|
124
|
+
values=pulumi.get(__response__, 'values')))
|
pulumi_gcp/tags/tag_key.py
CHANGED
@@ -28,7 +28,7 @@ class TagKeyArgs:
|
|
28
28
|
The set of arguments for constructing a TagKey resource.
|
29
29
|
:param pulumi.Input[str] parent: Input only. The resource name of the new TagKey's parent. Must be of the form organizations/{org_id} or projects/{project_id_or_number}.
|
30
30
|
:param pulumi.Input[str] short_name: Input only. The user friendly name for a TagKey. The short name should be unique for TagKeys within the same tag namespace.
|
31
|
-
The short name
|
31
|
+
The short name can have a maximum length of 256 characters. The permitted character set for the shortName includes all UTF-8 encoded Unicode characters except single quotes ('), double quotes ("), backslashes (\\\\), and forward slashes (/).
|
32
32
|
|
33
33
|
|
34
34
|
- - -
|
@@ -65,7 +65,7 @@ class TagKeyArgs:
|
|
65
65
|
def short_name(self) -> pulumi.Input[str]:
|
66
66
|
"""
|
67
67
|
Input only. The user friendly name for a TagKey. The short name should be unique for TagKeys within the same tag namespace.
|
68
|
-
The short name
|
68
|
+
The short name can have a maximum length of 256 characters. The permitted character set for the shortName includes all UTF-8 encoded Unicode characters except single quotes ('), double quotes ("), backslashes (\\\\), and forward slashes (/).
|
69
69
|
|
70
70
|
|
71
71
|
- - -
|
@@ -142,7 +142,7 @@ class _TagKeyState:
|
|
142
142
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] purpose_data: Optional. Purpose data cannot be changed once set.
|
143
143
|
Purpose data corresponds to the policy system that the tag is intended for. For example, the GCE_FIREWALL purpose expects data in the following format: `network = "<project-name>/<vpc-name>"`.
|
144
144
|
:param pulumi.Input[str] short_name: Input only. The user friendly name for a TagKey. The short name should be unique for TagKeys within the same tag namespace.
|
145
|
-
The short name
|
145
|
+
The short name can have a maximum length of 256 characters. The permitted character set for the shortName includes all UTF-8 encoded Unicode characters except single quotes ('), double quotes ("), backslashes (\\\\), and forward slashes (/).
|
146
146
|
|
147
147
|
|
148
148
|
- - -
|
@@ -261,7 +261,7 @@ class _TagKeyState:
|
|
261
261
|
def short_name(self) -> Optional[pulumi.Input[str]]:
|
262
262
|
"""
|
263
263
|
Input only. The user friendly name for a TagKey. The short name should be unique for TagKeys within the same tag namespace.
|
264
|
-
The short name
|
264
|
+
The short name can have a maximum length of 256 characters. The permitted character set for the shortName includes all UTF-8 encoded Unicode characters except single quotes ('), double quotes ("), backslashes (\\\\), and forward slashes (/).
|
265
265
|
|
266
266
|
|
267
267
|
- - -
|
@@ -348,7 +348,7 @@ class TagKey(pulumi.CustomResource):
|
|
348
348
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] purpose_data: Optional. Purpose data cannot be changed once set.
|
349
349
|
Purpose data corresponds to the policy system that the tag is intended for. For example, the GCE_FIREWALL purpose expects data in the following format: `network = "<project-name>/<vpc-name>"`.
|
350
350
|
:param pulumi.Input[str] short_name: Input only. The user friendly name for a TagKey. The short name should be unique for TagKeys within the same tag namespace.
|
351
|
-
The short name
|
351
|
+
The short name can have a maximum length of 256 characters. The permitted character set for the shortName includes all UTF-8 encoded Unicode characters except single quotes ('), double quotes ("), backslashes (\\\\), and forward slashes (/).
|
352
352
|
|
353
353
|
|
354
354
|
- - -
|
@@ -480,7 +480,7 @@ class TagKey(pulumi.CustomResource):
|
|
480
480
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] purpose_data: Optional. Purpose data cannot be changed once set.
|
481
481
|
Purpose data corresponds to the policy system that the tag is intended for. For example, the GCE_FIREWALL purpose expects data in the following format: `network = "<project-name>/<vpc-name>"`.
|
482
482
|
:param pulumi.Input[str] short_name: Input only. The user friendly name for a TagKey. The short name should be unique for TagKeys within the same tag namespace.
|
483
|
-
The short name
|
483
|
+
The short name can have a maximum length of 256 characters. The permitted character set for the shortName includes all UTF-8 encoded Unicode characters except single quotes ('), double quotes ("), backslashes (\\\\), and forward slashes (/).
|
484
484
|
|
485
485
|
|
486
486
|
- - -
|
@@ -567,7 +567,7 @@ class TagKey(pulumi.CustomResource):
|
|
567
567
|
def short_name(self) -> pulumi.Output[str]:
|
568
568
|
"""
|
569
569
|
Input only. The user friendly name for a TagKey. The short name should be unique for TagKeys within the same tag namespace.
|
570
|
-
The short name
|
570
|
+
The short name can have a maximum length of 256 characters. The permitted character set for the shortName includes all UTF-8 encoded Unicode characters except single quotes ('), double quotes ("), backslashes (\\\\), and forward slashes (/).
|
571
571
|
|
572
572
|
|
573
573
|
- - -
|
pulumi_gcp/tags/tag_value.py
CHANGED
@@ -26,7 +26,7 @@ class TagValueArgs:
|
|
26
26
|
The set of arguments for constructing a TagValue resource.
|
27
27
|
:param pulumi.Input[str] parent: Input only. The resource name of the new TagValue's parent. Must be of the form tagKeys/{tag_key_id}.
|
28
28
|
:param pulumi.Input[str] short_name: Input only. User-assigned short name for TagValue. The short name should be unique for TagValues within the same parent TagKey.
|
29
|
-
The short name
|
29
|
+
The short name can have a maximum length of 256 characters. The permitted character set for the shortName includes all UTF-8 encoded Unicode characters except single quotes ('), double quotes ("), backslashes (\\\\), and forward slashes (/).
|
30
30
|
|
31
31
|
|
32
32
|
- - -
|
@@ -54,7 +54,7 @@ class TagValueArgs:
|
|
54
54
|
def short_name(self) -> pulumi.Input[str]:
|
55
55
|
"""
|
56
56
|
Input only. User-assigned short name for TagValue. The short name should be unique for TagValues within the same parent TagKey.
|
57
|
-
The short name
|
57
|
+
The short name can have a maximum length of 256 characters. The permitted character set for the shortName includes all UTF-8 encoded Unicode characters except single quotes ('), double quotes ("), backslashes (\\\\), and forward slashes (/).
|
58
58
|
|
59
59
|
|
60
60
|
- - -
|
@@ -97,7 +97,7 @@ class _TagValueState:
|
|
97
97
|
:param pulumi.Input[str] namespaced_name: Output only. Namespaced name of the TagValue. Will be in the format {parentNamespace}/{tagKeyShortName}/{shortName}.
|
98
98
|
:param pulumi.Input[str] parent: Input only. The resource name of the new TagValue's parent. Must be of the form tagKeys/{tag_key_id}.
|
99
99
|
:param pulumi.Input[str] short_name: Input only. User-assigned short name for TagValue. The short name should be unique for TagValues within the same parent TagKey.
|
100
|
-
The short name
|
100
|
+
The short name can have a maximum length of 256 characters. The permitted character set for the shortName includes all UTF-8 encoded Unicode characters except single quotes ('), double quotes ("), backslashes (\\\\), and forward slashes (/).
|
101
101
|
|
102
102
|
|
103
103
|
- - -
|
@@ -185,7 +185,7 @@ class _TagValueState:
|
|
185
185
|
def short_name(self) -> Optional[pulumi.Input[str]]:
|
186
186
|
"""
|
187
187
|
Input only. User-assigned short name for TagValue. The short name should be unique for TagValues within the same parent TagKey.
|
188
|
-
The short name
|
188
|
+
The short name can have a maximum length of 256 characters. The permitted character set for the shortName includes all UTF-8 encoded Unicode characters except single quotes ('), double quotes ("), backslashes (\\\\), and forward slashes (/).
|
189
189
|
|
190
190
|
|
191
191
|
- - -
|
@@ -269,7 +269,7 @@ class TagValue(pulumi.CustomResource):
|
|
269
269
|
:param pulumi.Input[str] description: User-assigned description of the TagValue. Must not exceed 256 characters.
|
270
270
|
:param pulumi.Input[str] parent: Input only. The resource name of the new TagValue's parent. Must be of the form tagKeys/{tag_key_id}.
|
271
271
|
:param pulumi.Input[str] short_name: Input only. User-assigned short name for TagValue. The short name should be unique for TagValues within the same parent TagKey.
|
272
|
-
The short name
|
272
|
+
The short name can have a maximum length of 256 characters. The permitted character set for the shortName includes all UTF-8 encoded Unicode characters except single quotes ('), double quotes ("), backslashes (\\\\), and forward slashes (/).
|
273
273
|
|
274
274
|
|
275
275
|
- - -
|
@@ -394,7 +394,7 @@ class TagValue(pulumi.CustomResource):
|
|
394
394
|
:param pulumi.Input[str] namespaced_name: Output only. Namespaced name of the TagValue. Will be in the format {parentNamespace}/{tagKeyShortName}/{shortName}.
|
395
395
|
:param pulumi.Input[str] parent: Input only. The resource name of the new TagValue's parent. Must be of the form tagKeys/{tag_key_id}.
|
396
396
|
:param pulumi.Input[str] short_name: Input only. User-assigned short name for TagValue. The short name should be unique for TagValues within the same parent TagKey.
|
397
|
-
The short name
|
397
|
+
The short name can have a maximum length of 256 characters. The permitted character set for the shortName includes all UTF-8 encoded Unicode characters except single quotes ('), double quotes ("), backslashes (\\\\), and forward slashes (/).
|
398
398
|
|
399
399
|
|
400
400
|
- - -
|
@@ -460,7 +460,7 @@ class TagValue(pulumi.CustomResource):
|
|
460
460
|
def short_name(self) -> pulumi.Output[str]:
|
461
461
|
"""
|
462
462
|
Input only. User-assigned short name for TagValue. The short name should be unique for TagValues within the same parent TagKey.
|
463
|
-
The short name
|
463
|
+
The short name can have a maximum length of 256 characters. The permitted character set for the shortName includes all UTF-8 encoded Unicode characters except single quotes ('), double quotes ("), backslashes (\\\\), and forward slashes (/).
|
464
464
|
|
465
465
|
|
466
466
|
- - -
|
@@ -126,9 +126,6 @@ def get_tensorflow_versions(project: Optional[str] = None,
|
|
126
126
|
project=pulumi.get(__ret__, 'project'),
|
127
127
|
versions=pulumi.get(__ret__, 'versions'),
|
128
128
|
zone=pulumi.get(__ret__, 'zone'))
|
129
|
-
|
130
|
-
|
131
|
-
@_utilities.lift_output_func(get_tensorflow_versions)
|
132
129
|
def get_tensorflow_versions_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
133
130
|
zone: Optional[pulumi.Input[Optional[str]]] = None,
|
134
131
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetTensorflowVersionsResult]:
|
@@ -165,4 +162,13 @@ def get_tensorflow_versions_output(project: Optional[pulumi.Input[Optional[str]]
|
|
165
162
|
:param str zone: The zone to list versions for. If it
|
166
163
|
is not provided, the provider zone is used.
|
167
164
|
"""
|
168
|
-
|
165
|
+
__args__ = dict()
|
166
|
+
__args__['project'] = project
|
167
|
+
__args__['zone'] = zone
|
168
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
169
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:tpu/getTensorflowVersions:getTensorflowVersions', __args__, opts=opts, typ=GetTensorflowVersionsResult)
|
170
|
+
return __ret__.apply(lambda __response__: GetTensorflowVersionsResult(
|
171
|
+
id=pulumi.get(__response__, 'id'),
|
172
|
+
project=pulumi.get(__response__, 'project'),
|
173
|
+
versions=pulumi.get(__response__, 'versions'),
|
174
|
+
zone=pulumi.get(__response__, 'zone')))
|
@@ -126,9 +126,6 @@ def get_v2_accelerator_types(project: Optional[str] = None,
|
|
126
126
|
project=pulumi.get(__ret__, 'project'),
|
127
127
|
types=pulumi.get(__ret__, 'types'),
|
128
128
|
zone=pulumi.get(__ret__, 'zone'))
|
129
|
-
|
130
|
-
|
131
|
-
@_utilities.lift_output_func(get_v2_accelerator_types)
|
132
129
|
def get_v2_accelerator_types_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
133
130
|
zone: Optional[pulumi.Input[Optional[str]]] = None,
|
134
131
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetV2AcceleratorTypesResult]:
|
@@ -165,4 +162,13 @@ def get_v2_accelerator_types_output(project: Optional[pulumi.Input[Optional[str]
|
|
165
162
|
:param str zone: The zone to list types for. If it
|
166
163
|
is not provided, the provider zone is used.
|
167
164
|
"""
|
168
|
-
|
165
|
+
__args__ = dict()
|
166
|
+
__args__['project'] = project
|
167
|
+
__args__['zone'] = zone
|
168
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
169
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:tpu/getV2AcceleratorTypes:getV2AcceleratorTypes', __args__, opts=opts, typ=GetV2AcceleratorTypesResult)
|
170
|
+
return __ret__.apply(lambda __response__: GetV2AcceleratorTypesResult(
|
171
|
+
id=pulumi.get(__response__, 'id'),
|
172
|
+
project=pulumi.get(__response__, 'project'),
|
173
|
+
types=pulumi.get(__response__, 'types'),
|
174
|
+
zone=pulumi.get(__response__, 'zone')))
|
@@ -124,9 +124,6 @@ def get_v2_runtime_versions(project: Optional[str] = None,
|
|
124
124
|
project=pulumi.get(__ret__, 'project'),
|
125
125
|
versions=pulumi.get(__ret__, 'versions'),
|
126
126
|
zone=pulumi.get(__ret__, 'zone'))
|
127
|
-
|
128
|
-
|
129
|
-
@_utilities.lift_output_func(get_v2_runtime_versions)
|
130
127
|
def get_v2_runtime_versions_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
131
128
|
zone: Optional[pulumi.Input[Optional[str]]] = None,
|
132
129
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetV2RuntimeVersionsResult]:
|
@@ -161,4 +158,13 @@ def get_v2_runtime_versions_output(project: Optional[pulumi.Input[Optional[str]]
|
|
161
158
|
:param str zone: The zone to list versions for. If it
|
162
159
|
is not provided, the provider zone is used.
|
163
160
|
"""
|
164
|
-
|
161
|
+
__args__ = dict()
|
162
|
+
__args__['project'] = project
|
163
|
+
__args__['zone'] = zone
|
164
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
165
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:tpu/getV2RuntimeVersions:getV2RuntimeVersions', __args__, opts=opts, typ=GetV2RuntimeVersionsResult)
|
166
|
+
return __ret__.apply(lambda __response__: GetV2RuntimeVersionsResult(
|
167
|
+
id=pulumi.get(__response__, 'id'),
|
168
|
+
project=pulumi.get(__response__, 'project'),
|
169
|
+
versions=pulumi.get(__response__, 'versions'),
|
170
|
+
zone=pulumi.get(__response__, 'zone')))
|
@@ -618,8 +618,8 @@ class AiFeatureOnlineStoreFeatureview(pulumi.CustomResource):
|
|
618
618
|
|
619
619
|
test_project = gcp.organizations.get_project()
|
620
620
|
project = gcp.organizations.Project("project",
|
621
|
-
project_id="tf-
|
622
|
-
name="tf-
|
621
|
+
project_id="tf-test_69391",
|
622
|
+
name="tf-test_8270",
|
623
623
|
org_id="123456789",
|
624
624
|
billing_account="000000-0000000-0000000-000000",
|
625
625
|
deletion_policy="DELETE")
|
@@ -1063,8 +1063,8 @@ class AiFeatureOnlineStoreFeatureview(pulumi.CustomResource):
|
|
1063
1063
|
|
1064
1064
|
test_project = gcp.organizations.get_project()
|
1065
1065
|
project = gcp.organizations.Project("project",
|
1066
|
-
project_id="tf-
|
1067
|
-
name="tf-
|
1066
|
+
project_id="tf-test_69391",
|
1067
|
+
name="tf-test_8270",
|
1068
1068
|
org_id="123456789",
|
1069
1069
|
billing_account="000000-0000000-0000000-000000",
|
1070
1070
|
deletion_policy="DELETE")
|
@@ -129,9 +129,6 @@ def get_ai_endpoint_iam_policy(endpoint: Optional[str] = None,
|
|
129
129
|
location=pulumi.get(__ret__, 'location'),
|
130
130
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
131
131
|
project=pulumi.get(__ret__, 'project'))
|
132
|
-
|
133
|
-
|
134
|
-
@_utilities.lift_output_func(get_ai_endpoint_iam_policy)
|
135
132
|
def get_ai_endpoint_iam_policy_output(endpoint: Optional[pulumi.Input[str]] = None,
|
136
133
|
location: Optional[pulumi.Input[Optional[str]]] = None,
|
137
134
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -146,4 +143,16 @@ def get_ai_endpoint_iam_policy_output(endpoint: Optional[pulumi.Input[str]] = No
|
|
146
143
|
:param str project: The ID of the project in which the resource belongs.
|
147
144
|
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.
|
148
145
|
"""
|
149
|
-
|
146
|
+
__args__ = dict()
|
147
|
+
__args__['endpoint'] = endpoint
|
148
|
+
__args__['location'] = location
|
149
|
+
__args__['project'] = project
|
150
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
151
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vertex/getAiEndpointIamPolicy:getAiEndpointIamPolicy', __args__, opts=opts, typ=GetAiEndpointIamPolicyResult)
|
152
|
+
return __ret__.apply(lambda __response__: GetAiEndpointIamPolicyResult(
|
153
|
+
endpoint=pulumi.get(__response__, 'endpoint'),
|
154
|
+
etag=pulumi.get(__response__, 'etag'),
|
155
|
+
id=pulumi.get(__response__, 'id'),
|
156
|
+
location=pulumi.get(__response__, 'location'),
|
157
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
158
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -113,9 +113,6 @@ def get_ai_featurestore_entitytype_iam_policy(entitytype: Optional[str] = None,
|
|
113
113
|
featurestore=pulumi.get(__ret__, 'featurestore'),
|
114
114
|
id=pulumi.get(__ret__, 'id'),
|
115
115
|
policy_data=pulumi.get(__ret__, 'policy_data'))
|
116
|
-
|
117
|
-
|
118
|
-
@_utilities.lift_output_func(get_ai_featurestore_entitytype_iam_policy)
|
119
116
|
def get_ai_featurestore_entitytype_iam_policy_output(entitytype: Optional[pulumi.Input[str]] = None,
|
120
117
|
featurestore: Optional[pulumi.Input[str]] = None,
|
121
118
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetAiFeaturestoreEntitytypeIamPolicyResult]:
|
@@ -125,4 +122,14 @@ def get_ai_featurestore_entitytype_iam_policy_output(entitytype: Optional[pulumi
|
|
125
122
|
:param str entitytype: Used to find the parent resource to bind the IAM policy to
|
126
123
|
:param str featurestore: The name of the Featurestore to use, in the format projects/{project}/locations/{location}/featurestores/{featurestore}. Used to find the parent resource to bind the IAM policy to
|
127
124
|
"""
|
128
|
-
|
125
|
+
__args__ = dict()
|
126
|
+
__args__['entitytype'] = entitytype
|
127
|
+
__args__['featurestore'] = featurestore
|
128
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
129
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vertex/getAiFeaturestoreEntitytypeIamPolicy:getAiFeaturestoreEntitytypeIamPolicy', __args__, opts=opts, typ=GetAiFeaturestoreEntitytypeIamPolicyResult)
|
130
|
+
return __ret__.apply(lambda __response__: GetAiFeaturestoreEntitytypeIamPolicyResult(
|
131
|
+
entitytype=pulumi.get(__response__, 'entitytype'),
|
132
|
+
etag=pulumi.get(__response__, 'etag'),
|
133
|
+
featurestore=pulumi.get(__response__, 'featurestore'),
|
134
|
+
id=pulumi.get(__response__, 'id'),
|
135
|
+
policy_data=pulumi.get(__response__, 'policy_data')))
|
@@ -129,9 +129,6 @@ def get_ai_featurestore_iam_policy(featurestore: Optional[str] = None,
|
|
129
129
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
130
130
|
project=pulumi.get(__ret__, 'project'),
|
131
131
|
region=pulumi.get(__ret__, 'region'))
|
132
|
-
|
133
|
-
|
134
|
-
@_utilities.lift_output_func(get_ai_featurestore_iam_policy)
|
135
132
|
def get_ai_featurestore_iam_policy_output(featurestore: Optional[pulumi.Input[str]] = None,
|
136
133
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
137
134
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -146,4 +143,16 @@ def get_ai_featurestore_iam_policy_output(featurestore: Optional[pulumi.Input[st
|
|
146
143
|
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
147
144
|
region is specified, it is taken from the provider configuration.
|
148
145
|
"""
|
149
|
-
|
146
|
+
__args__ = dict()
|
147
|
+
__args__['featurestore'] = featurestore
|
148
|
+
__args__['project'] = project
|
149
|
+
__args__['region'] = region
|
150
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
151
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vertex/getAiFeaturestoreIamPolicy:getAiFeaturestoreIamPolicy', __args__, opts=opts, typ=GetAiFeaturestoreIamPolicyResult)
|
152
|
+
return __ret__.apply(lambda __response__: GetAiFeaturestoreIamPolicyResult(
|
153
|
+
etag=pulumi.get(__response__, 'etag'),
|
154
|
+
featurestore=pulumi.get(__response__, 'featurestore'),
|
155
|
+
id=pulumi.get(__response__, 'id'),
|
156
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
157
|
+
project=pulumi.get(__response__, 'project'),
|
158
|
+
region=pulumi.get(__response__, 'region')))
|
@@ -233,9 +233,6 @@ def get_ai_index(name: Optional[str] = None,
|
|
233
233
|
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
234
234
|
region=pulumi.get(__ret__, 'region'),
|
235
235
|
update_time=pulumi.get(__ret__, 'update_time'))
|
236
|
-
|
237
|
-
|
238
|
-
@_utilities.lift_output_func(get_ai_index)
|
239
236
|
def get_ai_index_output(name: Optional[pulumi.Input[str]] = None,
|
240
237
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
241
238
|
region: Optional[pulumi.Input[str]] = None,
|
@@ -250,4 +247,27 @@ def get_ai_index_output(name: Optional[pulumi.Input[str]] = None,
|
|
250
247
|
|
251
248
|
- - -
|
252
249
|
"""
|
253
|
-
|
250
|
+
__args__ = dict()
|
251
|
+
__args__['name'] = name
|
252
|
+
__args__['project'] = project
|
253
|
+
__args__['region'] = region
|
254
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
255
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vertex/getAiIndex:getAiIndex', __args__, opts=opts, typ=GetAiIndexResult)
|
256
|
+
return __ret__.apply(lambda __response__: GetAiIndexResult(
|
257
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
258
|
+
deployed_indexes=pulumi.get(__response__, 'deployed_indexes'),
|
259
|
+
description=pulumi.get(__response__, 'description'),
|
260
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
261
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
262
|
+
etag=pulumi.get(__response__, 'etag'),
|
263
|
+
id=pulumi.get(__response__, 'id'),
|
264
|
+
index_stats=pulumi.get(__response__, 'index_stats'),
|
265
|
+
index_update_method=pulumi.get(__response__, 'index_update_method'),
|
266
|
+
labels=pulumi.get(__response__, 'labels'),
|
267
|
+
metadata_schema_uri=pulumi.get(__response__, 'metadata_schema_uri'),
|
268
|
+
metadatas=pulumi.get(__response__, 'metadatas'),
|
269
|
+
name=pulumi.get(__response__, 'name'),
|
270
|
+
project=pulumi.get(__response__, 'project'),
|
271
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
272
|
+
region=pulumi.get(__response__, 'region'),
|
273
|
+
update_time=pulumi.get(__response__, 'update_time')))
|
@@ -141,9 +141,6 @@ def get_cluster(name: Optional[str] = None,
|
|
141
141
|
parent=pulumi.get(__ret__, 'parent'),
|
142
142
|
state=pulumi.get(__ret__, 'state'),
|
143
143
|
uid=pulumi.get(__ret__, 'uid'))
|
144
|
-
|
145
|
-
|
146
|
-
@_utilities.lift_output_func(get_cluster)
|
147
144
|
def get_cluster_output(name: Optional[pulumi.Input[str]] = None,
|
148
145
|
parent: Optional[pulumi.Input[str]] = None,
|
149
146
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetClusterResult]:
|
@@ -167,4 +164,16 @@ def get_cluster_output(name: Optional[pulumi.Input[str]] = None,
|
|
167
164
|
:param str name: Name of the resource.
|
168
165
|
:param str parent: The resource name of the private cloud that this cluster belongs.
|
169
166
|
"""
|
170
|
-
|
167
|
+
__args__ = dict()
|
168
|
+
__args__['name'] = name
|
169
|
+
__args__['parent'] = parent
|
170
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
171
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vmwareengine/getCluster:getCluster', __args__, opts=opts, typ=GetClusterResult)
|
172
|
+
return __ret__.apply(lambda __response__: GetClusterResult(
|
173
|
+
id=pulumi.get(__response__, 'id'),
|
174
|
+
management=pulumi.get(__response__, 'management'),
|
175
|
+
name=pulumi.get(__response__, 'name'),
|
176
|
+
node_type_configs=pulumi.get(__response__, 'node_type_configs'),
|
177
|
+
parent=pulumi.get(__response__, 'parent'),
|
178
|
+
state=pulumi.get(__response__, 'state'),
|
179
|
+
uid=pulumi.get(__response__, 'uid')))
|