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/network.py
CHANGED
@@ -20,6 +20,9 @@ __all__ = ['NetworkArgs', 'Network']
|
|
20
20
|
class NetworkArgs:
|
21
21
|
def __init__(__self__, *,
|
22
22
|
auto_create_subnetworks: Optional[pulumi.Input[bool]] = None,
|
23
|
+
bgp_always_compare_med: Optional[pulumi.Input[bool]] = None,
|
24
|
+
bgp_best_path_selection_mode: Optional[pulumi.Input[str]] = None,
|
25
|
+
bgp_inter_region_cost: Optional[pulumi.Input[str]] = None,
|
23
26
|
delete_default_routes_on_create: Optional[pulumi.Input[bool]] = None,
|
24
27
|
description: Optional[pulumi.Input[str]] = None,
|
25
28
|
enable_ula_internal_ipv6: Optional[pulumi.Input[bool]] = None,
|
@@ -36,6 +39,12 @@ class NetworkArgs:
|
|
36
39
|
`10.128.0.0/9` address range.
|
37
40
|
When set to `false`, the network is created in "custom subnet mode" so
|
38
41
|
the user can explicitly connect subnetwork resources.
|
42
|
+
:param pulumi.Input[bool] bgp_always_compare_med: Enables/disables the comparison of MED across routes with different Neighbor ASNs.
|
43
|
+
This value can only be set if the --bgp-best-path-selection-mode is STANDARD
|
44
|
+
:param pulumi.Input[str] bgp_best_path_selection_mode: The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD.
|
45
|
+
Possible values are: `LEGACY`, `STANDARD`.
|
46
|
+
:param pulumi.Input[str] bgp_inter_region_cost: Choice of the behavior of inter-regional cost and MED in the BPS algorithm.
|
47
|
+
Possible values are: `DEFAULT`, `ADD_COST_TO_MED`.
|
39
48
|
:param pulumi.Input[bool] delete_default_routes_on_create: If set to `true`, default routes (`0.0.0.0/0`) will be deleted
|
40
49
|
immediately after network creation. Defaults to `false`.
|
41
50
|
:param pulumi.Input[str] description: An optional description of this resource. The resource must be
|
@@ -76,6 +85,12 @@ class NetworkArgs:
|
|
76
85
|
"""
|
77
86
|
if auto_create_subnetworks is not None:
|
78
87
|
pulumi.set(__self__, "auto_create_subnetworks", auto_create_subnetworks)
|
88
|
+
if bgp_always_compare_med is not None:
|
89
|
+
pulumi.set(__self__, "bgp_always_compare_med", bgp_always_compare_med)
|
90
|
+
if bgp_best_path_selection_mode is not None:
|
91
|
+
pulumi.set(__self__, "bgp_best_path_selection_mode", bgp_best_path_selection_mode)
|
92
|
+
if bgp_inter_region_cost is not None:
|
93
|
+
pulumi.set(__self__, "bgp_inter_region_cost", bgp_inter_region_cost)
|
79
94
|
if delete_default_routes_on_create is not None:
|
80
95
|
pulumi.set(__self__, "delete_default_routes_on_create", delete_default_routes_on_create)
|
81
96
|
if description is not None:
|
@@ -111,6 +126,45 @@ class NetworkArgs:
|
|
111
126
|
def auto_create_subnetworks(self, value: Optional[pulumi.Input[bool]]):
|
112
127
|
pulumi.set(self, "auto_create_subnetworks", value)
|
113
128
|
|
129
|
+
@property
|
130
|
+
@pulumi.getter(name="bgpAlwaysCompareMed")
|
131
|
+
def bgp_always_compare_med(self) -> Optional[pulumi.Input[bool]]:
|
132
|
+
"""
|
133
|
+
Enables/disables the comparison of MED across routes with different Neighbor ASNs.
|
134
|
+
This value can only be set if the --bgp-best-path-selection-mode is STANDARD
|
135
|
+
"""
|
136
|
+
return pulumi.get(self, "bgp_always_compare_med")
|
137
|
+
|
138
|
+
@bgp_always_compare_med.setter
|
139
|
+
def bgp_always_compare_med(self, value: Optional[pulumi.Input[bool]]):
|
140
|
+
pulumi.set(self, "bgp_always_compare_med", value)
|
141
|
+
|
142
|
+
@property
|
143
|
+
@pulumi.getter(name="bgpBestPathSelectionMode")
|
144
|
+
def bgp_best_path_selection_mode(self) -> Optional[pulumi.Input[str]]:
|
145
|
+
"""
|
146
|
+
The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD.
|
147
|
+
Possible values are: `LEGACY`, `STANDARD`.
|
148
|
+
"""
|
149
|
+
return pulumi.get(self, "bgp_best_path_selection_mode")
|
150
|
+
|
151
|
+
@bgp_best_path_selection_mode.setter
|
152
|
+
def bgp_best_path_selection_mode(self, value: Optional[pulumi.Input[str]]):
|
153
|
+
pulumi.set(self, "bgp_best_path_selection_mode", value)
|
154
|
+
|
155
|
+
@property
|
156
|
+
@pulumi.getter(name="bgpInterRegionCost")
|
157
|
+
def bgp_inter_region_cost(self) -> Optional[pulumi.Input[str]]:
|
158
|
+
"""
|
159
|
+
Choice of the behavior of inter-regional cost and MED in the BPS algorithm.
|
160
|
+
Possible values are: `DEFAULT`, `ADD_COST_TO_MED`.
|
161
|
+
"""
|
162
|
+
return pulumi.get(self, "bgp_inter_region_cost")
|
163
|
+
|
164
|
+
@bgp_inter_region_cost.setter
|
165
|
+
def bgp_inter_region_cost(self, value: Optional[pulumi.Input[str]]):
|
166
|
+
pulumi.set(self, "bgp_inter_region_cost", value)
|
167
|
+
|
114
168
|
@property
|
115
169
|
@pulumi.getter(name="deleteDefaultRoutesOnCreate")
|
116
170
|
def delete_default_routes_on_create(self) -> Optional[pulumi.Input[bool]]:
|
@@ -252,6 +306,9 @@ class NetworkArgs:
|
|
252
306
|
class _NetworkState:
|
253
307
|
def __init__(__self__, *,
|
254
308
|
auto_create_subnetworks: Optional[pulumi.Input[bool]] = None,
|
309
|
+
bgp_always_compare_med: Optional[pulumi.Input[bool]] = None,
|
310
|
+
bgp_best_path_selection_mode: Optional[pulumi.Input[str]] = None,
|
311
|
+
bgp_inter_region_cost: Optional[pulumi.Input[str]] = None,
|
255
312
|
delete_default_routes_on_create: Optional[pulumi.Input[bool]] = None,
|
256
313
|
description: Optional[pulumi.Input[str]] = None,
|
257
314
|
enable_ula_internal_ipv6: Optional[pulumi.Input[bool]] = None,
|
@@ -271,6 +328,12 @@ class _NetworkState:
|
|
271
328
|
`10.128.0.0/9` address range.
|
272
329
|
When set to `false`, the network is created in "custom subnet mode" so
|
273
330
|
the user can explicitly connect subnetwork resources.
|
331
|
+
:param pulumi.Input[bool] bgp_always_compare_med: Enables/disables the comparison of MED across routes with different Neighbor ASNs.
|
332
|
+
This value can only be set if the --bgp-best-path-selection-mode is STANDARD
|
333
|
+
:param pulumi.Input[str] bgp_best_path_selection_mode: The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD.
|
334
|
+
Possible values are: `LEGACY`, `STANDARD`.
|
335
|
+
:param pulumi.Input[str] bgp_inter_region_cost: Choice of the behavior of inter-regional cost and MED in the BPS algorithm.
|
336
|
+
Possible values are: `DEFAULT`, `ADD_COST_TO_MED`.
|
274
337
|
:param pulumi.Input[bool] delete_default_routes_on_create: If set to `true`, default routes (`0.0.0.0/0`) will be deleted
|
275
338
|
immediately after network creation. Defaults to `false`.
|
276
339
|
:param pulumi.Input[str] description: An optional description of this resource. The resource must be
|
@@ -315,6 +378,12 @@ class _NetworkState:
|
|
315
378
|
"""
|
316
379
|
if auto_create_subnetworks is not None:
|
317
380
|
pulumi.set(__self__, "auto_create_subnetworks", auto_create_subnetworks)
|
381
|
+
if bgp_always_compare_med is not None:
|
382
|
+
pulumi.set(__self__, "bgp_always_compare_med", bgp_always_compare_med)
|
383
|
+
if bgp_best_path_selection_mode is not None:
|
384
|
+
pulumi.set(__self__, "bgp_best_path_selection_mode", bgp_best_path_selection_mode)
|
385
|
+
if bgp_inter_region_cost is not None:
|
386
|
+
pulumi.set(__self__, "bgp_inter_region_cost", bgp_inter_region_cost)
|
318
387
|
if delete_default_routes_on_create is not None:
|
319
388
|
pulumi.set(__self__, "delete_default_routes_on_create", delete_default_routes_on_create)
|
320
389
|
if description is not None:
|
@@ -356,6 +425,45 @@ class _NetworkState:
|
|
356
425
|
def auto_create_subnetworks(self, value: Optional[pulumi.Input[bool]]):
|
357
426
|
pulumi.set(self, "auto_create_subnetworks", value)
|
358
427
|
|
428
|
+
@property
|
429
|
+
@pulumi.getter(name="bgpAlwaysCompareMed")
|
430
|
+
def bgp_always_compare_med(self) -> Optional[pulumi.Input[bool]]:
|
431
|
+
"""
|
432
|
+
Enables/disables the comparison of MED across routes with different Neighbor ASNs.
|
433
|
+
This value can only be set if the --bgp-best-path-selection-mode is STANDARD
|
434
|
+
"""
|
435
|
+
return pulumi.get(self, "bgp_always_compare_med")
|
436
|
+
|
437
|
+
@bgp_always_compare_med.setter
|
438
|
+
def bgp_always_compare_med(self, value: Optional[pulumi.Input[bool]]):
|
439
|
+
pulumi.set(self, "bgp_always_compare_med", value)
|
440
|
+
|
441
|
+
@property
|
442
|
+
@pulumi.getter(name="bgpBestPathSelectionMode")
|
443
|
+
def bgp_best_path_selection_mode(self) -> Optional[pulumi.Input[str]]:
|
444
|
+
"""
|
445
|
+
The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD.
|
446
|
+
Possible values are: `LEGACY`, `STANDARD`.
|
447
|
+
"""
|
448
|
+
return pulumi.get(self, "bgp_best_path_selection_mode")
|
449
|
+
|
450
|
+
@bgp_best_path_selection_mode.setter
|
451
|
+
def bgp_best_path_selection_mode(self, value: Optional[pulumi.Input[str]]):
|
452
|
+
pulumi.set(self, "bgp_best_path_selection_mode", value)
|
453
|
+
|
454
|
+
@property
|
455
|
+
@pulumi.getter(name="bgpInterRegionCost")
|
456
|
+
def bgp_inter_region_cost(self) -> Optional[pulumi.Input[str]]:
|
457
|
+
"""
|
458
|
+
Choice of the behavior of inter-regional cost and MED in the BPS algorithm.
|
459
|
+
Possible values are: `DEFAULT`, `ADD_COST_TO_MED`.
|
460
|
+
"""
|
461
|
+
return pulumi.get(self, "bgp_inter_region_cost")
|
462
|
+
|
463
|
+
@bgp_inter_region_cost.setter
|
464
|
+
def bgp_inter_region_cost(self, value: Optional[pulumi.Input[str]]):
|
465
|
+
pulumi.set(self, "bgp_inter_region_cost", value)
|
466
|
+
|
359
467
|
@property
|
360
468
|
@pulumi.getter(name="deleteDefaultRoutesOnCreate")
|
361
469
|
def delete_default_routes_on_create(self) -> Optional[pulumi.Input[bool]]:
|
@@ -536,6 +644,9 @@ class Network(pulumi.CustomResource):
|
|
536
644
|
resource_name: str,
|
537
645
|
opts: Optional[pulumi.ResourceOptions] = None,
|
538
646
|
auto_create_subnetworks: Optional[pulumi.Input[bool]] = None,
|
647
|
+
bgp_always_compare_med: Optional[pulumi.Input[bool]] = None,
|
648
|
+
bgp_best_path_selection_mode: Optional[pulumi.Input[str]] = None,
|
649
|
+
bgp_inter_region_cost: Optional[pulumi.Input[str]] = None,
|
539
650
|
delete_default_routes_on_create: Optional[pulumi.Input[bool]] = None,
|
540
651
|
description: Optional[pulumi.Input[str]] = None,
|
541
652
|
enable_ula_internal_ipv6: Optional[pulumi.Input[bool]] = None,
|
@@ -589,6 +700,43 @@ class Network(pulumi.CustomResource):
|
|
589
700
|
auto_create_subnetworks=True,
|
590
701
|
network_firewall_policy_enforcement_order="BEFORE_CLASSIC_FIREWALL")
|
591
702
|
```
|
703
|
+
### Network Bgp Best Path Selection Mode
|
704
|
+
|
705
|
+
```python
|
706
|
+
import pulumi
|
707
|
+
import pulumi_gcp as gcp
|
708
|
+
|
709
|
+
vpc_network = gcp.compute.Network("vpc_network",
|
710
|
+
project="my-project-name",
|
711
|
+
name="vpc-network",
|
712
|
+
routing_mode="GLOBAL")
|
713
|
+
```
|
714
|
+
### Network Bgp Best Path Selection Mode Standard
|
715
|
+
|
716
|
+
```python
|
717
|
+
import pulumi
|
718
|
+
import pulumi_gcp as gcp
|
719
|
+
|
720
|
+
vpc_network = gcp.compute.Network("vpc_network",
|
721
|
+
project="my-project-name",
|
722
|
+
name="vpc-network",
|
723
|
+
routing_mode="GLOBAL",
|
724
|
+
bgp_best_path_selection_mode="STANDARD")
|
725
|
+
```
|
726
|
+
### Network Bgp Best Path Selection Mode Standard Custom Fields
|
727
|
+
|
728
|
+
```python
|
729
|
+
import pulumi
|
730
|
+
import pulumi_gcp as gcp
|
731
|
+
|
732
|
+
vpc_network = gcp.compute.Network("vpc_network",
|
733
|
+
project="my-project-name",
|
734
|
+
name="vpc-network",
|
735
|
+
routing_mode="GLOBAL",
|
736
|
+
bgp_best_path_selection_mode="STANDARD",
|
737
|
+
bgp_always_compare_med=True,
|
738
|
+
bgp_inter_region_cost="ADD_COST_TO_MED")
|
739
|
+
```
|
592
740
|
|
593
741
|
## Import
|
594
742
|
|
@@ -621,6 +769,12 @@ class Network(pulumi.CustomResource):
|
|
621
769
|
`10.128.0.0/9` address range.
|
622
770
|
When set to `false`, the network is created in "custom subnet mode" so
|
623
771
|
the user can explicitly connect subnetwork resources.
|
772
|
+
:param pulumi.Input[bool] bgp_always_compare_med: Enables/disables the comparison of MED across routes with different Neighbor ASNs.
|
773
|
+
This value can only be set if the --bgp-best-path-selection-mode is STANDARD
|
774
|
+
:param pulumi.Input[str] bgp_best_path_selection_mode: The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD.
|
775
|
+
Possible values are: `LEGACY`, `STANDARD`.
|
776
|
+
:param pulumi.Input[str] bgp_inter_region_cost: Choice of the behavior of inter-regional cost and MED in the BPS algorithm.
|
777
|
+
Possible values are: `DEFAULT`, `ADD_COST_TO_MED`.
|
624
778
|
:param pulumi.Input[bool] delete_default_routes_on_create: If set to `true`, default routes (`0.0.0.0/0`) will be deleted
|
625
779
|
immediately after network creation. Defaults to `false`.
|
626
780
|
:param pulumi.Input[str] description: An optional description of this resource. The resource must be
|
@@ -708,6 +862,43 @@ class Network(pulumi.CustomResource):
|
|
708
862
|
auto_create_subnetworks=True,
|
709
863
|
network_firewall_policy_enforcement_order="BEFORE_CLASSIC_FIREWALL")
|
710
864
|
```
|
865
|
+
### Network Bgp Best Path Selection Mode
|
866
|
+
|
867
|
+
```python
|
868
|
+
import pulumi
|
869
|
+
import pulumi_gcp as gcp
|
870
|
+
|
871
|
+
vpc_network = gcp.compute.Network("vpc_network",
|
872
|
+
project="my-project-name",
|
873
|
+
name="vpc-network",
|
874
|
+
routing_mode="GLOBAL")
|
875
|
+
```
|
876
|
+
### Network Bgp Best Path Selection Mode Standard
|
877
|
+
|
878
|
+
```python
|
879
|
+
import pulumi
|
880
|
+
import pulumi_gcp as gcp
|
881
|
+
|
882
|
+
vpc_network = gcp.compute.Network("vpc_network",
|
883
|
+
project="my-project-name",
|
884
|
+
name="vpc-network",
|
885
|
+
routing_mode="GLOBAL",
|
886
|
+
bgp_best_path_selection_mode="STANDARD")
|
887
|
+
```
|
888
|
+
### Network Bgp Best Path Selection Mode Standard Custom Fields
|
889
|
+
|
890
|
+
```python
|
891
|
+
import pulumi
|
892
|
+
import pulumi_gcp as gcp
|
893
|
+
|
894
|
+
vpc_network = gcp.compute.Network("vpc_network",
|
895
|
+
project="my-project-name",
|
896
|
+
name="vpc-network",
|
897
|
+
routing_mode="GLOBAL",
|
898
|
+
bgp_best_path_selection_mode="STANDARD",
|
899
|
+
bgp_always_compare_med=True,
|
900
|
+
bgp_inter_region_cost="ADD_COST_TO_MED")
|
901
|
+
```
|
711
902
|
|
712
903
|
## Import
|
713
904
|
|
@@ -749,6 +940,9 @@ class Network(pulumi.CustomResource):
|
|
749
940
|
resource_name: str,
|
750
941
|
opts: Optional[pulumi.ResourceOptions] = None,
|
751
942
|
auto_create_subnetworks: Optional[pulumi.Input[bool]] = None,
|
943
|
+
bgp_always_compare_med: Optional[pulumi.Input[bool]] = None,
|
944
|
+
bgp_best_path_selection_mode: Optional[pulumi.Input[str]] = None,
|
945
|
+
bgp_inter_region_cost: Optional[pulumi.Input[str]] = None,
|
752
946
|
delete_default_routes_on_create: Optional[pulumi.Input[bool]] = None,
|
753
947
|
description: Optional[pulumi.Input[str]] = None,
|
754
948
|
enable_ula_internal_ipv6: Optional[pulumi.Input[bool]] = None,
|
@@ -768,6 +962,9 @@ class Network(pulumi.CustomResource):
|
|
768
962
|
__props__ = NetworkArgs.__new__(NetworkArgs)
|
769
963
|
|
770
964
|
__props__.__dict__["auto_create_subnetworks"] = auto_create_subnetworks
|
965
|
+
__props__.__dict__["bgp_always_compare_med"] = bgp_always_compare_med
|
966
|
+
__props__.__dict__["bgp_best_path_selection_mode"] = bgp_best_path_selection_mode
|
967
|
+
__props__.__dict__["bgp_inter_region_cost"] = bgp_inter_region_cost
|
771
968
|
__props__.__dict__["delete_default_routes_on_create"] = delete_default_routes_on_create
|
772
969
|
__props__.__dict__["description"] = description
|
773
970
|
__props__.__dict__["enable_ula_internal_ipv6"] = enable_ula_internal_ipv6
|
@@ -791,6 +988,9 @@ class Network(pulumi.CustomResource):
|
|
791
988
|
id: pulumi.Input[str],
|
792
989
|
opts: Optional[pulumi.ResourceOptions] = None,
|
793
990
|
auto_create_subnetworks: Optional[pulumi.Input[bool]] = None,
|
991
|
+
bgp_always_compare_med: Optional[pulumi.Input[bool]] = None,
|
992
|
+
bgp_best_path_selection_mode: Optional[pulumi.Input[str]] = None,
|
993
|
+
bgp_inter_region_cost: Optional[pulumi.Input[str]] = None,
|
794
994
|
delete_default_routes_on_create: Optional[pulumi.Input[bool]] = None,
|
795
995
|
description: Optional[pulumi.Input[str]] = None,
|
796
996
|
enable_ula_internal_ipv6: Optional[pulumi.Input[bool]] = None,
|
@@ -815,6 +1015,12 @@ class Network(pulumi.CustomResource):
|
|
815
1015
|
`10.128.0.0/9` address range.
|
816
1016
|
When set to `false`, the network is created in "custom subnet mode" so
|
817
1017
|
the user can explicitly connect subnetwork resources.
|
1018
|
+
:param pulumi.Input[bool] bgp_always_compare_med: Enables/disables the comparison of MED across routes with different Neighbor ASNs.
|
1019
|
+
This value can only be set if the --bgp-best-path-selection-mode is STANDARD
|
1020
|
+
:param pulumi.Input[str] bgp_best_path_selection_mode: The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD.
|
1021
|
+
Possible values are: `LEGACY`, `STANDARD`.
|
1022
|
+
:param pulumi.Input[str] bgp_inter_region_cost: Choice of the behavior of inter-regional cost and MED in the BPS algorithm.
|
1023
|
+
Possible values are: `DEFAULT`, `ADD_COST_TO_MED`.
|
818
1024
|
:param pulumi.Input[bool] delete_default_routes_on_create: If set to `true`, default routes (`0.0.0.0/0`) will be deleted
|
819
1025
|
immediately after network creation. Defaults to `false`.
|
820
1026
|
:param pulumi.Input[str] description: An optional description of this resource. The resource must be
|
@@ -862,6 +1068,9 @@ class Network(pulumi.CustomResource):
|
|
862
1068
|
__props__ = _NetworkState.__new__(_NetworkState)
|
863
1069
|
|
864
1070
|
__props__.__dict__["auto_create_subnetworks"] = auto_create_subnetworks
|
1071
|
+
__props__.__dict__["bgp_always_compare_med"] = bgp_always_compare_med
|
1072
|
+
__props__.__dict__["bgp_best_path_selection_mode"] = bgp_best_path_selection_mode
|
1073
|
+
__props__.__dict__["bgp_inter_region_cost"] = bgp_inter_region_cost
|
865
1074
|
__props__.__dict__["delete_default_routes_on_create"] = delete_default_routes_on_create
|
866
1075
|
__props__.__dict__["description"] = description
|
867
1076
|
__props__.__dict__["enable_ula_internal_ipv6"] = enable_ula_internal_ipv6
|
@@ -888,6 +1097,33 @@ class Network(pulumi.CustomResource):
|
|
888
1097
|
"""
|
889
1098
|
return pulumi.get(self, "auto_create_subnetworks")
|
890
1099
|
|
1100
|
+
@property
|
1101
|
+
@pulumi.getter(name="bgpAlwaysCompareMed")
|
1102
|
+
def bgp_always_compare_med(self) -> pulumi.Output[bool]:
|
1103
|
+
"""
|
1104
|
+
Enables/disables the comparison of MED across routes with different Neighbor ASNs.
|
1105
|
+
This value can only be set if the --bgp-best-path-selection-mode is STANDARD
|
1106
|
+
"""
|
1107
|
+
return pulumi.get(self, "bgp_always_compare_med")
|
1108
|
+
|
1109
|
+
@property
|
1110
|
+
@pulumi.getter(name="bgpBestPathSelectionMode")
|
1111
|
+
def bgp_best_path_selection_mode(self) -> pulumi.Output[str]:
|
1112
|
+
"""
|
1113
|
+
The BGP best selection algorithm to be employed. MODE can be LEGACY or STANDARD.
|
1114
|
+
Possible values are: `LEGACY`, `STANDARD`.
|
1115
|
+
"""
|
1116
|
+
return pulumi.get(self, "bgp_best_path_selection_mode")
|
1117
|
+
|
1118
|
+
@property
|
1119
|
+
@pulumi.getter(name="bgpInterRegionCost")
|
1120
|
+
def bgp_inter_region_cost(self) -> pulumi.Output[str]:
|
1121
|
+
"""
|
1122
|
+
Choice of the behavior of inter-regional cost and MED in the BPS algorithm.
|
1123
|
+
Possible values are: `DEFAULT`, `ADD_COST_TO_MED`.
|
1124
|
+
"""
|
1125
|
+
return pulumi.get(self, "bgp_inter_region_cost")
|
1126
|
+
|
891
1127
|
@property
|
892
1128
|
@pulumi.getter(name="deleteDefaultRoutesOnCreate")
|
893
1129
|
def delete_default_routes_on_create(self) -> pulumi.Output[Optional[bool]]:
|