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
@@ -221,9 +221,6 @@ def get_external_access_rule(name: Optional[str] = None,
|
|
221
221
|
state=pulumi.get(__ret__, 'state'),
|
222
222
|
uid=pulumi.get(__ret__, 'uid'),
|
223
223
|
update_time=pulumi.get(__ret__, 'update_time'))
|
224
|
-
|
225
|
-
|
226
|
-
@_utilities.lift_output_func(get_external_access_rule)
|
227
224
|
def get_external_access_rule_output(name: Optional[pulumi.Input[str]] = None,
|
228
225
|
parent: Optional[pulumi.Input[str]] = None,
|
229
226
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetExternalAccessRuleResult]:
|
@@ -247,4 +244,24 @@ def get_external_access_rule_output(name: Optional[pulumi.Input[str]] = None,
|
|
247
244
|
:param str name: Name of the resource.
|
248
245
|
:param str parent: The resource name of the network policy that this cluster belongs.
|
249
246
|
"""
|
250
|
-
|
247
|
+
__args__ = dict()
|
248
|
+
__args__['name'] = name
|
249
|
+
__args__['parent'] = parent
|
250
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
251
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vmwareengine/getExternalAccessRule:getExternalAccessRule', __args__, opts=opts, typ=GetExternalAccessRuleResult)
|
252
|
+
return __ret__.apply(lambda __response__: GetExternalAccessRuleResult(
|
253
|
+
action=pulumi.get(__response__, 'action'),
|
254
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
255
|
+
description=pulumi.get(__response__, 'description'),
|
256
|
+
destination_ip_ranges=pulumi.get(__response__, 'destination_ip_ranges'),
|
257
|
+
destination_ports=pulumi.get(__response__, 'destination_ports'),
|
258
|
+
id=pulumi.get(__response__, 'id'),
|
259
|
+
ip_protocol=pulumi.get(__response__, 'ip_protocol'),
|
260
|
+
name=pulumi.get(__response__, 'name'),
|
261
|
+
parent=pulumi.get(__response__, 'parent'),
|
262
|
+
priority=pulumi.get(__response__, 'priority'),
|
263
|
+
source_ip_ranges=pulumi.get(__response__, 'source_ip_ranges'),
|
264
|
+
source_ports=pulumi.get(__response__, 'source_ports'),
|
265
|
+
state=pulumi.get(__response__, 'state'),
|
266
|
+
uid=pulumi.get(__response__, 'uid'),
|
267
|
+
update_time=pulumi.get(__response__, 'update_time')))
|
@@ -170,9 +170,6 @@ def get_external_address(name: Optional[str] = None,
|
|
170
170
|
state=pulumi.get(__ret__, 'state'),
|
171
171
|
uid=pulumi.get(__ret__, 'uid'),
|
172
172
|
update_time=pulumi.get(__ret__, 'update_time'))
|
173
|
-
|
174
|
-
|
175
|
-
@_utilities.lift_output_func(get_external_address)
|
176
173
|
def get_external_address_output(name: Optional[pulumi.Input[str]] = None,
|
177
174
|
parent: Optional[pulumi.Input[str]] = None,
|
178
175
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetExternalAddressResult]:
|
@@ -196,4 +193,19 @@ def get_external_address_output(name: Optional[pulumi.Input[str]] = None,
|
|
196
193
|
:param str name: Name of the resource.
|
197
194
|
:param str parent: The resource name of the private cloud that this cluster belongs.
|
198
195
|
"""
|
199
|
-
|
196
|
+
__args__ = dict()
|
197
|
+
__args__['name'] = name
|
198
|
+
__args__['parent'] = parent
|
199
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
200
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vmwareengine/getExternalAddress:getExternalAddress', __args__, opts=opts, typ=GetExternalAddressResult)
|
201
|
+
return __ret__.apply(lambda __response__: GetExternalAddressResult(
|
202
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
203
|
+
description=pulumi.get(__response__, 'description'),
|
204
|
+
external_ip=pulumi.get(__response__, 'external_ip'),
|
205
|
+
id=pulumi.get(__response__, 'id'),
|
206
|
+
internal_ip=pulumi.get(__response__, 'internal_ip'),
|
207
|
+
name=pulumi.get(__response__, 'name'),
|
208
|
+
parent=pulumi.get(__response__, 'parent'),
|
209
|
+
state=pulumi.get(__response__, 'state'),
|
210
|
+
uid=pulumi.get(__response__, 'uid'),
|
211
|
+
update_time=pulumi.get(__response__, 'update_time')))
|
@@ -166,9 +166,6 @@ def get_network(location: Optional[str] = None,
|
|
166
166
|
type=pulumi.get(__ret__, 'type'),
|
167
167
|
uid=pulumi.get(__ret__, 'uid'),
|
168
168
|
vpc_networks=pulumi.get(__ret__, 'vpc_networks'))
|
169
|
-
|
170
|
-
|
171
|
-
@_utilities.lift_output_func(get_network)
|
172
169
|
def get_network_output(location: Optional[pulumi.Input[str]] = None,
|
173
170
|
name: Optional[pulumi.Input[str]] = None,
|
174
171
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -196,4 +193,19 @@ def get_network_output(location: Optional[pulumi.Input[str]] = None,
|
|
196
193
|
:param str name: Name of the resource.
|
197
194
|
:param str project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
198
195
|
"""
|
199
|
-
|
196
|
+
__args__ = dict()
|
197
|
+
__args__['location'] = location
|
198
|
+
__args__['name'] = name
|
199
|
+
__args__['project'] = project
|
200
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
201
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vmwareengine/getNetwork:getNetwork', __args__, opts=opts, typ=GetNetworkResult)
|
202
|
+
return __ret__.apply(lambda __response__: GetNetworkResult(
|
203
|
+
description=pulumi.get(__response__, 'description'),
|
204
|
+
id=pulumi.get(__response__, 'id'),
|
205
|
+
location=pulumi.get(__response__, 'location'),
|
206
|
+
name=pulumi.get(__response__, 'name'),
|
207
|
+
project=pulumi.get(__response__, 'project'),
|
208
|
+
state=pulumi.get(__response__, 'state'),
|
209
|
+
type=pulumi.get(__response__, 'type'),
|
210
|
+
uid=pulumi.get(__response__, 'uid'),
|
211
|
+
vpc_networks=pulumi.get(__response__, 'vpc_networks')))
|
@@ -238,9 +238,6 @@ def get_network_peering(name: Optional[str] = None,
|
|
238
238
|
update_time=pulumi.get(__ret__, 'update_time'),
|
239
239
|
vmware_engine_network=pulumi.get(__ret__, 'vmware_engine_network'),
|
240
240
|
vmware_engine_network_canonical=pulumi.get(__ret__, 'vmware_engine_network_canonical'))
|
241
|
-
|
242
|
-
|
243
|
-
@_utilities.lift_output_func(get_network_peering)
|
244
241
|
def get_network_peering_output(name: Optional[pulumi.Input[str]] = None,
|
245
242
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
246
243
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNetworkPeeringResult]:
|
@@ -262,4 +259,26 @@ def get_network_peering_output(name: Optional[pulumi.Input[str]] = None,
|
|
262
259
|
|
263
260
|
:param str name: Name of the resource.
|
264
261
|
"""
|
265
|
-
|
262
|
+
__args__ = dict()
|
263
|
+
__args__['name'] = name
|
264
|
+
__args__['project'] = project
|
265
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
266
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vmwareengine/getNetworkPeering:getNetworkPeering', __args__, opts=opts, typ=GetNetworkPeeringResult)
|
267
|
+
return __ret__.apply(lambda __response__: GetNetworkPeeringResult(
|
268
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
269
|
+
description=pulumi.get(__response__, 'description'),
|
270
|
+
export_custom_routes=pulumi.get(__response__, 'export_custom_routes'),
|
271
|
+
export_custom_routes_with_public_ip=pulumi.get(__response__, 'export_custom_routes_with_public_ip'),
|
272
|
+
id=pulumi.get(__response__, 'id'),
|
273
|
+
import_custom_routes=pulumi.get(__response__, 'import_custom_routes'),
|
274
|
+
import_custom_routes_with_public_ip=pulumi.get(__response__, 'import_custom_routes_with_public_ip'),
|
275
|
+
name=pulumi.get(__response__, 'name'),
|
276
|
+
peer_network=pulumi.get(__response__, 'peer_network'),
|
277
|
+
peer_network_type=pulumi.get(__response__, 'peer_network_type'),
|
278
|
+
project=pulumi.get(__response__, 'project'),
|
279
|
+
state=pulumi.get(__response__, 'state'),
|
280
|
+
state_details=pulumi.get(__response__, 'state_details'),
|
281
|
+
uid=pulumi.get(__response__, 'uid'),
|
282
|
+
update_time=pulumi.get(__response__, 'update_time'),
|
283
|
+
vmware_engine_network=pulumi.get(__response__, 'vmware_engine_network'),
|
284
|
+
vmware_engine_network_canonical=pulumi.get(__response__, 'vmware_engine_network_canonical')))
|
@@ -203,9 +203,6 @@ def get_network_policy(location: Optional[str] = None,
|
|
203
203
|
update_time=pulumi.get(__ret__, 'update_time'),
|
204
204
|
vmware_engine_network=pulumi.get(__ret__, 'vmware_engine_network'),
|
205
205
|
vmware_engine_network_canonical=pulumi.get(__ret__, 'vmware_engine_network_canonical'))
|
206
|
-
|
207
|
-
|
208
|
-
@_utilities.lift_output_func(get_network_policy)
|
209
206
|
def get_network_policy_output(location: Optional[pulumi.Input[str]] = None,
|
210
207
|
name: Optional[pulumi.Input[str]] = None,
|
211
208
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -230,4 +227,23 @@ def get_network_policy_output(location: Optional[pulumi.Input[str]] = None,
|
|
230
227
|
:param str location: Location of the resource.
|
231
228
|
:param str name: Name of the resource.
|
232
229
|
"""
|
233
|
-
|
230
|
+
__args__ = dict()
|
231
|
+
__args__['location'] = location
|
232
|
+
__args__['name'] = name
|
233
|
+
__args__['project'] = project
|
234
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
235
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vmwareengine/getNetworkPolicy:getNetworkPolicy', __args__, opts=opts, typ=GetNetworkPolicyResult)
|
236
|
+
return __ret__.apply(lambda __response__: GetNetworkPolicyResult(
|
237
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
238
|
+
description=pulumi.get(__response__, 'description'),
|
239
|
+
edge_services_cidr=pulumi.get(__response__, 'edge_services_cidr'),
|
240
|
+
external_ips=pulumi.get(__response__, 'external_ips'),
|
241
|
+
id=pulumi.get(__response__, 'id'),
|
242
|
+
internet_accesses=pulumi.get(__response__, 'internet_accesses'),
|
243
|
+
location=pulumi.get(__response__, 'location'),
|
244
|
+
name=pulumi.get(__response__, 'name'),
|
245
|
+
project=pulumi.get(__response__, 'project'),
|
246
|
+
uid=pulumi.get(__response__, 'uid'),
|
247
|
+
update_time=pulumi.get(__response__, 'update_time'),
|
248
|
+
vmware_engine_network=pulumi.get(__response__, 'vmware_engine_network'),
|
249
|
+
vmware_engine_network_canonical=pulumi.get(__response__, 'vmware_engine_network_canonical')))
|
@@ -112,9 +112,6 @@ def get_nsx_credentials(parent: Optional[str] = None,
|
|
112
112
|
parent=pulumi.get(__ret__, 'parent'),
|
113
113
|
password=pulumi.get(__ret__, 'password'),
|
114
114
|
username=pulumi.get(__ret__, 'username'))
|
115
|
-
|
116
|
-
|
117
|
-
@_utilities.lift_output_func(get_nsx_credentials)
|
118
115
|
def get_nsx_credentials_output(parent: Optional[pulumi.Input[str]] = None,
|
119
116
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNsxCredentialsResult]:
|
120
117
|
"""
|
@@ -135,4 +132,12 @@ def get_nsx_credentials_output(parent: Optional[pulumi.Input[str]] = None,
|
|
135
132
|
|
136
133
|
:param str parent: The resource name of the private cloud which contains the NSX.
|
137
134
|
"""
|
138
|
-
|
135
|
+
__args__ = dict()
|
136
|
+
__args__['parent'] = parent
|
137
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
138
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vmwareengine/getNsxCredentials:getNsxCredentials', __args__, opts=opts, typ=GetNsxCredentialsResult)
|
139
|
+
return __ret__.apply(lambda __response__: GetNsxCredentialsResult(
|
140
|
+
id=pulumi.get(__response__, 'id'),
|
141
|
+
parent=pulumi.get(__response__, 'parent'),
|
142
|
+
password=pulumi.get(__response__, 'password'),
|
143
|
+
username=pulumi.get(__response__, 'username')))
|
@@ -227,9 +227,6 @@ def get_private_cloud(location: Optional[str] = None,
|
|
227
227
|
type=pulumi.get(__ret__, 'type'),
|
228
228
|
uid=pulumi.get(__ret__, 'uid'),
|
229
229
|
vcenters=pulumi.get(__ret__, 'vcenters'))
|
230
|
-
|
231
|
-
|
232
|
-
@_utilities.lift_output_func(get_private_cloud)
|
233
230
|
def get_private_cloud_output(location: Optional[pulumi.Input[str]] = None,
|
234
231
|
name: Optional[pulumi.Input[str]] = None,
|
235
232
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -258,4 +255,25 @@ def get_private_cloud_output(location: Optional[pulumi.Input[str]] = None,
|
|
258
255
|
:param str project: The ID of the project in which the resource belongs. If it
|
259
256
|
is not provided, the provider project is used.
|
260
257
|
"""
|
261
|
-
|
258
|
+
__args__ = dict()
|
259
|
+
__args__['location'] = location
|
260
|
+
__args__['name'] = name
|
261
|
+
__args__['project'] = project
|
262
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
263
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vmwareengine/getPrivateCloud:getPrivateCloud', __args__, opts=opts, typ=GetPrivateCloudResult)
|
264
|
+
return __ret__.apply(lambda __response__: GetPrivateCloudResult(
|
265
|
+
deletion_delay_hours=pulumi.get(__response__, 'deletion_delay_hours'),
|
266
|
+
description=pulumi.get(__response__, 'description'),
|
267
|
+
hcxes=pulumi.get(__response__, 'hcxes'),
|
268
|
+
id=pulumi.get(__response__, 'id'),
|
269
|
+
location=pulumi.get(__response__, 'location'),
|
270
|
+
management_clusters=pulumi.get(__response__, 'management_clusters'),
|
271
|
+
name=pulumi.get(__response__, 'name'),
|
272
|
+
network_configs=pulumi.get(__response__, 'network_configs'),
|
273
|
+
nsxes=pulumi.get(__response__, 'nsxes'),
|
274
|
+
project=pulumi.get(__response__, 'project'),
|
275
|
+
send_deletion_delay_hours_if_zero=pulumi.get(__response__, 'send_deletion_delay_hours_if_zero'),
|
276
|
+
state=pulumi.get(__response__, 'state'),
|
277
|
+
type=pulumi.get(__response__, 'type'),
|
278
|
+
uid=pulumi.get(__response__, 'uid'),
|
279
|
+
vcenters=pulumi.get(__response__, 'vcenters')))
|
@@ -213,9 +213,6 @@ def get_subnet(name: Optional[str] = None,
|
|
213
213
|
uid=pulumi.get(__ret__, 'uid'),
|
214
214
|
update_time=pulumi.get(__ret__, 'update_time'),
|
215
215
|
vlan_id=pulumi.get(__ret__, 'vlan_id'))
|
216
|
-
|
217
|
-
|
218
|
-
@_utilities.lift_output_func(get_subnet)
|
219
216
|
def get_subnet_output(name: Optional[pulumi.Input[str]] = None,
|
220
217
|
parent: Optional[pulumi.Input[str]] = None,
|
221
218
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSubnetResult]:
|
@@ -241,4 +238,23 @@ def get_subnet_output(name: Optional[pulumi.Input[str]] = None,
|
|
241
238
|
Management subnets have arbitary names including "vmotion", "vsan", "system-management" etc. More details about subnet names can be found on the cloud console.
|
242
239
|
:param str parent: The resource name of the private cloud that this subnet belongs.
|
243
240
|
"""
|
244
|
-
|
241
|
+
__args__ = dict()
|
242
|
+
__args__['name'] = name
|
243
|
+
__args__['parent'] = parent
|
244
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
245
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vmwareengine/getSubnet:getSubnet', __args__, opts=opts, typ=GetSubnetResult)
|
246
|
+
return __ret__.apply(lambda __response__: GetSubnetResult(
|
247
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
248
|
+
dhcp_address_ranges=pulumi.get(__response__, 'dhcp_address_ranges'),
|
249
|
+
gateway_id=pulumi.get(__response__, 'gateway_id'),
|
250
|
+
gateway_ip=pulumi.get(__response__, 'gateway_ip'),
|
251
|
+
id=pulumi.get(__response__, 'id'),
|
252
|
+
ip_cidr_range=pulumi.get(__response__, 'ip_cidr_range'),
|
253
|
+
name=pulumi.get(__response__, 'name'),
|
254
|
+
parent=pulumi.get(__response__, 'parent'),
|
255
|
+
standard_config=pulumi.get(__response__, 'standard_config'),
|
256
|
+
state=pulumi.get(__response__, 'state'),
|
257
|
+
type=pulumi.get(__response__, 'type'),
|
258
|
+
uid=pulumi.get(__response__, 'uid'),
|
259
|
+
update_time=pulumi.get(__response__, 'update_time'),
|
260
|
+
vlan_id=pulumi.get(__response__, 'vlan_id')))
|
@@ -112,9 +112,6 @@ def get_vcenter_credentials(parent: Optional[str] = None,
|
|
112
112
|
parent=pulumi.get(__ret__, 'parent'),
|
113
113
|
password=pulumi.get(__ret__, 'password'),
|
114
114
|
username=pulumi.get(__ret__, 'username'))
|
115
|
-
|
116
|
-
|
117
|
-
@_utilities.lift_output_func(get_vcenter_credentials)
|
118
115
|
def get_vcenter_credentials_output(parent: Optional[pulumi.Input[str]] = None,
|
119
116
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetVcenterCredentialsResult]:
|
120
117
|
"""
|
@@ -135,4 +132,12 @@ def get_vcenter_credentials_output(parent: Optional[pulumi.Input[str]] = None,
|
|
135
132
|
|
136
133
|
:param str parent: The resource name of the private cloud which contains the Vcenter.
|
137
134
|
"""
|
138
|
-
|
135
|
+
__args__ = dict()
|
136
|
+
__args__['parent'] = parent
|
137
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
138
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vmwareengine/getVcenterCredentials:getVcenterCredentials', __args__, opts=opts, typ=GetVcenterCredentialsResult)
|
139
|
+
return __ret__.apply(lambda __response__: GetVcenterCredentialsResult(
|
140
|
+
id=pulumi.get(__response__, 'id'),
|
141
|
+
parent=pulumi.get(__response__, 'parent'),
|
142
|
+
password=pulumi.get(__response__, 'password'),
|
143
|
+
username=pulumi.get(__response__, 'username')))
|
@@ -237,9 +237,6 @@ def get_connector(name: Optional[str] = None,
|
|
237
237
|
self_link=pulumi.get(__ret__, 'self_link'),
|
238
238
|
state=pulumi.get(__ret__, 'state'),
|
239
239
|
subnets=pulumi.get(__ret__, 'subnets'))
|
240
|
-
|
241
|
-
|
242
|
-
@_utilities.lift_output_func(get_connector)
|
243
240
|
def get_connector_output(name: Optional[pulumi.Input[str]] = None,
|
244
241
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
245
242
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -278,4 +275,25 @@ def get_connector_output(name: Optional[pulumi.Input[str]] = None,
|
|
278
275
|
:param str region: The region in which the resource belongs. If it
|
279
276
|
is not provided, the provider region is used.
|
280
277
|
"""
|
281
|
-
|
278
|
+
__args__ = dict()
|
279
|
+
__args__['name'] = name
|
280
|
+
__args__['project'] = project
|
281
|
+
__args__['region'] = region
|
282
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
283
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:vpcaccess/getConnector:getConnector', __args__, opts=opts, typ=GetConnectorResult)
|
284
|
+
return __ret__.apply(lambda __response__: GetConnectorResult(
|
285
|
+
connected_projects=pulumi.get(__response__, 'connected_projects'),
|
286
|
+
id=pulumi.get(__response__, 'id'),
|
287
|
+
ip_cidr_range=pulumi.get(__response__, 'ip_cidr_range'),
|
288
|
+
machine_type=pulumi.get(__response__, 'machine_type'),
|
289
|
+
max_instances=pulumi.get(__response__, 'max_instances'),
|
290
|
+
max_throughput=pulumi.get(__response__, 'max_throughput'),
|
291
|
+
min_instances=pulumi.get(__response__, 'min_instances'),
|
292
|
+
min_throughput=pulumi.get(__response__, 'min_throughput'),
|
293
|
+
name=pulumi.get(__response__, 'name'),
|
294
|
+
network=pulumi.get(__response__, 'network'),
|
295
|
+
project=pulumi.get(__response__, 'project'),
|
296
|
+
region=pulumi.get(__response__, 'region'),
|
297
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
298
|
+
state=pulumi.get(__response__, 'state'),
|
299
|
+
subnets=pulumi.get(__response__, 'subnets')))
|
@@ -141,9 +141,6 @@ def get_instance_iam_policy(location: Optional[str] = None,
|
|
141
141
|
name=pulumi.get(__ret__, 'name'),
|
142
142
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
143
143
|
project=pulumi.get(__ret__, 'project'))
|
144
|
-
|
145
|
-
|
146
|
-
@_utilities.lift_output_func(get_instance_iam_policy)
|
147
144
|
def get_instance_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
148
145
|
name: Optional[pulumi.Input[str]] = None,
|
149
146
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -170,4 +167,16 @@ def get_instance_iam_policy_output(location: Optional[pulumi.Input[Optional[str]
|
|
170
167
|
:param str project: The ID of the project in which the resource belongs.
|
171
168
|
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.
|
172
169
|
"""
|
173
|
-
|
170
|
+
__args__ = dict()
|
171
|
+
__args__['location'] = location
|
172
|
+
__args__['name'] = name
|
173
|
+
__args__['project'] = project
|
174
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
175
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:workbench/getInstanceIamPolicy:getInstanceIamPolicy', __args__, opts=opts, typ=GetInstanceIamPolicyResult)
|
176
|
+
return __ret__.apply(lambda __response__: GetInstanceIamPolicyResult(
|
177
|
+
etag=pulumi.get(__response__, 'etag'),
|
178
|
+
id=pulumi.get(__response__, 'id'),
|
179
|
+
location=pulumi.get(__response__, 'location'),
|
180
|
+
name=pulumi.get(__response__, 'name'),
|
181
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
182
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -141,9 +141,6 @@ def get_workstation_config_iam_policy(location: Optional[str] = None,
|
|
141
141
|
project=pulumi.get(__ret__, 'project'),
|
142
142
|
workstation_cluster_id=pulumi.get(__ret__, 'workstation_cluster_id'),
|
143
143
|
workstation_config_id=pulumi.get(__ret__, 'workstation_config_id'))
|
144
|
-
|
145
|
-
|
146
|
-
@_utilities.lift_output_func(get_workstation_config_iam_policy)
|
147
144
|
def get_workstation_config_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
148
145
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
149
146
|
workstation_cluster_id: Optional[pulumi.Input[str]] = None,
|
@@ -159,4 +156,18 @@ def get_workstation_config_iam_policy_output(location: Optional[pulumi.Input[Opt
|
|
159
156
|
:param str project: The ID of the project in which the resource belongs.
|
160
157
|
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.
|
161
158
|
"""
|
162
|
-
|
159
|
+
__args__ = dict()
|
160
|
+
__args__['location'] = location
|
161
|
+
__args__['project'] = project
|
162
|
+
__args__['workstationClusterId'] = workstation_cluster_id
|
163
|
+
__args__['workstationConfigId'] = workstation_config_id
|
164
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
165
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:workstations/getWorkstationConfigIamPolicy:getWorkstationConfigIamPolicy', __args__, opts=opts, typ=GetWorkstationConfigIamPolicyResult)
|
166
|
+
return __ret__.apply(lambda __response__: GetWorkstationConfigIamPolicyResult(
|
167
|
+
etag=pulumi.get(__response__, 'etag'),
|
168
|
+
id=pulumi.get(__response__, 'id'),
|
169
|
+
location=pulumi.get(__response__, 'location'),
|
170
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
171
|
+
project=pulumi.get(__response__, 'project'),
|
172
|
+
workstation_cluster_id=pulumi.get(__response__, 'workstation_cluster_id'),
|
173
|
+
workstation_config_id=pulumi.get(__response__, 'workstation_config_id')))
|
@@ -153,9 +153,6 @@ def get_workstation_iam_policy(location: Optional[str] = None,
|
|
153
153
|
workstation_cluster_id=pulumi.get(__ret__, 'workstation_cluster_id'),
|
154
154
|
workstation_config_id=pulumi.get(__ret__, 'workstation_config_id'),
|
155
155
|
workstation_id=pulumi.get(__ret__, 'workstation_id'))
|
156
|
-
|
157
|
-
|
158
|
-
@_utilities.lift_output_func(get_workstation_iam_policy)
|
159
156
|
def get_workstation_iam_policy_output(location: Optional[pulumi.Input[Optional[str]]] = None,
|
160
157
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
161
158
|
workstation_cluster_id: Optional[pulumi.Input[str]] = None,
|
@@ -172,4 +169,20 @@ def get_workstation_iam_policy_output(location: Optional[pulumi.Input[Optional[s
|
|
172
169
|
:param str project: The ID of the project in which the resource belongs.
|
173
170
|
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.
|
174
171
|
"""
|
175
|
-
|
172
|
+
__args__ = dict()
|
173
|
+
__args__['location'] = location
|
174
|
+
__args__['project'] = project
|
175
|
+
__args__['workstationClusterId'] = workstation_cluster_id
|
176
|
+
__args__['workstationConfigId'] = workstation_config_id
|
177
|
+
__args__['workstationId'] = workstation_id
|
178
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
179
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:workstations/getWorkstationIamPolicy:getWorkstationIamPolicy', __args__, opts=opts, typ=GetWorkstationIamPolicyResult)
|
180
|
+
return __ret__.apply(lambda __response__: GetWorkstationIamPolicyResult(
|
181
|
+
etag=pulumi.get(__response__, 'etag'),
|
182
|
+
id=pulumi.get(__response__, 'id'),
|
183
|
+
location=pulumi.get(__response__, 'location'),
|
184
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
185
|
+
project=pulumi.get(__response__, 'project'),
|
186
|
+
workstation_cluster_id=pulumi.get(__response__, 'workstation_cluster_id'),
|
187
|
+
workstation_config_id=pulumi.get(__response__, 'workstation_config_id'),
|
188
|
+
workstation_id=pulumi.get(__response__, 'workstation_id')))
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: pulumi_gcp
|
3
|
-
Version: 8.
|
3
|
+
Version: 8.6.0
|
4
4
|
Summary: A Pulumi package for creating and managing Google Cloud Platform resources.
|
5
5
|
License: Apache-2.0
|
6
6
|
Project-URL: Homepage, https://pulumi.io
|
@@ -9,7 +9,7 @@ Keywords: pulumi,gcp
|
|
9
9
|
Requires-Python: >=3.8
|
10
10
|
Description-Content-Type: text/markdown
|
11
11
|
Requires-Dist: parver >=0.2.1
|
12
|
-
Requires-Dist: pulumi <4.0.0,>=3.
|
12
|
+
Requires-Dist: pulumi <4.0.0,>=3.136.0
|
13
13
|
Requires-Dist: semver >=2.8.1
|
14
14
|
Requires-Dist: typing-extensions >=4.11 ; python_version < "3.11"
|
15
15
|
|