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
@@ -208,9 +208,6 @@ def get_mesh_istio_service(mesh_uid: Optional[str] = None,
|
|
208
208
|
service_namespace=pulumi.get(__ret__, 'service_namespace'),
|
209
209
|
telemetries=pulumi.get(__ret__, 'telemetries'),
|
210
210
|
user_labels=pulumi.get(__ret__, 'user_labels'))
|
211
|
-
|
212
|
-
|
213
|
-
@_utilities.lift_output_func(get_mesh_istio_service)
|
214
211
|
def get_mesh_istio_service_output(mesh_uid: Optional[pulumi.Input[str]] = None,
|
215
212
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
216
213
|
service_name: Optional[pulumi.Input[str]] = None,
|
@@ -259,4 +256,21 @@ def get_mesh_istio_service_output(mesh_uid: Optional[pulumi.Input[str]] = None,
|
|
259
256
|
:param str service_namespace: The namespace of the Istio service underlying this service.
|
260
257
|
Corresponds to the destination_service_namespace metric label in Istio metrics.
|
261
258
|
"""
|
262
|
-
|
259
|
+
__args__ = dict()
|
260
|
+
__args__['meshUid'] = mesh_uid
|
261
|
+
__args__['project'] = project
|
262
|
+
__args__['serviceName'] = service_name
|
263
|
+
__args__['serviceNamespace'] = service_namespace
|
264
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
265
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:monitoring/getMeshIstioService:getMeshIstioService', __args__, opts=opts, typ=GetMeshIstioServiceResult)
|
266
|
+
return __ret__.apply(lambda __response__: GetMeshIstioServiceResult(
|
267
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
268
|
+
id=pulumi.get(__response__, 'id'),
|
269
|
+
mesh_uid=pulumi.get(__response__, 'mesh_uid'),
|
270
|
+
name=pulumi.get(__response__, 'name'),
|
271
|
+
project=pulumi.get(__response__, 'project'),
|
272
|
+
service_id=pulumi.get(__response__, 'service_id'),
|
273
|
+
service_name=pulumi.get(__response__, 'service_name'),
|
274
|
+
service_namespace=pulumi.get(__response__, 'service_namespace'),
|
275
|
+
telemetries=pulumi.get(__response__, 'telemetries'),
|
276
|
+
user_labels=pulumi.get(__response__, 'user_labels')))
|
@@ -249,9 +249,6 @@ def get_notification_channel(display_name: Optional[str] = None,
|
|
249
249
|
type=pulumi.get(__ret__, 'type'),
|
250
250
|
user_labels=pulumi.get(__ret__, 'user_labels'),
|
251
251
|
verification_status=pulumi.get(__ret__, 'verification_status'))
|
252
|
-
|
253
|
-
|
254
|
-
@_utilities.lift_output_func(get_notification_channel)
|
255
252
|
def get_notification_channel_output(display_name: Optional[pulumi.Input[Optional[str]]] = None,
|
256
253
|
labels: Optional[pulumi.Input[Optional[Mapping[str, str]]]] = None,
|
257
254
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -311,4 +308,24 @@ def get_notification_channel_output(display_name: Optional[pulumi.Input[Optional
|
|
311
308
|
Other optional fields include:
|
312
309
|
:param Mapping[str, str] user_labels: User-provided key-value labels to filter by.
|
313
310
|
"""
|
314
|
-
|
311
|
+
__args__ = dict()
|
312
|
+
__args__['displayName'] = display_name
|
313
|
+
__args__['labels'] = labels
|
314
|
+
__args__['project'] = project
|
315
|
+
__args__['type'] = type
|
316
|
+
__args__['userLabels'] = user_labels
|
317
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
318
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:monitoring/getNotificationChannel:getNotificationChannel', __args__, opts=opts, typ=GetNotificationChannelResult)
|
319
|
+
return __ret__.apply(lambda __response__: GetNotificationChannelResult(
|
320
|
+
description=pulumi.get(__response__, 'description'),
|
321
|
+
display_name=pulumi.get(__response__, 'display_name'),
|
322
|
+
enabled=pulumi.get(__response__, 'enabled'),
|
323
|
+
force_delete=pulumi.get(__response__, 'force_delete'),
|
324
|
+
id=pulumi.get(__response__, 'id'),
|
325
|
+
labels=pulumi.get(__response__, 'labels'),
|
326
|
+
name=pulumi.get(__response__, 'name'),
|
327
|
+
project=pulumi.get(__response__, 'project'),
|
328
|
+
sensitive_labels=pulumi.get(__response__, 'sensitive_labels'),
|
329
|
+
type=pulumi.get(__response__, 'type'),
|
330
|
+
user_labels=pulumi.get(__response__, 'user_labels'),
|
331
|
+
verification_status=pulumi.get(__response__, 'verification_status')))
|
@@ -180,9 +180,6 @@ def get_secret_version(project: Optional[str] = None,
|
|
180
180
|
secret=pulumi.get(__ret__, 'secret'),
|
181
181
|
secret_data=pulumi.get(__ret__, 'secret_data'),
|
182
182
|
version=pulumi.get(__ret__, 'version'))
|
183
|
-
|
184
|
-
|
185
|
-
@_utilities.lift_output_func(get_secret_version)
|
186
183
|
def get_secret_version_output(project: Optional[pulumi.Input[Optional[str]]] = None,
|
187
184
|
secret: Optional[pulumi.Input[str]] = None,
|
188
185
|
version: Optional[pulumi.Input[Optional[str]]] = None,
|
@@ -207,4 +204,19 @@ def get_secret_version_output(project: Optional[pulumi.Input[Optional[str]]] = N
|
|
207
204
|
is not provided, the latest version is retrieved.
|
208
205
|
"""
|
209
206
|
pulumi.log.warn("""get_secret_version is deprecated: gcp.monitoring.getSecretVersion has been deprecated in favor of gcp.secretmanager.getSecretVersion""")
|
210
|
-
|
207
|
+
__args__ = dict()
|
208
|
+
__args__['project'] = project
|
209
|
+
__args__['secret'] = secret
|
210
|
+
__args__['version'] = version
|
211
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
212
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:monitoring/getSecretVersion:getSecretVersion', __args__, opts=opts, typ=GetSecretVersionResult)
|
213
|
+
return __ret__.apply(lambda __response__: GetSecretVersionResult(
|
214
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
215
|
+
destroy_time=pulumi.get(__response__, 'destroy_time'),
|
216
|
+
enabled=pulumi.get(__response__, 'enabled'),
|
217
|
+
id=pulumi.get(__response__, 'id'),
|
218
|
+
name=pulumi.get(__response__, 'name'),
|
219
|
+
project=pulumi.get(__response__, 'project'),
|
220
|
+
secret=pulumi.get(__response__, 'secret'),
|
221
|
+
secret_data=pulumi.get(__response__, 'secret_data'),
|
222
|
+
version=pulumi.get(__response__, 'version')))
|
@@ -84,9 +84,6 @@ def get_uptime_check_i_ps(opts: Optional[pulumi.InvokeOptions] = None) -> Awaita
|
|
84
84
|
return AwaitableGetUptimeCheckIPsResult(
|
85
85
|
id=pulumi.get(__ret__, 'id'),
|
86
86
|
uptime_check_ips=pulumi.get(__ret__, 'uptime_check_ips'))
|
87
|
-
|
88
|
-
|
89
|
-
@_utilities.lift_output_func(get_uptime_check_i_ps)
|
90
87
|
def get_uptime_check_i_ps_output(opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetUptimeCheckIPsResult]:
|
91
88
|
"""
|
92
89
|
Returns the list of IP addresses that checkers run from. For more information see
|
@@ -102,4 +99,9 @@ def get_uptime_check_i_ps_output(opts: Optional[pulumi.InvokeOptions] = None) ->
|
|
102
99
|
pulumi.export("ipList", ips.uptime_check_ips)
|
103
100
|
```
|
104
101
|
"""
|
105
|
-
|
102
|
+
__args__ = dict()
|
103
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
104
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:monitoring/getUptimeCheckIPs:getUptimeCheckIPs', __args__, opts=opts, typ=GetUptimeCheckIPsResult)
|
105
|
+
return __ret__.apply(lambda __response__: GetUptimeCheckIPsResult(
|
106
|
+
id=pulumi.get(__response__, 'id'),
|
107
|
+
uptime_check_ips=pulumi.get(__response__, 'uptime_check_ips')))
|
@@ -316,7 +316,7 @@ class BackupVault(pulumi.CustomResource):
|
|
316
316
|
|
317
317
|
test_backup_vault = gcp.netapp.BackupVault("test_backup_vault",
|
318
318
|
name="test-backup-vault",
|
319
|
-
location="us-
|
319
|
+
location="us-west1",
|
320
320
|
description="Terraform created vault",
|
321
321
|
labels={
|
322
322
|
"creator": "testuser",
|
@@ -388,7 +388,7 @@ class BackupVault(pulumi.CustomResource):
|
|
388
388
|
|
389
389
|
test_backup_vault = gcp.netapp.BackupVault("test_backup_vault",
|
390
390
|
name="test-backup-vault",
|
391
|
-
location="us-
|
391
|
+
location="us-west1",
|
392
392
|
description="Terraform created vault",
|
393
393
|
labels={
|
394
394
|
"creator": "testuser",
|
@@ -17,6 +17,8 @@ from .. import _utilities
|
|
17
17
|
__all__ = [
|
18
18
|
'HubRoutingVpcArgs',
|
19
19
|
'HubRoutingVpcArgsDict',
|
20
|
+
'InternalRangeMigrationArgs',
|
21
|
+
'InternalRangeMigrationArgsDict',
|
20
22
|
'PolicyBasedRouteFilterArgs',
|
21
23
|
'PolicyBasedRouteFilterArgsDict',
|
22
24
|
'PolicyBasedRouteInterconnectAttachmentArgs',
|
@@ -79,6 +81,74 @@ class HubRoutingVpcArgs:
|
|
79
81
|
pulumi.set(self, "uri", value)
|
80
82
|
|
81
83
|
|
84
|
+
if not MYPY:
|
85
|
+
class InternalRangeMigrationArgsDict(TypedDict):
|
86
|
+
source: pulumi.Input[str]
|
87
|
+
"""
|
88
|
+
Resource path as an URI of the source resource, for example a subnet.
|
89
|
+
The project for the source resource should match the project for the
|
90
|
+
InternalRange.
|
91
|
+
An example /projects/{project}/regions/{region}/subnetworks/{subnet}
|
92
|
+
"""
|
93
|
+
target: pulumi.Input[str]
|
94
|
+
"""
|
95
|
+
Resource path of the target resource. The target project can be
|
96
|
+
different, as in the cases when migrating to peer networks. The resource
|
97
|
+
may not exist yet.
|
98
|
+
For example /projects/{project}/regions/{region}/subnetworks/{subnet}
|
99
|
+
"""
|
100
|
+
elif False:
|
101
|
+
InternalRangeMigrationArgsDict: TypeAlias = Mapping[str, Any]
|
102
|
+
|
103
|
+
@pulumi.input_type
|
104
|
+
class InternalRangeMigrationArgs:
|
105
|
+
def __init__(__self__, *,
|
106
|
+
source: pulumi.Input[str],
|
107
|
+
target: pulumi.Input[str]):
|
108
|
+
"""
|
109
|
+
:param pulumi.Input[str] source: Resource path as an URI of the source resource, for example a subnet.
|
110
|
+
The project for the source resource should match the project for the
|
111
|
+
InternalRange.
|
112
|
+
An example /projects/{project}/regions/{region}/subnetworks/{subnet}
|
113
|
+
:param pulumi.Input[str] target: Resource path of the target resource. The target project can be
|
114
|
+
different, as in the cases when migrating to peer networks. The resource
|
115
|
+
may not exist yet.
|
116
|
+
For example /projects/{project}/regions/{region}/subnetworks/{subnet}
|
117
|
+
"""
|
118
|
+
pulumi.set(__self__, "source", source)
|
119
|
+
pulumi.set(__self__, "target", target)
|
120
|
+
|
121
|
+
@property
|
122
|
+
@pulumi.getter
|
123
|
+
def source(self) -> pulumi.Input[str]:
|
124
|
+
"""
|
125
|
+
Resource path as an URI of the source resource, for example a subnet.
|
126
|
+
The project for the source resource should match the project for the
|
127
|
+
InternalRange.
|
128
|
+
An example /projects/{project}/regions/{region}/subnetworks/{subnet}
|
129
|
+
"""
|
130
|
+
return pulumi.get(self, "source")
|
131
|
+
|
132
|
+
@source.setter
|
133
|
+
def source(self, value: pulumi.Input[str]):
|
134
|
+
pulumi.set(self, "source", value)
|
135
|
+
|
136
|
+
@property
|
137
|
+
@pulumi.getter
|
138
|
+
def target(self) -> pulumi.Input[str]:
|
139
|
+
"""
|
140
|
+
Resource path of the target resource. The target project can be
|
141
|
+
different, as in the cases when migrating to peer networks. The resource
|
142
|
+
may not exist yet.
|
143
|
+
For example /projects/{project}/regions/{region}/subnetworks/{subnet}
|
144
|
+
"""
|
145
|
+
return pulumi.get(self, "target")
|
146
|
+
|
147
|
+
@target.setter
|
148
|
+
def target(self, value: pulumi.Input[str]):
|
149
|
+
pulumi.set(self, "target", value)
|
150
|
+
|
151
|
+
|
82
152
|
if not MYPY:
|
83
153
|
class PolicyBasedRouteFilterArgsDict(TypedDict):
|
84
154
|
protocol_version: pulumi.Input[str]
|
@@ -13,6 +13,8 @@ if sys.version_info >= (3, 11):
|
|
13
13
|
else:
|
14
14
|
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
15
15
|
from .. import _utilities
|
16
|
+
from . import outputs
|
17
|
+
from ._inputs import *
|
16
18
|
|
17
19
|
__all__ = ['InternalRangeArgs', 'InternalRange']
|
18
20
|
|
@@ -25,6 +27,7 @@ class InternalRangeArgs:
|
|
25
27
|
description: Optional[pulumi.Input[str]] = None,
|
26
28
|
ip_cidr_range: Optional[pulumi.Input[str]] = None,
|
27
29
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
30
|
+
migration: Optional[pulumi.Input['InternalRangeMigrationArgs']] = None,
|
28
31
|
name: Optional[pulumi.Input[str]] = None,
|
29
32
|
overlaps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
30
33
|
prefix_length: Optional[pulumi.Input[int]] = None,
|
@@ -39,13 +42,15 @@ class InternalRangeArgs:
|
|
39
42
|
|
40
43
|
- - -
|
41
44
|
:param pulumi.Input[str] usage: The type of usage set for this InternalRange.
|
42
|
-
Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`.
|
45
|
+
Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`, `FOR_MIGRATION`.
|
43
46
|
:param pulumi.Input[str] description: An optional description of this resource.
|
44
47
|
:param pulumi.Input[str] ip_cidr_range: The IP range that this internal range defines.
|
45
48
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: User-defined labels.
|
46
49
|
|
47
50
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
48
51
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
52
|
+
:param pulumi.Input['InternalRangeMigrationArgs'] migration: Specification for migration with source and target resource names.
|
53
|
+
Structure is documented below.
|
49
54
|
:param pulumi.Input[str] name: The name of the policy based route.
|
50
55
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] overlaps: Optional. Types of resources that are allowed to overlap with the current internal range.
|
51
56
|
Each value may be one of: `OVERLAP_ROUTE_RANGE`, `OVERLAP_EXISTING_SUBNET_RANGE`.
|
@@ -65,6 +70,8 @@ class InternalRangeArgs:
|
|
65
70
|
pulumi.set(__self__, "ip_cidr_range", ip_cidr_range)
|
66
71
|
if labels is not None:
|
67
72
|
pulumi.set(__self__, "labels", labels)
|
73
|
+
if migration is not None:
|
74
|
+
pulumi.set(__self__, "migration", migration)
|
68
75
|
if name is not None:
|
69
76
|
pulumi.set(__self__, "name", name)
|
70
77
|
if overlaps is not None:
|
@@ -109,7 +116,7 @@ class InternalRangeArgs:
|
|
109
116
|
def usage(self) -> pulumi.Input[str]:
|
110
117
|
"""
|
111
118
|
The type of usage set for this InternalRange.
|
112
|
-
Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`.
|
119
|
+
Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`, `FOR_MIGRATION`.
|
113
120
|
"""
|
114
121
|
return pulumi.get(self, "usage")
|
115
122
|
|
@@ -156,6 +163,19 @@ class InternalRangeArgs:
|
|
156
163
|
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
157
164
|
pulumi.set(self, "labels", value)
|
158
165
|
|
166
|
+
@property
|
167
|
+
@pulumi.getter
|
168
|
+
def migration(self) -> Optional[pulumi.Input['InternalRangeMigrationArgs']]:
|
169
|
+
"""
|
170
|
+
Specification for migration with source and target resource names.
|
171
|
+
Structure is documented below.
|
172
|
+
"""
|
173
|
+
return pulumi.get(self, "migration")
|
174
|
+
|
175
|
+
@migration.setter
|
176
|
+
def migration(self, value: Optional[pulumi.Input['InternalRangeMigrationArgs']]):
|
177
|
+
pulumi.set(self, "migration", value)
|
178
|
+
|
159
179
|
@property
|
160
180
|
@pulumi.getter
|
161
181
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -228,6 +248,7 @@ class _InternalRangeState:
|
|
228
248
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
229
249
|
ip_cidr_range: Optional[pulumi.Input[str]] = None,
|
230
250
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
251
|
+
migration: Optional[pulumi.Input['InternalRangeMigrationArgs']] = None,
|
231
252
|
name: Optional[pulumi.Input[str]] = None,
|
232
253
|
network: Optional[pulumi.Input[str]] = None,
|
233
254
|
overlaps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -247,6 +268,8 @@ class _InternalRangeState:
|
|
247
268
|
|
248
269
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
249
270
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
271
|
+
:param pulumi.Input['InternalRangeMigrationArgs'] migration: Specification for migration with source and target resource names.
|
272
|
+
Structure is documented below.
|
250
273
|
:param pulumi.Input[str] name: The name of the policy based route.
|
251
274
|
:param pulumi.Input[str] network: Fully-qualified URL of the network that this route applies to, for example: projects/my-project/global/networks/my-network.
|
252
275
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] overlaps: Optional. Types of resources that are allowed to overlap with the current internal range.
|
@@ -265,7 +288,7 @@ class _InternalRangeState:
|
|
265
288
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] target_cidr_ranges: Optional. Can be set to narrow down or pick a different address space while searching for a free range.
|
266
289
|
If not set, defaults to the "10.0.0.0/8" address space. This can be used to search in other rfc-1918 address spaces like "172.16.0.0/12" and "192.168.0.0/16" or non-rfc-1918 address spaces used in the VPC.
|
267
290
|
:param pulumi.Input[str] usage: The type of usage set for this InternalRange.
|
268
|
-
Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`.
|
291
|
+
Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`, `FOR_MIGRATION`.
|
269
292
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] users: Output only. The list of resources that refer to this internal range.
|
270
293
|
Resources that use the internal range for their range allocation are referred to as users of the range.
|
271
294
|
Other resources mark themselves as users while doing so by creating a reference to this internal range. Having a user, based on this reference, prevents deletion of the internal range referred to. Can be empty.
|
@@ -278,6 +301,8 @@ class _InternalRangeState:
|
|
278
301
|
pulumi.set(__self__, "ip_cidr_range", ip_cidr_range)
|
279
302
|
if labels is not None:
|
280
303
|
pulumi.set(__self__, "labels", labels)
|
304
|
+
if migration is not None:
|
305
|
+
pulumi.set(__self__, "migration", migration)
|
281
306
|
if name is not None:
|
282
307
|
pulumi.set(__self__, "name", name)
|
283
308
|
if network is not None:
|
@@ -350,6 +375,19 @@ class _InternalRangeState:
|
|
350
375
|
def labels(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
|
351
376
|
pulumi.set(self, "labels", value)
|
352
377
|
|
378
|
+
@property
|
379
|
+
@pulumi.getter
|
380
|
+
def migration(self) -> Optional[pulumi.Input['InternalRangeMigrationArgs']]:
|
381
|
+
"""
|
382
|
+
Specification for migration with source and target resource names.
|
383
|
+
Structure is documented below.
|
384
|
+
"""
|
385
|
+
return pulumi.get(self, "migration")
|
386
|
+
|
387
|
+
@migration.setter
|
388
|
+
def migration(self, value: Optional[pulumi.Input['InternalRangeMigrationArgs']]):
|
389
|
+
pulumi.set(self, "migration", value)
|
390
|
+
|
353
391
|
@property
|
354
392
|
@pulumi.getter
|
355
393
|
def name(self) -> Optional[pulumi.Input[str]]:
|
@@ -460,7 +498,7 @@ class _InternalRangeState:
|
|
460
498
|
def usage(self) -> Optional[pulumi.Input[str]]:
|
461
499
|
"""
|
462
500
|
The type of usage set for this InternalRange.
|
463
|
-
Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`.
|
501
|
+
Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`, `FOR_MIGRATION`.
|
464
502
|
"""
|
465
503
|
return pulumi.get(self, "usage")
|
466
504
|
|
@@ -491,6 +529,7 @@ class InternalRange(pulumi.CustomResource):
|
|
491
529
|
description: Optional[pulumi.Input[str]] = None,
|
492
530
|
ip_cidr_range: Optional[pulumi.Input[str]] = None,
|
493
531
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
532
|
+
migration: Optional[pulumi.Input[Union['InternalRangeMigrationArgs', 'InternalRangeMigrationArgsDict']]] = None,
|
494
533
|
name: Optional[pulumi.Input[str]] = None,
|
495
534
|
network: Optional[pulumi.Input[str]] = None,
|
496
535
|
overlaps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -591,6 +630,33 @@ class InternalRange(pulumi.CustomResource):
|
|
591
630
|
overlaps=["OVERLAP_EXISTING_SUBNET_RANGE"],
|
592
631
|
opts = pulumi.ResourceOptions(depends_on=[default_subnetwork]))
|
593
632
|
```
|
633
|
+
### Network Connectivity Internal Ranges Migration
|
634
|
+
|
635
|
+
```python
|
636
|
+
import pulumi
|
637
|
+
import pulumi_gcp as gcp
|
638
|
+
|
639
|
+
default_network = gcp.compute.Network("default",
|
640
|
+
name="internal-ranges",
|
641
|
+
auto_create_subnetworks=False)
|
642
|
+
source = gcp.compute.Subnetwork("source",
|
643
|
+
name="source-subnet",
|
644
|
+
ip_cidr_range="10.1.0.0/16",
|
645
|
+
region="us-central1",
|
646
|
+
network=default_network.name)
|
647
|
+
target_project = gcp.organizations.get_project()
|
648
|
+
default = gcp.networkconnectivity.InternalRange("default",
|
649
|
+
name="migration",
|
650
|
+
description="Test internal range",
|
651
|
+
network=default_network.self_link,
|
652
|
+
usage="FOR_MIGRATION",
|
653
|
+
peering="FOR_SELF",
|
654
|
+
ip_cidr_range="10.1.0.0/16",
|
655
|
+
migration={
|
656
|
+
"source": source.self_link,
|
657
|
+
"target": f"projects/{target_project.project_id}/regions/us-central1/subnetworks/target-subnet",
|
658
|
+
})
|
659
|
+
```
|
594
660
|
|
595
661
|
## Import
|
596
662
|
|
@@ -624,6 +690,8 @@ class InternalRange(pulumi.CustomResource):
|
|
624
690
|
|
625
691
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
626
692
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
693
|
+
:param pulumi.Input[Union['InternalRangeMigrationArgs', 'InternalRangeMigrationArgsDict']] migration: Specification for migration with source and target resource names.
|
694
|
+
Structure is documented below.
|
627
695
|
:param pulumi.Input[str] name: The name of the policy based route.
|
628
696
|
:param pulumi.Input[str] network: Fully-qualified URL of the network that this route applies to, for example: projects/my-project/global/networks/my-network.
|
629
697
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] overlaps: Optional. Types of resources that are allowed to overlap with the current internal range.
|
@@ -640,7 +708,7 @@ class InternalRange(pulumi.CustomResource):
|
|
640
708
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] target_cidr_ranges: Optional. Can be set to narrow down or pick a different address space while searching for a free range.
|
641
709
|
If not set, defaults to the "10.0.0.0/8" address space. This can be used to search in other rfc-1918 address spaces like "172.16.0.0/12" and "192.168.0.0/16" or non-rfc-1918 address spaces used in the VPC.
|
642
710
|
:param pulumi.Input[str] usage: The type of usage set for this InternalRange.
|
643
|
-
Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`.
|
711
|
+
Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`, `FOR_MIGRATION`.
|
644
712
|
"""
|
645
713
|
...
|
646
714
|
@overload
|
@@ -739,6 +807,33 @@ class InternalRange(pulumi.CustomResource):
|
|
739
807
|
overlaps=["OVERLAP_EXISTING_SUBNET_RANGE"],
|
740
808
|
opts = pulumi.ResourceOptions(depends_on=[default_subnetwork]))
|
741
809
|
```
|
810
|
+
### Network Connectivity Internal Ranges Migration
|
811
|
+
|
812
|
+
```python
|
813
|
+
import pulumi
|
814
|
+
import pulumi_gcp as gcp
|
815
|
+
|
816
|
+
default_network = gcp.compute.Network("default",
|
817
|
+
name="internal-ranges",
|
818
|
+
auto_create_subnetworks=False)
|
819
|
+
source = gcp.compute.Subnetwork("source",
|
820
|
+
name="source-subnet",
|
821
|
+
ip_cidr_range="10.1.0.0/16",
|
822
|
+
region="us-central1",
|
823
|
+
network=default_network.name)
|
824
|
+
target_project = gcp.organizations.get_project()
|
825
|
+
default = gcp.networkconnectivity.InternalRange("default",
|
826
|
+
name="migration",
|
827
|
+
description="Test internal range",
|
828
|
+
network=default_network.self_link,
|
829
|
+
usage="FOR_MIGRATION",
|
830
|
+
peering="FOR_SELF",
|
831
|
+
ip_cidr_range="10.1.0.0/16",
|
832
|
+
migration={
|
833
|
+
"source": source.self_link,
|
834
|
+
"target": f"projects/{target_project.project_id}/regions/us-central1/subnetworks/target-subnet",
|
835
|
+
})
|
836
|
+
```
|
742
837
|
|
743
838
|
## Import
|
744
839
|
|
@@ -782,6 +877,7 @@ class InternalRange(pulumi.CustomResource):
|
|
782
877
|
description: Optional[pulumi.Input[str]] = None,
|
783
878
|
ip_cidr_range: Optional[pulumi.Input[str]] = None,
|
784
879
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
880
|
+
migration: Optional[pulumi.Input[Union['InternalRangeMigrationArgs', 'InternalRangeMigrationArgsDict']]] = None,
|
785
881
|
name: Optional[pulumi.Input[str]] = None,
|
786
882
|
network: Optional[pulumi.Input[str]] = None,
|
787
883
|
overlaps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -802,6 +898,7 @@ class InternalRange(pulumi.CustomResource):
|
|
802
898
|
__props__.__dict__["description"] = description
|
803
899
|
__props__.__dict__["ip_cidr_range"] = ip_cidr_range
|
804
900
|
__props__.__dict__["labels"] = labels
|
901
|
+
__props__.__dict__["migration"] = migration
|
805
902
|
__props__.__dict__["name"] = name
|
806
903
|
if network is None and not opts.urn:
|
807
904
|
raise TypeError("Missing required property 'network'")
|
@@ -835,6 +932,7 @@ class InternalRange(pulumi.CustomResource):
|
|
835
932
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
836
933
|
ip_cidr_range: Optional[pulumi.Input[str]] = None,
|
837
934
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
935
|
+
migration: Optional[pulumi.Input[Union['InternalRangeMigrationArgs', 'InternalRangeMigrationArgsDict']]] = None,
|
838
936
|
name: Optional[pulumi.Input[str]] = None,
|
839
937
|
network: Optional[pulumi.Input[str]] = None,
|
840
938
|
overlaps: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
@@ -859,6 +957,8 @@ class InternalRange(pulumi.CustomResource):
|
|
859
957
|
|
860
958
|
**Note**: This field is non-authoritative, and will only manage the labels present in your configuration.
|
861
959
|
Please refer to the field `effective_labels` for all of the labels present on the resource.
|
960
|
+
:param pulumi.Input[Union['InternalRangeMigrationArgs', 'InternalRangeMigrationArgsDict']] migration: Specification for migration with source and target resource names.
|
961
|
+
Structure is documented below.
|
862
962
|
:param pulumi.Input[str] name: The name of the policy based route.
|
863
963
|
:param pulumi.Input[str] network: Fully-qualified URL of the network that this route applies to, for example: projects/my-project/global/networks/my-network.
|
864
964
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] overlaps: Optional. Types of resources that are allowed to overlap with the current internal range.
|
@@ -877,7 +977,7 @@ class InternalRange(pulumi.CustomResource):
|
|
877
977
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] target_cidr_ranges: Optional. Can be set to narrow down or pick a different address space while searching for a free range.
|
878
978
|
If not set, defaults to the "10.0.0.0/8" address space. This can be used to search in other rfc-1918 address spaces like "172.16.0.0/12" and "192.168.0.0/16" or non-rfc-1918 address spaces used in the VPC.
|
879
979
|
:param pulumi.Input[str] usage: The type of usage set for this InternalRange.
|
880
|
-
Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`.
|
980
|
+
Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`, `FOR_MIGRATION`.
|
881
981
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] users: Output only. The list of resources that refer to this internal range.
|
882
982
|
Resources that use the internal range for their range allocation are referred to as users of the range.
|
883
983
|
Other resources mark themselves as users while doing so by creating a reference to this internal range. Having a user, based on this reference, prevents deletion of the internal range referred to. Can be empty.
|
@@ -890,6 +990,7 @@ class InternalRange(pulumi.CustomResource):
|
|
890
990
|
__props__.__dict__["effective_labels"] = effective_labels
|
891
991
|
__props__.__dict__["ip_cidr_range"] = ip_cidr_range
|
892
992
|
__props__.__dict__["labels"] = labels
|
993
|
+
__props__.__dict__["migration"] = migration
|
893
994
|
__props__.__dict__["name"] = name
|
894
995
|
__props__.__dict__["network"] = network
|
895
996
|
__props__.__dict__["overlaps"] = overlaps
|
@@ -937,6 +1038,15 @@ class InternalRange(pulumi.CustomResource):
|
|
937
1038
|
"""
|
938
1039
|
return pulumi.get(self, "labels")
|
939
1040
|
|
1041
|
+
@property
|
1042
|
+
@pulumi.getter
|
1043
|
+
def migration(self) -> pulumi.Output[Optional['outputs.InternalRangeMigration']]:
|
1044
|
+
"""
|
1045
|
+
Specification for migration with source and target resource names.
|
1046
|
+
Structure is documented below.
|
1047
|
+
"""
|
1048
|
+
return pulumi.get(self, "migration")
|
1049
|
+
|
940
1050
|
@property
|
941
1051
|
@pulumi.getter
|
942
1052
|
def name(self) -> pulumi.Output[str]:
|
@@ -1015,7 +1125,7 @@ class InternalRange(pulumi.CustomResource):
|
|
1015
1125
|
def usage(self) -> pulumi.Output[str]:
|
1016
1126
|
"""
|
1017
1127
|
The type of usage set for this InternalRange.
|
1018
|
-
Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`.
|
1128
|
+
Possible values are: `FOR_VPC`, `EXTERNAL_TO_VPC`, `FOR_MIGRATION`.
|
1019
1129
|
"""
|
1020
1130
|
return pulumi.get(self, "usage")
|
1021
1131
|
|
@@ -17,6 +17,7 @@ from . import outputs
|
|
17
17
|
|
18
18
|
__all__ = [
|
19
19
|
'HubRoutingVpc',
|
20
|
+
'InternalRangeMigration',
|
20
21
|
'PolicyBasedRouteFilter',
|
21
22
|
'PolicyBasedRouteInterconnectAttachment',
|
22
23
|
'PolicyBasedRouteVirtualMachine',
|
@@ -51,6 +52,47 @@ class HubRoutingVpc(dict):
|
|
51
52
|
return pulumi.get(self, "uri")
|
52
53
|
|
53
54
|
|
55
|
+
@pulumi.output_type
|
56
|
+
class InternalRangeMigration(dict):
|
57
|
+
def __init__(__self__, *,
|
58
|
+
source: str,
|
59
|
+
target: str):
|
60
|
+
"""
|
61
|
+
:param str source: Resource path as an URI of the source resource, for example a subnet.
|
62
|
+
The project for the source resource should match the project for the
|
63
|
+
InternalRange.
|
64
|
+
An example /projects/{project}/regions/{region}/subnetworks/{subnet}
|
65
|
+
:param str target: Resource path of the target resource. The target project can be
|
66
|
+
different, as in the cases when migrating to peer networks. The resource
|
67
|
+
may not exist yet.
|
68
|
+
For example /projects/{project}/regions/{region}/subnetworks/{subnet}
|
69
|
+
"""
|
70
|
+
pulumi.set(__self__, "source", source)
|
71
|
+
pulumi.set(__self__, "target", target)
|
72
|
+
|
73
|
+
@property
|
74
|
+
@pulumi.getter
|
75
|
+
def source(self) -> str:
|
76
|
+
"""
|
77
|
+
Resource path as an URI of the source resource, for example a subnet.
|
78
|
+
The project for the source resource should match the project for the
|
79
|
+
InternalRange.
|
80
|
+
An example /projects/{project}/regions/{region}/subnetworks/{subnet}
|
81
|
+
"""
|
82
|
+
return pulumi.get(self, "source")
|
83
|
+
|
84
|
+
@property
|
85
|
+
@pulumi.getter
|
86
|
+
def target(self) -> str:
|
87
|
+
"""
|
88
|
+
Resource path of the target resource. The target project can be
|
89
|
+
different, as in the cases when migrating to peer networks. The resource
|
90
|
+
may not exist yet.
|
91
|
+
For example /projects/{project}/regions/{region}/subnetworks/{subnet}
|
92
|
+
"""
|
93
|
+
return pulumi.get(self, "target")
|
94
|
+
|
95
|
+
|
54
96
|
@pulumi.output_type
|
55
97
|
class PolicyBasedRouteFilter(dict):
|
56
98
|
@staticmethod
|
@@ -559,15 +559,15 @@ class Spoke(pulumi.CustomResource):
|
|
559
559
|
import pulumi_gcp as gcp
|
560
560
|
|
561
561
|
network = gcp.compute.Network("network",
|
562
|
-
name="tf-test-
|
562
|
+
name="tf-test-network_75413",
|
563
563
|
auto_create_subnetworks=False)
|
564
564
|
subnetwork = gcp.compute.Subnetwork("subnetwork",
|
565
|
-
name="tf-test-
|
565
|
+
name="tf-test-subnet_55138",
|
566
566
|
ip_cidr_range="10.0.0.0/28",
|
567
567
|
region="us-central1",
|
568
568
|
network=network.self_link)
|
569
569
|
instance = gcp.compute.Instance("instance",
|
570
|
-
name="tf-test-
|
570
|
+
name="tf-test-instance_37559",
|
571
571
|
machine_type="e2-medium",
|
572
572
|
can_ip_forward=True,
|
573
573
|
zone="us-central1-a",
|
@@ -584,13 +584,13 @@ class Spoke(pulumi.CustomResource):
|
|
584
584
|
}],
|
585
585
|
}])
|
586
586
|
basic_hub = gcp.networkconnectivity.Hub("basic_hub",
|
587
|
-
name="tf-test-
|
587
|
+
name="tf-test-hub_91980",
|
588
588
|
description="A sample hub",
|
589
589
|
labels={
|
590
590
|
"label-two": "value-one",
|
591
591
|
})
|
592
592
|
primary = gcp.networkconnectivity.Spoke("primary",
|
593
|
-
name="tf-test-
|
593
|
+
name="tf-test-name_37118",
|
594
594
|
location="us-central1",
|
595
595
|
description="A sample spoke with a linked routher appliance instance",
|
596
596
|
labels={
|
@@ -867,15 +867,15 @@ class Spoke(pulumi.CustomResource):
|
|
867
867
|
import pulumi_gcp as gcp
|
868
868
|
|
869
869
|
network = gcp.compute.Network("network",
|
870
|
-
name="tf-test-
|
870
|
+
name="tf-test-network_75413",
|
871
871
|
auto_create_subnetworks=False)
|
872
872
|
subnetwork = gcp.compute.Subnetwork("subnetwork",
|
873
|
-
name="tf-test-
|
873
|
+
name="tf-test-subnet_55138",
|
874
874
|
ip_cidr_range="10.0.0.0/28",
|
875
875
|
region="us-central1",
|
876
876
|
network=network.self_link)
|
877
877
|
instance = gcp.compute.Instance("instance",
|
878
|
-
name="tf-test-
|
878
|
+
name="tf-test-instance_37559",
|
879
879
|
machine_type="e2-medium",
|
880
880
|
can_ip_forward=True,
|
881
881
|
zone="us-central1-a",
|
@@ -892,13 +892,13 @@ class Spoke(pulumi.CustomResource):
|
|
892
892
|
}],
|
893
893
|
}])
|
894
894
|
basic_hub = gcp.networkconnectivity.Hub("basic_hub",
|
895
|
-
name="tf-test-
|
895
|
+
name="tf-test-hub_91980",
|
896
896
|
description="A sample hub",
|
897
897
|
labels={
|
898
898
|
"label-two": "value-one",
|
899
899
|
})
|
900
900
|
primary = gcp.networkconnectivity.Spoke("primary",
|
901
|
-
name="tf-test-
|
901
|
+
name="tf-test-name_37118",
|
902
902
|
location="us-central1",
|
903
903
|
description="A sample spoke with a linked routher appliance instance",
|
904
904
|
labels={
|