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
@@ -114,9 +114,6 @@ def get_machine_image_iam_policy(machine_image: Optional[str] = None,
|
|
114
114
|
machine_image=pulumi.get(__ret__, 'machine_image'),
|
115
115
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
116
116
|
project=pulumi.get(__ret__, 'project'))
|
117
|
-
|
118
|
-
|
119
|
-
@_utilities.lift_output_func(get_machine_image_iam_policy)
|
120
117
|
def get_machine_image_iam_policy_output(machine_image: Optional[pulumi.Input[str]] = None,
|
121
118
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
122
119
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetMachineImageIamPolicyResult]:
|
@@ -127,4 +124,14 @@ def get_machine_image_iam_policy_output(machine_image: Optional[pulumi.Input[str
|
|
127
124
|
:param str project: The ID of the project in which the resource belongs.
|
128
125
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
129
126
|
"""
|
130
|
-
|
127
|
+
__args__ = dict()
|
128
|
+
__args__['machineImage'] = machine_image
|
129
|
+
__args__['project'] = project
|
130
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
131
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getMachineImageIamPolicy:getMachineImageIamPolicy', __args__, opts=opts, typ=GetMachineImageIamPolicyResult)
|
132
|
+
return __ret__.apply(lambda __response__: GetMachineImageIamPolicyResult(
|
133
|
+
etag=pulumi.get(__response__, 'etag'),
|
134
|
+
id=pulumi.get(__response__, 'id'),
|
135
|
+
machine_image=pulumi.get(__response__, 'machine_image'),
|
136
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
137
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -122,9 +122,6 @@ def get_machine_types(filter: Optional[str] = None,
|
|
122
122
|
machine_types=pulumi.get(__ret__, 'machine_types'),
|
123
123
|
project=pulumi.get(__ret__, 'project'),
|
124
124
|
zone=pulumi.get(__ret__, 'zone'))
|
125
|
-
|
126
|
-
|
127
|
-
@_utilities.lift_output_func(get_machine_types)
|
128
125
|
def get_machine_types_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
|
129
126
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
130
127
|
zone: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -145,4 +142,15 @@ def get_machine_types_output(filter: Optional[pulumi.Input[Optional[str]]] = Non
|
|
145
142
|
:param str project: Project from which to list available zones. Defaults to project declared in the provider.
|
146
143
|
:param str zone: Zone from which to list machine types.
|
147
144
|
"""
|
148
|
-
|
145
|
+
__args__ = dict()
|
146
|
+
__args__['filter'] = filter
|
147
|
+
__args__['project'] = project
|
148
|
+
__args__['zone'] = zone
|
149
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
150
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getMachineTypes:getMachineTypes', __args__, opts=opts, typ=GetMachineTypesResult)
|
151
|
+
return __ret__.apply(lambda __response__: GetMachineTypesResult(
|
152
|
+
filter=pulumi.get(__response__, 'filter'),
|
153
|
+
id=pulumi.get(__response__, 'id'),
|
154
|
+
machine_types=pulumi.get(__response__, 'machine_types'),
|
155
|
+
project=pulumi.get(__response__, 'project'),
|
156
|
+
zone=pulumi.get(__response__, 'zone')))
|
@@ -163,9 +163,6 @@ def get_netblock_ip_ranges(range_type: Optional[str] = None,
|
|
163
163
|
cidr_blocks_ipv6s=pulumi.get(__ret__, 'cidr_blocks_ipv6s'),
|
164
164
|
id=pulumi.get(__ret__, 'id'),
|
165
165
|
range_type=pulumi.get(__ret__, 'range_type'))
|
166
|
-
|
167
|
-
|
168
|
-
@_utilities.lift_output_func(get_netblock_ip_ranges)
|
169
166
|
def get_netblock_ip_ranges_output(range_type: Optional[pulumi.Input[Optional[str]]] = None,
|
170
167
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNetblockIPRangesResult]:
|
171
168
|
"""
|
@@ -224,4 +221,13 @@ def get_netblock_ip_ranges_output(range_type: Optional[pulumi.Input[Optional[str
|
|
224
221
|
|
225
222
|
* `legacy-health-checkers` - Corresponds to the IP addresses used for legacy style health checkers (used by Network Load Balancing). [ More details.](https://cloud.google.com/load-balancing/docs/health-checks)
|
226
223
|
"""
|
227
|
-
|
224
|
+
__args__ = dict()
|
225
|
+
__args__['rangeType'] = range_type
|
226
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
227
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getNetblockIPRanges:getNetblockIPRanges', __args__, opts=opts, typ=GetNetblockIPRangesResult)
|
228
|
+
return __ret__.apply(lambda __response__: GetNetblockIPRangesResult(
|
229
|
+
cidr_blocks=pulumi.get(__response__, 'cidr_blocks'),
|
230
|
+
cidr_blocks_ipv4s=pulumi.get(__response__, 'cidr_blocks_ipv4s'),
|
231
|
+
cidr_blocks_ipv6s=pulumi.get(__response__, 'cidr_blocks_ipv6s'),
|
232
|
+
id=pulumi.get(__response__, 'id'),
|
233
|
+
range_type=pulumi.get(__response__, 'range_type')))
|
@@ -165,9 +165,6 @@ def get_network(name: Optional[str] = None,
|
|
165
165
|
project=pulumi.get(__ret__, 'project'),
|
166
166
|
self_link=pulumi.get(__ret__, 'self_link'),
|
167
167
|
subnetworks_self_links=pulumi.get(__ret__, 'subnetworks_self_links'))
|
168
|
-
|
169
|
-
|
170
|
-
@_utilities.lift_output_func(get_network)
|
171
168
|
def get_network_output(name: Optional[pulumi.Input[str]] = None,
|
172
169
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
173
170
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNetworkResult]:
|
@@ -191,4 +188,17 @@ def get_network_output(name: Optional[pulumi.Input[str]] = None,
|
|
191
188
|
:param str project: The ID of the project in which the resource belongs. If it
|
192
189
|
is not provided, the provider project is used.
|
193
190
|
"""
|
194
|
-
|
191
|
+
__args__ = dict()
|
192
|
+
__args__['name'] = name
|
193
|
+
__args__['project'] = project
|
194
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
195
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getNetwork:getNetwork', __args__, opts=opts, typ=GetNetworkResult)
|
196
|
+
return __ret__.apply(lambda __response__: GetNetworkResult(
|
197
|
+
description=pulumi.get(__response__, 'description'),
|
198
|
+
gateway_ipv4=pulumi.get(__response__, 'gateway_ipv4'),
|
199
|
+
id=pulumi.get(__response__, 'id'),
|
200
|
+
internal_ipv6_range=pulumi.get(__response__, 'internal_ipv6_range'),
|
201
|
+
name=pulumi.get(__response__, 'name'),
|
202
|
+
project=pulumi.get(__response__, 'project'),
|
203
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
204
|
+
subnetworks_self_links=pulumi.get(__response__, 'subnetworks_self_links')))
|
@@ -206,9 +206,6 @@ def get_network_endpoint_group(name: Optional[str] = None,
|
|
206
206
|
size=pulumi.get(__ret__, 'size'),
|
207
207
|
subnetwork=pulumi.get(__ret__, 'subnetwork'),
|
208
208
|
zone=pulumi.get(__ret__, 'zone'))
|
209
|
-
|
210
|
-
|
211
|
-
@_utilities.lift_output_func(get_network_endpoint_group)
|
212
209
|
def get_network_endpoint_group_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
213
210
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
214
211
|
self_link: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -238,4 +235,22 @@ def get_network_endpoint_group_output(name: Optional[pulumi.Input[Optional[str]]
|
|
238
235
|
:param str self_link: The Network Endpoint Group self_link.
|
239
236
|
:param str zone: The Network Endpoint Group availability zone.
|
240
237
|
"""
|
241
|
-
|
238
|
+
__args__ = dict()
|
239
|
+
__args__['name'] = name
|
240
|
+
__args__['project'] = project
|
241
|
+
__args__['selfLink'] = self_link
|
242
|
+
__args__['zone'] = zone
|
243
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
244
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getNetworkEndpointGroup:getNetworkEndpointGroup', __args__, opts=opts, typ=GetNetworkEndpointGroupResult)
|
245
|
+
return __ret__.apply(lambda __response__: GetNetworkEndpointGroupResult(
|
246
|
+
default_port=pulumi.get(__response__, 'default_port'),
|
247
|
+
description=pulumi.get(__response__, 'description'),
|
248
|
+
id=pulumi.get(__response__, 'id'),
|
249
|
+
name=pulumi.get(__response__, 'name'),
|
250
|
+
network=pulumi.get(__response__, 'network'),
|
251
|
+
network_endpoint_type=pulumi.get(__response__, 'network_endpoint_type'),
|
252
|
+
project=pulumi.get(__response__, 'project'),
|
253
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
254
|
+
size=pulumi.get(__response__, 'size'),
|
255
|
+
subnetwork=pulumi.get(__response__, 'subnetwork'),
|
256
|
+
zone=pulumi.get(__response__, 'zone')))
|
@@ -194,9 +194,6 @@ def get_network_peering(name: Optional[str] = None,
|
|
194
194
|
stack_type=pulumi.get(__ret__, 'stack_type'),
|
195
195
|
state=pulumi.get(__ret__, 'state'),
|
196
196
|
state_details=pulumi.get(__ret__, 'state_details'))
|
197
|
-
|
198
|
-
|
199
|
-
@_utilities.lift_output_func(get_network_peering)
|
200
197
|
def get_network_peering_output(name: Optional[pulumi.Input[str]] = None,
|
201
198
|
network: Optional[pulumi.Input[str]] = None,
|
202
199
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNetworkPeeringResult]:
|
@@ -234,4 +231,20 @@ def get_network_peering_output(name: Optional[pulumi.Input[str]] = None,
|
|
234
231
|
:param str name: Name of the peering.
|
235
232
|
:param str network: The primary network of the peering.
|
236
233
|
"""
|
237
|
-
|
234
|
+
__args__ = dict()
|
235
|
+
__args__['name'] = name
|
236
|
+
__args__['network'] = network
|
237
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
238
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getNetworkPeering:getNetworkPeering', __args__, opts=opts, typ=GetNetworkPeeringResult)
|
239
|
+
return __ret__.apply(lambda __response__: GetNetworkPeeringResult(
|
240
|
+
export_custom_routes=pulumi.get(__response__, 'export_custom_routes'),
|
241
|
+
export_subnet_routes_with_public_ip=pulumi.get(__response__, 'export_subnet_routes_with_public_ip'),
|
242
|
+
id=pulumi.get(__response__, 'id'),
|
243
|
+
import_custom_routes=pulumi.get(__response__, 'import_custom_routes'),
|
244
|
+
import_subnet_routes_with_public_ip=pulumi.get(__response__, 'import_subnet_routes_with_public_ip'),
|
245
|
+
name=pulumi.get(__response__, 'name'),
|
246
|
+
network=pulumi.get(__response__, 'network'),
|
247
|
+
peer_network=pulumi.get(__response__, 'peer_network'),
|
248
|
+
stack_type=pulumi.get(__response__, 'stack_type'),
|
249
|
+
state=pulumi.get(__response__, 'state'),
|
250
|
+
state_details=pulumi.get(__response__, 'state_details')))
|
@@ -112,9 +112,6 @@ def get_networks(project: Optional[str] = None,
|
|
112
112
|
networks=pulumi.get(__ret__, 'networks'),
|
113
113
|
project=pulumi.get(__ret__, 'project'),
|
114
114
|
self_link=pulumi.get(__ret__, 'self_link'))
|
115
|
-
|
116
|
-
|
117
|
-
@_utilities.lift_output_func(get_networks)
|
118
115
|
def get_networks_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
119
116
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNetworksResult]:
|
120
117
|
"""
|
@@ -132,4 +129,12 @@ def get_networks_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
|
132
129
|
|
133
130
|
:param str project: The name of the project.
|
134
131
|
"""
|
135
|
-
|
132
|
+
__args__ = dict()
|
133
|
+
__args__['project'] = project
|
134
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
135
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getNetworks:getNetworks', __args__, opts=opts, typ=GetNetworksResult)
|
136
|
+
return __ret__.apply(lambda __response__: GetNetworksResult(
|
137
|
+
id=pulumi.get(__response__, 'id'),
|
138
|
+
networks=pulumi.get(__response__, 'networks'),
|
139
|
+
project=pulumi.get(__response__, 'project'),
|
140
|
+
self_link=pulumi.get(__response__, 'self_link')))
|
@@ -117,9 +117,6 @@ def get_node_types(project: Optional[str] = None,
|
|
117
117
|
names=pulumi.get(__ret__, 'names'),
|
118
118
|
project=pulumi.get(__ret__, 'project'),
|
119
119
|
zone=pulumi.get(__ret__, 'zone'))
|
120
|
-
|
121
|
-
|
122
|
-
@_utilities.lift_output_func(get_node_types)
|
123
120
|
def get_node_types_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
124
121
|
zone: Optional[pulumi.Input[Optional[str]]] = None,
|
125
122
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetNodeTypesResult]:
|
@@ -147,4 +144,13 @@ def get_node_types_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
|
147
144
|
:param str zone: The zone to list node types for. Should be in zone of intended node groups and region of referencing node template. If `zone` is not specified, the provider-level zone must be set and is used
|
148
145
|
instead.
|
149
146
|
"""
|
150
|
-
|
147
|
+
__args__ = dict()
|
148
|
+
__args__['project'] = project
|
149
|
+
__args__['zone'] = zone
|
150
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
151
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getNodeTypes:getNodeTypes', __args__, opts=opts, typ=GetNodeTypesResult)
|
152
|
+
return __ret__.apply(lambda __response__: GetNodeTypesResult(
|
153
|
+
id=pulumi.get(__response__, 'id'),
|
154
|
+
names=pulumi.get(__response__, 'names'),
|
155
|
+
project=pulumi.get(__response__, 'project'),
|
156
|
+
zone=pulumi.get(__response__, 'zone')))
|
@@ -131,9 +131,6 @@ def get_region_backend_service_iam_policy(name: Optional[str] = None,
|
|
131
131
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
132
132
|
project=pulumi.get(__ret__, 'project'),
|
133
133
|
region=pulumi.get(__ret__, 'region'))
|
134
|
-
|
135
|
-
|
136
|
-
@_utilities.lift_output_func(get_region_backend_service_iam_policy)
|
137
134
|
def get_region_backend_service_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
138
135
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
139
136
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -150,4 +147,16 @@ def get_region_backend_service_iam_policy_output(name: Optional[pulumi.Input[str
|
|
150
147
|
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
151
148
|
region is specified, it is taken from the provider configuration.
|
152
149
|
"""
|
153
|
-
|
150
|
+
__args__ = dict()
|
151
|
+
__args__['name'] = name
|
152
|
+
__args__['project'] = project
|
153
|
+
__args__['region'] = region
|
154
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
155
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getRegionBackendServiceIamPolicy:getRegionBackendServiceIamPolicy', __args__, opts=opts, typ=GetRegionBackendServiceIamPolicyResult)
|
156
|
+
return __ret__.apply(lambda __response__: GetRegionBackendServiceIamPolicyResult(
|
157
|
+
etag=pulumi.get(__response__, 'etag'),
|
158
|
+
id=pulumi.get(__response__, 'id'),
|
159
|
+
name=pulumi.get(__response__, 'name'),
|
160
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
161
|
+
project=pulumi.get(__response__, 'project'),
|
162
|
+
region=pulumi.get(__response__, 'region')))
|
@@ -346,9 +346,6 @@ def get_region_disk(name: Optional[str] = None,
|
|
346
346
|
source_snapshot_id=pulumi.get(__ret__, 'source_snapshot_id'),
|
347
347
|
type=pulumi.get(__ret__, 'type'),
|
348
348
|
users=pulumi.get(__ret__, 'users'))
|
349
|
-
|
350
|
-
|
351
|
-
@_utilities.lift_output_func(get_region_disk)
|
352
349
|
def get_region_disk_output(name: Optional[pulumi.Input[str]] = None,
|
353
350
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
354
351
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -366,4 +363,38 @@ def get_region_disk_output(name: Optional[pulumi.Input[str]] = None,
|
|
366
363
|
If it is not provided, the provider project is used.
|
367
364
|
:param str region: A reference to the region where the disk resides.
|
368
365
|
"""
|
369
|
-
|
366
|
+
__args__ = dict()
|
367
|
+
__args__['name'] = name
|
368
|
+
__args__['project'] = project
|
369
|
+
__args__['region'] = region
|
370
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
371
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getRegionDisk:getRegionDisk', __args__, opts=opts, typ=GetRegionDiskResult)
|
372
|
+
return __ret__.apply(lambda __response__: GetRegionDiskResult(
|
373
|
+
async_primary_disks=pulumi.get(__response__, 'async_primary_disks'),
|
374
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
375
|
+
description=pulumi.get(__response__, 'description'),
|
376
|
+
disk_encryption_keys=pulumi.get(__response__, 'disk_encryption_keys'),
|
377
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
378
|
+
guest_os_features=pulumi.get(__response__, 'guest_os_features'),
|
379
|
+
id=pulumi.get(__response__, 'id'),
|
380
|
+
interface=pulumi.get(__response__, 'interface'),
|
381
|
+
label_fingerprint=pulumi.get(__response__, 'label_fingerprint'),
|
382
|
+
labels=pulumi.get(__response__, 'labels'),
|
383
|
+
last_attach_timestamp=pulumi.get(__response__, 'last_attach_timestamp'),
|
384
|
+
last_detach_timestamp=pulumi.get(__response__, 'last_detach_timestamp'),
|
385
|
+
licenses=pulumi.get(__response__, 'licenses'),
|
386
|
+
name=pulumi.get(__response__, 'name'),
|
387
|
+
physical_block_size_bytes=pulumi.get(__response__, 'physical_block_size_bytes'),
|
388
|
+
project=pulumi.get(__response__, 'project'),
|
389
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
390
|
+
region=pulumi.get(__response__, 'region'),
|
391
|
+
replica_zones=pulumi.get(__response__, 'replica_zones'),
|
392
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
393
|
+
size=pulumi.get(__response__, 'size'),
|
394
|
+
snapshot=pulumi.get(__response__, 'snapshot'),
|
395
|
+
source_disk=pulumi.get(__response__, 'source_disk'),
|
396
|
+
source_disk_id=pulumi.get(__response__, 'source_disk_id'),
|
397
|
+
source_snapshot_encryption_keys=pulumi.get(__response__, 'source_snapshot_encryption_keys'),
|
398
|
+
source_snapshot_id=pulumi.get(__response__, 'source_snapshot_id'),
|
399
|
+
type=pulumi.get(__response__, 'type'),
|
400
|
+
users=pulumi.get(__response__, 'users')))
|
@@ -141,9 +141,6 @@ def get_region_disk_iam_policy(name: Optional[str] = None,
|
|
141
141
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
142
142
|
project=pulumi.get(__ret__, 'project'),
|
143
143
|
region=pulumi.get(__ret__, 'region'))
|
144
|
-
|
145
|
-
|
146
|
-
@_utilities.lift_output_func(get_region_disk_iam_policy)
|
147
144
|
def get_region_disk_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
148
145
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
149
146
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -170,4 +167,16 @@ def get_region_disk_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
|
170
167
|
the value will be parsed from the identifier of the parent resource. If no region is provided in the parent identifier and no
|
171
168
|
region is specified, it is taken from the provider configuration.
|
172
169
|
"""
|
173
|
-
|
170
|
+
__args__ = dict()
|
171
|
+
__args__['name'] = name
|
172
|
+
__args__['project'] = project
|
173
|
+
__args__['region'] = region
|
174
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
175
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getRegionDiskIamPolicy:getRegionDiskIamPolicy', __args__, opts=opts, typ=GetRegionDiskIamPolicyResult)
|
176
|
+
return __ret__.apply(lambda __response__: GetRegionDiskIamPolicyResult(
|
177
|
+
etag=pulumi.get(__response__, 'etag'),
|
178
|
+
id=pulumi.get(__response__, 'id'),
|
179
|
+
name=pulumi.get(__response__, 'name'),
|
180
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
181
|
+
project=pulumi.get(__response__, 'project'),
|
182
|
+
region=pulumi.get(__response__, 'region')))
|
@@ -159,9 +159,6 @@ def get_region_instance_group(name: Optional[str] = None,
|
|
159
159
|
region=pulumi.get(__ret__, 'region'),
|
160
160
|
self_link=pulumi.get(__ret__, 'self_link'),
|
161
161
|
size=pulumi.get(__ret__, 'size'))
|
162
|
-
|
163
|
-
|
164
|
-
@_utilities.lift_output_func(get_region_instance_group)
|
165
162
|
def get_region_instance_group_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
166
163
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
167
164
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -192,4 +189,18 @@ def get_region_instance_group_output(name: Optional[pulumi.Input[Optional[str]]]
|
|
192
189
|
|
193
190
|
- - -
|
194
191
|
"""
|
195
|
-
|
192
|
+
__args__ = dict()
|
193
|
+
__args__['name'] = name
|
194
|
+
__args__['project'] = project
|
195
|
+
__args__['region'] = region
|
196
|
+
__args__['selfLink'] = self_link
|
197
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
198
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getRegionInstanceGroup:getRegionInstanceGroup', __args__, opts=opts, typ=GetRegionInstanceGroupResult)
|
199
|
+
return __ret__.apply(lambda __response__: GetRegionInstanceGroupResult(
|
200
|
+
id=pulumi.get(__response__, 'id'),
|
201
|
+
instances=pulumi.get(__response__, 'instances'),
|
202
|
+
name=pulumi.get(__response__, 'name'),
|
203
|
+
project=pulumi.get(__response__, 'project'),
|
204
|
+
region=pulumi.get(__response__, 'region'),
|
205
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
206
|
+
size=pulumi.get(__response__, 'size')))
|
@@ -396,9 +396,6 @@ def get_region_instance_group_manager(name: Optional[str] = None,
|
|
396
396
|
versions=pulumi.get(__ret__, 'versions'),
|
397
397
|
wait_for_instances=pulumi.get(__ret__, 'wait_for_instances'),
|
398
398
|
wait_for_instances_status=pulumi.get(__ret__, 'wait_for_instances_status'))
|
399
|
-
|
400
|
-
|
401
|
-
@_utilities.lift_output_func(get_region_instance_group_manager)
|
402
399
|
def get_region_instance_group_manager_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
403
400
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
404
401
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -435,4 +432,42 @@ def get_region_instance_group_manager_output(name: Optional[pulumi.Input[Optiona
|
|
435
432
|
* `Region` - (Optional) The region where the managed instance group resides. If not provided, the provider region is used.
|
436
433
|
:param str self_link: The self link of the instance group. Either `name` or `self_link` must be provided.
|
437
434
|
"""
|
438
|
-
|
435
|
+
__args__ = dict()
|
436
|
+
__args__['name'] = name
|
437
|
+
__args__['project'] = project
|
438
|
+
__args__['region'] = region
|
439
|
+
__args__['selfLink'] = self_link
|
440
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
441
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getRegionInstanceGroupManager:getRegionInstanceGroupManager', __args__, opts=opts, typ=GetRegionInstanceGroupManagerResult)
|
442
|
+
return __ret__.apply(lambda __response__: GetRegionInstanceGroupManagerResult(
|
443
|
+
all_instances_configs=pulumi.get(__response__, 'all_instances_configs'),
|
444
|
+
auto_healing_policies=pulumi.get(__response__, 'auto_healing_policies'),
|
445
|
+
base_instance_name=pulumi.get(__response__, 'base_instance_name'),
|
446
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
447
|
+
description=pulumi.get(__response__, 'description'),
|
448
|
+
distribution_policy_target_shape=pulumi.get(__response__, 'distribution_policy_target_shape'),
|
449
|
+
distribution_policy_zones=pulumi.get(__response__, 'distribution_policy_zones'),
|
450
|
+
fingerprint=pulumi.get(__response__, 'fingerprint'),
|
451
|
+
id=pulumi.get(__response__, 'id'),
|
452
|
+
instance_group=pulumi.get(__response__, 'instance_group'),
|
453
|
+
instance_lifecycle_policies=pulumi.get(__response__, 'instance_lifecycle_policies'),
|
454
|
+
list_managed_instances_results=pulumi.get(__response__, 'list_managed_instances_results'),
|
455
|
+
name=pulumi.get(__response__, 'name'),
|
456
|
+
named_ports=pulumi.get(__response__, 'named_ports'),
|
457
|
+
params=pulumi.get(__response__, 'params'),
|
458
|
+
project=pulumi.get(__response__, 'project'),
|
459
|
+
region=pulumi.get(__response__, 'region'),
|
460
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
461
|
+
standby_policies=pulumi.get(__response__, 'standby_policies'),
|
462
|
+
stateful_disks=pulumi.get(__response__, 'stateful_disks'),
|
463
|
+
stateful_external_ips=pulumi.get(__response__, 'stateful_external_ips'),
|
464
|
+
stateful_internal_ips=pulumi.get(__response__, 'stateful_internal_ips'),
|
465
|
+
statuses=pulumi.get(__response__, 'statuses'),
|
466
|
+
target_pools=pulumi.get(__response__, 'target_pools'),
|
467
|
+
target_size=pulumi.get(__response__, 'target_size'),
|
468
|
+
target_stopped_size=pulumi.get(__response__, 'target_stopped_size'),
|
469
|
+
target_suspended_size=pulumi.get(__response__, 'target_suspended_size'),
|
470
|
+
update_policies=pulumi.get(__response__, 'update_policies'),
|
471
|
+
versions=pulumi.get(__response__, 'versions'),
|
472
|
+
wait_for_instances=pulumi.get(__response__, 'wait_for_instances'),
|
473
|
+
wait_for_instances_status=pulumi.get(__response__, 'wait_for_instances_status')))
|
@@ -527,9 +527,6 @@ def get_region_instance_template(filter: Optional[str] = None,
|
|
527
527
|
shielded_instance_configs=pulumi.get(__ret__, 'shielded_instance_configs'),
|
528
528
|
tags=pulumi.get(__ret__, 'tags'),
|
529
529
|
tags_fingerprint=pulumi.get(__ret__, 'tags_fingerprint'))
|
530
|
-
|
531
|
-
|
532
|
-
@_utilities.lift_output_func(get_region_instance_template)
|
533
530
|
def get_region_instance_template_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
|
534
531
|
most_recent: Optional[pulumi.Input[Optional[bool]]] = None,
|
535
532
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -566,4 +563,47 @@ def get_region_instance_template_output(filter: Optional[pulumi.Input[Optional[s
|
|
566
563
|
:param str region: The Region in which the resource belongs.
|
567
564
|
If `region` is not provided, the provider region is used.
|
568
565
|
"""
|
569
|
-
|
566
|
+
__args__ = dict()
|
567
|
+
__args__['filter'] = filter
|
568
|
+
__args__['mostRecent'] = most_recent
|
569
|
+
__args__['name'] = name
|
570
|
+
__args__['project'] = project
|
571
|
+
__args__['region'] = region
|
572
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
573
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getRegionInstanceTemplate:getRegionInstanceTemplate', __args__, opts=opts, typ=GetRegionInstanceTemplateResult)
|
574
|
+
return __ret__.apply(lambda __response__: GetRegionInstanceTemplateResult(
|
575
|
+
advanced_machine_features=pulumi.get(__response__, 'advanced_machine_features'),
|
576
|
+
can_ip_forward=pulumi.get(__response__, 'can_ip_forward'),
|
577
|
+
confidential_instance_configs=pulumi.get(__response__, 'confidential_instance_configs'),
|
578
|
+
description=pulumi.get(__response__, 'description'),
|
579
|
+
disks=pulumi.get(__response__, 'disks'),
|
580
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
581
|
+
enable_display=pulumi.get(__response__, 'enable_display'),
|
582
|
+
filter=pulumi.get(__response__, 'filter'),
|
583
|
+
guest_accelerators=pulumi.get(__response__, 'guest_accelerators'),
|
584
|
+
id=pulumi.get(__response__, 'id'),
|
585
|
+
instance_description=pulumi.get(__response__, 'instance_description'),
|
586
|
+
labels=pulumi.get(__response__, 'labels'),
|
587
|
+
machine_type=pulumi.get(__response__, 'machine_type'),
|
588
|
+
metadata=pulumi.get(__response__, 'metadata'),
|
589
|
+
metadata_fingerprint=pulumi.get(__response__, 'metadata_fingerprint'),
|
590
|
+
metadata_startup_script=pulumi.get(__response__, 'metadata_startup_script'),
|
591
|
+
min_cpu_platform=pulumi.get(__response__, 'min_cpu_platform'),
|
592
|
+
most_recent=pulumi.get(__response__, 'most_recent'),
|
593
|
+
name=pulumi.get(__response__, 'name'),
|
594
|
+
name_prefix=pulumi.get(__response__, 'name_prefix'),
|
595
|
+
network_interfaces=pulumi.get(__response__, 'network_interfaces'),
|
596
|
+
network_performance_configs=pulumi.get(__response__, 'network_performance_configs'),
|
597
|
+
partner_metadata=pulumi.get(__response__, 'partner_metadata'),
|
598
|
+
project=pulumi.get(__response__, 'project'),
|
599
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
600
|
+
region=pulumi.get(__response__, 'region'),
|
601
|
+
reservation_affinities=pulumi.get(__response__, 'reservation_affinities'),
|
602
|
+
resource_manager_tags=pulumi.get(__response__, 'resource_manager_tags'),
|
603
|
+
resource_policies=pulumi.get(__response__, 'resource_policies'),
|
604
|
+
schedulings=pulumi.get(__response__, 'schedulings'),
|
605
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
606
|
+
service_accounts=pulumi.get(__response__, 'service_accounts'),
|
607
|
+
shielded_instance_configs=pulumi.get(__response__, 'shielded_instance_configs'),
|
608
|
+
tags=pulumi.get(__response__, 'tags'),
|
609
|
+
tags_fingerprint=pulumi.get(__response__, 'tags_fingerprint')))
|
@@ -232,9 +232,6 @@ def get_region_network_endpoint_group(name: Optional[str] = None,
|
|
232
232
|
self_link=pulumi.get(__ret__, 'self_link'),
|
233
233
|
serverless_deployments=pulumi.get(__ret__, 'serverless_deployments'),
|
234
234
|
subnetwork=pulumi.get(__ret__, 'subnetwork'))
|
235
|
-
|
236
|
-
|
237
|
-
@_utilities.lift_output_func(get_region_network_endpoint_group)
|
238
235
|
def get_region_network_endpoint_group_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
239
236
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
240
237
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -262,4 +259,25 @@ def get_region_network_endpoint_group_output(name: Optional[pulumi.Input[Optiona
|
|
262
259
|
:param str region: A reference to the region where the Serverless REGs Reside. Provide either this or a `self_link`.
|
263
260
|
:param str self_link: The Network Endpoint Group self_link.
|
264
261
|
"""
|
265
|
-
|
262
|
+
__args__ = dict()
|
263
|
+
__args__['name'] = name
|
264
|
+
__args__['project'] = project
|
265
|
+
__args__['region'] = region
|
266
|
+
__args__['selfLink'] = self_link
|
267
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
268
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getRegionNetworkEndpointGroup:getRegionNetworkEndpointGroup', __args__, opts=opts, typ=GetRegionNetworkEndpointGroupResult)
|
269
|
+
return __ret__.apply(lambda __response__: GetRegionNetworkEndpointGroupResult(
|
270
|
+
app_engines=pulumi.get(__response__, 'app_engines'),
|
271
|
+
cloud_functions=pulumi.get(__response__, 'cloud_functions'),
|
272
|
+
cloud_runs=pulumi.get(__response__, 'cloud_runs'),
|
273
|
+
description=pulumi.get(__response__, 'description'),
|
274
|
+
id=pulumi.get(__response__, 'id'),
|
275
|
+
name=pulumi.get(__response__, 'name'),
|
276
|
+
network=pulumi.get(__response__, 'network'),
|
277
|
+
network_endpoint_type=pulumi.get(__response__, 'network_endpoint_type'),
|
278
|
+
project=pulumi.get(__response__, 'project'),
|
279
|
+
psc_target_service=pulumi.get(__response__, 'psc_target_service'),
|
280
|
+
region=pulumi.get(__response__, 'region'),
|
281
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
282
|
+
serverless_deployments=pulumi.get(__response__, 'serverless_deployments'),
|
283
|
+
subnetwork=pulumi.get(__response__, 'subnetwork')))
|
@@ -196,9 +196,6 @@ def get_region_ssl_certificate(name: Optional[str] = None,
|
|
196
196
|
project=pulumi.get(__ret__, 'project'),
|
197
197
|
region=pulumi.get(__ret__, 'region'),
|
198
198
|
self_link=pulumi.get(__ret__, 'self_link'))
|
199
|
-
|
200
|
-
|
201
|
-
@_utilities.lift_output_func(get_region_ssl_certificate)
|
202
199
|
def get_region_ssl_certificate_output(name: Optional[pulumi.Input[str]] = None,
|
203
200
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
204
201
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -227,4 +224,22 @@ def get_region_ssl_certificate_output(name: Optional[pulumi.Input[str]] = None,
|
|
227
224
|
:param str region: The region in which the resource belongs. If it
|
228
225
|
is not provided, the provider region is used.
|
229
226
|
"""
|
230
|
-
|
227
|
+
__args__ = dict()
|
228
|
+
__args__['name'] = name
|
229
|
+
__args__['project'] = project
|
230
|
+
__args__['region'] = region
|
231
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
232
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getRegionSslCertificate:getRegionSslCertificate', __args__, opts=opts, typ=GetRegionSslCertificateResult)
|
233
|
+
return __ret__.apply(lambda __response__: GetRegionSslCertificateResult(
|
234
|
+
certificate=pulumi.get(__response__, 'certificate'),
|
235
|
+
certificate_id=pulumi.get(__response__, 'certificate_id'),
|
236
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
237
|
+
description=pulumi.get(__response__, 'description'),
|
238
|
+
expire_time=pulumi.get(__response__, 'expire_time'),
|
239
|
+
id=pulumi.get(__response__, 'id'),
|
240
|
+
name=pulumi.get(__response__, 'name'),
|
241
|
+
name_prefix=pulumi.get(__response__, 'name_prefix'),
|
242
|
+
private_key=pulumi.get(__response__, 'private_key'),
|
243
|
+
project=pulumi.get(__response__, 'project'),
|
244
|
+
region=pulumi.get(__response__, 'region'),
|
245
|
+
self_link=pulumi.get(__response__, 'self_link')))
|
@@ -116,9 +116,6 @@ def get_regions(project: Optional[str] = None,
|
|
116
116
|
names=pulumi.get(__ret__, 'names'),
|
117
117
|
project=pulumi.get(__ret__, 'project'),
|
118
118
|
status=pulumi.get(__ret__, 'status'))
|
119
|
-
|
120
|
-
|
121
|
-
@_utilities.lift_output_func(get_regions)
|
122
119
|
def get_regions_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
123
120
|
status: Optional[pulumi.Input[Optional[str]]] = None,
|
124
121
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetRegionsResult]:
|
@@ -145,4 +142,13 @@ def get_regions_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
|
145
142
|
:param str status: Allows to filter list of regions based on their current status. Status can be either `UP` or `DOWN`.
|
146
143
|
Defaults to no filtering (all available regions - both `UP` and `DOWN`).
|
147
144
|
"""
|
148
|
-
|
145
|
+
__args__ = dict()
|
146
|
+
__args__['project'] = project
|
147
|
+
__args__['status'] = status
|
148
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
149
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getRegions:getRegions', __args__, opts=opts, typ=GetRegionsResult)
|
150
|
+
return __ret__.apply(lambda __response__: GetRegionsResult(
|
151
|
+
id=pulumi.get(__response__, 'id'),
|
152
|
+
names=pulumi.get(__response__, 'names'),
|
153
|
+
project=pulumi.get(__response__, 'project'),
|
154
|
+
status=pulumi.get(__response__, 'status')))
|
@@ -190,9 +190,6 @@ def get_reservation(name: Optional[str] = None,
|
|
190
190
|
specific_reservations=pulumi.get(__ret__, 'specific_reservations'),
|
191
191
|
status=pulumi.get(__ret__, 'status'),
|
192
192
|
zone=pulumi.get(__ret__, 'zone'))
|
193
|
-
|
194
|
-
|
195
|
-
@_utilities.lift_output_func(get_reservation)
|
196
193
|
def get_reservation_output(name: Optional[pulumi.Input[str]] = None,
|
197
194
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
198
195
|
zone: Optional[pulumi.Input[str]] = None,
|
@@ -214,4 +211,22 @@ def get_reservation_output(name: Optional[pulumi.Input[str]] = None,
|
|
214
211
|
:param str project: Project from which to list the Compute Reservation. Defaults to project declared in the provider.
|
215
212
|
:param str zone: Zone where the Compute Reservation resides.
|
216
213
|
"""
|
217
|
-
|
214
|
+
__args__ = dict()
|
215
|
+
__args__['name'] = name
|
216
|
+
__args__['project'] = project
|
217
|
+
__args__['zone'] = zone
|
218
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
219
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getReservation:getReservation', __args__, opts=opts, typ=GetReservationResult)
|
220
|
+
return __ret__.apply(lambda __response__: GetReservationResult(
|
221
|
+
commitment=pulumi.get(__response__, 'commitment'),
|
222
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
223
|
+
description=pulumi.get(__response__, 'description'),
|
224
|
+
id=pulumi.get(__response__, 'id'),
|
225
|
+
name=pulumi.get(__response__, 'name'),
|
226
|
+
project=pulumi.get(__response__, 'project'),
|
227
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
228
|
+
share_settings=pulumi.get(__response__, 'share_settings'),
|
229
|
+
specific_reservation_required=pulumi.get(__response__, 'specific_reservation_required'),
|
230
|
+
specific_reservations=pulumi.get(__response__, 'specific_reservations'),
|
231
|
+
status=pulumi.get(__response__, 'status'),
|
232
|
+
zone=pulumi.get(__response__, 'zone')))
|