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
pulumi_gcp/compute/outputs.py
CHANGED
@@ -53,6 +53,8 @@ __all__ = [
|
|
53
53
|
'BackendServiceOutlierDetectionInterval',
|
54
54
|
'BackendServiceSecuritySettings',
|
55
55
|
'BackendServiceSecuritySettingsAwsV4Authentication',
|
56
|
+
'BackendServiceStrongSessionAffinityCookie',
|
57
|
+
'BackendServiceStrongSessionAffinityCookieTtl',
|
56
58
|
'DiskAsyncPrimaryDisk',
|
57
59
|
'DiskAsyncReplicationSecondaryDisk',
|
58
60
|
'DiskDiskEncryptionKey',
|
@@ -273,6 +275,8 @@ __all__ = [
|
|
273
275
|
'RegionBackendServiceOutlierDetection',
|
274
276
|
'RegionBackendServiceOutlierDetectionBaseEjectionTime',
|
275
277
|
'RegionBackendServiceOutlierDetectionInterval',
|
278
|
+
'RegionBackendServiceStrongSessionAffinityCookie',
|
279
|
+
'RegionBackendServiceStrongSessionAffinityCookieTtl',
|
276
280
|
'RegionBackendServiceSubsetting',
|
277
281
|
'RegionCommitmentLicenseResource',
|
278
282
|
'RegionCommitmentResource',
|
@@ -639,6 +643,8 @@ __all__ = [
|
|
639
643
|
'GetBackendServiceOutlierDetectionIntervalResult',
|
640
644
|
'GetBackendServiceSecuritySettingResult',
|
641
645
|
'GetBackendServiceSecuritySettingAwsV4AuthenticationResult',
|
646
|
+
'GetBackendServiceStrongSessionAffinityCookyResult',
|
647
|
+
'GetBackendServiceStrongSessionAffinityCookyTtlResult',
|
642
648
|
'GetDiskAsyncPrimaryDiskResult',
|
643
649
|
'GetDiskDiskEncryptionKeyResult',
|
644
650
|
'GetDiskGuestOsFeatureResult',
|
@@ -3836,6 +3842,89 @@ class BackendServiceSecuritySettingsAwsV4Authentication(dict):
|
|
3836
3842
|
return pulumi.get(self, "origin_region")
|
3837
3843
|
|
3838
3844
|
|
3845
|
+
@pulumi.output_type
|
3846
|
+
class BackendServiceStrongSessionAffinityCookie(dict):
|
3847
|
+
def __init__(__self__, *,
|
3848
|
+
name: Optional[str] = None,
|
3849
|
+
path: Optional[str] = None,
|
3850
|
+
ttl: Optional['outputs.BackendServiceStrongSessionAffinityCookieTtl'] = None):
|
3851
|
+
"""
|
3852
|
+
:param str name: Name of the cookie.
|
3853
|
+
:param str path: Path to set for the cookie.
|
3854
|
+
:param 'BackendServiceStrongSessionAffinityCookieTtlArgs' ttl: Lifetime of the cookie.
|
3855
|
+
Structure is documented below.
|
3856
|
+
"""
|
3857
|
+
if name is not None:
|
3858
|
+
pulumi.set(__self__, "name", name)
|
3859
|
+
if path is not None:
|
3860
|
+
pulumi.set(__self__, "path", path)
|
3861
|
+
if ttl is not None:
|
3862
|
+
pulumi.set(__self__, "ttl", ttl)
|
3863
|
+
|
3864
|
+
@property
|
3865
|
+
@pulumi.getter
|
3866
|
+
def name(self) -> Optional[str]:
|
3867
|
+
"""
|
3868
|
+
Name of the cookie.
|
3869
|
+
"""
|
3870
|
+
return pulumi.get(self, "name")
|
3871
|
+
|
3872
|
+
@property
|
3873
|
+
@pulumi.getter
|
3874
|
+
def path(self) -> Optional[str]:
|
3875
|
+
"""
|
3876
|
+
Path to set for the cookie.
|
3877
|
+
"""
|
3878
|
+
return pulumi.get(self, "path")
|
3879
|
+
|
3880
|
+
@property
|
3881
|
+
@pulumi.getter
|
3882
|
+
def ttl(self) -> Optional['outputs.BackendServiceStrongSessionAffinityCookieTtl']:
|
3883
|
+
"""
|
3884
|
+
Lifetime of the cookie.
|
3885
|
+
Structure is documented below.
|
3886
|
+
"""
|
3887
|
+
return pulumi.get(self, "ttl")
|
3888
|
+
|
3889
|
+
|
3890
|
+
@pulumi.output_type
|
3891
|
+
class BackendServiceStrongSessionAffinityCookieTtl(dict):
|
3892
|
+
def __init__(__self__, *,
|
3893
|
+
seconds: int,
|
3894
|
+
nanos: Optional[int] = None):
|
3895
|
+
"""
|
3896
|
+
:param int seconds: Span of time at a resolution of a second.
|
3897
|
+
Must be from 0 to 315,576,000,000 inclusive.
|
3898
|
+
:param int nanos: Span of time that's a fraction of a second at nanosecond
|
3899
|
+
resolution. Durations less than one second are represented
|
3900
|
+
with a 0 seconds field and a positive nanos field. Must
|
3901
|
+
be from 0 to 999,999,999 inclusive.
|
3902
|
+
"""
|
3903
|
+
pulumi.set(__self__, "seconds", seconds)
|
3904
|
+
if nanos is not None:
|
3905
|
+
pulumi.set(__self__, "nanos", nanos)
|
3906
|
+
|
3907
|
+
@property
|
3908
|
+
@pulumi.getter
|
3909
|
+
def seconds(self) -> int:
|
3910
|
+
"""
|
3911
|
+
Span of time at a resolution of a second.
|
3912
|
+
Must be from 0 to 315,576,000,000 inclusive.
|
3913
|
+
"""
|
3914
|
+
return pulumi.get(self, "seconds")
|
3915
|
+
|
3916
|
+
@property
|
3917
|
+
@pulumi.getter
|
3918
|
+
def nanos(self) -> Optional[int]:
|
3919
|
+
"""
|
3920
|
+
Span of time that's a fraction of a second at nanosecond
|
3921
|
+
resolution. Durations less than one second are represented
|
3922
|
+
with a 0 seconds field and a positive nanos field. Must
|
3923
|
+
be from 0 to 999,999,999 inclusive.
|
3924
|
+
"""
|
3925
|
+
return pulumi.get(self, "nanos")
|
3926
|
+
|
3927
|
+
|
3839
3928
|
@pulumi.output_type
|
3840
3929
|
class DiskAsyncPrimaryDisk(dict):
|
3841
3930
|
def __init__(__self__, *,
|
@@ -7643,7 +7732,7 @@ class InstanceConfidentialInstanceConfig(dict):
|
|
7643
7732
|
confidential_instance_type: Optional[str] = None,
|
7644
7733
|
enable_confidential_compute: Optional[bool] = None):
|
7645
7734
|
"""
|
7646
|
-
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
7735
|
+
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
7647
7736
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
7648
7737
|
"""
|
7649
7738
|
if confidential_instance_type is not None:
|
@@ -7655,7 +7744,7 @@ class InstanceConfidentialInstanceConfig(dict):
|
|
7655
7744
|
@pulumi.getter(name="confidentialInstanceType")
|
7656
7745
|
def confidential_instance_type(self) -> Optional[str]:
|
7657
7746
|
"""
|
7658
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
7747
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
7659
7748
|
"""
|
7660
7749
|
return pulumi.get(self, "confidential_instance_type")
|
7661
7750
|
|
@@ -8157,7 +8246,7 @@ class InstanceFromMachineImageConfidentialInstanceConfig(dict):
|
|
8157
8246
|
:param str confidential_instance_type: The confidential computing technology the instance uses.
|
8158
8247
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
8159
8248
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
8160
|
-
"AMD Milan" is currently required.
|
8249
|
+
"AMD Milan" is currently required.
|
8161
8250
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
8162
8251
|
"""
|
8163
8252
|
if confidential_instance_type is not None:
|
@@ -8172,7 +8261,7 @@ class InstanceFromMachineImageConfidentialInstanceConfig(dict):
|
|
8172
8261
|
The confidential computing technology the instance uses.
|
8173
8262
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
8174
8263
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
8175
|
-
"AMD Milan" is currently required.
|
8264
|
+
"AMD Milan" is currently required.
|
8176
8265
|
"""
|
8177
8266
|
return pulumi.get(self, "confidential_instance_type")
|
8178
8267
|
|
@@ -9805,7 +9894,7 @@ class InstanceFromTemplateConfidentialInstanceConfig(dict):
|
|
9805
9894
|
:param str confidential_instance_type: The confidential computing technology the instance uses.
|
9806
9895
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
9807
9896
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
9808
|
-
"AMD Milan" is currently required.
|
9897
|
+
"AMD Milan" is currently required.
|
9809
9898
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
9810
9899
|
"""
|
9811
9900
|
if confidential_instance_type is not None:
|
@@ -9820,7 +9909,7 @@ class InstanceFromTemplateConfidentialInstanceConfig(dict):
|
|
9820
9909
|
The confidential computing technology the instance uses.
|
9821
9910
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
9822
9911
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
9823
|
-
"AMD Milan" is currently required.
|
9912
|
+
"AMD Milan" is currently required.
|
9824
9913
|
"""
|
9825
9914
|
return pulumi.get(self, "confidential_instance_type")
|
9826
9915
|
|
@@ -13347,7 +13436,7 @@ class InstanceTemplateConfidentialInstanceConfig(dict):
|
|
13347
13436
|
confidential_instance_type: Optional[str] = None,
|
13348
13437
|
enable_confidential_compute: Optional[bool] = None):
|
13349
13438
|
"""
|
13350
|
-
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
13439
|
+
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
13351
13440
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
13352
13441
|
"""
|
13353
13442
|
if confidential_instance_type is not None:
|
@@ -13359,7 +13448,7 @@ class InstanceTemplateConfidentialInstanceConfig(dict):
|
|
13359
13448
|
@pulumi.getter(name="confidentialInstanceType")
|
13360
13449
|
def confidential_instance_type(self) -> Optional[str]:
|
13361
13450
|
"""
|
13362
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
13451
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
13363
13452
|
"""
|
13364
13453
|
return pulumi.get(self, "confidential_instance_type")
|
13365
13454
|
|
@@ -13971,7 +14060,7 @@ class InstanceTemplateNetworkInterface(dict):
|
|
13971
14060
|
is not accessible from the Internet (this means that ssh provisioners will
|
13972
14061
|
not work unless you can send traffic to the instance's
|
13973
14062
|
network (e.g. via tunnel or because it is running on another cloud instance
|
13974
|
-
on that network). This block can be
|
14063
|
+
on that network). This block can be specified once per `network_interface`. Structure documented below.
|
13975
14064
|
:param Sequence['InstanceTemplateNetworkInterfaceAliasIpRangeArgs'] alias_ip_ranges: An
|
13976
14065
|
array of alias IP ranges for this network interface. Can only be specified for network
|
13977
14066
|
interfaces on subnet-mode networks. Structure documented below.
|
@@ -14038,7 +14127,7 @@ class InstanceTemplateNetworkInterface(dict):
|
|
14038
14127
|
is not accessible from the Internet (this means that ssh provisioners will
|
14039
14128
|
not work unless you can send traffic to the instance's
|
14040
14129
|
network (e.g. via tunnel or because it is running on another cloud instance
|
14041
|
-
on that network). This block can be
|
14130
|
+
on that network). This block can be specified once per `network_interface`. Structure documented below.
|
14042
14131
|
"""
|
14043
14132
|
return pulumi.get(self, "access_configs")
|
14044
14133
|
|
@@ -20933,6 +21022,89 @@ class RegionBackendServiceOutlierDetectionInterval(dict):
|
|
20933
21022
|
return pulumi.get(self, "nanos")
|
20934
21023
|
|
20935
21024
|
|
21025
|
+
@pulumi.output_type
|
21026
|
+
class RegionBackendServiceStrongSessionAffinityCookie(dict):
|
21027
|
+
def __init__(__self__, *,
|
21028
|
+
name: Optional[str] = None,
|
21029
|
+
path: Optional[str] = None,
|
21030
|
+
ttl: Optional['outputs.RegionBackendServiceStrongSessionAffinityCookieTtl'] = None):
|
21031
|
+
"""
|
21032
|
+
:param str name: Name of the cookie.
|
21033
|
+
:param str path: Path to set for the cookie.
|
21034
|
+
:param 'RegionBackendServiceStrongSessionAffinityCookieTtlArgs' ttl: Lifetime of the cookie.
|
21035
|
+
Structure is documented below.
|
21036
|
+
"""
|
21037
|
+
if name is not None:
|
21038
|
+
pulumi.set(__self__, "name", name)
|
21039
|
+
if path is not None:
|
21040
|
+
pulumi.set(__self__, "path", path)
|
21041
|
+
if ttl is not None:
|
21042
|
+
pulumi.set(__self__, "ttl", ttl)
|
21043
|
+
|
21044
|
+
@property
|
21045
|
+
@pulumi.getter
|
21046
|
+
def name(self) -> Optional[str]:
|
21047
|
+
"""
|
21048
|
+
Name of the cookie.
|
21049
|
+
"""
|
21050
|
+
return pulumi.get(self, "name")
|
21051
|
+
|
21052
|
+
@property
|
21053
|
+
@pulumi.getter
|
21054
|
+
def path(self) -> Optional[str]:
|
21055
|
+
"""
|
21056
|
+
Path to set for the cookie.
|
21057
|
+
"""
|
21058
|
+
return pulumi.get(self, "path")
|
21059
|
+
|
21060
|
+
@property
|
21061
|
+
@pulumi.getter
|
21062
|
+
def ttl(self) -> Optional['outputs.RegionBackendServiceStrongSessionAffinityCookieTtl']:
|
21063
|
+
"""
|
21064
|
+
Lifetime of the cookie.
|
21065
|
+
Structure is documented below.
|
21066
|
+
"""
|
21067
|
+
return pulumi.get(self, "ttl")
|
21068
|
+
|
21069
|
+
|
21070
|
+
@pulumi.output_type
|
21071
|
+
class RegionBackendServiceStrongSessionAffinityCookieTtl(dict):
|
21072
|
+
def __init__(__self__, *,
|
21073
|
+
seconds: int,
|
21074
|
+
nanos: Optional[int] = None):
|
21075
|
+
"""
|
21076
|
+
:param int seconds: Span of time at a resolution of a second.
|
21077
|
+
Must be from 0 to 315,576,000,000 inclusive.
|
21078
|
+
:param int nanos: Span of time that's a fraction of a second at nanosecond
|
21079
|
+
resolution. Durations less than one second are represented
|
21080
|
+
with a 0 seconds field and a positive nanos field. Must
|
21081
|
+
be from 0 to 999,999,999 inclusive.
|
21082
|
+
"""
|
21083
|
+
pulumi.set(__self__, "seconds", seconds)
|
21084
|
+
if nanos is not None:
|
21085
|
+
pulumi.set(__self__, "nanos", nanos)
|
21086
|
+
|
21087
|
+
@property
|
21088
|
+
@pulumi.getter
|
21089
|
+
def seconds(self) -> int:
|
21090
|
+
"""
|
21091
|
+
Span of time at a resolution of a second.
|
21092
|
+
Must be from 0 to 315,576,000,000 inclusive.
|
21093
|
+
"""
|
21094
|
+
return pulumi.get(self, "seconds")
|
21095
|
+
|
21096
|
+
@property
|
21097
|
+
@pulumi.getter
|
21098
|
+
def nanos(self) -> Optional[int]:
|
21099
|
+
"""
|
21100
|
+
Span of time that's a fraction of a second at nanosecond
|
21101
|
+
resolution. Durations less than one second are represented
|
21102
|
+
with a 0 seconds field and a positive nanos field. Must
|
21103
|
+
be from 0 to 999,999,999 inclusive.
|
21104
|
+
"""
|
21105
|
+
return pulumi.get(self, "nanos")
|
21106
|
+
|
21107
|
+
|
20936
21108
|
@pulumi.output_type
|
20937
21109
|
class RegionBackendServiceSubsetting(dict):
|
20938
21110
|
def __init__(__self__, *,
|
@@ -23191,7 +23363,7 @@ class RegionInstanceTemplateConfidentialInstanceConfig(dict):
|
|
23191
23363
|
confidential_instance_type: Optional[str] = None,
|
23192
23364
|
enable_confidential_compute: Optional[bool] = None):
|
23193
23365
|
"""
|
23194
|
-
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
23366
|
+
:param str confidential_instance_type: Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
23195
23367
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled with AMD SEV. If enabled, `on_host_maintenance` can be set to MIGRATE if `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
23196
23368
|
"""
|
23197
23369
|
if confidential_instance_type is not None:
|
@@ -23203,7 +23375,7 @@ class RegionInstanceTemplateConfidentialInstanceConfig(dict):
|
|
23203
23375
|
@pulumi.getter(name="confidentialInstanceType")
|
23204
23376
|
def confidential_instance_type(self) -> Optional[str]:
|
23205
23377
|
"""
|
23206
|
-
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
23378
|
+
Defines the confidential computing technology the instance uses. SEV is an AMD feature. TDX is an Intel feature. One of the following values is required: `SEV`, `SEV_SNP`, `TDX`. `on_host_maintenance` can be set to MIGRATE if `confidential_instance_type` is set to `SEV` and `min_cpu_platform` is set to `"AMD Milan"`. Otherwise, `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM. If `SEV_SNP`, currently `min_cpu_platform` has to be set to `"AMD Milan"` or this will fail to create the VM.
|
23207
23379
|
"""
|
23208
23380
|
return pulumi.get(self, "confidential_instance_type")
|
23209
23381
|
|
@@ -36065,8 +36237,11 @@ class RouterStatusBestRouteResult(dict):
|
|
36065
36237
|
next_hop_ilb: str,
|
36066
36238
|
next_hop_instance: str,
|
36067
36239
|
next_hop_instance_zone: str,
|
36240
|
+
next_hop_inter_region_cost: str,
|
36068
36241
|
next_hop_ip: str,
|
36242
|
+
next_hop_med: str,
|
36069
36243
|
next_hop_network: str,
|
36244
|
+
next_hop_origin: str,
|
36070
36245
|
next_hop_vpn_tunnel: str,
|
36071
36246
|
priority: int,
|
36072
36247
|
project: str,
|
@@ -36110,8 +36285,11 @@ class RouterStatusBestRouteResult(dict):
|
|
36110
36285
|
* 'zones/zone/instances/instance'
|
36111
36286
|
* Just the instance name, with the zone in 'next_hop_instance_zone'.
|
36112
36287
|
:param str next_hop_instance_zone: The zone of the instance specified in next_hop_instance. Omit if next_hop_instance is specified as a URL.
|
36288
|
+
:param str next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
36113
36289
|
:param str next_hop_ip: Network IP address of an instance that should handle matching packets.
|
36290
|
+
:param str next_hop_med: Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
36114
36291
|
:param str next_hop_network: URL to a Network that should handle matching packets.
|
36292
|
+
:param str next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
36115
36293
|
:param str next_hop_vpn_tunnel: URL to a VpnTunnel that should handle matching packets.
|
36116
36294
|
:param int priority: The priority of this route. Priority is used to break ties in cases
|
36117
36295
|
where there is more than one matching route of equal prefix length.
|
@@ -36132,8 +36310,11 @@ class RouterStatusBestRouteResult(dict):
|
|
36132
36310
|
pulumi.set(__self__, "next_hop_ilb", next_hop_ilb)
|
36133
36311
|
pulumi.set(__self__, "next_hop_instance", next_hop_instance)
|
36134
36312
|
pulumi.set(__self__, "next_hop_instance_zone", next_hop_instance_zone)
|
36313
|
+
pulumi.set(__self__, "next_hop_inter_region_cost", next_hop_inter_region_cost)
|
36135
36314
|
pulumi.set(__self__, "next_hop_ip", next_hop_ip)
|
36315
|
+
pulumi.set(__self__, "next_hop_med", next_hop_med)
|
36136
36316
|
pulumi.set(__self__, "next_hop_network", next_hop_network)
|
36317
|
+
pulumi.set(__self__, "next_hop_origin", next_hop_origin)
|
36137
36318
|
pulumi.set(__self__, "next_hop_vpn_tunnel", next_hop_vpn_tunnel)
|
36138
36319
|
pulumi.set(__self__, "priority", priority)
|
36139
36320
|
pulumi.set(__self__, "project", project)
|
@@ -36233,6 +36414,14 @@ class RouterStatusBestRouteResult(dict):
|
|
36233
36414
|
"""
|
36234
36415
|
return pulumi.get(self, "next_hop_instance_zone")
|
36235
36416
|
|
36417
|
+
@property
|
36418
|
+
@pulumi.getter(name="nextHopInterRegionCost")
|
36419
|
+
def next_hop_inter_region_cost(self) -> str:
|
36420
|
+
"""
|
36421
|
+
Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
36422
|
+
"""
|
36423
|
+
return pulumi.get(self, "next_hop_inter_region_cost")
|
36424
|
+
|
36236
36425
|
@property
|
36237
36426
|
@pulumi.getter(name="nextHopIp")
|
36238
36427
|
def next_hop_ip(self) -> str:
|
@@ -36241,6 +36430,14 @@ class RouterStatusBestRouteResult(dict):
|
|
36241
36430
|
"""
|
36242
36431
|
return pulumi.get(self, "next_hop_ip")
|
36243
36432
|
|
36433
|
+
@property
|
36434
|
+
@pulumi.getter(name="nextHopMed")
|
36435
|
+
def next_hop_med(self) -> str:
|
36436
|
+
"""
|
36437
|
+
Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
36438
|
+
"""
|
36439
|
+
return pulumi.get(self, "next_hop_med")
|
36440
|
+
|
36244
36441
|
@property
|
36245
36442
|
@pulumi.getter(name="nextHopNetwork")
|
36246
36443
|
def next_hop_network(self) -> str:
|
@@ -36249,6 +36446,14 @@ class RouterStatusBestRouteResult(dict):
|
|
36249
36446
|
"""
|
36250
36447
|
return pulumi.get(self, "next_hop_network")
|
36251
36448
|
|
36449
|
+
@property
|
36450
|
+
@pulumi.getter(name="nextHopOrigin")
|
36451
|
+
def next_hop_origin(self) -> str:
|
36452
|
+
"""
|
36453
|
+
Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
36454
|
+
"""
|
36455
|
+
return pulumi.get(self, "next_hop_origin")
|
36456
|
+
|
36252
36457
|
@property
|
36253
36458
|
@pulumi.getter(name="nextHopVpnTunnel")
|
36254
36459
|
def next_hop_vpn_tunnel(self) -> str:
|
@@ -36305,8 +36510,11 @@ class RouterStatusBestRoutesForRouterResult(dict):
|
|
36305
36510
|
next_hop_ilb: str,
|
36306
36511
|
next_hop_instance: str,
|
36307
36512
|
next_hop_instance_zone: str,
|
36513
|
+
next_hop_inter_region_cost: str,
|
36308
36514
|
next_hop_ip: str,
|
36515
|
+
next_hop_med: str,
|
36309
36516
|
next_hop_network: str,
|
36517
|
+
next_hop_origin: str,
|
36310
36518
|
next_hop_vpn_tunnel: str,
|
36311
36519
|
priority: int,
|
36312
36520
|
project: str,
|
@@ -36350,8 +36558,11 @@ class RouterStatusBestRoutesForRouterResult(dict):
|
|
36350
36558
|
* 'zones/zone/instances/instance'
|
36351
36559
|
* Just the instance name, with the zone in 'next_hop_instance_zone'.
|
36352
36560
|
:param str next_hop_instance_zone: The zone of the instance specified in next_hop_instance. Omit if next_hop_instance is specified as a URL.
|
36561
|
+
:param str next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
36353
36562
|
:param str next_hop_ip: Network IP address of an instance that should handle matching packets.
|
36563
|
+
:param str next_hop_med: Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
36354
36564
|
:param str next_hop_network: URL to a Network that should handle matching packets.
|
36565
|
+
:param str next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
36355
36566
|
:param str next_hop_vpn_tunnel: URL to a VpnTunnel that should handle matching packets.
|
36356
36567
|
:param int priority: The priority of this route. Priority is used to break ties in cases
|
36357
36568
|
where there is more than one matching route of equal prefix length.
|
@@ -36372,8 +36583,11 @@ class RouterStatusBestRoutesForRouterResult(dict):
|
|
36372
36583
|
pulumi.set(__self__, "next_hop_ilb", next_hop_ilb)
|
36373
36584
|
pulumi.set(__self__, "next_hop_instance", next_hop_instance)
|
36374
36585
|
pulumi.set(__self__, "next_hop_instance_zone", next_hop_instance_zone)
|
36586
|
+
pulumi.set(__self__, "next_hop_inter_region_cost", next_hop_inter_region_cost)
|
36375
36587
|
pulumi.set(__self__, "next_hop_ip", next_hop_ip)
|
36588
|
+
pulumi.set(__self__, "next_hop_med", next_hop_med)
|
36376
36589
|
pulumi.set(__self__, "next_hop_network", next_hop_network)
|
36590
|
+
pulumi.set(__self__, "next_hop_origin", next_hop_origin)
|
36377
36591
|
pulumi.set(__self__, "next_hop_vpn_tunnel", next_hop_vpn_tunnel)
|
36378
36592
|
pulumi.set(__self__, "priority", priority)
|
36379
36593
|
pulumi.set(__self__, "project", project)
|
@@ -36473,6 +36687,14 @@ class RouterStatusBestRoutesForRouterResult(dict):
|
|
36473
36687
|
"""
|
36474
36688
|
return pulumi.get(self, "next_hop_instance_zone")
|
36475
36689
|
|
36690
|
+
@property
|
36691
|
+
@pulumi.getter(name="nextHopInterRegionCost")
|
36692
|
+
def next_hop_inter_region_cost(self) -> str:
|
36693
|
+
"""
|
36694
|
+
Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
36695
|
+
"""
|
36696
|
+
return pulumi.get(self, "next_hop_inter_region_cost")
|
36697
|
+
|
36476
36698
|
@property
|
36477
36699
|
@pulumi.getter(name="nextHopIp")
|
36478
36700
|
def next_hop_ip(self) -> str:
|
@@ -36481,6 +36703,14 @@ class RouterStatusBestRoutesForRouterResult(dict):
|
|
36481
36703
|
"""
|
36482
36704
|
return pulumi.get(self, "next_hop_ip")
|
36483
36705
|
|
36706
|
+
@property
|
36707
|
+
@pulumi.getter(name="nextHopMed")
|
36708
|
+
def next_hop_med(self) -> str:
|
36709
|
+
"""
|
36710
|
+
Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
36711
|
+
"""
|
36712
|
+
return pulumi.get(self, "next_hop_med")
|
36713
|
+
|
36484
36714
|
@property
|
36485
36715
|
@pulumi.getter(name="nextHopNetwork")
|
36486
36716
|
def next_hop_network(self) -> str:
|
@@ -36489,6 +36719,14 @@ class RouterStatusBestRoutesForRouterResult(dict):
|
|
36489
36719
|
"""
|
36490
36720
|
return pulumi.get(self, "next_hop_network")
|
36491
36721
|
|
36722
|
+
@property
|
36723
|
+
@pulumi.getter(name="nextHopOrigin")
|
36724
|
+
def next_hop_origin(self) -> str:
|
36725
|
+
"""
|
36726
|
+
Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
36727
|
+
"""
|
36728
|
+
return pulumi.get(self, "next_hop_origin")
|
36729
|
+
|
36492
36730
|
@property
|
36493
36731
|
@pulumi.getter(name="nextHopVpnTunnel")
|
36494
36732
|
def next_hop_vpn_tunnel(self) -> str:
|
@@ -47664,6 +47902,87 @@ class GetBackendServiceSecuritySettingAwsV4AuthenticationResult(dict):
|
|
47664
47902
|
return pulumi.get(self, "origin_region")
|
47665
47903
|
|
47666
47904
|
|
47905
|
+
@pulumi.output_type
|
47906
|
+
class GetBackendServiceStrongSessionAffinityCookyResult(dict):
|
47907
|
+
def __init__(__self__, *,
|
47908
|
+
name: str,
|
47909
|
+
path: str,
|
47910
|
+
ttls: Sequence['outputs.GetBackendServiceStrongSessionAffinityCookyTtlResult']):
|
47911
|
+
"""
|
47912
|
+
:param str name: The name of the Backend Service.
|
47913
|
+
|
47914
|
+
- - -
|
47915
|
+
:param str path: Path to set for the cookie.
|
47916
|
+
:param Sequence['GetBackendServiceStrongSessionAffinityCookyTtlArgs'] ttls: Lifetime of the cookie.
|
47917
|
+
"""
|
47918
|
+
pulumi.set(__self__, "name", name)
|
47919
|
+
pulumi.set(__self__, "path", path)
|
47920
|
+
pulumi.set(__self__, "ttls", ttls)
|
47921
|
+
|
47922
|
+
@property
|
47923
|
+
@pulumi.getter
|
47924
|
+
def name(self) -> str:
|
47925
|
+
"""
|
47926
|
+
The name of the Backend Service.
|
47927
|
+
|
47928
|
+
- - -
|
47929
|
+
"""
|
47930
|
+
return pulumi.get(self, "name")
|
47931
|
+
|
47932
|
+
@property
|
47933
|
+
@pulumi.getter
|
47934
|
+
def path(self) -> str:
|
47935
|
+
"""
|
47936
|
+
Path to set for the cookie.
|
47937
|
+
"""
|
47938
|
+
return pulumi.get(self, "path")
|
47939
|
+
|
47940
|
+
@property
|
47941
|
+
@pulumi.getter
|
47942
|
+
def ttls(self) -> Sequence['outputs.GetBackendServiceStrongSessionAffinityCookyTtlResult']:
|
47943
|
+
"""
|
47944
|
+
Lifetime of the cookie.
|
47945
|
+
"""
|
47946
|
+
return pulumi.get(self, "ttls")
|
47947
|
+
|
47948
|
+
|
47949
|
+
@pulumi.output_type
|
47950
|
+
class GetBackendServiceStrongSessionAffinityCookyTtlResult(dict):
|
47951
|
+
def __init__(__self__, *,
|
47952
|
+
nanos: int,
|
47953
|
+
seconds: int):
|
47954
|
+
"""
|
47955
|
+
:param int nanos: Span of time that's a fraction of a second at nanosecond
|
47956
|
+
resolution. Durations less than one second are represented
|
47957
|
+
with a 0 seconds field and a positive nanos field. Must
|
47958
|
+
be from 0 to 999,999,999 inclusive.
|
47959
|
+
:param int seconds: Span of time at a resolution of a second.
|
47960
|
+
Must be from 0 to 315,576,000,000 inclusive.
|
47961
|
+
"""
|
47962
|
+
pulumi.set(__self__, "nanos", nanos)
|
47963
|
+
pulumi.set(__self__, "seconds", seconds)
|
47964
|
+
|
47965
|
+
@property
|
47966
|
+
@pulumi.getter
|
47967
|
+
def nanos(self) -> int:
|
47968
|
+
"""
|
47969
|
+
Span of time that's a fraction of a second at nanosecond
|
47970
|
+
resolution. Durations less than one second are represented
|
47971
|
+
with a 0 seconds field and a positive nanos field. Must
|
47972
|
+
be from 0 to 999,999,999 inclusive.
|
47973
|
+
"""
|
47974
|
+
return pulumi.get(self, "nanos")
|
47975
|
+
|
47976
|
+
@property
|
47977
|
+
@pulumi.getter
|
47978
|
+
def seconds(self) -> int:
|
47979
|
+
"""
|
47980
|
+
Span of time at a resolution of a second.
|
47981
|
+
Must be from 0 to 315,576,000,000 inclusive.
|
47982
|
+
"""
|
47983
|
+
return pulumi.get(self, "seconds")
|
47984
|
+
|
47985
|
+
|
47667
47986
|
@pulumi.output_type
|
47668
47987
|
class GetDiskAsyncPrimaryDiskResult(dict):
|
47669
47988
|
def __init__(__self__, *,
|
@@ -50007,7 +50326,7 @@ class GetInstanceConfidentialInstanceConfigResult(dict):
|
|
50007
50326
|
:param str confidential_instance_type: The confidential computing technology the instance uses.
|
50008
50327
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
50009
50328
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
50010
|
-
"AMD Milan" is currently required.
|
50329
|
+
"AMD Milan" is currently required.
|
50011
50330
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled. Field will be deprecated in a future release
|
50012
50331
|
"""
|
50013
50332
|
pulumi.set(__self__, "confidential_instance_type", confidential_instance_type)
|
@@ -50020,7 +50339,7 @@ class GetInstanceConfidentialInstanceConfigResult(dict):
|
|
50020
50339
|
The confidential computing technology the instance uses.
|
50021
50340
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
50022
50341
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
50023
|
-
"AMD Milan" is currently required.
|
50342
|
+
"AMD Milan" is currently required.
|
50024
50343
|
"""
|
50025
50344
|
return pulumi.get(self, "confidential_instance_type")
|
50026
50345
|
|
@@ -51518,7 +51837,7 @@ class GetInstanceTemplateConfidentialInstanceConfigResult(dict):
|
|
51518
51837
|
:param str confidential_instance_type: The confidential computing technology the instance uses.
|
51519
51838
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
51520
51839
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
51521
|
-
"AMD Milan" is currently required.
|
51840
|
+
"AMD Milan" is currently required.
|
51522
51841
|
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
51523
51842
|
"""
|
51524
51843
|
pulumi.set(__self__, "confidential_instance_type", confidential_instance_type)
|
@@ -51531,7 +51850,7 @@ class GetInstanceTemplateConfidentialInstanceConfigResult(dict):
|
|
51531
51850
|
The confidential computing technology the instance uses.
|
51532
51851
|
SEV is an AMD feature. TDX is an Intel feature. One of the following
|
51533
51852
|
values is required: SEV, SEV_SNP, TDX. If SEV_SNP, min_cpu_platform =
|
51534
|
-
"AMD Milan" is currently required.
|
51853
|
+
"AMD Milan" is currently required.
|
51535
51854
|
"""
|
51536
51855
|
return pulumi.get(self, "confidential_instance_type")
|
51537
51856
|
|
@@ -56282,8 +56601,11 @@ class GetRouterStatusBestRouteResult(dict):
|
|
56282
56601
|
next_hop_ilb: str,
|
56283
56602
|
next_hop_instance: str,
|
56284
56603
|
next_hop_instance_zone: str,
|
56604
|
+
next_hop_inter_region_cost: str,
|
56285
56605
|
next_hop_ip: str,
|
56606
|
+
next_hop_med: str,
|
56286
56607
|
next_hop_network: str,
|
56608
|
+
next_hop_origin: str,
|
56287
56609
|
next_hop_vpn_tunnel: str,
|
56288
56610
|
priority: int,
|
56289
56611
|
project: str,
|
@@ -56327,8 +56649,11 @@ class GetRouterStatusBestRouteResult(dict):
|
|
56327
56649
|
* 'zones/zone/instances/instance'
|
56328
56650
|
* Just the instance name, with the zone in 'next_hop_instance_zone'.
|
56329
56651
|
:param str next_hop_instance_zone: The zone of the instance specified in next_hop_instance. Omit if next_hop_instance is specified as a URL.
|
56652
|
+
:param str next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
56330
56653
|
:param str next_hop_ip: Network IP address of an instance that should handle matching packets.
|
56654
|
+
:param str next_hop_med: Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
56331
56655
|
:param str next_hop_network: URL to a Network that should handle matching packets.
|
56656
|
+
:param str next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
56332
56657
|
:param str next_hop_vpn_tunnel: URL to a VpnTunnel that should handle matching packets.
|
56333
56658
|
:param int priority: The priority of this route. Priority is used to break ties in cases
|
56334
56659
|
where there is more than one matching route of equal prefix length.
|
@@ -56349,8 +56674,11 @@ class GetRouterStatusBestRouteResult(dict):
|
|
56349
56674
|
pulumi.set(__self__, "next_hop_ilb", next_hop_ilb)
|
56350
56675
|
pulumi.set(__self__, "next_hop_instance", next_hop_instance)
|
56351
56676
|
pulumi.set(__self__, "next_hop_instance_zone", next_hop_instance_zone)
|
56677
|
+
pulumi.set(__self__, "next_hop_inter_region_cost", next_hop_inter_region_cost)
|
56352
56678
|
pulumi.set(__self__, "next_hop_ip", next_hop_ip)
|
56679
|
+
pulumi.set(__self__, "next_hop_med", next_hop_med)
|
56353
56680
|
pulumi.set(__self__, "next_hop_network", next_hop_network)
|
56681
|
+
pulumi.set(__self__, "next_hop_origin", next_hop_origin)
|
56354
56682
|
pulumi.set(__self__, "next_hop_vpn_tunnel", next_hop_vpn_tunnel)
|
56355
56683
|
pulumi.set(__self__, "priority", priority)
|
56356
56684
|
pulumi.set(__self__, "project", project)
|
@@ -56450,6 +56778,14 @@ class GetRouterStatusBestRouteResult(dict):
|
|
56450
56778
|
"""
|
56451
56779
|
return pulumi.get(self, "next_hop_instance_zone")
|
56452
56780
|
|
56781
|
+
@property
|
56782
|
+
@pulumi.getter(name="nextHopInterRegionCost")
|
56783
|
+
def next_hop_inter_region_cost(self) -> str:
|
56784
|
+
"""
|
56785
|
+
Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
56786
|
+
"""
|
56787
|
+
return pulumi.get(self, "next_hop_inter_region_cost")
|
56788
|
+
|
56453
56789
|
@property
|
56454
56790
|
@pulumi.getter(name="nextHopIp")
|
56455
56791
|
def next_hop_ip(self) -> str:
|
@@ -56458,6 +56794,14 @@ class GetRouterStatusBestRouteResult(dict):
|
|
56458
56794
|
"""
|
56459
56795
|
return pulumi.get(self, "next_hop_ip")
|
56460
56796
|
|
56797
|
+
@property
|
56798
|
+
@pulumi.getter(name="nextHopMed")
|
56799
|
+
def next_hop_med(self) -> str:
|
56800
|
+
"""
|
56801
|
+
Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
56802
|
+
"""
|
56803
|
+
return pulumi.get(self, "next_hop_med")
|
56804
|
+
|
56461
56805
|
@property
|
56462
56806
|
@pulumi.getter(name="nextHopNetwork")
|
56463
56807
|
def next_hop_network(self) -> str:
|
@@ -56466,6 +56810,14 @@ class GetRouterStatusBestRouteResult(dict):
|
|
56466
56810
|
"""
|
56467
56811
|
return pulumi.get(self, "next_hop_network")
|
56468
56812
|
|
56813
|
+
@property
|
56814
|
+
@pulumi.getter(name="nextHopOrigin")
|
56815
|
+
def next_hop_origin(self) -> str:
|
56816
|
+
"""
|
56817
|
+
Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
56818
|
+
"""
|
56819
|
+
return pulumi.get(self, "next_hop_origin")
|
56820
|
+
|
56469
56821
|
@property
|
56470
56822
|
@pulumi.getter(name="nextHopVpnTunnel")
|
56471
56823
|
def next_hop_vpn_tunnel(self) -> str:
|
@@ -56522,8 +56874,11 @@ class GetRouterStatusBestRoutesForRouterResult(dict):
|
|
56522
56874
|
next_hop_ilb: str,
|
56523
56875
|
next_hop_instance: str,
|
56524
56876
|
next_hop_instance_zone: str,
|
56877
|
+
next_hop_inter_region_cost: str,
|
56525
56878
|
next_hop_ip: str,
|
56879
|
+
next_hop_med: str,
|
56526
56880
|
next_hop_network: str,
|
56881
|
+
next_hop_origin: str,
|
56527
56882
|
next_hop_vpn_tunnel: str,
|
56528
56883
|
priority: int,
|
56529
56884
|
project: str,
|
@@ -56567,8 +56922,11 @@ class GetRouterStatusBestRoutesForRouterResult(dict):
|
|
56567
56922
|
* 'zones/zone/instances/instance'
|
56568
56923
|
* Just the instance name, with the zone in 'next_hop_instance_zone'.
|
56569
56924
|
:param str next_hop_instance_zone: The zone of the instance specified in next_hop_instance. Omit if next_hop_instance is specified as a URL.
|
56925
|
+
:param str next_hop_inter_region_cost: Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
56570
56926
|
:param str next_hop_ip: Network IP address of an instance that should handle matching packets.
|
56927
|
+
:param str next_hop_med: Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
56571
56928
|
:param str next_hop_network: URL to a Network that should handle matching packets.
|
56929
|
+
:param str next_hop_origin: Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
56572
56930
|
:param str next_hop_vpn_tunnel: URL to a VpnTunnel that should handle matching packets.
|
56573
56931
|
:param int priority: The priority of this route. Priority is used to break ties in cases
|
56574
56932
|
where there is more than one matching route of equal prefix length.
|
@@ -56589,8 +56947,11 @@ class GetRouterStatusBestRoutesForRouterResult(dict):
|
|
56589
56947
|
pulumi.set(__self__, "next_hop_ilb", next_hop_ilb)
|
56590
56948
|
pulumi.set(__self__, "next_hop_instance", next_hop_instance)
|
56591
56949
|
pulumi.set(__self__, "next_hop_instance_zone", next_hop_instance_zone)
|
56950
|
+
pulumi.set(__self__, "next_hop_inter_region_cost", next_hop_inter_region_cost)
|
56592
56951
|
pulumi.set(__self__, "next_hop_ip", next_hop_ip)
|
56952
|
+
pulumi.set(__self__, "next_hop_med", next_hop_med)
|
56593
56953
|
pulumi.set(__self__, "next_hop_network", next_hop_network)
|
56954
|
+
pulumi.set(__self__, "next_hop_origin", next_hop_origin)
|
56594
56955
|
pulumi.set(__self__, "next_hop_vpn_tunnel", next_hop_vpn_tunnel)
|
56595
56956
|
pulumi.set(__self__, "priority", priority)
|
56596
56957
|
pulumi.set(__self__, "project", project)
|
@@ -56690,6 +57051,14 @@ class GetRouterStatusBestRoutesForRouterResult(dict):
|
|
56690
57051
|
"""
|
56691
57052
|
return pulumi.get(self, "next_hop_instance_zone")
|
56692
57053
|
|
57054
|
+
@property
|
57055
|
+
@pulumi.getter(name="nextHopInterRegionCost")
|
57056
|
+
def next_hop_inter_region_cost(self) -> str:
|
57057
|
+
"""
|
57058
|
+
Internal fixed region-to-region cost that Google Cloud calculates based on factors such as network performance, distance, and available bandwidth between regions.
|
57059
|
+
"""
|
57060
|
+
return pulumi.get(self, "next_hop_inter_region_cost")
|
57061
|
+
|
56693
57062
|
@property
|
56694
57063
|
@pulumi.getter(name="nextHopIp")
|
56695
57064
|
def next_hop_ip(self) -> str:
|
@@ -56698,6 +57067,14 @@ class GetRouterStatusBestRoutesForRouterResult(dict):
|
|
56698
57067
|
"""
|
56699
57068
|
return pulumi.get(self, "next_hop_ip")
|
56700
57069
|
|
57070
|
+
@property
|
57071
|
+
@pulumi.getter(name="nextHopMed")
|
57072
|
+
def next_hop_med(self) -> str:
|
57073
|
+
"""
|
57074
|
+
Multi-Exit Discriminator, a BGP route metric that indicates the desirability of a particular route in a network.
|
57075
|
+
"""
|
57076
|
+
return pulumi.get(self, "next_hop_med")
|
57077
|
+
|
56701
57078
|
@property
|
56702
57079
|
@pulumi.getter(name="nextHopNetwork")
|
56703
57080
|
def next_hop_network(self) -> str:
|
@@ -56706,6 +57083,14 @@ class GetRouterStatusBestRoutesForRouterResult(dict):
|
|
56706
57083
|
"""
|
56707
57084
|
return pulumi.get(self, "next_hop_network")
|
56708
57085
|
|
57086
|
+
@property
|
57087
|
+
@pulumi.getter(name="nextHopOrigin")
|
57088
|
+
def next_hop_origin(self) -> str:
|
57089
|
+
"""
|
57090
|
+
Indicates the origin of the route. Can be IGP (Interior Gateway Protocol), EGP (Exterior Gateway Protocol), or INCOMPLETE.
|
57091
|
+
"""
|
57092
|
+
return pulumi.get(self, "next_hop_origin")
|
57093
|
+
|
56709
57094
|
@property
|
56710
57095
|
@pulumi.getter(name="nextHopVpnTunnel")
|
56711
57096
|
def next_hop_vpn_tunnel(self) -> str:
|