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
@@ -141,9 +141,6 @@ def get_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
|
zone=pulumi.get(__ret__, 'zone'))
|
144
|
-
|
145
|
-
|
146
|
-
@_utilities.lift_output_func(get_disk_iam_policy)
|
147
144
|
def get_disk_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
148
145
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
149
146
|
zone: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -170,4 +167,16 @@ def get_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 zone is provided in the parent identifier and no
|
171
168
|
zone 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__['zone'] = zone
|
174
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
175
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getDiskIamPolicy:getDiskIamPolicy', __args__, opts=opts, typ=GetDiskIamPolicyResult)
|
176
|
+
return __ret__.apply(lambda __response__: GetDiskIamPolicyResult(
|
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
|
+
zone=pulumi.get(__response__, 'zone')))
|
@@ -435,9 +435,6 @@ def get_forwarding_rule(name: Optional[str] = None,
|
|
435
435
|
source_ip_ranges=pulumi.get(__ret__, 'source_ip_ranges'),
|
436
436
|
subnetwork=pulumi.get(__ret__, 'subnetwork'),
|
437
437
|
target=pulumi.get(__ret__, 'target'))
|
438
|
-
|
439
|
-
|
440
|
-
@_utilities.lift_output_func(get_forwarding_rule)
|
441
438
|
def get_forwarding_rule_output(name: Optional[pulumi.Input[str]] = None,
|
442
439
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
443
440
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -464,4 +461,46 @@ def get_forwarding_rule_output(name: Optional[pulumi.Input[str]] = None,
|
|
464
461
|
:param str region: The region in which the resource belongs. If it
|
465
462
|
is not provided, the project region is used.
|
466
463
|
"""
|
467
|
-
|
464
|
+
__args__ = dict()
|
465
|
+
__args__['name'] = name
|
466
|
+
__args__['project'] = project
|
467
|
+
__args__['region'] = region
|
468
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
469
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getForwardingRule:getForwardingRule', __args__, opts=opts, typ=GetForwardingRuleResult)
|
470
|
+
return __ret__.apply(lambda __response__: GetForwardingRuleResult(
|
471
|
+
all_ports=pulumi.get(__response__, 'all_ports'),
|
472
|
+
allow_global_access=pulumi.get(__response__, 'allow_global_access'),
|
473
|
+
allow_psc_global_access=pulumi.get(__response__, 'allow_psc_global_access'),
|
474
|
+
backend_service=pulumi.get(__response__, 'backend_service'),
|
475
|
+
base_forwarding_rule=pulumi.get(__response__, 'base_forwarding_rule'),
|
476
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
477
|
+
description=pulumi.get(__response__, 'description'),
|
478
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
479
|
+
forwarding_rule_id=pulumi.get(__response__, 'forwarding_rule_id'),
|
480
|
+
id=pulumi.get(__response__, 'id'),
|
481
|
+
ip_address=pulumi.get(__response__, 'ip_address'),
|
482
|
+
ip_protocol=pulumi.get(__response__, 'ip_protocol'),
|
483
|
+
ip_version=pulumi.get(__response__, 'ip_version'),
|
484
|
+
is_mirroring_collector=pulumi.get(__response__, 'is_mirroring_collector'),
|
485
|
+
label_fingerprint=pulumi.get(__response__, 'label_fingerprint'),
|
486
|
+
labels=pulumi.get(__response__, 'labels'),
|
487
|
+
load_balancing_scheme=pulumi.get(__response__, 'load_balancing_scheme'),
|
488
|
+
name=pulumi.get(__response__, 'name'),
|
489
|
+
network=pulumi.get(__response__, 'network'),
|
490
|
+
network_tier=pulumi.get(__response__, 'network_tier'),
|
491
|
+
no_automate_dns_zone=pulumi.get(__response__, 'no_automate_dns_zone'),
|
492
|
+
port_range=pulumi.get(__response__, 'port_range'),
|
493
|
+
ports=pulumi.get(__response__, 'ports'),
|
494
|
+
project=pulumi.get(__response__, 'project'),
|
495
|
+
psc_connection_id=pulumi.get(__response__, 'psc_connection_id'),
|
496
|
+
psc_connection_status=pulumi.get(__response__, 'psc_connection_status'),
|
497
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
498
|
+
recreate_closed_psc=pulumi.get(__response__, 'recreate_closed_psc'),
|
499
|
+
region=pulumi.get(__response__, 'region'),
|
500
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
501
|
+
service_directory_registrations=pulumi.get(__response__, 'service_directory_registrations'),
|
502
|
+
service_label=pulumi.get(__response__, 'service_label'),
|
503
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
504
|
+
source_ip_ranges=pulumi.get(__response__, 'source_ip_ranges'),
|
505
|
+
subnetwork=pulumi.get(__response__, 'subnetwork'),
|
506
|
+
target=pulumi.get(__response__, 'target')))
|
@@ -119,9 +119,6 @@ def get_forwarding_rules(project: Optional[str] = None,
|
|
119
119
|
project=pulumi.get(__ret__, 'project'),
|
120
120
|
region=pulumi.get(__ret__, 'region'),
|
121
121
|
rules=pulumi.get(__ret__, 'rules'))
|
122
|
-
|
123
|
-
|
124
|
-
@_utilities.lift_output_func(get_forwarding_rules)
|
125
122
|
def get_forwarding_rules_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
126
123
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
127
124
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetForwardingRulesResult]:
|
@@ -144,4 +141,13 @@ def get_forwarding_rules_output(project: Optional[pulumi.Input[Optional[str]]] =
|
|
144
141
|
|
145
142
|
These arguments must be set in either the provider or the resouce in order for the information to be queried.
|
146
143
|
"""
|
147
|
-
|
144
|
+
__args__ = dict()
|
145
|
+
__args__['project'] = project
|
146
|
+
__args__['region'] = region
|
147
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
148
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getForwardingRules:getForwardingRules', __args__, opts=opts, typ=GetForwardingRulesResult)
|
149
|
+
return __ret__.apply(lambda __response__: GetForwardingRulesResult(
|
150
|
+
id=pulumi.get(__response__, 'id'),
|
151
|
+
project=pulumi.get(__response__, 'project'),
|
152
|
+
region=pulumi.get(__response__, 'region'),
|
153
|
+
rules=pulumi.get(__response__, 'rules')))
|
@@ -218,9 +218,6 @@ def get_global_address(name: Optional[str] = None,
|
|
218
218
|
status=pulumi.get(__ret__, 'status'),
|
219
219
|
subnetwork=pulumi.get(__ret__, 'subnetwork'),
|
220
220
|
users=pulumi.get(__ret__, 'users'))
|
221
|
-
|
222
|
-
|
223
|
-
@_utilities.lift_output_func(get_global_address)
|
224
221
|
def get_global_address_output(name: Optional[pulumi.Input[str]] = None,
|
225
222
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
226
223
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGlobalAddressResult]:
|
@@ -253,4 +250,22 @@ def get_global_address_output(name: Optional[pulumi.Input[str]] = None,
|
|
253
250
|
:param str project: The project in which the resource belongs. If it
|
254
251
|
is not provided, the provider project is used.
|
255
252
|
"""
|
256
|
-
|
253
|
+
__args__ = dict()
|
254
|
+
__args__['name'] = name
|
255
|
+
__args__['project'] = project
|
256
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
257
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getGlobalAddress:getGlobalAddress', __args__, opts=opts, typ=GetGlobalAddressResult)
|
258
|
+
return __ret__.apply(lambda __response__: GetGlobalAddressResult(
|
259
|
+
address=pulumi.get(__response__, 'address'),
|
260
|
+
address_type=pulumi.get(__response__, 'address_type'),
|
261
|
+
id=pulumi.get(__response__, 'id'),
|
262
|
+
name=pulumi.get(__response__, 'name'),
|
263
|
+
network=pulumi.get(__response__, 'network'),
|
264
|
+
network_tier=pulumi.get(__response__, 'network_tier'),
|
265
|
+
prefix_length=pulumi.get(__response__, 'prefix_length'),
|
266
|
+
project=pulumi.get(__response__, 'project'),
|
267
|
+
purpose=pulumi.get(__response__, 'purpose'),
|
268
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
269
|
+
status=pulumi.get(__response__, 'status'),
|
270
|
+
subnetwork=pulumi.get(__response__, 'subnetwork'),
|
271
|
+
users=pulumi.get(__response__, 'users')))
|
@@ -320,9 +320,6 @@ def get_global_forwarding_rule(name: Optional[str] = None,
|
|
320
320
|
source_ip_ranges=pulumi.get(__ret__, 'source_ip_ranges'),
|
321
321
|
subnetwork=pulumi.get(__ret__, 'subnetwork'),
|
322
322
|
target=pulumi.get(__ret__, 'target'))
|
323
|
-
|
324
|
-
|
325
|
-
@_utilities.lift_output_func(get_global_forwarding_rule)
|
326
323
|
def get_global_forwarding_rule_output(name: Optional[pulumi.Input[str]] = None,
|
327
324
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
328
325
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetGlobalForwardingRuleResult]:
|
@@ -345,4 +342,34 @@ def get_global_forwarding_rule_output(name: Optional[pulumi.Input[str]] = None,
|
|
345
342
|
:param str project: The project in which the resource belongs. If it
|
346
343
|
is not provided, the provider project is used.
|
347
344
|
"""
|
348
|
-
|
345
|
+
__args__ = dict()
|
346
|
+
__args__['name'] = name
|
347
|
+
__args__['project'] = project
|
348
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
349
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getGlobalForwardingRule:getGlobalForwardingRule', __args__, opts=opts, typ=GetGlobalForwardingRuleResult)
|
350
|
+
return __ret__.apply(lambda __response__: GetGlobalForwardingRuleResult(
|
351
|
+
allow_psc_global_access=pulumi.get(__response__, 'allow_psc_global_access'),
|
352
|
+
base_forwarding_rule=pulumi.get(__response__, 'base_forwarding_rule'),
|
353
|
+
description=pulumi.get(__response__, 'description'),
|
354
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
355
|
+
id=pulumi.get(__response__, 'id'),
|
356
|
+
ip_address=pulumi.get(__response__, 'ip_address'),
|
357
|
+
ip_protocol=pulumi.get(__response__, 'ip_protocol'),
|
358
|
+
ip_version=pulumi.get(__response__, 'ip_version'),
|
359
|
+
label_fingerprint=pulumi.get(__response__, 'label_fingerprint'),
|
360
|
+
labels=pulumi.get(__response__, 'labels'),
|
361
|
+
load_balancing_scheme=pulumi.get(__response__, 'load_balancing_scheme'),
|
362
|
+
metadata_filters=pulumi.get(__response__, 'metadata_filters'),
|
363
|
+
name=pulumi.get(__response__, 'name'),
|
364
|
+
network=pulumi.get(__response__, 'network'),
|
365
|
+
no_automate_dns_zone=pulumi.get(__response__, 'no_automate_dns_zone'),
|
366
|
+
port_range=pulumi.get(__response__, 'port_range'),
|
367
|
+
project=pulumi.get(__response__, 'project'),
|
368
|
+
psc_connection_id=pulumi.get(__response__, 'psc_connection_id'),
|
369
|
+
psc_connection_status=pulumi.get(__response__, 'psc_connection_status'),
|
370
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
371
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
372
|
+
service_directory_registrations=pulumi.get(__response__, 'service_directory_registrations'),
|
373
|
+
source_ip_ranges=pulumi.get(__response__, 'source_ip_ranges'),
|
374
|
+
subnetwork=pulumi.get(__response__, 'subnetwork'),
|
375
|
+
target=pulumi.get(__response__, 'target')))
|
@@ -175,9 +175,6 @@ def get_hc_vpn_gateway(name: Optional[str] = None,
|
|
175
175
|
self_link=pulumi.get(__ret__, 'self_link'),
|
176
176
|
stack_type=pulumi.get(__ret__, 'stack_type'),
|
177
177
|
vpn_interfaces=pulumi.get(__ret__, 'vpn_interfaces'))
|
178
|
-
|
179
|
-
|
180
|
-
@_utilities.lift_output_func(get_hc_vpn_gateway)
|
181
178
|
def get_hc_vpn_gateway_output(name: Optional[pulumi.Input[str]] = None,
|
182
179
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
183
180
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -204,4 +201,20 @@ def get_hc_vpn_gateway_output(name: Optional[pulumi.Input[str]] = None,
|
|
204
201
|
:param str region: The region in which the resource belongs. If it
|
205
202
|
is not provided, the project region is used.
|
206
203
|
"""
|
207
|
-
|
204
|
+
__args__ = dict()
|
205
|
+
__args__['name'] = name
|
206
|
+
__args__['project'] = project
|
207
|
+
__args__['region'] = region
|
208
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
209
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getHcVpnGateway:getHcVpnGateway', __args__, opts=opts, typ=GetHcVpnGatewayResult)
|
210
|
+
return __ret__.apply(lambda __response__: GetHcVpnGatewayResult(
|
211
|
+
description=pulumi.get(__response__, 'description'),
|
212
|
+
gateway_ip_version=pulumi.get(__response__, 'gateway_ip_version'),
|
213
|
+
id=pulumi.get(__response__, 'id'),
|
214
|
+
name=pulumi.get(__response__, 'name'),
|
215
|
+
network=pulumi.get(__response__, 'network'),
|
216
|
+
project=pulumi.get(__response__, 'project'),
|
217
|
+
region=pulumi.get(__response__, 'region'),
|
218
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
219
|
+
stack_type=pulumi.get(__response__, 'stack_type'),
|
220
|
+
vpn_interfaces=pulumi.get(__response__, 'vpn_interfaces')))
|
@@ -260,9 +260,6 @@ def get_health_check(name: Optional[str] = None,
|
|
260
260
|
timeout_sec=pulumi.get(__ret__, 'timeout_sec'),
|
261
261
|
type=pulumi.get(__ret__, 'type'),
|
262
262
|
unhealthy_threshold=pulumi.get(__ret__, 'unhealthy_threshold'))
|
263
|
-
|
264
|
-
|
265
|
-
@_utilities.lift_output_func(get_health_check)
|
266
263
|
def get_health_check_output(name: Optional[pulumi.Input[str]] = None,
|
267
264
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
268
265
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetHealthCheckResult]:
|
@@ -285,4 +282,28 @@ def get_health_check_output(name: Optional[pulumi.Input[str]] = None,
|
|
285
282
|
:param str project: The ID of the project in which the resource belongs. If it
|
286
283
|
is not provided, the provider project is used.
|
287
284
|
"""
|
288
|
-
|
285
|
+
__args__ = dict()
|
286
|
+
__args__['name'] = name
|
287
|
+
__args__['project'] = project
|
288
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
289
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getHealthCheck:getHealthCheck', __args__, opts=opts, typ=GetHealthCheckResult)
|
290
|
+
return __ret__.apply(lambda __response__: GetHealthCheckResult(
|
291
|
+
check_interval_sec=pulumi.get(__response__, 'check_interval_sec'),
|
292
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
293
|
+
description=pulumi.get(__response__, 'description'),
|
294
|
+
grpc_health_checks=pulumi.get(__response__, 'grpc_health_checks'),
|
295
|
+
healthy_threshold=pulumi.get(__response__, 'healthy_threshold'),
|
296
|
+
http2_health_checks=pulumi.get(__response__, 'http2_health_checks'),
|
297
|
+
http_health_checks=pulumi.get(__response__, 'http_health_checks'),
|
298
|
+
https_health_checks=pulumi.get(__response__, 'https_health_checks'),
|
299
|
+
id=pulumi.get(__response__, 'id'),
|
300
|
+
log_configs=pulumi.get(__response__, 'log_configs'),
|
301
|
+
name=pulumi.get(__response__, 'name'),
|
302
|
+
project=pulumi.get(__response__, 'project'),
|
303
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
304
|
+
source_regions=pulumi.get(__response__, 'source_regions'),
|
305
|
+
ssl_health_checks=pulumi.get(__response__, 'ssl_health_checks'),
|
306
|
+
tcp_health_checks=pulumi.get(__response__, 'tcp_health_checks'),
|
307
|
+
timeout_sec=pulumi.get(__response__, 'timeout_sec'),
|
308
|
+
type=pulumi.get(__response__, 'type'),
|
309
|
+
unhealthy_threshold=pulumi.get(__response__, 'unhealthy_threshold')))
|
pulumi_gcp/compute/get_image.py
CHANGED
@@ -356,9 +356,6 @@ def get_image(family: Optional[str] = None,
|
|
356
356
|
source_disk_id=pulumi.get(__ret__, 'source_disk_id'),
|
357
357
|
source_image_id=pulumi.get(__ret__, 'source_image_id'),
|
358
358
|
status=pulumi.get(__ret__, 'status'))
|
359
|
-
|
360
|
-
|
361
|
-
@_utilities.lift_output_func(get_image)
|
362
359
|
def get_image_output(family: Optional[pulumi.Input[Optional[str]]] = None,
|
363
360
|
filter: Optional[pulumi.Input[Optional[str]]] = None,
|
364
361
|
most_recent: Optional[pulumi.Input[Optional[bool]]] = None,
|
@@ -400,4 +397,33 @@ def get_image_output(family: Optional[pulumi.Input[Optional[str]]] = None,
|
|
400
397
|
provided, the provider project is used. If you are using a
|
401
398
|
[public base image][pubimg], be sure to specify the correct Image Project.
|
402
399
|
"""
|
403
|
-
|
400
|
+
__args__ = dict()
|
401
|
+
__args__['family'] = family
|
402
|
+
__args__['filter'] = filter
|
403
|
+
__args__['mostRecent'] = most_recent
|
404
|
+
__args__['name'] = name
|
405
|
+
__args__['project'] = project
|
406
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
407
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getImage:getImage', __args__, opts=opts, typ=GetImageResult)
|
408
|
+
return __ret__.apply(lambda __response__: GetImageResult(
|
409
|
+
archive_size_bytes=pulumi.get(__response__, 'archive_size_bytes'),
|
410
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
411
|
+
description=pulumi.get(__response__, 'description'),
|
412
|
+
disk_size_gb=pulumi.get(__response__, 'disk_size_gb'),
|
413
|
+
family=pulumi.get(__response__, 'family'),
|
414
|
+
filter=pulumi.get(__response__, 'filter'),
|
415
|
+
id=pulumi.get(__response__, 'id'),
|
416
|
+
image_encryption_key_sha256=pulumi.get(__response__, 'image_encryption_key_sha256'),
|
417
|
+
image_id=pulumi.get(__response__, 'image_id'),
|
418
|
+
label_fingerprint=pulumi.get(__response__, 'label_fingerprint'),
|
419
|
+
labels=pulumi.get(__response__, 'labels'),
|
420
|
+
licenses=pulumi.get(__response__, 'licenses'),
|
421
|
+
most_recent=pulumi.get(__response__, 'most_recent'),
|
422
|
+
name=pulumi.get(__response__, 'name'),
|
423
|
+
project=pulumi.get(__response__, 'project'),
|
424
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
425
|
+
source_disk=pulumi.get(__response__, 'source_disk'),
|
426
|
+
source_disk_encryption_key_sha256=pulumi.get(__response__, 'source_disk_encryption_key_sha256'),
|
427
|
+
source_disk_id=pulumi.get(__response__, 'source_disk_id'),
|
428
|
+
source_image_id=pulumi.get(__response__, 'source_image_id'),
|
429
|
+
status=pulumi.get(__response__, 'status')))
|
@@ -125,9 +125,6 @@ def get_image_iam_policy(image: Optional[str] = None,
|
|
125
125
|
image=pulumi.get(__ret__, 'image'),
|
126
126
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
127
127
|
project=pulumi.get(__ret__, 'project'))
|
128
|
-
|
129
|
-
|
130
|
-
@_utilities.lift_output_func(get_image_iam_policy)
|
131
128
|
def get_image_iam_policy_output(image: Optional[pulumi.Input[str]] = None,
|
132
129
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
133
130
|
opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetImageIamPolicyResult]:
|
@@ -149,4 +146,14 @@ def get_image_iam_policy_output(image: Optional[pulumi.Input[str]] = None,
|
|
149
146
|
:param str project: The ID of the project in which the resource belongs.
|
150
147
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
151
148
|
"""
|
152
|
-
|
149
|
+
__args__ = dict()
|
150
|
+
__args__['image'] = image
|
151
|
+
__args__['project'] = project
|
152
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
153
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getImageIamPolicy:getImageIamPolicy', __args__, opts=opts, typ=GetImageIamPolicyResult)
|
154
|
+
return __ret__.apply(lambda __response__: GetImageIamPolicyResult(
|
155
|
+
etag=pulumi.get(__response__, 'etag'),
|
156
|
+
id=pulumi.get(__response__, 'id'),
|
157
|
+
image=pulumi.get(__response__, 'image'),
|
158
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
159
|
+
project=pulumi.get(__response__, 'project')))
|
@@ -569,9 +569,6 @@ def get_instance(name: Optional[str] = None,
|
|
569
569
|
tags=pulumi.get(__ret__, 'tags'),
|
570
570
|
tags_fingerprint=pulumi.get(__ret__, 'tags_fingerprint'),
|
571
571
|
zone=pulumi.get(__ret__, 'zone'))
|
572
|
-
|
573
|
-
|
574
|
-
@_utilities.lift_output_func(get_instance)
|
575
572
|
def get_instance_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
576
573
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
577
574
|
self_link: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -603,4 +600,52 @@ def get_instance_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
|
603
600
|
value is ignored. If neither `self_link` nor `zone` are provided, the
|
604
601
|
provider zone is used.
|
605
602
|
"""
|
606
|
-
|
603
|
+
__args__ = dict()
|
604
|
+
__args__['name'] = name
|
605
|
+
__args__['project'] = project
|
606
|
+
__args__['selfLink'] = self_link
|
607
|
+
__args__['zone'] = zone
|
608
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
609
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getInstance:getInstance', __args__, opts=opts, typ=GetInstanceResult)
|
610
|
+
return __ret__.apply(lambda __response__: GetInstanceResult(
|
611
|
+
advanced_machine_features=pulumi.get(__response__, 'advanced_machine_features'),
|
612
|
+
allow_stopping_for_update=pulumi.get(__response__, 'allow_stopping_for_update'),
|
613
|
+
attached_disks=pulumi.get(__response__, 'attached_disks'),
|
614
|
+
boot_disks=pulumi.get(__response__, 'boot_disks'),
|
615
|
+
can_ip_forward=pulumi.get(__response__, 'can_ip_forward'),
|
616
|
+
confidential_instance_configs=pulumi.get(__response__, 'confidential_instance_configs'),
|
617
|
+
cpu_platform=pulumi.get(__response__, 'cpu_platform'),
|
618
|
+
current_status=pulumi.get(__response__, 'current_status'),
|
619
|
+
deletion_protection=pulumi.get(__response__, 'deletion_protection'),
|
620
|
+
description=pulumi.get(__response__, 'description'),
|
621
|
+
desired_status=pulumi.get(__response__, 'desired_status'),
|
622
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
623
|
+
enable_display=pulumi.get(__response__, 'enable_display'),
|
624
|
+
guest_accelerators=pulumi.get(__response__, 'guest_accelerators'),
|
625
|
+
hostname=pulumi.get(__response__, 'hostname'),
|
626
|
+
id=pulumi.get(__response__, 'id'),
|
627
|
+
instance_id=pulumi.get(__response__, 'instance_id'),
|
628
|
+
label_fingerprint=pulumi.get(__response__, 'label_fingerprint'),
|
629
|
+
labels=pulumi.get(__response__, 'labels'),
|
630
|
+
machine_type=pulumi.get(__response__, 'machine_type'),
|
631
|
+
metadata=pulumi.get(__response__, 'metadata'),
|
632
|
+
metadata_fingerprint=pulumi.get(__response__, 'metadata_fingerprint'),
|
633
|
+
metadata_startup_script=pulumi.get(__response__, 'metadata_startup_script'),
|
634
|
+
min_cpu_platform=pulumi.get(__response__, 'min_cpu_platform'),
|
635
|
+
name=pulumi.get(__response__, 'name'),
|
636
|
+
network_interfaces=pulumi.get(__response__, 'network_interfaces'),
|
637
|
+
network_performance_configs=pulumi.get(__response__, 'network_performance_configs'),
|
638
|
+
params=pulumi.get(__response__, 'params'),
|
639
|
+
partner_metadata=pulumi.get(__response__, 'partner_metadata'),
|
640
|
+
project=pulumi.get(__response__, 'project'),
|
641
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
642
|
+
reservation_affinities=pulumi.get(__response__, 'reservation_affinities'),
|
643
|
+
resource_policies=pulumi.get(__response__, 'resource_policies'),
|
644
|
+
schedulings=pulumi.get(__response__, 'schedulings'),
|
645
|
+
scratch_disks=pulumi.get(__response__, 'scratch_disks'),
|
646
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
647
|
+
service_accounts=pulumi.get(__response__, 'service_accounts'),
|
648
|
+
shielded_instance_configs=pulumi.get(__response__, 'shielded_instance_configs'),
|
649
|
+
tags=pulumi.get(__response__, 'tags'),
|
650
|
+
tags_fingerprint=pulumi.get(__response__, 'tags_fingerprint'),
|
651
|
+
zone=pulumi.get(__response__, 'zone')))
|
@@ -194,9 +194,6 @@ def get_instance_group(name: Optional[str] = None,
|
|
194
194
|
self_link=pulumi.get(__ret__, 'self_link'),
|
195
195
|
size=pulumi.get(__ret__, 'size'),
|
196
196
|
zone=pulumi.get(__ret__, 'zone'))
|
197
|
-
|
198
|
-
|
199
|
-
@_utilities.lift_output_func(get_instance_group)
|
200
197
|
def get_instance_group_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
201
198
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
202
199
|
self_link: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -223,4 +220,21 @@ def get_instance_group_output(name: Optional[pulumi.Input[Optional[str]]] = None
|
|
223
220
|
:param str zone: The zone of the instance group. If referencing the instance group by name
|
224
221
|
and `zone` is not provided, the provider zone is used.
|
225
222
|
"""
|
226
|
-
|
223
|
+
__args__ = dict()
|
224
|
+
__args__['name'] = name
|
225
|
+
__args__['project'] = project
|
226
|
+
__args__['selfLink'] = self_link
|
227
|
+
__args__['zone'] = zone
|
228
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
229
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getInstanceGroup:getInstanceGroup', __args__, opts=opts, typ=GetInstanceGroupResult)
|
230
|
+
return __ret__.apply(lambda __response__: GetInstanceGroupResult(
|
231
|
+
description=pulumi.get(__response__, 'description'),
|
232
|
+
id=pulumi.get(__response__, 'id'),
|
233
|
+
instances=pulumi.get(__response__, 'instances'),
|
234
|
+
name=pulumi.get(__response__, 'name'),
|
235
|
+
named_ports=pulumi.get(__response__, 'named_ports'),
|
236
|
+
network=pulumi.get(__response__, 'network'),
|
237
|
+
project=pulumi.get(__response__, 'project'),
|
238
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
239
|
+
size=pulumi.get(__response__, 'size'),
|
240
|
+
zone=pulumi.get(__response__, 'zone')))
|
@@ -377,9 +377,6 @@ def get_instance_group_manager(name: Optional[str] = None,
|
|
377
377
|
wait_for_instances=pulumi.get(__ret__, 'wait_for_instances'),
|
378
378
|
wait_for_instances_status=pulumi.get(__ret__, 'wait_for_instances_status'),
|
379
379
|
zone=pulumi.get(__ret__, 'zone'))
|
380
|
-
|
381
|
-
|
382
|
-
@_utilities.lift_output_func(get_instance_group_manager)
|
383
380
|
def get_instance_group_manager_output(name: Optional[pulumi.Input[Optional[str]]] = None,
|
384
381
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
385
382
|
self_link: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -407,4 +404,41 @@ def get_instance_group_manager_output(name: Optional[pulumi.Input[Optional[str]]
|
|
407
404
|
:param str self_link: The self link of the instance group. Either `name` or `self_link` must be provided.
|
408
405
|
:param str zone: The zone of the instance group. If referencing the instance group by name and `zone` is not provided, the provider zone is used.
|
409
406
|
"""
|
410
|
-
|
407
|
+
__args__ = dict()
|
408
|
+
__args__['name'] = name
|
409
|
+
__args__['project'] = project
|
410
|
+
__args__['selfLink'] = self_link
|
411
|
+
__args__['zone'] = zone
|
412
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
413
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getInstanceGroupManager:getInstanceGroupManager', __args__, opts=opts, typ=GetInstanceGroupManagerResult)
|
414
|
+
return __ret__.apply(lambda __response__: GetInstanceGroupManagerResult(
|
415
|
+
all_instances_configs=pulumi.get(__response__, 'all_instances_configs'),
|
416
|
+
auto_healing_policies=pulumi.get(__response__, 'auto_healing_policies'),
|
417
|
+
base_instance_name=pulumi.get(__response__, 'base_instance_name'),
|
418
|
+
creation_timestamp=pulumi.get(__response__, 'creation_timestamp'),
|
419
|
+
description=pulumi.get(__response__, 'description'),
|
420
|
+
fingerprint=pulumi.get(__response__, 'fingerprint'),
|
421
|
+
id=pulumi.get(__response__, 'id'),
|
422
|
+
instance_group=pulumi.get(__response__, 'instance_group'),
|
423
|
+
instance_lifecycle_policies=pulumi.get(__response__, 'instance_lifecycle_policies'),
|
424
|
+
list_managed_instances_results=pulumi.get(__response__, 'list_managed_instances_results'),
|
425
|
+
name=pulumi.get(__response__, 'name'),
|
426
|
+
named_ports=pulumi.get(__response__, 'named_ports'),
|
427
|
+
operation=pulumi.get(__response__, 'operation'),
|
428
|
+
params=pulumi.get(__response__, 'params'),
|
429
|
+
project=pulumi.get(__response__, 'project'),
|
430
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
431
|
+
standby_policies=pulumi.get(__response__, 'standby_policies'),
|
432
|
+
stateful_disks=pulumi.get(__response__, 'stateful_disks'),
|
433
|
+
stateful_external_ips=pulumi.get(__response__, 'stateful_external_ips'),
|
434
|
+
stateful_internal_ips=pulumi.get(__response__, 'stateful_internal_ips'),
|
435
|
+
statuses=pulumi.get(__response__, 'statuses'),
|
436
|
+
target_pools=pulumi.get(__response__, 'target_pools'),
|
437
|
+
target_size=pulumi.get(__response__, 'target_size'),
|
438
|
+
target_stopped_size=pulumi.get(__response__, 'target_stopped_size'),
|
439
|
+
target_suspended_size=pulumi.get(__response__, 'target_suspended_size'),
|
440
|
+
update_policies=pulumi.get(__response__, 'update_policies'),
|
441
|
+
versions=pulumi.get(__response__, 'versions'),
|
442
|
+
wait_for_instances=pulumi.get(__response__, 'wait_for_instances'),
|
443
|
+
wait_for_instances_status=pulumi.get(__response__, 'wait_for_instances_status'),
|
444
|
+
zone=pulumi.get(__response__, 'zone')))
|
@@ -141,9 +141,6 @@ def get_instance_iam_policy(instance_name: Optional[str] = None,
|
|
141
141
|
policy_data=pulumi.get(__ret__, 'policy_data'),
|
142
142
|
project=pulumi.get(__ret__, 'project'),
|
143
143
|
zone=pulumi.get(__ret__, 'zone'))
|
144
|
-
|
145
|
-
|
146
|
-
@_utilities.lift_output_func(get_instance_iam_policy)
|
147
144
|
def get_instance_iam_policy_output(instance_name: Optional[pulumi.Input[str]] = None,
|
148
145
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
149
146
|
zone: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -170,4 +167,16 @@ def get_instance_iam_policy_output(instance_name: Optional[pulumi.Input[str]] =
|
|
170
167
|
the value will be parsed from the identifier of the parent resource. If no zone is provided in the parent identifier and no
|
171
168
|
zone is specified, it is taken from the provider configuration.
|
172
169
|
"""
|
173
|
-
|
170
|
+
__args__ = dict()
|
171
|
+
__args__['instanceName'] = instance_name
|
172
|
+
__args__['project'] = project
|
173
|
+
__args__['zone'] = zone
|
174
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
175
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/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
|
+
instance_name=pulumi.get(__response__, 'instance_name'),
|
180
|
+
policy_data=pulumi.get(__response__, 'policy_data'),
|
181
|
+
project=pulumi.get(__response__, 'project'),
|
182
|
+
zone=pulumi.get(__response__, 'zone')))
|
@@ -190,9 +190,6 @@ def get_instance_serial_port(instance: Optional[str] = None,
|
|
190
190
|
port=pulumi.get(__ret__, 'port'),
|
191
191
|
project=pulumi.get(__ret__, 'project'),
|
192
192
|
zone=pulumi.get(__ret__, 'zone'))
|
193
|
-
|
194
|
-
|
195
|
-
@_utilities.lift_output_func(get_instance_serial_port)
|
196
193
|
def get_instance_serial_port_output(instance: Optional[pulumi.Input[str]] = None,
|
197
194
|
port: Optional[pulumi.Input[int]] = None,
|
198
195
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -271,4 +268,17 @@ def get_instance_serial_port_output(instance: Optional[pulumi.Input[str]] = None
|
|
271
268
|
:param str zone: The zone in which the Compute Instance exists.
|
272
269
|
If it is not provided, the provider zone is used.
|
273
270
|
"""
|
274
|
-
|
271
|
+
__args__ = dict()
|
272
|
+
__args__['instance'] = instance
|
273
|
+
__args__['port'] = port
|
274
|
+
__args__['project'] = project
|
275
|
+
__args__['zone'] = zone
|
276
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
277
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getInstanceSerialPort:getInstanceSerialPort', __args__, opts=opts, typ=GetInstanceSerialPortResult)
|
278
|
+
return __ret__.apply(lambda __response__: GetInstanceSerialPortResult(
|
279
|
+
contents=pulumi.get(__response__, 'contents'),
|
280
|
+
id=pulumi.get(__response__, 'id'),
|
281
|
+
instance=pulumi.get(__response__, 'instance'),
|
282
|
+
port=pulumi.get(__response__, 'port'),
|
283
|
+
project=pulumi.get(__response__, 'project'),
|
284
|
+
zone=pulumi.get(__response__, 'zone')))
|
@@ -540,9 +540,6 @@ def get_instance_template(filter: Optional[str] = None,
|
|
540
540
|
shielded_instance_configs=pulumi.get(__ret__, 'shielded_instance_configs'),
|
541
541
|
tags=pulumi.get(__ret__, 'tags'),
|
542
542
|
tags_fingerprint=pulumi.get(__ret__, 'tags_fingerprint'))
|
543
|
-
|
544
|
-
|
545
|
-
@_utilities.lift_output_func(get_instance_template)
|
546
543
|
def get_instance_template_output(filter: Optional[pulumi.Input[Optional[str]]] = None,
|
547
544
|
most_recent: Optional[pulumi.Input[Optional[bool]]] = None,
|
548
545
|
name: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -568,4 +565,48 @@ def get_instance_template_output(filter: Optional[pulumi.Input[Optional[str]]] =
|
|
568
565
|
If `project` is not provided, the provider project is used.
|
569
566
|
:param str self_link_unique: The self_link_unique URI of the instance template. One of `name`, `filter` or `self_link_unique` must be provided.
|
570
567
|
"""
|
571
|
-
|
568
|
+
__args__ = dict()
|
569
|
+
__args__['filter'] = filter
|
570
|
+
__args__['mostRecent'] = most_recent
|
571
|
+
__args__['name'] = name
|
572
|
+
__args__['project'] = project
|
573
|
+
__args__['selfLinkUnique'] = self_link_unique
|
574
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
575
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getInstanceTemplate:getInstanceTemplate', __args__, opts=opts, typ=GetInstanceTemplateResult)
|
576
|
+
return __ret__.apply(lambda __response__: GetInstanceTemplateResult(
|
577
|
+
advanced_machine_features=pulumi.get(__response__, 'advanced_machine_features'),
|
578
|
+
can_ip_forward=pulumi.get(__response__, 'can_ip_forward'),
|
579
|
+
confidential_instance_configs=pulumi.get(__response__, 'confidential_instance_configs'),
|
580
|
+
description=pulumi.get(__response__, 'description'),
|
581
|
+
disks=pulumi.get(__response__, 'disks'),
|
582
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
583
|
+
enable_display=pulumi.get(__response__, 'enable_display'),
|
584
|
+
filter=pulumi.get(__response__, 'filter'),
|
585
|
+
guest_accelerators=pulumi.get(__response__, 'guest_accelerators'),
|
586
|
+
id=pulumi.get(__response__, 'id'),
|
587
|
+
instance_description=pulumi.get(__response__, 'instance_description'),
|
588
|
+
labels=pulumi.get(__response__, 'labels'),
|
589
|
+
machine_type=pulumi.get(__response__, 'machine_type'),
|
590
|
+
metadata=pulumi.get(__response__, 'metadata'),
|
591
|
+
metadata_fingerprint=pulumi.get(__response__, 'metadata_fingerprint'),
|
592
|
+
metadata_startup_script=pulumi.get(__response__, 'metadata_startup_script'),
|
593
|
+
min_cpu_platform=pulumi.get(__response__, 'min_cpu_platform'),
|
594
|
+
most_recent=pulumi.get(__response__, 'most_recent'),
|
595
|
+
name=pulumi.get(__response__, 'name'),
|
596
|
+
name_prefix=pulumi.get(__response__, 'name_prefix'),
|
597
|
+
network_interfaces=pulumi.get(__response__, 'network_interfaces'),
|
598
|
+
network_performance_configs=pulumi.get(__response__, 'network_performance_configs'),
|
599
|
+
partner_metadata=pulumi.get(__response__, 'partner_metadata'),
|
600
|
+
project=pulumi.get(__response__, 'project'),
|
601
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
602
|
+
region=pulumi.get(__response__, 'region'),
|
603
|
+
reservation_affinities=pulumi.get(__response__, 'reservation_affinities'),
|
604
|
+
resource_manager_tags=pulumi.get(__response__, 'resource_manager_tags'),
|
605
|
+
resource_policies=pulumi.get(__response__, 'resource_policies'),
|
606
|
+
schedulings=pulumi.get(__response__, 'schedulings'),
|
607
|
+
self_link=pulumi.get(__response__, 'self_link'),
|
608
|
+
self_link_unique=pulumi.get(__response__, 'self_link_unique'),
|
609
|
+
service_accounts=pulumi.get(__response__, 'service_accounts'),
|
610
|
+
shielded_instance_configs=pulumi.get(__response__, 'shielded_instance_configs'),
|
611
|
+
tags=pulumi.get(__response__, 'tags'),
|
612
|
+
tags_fingerprint=pulumi.get(__response__, 'tags_fingerprint')))
|
@@ -105,9 +105,6 @@ def get_lbip_ranges(opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGet
|
|
105
105
|
http_ssl_tcp_internals=pulumi.get(__ret__, 'http_ssl_tcp_internals'),
|
106
106
|
id=pulumi.get(__ret__, 'id'),
|
107
107
|
networks=pulumi.get(__ret__, 'networks'))
|
108
|
-
|
109
|
-
|
110
|
-
@_utilities.lift_output_func(get_lbip_ranges)
|
111
108
|
def get_lbip_ranges_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetLBIPRangesResult]:
|
112
109
|
"""
|
113
110
|
Use this data source to access IP ranges in your firewall rules.
|
@@ -132,4 +129,10 @@ def get_lbip_ranges_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulum
|
|
132
129
|
target_tags=["InstanceBehindLoadBalancer"])
|
133
130
|
```
|
134
131
|
"""
|
135
|
-
|
132
|
+
__args__ = dict()
|
133
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
134
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getLBIPRanges:getLBIPRanges', __args__, opts=opts, typ=GetLBIPRangesResult)
|
135
|
+
return __ret__.apply(lambda __response__: GetLBIPRangesResult(
|
136
|
+
http_ssl_tcp_internals=pulumi.get(__response__, 'http_ssl_tcp_internals'),
|
137
|
+
id=pulumi.get(__response__, 'id'),
|
138
|
+
networks=pulumi.get(__response__, 'networks')))
|