pulumi-gcp 8.32.1__py3-none-any.whl → 8.33.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 +137 -1
- pulumi_gcp/_inputs.py +1 -1
- pulumi_gcp/_utilities.py +1 -1
- pulumi_gcp/accessapproval/__init__.py +1 -1
- pulumi_gcp/accessapproval/get_folder_service_account.py +1 -1
- pulumi_gcp/accessapproval/get_organization_service_account.py +1 -1
- pulumi_gcp/accessapproval/get_project_service_account.py +1 -1
- pulumi_gcp/accesscontextmanager/__init__.py +1 -1
- pulumi_gcp/accesscontextmanager/_inputs.py +1 -1
- pulumi_gcp/accesscontextmanager/access_level.py +1 -1
- pulumi_gcp/accesscontextmanager/access_level_condition.py +1 -1
- pulumi_gcp/accesscontextmanager/access_levels.py +1 -1
- pulumi_gcp/accesscontextmanager/access_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +1 -1
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +1 -1
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +1 -1
- pulumi_gcp/accesscontextmanager/egress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +1 -1
- pulumi_gcp/accesscontextmanager/get_access_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/ingress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/outputs.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeters.py +1 -1
- pulumi_gcp/activedirectory/__init__.py +1 -1
- pulumi_gcp/activedirectory/domain.py +1 -1
- pulumi_gcp/activedirectory/domain_trust.py +1 -1
- pulumi_gcp/activedirectory/peering.py +1 -1
- pulumi_gcp/alloydb/__init__.py +1 -1
- pulumi_gcp/alloydb/_inputs.py +1 -1
- pulumi_gcp/alloydb/backup.py +1 -1
- pulumi_gcp/alloydb/cluster.py +1 -1
- pulumi_gcp/alloydb/get_cluster.py +1 -1
- pulumi_gcp/alloydb/get_instance.py +13 -2
- pulumi_gcp/alloydb/get_locations.py +1 -1
- pulumi_gcp/alloydb/get_supported_database_flags.py +1 -1
- pulumi_gcp/alloydb/instance.py +104 -1
- pulumi_gcp/alloydb/outputs.py +1 -1
- pulumi_gcp/alloydb/user.py +1 -1
- pulumi_gcp/apigateway/__init__.py +1 -1
- pulumi_gcp/apigateway/_inputs.py +1 -1
- pulumi_gcp/apigateway/api.py +1 -1
- pulumi_gcp/apigateway/api_config.py +1 -1
- pulumi_gcp/apigateway/api_config_iam_binding.py +1 -1
- pulumi_gcp/apigateway/api_config_iam_member.py +1 -1
- pulumi_gcp/apigateway/api_config_iam_policy.py +1 -1
- pulumi_gcp/apigateway/api_iam_binding.py +1 -1
- pulumi_gcp/apigateway/api_iam_member.py +1 -1
- pulumi_gcp/apigateway/api_iam_policy.py +1 -1
- pulumi_gcp/apigateway/gateway.py +1 -1
- pulumi_gcp/apigateway/gateway_iam_binding.py +1 -1
- pulumi_gcp/apigateway/gateway_iam_member.py +1 -1
- pulumi_gcp/apigateway/gateway_iam_policy.py +1 -1
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +1 -1
- pulumi_gcp/apigateway/get_api_iam_policy.py +1 -1
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +1 -1
- pulumi_gcp/apigateway/outputs.py +1 -1
- pulumi_gcp/apigee/__init__.py +2 -1
- pulumi_gcp/apigee/_inputs.py +42 -28
- pulumi_gcp/apigee/addons_config.py +1 -1
- pulumi_gcp/apigee/api.py +1 -1
- pulumi_gcp/apigee/app_group.py +1 -1
- pulumi_gcp/apigee/control_plane_access.py +1 -1
- pulumi_gcp/apigee/developer.py +1 -1
- pulumi_gcp/apigee/dns_zone.py +1 -1
- pulumi_gcp/apigee/endpoint_attachment.py +1 -1
- pulumi_gcp/apigee/env_group.py +1 -1
- pulumi_gcp/apigee/env_group_attachment.py +1 -1
- pulumi_gcp/apigee/env_keystore.py +1 -1
- pulumi_gcp/apigee/env_references.py +1 -1
- pulumi_gcp/apigee/environment.py +1 -1
- pulumi_gcp/apigee/environment_addons_config.py +1 -1
- pulumi_gcp/apigee/environment_iam_binding.py +1 -1
- pulumi_gcp/apigee/environment_iam_member.py +1 -1
- pulumi_gcp/apigee/environment_iam_policy.py +1 -1
- pulumi_gcp/apigee/environment_keyvaluemaps.py +1 -1
- pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +1 -1
- pulumi_gcp/apigee/flowhook.py +1 -1
- pulumi_gcp/apigee/get_environment_iam_policy.py +1 -1
- pulumi_gcp/apigee/instance.py +1 -1
- pulumi_gcp/apigee/instance_attachment.py +1 -1
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +1 -1
- pulumi_gcp/apigee/keystores_aliases_pkcs12.py +1 -1
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +1 -1
- pulumi_gcp/apigee/nat_address.py +1 -1
- pulumi_gcp/apigee/organization.py +5 -1
- pulumi_gcp/apigee/outputs.py +26 -19
- pulumi_gcp/apigee/security_monitoring_condition.py +658 -0
- pulumi_gcp/apigee/security_profile_v2.py +1 -1
- pulumi_gcp/apigee/sharedflow.py +1 -1
- pulumi_gcp/apigee/sharedflow_deployment.py +1 -1
- pulumi_gcp/apigee/sync_authorization.py +1 -1
- pulumi_gcp/apigee/target_server.py +1 -1
- pulumi_gcp/apihub/__init__.py +1 -1
- pulumi_gcp/apihub/_inputs.py +1 -1
- pulumi_gcp/apihub/api_hub_instance.py +1 -1
- pulumi_gcp/apihub/host_project_registration.py +1 -1
- pulumi_gcp/apihub/outputs.py +1 -1
- pulumi_gcp/appengine/__init__.py +1 -1
- pulumi_gcp/appengine/_inputs.py +1 -1
- pulumi_gcp/appengine/application.py +1 -1
- pulumi_gcp/appengine/application_url_dispatch_rules.py +1 -1
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/engine_split_traffic.py +1 -1
- pulumi_gcp/appengine/firewall_rule.py +1 -1
- pulumi_gcp/appengine/flexible_app_version.py +1 -1
- pulumi_gcp/appengine/get_default_service_account.py +1 -1
- pulumi_gcp/appengine/outputs.py +1 -1
- pulumi_gcp/appengine/service_network_settings.py +1 -1
- pulumi_gcp/appengine/standard_app_version.py +1 -1
- pulumi_gcp/apphub/__init__.py +1 -1
- pulumi_gcp/apphub/_inputs.py +1 -1
- pulumi_gcp/apphub/application.py +1 -1
- pulumi_gcp/apphub/get_application.py +1 -1
- pulumi_gcp/apphub/get_discovered_service.py +1 -1
- pulumi_gcp/apphub/get_discovered_workload.py +1 -1
- pulumi_gcp/apphub/outputs.py +1 -1
- pulumi_gcp/apphub/service.py +1 -1
- pulumi_gcp/apphub/service_project_attachment.py +1 -1
- pulumi_gcp/apphub/workload.py +1 -1
- pulumi_gcp/applicationintegration/__init__.py +1 -1
- pulumi_gcp/applicationintegration/_inputs.py +1 -1
- pulumi_gcp/applicationintegration/auth_config.py +1 -1
- pulumi_gcp/applicationintegration/client.py +1 -1
- pulumi_gcp/applicationintegration/outputs.py +1 -1
- pulumi_gcp/artifactregistry/__init__.py +1 -1
- pulumi_gcp/artifactregistry/_inputs.py +1 -1
- pulumi_gcp/artifactregistry/get_docker_image.py +1 -1
- pulumi_gcp/artifactregistry/get_locations.py +1 -1
- pulumi_gcp/artifactregistry/get_repository.py +1 -1
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +1 -1
- pulumi_gcp/artifactregistry/outputs.py +1 -1
- pulumi_gcp/artifactregistry/repository.py +1 -1
- pulumi_gcp/artifactregistry/repository_iam_binding.py +1 -1
- pulumi_gcp/artifactregistry/repository_iam_member.py +1 -1
- pulumi_gcp/artifactregistry/repository_iam_policy.py +1 -1
- pulumi_gcp/artifactregistry/vpcsc_config.py +1 -1
- pulumi_gcp/assuredworkloads/__init__.py +1 -1
- pulumi_gcp/assuredworkloads/_inputs.py +1 -1
- pulumi_gcp/assuredworkloads/outputs.py +1 -1
- pulumi_gcp/assuredworkloads/workload.py +1 -1
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -1
- pulumi_gcp/backupdisasterrecovery/_inputs.py +1 -1
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +1 -1
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +1 -1
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_backup.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_vault.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_data_source.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +1 -1
- pulumi_gcp/backupdisasterrecovery/management_server.py +1 -1
- pulumi_gcp/backupdisasterrecovery/outputs.py +1 -1
- pulumi_gcp/beyondcorp/__init__.py +6 -1
- pulumi_gcp/beyondcorp/_inputs.py +319 -1
- pulumi_gcp/beyondcorp/app_connection.py +1 -1
- pulumi_gcp/beyondcorp/app_connector.py +1 -1
- pulumi_gcp/beyondcorp/app_gateway.py +1 -1
- pulumi_gcp/beyondcorp/application.py +3 -3
- pulumi_gcp/beyondcorp/application_iam_binding.py +1 -1
- pulumi_gcp/beyondcorp/application_iam_member.py +1 -1
- pulumi_gcp/beyondcorp/application_iam_policy.py +1 -1
- pulumi_gcp/beyondcorp/get_app_connection.py +1 -1
- pulumi_gcp/beyondcorp/get_app_connector.py +1 -1
- pulumi_gcp/beyondcorp/get_app_gateway.py +1 -1
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +1 -1
- pulumi_gcp/beyondcorp/get_security_gateway.py +1 -1
- pulumi_gcp/beyondcorp/get_security_gateway_application_iam_policy.py +179 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +1 -1
- pulumi_gcp/beyondcorp/outputs.py +205 -1
- pulumi_gcp/beyondcorp/security_gateway.py +1 -1
- pulumi_gcp/beyondcorp/security_gateway_application.py +709 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +1077 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +1077 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_policy.py +896 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1 -1
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1 -1
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +1 -1
- pulumi_gcp/biglake/__init__.py +1 -1
- pulumi_gcp/biglake/_inputs.py +1 -1
- pulumi_gcp/biglake/catalog.py +1 -1
- pulumi_gcp/biglake/database.py +1 -1
- pulumi_gcp/biglake/outputs.py +1 -1
- pulumi_gcp/biglake/table.py +1 -1
- pulumi_gcp/bigquery/__init__.py +3 -1
- pulumi_gcp/bigquery/_inputs.py +1 -1
- pulumi_gcp/bigquery/app_profile.py +1 -1
- pulumi_gcp/bigquery/bi_reservation.py +1 -1
- pulumi_gcp/bigquery/capacity_commitment.py +1 -1
- pulumi_gcp/bigquery/connection.py +1 -1
- pulumi_gcp/bigquery/connection_iam_binding.py +1 -1
- pulumi_gcp/bigquery/connection_iam_member.py +1 -1
- pulumi_gcp/bigquery/connection_iam_policy.py +1 -1
- pulumi_gcp/bigquery/data_transfer_config.py +1 -1
- pulumi_gcp/bigquery/dataset.py +1 -1
- pulumi_gcp/bigquery/dataset_access.py +1 -1
- pulumi_gcp/bigquery/dataset_iam_binding.py +1 -1
- pulumi_gcp/bigquery/dataset_iam_member.py +1 -1
- pulumi_gcp/bigquery/dataset_iam_policy.py +1 -1
- pulumi_gcp/bigquery/get_connection_iam_policy.py +1 -1
- pulumi_gcp/bigquery/get_dataset.py +1 -1
- pulumi_gcp/bigquery/get_dataset_iam_policy.py +1 -1
- pulumi_gcp/bigquery/get_datasets.py +131 -0
- pulumi_gcp/bigquery/get_default_service_account.py +1 -1
- pulumi_gcp/bigquery/get_table.py +518 -0
- pulumi_gcp/bigquery/get_table_iam_policy.py +1 -1
- pulumi_gcp/bigquery/get_tables.py +1 -1
- pulumi_gcp/bigquery/iam_binding.py +1 -1
- pulumi_gcp/bigquery/iam_member.py +1 -1
- pulumi_gcp/bigquery/iam_policy.py +1 -1
- pulumi_gcp/bigquery/job.py +1 -1
- pulumi_gcp/bigquery/outputs.py +1332 -1
- pulumi_gcp/bigquery/reservation.py +1 -1
- pulumi_gcp/bigquery/reservation_assignment.py +1 -1
- pulumi_gcp/bigquery/routine.py +1 -1
- pulumi_gcp/bigquery/row_access_policy.py +1 -1
- pulumi_gcp/bigquery/table.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/outputs.py +1 -1
- pulumi_gcp/bigquerydatapolicy/__init__.py +1 -1
- pulumi_gcp/bigquerydatapolicy/_inputs.py +1 -1
- pulumi_gcp/bigquerydatapolicy/data_policy.py +1 -1
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +1 -1
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +1 -1
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +1 -1
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +1 -1
- pulumi_gcp/bigquerydatapolicy/outputs.py +1 -1
- pulumi_gcp/bigtable/__init__.py +1 -1
- pulumi_gcp/bigtable/_inputs.py +1 -1
- pulumi_gcp/bigtable/authorized_view.py +1 -1
- pulumi_gcp/bigtable/gc_policy.py +1 -1
- pulumi_gcp/bigtable/get_instance_iam_policy.py +1 -1
- pulumi_gcp/bigtable/get_table_iam_policy.py +1 -1
- pulumi_gcp/bigtable/instance.py +10 -12
- pulumi_gcp/bigtable/instance_iam_binding.py +1 -1
- pulumi_gcp/bigtable/instance_iam_member.py +1 -1
- pulumi_gcp/bigtable/instance_iam_policy.py +1 -1
- pulumi_gcp/bigtable/logical_view.py +1 -1
- pulumi_gcp/bigtable/materialized_view.py +1 -1
- pulumi_gcp/bigtable/outputs.py +1 -1
- pulumi_gcp/bigtable/table.py +1 -1
- pulumi_gcp/bigtable/table_iam_binding.py +1 -1
- pulumi_gcp/bigtable/table_iam_member.py +1 -1
- pulumi_gcp/bigtable/table_iam_policy.py +1 -1
- pulumi_gcp/billing/__init__.py +1 -1
- pulumi_gcp/billing/_inputs.py +1 -1
- pulumi_gcp/billing/account_iam_binding.py +1 -1
- pulumi_gcp/billing/account_iam_member.py +1 -1
- pulumi_gcp/billing/account_iam_policy.py +1 -1
- pulumi_gcp/billing/budget.py +1 -1
- pulumi_gcp/billing/get_account_iam_policy.py +1 -1
- pulumi_gcp/billing/outputs.py +1 -1
- pulumi_gcp/billing/project_info.py +1 -1
- pulumi_gcp/billing/sub_account.py +1 -1
- pulumi_gcp/binaryauthorization/__init__.py +1 -1
- pulumi_gcp/binaryauthorization/_inputs.py +1 -1
- pulumi_gcp/binaryauthorization/attestor.py +1 -1
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +1 -1
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +1 -1
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +1 -1
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +1 -1
- pulumi_gcp/binaryauthorization/outputs.py +1 -1
- pulumi_gcp/binaryauthorization/policy.py +1 -1
- pulumi_gcp/blockchainnodeengine/__init__.py +1 -1
- pulumi_gcp/blockchainnodeengine/_inputs.py +1 -1
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +1 -1
- pulumi_gcp/blockchainnodeengine/outputs.py +1 -1
- pulumi_gcp/certificateauthority/__init__.py +1 -1
- pulumi_gcp/certificateauthority/_inputs.py +351 -8
- pulumi_gcp/certificateauthority/authority.py +1 -1
- pulumi_gcp/certificateauthority/ca_pool.py +1 -1
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +1 -1
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +1 -1
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +1 -1
- pulumi_gcp/certificateauthority/certificate.py +1 -1
- pulumi_gcp/certificateauthority/certificate_template.py +243 -1
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +1 -1
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +1 -1
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +1 -1
- pulumi_gcp/certificateauthority/get_authority.py +1 -1
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +1 -1
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +1 -1
- pulumi_gcp/certificateauthority/outputs.py +254 -6
- pulumi_gcp/certificatemanager/__init__.py +1 -1
- pulumi_gcp/certificatemanager/_inputs.py +1 -1
- pulumi_gcp/certificatemanager/certificate.py +1 -1
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +1 -1
- pulumi_gcp/certificatemanager/certificate_map.py +1 -1
- pulumi_gcp/certificatemanager/certificate_map_entry.py +1 -1
- pulumi_gcp/certificatemanager/dns_authorization.py +1 -1
- pulumi_gcp/certificatemanager/get_certificate_map.py +1 -1
- pulumi_gcp/certificatemanager/get_certificates.py +1 -1
- pulumi_gcp/certificatemanager/outputs.py +1 -1
- pulumi_gcp/certificatemanager/trust_config.py +1 -1
- pulumi_gcp/chronicle/__init__.py +1 -1
- pulumi_gcp/chronicle/_inputs.py +1 -1
- pulumi_gcp/chronicle/data_access_label.py +1 -1
- pulumi_gcp/chronicle/data_access_scope.py +1 -1
- pulumi_gcp/chronicle/outputs.py +1 -1
- pulumi_gcp/chronicle/reference_list.py +1 -1
- pulumi_gcp/chronicle/retrohunt.py +1 -1
- pulumi_gcp/chronicle/rule.py +1 -1
- pulumi_gcp/chronicle/rule_deployment.py +1 -1
- pulumi_gcp/chronicle/watchlist.py +1 -1
- pulumi_gcp/cloudasset/__init__.py +1 -1
- pulumi_gcp/cloudasset/_inputs.py +1 -1
- pulumi_gcp/cloudasset/folder_feed.py +1 -1
- pulumi_gcp/cloudasset/get_resources_search_all.py +1 -1
- pulumi_gcp/cloudasset/get_search_all_resources.py +1 -1
- pulumi_gcp/cloudasset/organization_feed.py +1 -1
- pulumi_gcp/cloudasset/outputs.py +1 -1
- pulumi_gcp/cloudasset/project_feed.py +1 -1
- pulumi_gcp/cloudbuild/__init__.py +1 -1
- pulumi_gcp/cloudbuild/_inputs.py +1 -1
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +1 -1
- pulumi_gcp/cloudbuild/get_trigger.py +1 -1
- pulumi_gcp/cloudbuild/outputs.py +1 -1
- pulumi_gcp/cloudbuild/trigger.py +1 -1
- pulumi_gcp/cloudbuild/worker_pool.py +1 -1
- pulumi_gcp/cloudbuildv2/__init__.py +1 -1
- pulumi_gcp/cloudbuildv2/_inputs.py +1 -1
- pulumi_gcp/cloudbuildv2/connection.py +1 -1
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +1 -1
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +1 -1
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +1 -1
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +1 -1
- pulumi_gcp/cloudbuildv2/outputs.py +1 -1
- pulumi_gcp/cloudbuildv2/repository.py +1 -1
- pulumi_gcp/clouddeploy/__init__.py +1 -1
- pulumi_gcp/clouddeploy/_inputs.py +1 -1
- pulumi_gcp/clouddeploy/automation.py +1 -1
- pulumi_gcp/clouddeploy/custom_target_type.py +1 -1
- pulumi_gcp/clouddeploy/custom_target_type_iam_binding.py +1 -1
- pulumi_gcp/clouddeploy/custom_target_type_iam_member.py +1 -1
- pulumi_gcp/clouddeploy/custom_target_type_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/delivery_pipeline.py +1 -1
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_binding.py +1 -1
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_member.py +1 -1
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/deploy_policy.py +1 -1
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/outputs.py +1 -1
- pulumi_gcp/clouddeploy/target.py +1 -1
- pulumi_gcp/clouddeploy/target_iam_binding.py +1 -1
- pulumi_gcp/clouddeploy/target_iam_member.py +1 -1
- pulumi_gcp/clouddeploy/target_iam_policy.py +1 -1
- pulumi_gcp/clouddomains/__init__.py +1 -1
- pulumi_gcp/clouddomains/_inputs.py +1 -1
- pulumi_gcp/clouddomains/outputs.py +1 -1
- pulumi_gcp/clouddomains/registration.py +1 -1
- pulumi_gcp/cloudfunctions/__init__.py +1 -1
- pulumi_gcp/cloudfunctions/_inputs.py +1 -1
- pulumi_gcp/cloudfunctions/function.py +1 -1
- pulumi_gcp/cloudfunctions/function_iam_binding.py +1 -1
- pulumi_gcp/cloudfunctions/function_iam_member.py +1 -1
- pulumi_gcp/cloudfunctions/function_iam_policy.py +1 -1
- pulumi_gcp/cloudfunctions/get_function.py +1 -1
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +1 -1
- pulumi_gcp/cloudfunctions/outputs.py +1 -1
- pulumi_gcp/cloudfunctionsv2/__init__.py +1 -1
- pulumi_gcp/cloudfunctionsv2/_inputs.py +1 -1
- pulumi_gcp/cloudfunctionsv2/function.py +1 -1
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +1 -1
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +1 -1
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +1 -1
- pulumi_gcp/cloudfunctionsv2/get_function.py +1 -1
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +1 -1
- pulumi_gcp/cloudfunctionsv2/outputs.py +1 -1
- pulumi_gcp/cloudidentity/__init__.py +1 -1
- pulumi_gcp/cloudidentity/_inputs.py +1 -1
- pulumi_gcp/cloudidentity/get_group_lookup.py +1 -1
- pulumi_gcp/cloudidentity/get_group_memberships.py +1 -1
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +1 -1
- pulumi_gcp/cloudidentity/get_groups.py +1 -1
- pulumi_gcp/cloudidentity/group.py +1 -1
- pulumi_gcp/cloudidentity/group_membership.py +1 -1
- pulumi_gcp/cloudidentity/outputs.py +1 -1
- pulumi_gcp/cloudids/__init__.py +1 -1
- pulumi_gcp/cloudids/endpoint.py +1 -1
- pulumi_gcp/cloudquota/__init__.py +1 -1
- pulumi_gcp/cloudquota/_inputs.py +1 -1
- pulumi_gcp/cloudquota/get_s_quota_info.py +1 -1
- pulumi_gcp/cloudquota/get_s_quota_infos.py +1 -1
- pulumi_gcp/cloudquota/outputs.py +1 -1
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +1 -1
- pulumi_gcp/cloudquota/s_quota_preference.py +1 -1
- pulumi_gcp/cloudrun/__init__.py +1 -1
- pulumi_gcp/cloudrun/_inputs.py +1 -1
- pulumi_gcp/cloudrun/domain_mapping.py +1 -1
- pulumi_gcp/cloudrun/get_locations.py +1 -1
- pulumi_gcp/cloudrun/get_service.py +1 -1
- pulumi_gcp/cloudrun/get_service_iam_policy.py +1 -1
- pulumi_gcp/cloudrun/iam_binding.py +1 -1
- pulumi_gcp/cloudrun/iam_member.py +1 -1
- pulumi_gcp/cloudrun/iam_policy.py +1 -1
- pulumi_gcp/cloudrun/outputs.py +1 -1
- pulumi_gcp/cloudrun/service.py +1 -1
- pulumi_gcp/cloudrunv2/__init__.py +7 -1
- pulumi_gcp/cloudrunv2/_inputs.py +2300 -1
- pulumi_gcp/cloudrunv2/get_job.py +1 -1
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +1 -1
- pulumi_gcp/cloudrunv2/get_service.py +1 -1
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +1 -1
- pulumi_gcp/cloudrunv2/get_worker_pool.py +498 -0
- pulumi_gcp/cloudrunv2/get_worker_pool_iam_policy.py +183 -0
- pulumi_gcp/cloudrunv2/job.py +1 -1
- pulumi_gcp/cloudrunv2/job_iam_binding.py +1 -1
- pulumi_gcp/cloudrunv2/job_iam_member.py +1 -1
- pulumi_gcp/cloudrunv2/job_iam_policy.py +1 -1
- pulumi_gcp/cloudrunv2/outputs.py +4335 -1504
- pulumi_gcp/cloudrunv2/service.py +1 -1
- pulumi_gcp/cloudrunv2/service_iam_binding.py +1 -1
- pulumi_gcp/cloudrunv2/service_iam_member.py +1 -1
- pulumi_gcp/cloudrunv2/service_iam_policy.py +1 -1
- pulumi_gcp/cloudrunv2/worker_pool.py +2260 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +829 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +829 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_policy.py +668 -0
- pulumi_gcp/cloudscheduler/__init__.py +1 -1
- pulumi_gcp/cloudscheduler/_inputs.py +1 -1
- pulumi_gcp/cloudscheduler/job.py +1 -1
- pulumi_gcp/cloudscheduler/outputs.py +1 -1
- pulumi_gcp/cloudtasks/__init__.py +1 -1
- pulumi_gcp/cloudtasks/_inputs.py +1 -1
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +1 -1
- pulumi_gcp/cloudtasks/outputs.py +1 -1
- pulumi_gcp/cloudtasks/queue.py +1 -1
- pulumi_gcp/cloudtasks/queue_iam_binding.py +1 -1
- pulumi_gcp/cloudtasks/queue_iam_member.py +1 -1
- pulumi_gcp/cloudtasks/queue_iam_policy.py +1 -1
- pulumi_gcp/colab/__init__.py +1 -1
- pulumi_gcp/colab/_inputs.py +15 -2
- pulumi_gcp/colab/get_runtime_template_iam_policy.py +1 -1
- pulumi_gcp/colab/notebook_execution.py +1 -1
- pulumi_gcp/colab/outputs.py +9 -2
- pulumi_gcp/colab/runtime.py +1 -1
- pulumi_gcp/colab/runtime_template.py +2 -2
- pulumi_gcp/colab/runtime_template_iam_binding.py +1 -1
- pulumi_gcp/colab/runtime_template_iam_member.py +1 -1
- pulumi_gcp/colab/runtime_template_iam_policy.py +1 -1
- pulumi_gcp/colab/schedule.py +1 -1
- pulumi_gcp/composer/__init__.py +1 -1
- pulumi_gcp/composer/_inputs.py +1 -1
- pulumi_gcp/composer/environment.py +1 -1
- pulumi_gcp/composer/get_environment.py +1 -1
- pulumi_gcp/composer/get_image_versions.py +1 -1
- pulumi_gcp/composer/get_user_workloads_config_map.py +1 -1
- pulumi_gcp/composer/get_user_workloads_secret.py +1 -1
- pulumi_gcp/composer/outputs.py +1 -1
- pulumi_gcp/composer/user_workloads_config_map.py +1 -1
- pulumi_gcp/composer/user_workloads_secret.py +1 -1
- pulumi_gcp/compute/__init__.py +2 -1
- pulumi_gcp/compute/_inputs.py +2678 -167
- pulumi_gcp/compute/address.py +1 -1
- pulumi_gcp/compute/attached_disk.py +1 -1
- pulumi_gcp/compute/autoscaler.py +1 -1
- pulumi_gcp/compute/backend_bucket.py +1 -1
- pulumi_gcp/compute/backend_bucket_iam_binding.py +1 -1
- pulumi_gcp/compute/backend_bucket_iam_member.py +1 -1
- pulumi_gcp/compute/backend_bucket_iam_policy.py +1 -1
- pulumi_gcp/compute/backend_bucket_signed_url_key.py +1 -1
- pulumi_gcp/compute/backend_service.py +166 -3
- pulumi_gcp/compute/backend_service_iam_binding.py +1 -1
- pulumi_gcp/compute/backend_service_iam_member.py +1 -1
- pulumi_gcp/compute/backend_service_iam_policy.py +1 -1
- pulumi_gcp/compute/backend_service_signed_url_key.py +1 -1
- pulumi_gcp/compute/ca_external_account_key.py +1 -1
- pulumi_gcp/compute/cross_site_network.py +1 -1
- pulumi_gcp/compute/disk.py +1 -1
- pulumi_gcp/compute/disk_async_replication.py +1 -1
- pulumi_gcp/compute/disk_iam_binding.py +1 -1
- pulumi_gcp/compute/disk_iam_member.py +1 -1
- pulumi_gcp/compute/disk_iam_policy.py +1 -1
- pulumi_gcp/compute/disk_resource_policy_attachment.py +1 -1
- pulumi_gcp/compute/external_vpn_gateway.py +1 -1
- pulumi_gcp/compute/firewall.py +1 -1
- pulumi_gcp/compute/firewall_policy.py +1 -1
- pulumi_gcp/compute/firewall_policy_association.py +1 -1
- pulumi_gcp/compute/firewall_policy_rule.py +1 -1
- pulumi_gcp/compute/firewall_policy_with_rules.py +9 -69
- pulumi_gcp/compute/forwarding_rule.py +1 -1
- pulumi_gcp/compute/future_reservation.py +1285 -0
- pulumi_gcp/compute/get_address.py +1 -1
- pulumi_gcp/compute/get_addresses.py +1 -1
- pulumi_gcp/compute/get_backend_bucket.py +1 -1
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +1 -1
- pulumi_gcp/compute/get_backend_service.py +24 -2
- pulumi_gcp/compute/get_backend_service_iam_policy.py +1 -1
- pulumi_gcp/compute/get_certificate.py +1 -1
- pulumi_gcp/compute/get_default_service_account.py +1 -1
- pulumi_gcp/compute/get_disk.py +1 -1
- pulumi_gcp/compute/get_disk_iam_policy.py +1 -1
- pulumi_gcp/compute/get_forwarding_rule.py +1 -1
- pulumi_gcp/compute/get_forwarding_rules.py +1 -1
- pulumi_gcp/compute/get_global_address.py +1 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +1 -1
- pulumi_gcp/compute/get_hc_vpn_gateway.py +1 -1
- pulumi_gcp/compute/get_health_check.py +1 -1
- pulumi_gcp/compute/get_image.py +1 -1
- pulumi_gcp/compute/get_image_iam_policy.py +1 -1
- pulumi_gcp/compute/get_images.py +1 -1
- pulumi_gcp/compute/get_instance.py +1 -1
- pulumi_gcp/compute/get_instance_group.py +1 -1
- pulumi_gcp/compute/get_instance_group_manager.py +1 -1
- pulumi_gcp/compute/get_instance_guest_attributes.py +1 -1
- pulumi_gcp/compute/get_instance_iam_policy.py +1 -1
- pulumi_gcp/compute/get_instance_serial_port.py +1 -1
- pulumi_gcp/compute/get_instance_template.py +1 -1
- pulumi_gcp/compute/get_instance_template_iam_policy.py +1 -1
- pulumi_gcp/compute/get_instant_snapshot_iam_policy.py +1 -1
- pulumi_gcp/compute/get_lbip_ranges.py +1 -1
- pulumi_gcp/compute/get_machine_image_iam_policy.py +1 -1
- pulumi_gcp/compute/get_machine_types.py +1 -1
- pulumi_gcp/compute/get_netblock_ip_ranges.py +15 -7
- pulumi_gcp/compute/get_network.py +1 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/get_network_peering.py +1 -1
- pulumi_gcp/compute/get_networks.py +1 -1
- pulumi_gcp/compute/get_node_types.py +1 -1
- pulumi_gcp/compute/get_region_backend_service.py +13 -2
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +1 -1
- pulumi_gcp/compute/get_region_disk.py +1 -1
- pulumi_gcp/compute/get_region_disk_iam_policy.py +1 -1
- pulumi_gcp/compute/get_region_instance_group.py +1 -1
- pulumi_gcp/compute/get_region_instance_group_manager.py +1 -1
- pulumi_gcp/compute/get_region_instance_template.py +13 -2
- pulumi_gcp/compute/get_region_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/get_region_ssl_certificate.py +1 -1
- pulumi_gcp/compute/get_region_ssl_policy.py +1 -1
- pulumi_gcp/compute/get_regions.py +1 -1
- pulumi_gcp/compute/get_reservation.py +1 -1
- pulumi_gcp/compute/get_resource_policy.py +1 -1
- pulumi_gcp/compute/get_router.py +1 -1
- pulumi_gcp/compute/get_router_nat.py +24 -2
- pulumi_gcp/compute/get_router_status.py +1 -1
- pulumi_gcp/compute/get_security_policy.py +1 -1
- pulumi_gcp/compute/get_snapshot.py +1 -1
- pulumi_gcp/compute/get_snapshot_iam_policy.py +1 -1
- pulumi_gcp/compute/get_ssl_policy.py +1 -1
- pulumi_gcp/compute/get_storage_pool_iam_policy.py +1 -1
- pulumi_gcp/compute/get_storage_pool_types.py +1 -1
- pulumi_gcp/compute/get_subnetwork.py +1 -1
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +1 -1
- pulumi_gcp/compute/get_subnetworks.py +1 -1
- pulumi_gcp/compute/get_vpn_gateway.py +1 -1
- pulumi_gcp/compute/get_zones.py +1 -1
- pulumi_gcp/compute/global_address.py +1 -1
- pulumi_gcp/compute/global_forwarding_rule.py +1 -1
- pulumi_gcp/compute/global_network_endpoint.py +1 -1
- pulumi_gcp/compute/global_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/ha_vpn_gateway.py +1 -1
- pulumi_gcp/compute/health_check.py +1 -1
- pulumi_gcp/compute/http_health_check.py +1 -1
- pulumi_gcp/compute/https_health_check.py +1 -1
- pulumi_gcp/compute/image.py +1 -1
- pulumi_gcp/compute/image_iam_binding.py +1 -1
- pulumi_gcp/compute/image_iam_member.py +1 -1
- pulumi_gcp/compute/image_iam_policy.py +1 -1
- pulumi_gcp/compute/instance.py +1 -1
- pulumi_gcp/compute/instance_from_machine_image.py +1 -1
- pulumi_gcp/compute/instance_from_template.py +1 -1
- pulumi_gcp/compute/instance_group.py +1 -1
- pulumi_gcp/compute/instance_group_manager.py +1 -1
- pulumi_gcp/compute/instance_group_membership.py +1 -1
- pulumi_gcp/compute/instance_group_named_port.py +1 -1
- pulumi_gcp/compute/instance_iam_binding.py +1 -1
- pulumi_gcp/compute/instance_iam_member.py +1 -1
- pulumi_gcp/compute/instance_iam_policy.py +1 -1
- pulumi_gcp/compute/instance_settings.py +1 -1
- pulumi_gcp/compute/instance_template.py +1 -1
- pulumi_gcp/compute/instance_template_iam_binding.py +1 -1
- pulumi_gcp/compute/instance_template_iam_member.py +1 -1
- pulumi_gcp/compute/instance_template_iam_policy.py +1 -1
- pulumi_gcp/compute/instant_snapshot.py +1 -1
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +1 -1
- pulumi_gcp/compute/instant_snapshot_iam_member.py +1 -1
- pulumi_gcp/compute/instant_snapshot_iam_policy.py +1 -1
- pulumi_gcp/compute/interconnect.py +1 -1
- pulumi_gcp/compute/interconnect_attachment.py +291 -15
- pulumi_gcp/compute/machine_image.py +1 -1
- pulumi_gcp/compute/machine_image_iam_binding.py +1 -1
- pulumi_gcp/compute/machine_image_iam_member.py +1 -1
- pulumi_gcp/compute/machine_image_iam_policy.py +1 -1
- pulumi_gcp/compute/managed_ssl_certificate.py +1 -1
- pulumi_gcp/compute/manged_ssl_certificate.py +1 -1
- pulumi_gcp/compute/network.py +1 -1
- pulumi_gcp/compute/network_attachment.py +1 -1
- pulumi_gcp/compute/network_edge_security_service.py +1 -1
- pulumi_gcp/compute/network_endpoint.py +1 -1
- pulumi_gcp/compute/network_endpoint_group.py +1 -1
- pulumi_gcp/compute/network_endpoint_list.py +1 -1
- pulumi_gcp/compute/network_firewall_policy.py +1 -1
- pulumi_gcp/compute/network_firewall_policy_association.py +1 -1
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1 -1
- pulumi_gcp/compute/network_firewall_policy_rule.py +1 -1
- pulumi_gcp/compute/network_firewall_policy_with_rules.py +5 -73
- pulumi_gcp/compute/network_peering.py +1 -1
- pulumi_gcp/compute/network_peering_routes_config.py +1 -1
- pulumi_gcp/compute/node_group.py +1 -1
- pulumi_gcp/compute/node_template.py +1 -1
- pulumi_gcp/compute/organization_security_policy.py +1 -1
- pulumi_gcp/compute/organization_security_policy_association.py +1 -1
- pulumi_gcp/compute/organization_security_policy_rule.py +1 -1
- pulumi_gcp/compute/outputs.py +2603 -371
- pulumi_gcp/compute/packet_mirroring.py +1 -1
- pulumi_gcp/compute/per_instance_config.py +1 -1
- pulumi_gcp/compute/project_cloud_armor_tier.py +1 -1
- pulumi_gcp/compute/project_default_network_tier.py +1 -1
- pulumi_gcp/compute/project_metadata.py +1 -1
- pulumi_gcp/compute/project_metadata_item.py +1 -1
- pulumi_gcp/compute/public_advertised_prefix.py +1 -1
- pulumi_gcp/compute/public_delegated_prefix.py +1 -1
- pulumi_gcp/compute/region_autoscaler.py +1 -1
- pulumi_gcp/compute/region_backend_service.py +96 -1
- pulumi_gcp/compute/region_backend_service_iam_binding.py +1 -1
- pulumi_gcp/compute/region_backend_service_iam_member.py +1 -1
- pulumi_gcp/compute/region_backend_service_iam_policy.py +1 -1
- pulumi_gcp/compute/region_commitment.py +1 -1
- pulumi_gcp/compute/region_disk.py +1 -1
- pulumi_gcp/compute/region_disk_iam_binding.py +1 -1
- pulumi_gcp/compute/region_disk_iam_member.py +1 -1
- pulumi_gcp/compute/region_disk_iam_policy.py +1 -1
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +1 -1
- pulumi_gcp/compute/region_health_check.py +1 -1
- pulumi_gcp/compute/region_instance_group_manager.py +1 -1
- pulumi_gcp/compute/region_instance_template.py +29 -1
- pulumi_gcp/compute/region_network_endpoint.py +1 -1
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/region_network_firewall_policy.py +1 -1
- pulumi_gcp/compute/region_network_firewall_policy_association.py +1 -1
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +1 -1
- pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +5 -73
- pulumi_gcp/compute/region_per_instance_config.py +1 -1
- pulumi_gcp/compute/region_resize_request.py +1 -1
- pulumi_gcp/compute/region_security_policy.py +1 -1
- pulumi_gcp/compute/region_security_policy_rule.py +1 -1
- pulumi_gcp/compute/region_ssl_certificate.py +1 -1
- pulumi_gcp/compute/region_ssl_policy.py +1 -1
- pulumi_gcp/compute/region_target_http_proxy.py +1 -1
- pulumi_gcp/compute/region_target_https_proxy.py +1 -1
- pulumi_gcp/compute/region_target_tcp_proxy.py +1 -1
- pulumi_gcp/compute/region_url_map.py +1 -1
- pulumi_gcp/compute/reservation.py +1 -1
- pulumi_gcp/compute/resize_request.py +1 -1
- pulumi_gcp/compute/resource_policy.py +1 -1
- pulumi_gcp/compute/resource_policy_attachment.py +1 -1
- pulumi_gcp/compute/route.py +1 -1
- pulumi_gcp/compute/router.py +1 -1
- pulumi_gcp/compute/router_interface.py +1 -1
- pulumi_gcp/compute/router_nat.py +144 -1
- pulumi_gcp/compute/router_nat_address.py +1 -1
- pulumi_gcp/compute/router_peer.py +1 -1
- pulumi_gcp/compute/router_route_policy.py +1 -1
- pulumi_gcp/compute/router_status.py +1 -1
- pulumi_gcp/compute/security_policy.py +1 -1
- pulumi_gcp/compute/security_policy_rule.py +1 -1
- pulumi_gcp/compute/security_scan_config.py +1 -1
- pulumi_gcp/compute/service_attachment.py +1 -1
- pulumi_gcp/compute/shared_vpc_host_project.py +1 -1
- pulumi_gcp/compute/shared_vpc_service_project.py +1 -1
- pulumi_gcp/compute/snapshot.py +1 -1
- pulumi_gcp/compute/snapshot_iam_binding.py +1 -1
- pulumi_gcp/compute/snapshot_iam_member.py +1 -1
- pulumi_gcp/compute/snapshot_iam_policy.py +1 -1
- pulumi_gcp/compute/ssl_certificate.py +1 -1
- pulumi_gcp/compute/ssl_policy.py +1 -1
- pulumi_gcp/compute/storage_pool.py +1 -1
- pulumi_gcp/compute/storage_pool_iam_binding.py +1 -1
- pulumi_gcp/compute/storage_pool_iam_member.py +1 -1
- pulumi_gcp/compute/storage_pool_iam_policy.py +1 -1
- pulumi_gcp/compute/subnetwork.py +1 -1
- pulumi_gcp/compute/subnetwork_iam_binding.py +1 -1
- pulumi_gcp/compute/subnetwork_iam_member.py +1 -1
- pulumi_gcp/compute/subnetwork_iam_policy.py +1 -1
- pulumi_gcp/compute/target_grpc_proxy.py +1 -1
- pulumi_gcp/compute/target_http_proxy.py +1 -1
- pulumi_gcp/compute/target_https_proxy.py +1 -1
- pulumi_gcp/compute/target_instance.py +1 -1
- pulumi_gcp/compute/target_pool.py +1 -1
- pulumi_gcp/compute/target_ssl_proxy.py +1 -1
- pulumi_gcp/compute/target_tcp_proxy.py +1 -1
- pulumi_gcp/compute/url_map.py +699 -1
- pulumi_gcp/compute/vpn_gateway.py +1 -1
- pulumi_gcp/compute/vpn_tunnel.py +1 -1
- pulumi_gcp/config/__init__.py +1 -1
- pulumi_gcp/config/__init__.pyi +1 -1
- pulumi_gcp/config/outputs.py +1 -1
- pulumi_gcp/config/vars.py +1 -1
- pulumi_gcp/container/__init__.py +1 -1
- pulumi_gcp/container/_inputs.py +10 -10
- pulumi_gcp/container/attached_cluster.py +1 -1
- pulumi_gcp/container/aws_cluster.py +1 -1
- pulumi_gcp/container/aws_node_pool.py +1 -1
- pulumi_gcp/container/azure_client.py +1 -1
- pulumi_gcp/container/azure_cluster.py +1 -1
- pulumi_gcp/container/azure_node_pool.py +1 -1
- pulumi_gcp/container/cluster.py +8 -8
- pulumi_gcp/container/get_attached_install_manifest.py +1 -1
- pulumi_gcp/container/get_attached_versions.py +1 -1
- pulumi_gcp/container/get_aws_versions.py +1 -1
- pulumi_gcp/container/get_azure_versions.py +1 -1
- pulumi_gcp/container/get_cluster.py +1 -1
- pulumi_gcp/container/get_engine_versions.py +1 -1
- pulumi_gcp/container/get_registry_image.py +1 -1
- pulumi_gcp/container/get_registry_repository.py +1 -1
- pulumi_gcp/container/node_pool.py +1 -1
- pulumi_gcp/container/outputs.py +7 -7
- pulumi_gcp/container/registry.py +1 -1
- pulumi_gcp/containeranalysis/__init__.py +1 -1
- pulumi_gcp/containeranalysis/_inputs.py +1 -1
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +1 -1
- pulumi_gcp/containeranalysis/note.py +1 -1
- pulumi_gcp/containeranalysis/note_iam_binding.py +1 -1
- pulumi_gcp/containeranalysis/note_iam_member.py +1 -1
- pulumi_gcp/containeranalysis/note_iam_policy.py +1 -1
- pulumi_gcp/containeranalysis/occurence.py +1 -1
- pulumi_gcp/containeranalysis/outputs.py +1 -1
- pulumi_gcp/databasemigrationservice/__init__.py +1 -1
- pulumi_gcp/databasemigrationservice/_inputs.py +1 -1
- pulumi_gcp/databasemigrationservice/connection_profile.py +1 -1
- pulumi_gcp/databasemigrationservice/migration_job.py +1 -1
- pulumi_gcp/databasemigrationservice/outputs.py +1 -1
- pulumi_gcp/databasemigrationservice/private_connection.py +52 -3
- pulumi_gcp/datacatalog/__init__.py +1 -1
- pulumi_gcp/datacatalog/_inputs.py +1 -1
- pulumi_gcp/datacatalog/entry.py +1 -1
- pulumi_gcp/datacatalog/entry_group.py +1 -1
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +1 -1
- pulumi_gcp/datacatalog/entry_group_iam_member.py +1 -1
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/outputs.py +1 -1
- pulumi_gcp/datacatalog/policy_tag.py +1 -1
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +1 -1
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +1 -1
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/tag.py +1 -1
- pulumi_gcp/datacatalog/tag_template.py +1 -1
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +1 -1
- pulumi_gcp/datacatalog/tag_template_iam_member.py +1 -1
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/taxonomy.py +1 -1
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +1 -1
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +1 -1
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +1 -1
- pulumi_gcp/dataflow/__init__.py +1 -1
- pulumi_gcp/dataflow/_inputs.py +1 -1
- pulumi_gcp/dataflow/flex_template_job.py +48 -1
- pulumi_gcp/dataflow/job.py +1 -1
- pulumi_gcp/dataflow/outputs.py +1 -1
- pulumi_gcp/dataflow/pipeline.py +1 -1
- pulumi_gcp/dataform/__init__.py +1 -1
- pulumi_gcp/dataform/_inputs.py +1 -1
- pulumi_gcp/dataform/get_repository_iam_policy.py +1 -1
- pulumi_gcp/dataform/outputs.py +1 -1
- pulumi_gcp/dataform/repository.py +1 -1
- pulumi_gcp/dataform/repository_iam_binding.py +1 -1
- pulumi_gcp/dataform/repository_iam_member.py +1 -1
- pulumi_gcp/dataform/repository_iam_policy.py +1 -1
- pulumi_gcp/dataform/repository_release_config.py +1 -1
- pulumi_gcp/dataform/repository_workflow_config.py +1 -1
- pulumi_gcp/datafusion/__init__.py +1 -1
- pulumi_gcp/datafusion/_inputs.py +1 -1
- pulumi_gcp/datafusion/get_instance_iam_policy.py +1 -1
- pulumi_gcp/datafusion/instance.py +1 -1
- pulumi_gcp/datafusion/outputs.py +1 -1
- pulumi_gcp/dataloss/__init__.py +1 -1
- pulumi_gcp/dataloss/_inputs.py +1 -1
- pulumi_gcp/dataloss/outputs.py +1 -1
- pulumi_gcp/dataloss/prevention_deidentify_template.py +1 -1
- pulumi_gcp/dataloss/prevention_discovery_config.py +1 -1
- pulumi_gcp/dataloss/prevention_inspect_template.py +1 -1
- pulumi_gcp/dataloss/prevention_job_trigger.py +1 -1
- pulumi_gcp/dataloss/prevention_stored_info_type.py +1 -1
- pulumi_gcp/dataplex/__init__.py +4 -1
- pulumi_gcp/dataplex/_inputs.py +473 -1
- pulumi_gcp/dataplex/aspect_type.py +1 -1
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +1 -1
- pulumi_gcp/dataplex/aspect_type_iam_member.py +1 -1
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +1 -1
- pulumi_gcp/dataplex/asset.py +1 -1
- pulumi_gcp/dataplex/asset_iam_binding.py +1 -1
- pulumi_gcp/dataplex/asset_iam_member.py +1 -1
- pulumi_gcp/dataplex/asset_iam_policy.py +1 -1
- pulumi_gcp/dataplex/datascan.py +1 -1
- pulumi_gcp/dataplex/datascan_iam_binding.py +1 -1
- pulumi_gcp/dataplex/datascan_iam_member.py +1 -1
- pulumi_gcp/dataplex/datascan_iam_policy.py +1 -1
- pulumi_gcp/dataplex/entry.py +1038 -0
- pulumi_gcp/dataplex/entry_group.py +1 -1
- pulumi_gcp/dataplex/entry_group_iam_binding.py +1 -1
- pulumi_gcp/dataplex/entry_group_iam_member.py +1 -1
- pulumi_gcp/dataplex/entry_group_iam_policy.py +1 -1
- pulumi_gcp/dataplex/entry_type.py +1 -1
- pulumi_gcp/dataplex/entry_type_iam_binding.py +1 -1
- pulumi_gcp/dataplex/entry_type_iam_member.py +1 -1
- pulumi_gcp/dataplex/entry_type_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_asset_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_lake_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_task_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_zone_iam_policy.py +1 -1
- pulumi_gcp/dataplex/glossary.py +1 -1
- pulumi_gcp/dataplex/glossary_category.py +846 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +1 -1
- pulumi_gcp/dataplex/glossary_iam_member.py +1 -1
- pulumi_gcp/dataplex/glossary_iam_policy.py +1 -1
- pulumi_gcp/dataplex/glossary_term.py +846 -0
- pulumi_gcp/dataplex/lake.py +1 -1
- pulumi_gcp/dataplex/lake_iam_binding.py +1 -1
- pulumi_gcp/dataplex/lake_iam_member.py +1 -1
- pulumi_gcp/dataplex/lake_iam_policy.py +1 -1
- pulumi_gcp/dataplex/outputs.py +343 -1
- pulumi_gcp/dataplex/task.py +17 -17
- pulumi_gcp/dataplex/task_iam_binding.py +1 -1
- pulumi_gcp/dataplex/task_iam_member.py +1 -1
- pulumi_gcp/dataplex/task_iam_policy.py +1 -1
- pulumi_gcp/dataplex/zone.py +1 -1
- pulumi_gcp/dataplex/zone_iam_binding.py +1 -1
- pulumi_gcp/dataplex/zone_iam_member.py +1 -1
- pulumi_gcp/dataplex/zone_iam_policy.py +1 -1
- pulumi_gcp/dataproc/__init__.py +1 -1
- pulumi_gcp/dataproc/_inputs.py +1 -1
- pulumi_gcp/dataproc/autoscaling_policy.py +1 -1
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +1 -1
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +1 -1
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +1 -1
- pulumi_gcp/dataproc/batch.py +11 -11
- pulumi_gcp/dataproc/cluster.py +1 -1
- pulumi_gcp/dataproc/cluster_iam_binding.py +1 -1
- pulumi_gcp/dataproc/cluster_iam_member.py +1 -1
- pulumi_gcp/dataproc/cluster_iam_policy.py +1 -1
- pulumi_gcp/dataproc/gdc_application_environment.py +1 -1
- pulumi_gcp/dataproc/gdc_service_instance.py +1 -1
- pulumi_gcp/dataproc/gdc_spark_application.py +1 -1
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_cluster_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_job_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_metastore_service.py +1 -1
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +1 -1
- pulumi_gcp/dataproc/job.py +1 -1
- pulumi_gcp/dataproc/job_iam_binding.py +1 -1
- pulumi_gcp/dataproc/job_iam_member.py +1 -1
- pulumi_gcp/dataproc/job_iam_policy.py +1 -1
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +1 -1
- pulumi_gcp/dataproc/metastore_database_iam_member.py +1 -1
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +1 -1
- pulumi_gcp/dataproc/metastore_federation.py +1 -1
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +1 -1
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +1 -1
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +1 -1
- pulumi_gcp/dataproc/metastore_service.py +1 -1
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +1 -1
- pulumi_gcp/dataproc/metastore_service_iam_member.py +1 -1
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +1 -1
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +1 -1
- pulumi_gcp/dataproc/metastore_table_iam_member.py +1 -1
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +1 -1
- pulumi_gcp/dataproc/outputs.py +1 -1
- pulumi_gcp/dataproc/workflow_template.py +1 -1
- pulumi_gcp/datastream/__init__.py +1 -1
- pulumi_gcp/datastream/_inputs.py +49 -7
- pulumi_gcp/datastream/connection_profile.py +1 -1
- pulumi_gcp/datastream/get_static_ips.py +1 -1
- pulumi_gcp/datastream/outputs.py +47 -5
- pulumi_gcp/datastream/private_connection.py +206 -36
- pulumi_gcp/datastream/stream.py +1 -1
- pulumi_gcp/deploymentmanager/__init__.py +1 -1
- pulumi_gcp/deploymentmanager/_inputs.py +1 -1
- pulumi_gcp/deploymentmanager/deployment.py +1 -1
- pulumi_gcp/deploymentmanager/outputs.py +1 -1
- pulumi_gcp/developerconnect/__init__.py +1 -1
- pulumi_gcp/developerconnect/_inputs.py +1 -1
- pulumi_gcp/developerconnect/account_connector.py +1 -1
- pulumi_gcp/developerconnect/connection.py +1 -1
- pulumi_gcp/developerconnect/git_repository_link.py +1 -1
- pulumi_gcp/developerconnect/outputs.py +1 -1
- pulumi_gcp/diagflow/__init__.py +1 -1
- pulumi_gcp/diagflow/_inputs.py +1 -1
- pulumi_gcp/diagflow/agent.py +1 -1
- pulumi_gcp/diagflow/cx_agent.py +1 -1
- pulumi_gcp/diagflow/cx_entity_type.py +1 -1
- pulumi_gcp/diagflow/cx_environment.py +1 -1
- pulumi_gcp/diagflow/cx_flow.py +1 -1
- pulumi_gcp/diagflow/cx_intent.py +1 -1
- pulumi_gcp/diagflow/cx_page.py +1 -1
- pulumi_gcp/diagflow/cx_security_settings.py +1 -1
- pulumi_gcp/diagflow/cx_test_case.py +1 -1
- pulumi_gcp/diagflow/cx_version.py +1 -1
- pulumi_gcp/diagflow/cx_webhook.py +1 -1
- pulumi_gcp/diagflow/entity_type.py +1 -1
- pulumi_gcp/diagflow/fulfillment.py +1 -1
- pulumi_gcp/diagflow/intent.py +1 -1
- pulumi_gcp/diagflow/outputs.py +1 -1
- pulumi_gcp/discoveryengine/__init__.py +1 -1
- pulumi_gcp/discoveryengine/_inputs.py +1 -1
- pulumi_gcp/discoveryengine/chat_engine.py +1 -1
- pulumi_gcp/discoveryengine/data_store.py +1 -1
- pulumi_gcp/discoveryengine/outputs.py +1 -1
- pulumi_gcp/discoveryengine/schema.py +1 -1
- pulumi_gcp/discoveryengine/search_engine.py +1 -1
- pulumi_gcp/discoveryengine/sitemap.py +1 -1
- pulumi_gcp/discoveryengine/target_site.py +1 -1
- pulumi_gcp/dns/__init__.py +1 -1
- pulumi_gcp/dns/_inputs.py +74 -1
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +1 -1
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +1 -1
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +1 -1
- pulumi_gcp/dns/get_keys.py +1 -1
- pulumi_gcp/dns/get_managed_zone.py +1 -1
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +1 -1
- pulumi_gcp/dns/get_managed_zones.py +1 -1
- pulumi_gcp/dns/get_record_set.py +1 -1
- pulumi_gcp/dns/managed_zone.py +1 -1
- pulumi_gcp/dns/outputs.py +61 -1
- pulumi_gcp/dns/policy.py +55 -1
- pulumi_gcp/dns/record_set.py +1 -1
- pulumi_gcp/dns/response_policy.py +1 -1
- pulumi_gcp/dns/response_policy_rule.py +1 -1
- pulumi_gcp/edgecontainer/__init__.py +1 -1
- pulumi_gcp/edgecontainer/_inputs.py +1 -1
- pulumi_gcp/edgecontainer/cluster.py +1 -1
- pulumi_gcp/edgecontainer/node_pool.py +1 -1
- pulumi_gcp/edgecontainer/outputs.py +1 -1
- pulumi_gcp/edgecontainer/vpn_connection.py +1 -1
- pulumi_gcp/edgenetwork/__init__.py +1 -1
- pulumi_gcp/edgenetwork/interconnect_attachment.py +1 -1
- pulumi_gcp/edgenetwork/network.py +1 -1
- pulumi_gcp/edgenetwork/subnet.py +1 -1
- pulumi_gcp/endpoints/__init__.py +1 -1
- pulumi_gcp/endpoints/_inputs.py +1 -1
- pulumi_gcp/endpoints/consumers_iam_binding.py +1 -1
- pulumi_gcp/endpoints/consumers_iam_member.py +1 -1
- pulumi_gcp/endpoints/consumers_iam_policy.py +1 -1
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +1 -1
- pulumi_gcp/endpoints/get_service_iam_policy.py +1 -1
- pulumi_gcp/endpoints/outputs.py +1 -1
- pulumi_gcp/endpoints/service.py +1 -1
- pulumi_gcp/endpoints/service_iam_binding.py +1 -1
- pulumi_gcp/endpoints/service_iam_member.py +1 -1
- pulumi_gcp/endpoints/service_iam_policy.py +1 -1
- pulumi_gcp/essentialcontacts/__init__.py +1 -1
- pulumi_gcp/essentialcontacts/_inputs.py +1 -1
- pulumi_gcp/essentialcontacts/contact.py +1 -1
- pulumi_gcp/essentialcontacts/document_ai_processor.py +1 -1
- pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +1 -1
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +1 -1
- pulumi_gcp/essentialcontacts/document_ai_warehouse_location.py +1 -1
- pulumi_gcp/essentialcontacts/outputs.py +1 -1
- pulumi_gcp/eventarc/__init__.py +1 -1
- pulumi_gcp/eventarc/_inputs.py +1 -1
- pulumi_gcp/eventarc/channel.py +1 -1
- pulumi_gcp/eventarc/enrollment.py +1 -1
- pulumi_gcp/eventarc/google_api_source.py +1 -1
- pulumi_gcp/eventarc/google_channel_config.py +1 -1
- pulumi_gcp/eventarc/message_bus.py +1 -1
- pulumi_gcp/eventarc/outputs.py +1 -1
- pulumi_gcp/eventarc/pipeline.py +1 -1
- pulumi_gcp/eventarc/trigger.py +1 -1
- pulumi_gcp/filestore/__init__.py +1 -1
- pulumi_gcp/filestore/_inputs.py +146 -11
- pulumi_gcp/filestore/backup.py +1 -1
- pulumi_gcp/filestore/get_instance.py +1 -1
- pulumi_gcp/filestore/instance.py +8 -8
- pulumi_gcp/filestore/outputs.py +187 -11
- pulumi_gcp/filestore/snapshot.py +1 -1
- pulumi_gcp/firebase/__init__.py +1 -1
- pulumi_gcp/firebase/_inputs.py +1 -1
- pulumi_gcp/firebase/android_app.py +1 -1
- pulumi_gcp/firebase/app_check_app_attest_config.py +1 -1
- pulumi_gcp/firebase/app_check_debug_token.py +1 -1
- pulumi_gcp/firebase/app_check_device_check_config.py +1 -1
- pulumi_gcp/firebase/app_check_play_integrity_config.py +1 -1
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +1 -1
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +1 -1
- pulumi_gcp/firebase/app_check_service_config.py +1 -1
- pulumi_gcp/firebase/app_hosting_backend.py +1 -1
- pulumi_gcp/firebase/app_hosting_build.py +1 -1
- pulumi_gcp/firebase/app_hosting_default_domain.py +1 -1
- pulumi_gcp/firebase/app_hosting_domain.py +1 -1
- pulumi_gcp/firebase/app_hosting_traffic.py +1 -1
- pulumi_gcp/firebase/apple_app.py +1 -1
- pulumi_gcp/firebase/data_connect_service.py +1 -1
- pulumi_gcp/firebase/database_instance.py +1 -1
- pulumi_gcp/firebase/extensions_instance.py +1 -1
- pulumi_gcp/firebase/get_android_app.py +1 -1
- pulumi_gcp/firebase/get_android_app_config.py +1 -1
- pulumi_gcp/firebase/get_apple_app.py +1 -1
- pulumi_gcp/firebase/get_apple_app_config.py +1 -1
- pulumi_gcp/firebase/get_hosting_channel.py +1 -1
- pulumi_gcp/firebase/get_web_app.py +1 -1
- pulumi_gcp/firebase/get_web_app_config.py +1 -1
- pulumi_gcp/firebase/hosting_channel.py +1 -1
- pulumi_gcp/firebase/hosting_custom_domain.py +1 -1
- pulumi_gcp/firebase/hosting_release.py +1 -1
- pulumi_gcp/firebase/hosting_site.py +1 -1
- pulumi_gcp/firebase/hosting_version.py +1 -1
- pulumi_gcp/firebase/outputs.py +1 -1
- pulumi_gcp/firebase/project.py +1 -1
- pulumi_gcp/firebase/storage_bucket.py +1 -1
- pulumi_gcp/firebase/web_app.py +1 -1
- pulumi_gcp/firebaserules/__init__.py +1 -1
- pulumi_gcp/firebaserules/_inputs.py +1 -1
- pulumi_gcp/firebaserules/outputs.py +1 -1
- pulumi_gcp/firebaserules/release.py +1 -1
- pulumi_gcp/firebaserules/ruleset.py +1 -1
- pulumi_gcp/firestore/__init__.py +1 -1
- pulumi_gcp/firestore/_inputs.py +1 -1
- pulumi_gcp/firestore/backup_schedule.py +1 -1
- pulumi_gcp/firestore/database.py +1 -1
- pulumi_gcp/firestore/document.py +1 -1
- pulumi_gcp/firestore/field.py +7 -7
- pulumi_gcp/firestore/index.py +1 -1
- pulumi_gcp/firestore/outputs.py +1 -1
- pulumi_gcp/folder/__init__.py +1 -1
- pulumi_gcp/folder/_inputs.py +1 -1
- pulumi_gcp/folder/access_approval_settings.py +1 -1
- pulumi_gcp/folder/get_iam_policy.py +1 -1
- pulumi_gcp/folder/get_organization_policy.py +1 -1
- pulumi_gcp/folder/iam_audit_config.py +1 -1
- pulumi_gcp/folder/iam_binding.py +1 -1
- pulumi_gcp/folder/iam_member.py +1 -1
- pulumi_gcp/folder/iam_policy.py +1 -1
- pulumi_gcp/folder/organization_policy.py +1 -1
- pulumi_gcp/folder/outputs.py +1 -1
- pulumi_gcp/folder/service_identity.py +1 -1
- pulumi_gcp/gemini/__init__.py +1 -1
- pulumi_gcp/gemini/_inputs.py +1 -1
- pulumi_gcp/gemini/code_repository_index.py +1 -1
- pulumi_gcp/gemini/code_tools_setting.py +1 -1
- pulumi_gcp/gemini/code_tools_setting_binding.py +1 -1
- pulumi_gcp/gemini/data_sharing_with_google_setting.py +1 -1
- pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +1 -1
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +1 -1
- pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +1 -1
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +1 -1
- pulumi_gcp/gemini/logging_setting.py +1 -1
- pulumi_gcp/gemini/logging_setting_binding.py +2 -2
- pulumi_gcp/gemini/outputs.py +1 -1
- pulumi_gcp/gemini/release_channel_setting.py +1 -1
- pulumi_gcp/gemini/release_channel_setting_binding.py +2 -2
- pulumi_gcp/gemini/repository_group.py +1 -1
- pulumi_gcp/gemini/repository_group_iam_binding.py +1 -1
- pulumi_gcp/gemini/repository_group_iam_member.py +1 -1
- pulumi_gcp/gemini/repository_group_iam_policy.py +1 -1
- pulumi_gcp/gkebackup/__init__.py +1 -1
- pulumi_gcp/gkebackup/_inputs.py +1 -1
- pulumi_gcp/gkebackup/backup_channel.py +1 -1
- pulumi_gcp/gkebackup/backup_plan.py +1 -1
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +1 -1
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +1 -1
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +1 -1
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +1 -1
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +1 -1
- pulumi_gcp/gkebackup/outputs.py +1 -1
- pulumi_gcp/gkebackup/restore_channel.py +1 -1
- pulumi_gcp/gkebackup/restore_plan.py +1 -1
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +1 -1
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +1 -1
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +1 -1
- pulumi_gcp/gkehub/__init__.py +2 -1
- pulumi_gcp/gkehub/_inputs.py +1 -1
- pulumi_gcp/gkehub/feature.py +1 -1
- pulumi_gcp/gkehub/feature_iam_binding.py +1 -1
- pulumi_gcp/gkehub/feature_iam_member.py +1 -1
- pulumi_gcp/gkehub/feature_iam_policy.py +1 -1
- pulumi_gcp/gkehub/feature_membership.py +1 -1
- pulumi_gcp/gkehub/fleet.py +1 -1
- pulumi_gcp/gkehub/get_feature.py +35 -3
- pulumi_gcp/gkehub/get_feature_iam_policy.py +1 -1
- pulumi_gcp/gkehub/get_membership.py +230 -0
- pulumi_gcp/gkehub/get_membership_binding.py +1 -1
- pulumi_gcp/gkehub/get_membership_iam_policy.py +1 -1
- pulumi_gcp/gkehub/get_scope_iam_policy.py +1 -1
- pulumi_gcp/gkehub/membership.py +1 -1
- pulumi_gcp/gkehub/membership_binding.py +7 -7
- pulumi_gcp/gkehub/membership_iam_binding.py +1 -1
- pulumi_gcp/gkehub/membership_iam_member.py +1 -1
- pulumi_gcp/gkehub/membership_iam_policy.py +1 -1
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +5 -5
- pulumi_gcp/gkehub/namespace.py +5 -5
- pulumi_gcp/gkehub/outputs.py +48 -3
- pulumi_gcp/gkehub/scope.py +1 -1
- pulumi_gcp/gkehub/scope_iam_binding.py +1 -1
- pulumi_gcp/gkehub/scope_iam_member.py +1 -1
- pulumi_gcp/gkehub/scope_iam_policy.py +1 -1
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +5 -5
- pulumi_gcp/gkeonprem/__init__.py +1 -1
- pulumi_gcp/gkeonprem/_inputs.py +1 -1
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +1 -1
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +1 -1
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +1 -1
- pulumi_gcp/gkeonprem/outputs.py +1 -1
- pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +1 -1
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +1 -1
- pulumi_gcp/healthcare/__init__.py +1 -1
- pulumi_gcp/healthcare/_inputs.py +1 -1
- pulumi_gcp/healthcare/consent_store.py +1 -1
- pulumi_gcp/healthcare/consent_store_iam_binding.py +1 -1
- pulumi_gcp/healthcare/consent_store_iam_member.py +1 -1
- pulumi_gcp/healthcare/consent_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/dataset.py +1 -1
- pulumi_gcp/healthcare/dataset_iam_binding.py +1 -1
- pulumi_gcp/healthcare/dataset_iam_member.py +1 -1
- pulumi_gcp/healthcare/dataset_iam_policy.py +1 -1
- pulumi_gcp/healthcare/dicom_store.py +1 -1
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +1 -1
- pulumi_gcp/healthcare/dicom_store_iam_member.py +1 -1
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/fhir_store.py +1 -1
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +1 -1
- pulumi_gcp/healthcare/fhir_store_iam_member.py +1 -1
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_dataset_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/hl7_store.py +1 -1
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +1 -1
- pulumi_gcp/healthcare/hl7_store_iam_member.py +1 -1
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/outputs.py +1 -1
- pulumi_gcp/healthcare/pipeline_job.py +1 -1
- pulumi_gcp/healthcare/workspace.py +1 -1
- pulumi_gcp/iam/__init__.py +4 -1
- pulumi_gcp/iam/_inputs.py +199 -1
- pulumi_gcp/iam/access_boundary_policy.py +1 -1
- pulumi_gcp/iam/deny_policy.py +1 -1
- pulumi_gcp/iam/folders_policy_binding.py +1 -1
- pulumi_gcp/iam/get_rule.py +1 -1
- pulumi_gcp/iam/get_testable_permissions.py +1 -1
- pulumi_gcp/iam/get_workload_identity_pool.py +1 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +1 -1
- pulumi_gcp/iam/get_workload_identity_pool_provider.py +1 -1
- pulumi_gcp/iam/oauth_client.py +1 -1
- pulumi_gcp/iam/oauth_client_credential.py +1 -1
- pulumi_gcp/iam/organizations_policy_binding.py +1 -1
- pulumi_gcp/iam/outputs.py +160 -1
- pulumi_gcp/iam/principal_access_boundary_policy.py +1 -1
- pulumi_gcp/iam/projects_policy_binding.py +1 -1
- pulumi_gcp/iam/workforce_pool.py +1 -1
- pulumi_gcp/iam/workforce_pool_provider.py +1 -1
- pulumi_gcp/iam/workforce_pool_provider_key.py +619 -0
- pulumi_gcp/iam/workload_identity_pool.py +1 -1
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +1 -1
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +1 -1
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +1 -1
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +725 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +664 -0
- pulumi_gcp/iam/workload_identity_pool_provider.py +1 -1
- pulumi_gcp/iap/__init__.py +1 -1
- pulumi_gcp/iap/_inputs.py +1 -1
- pulumi_gcp/iap/app_engine_service_iam_binding.py +1 -1
- pulumi_gcp/iap/app_engine_service_iam_member.py +1 -1
- pulumi_gcp/iap/app_engine_service_iam_policy.py +1 -1
- pulumi_gcp/iap/app_engine_version_iam_binding.py +1 -1
- pulumi_gcp/iap/app_engine_version_iam_member.py +1 -1
- pulumi_gcp/iap/app_engine_version_iam_policy.py +1 -1
- pulumi_gcp/iap/brand.py +1 -1
- pulumi_gcp/iap/client.py +1 -1
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +1 -1
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +1 -1
- pulumi_gcp/iap/get_client.py +1 -1
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +1 -1
- pulumi_gcp/iap/get_tunnel_iam_policy.py +1 -1
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_cloud_run_service_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +1 -1
- pulumi_gcp/iap/outputs.py +1 -1
- pulumi_gcp/iap/settings.py +1 -1
- pulumi_gcp/iap/tunnel_dest_group.py +3 -3
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +1 -1
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +1 -1
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +1 -1
- pulumi_gcp/iap/tunnel_iam_binding.py +1 -1
- pulumi_gcp/iap/tunnel_iam_member.py +1 -1
- pulumi_gcp/iap/tunnel_iam_policy.py +1 -1
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +1 -1
- pulumi_gcp/iap/tunnel_instance_iam_member.py +1 -1
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +1 -1
- pulumi_gcp/iap/web_backend_service_iam_binding.py +1 -1
- pulumi_gcp/iap/web_backend_service_iam_member.py +1 -1
- pulumi_gcp/iap/web_backend_service_iam_policy.py +1 -1
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +1 -1
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +1 -1
- pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +1 -1
- pulumi_gcp/iap/web_iam_binding.py +1 -1
- pulumi_gcp/iap/web_iam_member.py +1 -1
- pulumi_gcp/iap/web_iam_policy.py +1 -1
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +1 -1
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +1 -1
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +1 -1
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +1 -1
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +1 -1
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +1 -1
- pulumi_gcp/iap/web_type_compute_iam_binding.py +1 -1
- pulumi_gcp/iap/web_type_compute_iam_member.py +1 -1
- pulumi_gcp/iap/web_type_compute_iam_policy.py +1 -1
- pulumi_gcp/identityplatform/__init__.py +1 -1
- pulumi_gcp/identityplatform/_inputs.py +1 -1
- pulumi_gcp/identityplatform/config.py +1 -1
- pulumi_gcp/identityplatform/default_supported_idp_config.py +1 -1
- pulumi_gcp/identityplatform/inbound_saml_config.py +1 -1
- pulumi_gcp/identityplatform/oauth_idp_config.py +1 -1
- pulumi_gcp/identityplatform/outputs.py +1 -1
- pulumi_gcp/identityplatform/tenant.py +1 -1
- pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +1 -1
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +1 -1
- pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +1 -1
- pulumi_gcp/integrationconnectors/__init__.py +1 -1
- pulumi_gcp/integrationconnectors/_inputs.py +1 -1
- pulumi_gcp/integrationconnectors/connection.py +1 -1
- pulumi_gcp/integrationconnectors/endpoint_attachment.py +1 -1
- pulumi_gcp/integrationconnectors/managed_zone.py +9 -9
- pulumi_gcp/integrationconnectors/outputs.py +1 -1
- pulumi_gcp/kms/__init__.py +1 -1
- pulumi_gcp/kms/_inputs.py +1 -1
- pulumi_gcp/kms/autokey_config.py +1 -1
- pulumi_gcp/kms/crypto_key.py +1 -1
- pulumi_gcp/kms/crypto_key_iam_binding.py +1 -1
- pulumi_gcp/kms/crypto_key_iam_member.py +1 -1
- pulumi_gcp/kms/crypto_key_iam_policy.py +1 -1
- pulumi_gcp/kms/crypto_key_version.py +1 -1
- pulumi_gcp/kms/ekm_connection.py +1 -1
- pulumi_gcp/kms/ekm_connection_iam_binding.py +1 -1
- pulumi_gcp/kms/ekm_connection_iam_member.py +1 -1
- pulumi_gcp/kms/ekm_connection_iam_policy.py +1 -1
- pulumi_gcp/kms/get_autokey_config.py +1 -1
- pulumi_gcp/kms/get_crypto_key_iam_policy.py +1 -1
- pulumi_gcp/kms/get_crypto_key_latest_version.py +1 -1
- pulumi_gcp/kms/get_crypto_key_versions.py +1 -1
- pulumi_gcp/kms/get_crypto_keys.py +1 -1
- pulumi_gcp/kms/get_ekm_connection_iam_policy.py +1 -1
- pulumi_gcp/kms/get_key_handle.py +1 -1
- pulumi_gcp/kms/get_key_handles.py +1 -1
- pulumi_gcp/kms/get_key_ring_iam_policy.py +1 -1
- pulumi_gcp/kms/get_key_rings.py +1 -1
- pulumi_gcp/kms/get_kms_crypto_key.py +1 -1
- pulumi_gcp/kms/get_kms_crypto_key_version.py +1 -1
- pulumi_gcp/kms/get_kms_key_ring.py +1 -1
- pulumi_gcp/kms/get_kms_secret.py +1 -1
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +1 -1
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +1 -1
- pulumi_gcp/kms/key_handle.py +1 -1
- pulumi_gcp/kms/key_ring.py +1 -1
- pulumi_gcp/kms/key_ring_iam_binding.py +1 -1
- pulumi_gcp/kms/key_ring_iam_member.py +1 -1
- pulumi_gcp/kms/key_ring_iam_policy.py +1 -1
- pulumi_gcp/kms/key_ring_import_job.py +1 -1
- pulumi_gcp/kms/outputs.py +1 -1
- pulumi_gcp/kms/secret_ciphertext.py +1 -1
- pulumi_gcp/logging/__init__.py +1 -1
- pulumi_gcp/logging/_inputs.py +1 -1
- pulumi_gcp/logging/billing_account_bucket_config.py +1 -1
- pulumi_gcp/logging/billing_account_exclusion.py +1 -1
- pulumi_gcp/logging/billing_account_sink.py +1 -1
- pulumi_gcp/logging/folder_bucket_config.py +1 -1
- pulumi_gcp/logging/folder_exclusion.py +1 -1
- pulumi_gcp/logging/folder_settings.py +1 -1
- pulumi_gcp/logging/folder_sink.py +1 -1
- pulumi_gcp/logging/get_folder_settings.py +1 -1
- pulumi_gcp/logging/get_log_view_iam_policy.py +1 -1
- pulumi_gcp/logging/get_organization_settings.py +1 -1
- pulumi_gcp/logging/get_project_cmek_settings.py +1 -1
- pulumi_gcp/logging/get_project_settings.py +1 -1
- pulumi_gcp/logging/get_sink.py +1 -1
- pulumi_gcp/logging/linked_dataset.py +1 -1
- pulumi_gcp/logging/log_scope.py +1 -1
- pulumi_gcp/logging/log_view.py +1 -1
- pulumi_gcp/logging/log_view_iam_binding.py +1 -1
- pulumi_gcp/logging/log_view_iam_member.py +1 -1
- pulumi_gcp/logging/log_view_iam_policy.py +1 -1
- pulumi_gcp/logging/metric.py +1 -1
- pulumi_gcp/logging/organization_bucket_config.py +1 -1
- pulumi_gcp/logging/organization_exclusion.py +1 -1
- pulumi_gcp/logging/organization_settings.py +1 -1
- pulumi_gcp/logging/organization_sink.py +1 -1
- pulumi_gcp/logging/outputs.py +1 -1
- pulumi_gcp/logging/project_bucket_config.py +1 -1
- pulumi_gcp/logging/project_exclusion.py +1 -1
- pulumi_gcp/logging/project_sink.py +1 -1
- pulumi_gcp/looker/__init__.py +1 -1
- pulumi_gcp/looker/_inputs.py +1 -1
- pulumi_gcp/looker/instance.py +1 -1
- pulumi_gcp/looker/outputs.py +1 -1
- pulumi_gcp/lustre/__init__.py +1 -1
- pulumi_gcp/lustre/get_instance.py +1 -1
- pulumi_gcp/lustre/instance.py +1 -1
- pulumi_gcp/managedkafka/__init__.py +2 -1
- pulumi_gcp/managedkafka/_inputs.py +108 -1
- pulumi_gcp/managedkafka/acl.py +638 -0
- pulumi_gcp/managedkafka/cluster.py +1 -1
- pulumi_gcp/managedkafka/connect_cluster.py +5 -5
- pulumi_gcp/managedkafka/connector.py +5 -5
- pulumi_gcp/managedkafka/outputs.py +82 -1
- pulumi_gcp/managedkafka/topic.py +1 -1
- pulumi_gcp/memcache/__init__.py +1 -1
- pulumi_gcp/memcache/_inputs.py +1 -1
- pulumi_gcp/memcache/get_instance.py +1 -1
- pulumi_gcp/memcache/instance.py +1 -1
- pulumi_gcp/memcache/outputs.py +1 -1
- pulumi_gcp/memorystore/__init__.py +1 -1
- pulumi_gcp/memorystore/_inputs.py +68 -7
- pulumi_gcp/memorystore/get_instance.py +13 -2
- pulumi_gcp/memorystore/instance.py +104 -30
- pulumi_gcp/memorystore/instance_desired_user_created_endpoints.py +3 -3
- pulumi_gcp/memorystore/outputs.py +94 -9
- pulumi_gcp/migrationcenter/__init__.py +1 -1
- pulumi_gcp/migrationcenter/_inputs.py +1 -1
- pulumi_gcp/migrationcenter/group.py +1 -1
- pulumi_gcp/migrationcenter/outputs.py +1 -1
- pulumi_gcp/migrationcenter/preference_set.py +1 -1
- pulumi_gcp/ml/__init__.py +1 -1
- pulumi_gcp/ml/_inputs.py +1 -1
- pulumi_gcp/ml/engine_model.py +1 -1
- pulumi_gcp/ml/outputs.py +1 -1
- pulumi_gcp/monitoring/__init__.py +1 -1
- pulumi_gcp/monitoring/_inputs.py +1 -1
- pulumi_gcp/monitoring/alert_policy.py +1 -1
- pulumi_gcp/monitoring/custom_service.py +1 -1
- pulumi_gcp/monitoring/dashboard.py +1 -1
- pulumi_gcp/monitoring/generic_service.py +1 -1
- pulumi_gcp/monitoring/get_app_engine_service.py +1 -1
- pulumi_gcp/monitoring/get_cluster_istio_service.py +1 -1
- pulumi_gcp/monitoring/get_istio_canonical_service.py +1 -1
- pulumi_gcp/monitoring/get_mesh_istio_service.py +1 -1
- pulumi_gcp/monitoring/get_notification_channel.py +1 -1
- pulumi_gcp/monitoring/get_secret_version.py +1 -1
- pulumi_gcp/monitoring/get_uptime_check_i_ps.py +1 -1
- pulumi_gcp/monitoring/group.py +1 -1
- pulumi_gcp/monitoring/metric_descriptor.py +1 -1
- pulumi_gcp/monitoring/monitored_project.py +1 -1
- pulumi_gcp/monitoring/notification_channel.py +1 -1
- pulumi_gcp/monitoring/outputs.py +1 -1
- pulumi_gcp/monitoring/slo.py +1 -1
- pulumi_gcp/monitoring/uptime_check_config.py +1 -1
- pulumi_gcp/netapp/__init__.py +1 -1
- pulumi_gcp/netapp/_inputs.py +469 -1
- pulumi_gcp/netapp/active_directory.py +1 -1
- pulumi_gcp/netapp/backup.py +1 -1
- pulumi_gcp/netapp/backup_policy.py +1 -1
- pulumi_gcp/netapp/backup_vault.py +57 -1
- pulumi_gcp/netapp/kmsconfig.py +1 -1
- pulumi_gcp/netapp/outputs.py +357 -1
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/netapp/volume.py +55 -1
- pulumi_gcp/netapp/volume_quota_rule.py +1 -1
- pulumi_gcp/netapp/volume_replication.py +61 -1
- pulumi_gcp/netapp/volume_snapshot.py +1 -1
- pulumi_gcp/networkconnectivity/__init__.py +1 -1
- pulumi_gcp/networkconnectivity/_inputs.py +10 -10
- pulumi_gcp/networkconnectivity/group.py +1 -1
- pulumi_gcp/networkconnectivity/hub.py +1 -1
- pulumi_gcp/networkconnectivity/internal_range.py +1 -1
- pulumi_gcp/networkconnectivity/outputs.py +7 -7
- pulumi_gcp/networkconnectivity/policy_based_route.py +1 -1
- pulumi_gcp/networkconnectivity/regional_endpoint.py +1 -1
- pulumi_gcp/networkconnectivity/service_connection_policy.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +15 -15
- pulumi_gcp/networkmanagement/__init__.py +1 -1
- pulumi_gcp/networkmanagement/_inputs.py +1 -1
- pulumi_gcp/networkmanagement/connectivity_test.py +1 -1
- pulumi_gcp/networkmanagement/outputs.py +1 -1
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +1 -1
- pulumi_gcp/networksecurity/__init__.py +1 -1
- pulumi_gcp/networksecurity/_inputs.py +1 -1
- pulumi_gcp/networksecurity/address_group.py +1 -1
- pulumi_gcp/networksecurity/address_group_iam_binding.py +1 -1
- pulumi_gcp/networksecurity/address_group_iam_member.py +1 -1
- pulumi_gcp/networksecurity/address_group_iam_policy.py +1 -1
- pulumi_gcp/networksecurity/authorization_policy.py +1 -1
- pulumi_gcp/networksecurity/authz_policy.py +1 -1
- pulumi_gcp/networksecurity/backend_authentication_config.py +1 -1
- pulumi_gcp/networksecurity/client_tls_policy.py +1 -1
- pulumi_gcp/networksecurity/firewall_endpoint.py +1 -1
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +1 -1
- pulumi_gcp/networksecurity/gateway_security_policy.py +1 -1
- pulumi_gcp/networksecurity/gateway_security_policy_rule.py +1 -1
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +1 -1
- pulumi_gcp/networksecurity/intercept_deployment.py +1 -1
- pulumi_gcp/networksecurity/intercept_deployment_group.py +1 -1
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +1 -1
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +1 -1
- pulumi_gcp/networksecurity/mirroring_deployment.py +1 -1
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +1 -1
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +1 -1
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +1 -1
- pulumi_gcp/networksecurity/outputs.py +1 -1
- pulumi_gcp/networksecurity/security_profile.py +1 -1
- pulumi_gcp/networksecurity/security_profile_group.py +1 -1
- pulumi_gcp/networksecurity/server_tls_policy.py +1 -1
- pulumi_gcp/networksecurity/tls_inspection_policy.py +1 -1
- pulumi_gcp/networksecurity/url_list.py +1 -1
- pulumi_gcp/networkservices/__init__.py +1 -1
- pulumi_gcp/networkservices/_inputs.py +1 -1
- pulumi_gcp/networkservices/authz_extension.py +1 -1
- pulumi_gcp/networkservices/edge_cache_keyset.py +1 -1
- pulumi_gcp/networkservices/edge_cache_origin.py +1 -1
- pulumi_gcp/networkservices/edge_cache_service.py +1 -1
- pulumi_gcp/networkservices/endpoint_policy.py +1 -1
- pulumi_gcp/networkservices/gateway.py +1 -1
- pulumi_gcp/networkservices/grpc_route.py +1 -1
- pulumi_gcp/networkservices/http_route.py +1 -1
- pulumi_gcp/networkservices/lb_route_extension.py +1 -1
- pulumi_gcp/networkservices/lb_traffic_extension.py +1 -1
- pulumi_gcp/networkservices/mesh.py +1 -1
- pulumi_gcp/networkservices/outputs.py +1 -1
- pulumi_gcp/networkservices/service_binding.py +1 -1
- pulumi_gcp/networkservices/service_lb_policies.py +1 -1
- pulumi_gcp/networkservices/tcp_route.py +1 -1
- pulumi_gcp/networkservices/tls_route.py +1 -1
- pulumi_gcp/notebooks/__init__.py +1 -1
- pulumi_gcp/notebooks/_inputs.py +1 -1
- pulumi_gcp/notebooks/environment.py +1 -1
- pulumi_gcp/notebooks/get_instance_iam_policy.py +1 -1
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +1 -1
- pulumi_gcp/notebooks/instance.py +1 -1
- pulumi_gcp/notebooks/instance_iam_binding.py +1 -1
- pulumi_gcp/notebooks/instance_iam_member.py +1 -1
- pulumi_gcp/notebooks/instance_iam_policy.py +1 -1
- pulumi_gcp/notebooks/location.py +1 -1
- pulumi_gcp/notebooks/outputs.py +1 -1
- pulumi_gcp/notebooks/runtime.py +1 -1
- pulumi_gcp/notebooks/runtime_iam_binding.py +1 -1
- pulumi_gcp/notebooks/runtime_iam_member.py +1 -1
- pulumi_gcp/notebooks/runtime_iam_policy.py +1 -1
- pulumi_gcp/oracledatabase/__init__.py +1 -1
- pulumi_gcp/oracledatabase/_inputs.py +1 -1
- pulumi_gcp/oracledatabase/autonomous_database.py +1 -1
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +1 -1
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1 -1
- pulumi_gcp/oracledatabase/get_autonomous_database.py +1 -1
- pulumi_gcp/oracledatabase/get_autonomous_databases.py +1 -1
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +1 -1
- pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +1 -1
- pulumi_gcp/oracledatabase/get_db_nodes.py +1 -1
- pulumi_gcp/oracledatabase/get_db_servers.py +1 -1
- pulumi_gcp/oracledatabase/outputs.py +1 -1
- pulumi_gcp/organizations/__init__.py +1 -1
- pulumi_gcp/organizations/_inputs.py +1 -1
- pulumi_gcp/organizations/access_approval_settings.py +1 -1
- pulumi_gcp/organizations/folder.py +1 -1
- pulumi_gcp/organizations/get_active_folder.py +1 -1
- pulumi_gcp/organizations/get_billing_account.py +1 -1
- pulumi_gcp/organizations/get_client_config.py +1 -1
- pulumi_gcp/organizations/get_client_open_id_user_info.py +1 -1
- pulumi_gcp/organizations/get_folder.py +1 -1
- pulumi_gcp/organizations/get_folders.py +1 -1
- pulumi_gcp/organizations/get_iam_custom_role.py +1 -1
- pulumi_gcp/organizations/get_iam_custom_roles.py +1 -1
- pulumi_gcp/organizations/get_iam_policy.py +1 -1
- pulumi_gcp/organizations/get_organization.py +1 -1
- pulumi_gcp/organizations/get_project.py +1 -1
- pulumi_gcp/organizations/get_s.py +1 -1
- pulumi_gcp/organizations/iam_audit_config.py +1 -1
- pulumi_gcp/organizations/iam_binding.py +1 -1
- pulumi_gcp/organizations/iam_custom_role.py +1 -1
- pulumi_gcp/organizations/iam_member.py +1 -1
- pulumi_gcp/organizations/iam_policy.py +1 -1
- pulumi_gcp/organizations/outputs.py +1 -1
- pulumi_gcp/organizations/policy.py +1 -1
- pulumi_gcp/organizations/project.py +1 -1
- pulumi_gcp/orgpolicy/__init__.py +1 -1
- pulumi_gcp/orgpolicy/_inputs.py +1 -1
- pulumi_gcp/orgpolicy/custom_constraint.py +1 -1
- pulumi_gcp/orgpolicy/outputs.py +1 -1
- pulumi_gcp/orgpolicy/policy.py +3 -3
- pulumi_gcp/osconfig/__init__.py +1 -1
- pulumi_gcp/osconfig/_inputs.py +1 -1
- pulumi_gcp/osconfig/guest_policies.py +1 -1
- pulumi_gcp/osconfig/os_policy_assignment.py +1 -1
- pulumi_gcp/osconfig/outputs.py +1 -1
- pulumi_gcp/osconfig/patch_deployment.py +1 -1
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +1 -1
- pulumi_gcp/osconfig/v2_policy_orchestrator_for_folder.py +1 -1
- pulumi_gcp/osconfig/v2_policy_orchestrator_for_organization.py +1 -1
- pulumi_gcp/oslogin/__init__.py +1 -1
- pulumi_gcp/oslogin/ssh_public_key.py +1 -1
- pulumi_gcp/parallelstore/__init__.py +1 -1
- pulumi_gcp/parallelstore/instance.py +1 -1
- pulumi_gcp/parametermanager/__init__.py +1 -1
- pulumi_gcp/parametermanager/_inputs.py +1 -1
- pulumi_gcp/parametermanager/get_parameter.py +1 -1
- pulumi_gcp/parametermanager/get_parameter_version.py +1 -1
- pulumi_gcp/parametermanager/get_parameter_version_render.py +1 -1
- pulumi_gcp/parametermanager/get_parameters.py +1 -1
- pulumi_gcp/parametermanager/get_regional_parameter.py +1 -1
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +1 -1
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +1 -1
- pulumi_gcp/parametermanager/get_regional_parameters.py +1 -1
- pulumi_gcp/parametermanager/outputs.py +1 -1
- pulumi_gcp/parametermanager/parameter.py +1 -1
- pulumi_gcp/parametermanager/parameter_version.py +1 -1
- pulumi_gcp/parametermanager/regional_parameter.py +1 -1
- pulumi_gcp/parametermanager/regional_parameter_version.py +1 -1
- pulumi_gcp/privilegedaccessmanager/__init__.py +1 -1
- pulumi_gcp/privilegedaccessmanager/_inputs.py +1 -1
- pulumi_gcp/privilegedaccessmanager/entitlement.py +1 -1
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +1 -1
- pulumi_gcp/privilegedaccessmanager/outputs.py +1 -1
- pulumi_gcp/projects/__init__.py +1 -1
- pulumi_gcp/projects/_inputs.py +1 -1
- pulumi_gcp/projects/access_approval_settings.py +1 -1
- pulumi_gcp/projects/api_key.py +1 -1
- pulumi_gcp/projects/default_service_accounts.py +1 -1
- pulumi_gcp/projects/get_ancestry.py +1 -1
- pulumi_gcp/projects/get_iam_custom_role.py +1 -1
- pulumi_gcp/projects/get_iam_custom_roles.py +1 -1
- pulumi_gcp/projects/get_iam_policy.py +1 -1
- pulumi_gcp/projects/get_organization_policy.py +1 -1
- pulumi_gcp/projects/get_project.py +1 -1
- pulumi_gcp/projects/get_project_service.py +1 -1
- pulumi_gcp/projects/iam_audit_config.py +1 -1
- pulumi_gcp/projects/iam_binding.py +1 -1
- pulumi_gcp/projects/iam_custom_role.py +1 -1
- pulumi_gcp/projects/iam_member.py +1 -1
- pulumi_gcp/projects/iam_member_remove.py +1 -1
- pulumi_gcp/projects/iam_policy.py +1 -1
- pulumi_gcp/projects/organization_policy.py +1 -1
- pulumi_gcp/projects/outputs.py +1 -1
- pulumi_gcp/projects/service.py +1 -1
- pulumi_gcp/projects/service_identity.py +1 -1
- pulumi_gcp/projects/usage_export_bucket.py +1 -1
- pulumi_gcp/provider.py +1 -1
- pulumi_gcp/pubsub/__init__.py +1 -1
- pulumi_gcp/pubsub/_inputs.py +1 -1
- pulumi_gcp/pubsub/get_schema_iam_policy.py +1 -1
- pulumi_gcp/pubsub/get_subscription.py +1 -1
- pulumi_gcp/pubsub/get_subscription_iam_policy.py +1 -1
- pulumi_gcp/pubsub/get_topic.py +1 -1
- pulumi_gcp/pubsub/get_topic_iam_policy.py +1 -1
- pulumi_gcp/pubsub/lite_reservation.py +1 -1
- pulumi_gcp/pubsub/lite_subscription.py +1 -1
- pulumi_gcp/pubsub/lite_topic.py +1 -1
- pulumi_gcp/pubsub/outputs.py +1 -1
- pulumi_gcp/pubsub/schema.py +1 -1
- pulumi_gcp/pubsub/schema_iam_binding.py +1 -1
- pulumi_gcp/pubsub/schema_iam_member.py +1 -1
- pulumi_gcp/pubsub/schema_iam_policy.py +1 -1
- pulumi_gcp/pubsub/subscription.py +7 -7
- pulumi_gcp/pubsub/subscription_iam_binding.py +1 -1
- pulumi_gcp/pubsub/subscription_iam_member.py +1 -1
- pulumi_gcp/pubsub/subscription_iam_policy.py +1 -1
- pulumi_gcp/pubsub/topic.py +1 -1
- pulumi_gcp/pubsub/topic_iam_binding.py +1 -1
- pulumi_gcp/pubsub/topic_iam_member.py +1 -1
- pulumi_gcp/pubsub/topic_iam_policy.py +1 -1
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/__init__.py +1 -1
- pulumi_gcp/recaptcha/_inputs.py +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +1 -1
- pulumi_gcp/recaptcha/outputs.py +1 -1
- pulumi_gcp/redis/__init__.py +1 -1
- pulumi_gcp/redis/_inputs.py +4 -7
- pulumi_gcp/redis/cluster.py +1 -1
- pulumi_gcp/redis/cluster_user_created_connections.py +1 -1
- pulumi_gcp/redis/get_instance.py +1 -1
- pulumi_gcp/redis/instance.py +1 -1
- pulumi_gcp/redis/outputs.py +3 -5
- pulumi_gcp/resourcemanager/__init__.py +1 -1
- pulumi_gcp/resourcemanager/capability.py +1 -1
- pulumi_gcp/resourcemanager/lien.py +1 -1
- pulumi_gcp/runtimeconfig/__init__.py +1 -1
- pulumi_gcp/runtimeconfig/_inputs.py +1 -1
- pulumi_gcp/runtimeconfig/config.py +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +1 -1
- pulumi_gcp/runtimeconfig/config_iam_member.py +1 -1
- pulumi_gcp/runtimeconfig/config_iam_policy.py +1 -1
- pulumi_gcp/runtimeconfig/get_config.py +1 -1
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +1 -1
- pulumi_gcp/runtimeconfig/get_variable.py +1 -1
- pulumi_gcp/runtimeconfig/outputs.py +1 -1
- pulumi_gcp/runtimeconfig/variable.py +1 -1
- pulumi_gcp/secretmanager/__init__.py +1 -1
- pulumi_gcp/secretmanager/_inputs.py +1 -1
- pulumi_gcp/secretmanager/get_regional_secret.py +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_version.py +11 -1
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +13 -1
- pulumi_gcp/secretmanager/get_regional_secrets.py +11 -1
- pulumi_gcp/secretmanager/get_secret.py +1 -1
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +1 -1
- pulumi_gcp/secretmanager/get_secret_version.py +1 -1
- pulumi_gcp/secretmanager/get_secret_version_access.py +1 -1
- pulumi_gcp/secretmanager/get_secrets.py +1 -1
- pulumi_gcp/secretmanager/outputs.py +1 -1
- pulumi_gcp/secretmanager/regional_secret.py +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +1 -1
- pulumi_gcp/secretmanager/regional_secret_version.py +1 -1
- pulumi_gcp/secretmanager/secret.py +1 -1
- pulumi_gcp/secretmanager/secret_iam_binding.py +1 -1
- pulumi_gcp/secretmanager/secret_iam_member.py +1 -1
- pulumi_gcp/secretmanager/secret_iam_policy.py +1 -1
- pulumi_gcp/secretmanager/secret_version.py +1 -1
- pulumi_gcp/securesourcemanager/__init__.py +1 -1
- pulumi_gcp/securesourcemanager/_inputs.py +1 -1
- pulumi_gcp/securesourcemanager/branch_rule.py +1 -1
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +1 -1
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +1 -1
- pulumi_gcp/securesourcemanager/instance.py +1 -1
- pulumi_gcp/securesourcemanager/instance_iam_binding.py +1 -1
- pulumi_gcp/securesourcemanager/instance_iam_member.py +1 -1
- pulumi_gcp/securesourcemanager/instance_iam_policy.py +1 -1
- pulumi_gcp/securesourcemanager/outputs.py +1 -1
- pulumi_gcp/securesourcemanager/repository.py +1 -1
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +1 -1
- pulumi_gcp/securesourcemanager/repository_iam_member.py +1 -1
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/__init__.py +1 -1
- pulumi_gcp/securitycenter/_inputs.py +1 -1
- pulumi_gcp/securitycenter/event_threat_detection_custom_module.py +1 -1
- pulumi_gcp/securitycenter/folder_custom_module.py +1 -1
- pulumi_gcp/securitycenter/folder_notification_config.py +1 -1
- pulumi_gcp/securitycenter/folder_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/get_source_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/instance_iam_binding.py +1 -1
- pulumi_gcp/securitycenter/instance_iam_member.py +1 -1
- pulumi_gcp/securitycenter/instance_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +1 -1
- pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py +1 -1
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +1 -1
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +1 -1
- pulumi_gcp/securitycenter/mute_config.py +1 -1
- pulumi_gcp/securitycenter/notification_config.py +1 -1
- pulumi_gcp/securitycenter/organization_custom_module.py +1 -1
- pulumi_gcp/securitycenter/organization_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/outputs.py +1 -1
- pulumi_gcp/securitycenter/project_custom_module.py +1 -1
- pulumi_gcp/securitycenter/project_notification_config.py +1 -1
- pulumi_gcp/securitycenter/project_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/source.py +1 -1
- pulumi_gcp/securitycenter/source_iam_binding.py +1 -1
- pulumi_gcp/securitycenter/source_iam_member.py +1 -1
- pulumi_gcp/securitycenter/source_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/v2_folder_mute_config.py +1 -1
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +1 -1
- pulumi_gcp/securitycenter/v2_folder_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_mute_config.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_source.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/v2_project_mute_config.py +1 -1
- pulumi_gcp/securitycenter/v2_project_notification_config.py +1 -1
- pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py +1 -1
- pulumi_gcp/securityposture/__init__.py +1 -1
- pulumi_gcp/securityposture/_inputs.py +1 -1
- pulumi_gcp/securityposture/outputs.py +1 -1
- pulumi_gcp/securityposture/posture.py +1 -1
- pulumi_gcp/securityposture/posture_deployment.py +1 -1
- pulumi_gcp/serviceaccount/__init__.py +1 -1
- pulumi_gcp/serviceaccount/_inputs.py +1 -1
- pulumi_gcp/serviceaccount/account.py +1 -1
- pulumi_gcp/serviceaccount/get_account.py +1 -1
- pulumi_gcp/serviceaccount/get_account_access_token.py +1 -1
- pulumi_gcp/serviceaccount/get_account_id_token.py +1 -1
- pulumi_gcp/serviceaccount/get_account_jwt.py +1 -1
- pulumi_gcp/serviceaccount/get_account_key.py +1 -1
- pulumi_gcp/serviceaccount/get_iam_policy.py +1 -1
- pulumi_gcp/serviceaccount/get_s.py +1 -1
- pulumi_gcp/serviceaccount/iam_binding.py +1 -1
- pulumi_gcp/serviceaccount/iam_member.py +1 -1
- pulumi_gcp/serviceaccount/iam_policy.py +1 -1
- pulumi_gcp/serviceaccount/key.py +1 -1
- pulumi_gcp/serviceaccount/outputs.py +1 -1
- pulumi_gcp/servicedirectory/__init__.py +1 -1
- pulumi_gcp/servicedirectory/_inputs.py +1 -1
- pulumi_gcp/servicedirectory/endpoint.py +1 -1
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +1 -1
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +1 -1
- pulumi_gcp/servicedirectory/namespace.py +1 -1
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +1 -1
- pulumi_gcp/servicedirectory/namespace_iam_member.py +1 -1
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +1 -1
- pulumi_gcp/servicedirectory/outputs.py +1 -1
- pulumi_gcp/servicedirectory/service.py +1 -1
- pulumi_gcp/servicedirectory/service_iam_binding.py +1 -1
- pulumi_gcp/servicedirectory/service_iam_member.py +1 -1
- pulumi_gcp/servicedirectory/service_iam_policy.py +1 -1
- pulumi_gcp/servicenetworking/__init__.py +1 -1
- pulumi_gcp/servicenetworking/connection.py +1 -1
- pulumi_gcp/servicenetworking/get_peered_dns_domain.py +1 -1
- pulumi_gcp/servicenetworking/peered_dns_domain.py +1 -1
- pulumi_gcp/servicenetworking/vpc_service_controls.py +1 -1
- pulumi_gcp/serviceusage/__init__.py +1 -1
- pulumi_gcp/serviceusage/consumer_quota_override.py +1 -1
- pulumi_gcp/siteverification/__init__.py +1 -1
- pulumi_gcp/siteverification/_inputs.py +1 -1
- pulumi_gcp/siteverification/get_token.py +1 -1
- pulumi_gcp/siteverification/outputs.py +1 -1
- pulumi_gcp/siteverification/owner.py +1 -1
- pulumi_gcp/siteverification/web_resource.py +1 -1
- pulumi_gcp/sourcerepo/__init__.py +1 -1
- pulumi_gcp/sourcerepo/_inputs.py +1 -1
- pulumi_gcp/sourcerepo/get_repository.py +1 -1
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +1 -1
- pulumi_gcp/sourcerepo/outputs.py +1 -1
- pulumi_gcp/sourcerepo/repository.py +1 -1
- pulumi_gcp/sourcerepo/repository_iam_binding.py +1 -1
- pulumi_gcp/sourcerepo/repository_iam_member.py +1 -1
- pulumi_gcp/sourcerepo/repository_iam_policy.py +1 -1
- pulumi_gcp/spanner/__init__.py +1 -1
- pulumi_gcp/spanner/_inputs.py +1 -1
- pulumi_gcp/spanner/backup_schedule.py +1 -1
- pulumi_gcp/spanner/database.py +1 -1
- pulumi_gcp/spanner/database_iam_binding.py +1 -1
- pulumi_gcp/spanner/database_iam_member.py +1 -1
- pulumi_gcp/spanner/database_iam_policy.py +1 -1
- pulumi_gcp/spanner/get_database.py +1 -1
- pulumi_gcp/spanner/get_database_iam_policy.py +1 -1
- pulumi_gcp/spanner/get_instance.py +13 -2
- pulumi_gcp/spanner/get_instance_iam_policy.py +1 -1
- pulumi_gcp/spanner/instance.py +69 -42
- pulumi_gcp/spanner/instance_config.py +1 -1
- pulumi_gcp/spanner/instance_iam_binding.py +1 -1
- pulumi_gcp/spanner/instance_iam_member.py +1 -1
- pulumi_gcp/spanner/instance_iam_policy.py +1 -1
- pulumi_gcp/spanner/instance_partition.py +1 -1
- pulumi_gcp/spanner/outputs.py +1 -1
- pulumi_gcp/sql/__init__.py +1 -1
- pulumi_gcp/sql/_inputs.py +1 -1
- pulumi_gcp/sql/database.py +1 -1
- pulumi_gcp/sql/database_instance.py +1 -1
- pulumi_gcp/sql/get_backup_run.py +1 -1
- pulumi_gcp/sql/get_ca_certs.py +1 -1
- pulumi_gcp/sql/get_database.py +1 -1
- pulumi_gcp/sql/get_database_instance.py +1 -1
- pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +1 -1
- pulumi_gcp/sql/get_database_instances.py +1 -1
- pulumi_gcp/sql/get_databases.py +1 -1
- pulumi_gcp/sql/get_tiers.py +1 -1
- pulumi_gcp/sql/outputs.py +1 -1
- pulumi_gcp/sql/source_representation_instance.py +1 -1
- pulumi_gcp/sql/ssl_cert.py +1 -1
- pulumi_gcp/sql/user.py +1 -1
- pulumi_gcp/storage/__init__.py +1 -1
- pulumi_gcp/storage/_inputs.py +159 -1
- pulumi_gcp/storage/anywhere_cache.py +1 -1
- pulumi_gcp/storage/batch_operations_job.py +1 -1
- pulumi_gcp/storage/bucket.py +48 -1
- pulumi_gcp/storage/bucket_access_control.py +1 -1
- pulumi_gcp/storage/bucket_acl.py +1 -1
- pulumi_gcp/storage/bucket_iam_binding.py +1 -1
- pulumi_gcp/storage/bucket_iam_member.py +1 -1
- pulumi_gcp/storage/bucket_iam_policy.py +1 -1
- pulumi_gcp/storage/bucket_object.py +5 -5
- pulumi_gcp/storage/control_folder_intelligence_config.py +1 -1
- pulumi_gcp/storage/control_organization_intelligence_config.py +1 -1
- pulumi_gcp/storage/control_project_intelligence_config.py +1 -1
- pulumi_gcp/storage/default_object_access_control.py +1 -1
- pulumi_gcp/storage/default_object_acl.py +1 -1
- pulumi_gcp/storage/folder.py +1 -1
- pulumi_gcp/storage/get_bucket.py +13 -2
- pulumi_gcp/storage/get_bucket_iam_policy.py +1 -1
- pulumi_gcp/storage/get_bucket_object.py +1 -1
- pulumi_gcp/storage/get_bucket_object_content.py +1 -1
- pulumi_gcp/storage/get_bucket_objects.py +1 -1
- pulumi_gcp/storage/get_buckets.py +1 -1
- pulumi_gcp/storage/get_control_folder_intelligence_config.py +1 -1
- pulumi_gcp/storage/get_control_organization_intelligence_config.py +1 -1
- pulumi_gcp/storage/get_control_project_intelligence_config.py +1 -1
- pulumi_gcp/storage/get_managed_folder_iam_policy.py +1 -1
- pulumi_gcp/storage/get_object_signed_url.py +1 -1
- pulumi_gcp/storage/get_project_service_account.py +1 -1
- pulumi_gcp/storage/get_transfer_project_service_account.py +1 -1
- pulumi_gcp/storage/get_transfer_project_servie_account.py +1 -1
- pulumi_gcp/storage/hmac_key.py +1 -1
- pulumi_gcp/storage/insights_report_config.py +1 -1
- pulumi_gcp/storage/managed_folder.py +1 -1
- pulumi_gcp/storage/managed_folder_iam_binding.py +1 -1
- pulumi_gcp/storage/managed_folder_iam_member.py +1 -1
- pulumi_gcp/storage/managed_folder_iam_policy.py +1 -1
- pulumi_gcp/storage/notification.py +1 -1
- pulumi_gcp/storage/object_access_control.py +1 -1
- pulumi_gcp/storage/object_acl.py +1 -1
- pulumi_gcp/storage/outputs.py +236 -1
- pulumi_gcp/storage/transfer_agent_pool.py +1 -1
- pulumi_gcp/storage/transfer_job.py +1 -1
- pulumi_gcp/tags/__init__.py +1 -1
- pulumi_gcp/tags/_inputs.py +1 -1
- pulumi_gcp/tags/get_tag_key.py +1 -1
- pulumi_gcp/tags/get_tag_key_iam_policy.py +1 -1
- pulumi_gcp/tags/get_tag_keys.py +1 -1
- pulumi_gcp/tags/get_tag_value.py +1 -1
- pulumi_gcp/tags/get_tag_value_iam_policy.py +1 -1
- pulumi_gcp/tags/get_tag_values.py +1 -1
- pulumi_gcp/tags/location_tag_binding.py +1 -1
- pulumi_gcp/tags/outputs.py +1 -1
- pulumi_gcp/tags/tag_binding.py +1 -1
- pulumi_gcp/tags/tag_key.py +1 -1
- pulumi_gcp/tags/tag_key_iam_binding.py +1 -1
- pulumi_gcp/tags/tag_key_iam_member.py +1 -1
- pulumi_gcp/tags/tag_key_iam_policy.py +1 -1
- pulumi_gcp/tags/tag_value.py +1 -1
- pulumi_gcp/tags/tag_value_iam_binding.py +1 -1
- pulumi_gcp/tags/tag_value_iam_member.py +1 -1
- pulumi_gcp/tags/tag_value_iam_policy.py +1 -1
- pulumi_gcp/tpu/__init__.py +1 -1
- pulumi_gcp/tpu/_inputs.py +1 -1
- pulumi_gcp/tpu/get_tensorflow_versions.py +1 -1
- pulumi_gcp/tpu/get_v2_accelerator_types.py +1 -1
- pulumi_gcp/tpu/get_v2_runtime_versions.py +1 -1
- pulumi_gcp/tpu/node.py +1 -1
- pulumi_gcp/tpu/outputs.py +1 -1
- pulumi_gcp/tpu/v2_queued_resource.py +1 -1
- pulumi_gcp/tpu/v2_vm.py +1 -1
- pulumi_gcp/transcoder/__init__.py +1 -1
- pulumi_gcp/transcoder/_inputs.py +1 -1
- pulumi_gcp/transcoder/job.py +1 -1
- pulumi_gcp/transcoder/job_template.py +1 -1
- pulumi_gcp/transcoder/outputs.py +1 -1
- pulumi_gcp/vertex/__init__.py +1 -1
- pulumi_gcp/vertex/_inputs.py +1 -1
- pulumi_gcp/vertex/ai_dataset.py +1 -1
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +1 -1
- pulumi_gcp/vertex/ai_endpoint.py +5 -5
- pulumi_gcp/vertex/ai_endpoint_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_endpoint_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_endpoint_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_group.py +1 -1
- pulumi_gcp/vertex/ai_feature_group_feature.py +1 -1
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +5 -5
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_store.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_index.py +1 -1
- pulumi_gcp/vertex/ai_index_endpoint.py +1 -1
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +1 -1
- pulumi_gcp/vertex/ai_metadata_store.py +1 -1
- pulumi_gcp/vertex/ai_tensorboard.py +1 -1
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_feature_group_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_feature_online_store_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_index.py +1 -1
- pulumi_gcp/vertex/outputs.py +1 -1
- pulumi_gcp/vmwareengine/__init__.py +1 -1
- pulumi_gcp/vmwareengine/_inputs.py +1 -1
- pulumi_gcp/vmwareengine/cluster.py +1 -1
- pulumi_gcp/vmwareengine/external_access_rule.py +1 -1
- pulumi_gcp/vmwareengine/external_address.py +1 -1
- pulumi_gcp/vmwareengine/get_cluster.py +1 -1
- pulumi_gcp/vmwareengine/get_external_access_rule.py +1 -1
- pulumi_gcp/vmwareengine/get_external_address.py +1 -1
- pulumi_gcp/vmwareengine/get_network.py +1 -1
- pulumi_gcp/vmwareengine/get_network_peering.py +1 -1
- pulumi_gcp/vmwareengine/get_network_policy.py +1 -1
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +1 -1
- pulumi_gcp/vmwareengine/get_private_cloud.py +1 -1
- pulumi_gcp/vmwareengine/get_subnet.py +1 -1
- pulumi_gcp/vmwareengine/get_vcenter_credentials.py +1 -1
- pulumi_gcp/vmwareengine/network.py +1 -1
- pulumi_gcp/vmwareengine/network_peering.py +1 -1
- pulumi_gcp/vmwareengine/network_policy.py +1 -1
- pulumi_gcp/vmwareengine/outputs.py +1 -1
- pulumi_gcp/vmwareengine/private_cloud.py +1 -1
- pulumi_gcp/vmwareengine/subnet.py +1 -1
- pulumi_gcp/vpcaccess/__init__.py +1 -1
- pulumi_gcp/vpcaccess/_inputs.py +1 -1
- pulumi_gcp/vpcaccess/connector.py +15 -15
- pulumi_gcp/vpcaccess/get_connector.py +1 -1
- pulumi_gcp/vpcaccess/outputs.py +1 -1
- pulumi_gcp/workbench/__init__.py +1 -1
- pulumi_gcp/workbench/_inputs.py +1 -1
- pulumi_gcp/workbench/get_instance_iam_policy.py +1 -1
- pulumi_gcp/workbench/instance.py +1 -1
- pulumi_gcp/workbench/instance_iam_binding.py +1 -1
- pulumi_gcp/workbench/instance_iam_member.py +1 -1
- pulumi_gcp/workbench/instance_iam_policy.py +1 -1
- pulumi_gcp/workbench/outputs.py +1 -1
- pulumi_gcp/workflows/__init__.py +1 -1
- pulumi_gcp/workflows/workflow.py +1 -1
- pulumi_gcp/workstations/__init__.py +1 -1
- pulumi_gcp/workstations/_inputs.py +1 -1
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +1 -1
- pulumi_gcp/workstations/get_workstation_iam_policy.py +1 -1
- pulumi_gcp/workstations/outputs.py +1 -1
- pulumi_gcp/workstations/workstation.py +1 -1
- pulumi_gcp/workstations/workstation_cluster.py +1 -1
- pulumi_gcp/workstations/workstation_config.py +1 -1
- pulumi_gcp/workstations/workstation_config_iam_binding.py +1 -1
- pulumi_gcp/workstations/workstation_config_iam_member.py +1 -1
- pulumi_gcp/workstations/workstation_config_iam_policy.py +1 -1
- pulumi_gcp/workstations/workstation_iam_binding.py +1 -1
- pulumi_gcp/workstations/workstation_iam_member.py +1 -1
- pulumi_gcp/workstations/workstation_iam_policy.py +1 -1
- {pulumi_gcp-8.32.1.dist-info → pulumi_gcp-8.33.0.dist-info}/METADATA +1 -1
- pulumi_gcp-8.33.0.dist-info/RECORD +1955 -0
- {pulumi_gcp-8.32.1.dist-info → pulumi_gcp-8.33.0.dist-info}/WHEEL +1 -1
- pulumi_gcp-8.32.1.dist-info/RECORD +0 -1932
- {pulumi_gcp-8.32.1.dist-info → pulumi_gcp-8.33.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/outputs.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# coding=utf-8
|
2
|
-
# *** WARNING: this file was generated by
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
4
|
|
5
5
|
import builtins
|
@@ -44,6 +44,8 @@ __all__ = [
|
|
44
44
|
'BackendServiceConsistentHashHttpCookie',
|
45
45
|
'BackendServiceConsistentHashHttpCookieTtl',
|
46
46
|
'BackendServiceCustomMetric',
|
47
|
+
'BackendServiceDynamicForwarding',
|
48
|
+
'BackendServiceDynamicForwardingIpPortSelection',
|
47
49
|
'BackendServiceIamBindingCondition',
|
48
50
|
'BackendServiceIamMemberCondition',
|
49
51
|
'BackendServiceIap',
|
@@ -52,6 +54,8 @@ __all__ = [
|
|
52
54
|
'BackendServiceLocalityLbPolicyPolicy',
|
53
55
|
'BackendServiceLogConfig',
|
54
56
|
'BackendServiceMaxStreamDuration',
|
57
|
+
'BackendServiceNetworkPassThroughLbTrafficPolicy',
|
58
|
+
'BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity',
|
55
59
|
'BackendServiceOutlierDetection',
|
56
60
|
'BackendServiceOutlierDetectionBaseEjectionTime',
|
57
61
|
'BackendServiceOutlierDetectionInterval',
|
@@ -83,6 +87,29 @@ __all__ = [
|
|
83
87
|
'FirewallPolicyWithRulesRuleMatch',
|
84
88
|
'FirewallPolicyWithRulesRuleMatchLayer4Config',
|
85
89
|
'ForwardingRuleServiceDirectoryRegistrations',
|
90
|
+
'FutureReservationAutoCreatedReservationsDuration',
|
91
|
+
'FutureReservationCommitmentInfo',
|
92
|
+
'FutureReservationShareSettings',
|
93
|
+
'FutureReservationShareSettingsProjectMap',
|
94
|
+
'FutureReservationSpecificSkuProperties',
|
95
|
+
'FutureReservationSpecificSkuPropertiesInstanceProperties',
|
96
|
+
'FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAccelerator',
|
97
|
+
'FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsd',
|
98
|
+
'FutureReservationStatus',
|
99
|
+
'FutureReservationStatusLastKnownGoodState',
|
100
|
+
'FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfo',
|
101
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecs',
|
102
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettings',
|
103
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMap',
|
104
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuProperties',
|
105
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstanceProperties',
|
106
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAccelerator',
|
107
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsd',
|
108
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindow',
|
109
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDuration',
|
110
|
+
'FutureReservationStatusSpecificSkuProperties',
|
111
|
+
'FutureReservationTimeWindow',
|
112
|
+
'FutureReservationTimeWindowDuration',
|
86
113
|
'GlobalForwardingRuleMetadataFilter',
|
87
114
|
'GlobalForwardingRuleMetadataFilterFilterLabel',
|
88
115
|
'GlobalForwardingRuleServiceDirectoryRegistrations',
|
@@ -311,6 +338,8 @@ __all__ = [
|
|
311
338
|
'RegionBackendServiceConsistentHashHttpCookie',
|
312
339
|
'RegionBackendServiceConsistentHashHttpCookieTtl',
|
313
340
|
'RegionBackendServiceCustomMetric',
|
341
|
+
'RegionBackendServiceDynamicForwarding',
|
342
|
+
'RegionBackendServiceDynamicForwardingIpPortSelection',
|
314
343
|
'RegionBackendServiceFailoverPolicy',
|
315
344
|
'RegionBackendServiceIamBindingCondition',
|
316
345
|
'RegionBackendServiceIamMemberCondition',
|
@@ -551,6 +580,7 @@ __all__ = [
|
|
551
580
|
'RouterBgpAdvertisedIpRange',
|
552
581
|
'RouterMd5AuthenticationKeys',
|
553
582
|
'RouterNatLogConfig',
|
583
|
+
'RouterNatNat64Subnetwork',
|
554
584
|
'RouterNatRule',
|
555
585
|
'RouterNatRuleAction',
|
556
586
|
'RouterNatSubnetwork',
|
@@ -687,6 +717,8 @@ __all__ = [
|
|
687
717
|
'URLMapPathMatcherRouteRuleHeaderAction',
|
688
718
|
'URLMapPathMatcherRouteRuleHeaderActionRequestHeadersToAdd',
|
689
719
|
'URLMapPathMatcherRouteRuleHeaderActionResponseHeadersToAdd',
|
720
|
+
'URLMapPathMatcherRouteRuleHttpFilterConfig',
|
721
|
+
'URLMapPathMatcherRouteRuleHttpFilterMetadata',
|
690
722
|
'URLMapPathMatcherRouteRuleMatchRule',
|
691
723
|
'URLMapPathMatcherRouteRuleMatchRuleHeaderMatch',
|
692
724
|
'URLMapPathMatcherRouteRuleMatchRuleHeaderMatchRangeMatch',
|
@@ -728,12 +760,16 @@ __all__ = [
|
|
728
760
|
'GetBackendServiceConsistentHashHttpCookyResult',
|
729
761
|
'GetBackendServiceConsistentHashHttpCookyTtlResult',
|
730
762
|
'GetBackendServiceCustomMetricResult',
|
763
|
+
'GetBackendServiceDynamicForwardingResult',
|
764
|
+
'GetBackendServiceDynamicForwardingIpPortSelectionResult',
|
731
765
|
'GetBackendServiceIapResult',
|
732
766
|
'GetBackendServiceLocalityLbPolicyResult',
|
733
767
|
'GetBackendServiceLocalityLbPolicyCustomPolicyResult',
|
734
768
|
'GetBackendServiceLocalityLbPolicyPolicyResult',
|
735
769
|
'GetBackendServiceLogConfigResult',
|
736
770
|
'GetBackendServiceMaxStreamDurationResult',
|
771
|
+
'GetBackendServiceNetworkPassThroughLbTrafficPolicyResult',
|
772
|
+
'GetBackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityResult',
|
737
773
|
'GetBackendServiceOutlierDetectionResult',
|
738
774
|
'GetBackendServiceOutlierDetectionBaseEjectionTimeResult',
|
739
775
|
'GetBackendServiceOutlierDetectionIntervalResult',
|
@@ -850,6 +886,8 @@ __all__ = [
|
|
850
886
|
'GetRegionBackendServiceConsistentHashHttpCookyResult',
|
851
887
|
'GetRegionBackendServiceConsistentHashHttpCookyTtlResult',
|
852
888
|
'GetRegionBackendServiceCustomMetricResult',
|
889
|
+
'GetRegionBackendServiceDynamicForwardingResult',
|
890
|
+
'GetRegionBackendServiceDynamicForwardingIpPortSelectionResult',
|
853
891
|
'GetRegionBackendServiceFailoverPolicyResult',
|
854
892
|
'GetRegionBackendServiceIapResult',
|
855
893
|
'GetRegionBackendServiceLogConfigResult',
|
@@ -936,6 +974,7 @@ __all__ = [
|
|
936
974
|
'GetRouterBgpAdvertisedIpRangeResult',
|
937
975
|
'GetRouterMd5AuthenticationKeyResult',
|
938
976
|
'GetRouterNatLogConfigResult',
|
977
|
+
'GetRouterNatNat64SubnetworkResult',
|
939
978
|
'GetRouterNatRuleResult',
|
940
979
|
'GetRouterNatRuleActionResult',
|
941
980
|
'GetRouterNatSubnetworkResult',
|
@@ -3347,6 +3386,63 @@ class BackendServiceCustomMetric(dict):
|
|
3347
3386
|
return pulumi.get(self, "name")
|
3348
3387
|
|
3349
3388
|
|
3389
|
+
@pulumi.output_type
|
3390
|
+
class BackendServiceDynamicForwarding(dict):
|
3391
|
+
@staticmethod
|
3392
|
+
def __key_warning(key: str):
|
3393
|
+
suggest = None
|
3394
|
+
if key == "ipPortSelection":
|
3395
|
+
suggest = "ip_port_selection"
|
3396
|
+
|
3397
|
+
if suggest:
|
3398
|
+
pulumi.log.warn(f"Key '{key}' not found in BackendServiceDynamicForwarding. Access the value via the '{suggest}' property getter instead.")
|
3399
|
+
|
3400
|
+
def __getitem__(self, key: str) -> Any:
|
3401
|
+
BackendServiceDynamicForwarding.__key_warning(key)
|
3402
|
+
return super().__getitem__(key)
|
3403
|
+
|
3404
|
+
def get(self, key: str, default = None) -> Any:
|
3405
|
+
BackendServiceDynamicForwarding.__key_warning(key)
|
3406
|
+
return super().get(key, default)
|
3407
|
+
|
3408
|
+
def __init__(__self__, *,
|
3409
|
+
ip_port_selection: Optional['outputs.BackendServiceDynamicForwardingIpPortSelection'] = None):
|
3410
|
+
"""
|
3411
|
+
:param 'BackendServiceDynamicForwardingIpPortSelectionArgs' ip_port_selection: IP:PORT based dynamic forwarding configuration.
|
3412
|
+
Structure is documented below.
|
3413
|
+
"""
|
3414
|
+
if ip_port_selection is not None:
|
3415
|
+
pulumi.set(__self__, "ip_port_selection", ip_port_selection)
|
3416
|
+
|
3417
|
+
@property
|
3418
|
+
@pulumi.getter(name="ipPortSelection")
|
3419
|
+
def ip_port_selection(self) -> Optional['outputs.BackendServiceDynamicForwardingIpPortSelection']:
|
3420
|
+
"""
|
3421
|
+
IP:PORT based dynamic forwarding configuration.
|
3422
|
+
Structure is documented below.
|
3423
|
+
"""
|
3424
|
+
return pulumi.get(self, "ip_port_selection")
|
3425
|
+
|
3426
|
+
|
3427
|
+
@pulumi.output_type
|
3428
|
+
class BackendServiceDynamicForwardingIpPortSelection(dict):
|
3429
|
+
def __init__(__self__, *,
|
3430
|
+
enabled: Optional[builtins.bool] = None):
|
3431
|
+
"""
|
3432
|
+
:param builtins.bool enabled: A boolean flag enabling IP:PORT based dynamic forwarding.
|
3433
|
+
"""
|
3434
|
+
if enabled is not None:
|
3435
|
+
pulumi.set(__self__, "enabled", enabled)
|
3436
|
+
|
3437
|
+
@property
|
3438
|
+
@pulumi.getter
|
3439
|
+
def enabled(self) -> Optional[builtins.bool]:
|
3440
|
+
"""
|
3441
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
3442
|
+
"""
|
3443
|
+
return pulumi.get(self, "enabled")
|
3444
|
+
|
3445
|
+
|
3350
3446
|
@pulumi.output_type
|
3351
3447
|
class BackendServiceIamBindingCondition(dict):
|
3352
3448
|
def __init__(__self__, *,
|
@@ -3703,6 +3799,7 @@ class BackendServiceLogConfig(dict):
|
|
3703
3799
|
:param Sequence[builtins.str] optional_fields: This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
3704
3800
|
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
3705
3801
|
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
3802
|
+
For example: orca_load_report, tls.protocol
|
3706
3803
|
:param builtins.str optional_mode: Specifies the optional logging mode for the load balancer traffic.
|
3707
3804
|
Supported values: INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM.
|
3708
3805
|
Possible values are: `INCLUDE_ALL_OPTIONAL`, `EXCLUDE_ALL_OPTIONAL`, `CUSTOM`.
|
@@ -3735,6 +3832,7 @@ class BackendServiceLogConfig(dict):
|
|
3735
3832
|
This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
3736
3833
|
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
3737
3834
|
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
3835
|
+
For example: orca_load_report, tls.protocol
|
3738
3836
|
"""
|
3739
3837
|
return pulumi.get(self, "optional_fields")
|
3740
3838
|
|
@@ -3794,6 +3892,104 @@ class BackendServiceMaxStreamDuration(dict):
|
|
3794
3892
|
return pulumi.get(self, "nanos")
|
3795
3893
|
|
3796
3894
|
|
3895
|
+
@pulumi.output_type
|
3896
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicy(dict):
|
3897
|
+
@staticmethod
|
3898
|
+
def __key_warning(key: str):
|
3899
|
+
suggest = None
|
3900
|
+
if key == "zonalAffinity":
|
3901
|
+
suggest = "zonal_affinity"
|
3902
|
+
|
3903
|
+
if suggest:
|
3904
|
+
pulumi.log.warn(f"Key '{key}' not found in BackendServiceNetworkPassThroughLbTrafficPolicy. Access the value via the '{suggest}' property getter instead.")
|
3905
|
+
|
3906
|
+
def __getitem__(self, key: str) -> Any:
|
3907
|
+
BackendServiceNetworkPassThroughLbTrafficPolicy.__key_warning(key)
|
3908
|
+
return super().__getitem__(key)
|
3909
|
+
|
3910
|
+
def get(self, key: str, default = None) -> Any:
|
3911
|
+
BackendServiceNetworkPassThroughLbTrafficPolicy.__key_warning(key)
|
3912
|
+
return super().get(key, default)
|
3913
|
+
|
3914
|
+
def __init__(__self__, *,
|
3915
|
+
zonal_affinity: Optional['outputs.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity'] = None):
|
3916
|
+
"""
|
3917
|
+
:param 'BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs' zonal_affinity: When configured, new connections are load balanced across healthy backend endpoints in the local zone.
|
3918
|
+
Structure is documented below.
|
3919
|
+
"""
|
3920
|
+
if zonal_affinity is not None:
|
3921
|
+
pulumi.set(__self__, "zonal_affinity", zonal_affinity)
|
3922
|
+
|
3923
|
+
@property
|
3924
|
+
@pulumi.getter(name="zonalAffinity")
|
3925
|
+
def zonal_affinity(self) -> Optional['outputs.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity']:
|
3926
|
+
"""
|
3927
|
+
When configured, new connections are load balanced across healthy backend endpoints in the local zone.
|
3928
|
+
Structure is documented below.
|
3929
|
+
"""
|
3930
|
+
return pulumi.get(self, "zonal_affinity")
|
3931
|
+
|
3932
|
+
|
3933
|
+
@pulumi.output_type
|
3934
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity(dict):
|
3935
|
+
@staticmethod
|
3936
|
+
def __key_warning(key: str):
|
3937
|
+
suggest = None
|
3938
|
+
if key == "spilloverRatio":
|
3939
|
+
suggest = "spillover_ratio"
|
3940
|
+
|
3941
|
+
if suggest:
|
3942
|
+
pulumi.log.warn(f"Key '{key}' not found in BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity. Access the value via the '{suggest}' property getter instead.")
|
3943
|
+
|
3944
|
+
def __getitem__(self, key: str) -> Any:
|
3945
|
+
BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.__key_warning(key)
|
3946
|
+
return super().__getitem__(key)
|
3947
|
+
|
3948
|
+
def get(self, key: str, default = None) -> Any:
|
3949
|
+
BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.__key_warning(key)
|
3950
|
+
return super().get(key, default)
|
3951
|
+
|
3952
|
+
def __init__(__self__, *,
|
3953
|
+
spillover: Optional[builtins.str] = None,
|
3954
|
+
spillover_ratio: Optional[builtins.float] = None):
|
3955
|
+
"""
|
3956
|
+
:param builtins.str spillover: This field indicates whether zonal affinity is enabled or not.
|
3957
|
+
Default value is `ZONAL_AFFINITY_DISABLED`.
|
3958
|
+
Possible values are: `ZONAL_AFFINITY_DISABLED`, `ZONAL_AFFINITY_SPILL_CROSS_ZONE`, `ZONAL_AFFINITY_STAY_WITHIN_ZONE`.
|
3959
|
+
:param builtins.float spillover_ratio: The value of the field must be in [0, 1]. When the ratio of the count of healthy backend endpoints in a zone
|
3960
|
+
to the count of backend endpoints in that same zone is equal to or above this threshold, the load balancer
|
3961
|
+
distributes new connections to all healthy endpoints in the local zone only. When the ratio of the count
|
3962
|
+
of healthy backend endpoints in a zone to the count of backend endpoints in that same zone is below this
|
3963
|
+
threshold, the load balancer distributes all new connections to all healthy endpoints across all zones.
|
3964
|
+
"""
|
3965
|
+
if spillover is not None:
|
3966
|
+
pulumi.set(__self__, "spillover", spillover)
|
3967
|
+
if spillover_ratio is not None:
|
3968
|
+
pulumi.set(__self__, "spillover_ratio", spillover_ratio)
|
3969
|
+
|
3970
|
+
@property
|
3971
|
+
@pulumi.getter
|
3972
|
+
def spillover(self) -> Optional[builtins.str]:
|
3973
|
+
"""
|
3974
|
+
This field indicates whether zonal affinity is enabled or not.
|
3975
|
+
Default value is `ZONAL_AFFINITY_DISABLED`.
|
3976
|
+
Possible values are: `ZONAL_AFFINITY_DISABLED`, `ZONAL_AFFINITY_SPILL_CROSS_ZONE`, `ZONAL_AFFINITY_STAY_WITHIN_ZONE`.
|
3977
|
+
"""
|
3978
|
+
return pulumi.get(self, "spillover")
|
3979
|
+
|
3980
|
+
@property
|
3981
|
+
@pulumi.getter(name="spilloverRatio")
|
3982
|
+
def spillover_ratio(self) -> Optional[builtins.float]:
|
3983
|
+
"""
|
3984
|
+
The value of the field must be in [0, 1]. When the ratio of the count of healthy backend endpoints in a zone
|
3985
|
+
to the count of backend endpoints in that same zone is equal to or above this threshold, the load balancer
|
3986
|
+
distributes new connections to all healthy endpoints in the local zone only. When the ratio of the count
|
3987
|
+
of healthy backend endpoints in a zone to the count of backend endpoints in that same zone is below this
|
3988
|
+
threshold, the load balancer distributes all new connections to all healthy endpoints across all zones.
|
3989
|
+
"""
|
3990
|
+
return pulumi.get(self, "spillover_ratio")
|
3991
|
+
|
3992
|
+
|
3797
3993
|
@pulumi.output_type
|
3798
3994
|
class BackendServiceOutlierDetection(dict):
|
3799
3995
|
@staticmethod
|
@@ -6272,237 +6468,1735 @@ class FirewallPolicyWithRulesRuleMatch(dict):
|
|
6272
6468
|
if src_threat_intelligences is not None:
|
6273
6469
|
pulumi.set(__self__, "src_threat_intelligences", src_threat_intelligences)
|
6274
6470
|
|
6275
|
-
@property
|
6276
|
-
@pulumi.getter(name="layer4Configs")
|
6277
|
-
def layer4_configs(self) -> Sequence['outputs.FirewallPolicyWithRulesRuleMatchLayer4Config']:
|
6278
|
-
"""
|
6279
|
-
Pairs of IP protocols and ports that the rule should match.
|
6280
|
-
Structure is documented below.
|
6471
|
+
@property
|
6472
|
+
@pulumi.getter(name="layer4Configs")
|
6473
|
+
def layer4_configs(self) -> Sequence['outputs.FirewallPolicyWithRulesRuleMatchLayer4Config']:
|
6474
|
+
"""
|
6475
|
+
Pairs of IP protocols and ports that the rule should match.
|
6476
|
+
Structure is documented below.
|
6477
|
+
|
6478
|
+
|
6479
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
6480
|
+
"""
|
6481
|
+
return pulumi.get(self, "layer4_configs")
|
6482
|
+
|
6483
|
+
@property
|
6484
|
+
@pulumi.getter(name="destAddressGroups")
|
6485
|
+
def dest_address_groups(self) -> Optional[Sequence[builtins.str]]:
|
6486
|
+
"""
|
6487
|
+
Address groups which should be matched against the traffic destination.
|
6488
|
+
Maximum number of destination address groups is 10.
|
6489
|
+
"""
|
6490
|
+
return pulumi.get(self, "dest_address_groups")
|
6491
|
+
|
6492
|
+
@property
|
6493
|
+
@pulumi.getter(name="destFqdns")
|
6494
|
+
def dest_fqdns(self) -> Optional[Sequence[builtins.str]]:
|
6495
|
+
"""
|
6496
|
+
Fully Qualified Domain Name (FQDN) which should be matched against
|
6497
|
+
traffic destination. Maximum number of destination fqdn allowed is 100.
|
6498
|
+
"""
|
6499
|
+
return pulumi.get(self, "dest_fqdns")
|
6500
|
+
|
6501
|
+
@property
|
6502
|
+
@pulumi.getter(name="destIpRanges")
|
6503
|
+
def dest_ip_ranges(self) -> Optional[Sequence[builtins.str]]:
|
6504
|
+
"""
|
6505
|
+
Destination IP address range in CIDR format. Required for
|
6506
|
+
EGRESS rules.
|
6507
|
+
"""
|
6508
|
+
return pulumi.get(self, "dest_ip_ranges")
|
6509
|
+
|
6510
|
+
@property
|
6511
|
+
@pulumi.getter(name="destNetworkScope")
|
6512
|
+
def dest_network_scope(self) -> Optional[builtins.str]:
|
6513
|
+
"""
|
6514
|
+
Network scope of the traffic destination.
|
6515
|
+
Possible values are: `INTERNET`, `INTRA_VPC`, `NON_INTERNET`, `VPC_NETWORKS`.
|
6516
|
+
"""
|
6517
|
+
return pulumi.get(self, "dest_network_scope")
|
6518
|
+
|
6519
|
+
@property
|
6520
|
+
@pulumi.getter(name="destRegionCodes")
|
6521
|
+
def dest_region_codes(self) -> Optional[Sequence[builtins.str]]:
|
6522
|
+
"""
|
6523
|
+
Region codes whose IP addresses will be used to match for destination
|
6524
|
+
of traffic. Should be specified as 2 letter country code defined as per
|
6525
|
+
ISO 3166 alpha-2 country codes. ex."US"
|
6526
|
+
Maximum number of destination region codes allowed is 5000.
|
6527
|
+
"""
|
6528
|
+
return pulumi.get(self, "dest_region_codes")
|
6529
|
+
|
6530
|
+
@property
|
6531
|
+
@pulumi.getter(name="destThreatIntelligences")
|
6532
|
+
def dest_threat_intelligences(self) -> Optional[Sequence[builtins.str]]:
|
6533
|
+
"""
|
6534
|
+
Names of Network Threat Intelligence lists.
|
6535
|
+
The IPs in these lists will be matched against traffic destination.
|
6536
|
+
"""
|
6537
|
+
return pulumi.get(self, "dest_threat_intelligences")
|
6538
|
+
|
6539
|
+
@property
|
6540
|
+
@pulumi.getter(name="srcAddressGroups")
|
6541
|
+
def src_address_groups(self) -> Optional[Sequence[builtins.str]]:
|
6542
|
+
"""
|
6543
|
+
Address groups which should be matched against the traffic source.
|
6544
|
+
Maximum number of source address groups is 10.
|
6545
|
+
"""
|
6546
|
+
return pulumi.get(self, "src_address_groups")
|
6547
|
+
|
6548
|
+
@property
|
6549
|
+
@pulumi.getter(name="srcFqdns")
|
6550
|
+
def src_fqdns(self) -> Optional[Sequence[builtins.str]]:
|
6551
|
+
"""
|
6552
|
+
Fully Qualified Domain Name (FQDN) which should be matched against
|
6553
|
+
traffic source. Maximum number of source fqdn allowed is 100.
|
6554
|
+
"""
|
6555
|
+
return pulumi.get(self, "src_fqdns")
|
6556
|
+
|
6557
|
+
@property
|
6558
|
+
@pulumi.getter(name="srcIpRanges")
|
6559
|
+
def src_ip_ranges(self) -> Optional[Sequence[builtins.str]]:
|
6560
|
+
"""
|
6561
|
+
Source IP address range in CIDR format. Required for
|
6562
|
+
INGRESS rules.
|
6563
|
+
"""
|
6564
|
+
return pulumi.get(self, "src_ip_ranges")
|
6565
|
+
|
6566
|
+
@property
|
6567
|
+
@pulumi.getter(name="srcNetworkScope")
|
6568
|
+
def src_network_scope(self) -> Optional[builtins.str]:
|
6569
|
+
"""
|
6570
|
+
Network scope of the traffic source.
|
6571
|
+
Possible values are: `INTERNET`, `INTRA_VPC`, `NON_INTERNET`, `VPC_NETWORKS`.
|
6572
|
+
"""
|
6573
|
+
return pulumi.get(self, "src_network_scope")
|
6574
|
+
|
6575
|
+
@property
|
6576
|
+
@pulumi.getter(name="srcNetworks")
|
6577
|
+
def src_networks(self) -> Optional[Sequence[builtins.str]]:
|
6578
|
+
"""
|
6579
|
+
Networks of the traffic source. It can be either a full or partial url.
|
6580
|
+
"""
|
6581
|
+
return pulumi.get(self, "src_networks")
|
6582
|
+
|
6583
|
+
@property
|
6584
|
+
@pulumi.getter(name="srcRegionCodes")
|
6585
|
+
def src_region_codes(self) -> Optional[Sequence[builtins.str]]:
|
6586
|
+
"""
|
6587
|
+
Region codes whose IP addresses will be used to match for source
|
6588
|
+
of traffic. Should be specified as 2 letter country code defined as per
|
6589
|
+
ISO 3166 alpha-2 country codes. ex."US"
|
6590
|
+
Maximum number of source region codes allowed is 5000.
|
6591
|
+
"""
|
6592
|
+
return pulumi.get(self, "src_region_codes")
|
6593
|
+
|
6594
|
+
@property
|
6595
|
+
@pulumi.getter(name="srcThreatIntelligences")
|
6596
|
+
def src_threat_intelligences(self) -> Optional[Sequence[builtins.str]]:
|
6597
|
+
"""
|
6598
|
+
Names of Network Threat Intelligence lists.
|
6599
|
+
The IPs in these lists will be matched against traffic source.
|
6600
|
+
"""
|
6601
|
+
return pulumi.get(self, "src_threat_intelligences")
|
6602
|
+
|
6603
|
+
|
6604
|
+
@pulumi.output_type
|
6605
|
+
class FirewallPolicyWithRulesRuleMatchLayer4Config(dict):
|
6606
|
+
@staticmethod
|
6607
|
+
def __key_warning(key: str):
|
6608
|
+
suggest = None
|
6609
|
+
if key == "ipProtocol":
|
6610
|
+
suggest = "ip_protocol"
|
6611
|
+
|
6612
|
+
if suggest:
|
6613
|
+
pulumi.log.warn(f"Key '{key}' not found in FirewallPolicyWithRulesRuleMatchLayer4Config. Access the value via the '{suggest}' property getter instead.")
|
6614
|
+
|
6615
|
+
def __getitem__(self, key: str) -> Any:
|
6616
|
+
FirewallPolicyWithRulesRuleMatchLayer4Config.__key_warning(key)
|
6617
|
+
return super().__getitem__(key)
|
6618
|
+
|
6619
|
+
def get(self, key: str, default = None) -> Any:
|
6620
|
+
FirewallPolicyWithRulesRuleMatchLayer4Config.__key_warning(key)
|
6621
|
+
return super().get(key, default)
|
6622
|
+
|
6623
|
+
def __init__(__self__, *,
|
6624
|
+
ip_protocol: builtins.str,
|
6625
|
+
ports: Optional[Sequence[builtins.str]] = None):
|
6626
|
+
"""
|
6627
|
+
:param builtins.str ip_protocol: (Output)
|
6628
|
+
The IP protocol to which this rule applies. The protocol
|
6629
|
+
type is required when creating a firewall rule.
|
6630
|
+
This value can either be one of the following well
|
6631
|
+
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
6632
|
+
or the IP protocol number.
|
6633
|
+
:param Sequence[builtins.str] ports: (Output)
|
6634
|
+
An optional list of ports to which this rule applies. This field
|
6635
|
+
is only applicable for UDP or TCP protocol. Each entry must be
|
6636
|
+
either an integer or a range. If not specified, this rule
|
6637
|
+
applies to connections through any port.
|
6638
|
+
Example inputs include: ["22"], ["80","443"], and
|
6639
|
+
["12345-12349"].
|
6640
|
+
"""
|
6641
|
+
pulumi.set(__self__, "ip_protocol", ip_protocol)
|
6642
|
+
if ports is not None:
|
6643
|
+
pulumi.set(__self__, "ports", ports)
|
6644
|
+
|
6645
|
+
@property
|
6646
|
+
@pulumi.getter(name="ipProtocol")
|
6647
|
+
def ip_protocol(self) -> builtins.str:
|
6648
|
+
"""
|
6649
|
+
(Output)
|
6650
|
+
The IP protocol to which this rule applies. The protocol
|
6651
|
+
type is required when creating a firewall rule.
|
6652
|
+
This value can either be one of the following well
|
6653
|
+
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
6654
|
+
or the IP protocol number.
|
6655
|
+
"""
|
6656
|
+
return pulumi.get(self, "ip_protocol")
|
6657
|
+
|
6658
|
+
@property
|
6659
|
+
@pulumi.getter
|
6660
|
+
def ports(self) -> Optional[Sequence[builtins.str]]:
|
6661
|
+
"""
|
6662
|
+
(Output)
|
6663
|
+
An optional list of ports to which this rule applies. This field
|
6664
|
+
is only applicable for UDP or TCP protocol. Each entry must be
|
6665
|
+
either an integer or a range. If not specified, this rule
|
6666
|
+
applies to connections through any port.
|
6667
|
+
Example inputs include: ["22"], ["80","443"], and
|
6668
|
+
["12345-12349"].
|
6669
|
+
"""
|
6670
|
+
return pulumi.get(self, "ports")
|
6671
|
+
|
6672
|
+
|
6673
|
+
@pulumi.output_type
|
6674
|
+
class ForwardingRuleServiceDirectoryRegistrations(dict):
|
6675
|
+
def __init__(__self__, *,
|
6676
|
+
namespace: Optional[builtins.str] = None,
|
6677
|
+
service: Optional[builtins.str] = None):
|
6678
|
+
"""
|
6679
|
+
:param builtins.str namespace: Service Directory namespace to register the forwarding rule under.
|
6680
|
+
:param builtins.str service: Service Directory service to register the forwarding rule under.
|
6681
|
+
"""
|
6682
|
+
if namespace is not None:
|
6683
|
+
pulumi.set(__self__, "namespace", namespace)
|
6684
|
+
if service is not None:
|
6685
|
+
pulumi.set(__self__, "service", service)
|
6686
|
+
|
6687
|
+
@property
|
6688
|
+
@pulumi.getter
|
6689
|
+
def namespace(self) -> Optional[builtins.str]:
|
6690
|
+
"""
|
6691
|
+
Service Directory namespace to register the forwarding rule under.
|
6692
|
+
"""
|
6693
|
+
return pulumi.get(self, "namespace")
|
6694
|
+
|
6695
|
+
@property
|
6696
|
+
@pulumi.getter
|
6697
|
+
def service(self) -> Optional[builtins.str]:
|
6698
|
+
"""
|
6699
|
+
Service Directory service to register the forwarding rule under.
|
6700
|
+
"""
|
6701
|
+
return pulumi.get(self, "service")
|
6702
|
+
|
6703
|
+
|
6704
|
+
@pulumi.output_type
|
6705
|
+
class FutureReservationAutoCreatedReservationsDuration(dict):
|
6706
|
+
def __init__(__self__, *,
|
6707
|
+
nanos: Optional[builtins.int] = None,
|
6708
|
+
seconds: Optional[builtins.str] = None):
|
6709
|
+
"""
|
6710
|
+
:param builtins.int nanos: Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
|
6711
|
+
:param builtins.str seconds: Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
6712
|
+
"""
|
6713
|
+
if nanos is not None:
|
6714
|
+
pulumi.set(__self__, "nanos", nanos)
|
6715
|
+
if seconds is not None:
|
6716
|
+
pulumi.set(__self__, "seconds", seconds)
|
6717
|
+
|
6718
|
+
@property
|
6719
|
+
@pulumi.getter
|
6720
|
+
def nanos(self) -> Optional[builtins.int]:
|
6721
|
+
"""
|
6722
|
+
Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
|
6723
|
+
"""
|
6724
|
+
return pulumi.get(self, "nanos")
|
6725
|
+
|
6726
|
+
@property
|
6727
|
+
@pulumi.getter
|
6728
|
+
def seconds(self) -> Optional[builtins.str]:
|
6729
|
+
"""
|
6730
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
6731
|
+
"""
|
6732
|
+
return pulumi.get(self, "seconds")
|
6733
|
+
|
6734
|
+
|
6735
|
+
@pulumi.output_type
|
6736
|
+
class FutureReservationCommitmentInfo(dict):
|
6737
|
+
@staticmethod
|
6738
|
+
def __key_warning(key: str):
|
6739
|
+
suggest = None
|
6740
|
+
if key == "commitmentName":
|
6741
|
+
suggest = "commitment_name"
|
6742
|
+
elif key == "commitmentPlan":
|
6743
|
+
suggest = "commitment_plan"
|
6744
|
+
elif key == "previousCommitmentTerms":
|
6745
|
+
suggest = "previous_commitment_terms"
|
6746
|
+
|
6747
|
+
if suggest:
|
6748
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationCommitmentInfo. Access the value via the '{suggest}' property getter instead.")
|
6749
|
+
|
6750
|
+
def __getitem__(self, key: str) -> Any:
|
6751
|
+
FutureReservationCommitmentInfo.__key_warning(key)
|
6752
|
+
return super().__getitem__(key)
|
6753
|
+
|
6754
|
+
def get(self, key: str, default = None) -> Any:
|
6755
|
+
FutureReservationCommitmentInfo.__key_warning(key)
|
6756
|
+
return super().get(key, default)
|
6757
|
+
|
6758
|
+
def __init__(__self__, *,
|
6759
|
+
commitment_name: Optional[builtins.str] = None,
|
6760
|
+
commitment_plan: Optional[builtins.str] = None,
|
6761
|
+
previous_commitment_terms: Optional[builtins.str] = None):
|
6762
|
+
"""
|
6763
|
+
:param builtins.str commitment_name: name of the commitment where capacity is being delivered to.
|
6764
|
+
:param builtins.str commitment_plan: Indicates if a Commitment needs to be created as part of FR delivery. If this field is not present, then no commitment needs to be created.
|
6765
|
+
Possible values are: `INVALID`, `THIRTY_SIX_MONTH`, `TWELVE_MONTH`.
|
6766
|
+
:param builtins.str previous_commitment_terms: Only applicable if FR is delivering to the same reservation. If set, all parent commitments will be extended to match the end date of the plan for this commitment.
|
6767
|
+
Possible values are: `EXTEND`.
|
6768
|
+
"""
|
6769
|
+
if commitment_name is not None:
|
6770
|
+
pulumi.set(__self__, "commitment_name", commitment_name)
|
6771
|
+
if commitment_plan is not None:
|
6772
|
+
pulumi.set(__self__, "commitment_plan", commitment_plan)
|
6773
|
+
if previous_commitment_terms is not None:
|
6774
|
+
pulumi.set(__self__, "previous_commitment_terms", previous_commitment_terms)
|
6775
|
+
|
6776
|
+
@property
|
6777
|
+
@pulumi.getter(name="commitmentName")
|
6778
|
+
def commitment_name(self) -> Optional[builtins.str]:
|
6779
|
+
"""
|
6780
|
+
name of the commitment where capacity is being delivered to.
|
6781
|
+
"""
|
6782
|
+
return pulumi.get(self, "commitment_name")
|
6783
|
+
|
6784
|
+
@property
|
6785
|
+
@pulumi.getter(name="commitmentPlan")
|
6786
|
+
def commitment_plan(self) -> Optional[builtins.str]:
|
6787
|
+
"""
|
6788
|
+
Indicates if a Commitment needs to be created as part of FR delivery. If this field is not present, then no commitment needs to be created.
|
6789
|
+
Possible values are: `INVALID`, `THIRTY_SIX_MONTH`, `TWELVE_MONTH`.
|
6790
|
+
"""
|
6791
|
+
return pulumi.get(self, "commitment_plan")
|
6792
|
+
|
6793
|
+
@property
|
6794
|
+
@pulumi.getter(name="previousCommitmentTerms")
|
6795
|
+
def previous_commitment_terms(self) -> Optional[builtins.str]:
|
6796
|
+
"""
|
6797
|
+
Only applicable if FR is delivering to the same reservation. If set, all parent commitments will be extended to match the end date of the plan for this commitment.
|
6798
|
+
Possible values are: `EXTEND`.
|
6799
|
+
"""
|
6800
|
+
return pulumi.get(self, "previous_commitment_terms")
|
6801
|
+
|
6802
|
+
|
6803
|
+
@pulumi.output_type
|
6804
|
+
class FutureReservationShareSettings(dict):
|
6805
|
+
@staticmethod
|
6806
|
+
def __key_warning(key: str):
|
6807
|
+
suggest = None
|
6808
|
+
if key == "projectMaps":
|
6809
|
+
suggest = "project_maps"
|
6810
|
+
elif key == "shareType":
|
6811
|
+
suggest = "share_type"
|
6812
|
+
|
6813
|
+
if suggest:
|
6814
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationShareSettings. Access the value via the '{suggest}' property getter instead.")
|
6815
|
+
|
6816
|
+
def __getitem__(self, key: str) -> Any:
|
6817
|
+
FutureReservationShareSettings.__key_warning(key)
|
6818
|
+
return super().__getitem__(key)
|
6819
|
+
|
6820
|
+
def get(self, key: str, default = None) -> Any:
|
6821
|
+
FutureReservationShareSettings.__key_warning(key)
|
6822
|
+
return super().get(key, default)
|
6823
|
+
|
6824
|
+
def __init__(__self__, *,
|
6825
|
+
project_maps: Optional[Sequence['outputs.FutureReservationShareSettingsProjectMap']] = None,
|
6826
|
+
projects: Optional[Sequence[builtins.str]] = None,
|
6827
|
+
share_type: Optional[builtins.str] = None):
|
6828
|
+
"""
|
6829
|
+
:param Sequence['FutureReservationShareSettingsProjectMapArgs'] project_maps: A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
6830
|
+
Structure is documented below.
|
6831
|
+
:param Sequence[builtins.str] projects: list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
6832
|
+
:param builtins.str share_type: Type of sharing for this future reservation.
|
6833
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
6834
|
+
"""
|
6835
|
+
if project_maps is not None:
|
6836
|
+
pulumi.set(__self__, "project_maps", project_maps)
|
6837
|
+
if projects is not None:
|
6838
|
+
pulumi.set(__self__, "projects", projects)
|
6839
|
+
if share_type is not None:
|
6840
|
+
pulumi.set(__self__, "share_type", share_type)
|
6841
|
+
|
6842
|
+
@property
|
6843
|
+
@pulumi.getter(name="projectMaps")
|
6844
|
+
def project_maps(self) -> Optional[Sequence['outputs.FutureReservationShareSettingsProjectMap']]:
|
6845
|
+
"""
|
6846
|
+
A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
6847
|
+
Structure is documented below.
|
6848
|
+
"""
|
6849
|
+
return pulumi.get(self, "project_maps")
|
6850
|
+
|
6851
|
+
@property
|
6852
|
+
@pulumi.getter
|
6853
|
+
def projects(self) -> Optional[Sequence[builtins.str]]:
|
6854
|
+
"""
|
6855
|
+
list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
6856
|
+
"""
|
6857
|
+
return pulumi.get(self, "projects")
|
6858
|
+
|
6859
|
+
@property
|
6860
|
+
@pulumi.getter(name="shareType")
|
6861
|
+
def share_type(self) -> Optional[builtins.str]:
|
6862
|
+
"""
|
6863
|
+
Type of sharing for this future reservation.
|
6864
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
6865
|
+
"""
|
6866
|
+
return pulumi.get(self, "share_type")
|
6867
|
+
|
6868
|
+
|
6869
|
+
@pulumi.output_type
|
6870
|
+
class FutureReservationShareSettingsProjectMap(dict):
|
6871
|
+
@staticmethod
|
6872
|
+
def __key_warning(key: str):
|
6873
|
+
suggest = None
|
6874
|
+
if key == "projectId":
|
6875
|
+
suggest = "project_id"
|
6876
|
+
|
6877
|
+
if suggest:
|
6878
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationShareSettingsProjectMap. Access the value via the '{suggest}' property getter instead.")
|
6879
|
+
|
6880
|
+
def __getitem__(self, key: str) -> Any:
|
6881
|
+
FutureReservationShareSettingsProjectMap.__key_warning(key)
|
6882
|
+
return super().__getitem__(key)
|
6883
|
+
|
6884
|
+
def get(self, key: str, default = None) -> Any:
|
6885
|
+
FutureReservationShareSettingsProjectMap.__key_warning(key)
|
6886
|
+
return super().get(key, default)
|
6887
|
+
|
6888
|
+
def __init__(__self__, *,
|
6889
|
+
id: builtins.str,
|
6890
|
+
project_id: Optional[builtins.str] = None):
|
6891
|
+
"""
|
6892
|
+
:param builtins.str id: The identifier for this object. Format specified above.
|
6893
|
+
:param builtins.str project_id: The project ID, should be same as the key of this project config in the parent map.
|
6894
|
+
"""
|
6895
|
+
pulumi.set(__self__, "id", id)
|
6896
|
+
if project_id is not None:
|
6897
|
+
pulumi.set(__self__, "project_id", project_id)
|
6898
|
+
|
6899
|
+
@property
|
6900
|
+
@pulumi.getter
|
6901
|
+
def id(self) -> builtins.str:
|
6902
|
+
"""
|
6903
|
+
The identifier for this object. Format specified above.
|
6904
|
+
"""
|
6905
|
+
return pulumi.get(self, "id")
|
6906
|
+
|
6907
|
+
@property
|
6908
|
+
@pulumi.getter(name="projectId")
|
6909
|
+
def project_id(self) -> Optional[builtins.str]:
|
6910
|
+
"""
|
6911
|
+
The project ID, should be same as the key of this project config in the parent map.
|
6912
|
+
"""
|
6913
|
+
return pulumi.get(self, "project_id")
|
6914
|
+
|
6915
|
+
|
6916
|
+
@pulumi.output_type
|
6917
|
+
class FutureReservationSpecificSkuProperties(dict):
|
6918
|
+
@staticmethod
|
6919
|
+
def __key_warning(key: str):
|
6920
|
+
suggest = None
|
6921
|
+
if key == "instanceProperties":
|
6922
|
+
suggest = "instance_properties"
|
6923
|
+
elif key == "sourceInstanceTemplate":
|
6924
|
+
suggest = "source_instance_template"
|
6925
|
+
elif key == "totalCount":
|
6926
|
+
suggest = "total_count"
|
6927
|
+
|
6928
|
+
if suggest:
|
6929
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationSpecificSkuProperties. Access the value via the '{suggest}' property getter instead.")
|
6930
|
+
|
6931
|
+
def __getitem__(self, key: str) -> Any:
|
6932
|
+
FutureReservationSpecificSkuProperties.__key_warning(key)
|
6933
|
+
return super().__getitem__(key)
|
6934
|
+
|
6935
|
+
def get(self, key: str, default = None) -> Any:
|
6936
|
+
FutureReservationSpecificSkuProperties.__key_warning(key)
|
6937
|
+
return super().get(key, default)
|
6938
|
+
|
6939
|
+
def __init__(__self__, *,
|
6940
|
+
instance_properties: Optional['outputs.FutureReservationSpecificSkuPropertiesInstanceProperties'] = None,
|
6941
|
+
source_instance_template: Optional[builtins.str] = None,
|
6942
|
+
total_count: Optional[builtins.str] = None):
|
6943
|
+
"""
|
6944
|
+
:param 'FutureReservationSpecificSkuPropertiesInstancePropertiesArgs' instance_properties: Properties of the SKU instances being reserved.
|
6945
|
+
Structure is documented below.
|
6946
|
+
:param builtins.str source_instance_template: The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
6947
|
+
:param builtins.str total_count: Total number of instances for which capacity assurance is requested at a future time period.
|
6948
|
+
"""
|
6949
|
+
if instance_properties is not None:
|
6950
|
+
pulumi.set(__self__, "instance_properties", instance_properties)
|
6951
|
+
if source_instance_template is not None:
|
6952
|
+
pulumi.set(__self__, "source_instance_template", source_instance_template)
|
6953
|
+
if total_count is not None:
|
6954
|
+
pulumi.set(__self__, "total_count", total_count)
|
6955
|
+
|
6956
|
+
@property
|
6957
|
+
@pulumi.getter(name="instanceProperties")
|
6958
|
+
def instance_properties(self) -> Optional['outputs.FutureReservationSpecificSkuPropertiesInstanceProperties']:
|
6959
|
+
"""
|
6960
|
+
Properties of the SKU instances being reserved.
|
6961
|
+
Structure is documented below.
|
6962
|
+
"""
|
6963
|
+
return pulumi.get(self, "instance_properties")
|
6964
|
+
|
6965
|
+
@property
|
6966
|
+
@pulumi.getter(name="sourceInstanceTemplate")
|
6967
|
+
def source_instance_template(self) -> Optional[builtins.str]:
|
6968
|
+
"""
|
6969
|
+
The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
6970
|
+
"""
|
6971
|
+
return pulumi.get(self, "source_instance_template")
|
6972
|
+
|
6973
|
+
@property
|
6974
|
+
@pulumi.getter(name="totalCount")
|
6975
|
+
def total_count(self) -> Optional[builtins.str]:
|
6976
|
+
"""
|
6977
|
+
Total number of instances for which capacity assurance is requested at a future time period.
|
6978
|
+
"""
|
6979
|
+
return pulumi.get(self, "total_count")
|
6980
|
+
|
6981
|
+
|
6982
|
+
@pulumi.output_type
|
6983
|
+
class FutureReservationSpecificSkuPropertiesInstanceProperties(dict):
|
6984
|
+
@staticmethod
|
6985
|
+
def __key_warning(key: str):
|
6986
|
+
suggest = None
|
6987
|
+
if key == "guestAccelerators":
|
6988
|
+
suggest = "guest_accelerators"
|
6989
|
+
elif key == "localSsds":
|
6990
|
+
suggest = "local_ssds"
|
6991
|
+
elif key == "locationHint":
|
6992
|
+
suggest = "location_hint"
|
6993
|
+
elif key == "machineType":
|
6994
|
+
suggest = "machine_type"
|
6995
|
+
elif key == "maintenanceFreezeDurationHours":
|
6996
|
+
suggest = "maintenance_freeze_duration_hours"
|
6997
|
+
elif key == "maintenanceInterval":
|
6998
|
+
suggest = "maintenance_interval"
|
6999
|
+
elif key == "minCpuPlatform":
|
7000
|
+
suggest = "min_cpu_platform"
|
7001
|
+
|
7002
|
+
if suggest:
|
7003
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationSpecificSkuPropertiesInstanceProperties. Access the value via the '{suggest}' property getter instead.")
|
7004
|
+
|
7005
|
+
def __getitem__(self, key: str) -> Any:
|
7006
|
+
FutureReservationSpecificSkuPropertiesInstanceProperties.__key_warning(key)
|
7007
|
+
return super().__getitem__(key)
|
7008
|
+
|
7009
|
+
def get(self, key: str, default = None) -> Any:
|
7010
|
+
FutureReservationSpecificSkuPropertiesInstanceProperties.__key_warning(key)
|
7011
|
+
return super().get(key, default)
|
7012
|
+
|
7013
|
+
def __init__(__self__, *,
|
7014
|
+
guest_accelerators: Optional[Sequence['outputs.FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAccelerator']] = None,
|
7015
|
+
local_ssds: Optional[Sequence['outputs.FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsd']] = None,
|
7016
|
+
location_hint: Optional[builtins.str] = None,
|
7017
|
+
machine_type: Optional[builtins.str] = None,
|
7018
|
+
maintenance_freeze_duration_hours: Optional[builtins.int] = None,
|
7019
|
+
maintenance_interval: Optional[builtins.str] = None,
|
7020
|
+
min_cpu_platform: Optional[builtins.str] = None):
|
7021
|
+
"""
|
7022
|
+
:param Sequence['FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs'] guest_accelerators: Specifies accelerator type and count.
|
7023
|
+
Structure is documented below.
|
7024
|
+
:param Sequence['FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgs'] local_ssds: Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
7025
|
+
Structure is documented below.
|
7026
|
+
:param builtins.str location_hint: An opaque location hint used to place the allocation close to other resources. This field is for use by internal tools that use the public API.
|
7027
|
+
:param builtins.str machine_type: Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.
|
7028
|
+
:param builtins.int maintenance_freeze_duration_hours: Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
|
7029
|
+
:param builtins.str maintenance_interval: Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
7030
|
+
Possible values are: `PERIODIC`.
|
7031
|
+
:param builtins.str min_cpu_platform: Minimum cpu platform the reservation.
|
7032
|
+
"""
|
7033
|
+
if guest_accelerators is not None:
|
7034
|
+
pulumi.set(__self__, "guest_accelerators", guest_accelerators)
|
7035
|
+
if local_ssds is not None:
|
7036
|
+
pulumi.set(__self__, "local_ssds", local_ssds)
|
7037
|
+
if location_hint is not None:
|
7038
|
+
pulumi.set(__self__, "location_hint", location_hint)
|
7039
|
+
if machine_type is not None:
|
7040
|
+
pulumi.set(__self__, "machine_type", machine_type)
|
7041
|
+
if maintenance_freeze_duration_hours is not None:
|
7042
|
+
pulumi.set(__self__, "maintenance_freeze_duration_hours", maintenance_freeze_duration_hours)
|
7043
|
+
if maintenance_interval is not None:
|
7044
|
+
pulumi.set(__self__, "maintenance_interval", maintenance_interval)
|
7045
|
+
if min_cpu_platform is not None:
|
7046
|
+
pulumi.set(__self__, "min_cpu_platform", min_cpu_platform)
|
7047
|
+
|
7048
|
+
@property
|
7049
|
+
@pulumi.getter(name="guestAccelerators")
|
7050
|
+
def guest_accelerators(self) -> Optional[Sequence['outputs.FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAccelerator']]:
|
7051
|
+
"""
|
7052
|
+
Specifies accelerator type and count.
|
7053
|
+
Structure is documented below.
|
7054
|
+
"""
|
7055
|
+
return pulumi.get(self, "guest_accelerators")
|
7056
|
+
|
7057
|
+
@property
|
7058
|
+
@pulumi.getter(name="localSsds")
|
7059
|
+
def local_ssds(self) -> Optional[Sequence['outputs.FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsd']]:
|
7060
|
+
"""
|
7061
|
+
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
7062
|
+
Structure is documented below.
|
7063
|
+
"""
|
7064
|
+
return pulumi.get(self, "local_ssds")
|
7065
|
+
|
7066
|
+
@property
|
7067
|
+
@pulumi.getter(name="locationHint")
|
7068
|
+
def location_hint(self) -> Optional[builtins.str]:
|
7069
|
+
"""
|
7070
|
+
An opaque location hint used to place the allocation close to other resources. This field is for use by internal tools that use the public API.
|
7071
|
+
"""
|
7072
|
+
return pulumi.get(self, "location_hint")
|
7073
|
+
|
7074
|
+
@property
|
7075
|
+
@pulumi.getter(name="machineType")
|
7076
|
+
def machine_type(self) -> Optional[builtins.str]:
|
7077
|
+
"""
|
7078
|
+
Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.
|
7079
|
+
"""
|
7080
|
+
return pulumi.get(self, "machine_type")
|
7081
|
+
|
7082
|
+
@property
|
7083
|
+
@pulumi.getter(name="maintenanceFreezeDurationHours")
|
7084
|
+
def maintenance_freeze_duration_hours(self) -> Optional[builtins.int]:
|
7085
|
+
"""
|
7086
|
+
Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
|
7087
|
+
"""
|
7088
|
+
return pulumi.get(self, "maintenance_freeze_duration_hours")
|
7089
|
+
|
7090
|
+
@property
|
7091
|
+
@pulumi.getter(name="maintenanceInterval")
|
7092
|
+
def maintenance_interval(self) -> Optional[builtins.str]:
|
7093
|
+
"""
|
7094
|
+
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
7095
|
+
Possible values are: `PERIODIC`.
|
7096
|
+
"""
|
7097
|
+
return pulumi.get(self, "maintenance_interval")
|
7098
|
+
|
7099
|
+
@property
|
7100
|
+
@pulumi.getter(name="minCpuPlatform")
|
7101
|
+
def min_cpu_platform(self) -> Optional[builtins.str]:
|
7102
|
+
"""
|
7103
|
+
Minimum cpu platform the reservation.
|
7104
|
+
"""
|
7105
|
+
return pulumi.get(self, "min_cpu_platform")
|
7106
|
+
|
7107
|
+
|
7108
|
+
@pulumi.output_type
|
7109
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAccelerator(dict):
|
7110
|
+
@staticmethod
|
7111
|
+
def __key_warning(key: str):
|
7112
|
+
suggest = None
|
7113
|
+
if key == "acceleratorCount":
|
7114
|
+
suggest = "accelerator_count"
|
7115
|
+
elif key == "acceleratorType":
|
7116
|
+
suggest = "accelerator_type"
|
7117
|
+
|
7118
|
+
if suggest:
|
7119
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAccelerator. Access the value via the '{suggest}' property getter instead.")
|
7120
|
+
|
7121
|
+
def __getitem__(self, key: str) -> Any:
|
7122
|
+
FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAccelerator.__key_warning(key)
|
7123
|
+
return super().__getitem__(key)
|
7124
|
+
|
7125
|
+
def get(self, key: str, default = None) -> Any:
|
7126
|
+
FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAccelerator.__key_warning(key)
|
7127
|
+
return super().get(key, default)
|
7128
|
+
|
7129
|
+
def __init__(__self__, *,
|
7130
|
+
accelerator_count: Optional[builtins.int] = None,
|
7131
|
+
accelerator_type: Optional[builtins.str] = None):
|
7132
|
+
"""
|
7133
|
+
:param builtins.int accelerator_count: The number of the guest accelerator cards exposed to this instance.
|
7134
|
+
:param builtins.str accelerator_type: Full or partial URL of the accelerator type resource to attach to this instance.
|
7135
|
+
"""
|
7136
|
+
if accelerator_count is not None:
|
7137
|
+
pulumi.set(__self__, "accelerator_count", accelerator_count)
|
7138
|
+
if accelerator_type is not None:
|
7139
|
+
pulumi.set(__self__, "accelerator_type", accelerator_type)
|
7140
|
+
|
7141
|
+
@property
|
7142
|
+
@pulumi.getter(name="acceleratorCount")
|
7143
|
+
def accelerator_count(self) -> Optional[builtins.int]:
|
7144
|
+
"""
|
7145
|
+
The number of the guest accelerator cards exposed to this instance.
|
7146
|
+
"""
|
7147
|
+
return pulumi.get(self, "accelerator_count")
|
7148
|
+
|
7149
|
+
@property
|
7150
|
+
@pulumi.getter(name="acceleratorType")
|
7151
|
+
def accelerator_type(self) -> Optional[builtins.str]:
|
7152
|
+
"""
|
7153
|
+
Full or partial URL of the accelerator type resource to attach to this instance.
|
7154
|
+
"""
|
7155
|
+
return pulumi.get(self, "accelerator_type")
|
7156
|
+
|
7157
|
+
|
7158
|
+
@pulumi.output_type
|
7159
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsd(dict):
|
7160
|
+
@staticmethod
|
7161
|
+
def __key_warning(key: str):
|
7162
|
+
suggest = None
|
7163
|
+
if key == "diskSizeGb":
|
7164
|
+
suggest = "disk_size_gb"
|
7165
|
+
|
7166
|
+
if suggest:
|
7167
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsd. Access the value via the '{suggest}' property getter instead.")
|
7168
|
+
|
7169
|
+
def __getitem__(self, key: str) -> Any:
|
7170
|
+
FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsd.__key_warning(key)
|
7171
|
+
return super().__getitem__(key)
|
7172
|
+
|
7173
|
+
def get(self, key: str, default = None) -> Any:
|
7174
|
+
FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsd.__key_warning(key)
|
7175
|
+
return super().get(key, default)
|
7176
|
+
|
7177
|
+
def __init__(__self__, *,
|
7178
|
+
disk_size_gb: Optional[builtins.str] = None,
|
7179
|
+
interface: Optional[builtins.str] = None):
|
7180
|
+
"""
|
7181
|
+
:param builtins.str disk_size_gb: Specifies the size of the disk in base-2 GB.
|
7182
|
+
:param builtins.str interface: Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
7183
|
+
Possible values are: `SCSI`, `NVME`.
|
7184
|
+
"""
|
7185
|
+
if disk_size_gb is not None:
|
7186
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
7187
|
+
if interface is not None:
|
7188
|
+
pulumi.set(__self__, "interface", interface)
|
7189
|
+
|
7190
|
+
@property
|
7191
|
+
@pulumi.getter(name="diskSizeGb")
|
7192
|
+
def disk_size_gb(self) -> Optional[builtins.str]:
|
7193
|
+
"""
|
7194
|
+
Specifies the size of the disk in base-2 GB.
|
7195
|
+
"""
|
7196
|
+
return pulumi.get(self, "disk_size_gb")
|
7197
|
+
|
7198
|
+
@property
|
7199
|
+
@pulumi.getter
|
7200
|
+
def interface(self) -> Optional[builtins.str]:
|
7201
|
+
"""
|
7202
|
+
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
7203
|
+
Possible values are: `SCSI`, `NVME`.
|
7204
|
+
"""
|
7205
|
+
return pulumi.get(self, "interface")
|
7206
|
+
|
7207
|
+
|
7208
|
+
@pulumi.output_type
|
7209
|
+
class FutureReservationStatus(dict):
|
7210
|
+
@staticmethod
|
7211
|
+
def __key_warning(key: str):
|
7212
|
+
suggest = None
|
7213
|
+
if key == "amendmentStatus":
|
7214
|
+
suggest = "amendment_status"
|
7215
|
+
elif key == "autoCreatedReservations":
|
7216
|
+
suggest = "auto_created_reservations"
|
7217
|
+
elif key == "fulfilledCount":
|
7218
|
+
suggest = "fulfilled_count"
|
7219
|
+
elif key == "lastKnownGoodState":
|
7220
|
+
suggest = "last_known_good_state"
|
7221
|
+
elif key == "lockTime":
|
7222
|
+
suggest = "lock_time"
|
7223
|
+
elif key == "procurementStatus":
|
7224
|
+
suggest = "procurement_status"
|
7225
|
+
elif key == "specificSkuProperties":
|
7226
|
+
suggest = "specific_sku_properties"
|
7227
|
+
|
7228
|
+
if suggest:
|
7229
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatus. Access the value via the '{suggest}' property getter instead.")
|
7230
|
+
|
7231
|
+
def __getitem__(self, key: str) -> Any:
|
7232
|
+
FutureReservationStatus.__key_warning(key)
|
7233
|
+
return super().__getitem__(key)
|
7234
|
+
|
7235
|
+
def get(self, key: str, default = None) -> Any:
|
7236
|
+
FutureReservationStatus.__key_warning(key)
|
7237
|
+
return super().get(key, default)
|
7238
|
+
|
7239
|
+
def __init__(__self__, *,
|
7240
|
+
amendment_status: Optional[builtins.str] = None,
|
7241
|
+
auto_created_reservations: Optional[Sequence[builtins.str]] = None,
|
7242
|
+
fulfilled_count: Optional[builtins.str] = None,
|
7243
|
+
last_known_good_state: Optional['outputs.FutureReservationStatusLastKnownGoodState'] = None,
|
7244
|
+
lock_time: Optional[builtins.str] = None,
|
7245
|
+
procurement_status: Optional[builtins.str] = None,
|
7246
|
+
specific_sku_properties: Optional['outputs.FutureReservationStatusSpecificSkuProperties'] = None):
|
7247
|
+
"""
|
7248
|
+
:param builtins.str amendment_status: The current status of the requested amendment.
|
7249
|
+
Possible values are: .
|
7250
|
+
:param Sequence[builtins.str] auto_created_reservations: Fully qualified urls of the automatically created reservations at startTime.
|
7251
|
+
:param builtins.str fulfilled_count: This count indicates the fulfilled capacity so far. This is set during "PROVISIONING" state. This count also includes capacity delivered as part of existing matching reservations.
|
7252
|
+
:param 'FutureReservationStatusLastKnownGoodStateArgs' last_known_good_state: This field represents the future reservation before an amendment was requested. If the amendment is declined, the Future Reservation will be reverted to the last known good state. The last known good state is not set when updating a future reservation whose Procurement Status is DRAFTING.
|
7253
|
+
Structure is documented below.
|
7254
|
+
:param builtins.str lock_time: The lock time of the FutureReservation before an amendment was requested.
|
7255
|
+
:param builtins.str procurement_status: The status of the last known good state for the Future Reservation
|
7256
|
+
Possible values are: .
|
7257
|
+
:param 'FutureReservationStatusSpecificSkuPropertiesArgs' specific_sku_properties: The previous instance related properties of the Future Reservation.
|
7258
|
+
Structure is documented below.
|
7259
|
+
"""
|
7260
|
+
if amendment_status is not None:
|
7261
|
+
pulumi.set(__self__, "amendment_status", amendment_status)
|
7262
|
+
if auto_created_reservations is not None:
|
7263
|
+
pulumi.set(__self__, "auto_created_reservations", auto_created_reservations)
|
7264
|
+
if fulfilled_count is not None:
|
7265
|
+
pulumi.set(__self__, "fulfilled_count", fulfilled_count)
|
7266
|
+
if last_known_good_state is not None:
|
7267
|
+
pulumi.set(__self__, "last_known_good_state", last_known_good_state)
|
7268
|
+
if lock_time is not None:
|
7269
|
+
pulumi.set(__self__, "lock_time", lock_time)
|
7270
|
+
if procurement_status is not None:
|
7271
|
+
pulumi.set(__self__, "procurement_status", procurement_status)
|
7272
|
+
if specific_sku_properties is not None:
|
7273
|
+
pulumi.set(__self__, "specific_sku_properties", specific_sku_properties)
|
7274
|
+
|
7275
|
+
@property
|
7276
|
+
@pulumi.getter(name="amendmentStatus")
|
7277
|
+
def amendment_status(self) -> Optional[builtins.str]:
|
7278
|
+
"""
|
7279
|
+
The current status of the requested amendment.
|
7280
|
+
Possible values are: .
|
7281
|
+
"""
|
7282
|
+
return pulumi.get(self, "amendment_status")
|
7283
|
+
|
7284
|
+
@property
|
7285
|
+
@pulumi.getter(name="autoCreatedReservations")
|
7286
|
+
def auto_created_reservations(self) -> Optional[Sequence[builtins.str]]:
|
7287
|
+
"""
|
7288
|
+
Fully qualified urls of the automatically created reservations at startTime.
|
7289
|
+
"""
|
7290
|
+
return pulumi.get(self, "auto_created_reservations")
|
7291
|
+
|
7292
|
+
@property
|
7293
|
+
@pulumi.getter(name="fulfilledCount")
|
7294
|
+
def fulfilled_count(self) -> Optional[builtins.str]:
|
7295
|
+
"""
|
7296
|
+
This count indicates the fulfilled capacity so far. This is set during "PROVISIONING" state. This count also includes capacity delivered as part of existing matching reservations.
|
7297
|
+
"""
|
7298
|
+
return pulumi.get(self, "fulfilled_count")
|
7299
|
+
|
7300
|
+
@property
|
7301
|
+
@pulumi.getter(name="lastKnownGoodState")
|
7302
|
+
def last_known_good_state(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodState']:
|
7303
|
+
"""
|
7304
|
+
This field represents the future reservation before an amendment was requested. If the amendment is declined, the Future Reservation will be reverted to the last known good state. The last known good state is not set when updating a future reservation whose Procurement Status is DRAFTING.
|
7305
|
+
Structure is documented below.
|
7306
|
+
"""
|
7307
|
+
return pulumi.get(self, "last_known_good_state")
|
7308
|
+
|
7309
|
+
@property
|
7310
|
+
@pulumi.getter(name="lockTime")
|
7311
|
+
def lock_time(self) -> Optional[builtins.str]:
|
7312
|
+
"""
|
7313
|
+
The lock time of the FutureReservation before an amendment was requested.
|
7314
|
+
"""
|
7315
|
+
return pulumi.get(self, "lock_time")
|
7316
|
+
|
7317
|
+
@property
|
7318
|
+
@pulumi.getter(name="procurementStatus")
|
7319
|
+
def procurement_status(self) -> Optional[builtins.str]:
|
7320
|
+
"""
|
7321
|
+
The status of the last known good state for the Future Reservation
|
7322
|
+
Possible values are: .
|
7323
|
+
"""
|
7324
|
+
return pulumi.get(self, "procurement_status")
|
7325
|
+
|
7326
|
+
@property
|
7327
|
+
@pulumi.getter(name="specificSkuProperties")
|
7328
|
+
def specific_sku_properties(self) -> Optional['outputs.FutureReservationStatusSpecificSkuProperties']:
|
7329
|
+
"""
|
7330
|
+
The previous instance related properties of the Future Reservation.
|
7331
|
+
Structure is documented below.
|
7332
|
+
"""
|
7333
|
+
return pulumi.get(self, "specific_sku_properties")
|
7334
|
+
|
7335
|
+
|
7336
|
+
@pulumi.output_type
|
7337
|
+
class FutureReservationStatusLastKnownGoodState(dict):
|
7338
|
+
@staticmethod
|
7339
|
+
def __key_warning(key: str):
|
7340
|
+
suggest = None
|
7341
|
+
if key == "existingMatchingUsageInfo":
|
7342
|
+
suggest = "existing_matching_usage_info"
|
7343
|
+
elif key == "futureReservationSpecs":
|
7344
|
+
suggest = "future_reservation_specs"
|
7345
|
+
elif key == "lockTime":
|
7346
|
+
suggest = "lock_time"
|
7347
|
+
elif key == "namePrefix":
|
7348
|
+
suggest = "name_prefix"
|
7349
|
+
elif key == "procurementStatus":
|
7350
|
+
suggest = "procurement_status"
|
7351
|
+
|
7352
|
+
if suggest:
|
7353
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodState. Access the value via the '{suggest}' property getter instead.")
|
7354
|
+
|
7355
|
+
def __getitem__(self, key: str) -> Any:
|
7356
|
+
FutureReservationStatusLastKnownGoodState.__key_warning(key)
|
7357
|
+
return super().__getitem__(key)
|
7358
|
+
|
7359
|
+
def get(self, key: str, default = None) -> Any:
|
7360
|
+
FutureReservationStatusLastKnownGoodState.__key_warning(key)
|
7361
|
+
return super().get(key, default)
|
7362
|
+
|
7363
|
+
def __init__(__self__, *,
|
7364
|
+
description: Optional[builtins.str] = None,
|
7365
|
+
existing_matching_usage_info: Optional['outputs.FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfo'] = None,
|
7366
|
+
future_reservation_specs: Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecs'] = None,
|
7367
|
+
lock_time: Optional[builtins.str] = None,
|
7368
|
+
name_prefix: Optional[builtins.str] = None,
|
7369
|
+
procurement_status: Optional[builtins.str] = None):
|
7370
|
+
"""
|
7371
|
+
:param builtins.str description: The description of the FutureReservation before an amendment was requested.
|
7372
|
+
:param 'FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgs' existing_matching_usage_info: Represents the matching usage for the future reservation before an amendment was requested.
|
7373
|
+
Structure is documented below.
|
7374
|
+
:param 'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgs' future_reservation_specs: The previous instance-related properties of the Future Reservation.
|
7375
|
+
Structure is documented below.
|
7376
|
+
:param builtins.str lock_time: The lock time of the FutureReservation before an amendment was requested.
|
7377
|
+
:param builtins.str name_prefix: The name prefix of the Future Reservation before an amendment was requested.
|
7378
|
+
:param builtins.str procurement_status: The status of the last known good state for the Future Reservation
|
7379
|
+
Possible values are: .
|
7380
|
+
"""
|
7381
|
+
if description is not None:
|
7382
|
+
pulumi.set(__self__, "description", description)
|
7383
|
+
if existing_matching_usage_info is not None:
|
7384
|
+
pulumi.set(__self__, "existing_matching_usage_info", existing_matching_usage_info)
|
7385
|
+
if future_reservation_specs is not None:
|
7386
|
+
pulumi.set(__self__, "future_reservation_specs", future_reservation_specs)
|
7387
|
+
if lock_time is not None:
|
7388
|
+
pulumi.set(__self__, "lock_time", lock_time)
|
7389
|
+
if name_prefix is not None:
|
7390
|
+
pulumi.set(__self__, "name_prefix", name_prefix)
|
7391
|
+
if procurement_status is not None:
|
7392
|
+
pulumi.set(__self__, "procurement_status", procurement_status)
|
7393
|
+
|
7394
|
+
@property
|
7395
|
+
@pulumi.getter
|
7396
|
+
def description(self) -> Optional[builtins.str]:
|
7397
|
+
"""
|
7398
|
+
The description of the FutureReservation before an amendment was requested.
|
7399
|
+
"""
|
7400
|
+
return pulumi.get(self, "description")
|
7401
|
+
|
7402
|
+
@property
|
7403
|
+
@pulumi.getter(name="existingMatchingUsageInfo")
|
7404
|
+
def existing_matching_usage_info(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfo']:
|
7405
|
+
"""
|
7406
|
+
Represents the matching usage for the future reservation before an amendment was requested.
|
7407
|
+
Structure is documented below.
|
7408
|
+
"""
|
7409
|
+
return pulumi.get(self, "existing_matching_usage_info")
|
7410
|
+
|
7411
|
+
@property
|
7412
|
+
@pulumi.getter(name="futureReservationSpecs")
|
7413
|
+
def future_reservation_specs(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecs']:
|
7414
|
+
"""
|
7415
|
+
The previous instance-related properties of the Future Reservation.
|
7416
|
+
Structure is documented below.
|
7417
|
+
"""
|
7418
|
+
return pulumi.get(self, "future_reservation_specs")
|
7419
|
+
|
7420
|
+
@property
|
7421
|
+
@pulumi.getter(name="lockTime")
|
7422
|
+
def lock_time(self) -> Optional[builtins.str]:
|
7423
|
+
"""
|
7424
|
+
The lock time of the FutureReservation before an amendment was requested.
|
7425
|
+
"""
|
7426
|
+
return pulumi.get(self, "lock_time")
|
7427
|
+
|
7428
|
+
@property
|
7429
|
+
@pulumi.getter(name="namePrefix")
|
7430
|
+
def name_prefix(self) -> Optional[builtins.str]:
|
7431
|
+
"""
|
7432
|
+
The name prefix of the Future Reservation before an amendment was requested.
|
7433
|
+
"""
|
7434
|
+
return pulumi.get(self, "name_prefix")
|
7435
|
+
|
7436
|
+
@property
|
7437
|
+
@pulumi.getter(name="procurementStatus")
|
7438
|
+
def procurement_status(self) -> Optional[builtins.str]:
|
7439
|
+
"""
|
7440
|
+
The status of the last known good state for the Future Reservation
|
7441
|
+
Possible values are: .
|
7442
|
+
"""
|
7443
|
+
return pulumi.get(self, "procurement_status")
|
7444
|
+
|
7445
|
+
|
7446
|
+
@pulumi.output_type
|
7447
|
+
class FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfo(dict):
|
7448
|
+
@staticmethod
|
7449
|
+
def __key_warning(key: str):
|
7450
|
+
suggest = None
|
7451
|
+
if key == "timeStamp":
|
7452
|
+
suggest = "time_stamp"
|
7453
|
+
|
7454
|
+
if suggest:
|
7455
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfo. Access the value via the '{suggest}' property getter instead.")
|
7456
|
+
|
7457
|
+
def __getitem__(self, key: str) -> Any:
|
7458
|
+
FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfo.__key_warning(key)
|
7459
|
+
return super().__getitem__(key)
|
7460
|
+
|
7461
|
+
def get(self, key: str, default = None) -> Any:
|
7462
|
+
FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfo.__key_warning(key)
|
7463
|
+
return super().get(key, default)
|
7464
|
+
|
7465
|
+
def __init__(__self__, *,
|
7466
|
+
count: Optional[builtins.str] = None,
|
7467
|
+
time_stamp: Optional[builtins.str] = None):
|
7468
|
+
"""
|
7469
|
+
:param builtins.str count: Count representing minimum(FR totalCount, matching_reserved_capacity+matching_unreserved_instances).
|
7470
|
+
:param builtins.str time_stamp: Timestamp when the matching usage was calculated.
|
7471
|
+
"""
|
7472
|
+
if count is not None:
|
7473
|
+
pulumi.set(__self__, "count", count)
|
7474
|
+
if time_stamp is not None:
|
7475
|
+
pulumi.set(__self__, "time_stamp", time_stamp)
|
7476
|
+
|
7477
|
+
@property
|
7478
|
+
@pulumi.getter
|
7479
|
+
def count(self) -> Optional[builtins.str]:
|
7480
|
+
"""
|
7481
|
+
Count representing minimum(FR totalCount, matching_reserved_capacity+matching_unreserved_instances).
|
7482
|
+
"""
|
7483
|
+
return pulumi.get(self, "count")
|
7484
|
+
|
7485
|
+
@property
|
7486
|
+
@pulumi.getter(name="timeStamp")
|
7487
|
+
def time_stamp(self) -> Optional[builtins.str]:
|
7488
|
+
"""
|
7489
|
+
Timestamp when the matching usage was calculated.
|
7490
|
+
"""
|
7491
|
+
return pulumi.get(self, "time_stamp")
|
7492
|
+
|
7493
|
+
|
7494
|
+
@pulumi.output_type
|
7495
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecs(dict):
|
7496
|
+
@staticmethod
|
7497
|
+
def __key_warning(key: str):
|
7498
|
+
suggest = None
|
7499
|
+
if key == "shareSettings":
|
7500
|
+
suggest = "share_settings"
|
7501
|
+
elif key == "specificSkuProperties":
|
7502
|
+
suggest = "specific_sku_properties"
|
7503
|
+
elif key == "timeWindow":
|
7504
|
+
suggest = "time_window"
|
7505
|
+
|
7506
|
+
if suggest:
|
7507
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecs. Access the value via the '{suggest}' property getter instead.")
|
7508
|
+
|
7509
|
+
def __getitem__(self, key: str) -> Any:
|
7510
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecs.__key_warning(key)
|
7511
|
+
return super().__getitem__(key)
|
7512
|
+
|
7513
|
+
def get(self, key: str, default = None) -> Any:
|
7514
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecs.__key_warning(key)
|
7515
|
+
return super().get(key, default)
|
7516
|
+
|
7517
|
+
def __init__(__self__, *,
|
7518
|
+
share_settings: Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettings'] = None,
|
7519
|
+
specific_sku_properties: Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuProperties'] = None,
|
7520
|
+
time_window: Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindow'] = None):
|
7521
|
+
"""
|
7522
|
+
:param 'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgs' share_settings: The previous share settings of the Future Reservation.
|
7523
|
+
Structure is documented below.
|
7524
|
+
:param 'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgs' specific_sku_properties: The previous instance related properties of the Future Reservation.
|
7525
|
+
Structure is documented below.
|
7526
|
+
:param 'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgs' time_window: Time window for this Future Reservation.
|
7527
|
+
Structure is documented below.
|
7528
|
+
"""
|
7529
|
+
if share_settings is not None:
|
7530
|
+
pulumi.set(__self__, "share_settings", share_settings)
|
7531
|
+
if specific_sku_properties is not None:
|
7532
|
+
pulumi.set(__self__, "specific_sku_properties", specific_sku_properties)
|
7533
|
+
if time_window is not None:
|
7534
|
+
pulumi.set(__self__, "time_window", time_window)
|
7535
|
+
|
7536
|
+
@property
|
7537
|
+
@pulumi.getter(name="shareSettings")
|
7538
|
+
def share_settings(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettings']:
|
7539
|
+
"""
|
7540
|
+
The previous share settings of the Future Reservation.
|
7541
|
+
Structure is documented below.
|
7542
|
+
"""
|
7543
|
+
return pulumi.get(self, "share_settings")
|
7544
|
+
|
7545
|
+
@property
|
7546
|
+
@pulumi.getter(name="specificSkuProperties")
|
7547
|
+
def specific_sku_properties(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuProperties']:
|
7548
|
+
"""
|
7549
|
+
The previous instance related properties of the Future Reservation.
|
7550
|
+
Structure is documented below.
|
7551
|
+
"""
|
7552
|
+
return pulumi.get(self, "specific_sku_properties")
|
7553
|
+
|
7554
|
+
@property
|
7555
|
+
@pulumi.getter(name="timeWindow")
|
7556
|
+
def time_window(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindow']:
|
7557
|
+
"""
|
7558
|
+
Time window for this Future Reservation.
|
7559
|
+
Structure is documented below.
|
7560
|
+
"""
|
7561
|
+
return pulumi.get(self, "time_window")
|
7562
|
+
|
7563
|
+
|
7564
|
+
@pulumi.output_type
|
7565
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettings(dict):
|
7566
|
+
@staticmethod
|
7567
|
+
def __key_warning(key: str):
|
7568
|
+
suggest = None
|
7569
|
+
if key == "projectMaps":
|
7570
|
+
suggest = "project_maps"
|
7571
|
+
elif key == "shareType":
|
7572
|
+
suggest = "share_type"
|
7573
|
+
|
7574
|
+
if suggest:
|
7575
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettings. Access the value via the '{suggest}' property getter instead.")
|
7576
|
+
|
7577
|
+
def __getitem__(self, key: str) -> Any:
|
7578
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettings.__key_warning(key)
|
7579
|
+
return super().__getitem__(key)
|
7580
|
+
|
7581
|
+
def get(self, key: str, default = None) -> Any:
|
7582
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettings.__key_warning(key)
|
7583
|
+
return super().get(key, default)
|
7584
|
+
|
7585
|
+
def __init__(__self__, *,
|
7586
|
+
project_maps: Optional[Sequence['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMap']] = None,
|
7587
|
+
projects: Optional[Sequence[builtins.str]] = None,
|
7588
|
+
share_type: Optional[builtins.str] = None):
|
7589
|
+
"""
|
7590
|
+
:param Sequence['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgs'] project_maps: A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
7591
|
+
Structure is documented below.
|
7592
|
+
:param Sequence[builtins.str] projects: list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
7593
|
+
:param builtins.str share_type: Type of sharing for this future reservation.
|
7594
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
7595
|
+
"""
|
7596
|
+
if project_maps is not None:
|
7597
|
+
pulumi.set(__self__, "project_maps", project_maps)
|
7598
|
+
if projects is not None:
|
7599
|
+
pulumi.set(__self__, "projects", projects)
|
7600
|
+
if share_type is not None:
|
7601
|
+
pulumi.set(__self__, "share_type", share_type)
|
7602
|
+
|
7603
|
+
@property
|
7604
|
+
@pulumi.getter(name="projectMaps")
|
7605
|
+
def project_maps(self) -> Optional[Sequence['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMap']]:
|
7606
|
+
"""
|
7607
|
+
A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
7608
|
+
Structure is documented below.
|
7609
|
+
"""
|
7610
|
+
return pulumi.get(self, "project_maps")
|
7611
|
+
|
7612
|
+
@property
|
7613
|
+
@pulumi.getter
|
7614
|
+
def projects(self) -> Optional[Sequence[builtins.str]]:
|
7615
|
+
"""
|
7616
|
+
list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
7617
|
+
"""
|
7618
|
+
return pulumi.get(self, "projects")
|
7619
|
+
|
7620
|
+
@property
|
7621
|
+
@pulumi.getter(name="shareType")
|
7622
|
+
def share_type(self) -> Optional[builtins.str]:
|
7623
|
+
"""
|
7624
|
+
Type of sharing for this future reservation.
|
7625
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
7626
|
+
"""
|
7627
|
+
return pulumi.get(self, "share_type")
|
7628
|
+
|
7629
|
+
|
7630
|
+
@pulumi.output_type
|
7631
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMap(dict):
|
7632
|
+
@staticmethod
|
7633
|
+
def __key_warning(key: str):
|
7634
|
+
suggest = None
|
7635
|
+
if key == "projectId":
|
7636
|
+
suggest = "project_id"
|
7637
|
+
|
7638
|
+
if suggest:
|
7639
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMap. Access the value via the '{suggest}' property getter instead.")
|
7640
|
+
|
7641
|
+
def __getitem__(self, key: str) -> Any:
|
7642
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMap.__key_warning(key)
|
7643
|
+
return super().__getitem__(key)
|
7644
|
+
|
7645
|
+
def get(self, key: str, default = None) -> Any:
|
7646
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMap.__key_warning(key)
|
7647
|
+
return super().get(key, default)
|
7648
|
+
|
7649
|
+
def __init__(__self__, *,
|
7650
|
+
project: builtins.str,
|
7651
|
+
project_id: Optional[builtins.str] = None):
|
7652
|
+
"""
|
7653
|
+
:param builtins.str project: (Required) The identifier for this object. Format specified above.
|
7654
|
+
:param builtins.str project_id: The project ID, should be same as the key of this project config in the parent map.
|
7655
|
+
"""
|
7656
|
+
pulumi.set(__self__, "project", project)
|
7657
|
+
if project_id is not None:
|
7658
|
+
pulumi.set(__self__, "project_id", project_id)
|
7659
|
+
|
7660
|
+
@property
|
7661
|
+
@pulumi.getter
|
7662
|
+
def project(self) -> builtins.str:
|
7663
|
+
"""
|
7664
|
+
(Required) The identifier for this object. Format specified above.
|
7665
|
+
"""
|
7666
|
+
return pulumi.get(self, "project")
|
7667
|
+
|
7668
|
+
@property
|
7669
|
+
@pulumi.getter(name="projectId")
|
7670
|
+
def project_id(self) -> Optional[builtins.str]:
|
7671
|
+
"""
|
7672
|
+
The project ID, should be same as the key of this project config in the parent map.
|
7673
|
+
"""
|
7674
|
+
return pulumi.get(self, "project_id")
|
7675
|
+
|
7676
|
+
|
7677
|
+
@pulumi.output_type
|
7678
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuProperties(dict):
|
7679
|
+
@staticmethod
|
7680
|
+
def __key_warning(key: str):
|
7681
|
+
suggest = None
|
7682
|
+
if key == "instanceProperties":
|
7683
|
+
suggest = "instance_properties"
|
7684
|
+
elif key == "sourceInstanceTemplate":
|
7685
|
+
suggest = "source_instance_template"
|
7686
|
+
elif key == "totalCount":
|
7687
|
+
suggest = "total_count"
|
7688
|
+
|
7689
|
+
if suggest:
|
7690
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuProperties. Access the value via the '{suggest}' property getter instead.")
|
7691
|
+
|
7692
|
+
def __getitem__(self, key: str) -> Any:
|
7693
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuProperties.__key_warning(key)
|
7694
|
+
return super().__getitem__(key)
|
7695
|
+
|
7696
|
+
def get(self, key: str, default = None) -> Any:
|
7697
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuProperties.__key_warning(key)
|
7698
|
+
return super().get(key, default)
|
7699
|
+
|
7700
|
+
def __init__(__self__, *,
|
7701
|
+
instance_properties: Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstanceProperties'] = None,
|
7702
|
+
source_instance_template: Optional[builtins.str] = None,
|
7703
|
+
total_count: Optional[builtins.str] = None):
|
7704
|
+
"""
|
7705
|
+
:param 'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgs' instance_properties: Properties of the SKU instances being reserved.
|
7706
|
+
Structure is documented below.
|
7707
|
+
:param builtins.str source_instance_template: The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
7708
|
+
:param builtins.str total_count: Total number of instances for which capacity assurance is requested at a future time period.
|
7709
|
+
"""
|
7710
|
+
if instance_properties is not None:
|
7711
|
+
pulumi.set(__self__, "instance_properties", instance_properties)
|
7712
|
+
if source_instance_template is not None:
|
7713
|
+
pulumi.set(__self__, "source_instance_template", source_instance_template)
|
7714
|
+
if total_count is not None:
|
7715
|
+
pulumi.set(__self__, "total_count", total_count)
|
7716
|
+
|
7717
|
+
@property
|
7718
|
+
@pulumi.getter(name="instanceProperties")
|
7719
|
+
def instance_properties(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstanceProperties']:
|
7720
|
+
"""
|
7721
|
+
Properties of the SKU instances being reserved.
|
7722
|
+
Structure is documented below.
|
7723
|
+
"""
|
7724
|
+
return pulumi.get(self, "instance_properties")
|
7725
|
+
|
7726
|
+
@property
|
7727
|
+
@pulumi.getter(name="sourceInstanceTemplate")
|
7728
|
+
def source_instance_template(self) -> Optional[builtins.str]:
|
7729
|
+
"""
|
7730
|
+
The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
7731
|
+
"""
|
7732
|
+
return pulumi.get(self, "source_instance_template")
|
7733
|
+
|
7734
|
+
@property
|
7735
|
+
@pulumi.getter(name="totalCount")
|
7736
|
+
def total_count(self) -> Optional[builtins.str]:
|
7737
|
+
"""
|
7738
|
+
Total number of instances for which capacity assurance is requested at a future time period.
|
7739
|
+
"""
|
7740
|
+
return pulumi.get(self, "total_count")
|
7741
|
+
|
7742
|
+
|
7743
|
+
@pulumi.output_type
|
7744
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstanceProperties(dict):
|
7745
|
+
@staticmethod
|
7746
|
+
def __key_warning(key: str):
|
7747
|
+
suggest = None
|
7748
|
+
if key == "guestAccelerators":
|
7749
|
+
suggest = "guest_accelerators"
|
7750
|
+
elif key == "localSsds":
|
7751
|
+
suggest = "local_ssds"
|
7752
|
+
elif key == "locationHint":
|
7753
|
+
suggest = "location_hint"
|
7754
|
+
elif key == "machineType":
|
7755
|
+
suggest = "machine_type"
|
7756
|
+
elif key == "maintenanceFreezeDurationHours":
|
7757
|
+
suggest = "maintenance_freeze_duration_hours"
|
7758
|
+
elif key == "maintenanceInterval":
|
7759
|
+
suggest = "maintenance_interval"
|
7760
|
+
elif key == "minCpuPlatform":
|
7761
|
+
suggest = "min_cpu_platform"
|
7762
|
+
|
7763
|
+
if suggest:
|
7764
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstanceProperties. Access the value via the '{suggest}' property getter instead.")
|
7765
|
+
|
7766
|
+
def __getitem__(self, key: str) -> Any:
|
7767
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstanceProperties.__key_warning(key)
|
7768
|
+
return super().__getitem__(key)
|
7769
|
+
|
7770
|
+
def get(self, key: str, default = None) -> Any:
|
7771
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstanceProperties.__key_warning(key)
|
7772
|
+
return super().get(key, default)
|
7773
|
+
|
7774
|
+
def __init__(__self__, *,
|
7775
|
+
guest_accelerators: Optional[Sequence['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAccelerator']] = None,
|
7776
|
+
local_ssds: Optional[Sequence['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsd']] = None,
|
7777
|
+
location_hint: Optional[builtins.str] = None,
|
7778
|
+
machine_type: Optional[builtins.str] = None,
|
7779
|
+
maintenance_freeze_duration_hours: Optional[builtins.int] = None,
|
7780
|
+
maintenance_interval: Optional[builtins.str] = None,
|
7781
|
+
min_cpu_platform: Optional[builtins.str] = None):
|
7782
|
+
"""
|
7783
|
+
:param Sequence['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs'] guest_accelerators: Specifies accelerator type and count.
|
7784
|
+
Structure is documented below.
|
7785
|
+
:param Sequence['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgs'] local_ssds: Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
7786
|
+
Structure is documented below.
|
7787
|
+
:param builtins.str location_hint: An opaque location hint used to place the allocation close to other resources. This field is for use by internal tools that use the public API.
|
7788
|
+
:param builtins.str machine_type: Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.
|
7789
|
+
:param builtins.int maintenance_freeze_duration_hours: Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
|
7790
|
+
:param builtins.str maintenance_interval: Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
7791
|
+
Possible values are: `PERIODIC`.
|
7792
|
+
:param builtins.str min_cpu_platform: Minimum cpu platform the reservation.
|
7793
|
+
"""
|
7794
|
+
if guest_accelerators is not None:
|
7795
|
+
pulumi.set(__self__, "guest_accelerators", guest_accelerators)
|
7796
|
+
if local_ssds is not None:
|
7797
|
+
pulumi.set(__self__, "local_ssds", local_ssds)
|
7798
|
+
if location_hint is not None:
|
7799
|
+
pulumi.set(__self__, "location_hint", location_hint)
|
7800
|
+
if machine_type is not None:
|
7801
|
+
pulumi.set(__self__, "machine_type", machine_type)
|
7802
|
+
if maintenance_freeze_duration_hours is not None:
|
7803
|
+
pulumi.set(__self__, "maintenance_freeze_duration_hours", maintenance_freeze_duration_hours)
|
7804
|
+
if maintenance_interval is not None:
|
7805
|
+
pulumi.set(__self__, "maintenance_interval", maintenance_interval)
|
7806
|
+
if min_cpu_platform is not None:
|
7807
|
+
pulumi.set(__self__, "min_cpu_platform", min_cpu_platform)
|
7808
|
+
|
7809
|
+
@property
|
7810
|
+
@pulumi.getter(name="guestAccelerators")
|
7811
|
+
def guest_accelerators(self) -> Optional[Sequence['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAccelerator']]:
|
7812
|
+
"""
|
7813
|
+
Specifies accelerator type and count.
|
7814
|
+
Structure is documented below.
|
7815
|
+
"""
|
7816
|
+
return pulumi.get(self, "guest_accelerators")
|
7817
|
+
|
7818
|
+
@property
|
7819
|
+
@pulumi.getter(name="localSsds")
|
7820
|
+
def local_ssds(self) -> Optional[Sequence['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsd']]:
|
7821
|
+
"""
|
7822
|
+
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
7823
|
+
Structure is documented below.
|
7824
|
+
"""
|
7825
|
+
return pulumi.get(self, "local_ssds")
|
7826
|
+
|
7827
|
+
@property
|
7828
|
+
@pulumi.getter(name="locationHint")
|
7829
|
+
def location_hint(self) -> Optional[builtins.str]:
|
7830
|
+
"""
|
7831
|
+
An opaque location hint used to place the allocation close to other resources. This field is for use by internal tools that use the public API.
|
7832
|
+
"""
|
7833
|
+
return pulumi.get(self, "location_hint")
|
7834
|
+
|
7835
|
+
@property
|
7836
|
+
@pulumi.getter(name="machineType")
|
7837
|
+
def machine_type(self) -> Optional[builtins.str]:
|
7838
|
+
"""
|
7839
|
+
Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.
|
7840
|
+
"""
|
7841
|
+
return pulumi.get(self, "machine_type")
|
7842
|
+
|
7843
|
+
@property
|
7844
|
+
@pulumi.getter(name="maintenanceFreezeDurationHours")
|
7845
|
+
def maintenance_freeze_duration_hours(self) -> Optional[builtins.int]:
|
7846
|
+
"""
|
7847
|
+
Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
|
7848
|
+
"""
|
7849
|
+
return pulumi.get(self, "maintenance_freeze_duration_hours")
|
7850
|
+
|
7851
|
+
@property
|
7852
|
+
@pulumi.getter(name="maintenanceInterval")
|
7853
|
+
def maintenance_interval(self) -> Optional[builtins.str]:
|
7854
|
+
"""
|
7855
|
+
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
7856
|
+
Possible values are: `PERIODIC`.
|
7857
|
+
"""
|
7858
|
+
return pulumi.get(self, "maintenance_interval")
|
7859
|
+
|
7860
|
+
@property
|
7861
|
+
@pulumi.getter(name="minCpuPlatform")
|
7862
|
+
def min_cpu_platform(self) -> Optional[builtins.str]:
|
7863
|
+
"""
|
7864
|
+
Minimum cpu platform the reservation.
|
7865
|
+
"""
|
7866
|
+
return pulumi.get(self, "min_cpu_platform")
|
7867
|
+
|
7868
|
+
|
7869
|
+
@pulumi.output_type
|
7870
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAccelerator(dict):
|
7871
|
+
@staticmethod
|
7872
|
+
def __key_warning(key: str):
|
7873
|
+
suggest = None
|
7874
|
+
if key == "acceleratorCount":
|
7875
|
+
suggest = "accelerator_count"
|
7876
|
+
elif key == "acceleratorType":
|
7877
|
+
suggest = "accelerator_type"
|
7878
|
+
|
7879
|
+
if suggest:
|
7880
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAccelerator. Access the value via the '{suggest}' property getter instead.")
|
7881
|
+
|
7882
|
+
def __getitem__(self, key: str) -> Any:
|
7883
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAccelerator.__key_warning(key)
|
7884
|
+
return super().__getitem__(key)
|
6281
7885
|
|
7886
|
+
def get(self, key: str, default = None) -> Any:
|
7887
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAccelerator.__key_warning(key)
|
7888
|
+
return super().get(key, default)
|
6282
7889
|
|
6283
|
-
|
7890
|
+
def __init__(__self__, *,
|
7891
|
+
accelerator_count: Optional[builtins.int] = None,
|
7892
|
+
accelerator_type: Optional[builtins.str] = None):
|
6284
7893
|
"""
|
6285
|
-
|
7894
|
+
:param builtins.int accelerator_count: The number of the guest accelerator cards exposed to this instance.
|
7895
|
+
:param builtins.str accelerator_type: Full or partial URL of the accelerator type resource to attach to this instance.
|
7896
|
+
"""
|
7897
|
+
if accelerator_count is not None:
|
7898
|
+
pulumi.set(__self__, "accelerator_count", accelerator_count)
|
7899
|
+
if accelerator_type is not None:
|
7900
|
+
pulumi.set(__self__, "accelerator_type", accelerator_type)
|
6286
7901
|
|
6287
7902
|
@property
|
6288
|
-
@pulumi.getter(name="
|
6289
|
-
def
|
7903
|
+
@pulumi.getter(name="acceleratorCount")
|
7904
|
+
def accelerator_count(self) -> Optional[builtins.int]:
|
6290
7905
|
"""
|
6291
|
-
|
6292
|
-
Maximum number of destination address groups is 10.
|
7906
|
+
The number of the guest accelerator cards exposed to this instance.
|
6293
7907
|
"""
|
6294
|
-
return pulumi.get(self, "
|
7908
|
+
return pulumi.get(self, "accelerator_count")
|
6295
7909
|
|
6296
7910
|
@property
|
6297
|
-
@pulumi.getter(name="
|
6298
|
-
def
|
7911
|
+
@pulumi.getter(name="acceleratorType")
|
7912
|
+
def accelerator_type(self) -> Optional[builtins.str]:
|
6299
7913
|
"""
|
6300
|
-
|
6301
|
-
traffic destination. Maximum number of destination fqdn allowed is 100.
|
7914
|
+
Full or partial URL of the accelerator type resource to attach to this instance.
|
6302
7915
|
"""
|
6303
|
-
return pulumi.get(self, "
|
7916
|
+
return pulumi.get(self, "accelerator_type")
|
6304
7917
|
|
6305
|
-
|
6306
|
-
|
6307
|
-
|
7918
|
+
|
7919
|
+
@pulumi.output_type
|
7920
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsd(dict):
|
7921
|
+
@staticmethod
|
7922
|
+
def __key_warning(key: str):
|
7923
|
+
suggest = None
|
7924
|
+
if key == "diskSizeGb":
|
7925
|
+
suggest = "disk_size_gb"
|
7926
|
+
|
7927
|
+
if suggest:
|
7928
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsd. Access the value via the '{suggest}' property getter instead.")
|
7929
|
+
|
7930
|
+
def __getitem__(self, key: str) -> Any:
|
7931
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsd.__key_warning(key)
|
7932
|
+
return super().__getitem__(key)
|
7933
|
+
|
7934
|
+
def get(self, key: str, default = None) -> Any:
|
7935
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsd.__key_warning(key)
|
7936
|
+
return super().get(key, default)
|
7937
|
+
|
7938
|
+
def __init__(__self__, *,
|
7939
|
+
disk_size_gb: Optional[builtins.str] = None,
|
7940
|
+
interface: Optional[builtins.str] = None):
|
6308
7941
|
"""
|
6309
|
-
|
6310
|
-
|
7942
|
+
:param builtins.str disk_size_gb: Specifies the size of the disk in base-2 GB.
|
7943
|
+
:param builtins.str interface: Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
7944
|
+
Possible values are: `SCSI`, `NVME`.
|
6311
7945
|
"""
|
6312
|
-
|
7946
|
+
if disk_size_gb is not None:
|
7947
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
7948
|
+
if interface is not None:
|
7949
|
+
pulumi.set(__self__, "interface", interface)
|
6313
7950
|
|
6314
7951
|
@property
|
6315
|
-
@pulumi.getter(name="
|
6316
|
-
def
|
7952
|
+
@pulumi.getter(name="diskSizeGb")
|
7953
|
+
def disk_size_gb(self) -> Optional[builtins.str]:
|
6317
7954
|
"""
|
6318
|
-
|
6319
|
-
Possible values are: `INTERNET`, `INTRA_VPC`, `NON_INTERNET`, `VPC_NETWORKS`.
|
7955
|
+
Specifies the size of the disk in base-2 GB.
|
6320
7956
|
"""
|
6321
|
-
return pulumi.get(self, "
|
7957
|
+
return pulumi.get(self, "disk_size_gb")
|
6322
7958
|
|
6323
7959
|
@property
|
6324
|
-
@pulumi.getter
|
6325
|
-
def
|
7960
|
+
@pulumi.getter
|
7961
|
+
def interface(self) -> Optional[builtins.str]:
|
6326
7962
|
"""
|
6327
|
-
|
6328
|
-
|
6329
|
-
ISO 3166 alpha-2 country codes. ex."US"
|
6330
|
-
Maximum number of destination region codes allowed is 5000.
|
7963
|
+
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
7964
|
+
Possible values are: `SCSI`, `NVME`.
|
6331
7965
|
"""
|
6332
|
-
return pulumi.get(self, "
|
7966
|
+
return pulumi.get(self, "interface")
|
6333
7967
|
|
6334
|
-
|
6335
|
-
|
6336
|
-
|
7968
|
+
|
7969
|
+
@pulumi.output_type
|
7970
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindow(dict):
|
7971
|
+
@staticmethod
|
7972
|
+
def __key_warning(key: str):
|
7973
|
+
suggest = None
|
7974
|
+
if key == "endTime":
|
7975
|
+
suggest = "end_time"
|
7976
|
+
elif key == "startTime":
|
7977
|
+
suggest = "start_time"
|
7978
|
+
|
7979
|
+
if suggest:
|
7980
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindow. Access the value via the '{suggest}' property getter instead.")
|
7981
|
+
|
7982
|
+
def __getitem__(self, key: str) -> Any:
|
7983
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindow.__key_warning(key)
|
7984
|
+
return super().__getitem__(key)
|
7985
|
+
|
7986
|
+
def get(self, key: str, default = None) -> Any:
|
7987
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindow.__key_warning(key)
|
7988
|
+
return super().get(key, default)
|
7989
|
+
|
7990
|
+
def __init__(__self__, *,
|
7991
|
+
duration: Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDuration'] = None,
|
7992
|
+
end_time: Optional[builtins.str] = None,
|
7993
|
+
start_time: Optional[builtins.str] = None):
|
6337
7994
|
"""
|
6338
|
-
|
6339
|
-
|
7995
|
+
:param 'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgs' duration: Duration of the future reservation
|
7996
|
+
Structure is documented below.
|
7997
|
+
:param builtins.str end_time: End time of the future reservation in RFC3339 format.
|
7998
|
+
:param builtins.str start_time: Start time of the future reservation in RFC3339 format.
|
6340
7999
|
"""
|
6341
|
-
|
8000
|
+
if duration is not None:
|
8001
|
+
pulumi.set(__self__, "duration", duration)
|
8002
|
+
if end_time is not None:
|
8003
|
+
pulumi.set(__self__, "end_time", end_time)
|
8004
|
+
if start_time is not None:
|
8005
|
+
pulumi.set(__self__, "start_time", start_time)
|
6342
8006
|
|
6343
8007
|
@property
|
6344
|
-
@pulumi.getter
|
6345
|
-
def
|
8008
|
+
@pulumi.getter
|
8009
|
+
def duration(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDuration']:
|
6346
8010
|
"""
|
6347
|
-
|
6348
|
-
|
8011
|
+
Duration of the future reservation
|
8012
|
+
Structure is documented below.
|
6349
8013
|
"""
|
6350
|
-
return pulumi.get(self, "
|
8014
|
+
return pulumi.get(self, "duration")
|
6351
8015
|
|
6352
8016
|
@property
|
6353
|
-
@pulumi.getter(name="
|
6354
|
-
def
|
8017
|
+
@pulumi.getter(name="endTime")
|
8018
|
+
def end_time(self) -> Optional[builtins.str]:
|
6355
8019
|
"""
|
6356
|
-
|
6357
|
-
traffic source. Maximum number of source fqdn allowed is 100.
|
8020
|
+
End time of the future reservation in RFC3339 format.
|
6358
8021
|
"""
|
6359
|
-
return pulumi.get(self, "
|
8022
|
+
return pulumi.get(self, "end_time")
|
6360
8023
|
|
6361
8024
|
@property
|
6362
|
-
@pulumi.getter(name="
|
6363
|
-
def
|
8025
|
+
@pulumi.getter(name="startTime")
|
8026
|
+
def start_time(self) -> Optional[builtins.str]:
|
6364
8027
|
"""
|
6365
|
-
|
6366
|
-
INGRESS rules.
|
8028
|
+
Start time of the future reservation in RFC3339 format.
|
6367
8029
|
"""
|
6368
|
-
return pulumi.get(self, "
|
8030
|
+
return pulumi.get(self, "start_time")
|
6369
8031
|
|
6370
|
-
|
6371
|
-
|
6372
|
-
|
8032
|
+
|
8033
|
+
@pulumi.output_type
|
8034
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDuration(dict):
|
8035
|
+
def __init__(__self__, *,
|
8036
|
+
nanos: Optional[builtins.int] = None,
|
8037
|
+
seconds: Optional[builtins.str] = None):
|
6373
8038
|
"""
|
6374
|
-
|
6375
|
-
|
8039
|
+
:param builtins.int nanos: Span of time that's a fraction of a second at nanosecond resolution.
|
8040
|
+
|
8041
|
+
- - -
|
8042
|
+
:param builtins.str seconds: Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
6376
8043
|
"""
|
6377
|
-
|
8044
|
+
if nanos is not None:
|
8045
|
+
pulumi.set(__self__, "nanos", nanos)
|
8046
|
+
if seconds is not None:
|
8047
|
+
pulumi.set(__self__, "seconds", seconds)
|
6378
8048
|
|
6379
8049
|
@property
|
6380
|
-
@pulumi.getter
|
6381
|
-
def
|
8050
|
+
@pulumi.getter
|
8051
|
+
def nanos(self) -> Optional[builtins.int]:
|
6382
8052
|
"""
|
6383
|
-
|
8053
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
8054
|
+
|
8055
|
+
- - -
|
6384
8056
|
"""
|
6385
|
-
return pulumi.get(self, "
|
8057
|
+
return pulumi.get(self, "nanos")
|
6386
8058
|
|
6387
8059
|
@property
|
6388
|
-
@pulumi.getter
|
6389
|
-
def
|
8060
|
+
@pulumi.getter
|
8061
|
+
def seconds(self) -> Optional[builtins.str]:
|
6390
8062
|
"""
|
6391
|
-
|
6392
|
-
of traffic. Should be specified as 2 letter country code defined as per
|
6393
|
-
ISO 3166 alpha-2 country codes. ex."US"
|
6394
|
-
Maximum number of source region codes allowed is 5000.
|
8063
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
6395
8064
|
"""
|
6396
|
-
return pulumi.get(self, "
|
8065
|
+
return pulumi.get(self, "seconds")
|
8066
|
+
|
8067
|
+
|
8068
|
+
@pulumi.output_type
|
8069
|
+
class FutureReservationStatusSpecificSkuProperties(dict):
|
8070
|
+
@staticmethod
|
8071
|
+
def __key_warning(key: str):
|
8072
|
+
suggest = None
|
8073
|
+
if key == "sourceInstanceTemplateId":
|
8074
|
+
suggest = "source_instance_template_id"
|
8075
|
+
|
8076
|
+
if suggest:
|
8077
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusSpecificSkuProperties. Access the value via the '{suggest}' property getter instead.")
|
8078
|
+
|
8079
|
+
def __getitem__(self, key: str) -> Any:
|
8080
|
+
FutureReservationStatusSpecificSkuProperties.__key_warning(key)
|
8081
|
+
return super().__getitem__(key)
|
8082
|
+
|
8083
|
+
def get(self, key: str, default = None) -> Any:
|
8084
|
+
FutureReservationStatusSpecificSkuProperties.__key_warning(key)
|
8085
|
+
return super().get(key, default)
|
8086
|
+
|
8087
|
+
def __init__(__self__, *,
|
8088
|
+
source_instance_template_id: Optional[builtins.str] = None):
|
8089
|
+
"""
|
8090
|
+
:param builtins.str source_instance_template_id: ID of the instance template used to populate the Future Reservation properties.
|
8091
|
+
"""
|
8092
|
+
if source_instance_template_id is not None:
|
8093
|
+
pulumi.set(__self__, "source_instance_template_id", source_instance_template_id)
|
6397
8094
|
|
6398
8095
|
@property
|
6399
|
-
@pulumi.getter(name="
|
6400
|
-
def
|
8096
|
+
@pulumi.getter(name="sourceInstanceTemplateId")
|
8097
|
+
def source_instance_template_id(self) -> Optional[builtins.str]:
|
6401
8098
|
"""
|
6402
|
-
|
6403
|
-
The IPs in these lists will be matched against traffic source.
|
8099
|
+
ID of the instance template used to populate the Future Reservation properties.
|
6404
8100
|
"""
|
6405
|
-
return pulumi.get(self, "
|
8101
|
+
return pulumi.get(self, "source_instance_template_id")
|
6406
8102
|
|
6407
8103
|
|
6408
8104
|
@pulumi.output_type
|
6409
|
-
class
|
8105
|
+
class FutureReservationTimeWindow(dict):
|
6410
8106
|
@staticmethod
|
6411
8107
|
def __key_warning(key: str):
|
6412
8108
|
suggest = None
|
6413
|
-
if key == "
|
6414
|
-
suggest = "
|
8109
|
+
if key == "startTime":
|
8110
|
+
suggest = "start_time"
|
8111
|
+
elif key == "endTime":
|
8112
|
+
suggest = "end_time"
|
6415
8113
|
|
6416
8114
|
if suggest:
|
6417
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
8115
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationTimeWindow. Access the value via the '{suggest}' property getter instead.")
|
6418
8116
|
|
6419
8117
|
def __getitem__(self, key: str) -> Any:
|
6420
|
-
|
8118
|
+
FutureReservationTimeWindow.__key_warning(key)
|
6421
8119
|
return super().__getitem__(key)
|
6422
8120
|
|
6423
8121
|
def get(self, key: str, default = None) -> Any:
|
6424
|
-
|
8122
|
+
FutureReservationTimeWindow.__key_warning(key)
|
6425
8123
|
return super().get(key, default)
|
6426
8124
|
|
6427
8125
|
def __init__(__self__, *,
|
6428
|
-
|
6429
|
-
|
8126
|
+
start_time: builtins.str,
|
8127
|
+
duration: Optional['outputs.FutureReservationTimeWindowDuration'] = None,
|
8128
|
+
end_time: Optional[builtins.str] = None):
|
6430
8129
|
"""
|
6431
|
-
:param builtins.str
|
6432
|
-
|
6433
|
-
|
6434
|
-
|
6435
|
-
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
6436
|
-
or the IP protocol number.
|
6437
|
-
:param Sequence[builtins.str] ports: (Output)
|
6438
|
-
An optional list of ports to which this rule applies. This field
|
6439
|
-
is only applicable for UDP or TCP protocol. Each entry must be
|
6440
|
-
either an integer or a range. If not specified, this rule
|
6441
|
-
applies to connections through any port.
|
6442
|
-
Example inputs include: ["22"], ["80","443"], and
|
6443
|
-
["12345-12349"].
|
8130
|
+
:param builtins.str start_time: Start time of the future reservation in RFC3339 format.
|
8131
|
+
:param 'FutureReservationTimeWindowDurationArgs' duration: Duration of the future reservation
|
8132
|
+
Structure is documented below.
|
8133
|
+
:param builtins.str end_time: End time of the future reservation in RFC3339 format.
|
6444
8134
|
"""
|
6445
|
-
pulumi.set(__self__, "
|
6446
|
-
if
|
6447
|
-
pulumi.set(__self__, "
|
8135
|
+
pulumi.set(__self__, "start_time", start_time)
|
8136
|
+
if duration is not None:
|
8137
|
+
pulumi.set(__self__, "duration", duration)
|
8138
|
+
if end_time is not None:
|
8139
|
+
pulumi.set(__self__, "end_time", end_time)
|
6448
8140
|
|
6449
8141
|
@property
|
6450
|
-
@pulumi.getter(name="
|
6451
|
-
def
|
8142
|
+
@pulumi.getter(name="startTime")
|
8143
|
+
def start_time(self) -> builtins.str:
|
6452
8144
|
"""
|
6453
|
-
|
6454
|
-
The IP protocol to which this rule applies. The protocol
|
6455
|
-
type is required when creating a firewall rule.
|
6456
|
-
This value can either be one of the following well
|
6457
|
-
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
6458
|
-
or the IP protocol number.
|
8145
|
+
Start time of the future reservation in RFC3339 format.
|
6459
8146
|
"""
|
6460
|
-
return pulumi.get(self, "
|
8147
|
+
return pulumi.get(self, "start_time")
|
6461
8148
|
|
6462
8149
|
@property
|
6463
8150
|
@pulumi.getter
|
6464
|
-
def
|
8151
|
+
def duration(self) -> Optional['outputs.FutureReservationTimeWindowDuration']:
|
6465
8152
|
"""
|
6466
|
-
|
6467
|
-
|
6468
|
-
is only applicable for UDP or TCP protocol. Each entry must be
|
6469
|
-
either an integer or a range. If not specified, this rule
|
6470
|
-
applies to connections through any port.
|
6471
|
-
Example inputs include: ["22"], ["80","443"], and
|
6472
|
-
["12345-12349"].
|
8153
|
+
Duration of the future reservation
|
8154
|
+
Structure is documented below.
|
6473
8155
|
"""
|
6474
|
-
return pulumi.get(self, "
|
8156
|
+
return pulumi.get(self, "duration")
|
8157
|
+
|
8158
|
+
@property
|
8159
|
+
@pulumi.getter(name="endTime")
|
8160
|
+
def end_time(self) -> Optional[builtins.str]:
|
8161
|
+
"""
|
8162
|
+
End time of the future reservation in RFC3339 format.
|
8163
|
+
"""
|
8164
|
+
return pulumi.get(self, "end_time")
|
6475
8165
|
|
6476
8166
|
|
6477
8167
|
@pulumi.output_type
|
6478
|
-
class
|
8168
|
+
class FutureReservationTimeWindowDuration(dict):
|
6479
8169
|
def __init__(__self__, *,
|
6480
|
-
|
6481
|
-
|
8170
|
+
nanos: Optional[builtins.int] = None,
|
8171
|
+
seconds: Optional[builtins.str] = None):
|
6482
8172
|
"""
|
6483
|
-
:param builtins.
|
6484
|
-
|
8173
|
+
:param builtins.int nanos: Span of time that's a fraction of a second at nanosecond resolution.
|
8174
|
+
|
8175
|
+
- - -
|
8176
|
+
:param builtins.str seconds: Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
6485
8177
|
"""
|
6486
|
-
if
|
6487
|
-
pulumi.set(__self__, "
|
6488
|
-
if
|
6489
|
-
pulumi.set(__self__, "
|
8178
|
+
if nanos is not None:
|
8179
|
+
pulumi.set(__self__, "nanos", nanos)
|
8180
|
+
if seconds is not None:
|
8181
|
+
pulumi.set(__self__, "seconds", seconds)
|
6490
8182
|
|
6491
8183
|
@property
|
6492
8184
|
@pulumi.getter
|
6493
|
-
def
|
8185
|
+
def nanos(self) -> Optional[builtins.int]:
|
6494
8186
|
"""
|
6495
|
-
|
8187
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
8188
|
+
|
8189
|
+
- - -
|
6496
8190
|
"""
|
6497
|
-
return pulumi.get(self, "
|
8191
|
+
return pulumi.get(self, "nanos")
|
6498
8192
|
|
6499
8193
|
@property
|
6500
8194
|
@pulumi.getter
|
6501
|
-
def
|
8195
|
+
def seconds(self) -> Optional[builtins.str]:
|
6502
8196
|
"""
|
6503
|
-
|
8197
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
6504
8198
|
"""
|
6505
|
-
return pulumi.get(self, "
|
8199
|
+
return pulumi.get(self, "seconds")
|
6506
8200
|
|
6507
8201
|
|
6508
8202
|
@pulumi.output_type
|
@@ -24602,6 +26296,63 @@ class RegionBackendServiceCustomMetric(dict):
|
|
24602
26296
|
return pulumi.get(self, "name")
|
24603
26297
|
|
24604
26298
|
|
26299
|
+
@pulumi.output_type
|
26300
|
+
class RegionBackendServiceDynamicForwarding(dict):
|
26301
|
+
@staticmethod
|
26302
|
+
def __key_warning(key: str):
|
26303
|
+
suggest = None
|
26304
|
+
if key == "ipPortSelection":
|
26305
|
+
suggest = "ip_port_selection"
|
26306
|
+
|
26307
|
+
if suggest:
|
26308
|
+
pulumi.log.warn(f"Key '{key}' not found in RegionBackendServiceDynamicForwarding. Access the value via the '{suggest}' property getter instead.")
|
26309
|
+
|
26310
|
+
def __getitem__(self, key: str) -> Any:
|
26311
|
+
RegionBackendServiceDynamicForwarding.__key_warning(key)
|
26312
|
+
return super().__getitem__(key)
|
26313
|
+
|
26314
|
+
def get(self, key: str, default = None) -> Any:
|
26315
|
+
RegionBackendServiceDynamicForwarding.__key_warning(key)
|
26316
|
+
return super().get(key, default)
|
26317
|
+
|
26318
|
+
def __init__(__self__, *,
|
26319
|
+
ip_port_selection: Optional['outputs.RegionBackendServiceDynamicForwardingIpPortSelection'] = None):
|
26320
|
+
"""
|
26321
|
+
:param 'RegionBackendServiceDynamicForwardingIpPortSelectionArgs' ip_port_selection: IP:PORT based dynamic forwarding configuration.
|
26322
|
+
Structure is documented below.
|
26323
|
+
"""
|
26324
|
+
if ip_port_selection is not None:
|
26325
|
+
pulumi.set(__self__, "ip_port_selection", ip_port_selection)
|
26326
|
+
|
26327
|
+
@property
|
26328
|
+
@pulumi.getter(name="ipPortSelection")
|
26329
|
+
def ip_port_selection(self) -> Optional['outputs.RegionBackendServiceDynamicForwardingIpPortSelection']:
|
26330
|
+
"""
|
26331
|
+
IP:PORT based dynamic forwarding configuration.
|
26332
|
+
Structure is documented below.
|
26333
|
+
"""
|
26334
|
+
return pulumi.get(self, "ip_port_selection")
|
26335
|
+
|
26336
|
+
|
26337
|
+
@pulumi.output_type
|
26338
|
+
class RegionBackendServiceDynamicForwardingIpPortSelection(dict):
|
26339
|
+
def __init__(__self__, *,
|
26340
|
+
enabled: Optional[builtins.bool] = None):
|
26341
|
+
"""
|
26342
|
+
:param builtins.bool enabled: A boolean flag enabling IP:PORT based dynamic forwarding.
|
26343
|
+
"""
|
26344
|
+
if enabled is not None:
|
26345
|
+
pulumi.set(__self__, "enabled", enabled)
|
26346
|
+
|
26347
|
+
@property
|
26348
|
+
@pulumi.getter
|
26349
|
+
def enabled(self) -> Optional[builtins.bool]:
|
26350
|
+
"""
|
26351
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
26352
|
+
"""
|
26353
|
+
return pulumi.get(self, "enabled")
|
26354
|
+
|
26355
|
+
|
24605
26356
|
@pulumi.output_type
|
24606
26357
|
class RegionBackendServiceFailoverPolicy(dict):
|
24607
26358
|
@staticmethod
|
@@ -25328,13 +27079,40 @@ class RegionBackendServiceStrongSessionAffinityCookieTtl(dict):
|
|
25328
27079
|
|
25329
27080
|
@pulumi.output_type
|
25330
27081
|
class RegionBackendServiceSubsetting(dict):
|
27082
|
+
@staticmethod
|
27083
|
+
def __key_warning(key: str):
|
27084
|
+
suggest = None
|
27085
|
+
if key == "subsetSize":
|
27086
|
+
suggest = "subset_size"
|
27087
|
+
|
27088
|
+
if suggest:
|
27089
|
+
pulumi.log.warn(f"Key '{key}' not found in RegionBackendServiceSubsetting. Access the value via the '{suggest}' property getter instead.")
|
27090
|
+
|
27091
|
+
def __getitem__(self, key: str) -> Any:
|
27092
|
+
RegionBackendServiceSubsetting.__key_warning(key)
|
27093
|
+
return super().__getitem__(key)
|
27094
|
+
|
27095
|
+
def get(self, key: str, default = None) -> Any:
|
27096
|
+
RegionBackendServiceSubsetting.__key_warning(key)
|
27097
|
+
return super().get(key, default)
|
27098
|
+
|
25331
27099
|
def __init__(__self__, *,
|
25332
|
-
policy: builtins.str
|
27100
|
+
policy: builtins.str,
|
27101
|
+
subset_size: Optional[builtins.int] = None):
|
25333
27102
|
"""
|
25334
27103
|
:param builtins.str policy: The algorithm used for subsetting.
|
25335
27104
|
Possible values are: `CONSISTENT_HASH_SUBSETTING`.
|
27105
|
+
:param builtins.int subset_size: The number of backends per backend group assigned to each proxy instance or each service mesh client.
|
27106
|
+
An input parameter to the CONSISTENT_HASH_SUBSETTING algorithm. Can only be set if policy is set to
|
27107
|
+
CONSISTENT_HASH_SUBSETTING. Can only be set if load balancing scheme is INTERNAL_MANAGED or INTERNAL_SELF_MANAGED.
|
27108
|
+
subsetSize is optional for Internal HTTP(S) load balancing and required for Traffic Director.
|
27109
|
+
If you do not provide this value, Cloud Load Balancing will calculate it dynamically to optimize the number
|
27110
|
+
of proxies/clients visible to each backend and vice versa.
|
27111
|
+
Must be greater than 0. If subsetSize is larger than the number of backends/endpoints, then subsetting is disabled.
|
25336
27112
|
"""
|
25337
27113
|
pulumi.set(__self__, "policy", policy)
|
27114
|
+
if subset_size is not None:
|
27115
|
+
pulumi.set(__self__, "subset_size", subset_size)
|
25338
27116
|
|
25339
27117
|
@property
|
25340
27118
|
@pulumi.getter
|
@@ -25345,6 +27123,20 @@ class RegionBackendServiceSubsetting(dict):
|
|
25345
27123
|
"""
|
25346
27124
|
return pulumi.get(self, "policy")
|
25347
27125
|
|
27126
|
+
@property
|
27127
|
+
@pulumi.getter(name="subsetSize")
|
27128
|
+
def subset_size(self) -> Optional[builtins.int]:
|
27129
|
+
"""
|
27130
|
+
The number of backends per backend group assigned to each proxy instance or each service mesh client.
|
27131
|
+
An input parameter to the CONSISTENT_HASH_SUBSETTING algorithm. Can only be set if policy is set to
|
27132
|
+
CONSISTENT_HASH_SUBSETTING. Can only be set if load balancing scheme is INTERNAL_MANAGED or INTERNAL_SELF_MANAGED.
|
27133
|
+
subsetSize is optional for Internal HTTP(S) load balancing and required for Traffic Director.
|
27134
|
+
If you do not provide this value, Cloud Load Balancing will calculate it dynamically to optimize the number
|
27135
|
+
of proxies/clients visible to each backend and vice versa.
|
27136
|
+
Must be greater than 0. If subsetSize is larger than the number of backends/endpoints, then subsetting is disabled.
|
27137
|
+
"""
|
27138
|
+
return pulumi.get(self, "subset_size")
|
27139
|
+
|
25348
27140
|
|
25349
27141
|
@pulumi.output_type
|
25350
27142
|
class RegionCommitmentLicenseResource(dict):
|
@@ -41984,6 +43776,26 @@ class RouterNatLogConfig(dict):
|
|
41984
43776
|
return pulumi.get(self, "filter")
|
41985
43777
|
|
41986
43778
|
|
43779
|
+
@pulumi.output_type
|
43780
|
+
class RouterNatNat64Subnetwork(dict):
|
43781
|
+
def __init__(__self__, *,
|
43782
|
+
name: builtins.str):
|
43783
|
+
"""
|
43784
|
+
:param builtins.str name: Name of the NAT service. The name must be 1-63 characters long and
|
43785
|
+
comply with RFC1035.
|
43786
|
+
"""
|
43787
|
+
pulumi.set(__self__, "name", name)
|
43788
|
+
|
43789
|
+
@property
|
43790
|
+
@pulumi.getter
|
43791
|
+
def name(self) -> builtins.str:
|
43792
|
+
"""
|
43793
|
+
Name of the NAT service. The name must be 1-63 characters long and
|
43794
|
+
comply with RFC1035.
|
43795
|
+
"""
|
43796
|
+
return pulumi.get(self, "name")
|
43797
|
+
|
43798
|
+
|
41987
43799
|
@pulumi.output_type
|
41988
43800
|
class RouterNatRule(dict):
|
41989
43801
|
@staticmethod
|
@@ -42192,7 +44004,7 @@ class RouterNatSubnetwork(dict):
|
|
42192
44004
|
source_ip_ranges_to_nats: Sequence[builtins.str],
|
42193
44005
|
secondary_ip_range_names: Optional[Sequence[builtins.str]] = None):
|
42194
44006
|
"""
|
42195
|
-
:param builtins.str name: Self-link of subnetwork
|
44007
|
+
:param builtins.str name: Self-link of the subnetwork resource that will use NAT64
|
42196
44008
|
:param Sequence[builtins.str] source_ip_ranges_to_nats: List of options for which source IPs in the subnetwork
|
42197
44009
|
should have NAT enabled. Supported values include:
|
42198
44010
|
`ALL_IP_RANGES`, `LIST_OF_SECONDARY_IP_RANGES`,
|
@@ -42201,6 +44013,8 @@ class RouterNatSubnetwork(dict):
|
|
42201
44013
|
to use NAT. This can be populated only if
|
42202
44014
|
`LIST_OF_SECONDARY_IP_RANGES` is one of the values in
|
42203
44015
|
sourceIpRangesToNat
|
44016
|
+
|
44017
|
+
<a name="nested_nat64_subnetwork"></a>The `nat64_subnetwork` block supports:
|
42204
44018
|
"""
|
42205
44019
|
pulumi.set(__self__, "name", name)
|
42206
44020
|
pulumi.set(__self__, "source_ip_ranges_to_nats", source_ip_ranges_to_nats)
|
@@ -42211,7 +44025,7 @@ class RouterNatSubnetwork(dict):
|
|
42211
44025
|
@pulumi.getter
|
42212
44026
|
def name(self) -> builtins.str:
|
42213
44027
|
"""
|
42214
|
-
Self-link of subnetwork
|
44028
|
+
Self-link of the subnetwork resource that will use NAT64
|
42215
44029
|
"""
|
42216
44030
|
return pulumi.get(self, "name")
|
42217
44031
|
|
@@ -42234,6 +44048,8 @@ class RouterNatSubnetwork(dict):
|
|
42234
44048
|
to use NAT. This can be populated only if
|
42235
44049
|
`LIST_OF_SECONDARY_IP_RANGES` is one of the values in
|
42236
44050
|
sourceIpRangesToNat
|
44051
|
+
|
44052
|
+
<a name="nested_nat64_subnetwork"></a>The `nat64_subnetwork` block supports:
|
42237
44053
|
"""
|
42238
44054
|
return pulumi.get(self, "secondary_ip_range_names")
|
42239
44055
|
|
@@ -47360,6 +49176,8 @@ class URLMapDefaultRouteActionRequestMirrorPolicy(dict):
|
|
47360
49176
|
suggest = None
|
47361
49177
|
if key == "backendService":
|
47362
49178
|
suggest = "backend_service"
|
49179
|
+
elif key == "mirrorPercent":
|
49180
|
+
suggest = "mirror_percent"
|
47363
49181
|
|
47364
49182
|
if suggest:
|
47365
49183
|
pulumi.log.warn(f"Key '{key}' not found in URLMapDefaultRouteActionRequestMirrorPolicy. Access the value via the '{suggest}' property getter instead.")
|
@@ -47373,11 +49191,16 @@ class URLMapDefaultRouteActionRequestMirrorPolicy(dict):
|
|
47373
49191
|
return super().get(key, default)
|
47374
49192
|
|
47375
49193
|
def __init__(__self__, *,
|
47376
|
-
backend_service: builtins.str
|
49194
|
+
backend_service: builtins.str,
|
49195
|
+
mirror_percent: Optional[builtins.float] = None):
|
47377
49196
|
"""
|
47378
49197
|
:param builtins.str backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
49198
|
+
:param builtins.float mirror_percent: The percentage of requests to be mirrored to backendService.
|
49199
|
+
The value must be between 0.0 and 100.0 inclusive.
|
47379
49200
|
"""
|
47380
49201
|
pulumi.set(__self__, "backend_service", backend_service)
|
49202
|
+
if mirror_percent is not None:
|
49203
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
47381
49204
|
|
47382
49205
|
@property
|
47383
49206
|
@pulumi.getter(name="backendService")
|
@@ -47387,6 +49210,15 @@ class URLMapDefaultRouteActionRequestMirrorPolicy(dict):
|
|
47387
49210
|
"""
|
47388
49211
|
return pulumi.get(self, "backend_service")
|
47389
49212
|
|
49213
|
+
@property
|
49214
|
+
@pulumi.getter(name="mirrorPercent")
|
49215
|
+
def mirror_percent(self) -> Optional[builtins.float]:
|
49216
|
+
"""
|
49217
|
+
The percentage of requests to be mirrored to backendService.
|
49218
|
+
The value must be between 0.0 and 100.0 inclusive.
|
49219
|
+
"""
|
49220
|
+
return pulumi.get(self, "mirror_percent")
|
49221
|
+
|
47390
49222
|
|
47391
49223
|
@pulumi.output_type
|
47392
49224
|
class URLMapDefaultRouteActionRetryPolicy(dict):
|
@@ -49231,6 +51063,8 @@ class URLMapPathMatcherDefaultRouteActionRequestMirrorPolicy(dict):
|
|
49231
51063
|
suggest = None
|
49232
51064
|
if key == "backendService":
|
49233
51065
|
suggest = "backend_service"
|
51066
|
+
elif key == "mirrorPercent":
|
51067
|
+
suggest = "mirror_percent"
|
49234
51068
|
|
49235
51069
|
if suggest:
|
49236
51070
|
pulumi.log.warn(f"Key '{key}' not found in URLMapPathMatcherDefaultRouteActionRequestMirrorPolicy. Access the value via the '{suggest}' property getter instead.")
|
@@ -49244,11 +51078,16 @@ class URLMapPathMatcherDefaultRouteActionRequestMirrorPolicy(dict):
|
|
49244
51078
|
return super().get(key, default)
|
49245
51079
|
|
49246
51080
|
def __init__(__self__, *,
|
49247
|
-
backend_service: builtins.str
|
51081
|
+
backend_service: builtins.str,
|
51082
|
+
mirror_percent: Optional[builtins.float] = None):
|
49248
51083
|
"""
|
49249
51084
|
:param builtins.str backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
51085
|
+
:param builtins.float mirror_percent: The percentage of requests to be mirrored to backendService.
|
51086
|
+
The value must be between 0.0 and 100.0 inclusive.
|
49250
51087
|
"""
|
49251
51088
|
pulumi.set(__self__, "backend_service", backend_service)
|
51089
|
+
if mirror_percent is not None:
|
51090
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
49252
51091
|
|
49253
51092
|
@property
|
49254
51093
|
@pulumi.getter(name="backendService")
|
@@ -49258,6 +51097,15 @@ class URLMapPathMatcherDefaultRouteActionRequestMirrorPolicy(dict):
|
|
49258
51097
|
"""
|
49259
51098
|
return pulumi.get(self, "backend_service")
|
49260
51099
|
|
51100
|
+
@property
|
51101
|
+
@pulumi.getter(name="mirrorPercent")
|
51102
|
+
def mirror_percent(self) -> Optional[builtins.float]:
|
51103
|
+
"""
|
51104
|
+
The percentage of requests to be mirrored to backendService.
|
51105
|
+
The value must be between 0.0 and 100.0 inclusive.
|
51106
|
+
"""
|
51107
|
+
return pulumi.get(self, "mirror_percent")
|
51108
|
+
|
49261
51109
|
|
49262
51110
|
@pulumi.output_type
|
49263
51111
|
class URLMapPathMatcherDefaultRouteActionRetryPolicy(dict):
|
@@ -50960,6 +52808,8 @@ class URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicy(dict):
|
|
50960
52808
|
suggest = None
|
50961
52809
|
if key == "backendService":
|
50962
52810
|
suggest = "backend_service"
|
52811
|
+
elif key == "mirrorPercent":
|
52812
|
+
suggest = "mirror_percent"
|
50963
52813
|
|
50964
52814
|
if suggest:
|
50965
52815
|
pulumi.log.warn(f"Key '{key}' not found in URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicy. Access the value via the '{suggest}' property getter instead.")
|
@@ -50973,11 +52823,16 @@ class URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicy(dict):
|
|
50973
52823
|
return super().get(key, default)
|
50974
52824
|
|
50975
52825
|
def __init__(__self__, *,
|
50976
|
-
backend_service: builtins.str
|
52826
|
+
backend_service: builtins.str,
|
52827
|
+
mirror_percent: Optional[builtins.float] = None):
|
50977
52828
|
"""
|
50978
52829
|
:param builtins.str backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
52830
|
+
:param builtins.float mirror_percent: The percentage of requests to be mirrored to backendService.
|
52831
|
+
The value must be between 0.0 and 100.0 inclusive.
|
50979
52832
|
"""
|
50980
52833
|
pulumi.set(__self__, "backend_service", backend_service)
|
52834
|
+
if mirror_percent is not None:
|
52835
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
50981
52836
|
|
50982
52837
|
@property
|
50983
52838
|
@pulumi.getter(name="backendService")
|
@@ -50987,6 +52842,15 @@ class URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicy(dict):
|
|
50987
52842
|
"""
|
50988
52843
|
return pulumi.get(self, "backend_service")
|
50989
52844
|
|
52845
|
+
@property
|
52846
|
+
@pulumi.getter(name="mirrorPercent")
|
52847
|
+
def mirror_percent(self) -> Optional[builtins.float]:
|
52848
|
+
"""
|
52849
|
+
The percentage of requests to be mirrored to backendService.
|
52850
|
+
The value must be between 0.0 and 100.0 inclusive.
|
52851
|
+
"""
|
52852
|
+
return pulumi.get(self, "mirror_percent")
|
52853
|
+
|
50990
52854
|
|
50991
52855
|
@pulumi.output_type
|
50992
52856
|
class URLMapPathMatcherPathRuleRouteActionRetryPolicy(dict):
|
@@ -51644,6 +53508,10 @@ class URLMapPathMatcherRouteRule(dict):
|
|
51644
53508
|
suggest = "custom_error_response_policy"
|
51645
53509
|
elif key == "headerAction":
|
51646
53510
|
suggest = "header_action"
|
53511
|
+
elif key == "httpFilterConfigs":
|
53512
|
+
suggest = "http_filter_configs"
|
53513
|
+
elif key == "httpFilterMetadatas":
|
53514
|
+
suggest = "http_filter_metadatas"
|
51647
53515
|
elif key == "matchRules":
|
51648
53516
|
suggest = "match_rules"
|
51649
53517
|
elif key == "routeAction":
|
@@ -51666,6 +53534,8 @@ class URLMapPathMatcherRouteRule(dict):
|
|
51666
53534
|
priority: builtins.int,
|
51667
53535
|
custom_error_response_policy: Optional['outputs.URLMapPathMatcherRouteRuleCustomErrorResponsePolicy'] = None,
|
51668
53536
|
header_action: Optional['outputs.URLMapPathMatcherRouteRuleHeaderAction'] = None,
|
53537
|
+
http_filter_configs: Optional[Sequence['outputs.URLMapPathMatcherRouteRuleHttpFilterConfig']] = None,
|
53538
|
+
http_filter_metadatas: Optional[Sequence['outputs.URLMapPathMatcherRouteRuleHttpFilterMetadata']] = None,
|
51669
53539
|
match_rules: Optional[Sequence['outputs.URLMapPathMatcherRouteRuleMatchRule']] = None,
|
51670
53540
|
route_action: Optional['outputs.URLMapPathMatcherRouteRuleRouteAction'] = None,
|
51671
53541
|
service: Optional[builtins.str] = None,
|
@@ -51691,6 +53561,16 @@ class URLMapPathMatcherRouteRule(dict):
|
|
51691
53561
|
the matching pathMatchers[].headerAction and after pathMatchers[].routeRules[].r
|
51692
53562
|
outeAction.weightedBackendService.backendServiceWeightAction[].headerAction
|
51693
53563
|
Structure is documented below.
|
53564
|
+
:param Sequence['URLMapPathMatcherRouteRuleHttpFilterConfigArgs'] http_filter_configs: Outbound route specific configuration for networkservices.HttpFilter resources enabled by Traffic Director.
|
53565
|
+
httpFilterConfigs only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
53566
|
+
See ForwardingRule for more details.
|
53567
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
53568
|
+
Structure is documented below.
|
53569
|
+
:param Sequence['URLMapPathMatcherRouteRuleHttpFilterMetadataArgs'] http_filter_metadatas: Outbound route specific metadata supplied to networkservices.HttpFilter resources enabled by Traffic Director.
|
53570
|
+
httpFilterMetadata only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
53571
|
+
See ForwardingRule for more details.
|
53572
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
53573
|
+
Structure is documented below.
|
51694
53574
|
:param Sequence['URLMapPathMatcherRouteRuleMatchRuleArgs'] match_rules: The rules for determining a match.
|
51695
53575
|
Structure is documented below.
|
51696
53576
|
:param 'URLMapPathMatcherRouteRuleRouteActionArgs' route_action: In response to a matching matchRule, the load balancer performs advanced routing
|
@@ -51717,6 +53597,10 @@ class URLMapPathMatcherRouteRule(dict):
|
|
51717
53597
|
pulumi.set(__self__, "custom_error_response_policy", custom_error_response_policy)
|
51718
53598
|
if header_action is not None:
|
51719
53599
|
pulumi.set(__self__, "header_action", header_action)
|
53600
|
+
if http_filter_configs is not None:
|
53601
|
+
pulumi.set(__self__, "http_filter_configs", http_filter_configs)
|
53602
|
+
if http_filter_metadatas is not None:
|
53603
|
+
pulumi.set(__self__, "http_filter_metadatas", http_filter_metadatas)
|
51720
53604
|
if match_rules is not None:
|
51721
53605
|
pulumi.set(__self__, "match_rules", match_rules)
|
51722
53606
|
if route_action is not None:
|
@@ -51767,6 +53651,30 @@ class URLMapPathMatcherRouteRule(dict):
|
|
51767
53651
|
"""
|
51768
53652
|
return pulumi.get(self, "header_action")
|
51769
53653
|
|
53654
|
+
@property
|
53655
|
+
@pulumi.getter(name="httpFilterConfigs")
|
53656
|
+
def http_filter_configs(self) -> Optional[Sequence['outputs.URLMapPathMatcherRouteRuleHttpFilterConfig']]:
|
53657
|
+
"""
|
53658
|
+
Outbound route specific configuration for networkservices.HttpFilter resources enabled by Traffic Director.
|
53659
|
+
httpFilterConfigs only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
53660
|
+
See ForwardingRule for more details.
|
53661
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
53662
|
+
Structure is documented below.
|
53663
|
+
"""
|
53664
|
+
return pulumi.get(self, "http_filter_configs")
|
53665
|
+
|
53666
|
+
@property
|
53667
|
+
@pulumi.getter(name="httpFilterMetadatas")
|
53668
|
+
def http_filter_metadatas(self) -> Optional[Sequence['outputs.URLMapPathMatcherRouteRuleHttpFilterMetadata']]:
|
53669
|
+
"""
|
53670
|
+
Outbound route specific metadata supplied to networkservices.HttpFilter resources enabled by Traffic Director.
|
53671
|
+
httpFilterMetadata only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
53672
|
+
See ForwardingRule for more details.
|
53673
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
53674
|
+
Structure is documented below.
|
53675
|
+
"""
|
53676
|
+
return pulumi.get(self, "http_filter_metadatas")
|
53677
|
+
|
51770
53678
|
@property
|
51771
53679
|
@pulumi.getter(name="matchRules")
|
51772
53680
|
def match_rules(self) -> Optional[Sequence['outputs.URLMapPathMatcherRouteRuleMatchRule']]:
|
@@ -52170,6 +54078,142 @@ class URLMapPathMatcherRouteRuleHeaderActionResponseHeadersToAdd(dict):
|
|
52170
54078
|
return pulumi.get(self, "replace")
|
52171
54079
|
|
52172
54080
|
|
54081
|
+
@pulumi.output_type
|
54082
|
+
class URLMapPathMatcherRouteRuleHttpFilterConfig(dict):
|
54083
|
+
@staticmethod
|
54084
|
+
def __key_warning(key: str):
|
54085
|
+
suggest = None
|
54086
|
+
if key == "configTypeUrl":
|
54087
|
+
suggest = "config_type_url"
|
54088
|
+
elif key == "filterName":
|
54089
|
+
suggest = "filter_name"
|
54090
|
+
|
54091
|
+
if suggest:
|
54092
|
+
pulumi.log.warn(f"Key '{key}' not found in URLMapPathMatcherRouteRuleHttpFilterConfig. Access the value via the '{suggest}' property getter instead.")
|
54093
|
+
|
54094
|
+
def __getitem__(self, key: str) -> Any:
|
54095
|
+
URLMapPathMatcherRouteRuleHttpFilterConfig.__key_warning(key)
|
54096
|
+
return super().__getitem__(key)
|
54097
|
+
|
54098
|
+
def get(self, key: str, default = None) -> Any:
|
54099
|
+
URLMapPathMatcherRouteRuleHttpFilterConfig.__key_warning(key)
|
54100
|
+
return super().get(key, default)
|
54101
|
+
|
54102
|
+
def __init__(__self__, *,
|
54103
|
+
config: Optional[builtins.str] = None,
|
54104
|
+
config_type_url: Optional[builtins.str] = None,
|
54105
|
+
filter_name: Optional[builtins.str] = None):
|
54106
|
+
"""
|
54107
|
+
:param builtins.str config: The configuration needed to enable the networkservices.HttpFilter resource.
|
54108
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
54109
|
+
:param builtins.str config_type_url: The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
54110
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
54111
|
+
:param builtins.str filter_name: Name of the networkservices.HttpFilter resource this configuration belongs to.
|
54112
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
54113
|
+
"""
|
54114
|
+
if config is not None:
|
54115
|
+
pulumi.set(__self__, "config", config)
|
54116
|
+
if config_type_url is not None:
|
54117
|
+
pulumi.set(__self__, "config_type_url", config_type_url)
|
54118
|
+
if filter_name is not None:
|
54119
|
+
pulumi.set(__self__, "filter_name", filter_name)
|
54120
|
+
|
54121
|
+
@property
|
54122
|
+
@pulumi.getter
|
54123
|
+
def config(self) -> Optional[builtins.str]:
|
54124
|
+
"""
|
54125
|
+
The configuration needed to enable the networkservices.HttpFilter resource.
|
54126
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
54127
|
+
"""
|
54128
|
+
return pulumi.get(self, "config")
|
54129
|
+
|
54130
|
+
@property
|
54131
|
+
@pulumi.getter(name="configTypeUrl")
|
54132
|
+
def config_type_url(self) -> Optional[builtins.str]:
|
54133
|
+
"""
|
54134
|
+
The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
54135
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
54136
|
+
"""
|
54137
|
+
return pulumi.get(self, "config_type_url")
|
54138
|
+
|
54139
|
+
@property
|
54140
|
+
@pulumi.getter(name="filterName")
|
54141
|
+
def filter_name(self) -> Optional[builtins.str]:
|
54142
|
+
"""
|
54143
|
+
Name of the networkservices.HttpFilter resource this configuration belongs to.
|
54144
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
54145
|
+
"""
|
54146
|
+
return pulumi.get(self, "filter_name")
|
54147
|
+
|
54148
|
+
|
54149
|
+
@pulumi.output_type
|
54150
|
+
class URLMapPathMatcherRouteRuleHttpFilterMetadata(dict):
|
54151
|
+
@staticmethod
|
54152
|
+
def __key_warning(key: str):
|
54153
|
+
suggest = None
|
54154
|
+
if key == "configTypeUrl":
|
54155
|
+
suggest = "config_type_url"
|
54156
|
+
elif key == "filterName":
|
54157
|
+
suggest = "filter_name"
|
54158
|
+
|
54159
|
+
if suggest:
|
54160
|
+
pulumi.log.warn(f"Key '{key}' not found in URLMapPathMatcherRouteRuleHttpFilterMetadata. Access the value via the '{suggest}' property getter instead.")
|
54161
|
+
|
54162
|
+
def __getitem__(self, key: str) -> Any:
|
54163
|
+
URLMapPathMatcherRouteRuleHttpFilterMetadata.__key_warning(key)
|
54164
|
+
return super().__getitem__(key)
|
54165
|
+
|
54166
|
+
def get(self, key: str, default = None) -> Any:
|
54167
|
+
URLMapPathMatcherRouteRuleHttpFilterMetadata.__key_warning(key)
|
54168
|
+
return super().get(key, default)
|
54169
|
+
|
54170
|
+
def __init__(__self__, *,
|
54171
|
+
config: Optional[builtins.str] = None,
|
54172
|
+
config_type_url: Optional[builtins.str] = None,
|
54173
|
+
filter_name: Optional[builtins.str] = None):
|
54174
|
+
"""
|
54175
|
+
:param builtins.str config: The configuration needed to enable the networkservices.HttpFilter resource.
|
54176
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
54177
|
+
:param builtins.str config_type_url: The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
54178
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
54179
|
+
:param builtins.str filter_name: Name of the networkservices.HttpFilter resource this configuration belongs to.
|
54180
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
54181
|
+
"""
|
54182
|
+
if config is not None:
|
54183
|
+
pulumi.set(__self__, "config", config)
|
54184
|
+
if config_type_url is not None:
|
54185
|
+
pulumi.set(__self__, "config_type_url", config_type_url)
|
54186
|
+
if filter_name is not None:
|
54187
|
+
pulumi.set(__self__, "filter_name", filter_name)
|
54188
|
+
|
54189
|
+
@property
|
54190
|
+
@pulumi.getter
|
54191
|
+
def config(self) -> Optional[builtins.str]:
|
54192
|
+
"""
|
54193
|
+
The configuration needed to enable the networkservices.HttpFilter resource.
|
54194
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
54195
|
+
"""
|
54196
|
+
return pulumi.get(self, "config")
|
54197
|
+
|
54198
|
+
@property
|
54199
|
+
@pulumi.getter(name="configTypeUrl")
|
54200
|
+
def config_type_url(self) -> Optional[builtins.str]:
|
54201
|
+
"""
|
54202
|
+
The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
54203
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
54204
|
+
"""
|
54205
|
+
return pulumi.get(self, "config_type_url")
|
54206
|
+
|
54207
|
+
@property
|
54208
|
+
@pulumi.getter(name="filterName")
|
54209
|
+
def filter_name(self) -> Optional[builtins.str]:
|
54210
|
+
"""
|
54211
|
+
Name of the networkservices.HttpFilter resource this configuration belongs to.
|
54212
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
54213
|
+
"""
|
54214
|
+
return pulumi.get(self, "filter_name")
|
54215
|
+
|
54216
|
+
|
52173
54217
|
@pulumi.output_type
|
52174
54218
|
class URLMapPathMatcherRouteRuleMatchRule(dict):
|
52175
54219
|
@staticmethod
|
@@ -53343,6 +55387,8 @@ class URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicy(dict):
|
|
53343
55387
|
suggest = None
|
53344
55388
|
if key == "backendService":
|
53345
55389
|
suggest = "backend_service"
|
55390
|
+
elif key == "mirrorPercent":
|
55391
|
+
suggest = "mirror_percent"
|
53346
55392
|
|
53347
55393
|
if suggest:
|
53348
55394
|
pulumi.log.warn(f"Key '{key}' not found in URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicy. Access the value via the '{suggest}' property getter instead.")
|
@@ -53356,11 +55402,16 @@ class URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicy(dict):
|
|
53356
55402
|
return super().get(key, default)
|
53357
55403
|
|
53358
55404
|
def __init__(__self__, *,
|
53359
|
-
backend_service: builtins.str
|
55405
|
+
backend_service: builtins.str,
|
55406
|
+
mirror_percent: Optional[builtins.float] = None):
|
53360
55407
|
"""
|
53361
55408
|
:param builtins.str backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
55409
|
+
:param builtins.float mirror_percent: The percentage of requests to be mirrored to backendService.
|
55410
|
+
The value must be between 0.0 and 100.0 inclusive.
|
53362
55411
|
"""
|
53363
55412
|
pulumi.set(__self__, "backend_service", backend_service)
|
55413
|
+
if mirror_percent is not None:
|
55414
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
53364
55415
|
|
53365
55416
|
@property
|
53366
55417
|
@pulumi.getter(name="backendService")
|
@@ -53370,6 +55421,15 @@ class URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicy(dict):
|
|
53370
55421
|
"""
|
53371
55422
|
return pulumi.get(self, "backend_service")
|
53372
55423
|
|
55424
|
+
@property
|
55425
|
+
@pulumi.getter(name="mirrorPercent")
|
55426
|
+
def mirror_percent(self) -> Optional[builtins.float]:
|
55427
|
+
"""
|
55428
|
+
The percentage of requests to be mirrored to backendService.
|
55429
|
+
The value must be between 0.0 and 100.0 inclusive.
|
55430
|
+
"""
|
55431
|
+
return pulumi.get(self, "mirror_percent")
|
55432
|
+
|
53373
55433
|
|
53374
55434
|
@pulumi.output_type
|
53375
55435
|
class URLMapPathMatcherRouteRuleRouteActionRetryPolicy(dict):
|
@@ -55386,6 +57446,42 @@ class GetBackendServiceCustomMetricResult(dict):
|
|
55386
57446
|
return pulumi.get(self, "name")
|
55387
57447
|
|
55388
57448
|
|
57449
|
+
@pulumi.output_type
|
57450
|
+
class GetBackendServiceDynamicForwardingResult(dict):
|
57451
|
+
def __init__(__self__, *,
|
57452
|
+
ip_port_selections: Sequence['outputs.GetBackendServiceDynamicForwardingIpPortSelectionResult']):
|
57453
|
+
"""
|
57454
|
+
:param Sequence['GetBackendServiceDynamicForwardingIpPortSelectionArgs'] ip_port_selections: IP:PORT based dynamic forwarding configuration.
|
57455
|
+
"""
|
57456
|
+
pulumi.set(__self__, "ip_port_selections", ip_port_selections)
|
57457
|
+
|
57458
|
+
@property
|
57459
|
+
@pulumi.getter(name="ipPortSelections")
|
57460
|
+
def ip_port_selections(self) -> Sequence['outputs.GetBackendServiceDynamicForwardingIpPortSelectionResult']:
|
57461
|
+
"""
|
57462
|
+
IP:PORT based dynamic forwarding configuration.
|
57463
|
+
"""
|
57464
|
+
return pulumi.get(self, "ip_port_selections")
|
57465
|
+
|
57466
|
+
|
57467
|
+
@pulumi.output_type
|
57468
|
+
class GetBackendServiceDynamicForwardingIpPortSelectionResult(dict):
|
57469
|
+
def __init__(__self__, *,
|
57470
|
+
enabled: builtins.bool):
|
57471
|
+
"""
|
57472
|
+
:param builtins.bool enabled: A boolean flag enabling IP:PORT based dynamic forwarding.
|
57473
|
+
"""
|
57474
|
+
pulumi.set(__self__, "enabled", enabled)
|
57475
|
+
|
57476
|
+
@property
|
57477
|
+
@pulumi.getter
|
57478
|
+
def enabled(self) -> builtins.bool:
|
57479
|
+
"""
|
57480
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
57481
|
+
"""
|
57482
|
+
return pulumi.get(self, "enabled")
|
57483
|
+
|
57484
|
+
|
55389
57485
|
@pulumi.output_type
|
55390
57486
|
class GetBackendServiceIapResult(dict):
|
55391
57487
|
def __init__(__self__, *,
|
@@ -55537,6 +57633,7 @@ class GetBackendServiceLogConfigResult(dict):
|
|
55537
57633
|
:param Sequence[builtins.str] optional_fields: This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
55538
57634
|
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
55539
57635
|
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
57636
|
+
For example: orca_load_report, tls.protocol
|
55540
57637
|
:param builtins.str optional_mode: Specifies the optional logging mode for the load balancer traffic.
|
55541
57638
|
Supported values: INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM. Possible values: ["INCLUDE_ALL_OPTIONAL", "EXCLUDE_ALL_OPTIONAL", "CUSTOM"]
|
55542
57639
|
:param builtins.float sample_rate: This field can only be specified if logging is enabled for this backend service. The value of
|
@@ -55564,6 +57661,7 @@ class GetBackendServiceLogConfigResult(dict):
|
|
55564
57661
|
This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
55565
57662
|
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
55566
57663
|
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
57664
|
+
For example: orca_load_report, tls.protocol
|
55567
57665
|
"""
|
55568
57666
|
return pulumi.get(self, "optional_fields")
|
55569
57667
|
|
@@ -55621,6 +57719,61 @@ class GetBackendServiceMaxStreamDurationResult(dict):
|
|
55621
57719
|
return pulumi.get(self, "seconds")
|
55622
57720
|
|
55623
57721
|
|
57722
|
+
@pulumi.output_type
|
57723
|
+
class GetBackendServiceNetworkPassThroughLbTrafficPolicyResult(dict):
|
57724
|
+
def __init__(__self__, *,
|
57725
|
+
zonal_affinities: Sequence['outputs.GetBackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityResult']):
|
57726
|
+
"""
|
57727
|
+
:param Sequence['GetBackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs'] zonal_affinities: When configured, new connections are load balanced across healthy backend endpoints in the local zone.
|
57728
|
+
"""
|
57729
|
+
pulumi.set(__self__, "zonal_affinities", zonal_affinities)
|
57730
|
+
|
57731
|
+
@property
|
57732
|
+
@pulumi.getter(name="zonalAffinities")
|
57733
|
+
def zonal_affinities(self) -> Sequence['outputs.GetBackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityResult']:
|
57734
|
+
"""
|
57735
|
+
When configured, new connections are load balanced across healthy backend endpoints in the local zone.
|
57736
|
+
"""
|
57737
|
+
return pulumi.get(self, "zonal_affinities")
|
57738
|
+
|
57739
|
+
|
57740
|
+
@pulumi.output_type
|
57741
|
+
class GetBackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityResult(dict):
|
57742
|
+
def __init__(__self__, *,
|
57743
|
+
spillover: builtins.str,
|
57744
|
+
spillover_ratio: builtins.float):
|
57745
|
+
"""
|
57746
|
+
:param builtins.str spillover: This field indicates whether zonal affinity is enabled or not. Default value: "ZONAL_AFFINITY_DISABLED" Possible values: ["ZONAL_AFFINITY_DISABLED", "ZONAL_AFFINITY_SPILL_CROSS_ZONE", "ZONAL_AFFINITY_STAY_WITHIN_ZONE"]
|
57747
|
+
:param builtins.float spillover_ratio: The value of the field must be in [0, 1]. When the ratio of the count of healthy backend endpoints in a zone
|
57748
|
+
to the count of backend endpoints in that same zone is equal to or above this threshold, the load balancer
|
57749
|
+
distributes new connections to all healthy endpoints in the local zone only. When the ratio of the count
|
57750
|
+
of healthy backend endpoints in a zone to the count of backend endpoints in that same zone is below this
|
57751
|
+
threshold, the load balancer distributes all new connections to all healthy endpoints across all zones.
|
57752
|
+
"""
|
57753
|
+
pulumi.set(__self__, "spillover", spillover)
|
57754
|
+
pulumi.set(__self__, "spillover_ratio", spillover_ratio)
|
57755
|
+
|
57756
|
+
@property
|
57757
|
+
@pulumi.getter
|
57758
|
+
def spillover(self) -> builtins.str:
|
57759
|
+
"""
|
57760
|
+
This field indicates whether zonal affinity is enabled or not. Default value: "ZONAL_AFFINITY_DISABLED" Possible values: ["ZONAL_AFFINITY_DISABLED", "ZONAL_AFFINITY_SPILL_CROSS_ZONE", "ZONAL_AFFINITY_STAY_WITHIN_ZONE"]
|
57761
|
+
"""
|
57762
|
+
return pulumi.get(self, "spillover")
|
57763
|
+
|
57764
|
+
@property
|
57765
|
+
@pulumi.getter(name="spilloverRatio")
|
57766
|
+
def spillover_ratio(self) -> builtins.float:
|
57767
|
+
"""
|
57768
|
+
The value of the field must be in [0, 1]. When the ratio of the count of healthy backend endpoints in a zone
|
57769
|
+
to the count of backend endpoints in that same zone is equal to or above this threshold, the load balancer
|
57770
|
+
distributes new connections to all healthy endpoints in the local zone only. When the ratio of the count
|
57771
|
+
of healthy backend endpoints in a zone to the count of backend endpoints in that same zone is below this
|
57772
|
+
threshold, the load balancer distributes all new connections to all healthy endpoints across all zones.
|
57773
|
+
"""
|
57774
|
+
return pulumi.get(self, "spillover_ratio")
|
57775
|
+
|
57776
|
+
|
55624
57777
|
@pulumi.output_type
|
55625
57778
|
class GetBackendServiceOutlierDetectionResult(dict):
|
55626
57779
|
def __init__(__self__, *,
|
@@ -63126,178 +65279,260 @@ class GetRegionBackendServiceCircuitBreakerConnectTimeoutResult(dict):
|
|
63126
65279
|
|
63127
65280
|
|
63128
65281
|
@pulumi.output_type
|
63129
|
-
class GetRegionBackendServiceConnectionTrackingPolicyResult(dict):
|
63130
|
-
def __init__(__self__, *,
|
63131
|
-
connection_persistence_on_unhealthy_backends: builtins.str,
|
63132
|
-
enable_strong_affinity: builtins.bool,
|
63133
|
-
idle_timeout_sec: builtins.int,
|
63134
|
-
tracking_mode: builtins.str):
|
63135
|
-
"""
|
63136
|
-
:param builtins.str connection_persistence_on_unhealthy_backends: Specifies connection persistence when backends are unhealthy.
|
63137
|
-
|
63138
|
-
If set to 'DEFAULT_FOR_PROTOCOL', the existing connections persist on
|
63139
|
-
unhealthy backends only for connection-oriented protocols (TCP and SCTP)
|
63140
|
-
and only if the Tracking Mode is PER_CONNECTION (default tracking mode)
|
63141
|
-
or the Session Affinity is configured for 5-tuple. They do not persist
|
63142
|
-
for UDP.
|
63143
|
-
|
63144
|
-
If set to 'NEVER_PERSIST', after a backend becomes unhealthy, the existing
|
63145
|
-
connections on the unhealthy backend are never persisted on the unhealthy
|
63146
|
-
backend. They are always diverted to newly selected healthy backends
|
63147
|
-
(unless all backends are unhealthy).
|
63148
|
-
|
63149
|
-
If set to 'ALWAYS_PERSIST', existing connections always persist on
|
63150
|
-
unhealthy backends regardless of protocol and session affinity. It is
|
63151
|
-
generally not recommended to use this mode overriding the default. Default value: "DEFAULT_FOR_PROTOCOL" Possible values: ["DEFAULT_FOR_PROTOCOL", "NEVER_PERSIST", "ALWAYS_PERSIST"]
|
63152
|
-
:param builtins.bool enable_strong_affinity: Enable Strong Session Affinity for Network Load Balancing. This option is not available publicly.
|
63153
|
-
:param builtins.int idle_timeout_sec: Specifies how long to keep a Connection Tracking entry while there is
|
63154
|
-
no matching traffic (in seconds).
|
63155
|
-
|
63156
|
-
For L4 ILB the minimum(default) is 10 minutes and maximum is 16 hours.
|
63157
|
-
|
63158
|
-
For NLB the minimum(default) is 60 seconds and the maximum is 16 hours.
|
63159
|
-
:param builtins.str tracking_mode: Specifies the key used for connection tracking. There are two options:
|
63160
|
-
'PER_CONNECTION': The Connection Tracking is performed as per the
|
63161
|
-
Connection Key (default Hash Method) for the specific protocol.
|
63162
|
-
|
63163
|
-
'PER_SESSION': The Connection Tracking is performed as per the
|
63164
|
-
configured Session Affinity. It matches the configured Session Affinity. Default value: "PER_CONNECTION" Possible values: ["PER_CONNECTION", "PER_SESSION"]
|
63165
|
-
"""
|
63166
|
-
pulumi.set(__self__, "connection_persistence_on_unhealthy_backends", connection_persistence_on_unhealthy_backends)
|
63167
|
-
pulumi.set(__self__, "enable_strong_affinity", enable_strong_affinity)
|
63168
|
-
pulumi.set(__self__, "idle_timeout_sec", idle_timeout_sec)
|
63169
|
-
pulumi.set(__self__, "tracking_mode", tracking_mode)
|
63170
|
-
|
63171
|
-
@property
|
63172
|
-
@pulumi.getter(name="connectionPersistenceOnUnhealthyBackends")
|
63173
|
-
def connection_persistence_on_unhealthy_backends(self) -> builtins.str:
|
63174
|
-
"""
|
63175
|
-
Specifies connection persistence when backends are unhealthy.
|
63176
|
-
|
63177
|
-
If set to 'DEFAULT_FOR_PROTOCOL', the existing connections persist on
|
63178
|
-
unhealthy backends only for connection-oriented protocols (TCP and SCTP)
|
63179
|
-
and only if the Tracking Mode is PER_CONNECTION (default tracking mode)
|
63180
|
-
or the Session Affinity is configured for 5-tuple. They do not persist
|
63181
|
-
for UDP.
|
63182
|
-
|
63183
|
-
If set to 'NEVER_PERSIST', after a backend becomes unhealthy, the existing
|
63184
|
-
connections on the unhealthy backend are never persisted on the unhealthy
|
63185
|
-
backend. They are always diverted to newly selected healthy backends
|
63186
|
-
(unless all backends are unhealthy).
|
63187
|
-
|
63188
|
-
If set to 'ALWAYS_PERSIST', existing connections always persist on
|
63189
|
-
unhealthy backends regardless of protocol and session affinity. It is
|
63190
|
-
generally not recommended to use this mode overriding the default. Default value: "DEFAULT_FOR_PROTOCOL" Possible values: ["DEFAULT_FOR_PROTOCOL", "NEVER_PERSIST", "ALWAYS_PERSIST"]
|
63191
|
-
"""
|
63192
|
-
return pulumi.get(self, "connection_persistence_on_unhealthy_backends")
|
63193
|
-
|
63194
|
-
@property
|
63195
|
-
@pulumi.getter(name="enableStrongAffinity")
|
63196
|
-
def enable_strong_affinity(self) -> builtins.bool:
|
63197
|
-
"""
|
63198
|
-
Enable Strong Session Affinity for Network Load Balancing. This option is not available publicly.
|
63199
|
-
"""
|
63200
|
-
return pulumi.get(self, "enable_strong_affinity")
|
63201
|
-
|
63202
|
-
@property
|
63203
|
-
@pulumi.getter(name="idleTimeoutSec")
|
63204
|
-
def idle_timeout_sec(self) -> builtins.int:
|
63205
|
-
"""
|
63206
|
-
Specifies how long to keep a Connection Tracking entry while there is
|
63207
|
-
no matching traffic (in seconds).
|
63208
|
-
|
63209
|
-
For L4 ILB the minimum(default) is 10 minutes and maximum is 16 hours.
|
63210
|
-
|
63211
|
-
For NLB the minimum(default) is 60 seconds and the maximum is 16 hours.
|
63212
|
-
"""
|
63213
|
-
return pulumi.get(self, "idle_timeout_sec")
|
63214
|
-
|
63215
|
-
@property
|
63216
|
-
@pulumi.getter(name="trackingMode")
|
63217
|
-
def tracking_mode(self) -> builtins.str:
|
63218
|
-
"""
|
63219
|
-
Specifies the key used for connection tracking. There are two options:
|
63220
|
-
'PER_CONNECTION': The Connection Tracking is performed as per the
|
63221
|
-
Connection Key (default Hash Method) for the specific protocol.
|
63222
|
-
|
63223
|
-
'PER_SESSION': The Connection Tracking is performed as per the
|
63224
|
-
configured Session Affinity. It matches the configured Session Affinity. Default value: "PER_CONNECTION" Possible values: ["PER_CONNECTION", "PER_SESSION"]
|
63225
|
-
"""
|
63226
|
-
return pulumi.get(self, "tracking_mode")
|
63227
|
-
|
63228
|
-
|
63229
|
-
@pulumi.output_type
|
63230
|
-
class GetRegionBackendServiceConsistentHashResult(dict):
|
65282
|
+
class GetRegionBackendServiceConnectionTrackingPolicyResult(dict):
|
65283
|
+
def __init__(__self__, *,
|
65284
|
+
connection_persistence_on_unhealthy_backends: builtins.str,
|
65285
|
+
enable_strong_affinity: builtins.bool,
|
65286
|
+
idle_timeout_sec: builtins.int,
|
65287
|
+
tracking_mode: builtins.str):
|
65288
|
+
"""
|
65289
|
+
:param builtins.str connection_persistence_on_unhealthy_backends: Specifies connection persistence when backends are unhealthy.
|
65290
|
+
|
65291
|
+
If set to 'DEFAULT_FOR_PROTOCOL', the existing connections persist on
|
65292
|
+
unhealthy backends only for connection-oriented protocols (TCP and SCTP)
|
65293
|
+
and only if the Tracking Mode is PER_CONNECTION (default tracking mode)
|
65294
|
+
or the Session Affinity is configured for 5-tuple. They do not persist
|
65295
|
+
for UDP.
|
65296
|
+
|
65297
|
+
If set to 'NEVER_PERSIST', after a backend becomes unhealthy, the existing
|
65298
|
+
connections on the unhealthy backend are never persisted on the unhealthy
|
65299
|
+
backend. They are always diverted to newly selected healthy backends
|
65300
|
+
(unless all backends are unhealthy).
|
65301
|
+
|
65302
|
+
If set to 'ALWAYS_PERSIST', existing connections always persist on
|
65303
|
+
unhealthy backends regardless of protocol and session affinity. It is
|
65304
|
+
generally not recommended to use this mode overriding the default. Default value: "DEFAULT_FOR_PROTOCOL" Possible values: ["DEFAULT_FOR_PROTOCOL", "NEVER_PERSIST", "ALWAYS_PERSIST"]
|
65305
|
+
:param builtins.bool enable_strong_affinity: Enable Strong Session Affinity for Network Load Balancing. This option is not available publicly.
|
65306
|
+
:param builtins.int idle_timeout_sec: Specifies how long to keep a Connection Tracking entry while there is
|
65307
|
+
no matching traffic (in seconds).
|
65308
|
+
|
65309
|
+
For L4 ILB the minimum(default) is 10 minutes and maximum is 16 hours.
|
65310
|
+
|
65311
|
+
For NLB the minimum(default) is 60 seconds and the maximum is 16 hours.
|
65312
|
+
:param builtins.str tracking_mode: Specifies the key used for connection tracking. There are two options:
|
65313
|
+
'PER_CONNECTION': The Connection Tracking is performed as per the
|
65314
|
+
Connection Key (default Hash Method) for the specific protocol.
|
65315
|
+
|
65316
|
+
'PER_SESSION': The Connection Tracking is performed as per the
|
65317
|
+
configured Session Affinity. It matches the configured Session Affinity. Default value: "PER_CONNECTION" Possible values: ["PER_CONNECTION", "PER_SESSION"]
|
65318
|
+
"""
|
65319
|
+
pulumi.set(__self__, "connection_persistence_on_unhealthy_backends", connection_persistence_on_unhealthy_backends)
|
65320
|
+
pulumi.set(__self__, "enable_strong_affinity", enable_strong_affinity)
|
65321
|
+
pulumi.set(__self__, "idle_timeout_sec", idle_timeout_sec)
|
65322
|
+
pulumi.set(__self__, "tracking_mode", tracking_mode)
|
65323
|
+
|
65324
|
+
@property
|
65325
|
+
@pulumi.getter(name="connectionPersistenceOnUnhealthyBackends")
|
65326
|
+
def connection_persistence_on_unhealthy_backends(self) -> builtins.str:
|
65327
|
+
"""
|
65328
|
+
Specifies connection persistence when backends are unhealthy.
|
65329
|
+
|
65330
|
+
If set to 'DEFAULT_FOR_PROTOCOL', the existing connections persist on
|
65331
|
+
unhealthy backends only for connection-oriented protocols (TCP and SCTP)
|
65332
|
+
and only if the Tracking Mode is PER_CONNECTION (default tracking mode)
|
65333
|
+
or the Session Affinity is configured for 5-tuple. They do not persist
|
65334
|
+
for UDP.
|
65335
|
+
|
65336
|
+
If set to 'NEVER_PERSIST', after a backend becomes unhealthy, the existing
|
65337
|
+
connections on the unhealthy backend are never persisted on the unhealthy
|
65338
|
+
backend. They are always diverted to newly selected healthy backends
|
65339
|
+
(unless all backends are unhealthy).
|
65340
|
+
|
65341
|
+
If set to 'ALWAYS_PERSIST', existing connections always persist on
|
65342
|
+
unhealthy backends regardless of protocol and session affinity. It is
|
65343
|
+
generally not recommended to use this mode overriding the default. Default value: "DEFAULT_FOR_PROTOCOL" Possible values: ["DEFAULT_FOR_PROTOCOL", "NEVER_PERSIST", "ALWAYS_PERSIST"]
|
65344
|
+
"""
|
65345
|
+
return pulumi.get(self, "connection_persistence_on_unhealthy_backends")
|
65346
|
+
|
65347
|
+
@property
|
65348
|
+
@pulumi.getter(name="enableStrongAffinity")
|
65349
|
+
def enable_strong_affinity(self) -> builtins.bool:
|
65350
|
+
"""
|
65351
|
+
Enable Strong Session Affinity for Network Load Balancing. This option is not available publicly.
|
65352
|
+
"""
|
65353
|
+
return pulumi.get(self, "enable_strong_affinity")
|
65354
|
+
|
65355
|
+
@property
|
65356
|
+
@pulumi.getter(name="idleTimeoutSec")
|
65357
|
+
def idle_timeout_sec(self) -> builtins.int:
|
65358
|
+
"""
|
65359
|
+
Specifies how long to keep a Connection Tracking entry while there is
|
65360
|
+
no matching traffic (in seconds).
|
65361
|
+
|
65362
|
+
For L4 ILB the minimum(default) is 10 minutes and maximum is 16 hours.
|
65363
|
+
|
65364
|
+
For NLB the minimum(default) is 60 seconds and the maximum is 16 hours.
|
65365
|
+
"""
|
65366
|
+
return pulumi.get(self, "idle_timeout_sec")
|
65367
|
+
|
65368
|
+
@property
|
65369
|
+
@pulumi.getter(name="trackingMode")
|
65370
|
+
def tracking_mode(self) -> builtins.str:
|
65371
|
+
"""
|
65372
|
+
Specifies the key used for connection tracking. There are two options:
|
65373
|
+
'PER_CONNECTION': The Connection Tracking is performed as per the
|
65374
|
+
Connection Key (default Hash Method) for the specific protocol.
|
65375
|
+
|
65376
|
+
'PER_SESSION': The Connection Tracking is performed as per the
|
65377
|
+
configured Session Affinity. It matches the configured Session Affinity. Default value: "PER_CONNECTION" Possible values: ["PER_CONNECTION", "PER_SESSION"]
|
65378
|
+
"""
|
65379
|
+
return pulumi.get(self, "tracking_mode")
|
65380
|
+
|
65381
|
+
|
65382
|
+
@pulumi.output_type
|
65383
|
+
class GetRegionBackendServiceConsistentHashResult(dict):
|
65384
|
+
def __init__(__self__, *,
|
65385
|
+
http_cookies: Sequence['outputs.GetRegionBackendServiceConsistentHashHttpCookyResult'],
|
65386
|
+
http_header_name: builtins.str,
|
65387
|
+
minimum_ring_size: builtins.int):
|
65388
|
+
"""
|
65389
|
+
:param Sequence['GetRegionBackendServiceConsistentHashHttpCookyArgs'] http_cookies: Hash is based on HTTP Cookie. This field describes a HTTP cookie
|
65390
|
+
that will be used as the hash key for the consistent hash load
|
65391
|
+
balancer. If the cookie is not present, it will be generated.
|
65392
|
+
This field is applicable if the sessionAffinity is set to HTTP_COOKIE.
|
65393
|
+
:param builtins.str http_header_name: The hash based on the value of the specified header field.
|
65394
|
+
This field is applicable if the sessionAffinity is set to HEADER_FIELD.
|
65395
|
+
:param builtins.int minimum_ring_size: The minimum number of virtual nodes to use for the hash ring.
|
65396
|
+
Larger ring sizes result in more granular load
|
65397
|
+
distributions. If the number of hosts in the load balancing pool
|
65398
|
+
is larger than the ring size, each host will be assigned a single
|
65399
|
+
virtual node.
|
65400
|
+
Defaults to 1024.
|
65401
|
+
"""
|
65402
|
+
pulumi.set(__self__, "http_cookies", http_cookies)
|
65403
|
+
pulumi.set(__self__, "http_header_name", http_header_name)
|
65404
|
+
pulumi.set(__self__, "minimum_ring_size", minimum_ring_size)
|
65405
|
+
|
65406
|
+
@property
|
65407
|
+
@pulumi.getter(name="httpCookies")
|
65408
|
+
def http_cookies(self) -> Sequence['outputs.GetRegionBackendServiceConsistentHashHttpCookyResult']:
|
65409
|
+
"""
|
65410
|
+
Hash is based on HTTP Cookie. This field describes a HTTP cookie
|
65411
|
+
that will be used as the hash key for the consistent hash load
|
65412
|
+
balancer. If the cookie is not present, it will be generated.
|
65413
|
+
This field is applicable if the sessionAffinity is set to HTTP_COOKIE.
|
65414
|
+
"""
|
65415
|
+
return pulumi.get(self, "http_cookies")
|
65416
|
+
|
65417
|
+
@property
|
65418
|
+
@pulumi.getter(name="httpHeaderName")
|
65419
|
+
def http_header_name(self) -> builtins.str:
|
65420
|
+
"""
|
65421
|
+
The hash based on the value of the specified header field.
|
65422
|
+
This field is applicable if the sessionAffinity is set to HEADER_FIELD.
|
65423
|
+
"""
|
65424
|
+
return pulumi.get(self, "http_header_name")
|
65425
|
+
|
65426
|
+
@property
|
65427
|
+
@pulumi.getter(name="minimumRingSize")
|
65428
|
+
def minimum_ring_size(self) -> builtins.int:
|
65429
|
+
"""
|
65430
|
+
The minimum number of virtual nodes to use for the hash ring.
|
65431
|
+
Larger ring sizes result in more granular load
|
65432
|
+
distributions. If the number of hosts in the load balancing pool
|
65433
|
+
is larger than the ring size, each host will be assigned a single
|
65434
|
+
virtual node.
|
65435
|
+
Defaults to 1024.
|
65436
|
+
"""
|
65437
|
+
return pulumi.get(self, "minimum_ring_size")
|
65438
|
+
|
65439
|
+
|
65440
|
+
@pulumi.output_type
|
65441
|
+
class GetRegionBackendServiceConsistentHashHttpCookyResult(dict):
|
65442
|
+
def __init__(__self__, *,
|
65443
|
+
name: builtins.str,
|
65444
|
+
path: builtins.str,
|
65445
|
+
ttls: Sequence['outputs.GetRegionBackendServiceConsistentHashHttpCookyTtlResult']):
|
65446
|
+
"""
|
65447
|
+
:param builtins.str name: The name of the regional backend service.
|
65448
|
+
:param builtins.str path: Path to set for the cookie.
|
65449
|
+
:param Sequence['GetRegionBackendServiceConsistentHashHttpCookyTtlArgs'] ttls: Lifetime of the cookie.
|
65450
|
+
"""
|
65451
|
+
pulumi.set(__self__, "name", name)
|
65452
|
+
pulumi.set(__self__, "path", path)
|
65453
|
+
pulumi.set(__self__, "ttls", ttls)
|
65454
|
+
|
65455
|
+
@property
|
65456
|
+
@pulumi.getter
|
65457
|
+
def name(self) -> builtins.str:
|
65458
|
+
"""
|
65459
|
+
The name of the regional backend service.
|
65460
|
+
"""
|
65461
|
+
return pulumi.get(self, "name")
|
65462
|
+
|
65463
|
+
@property
|
65464
|
+
@pulumi.getter
|
65465
|
+
def path(self) -> builtins.str:
|
65466
|
+
"""
|
65467
|
+
Path to set for the cookie.
|
65468
|
+
"""
|
65469
|
+
return pulumi.get(self, "path")
|
65470
|
+
|
65471
|
+
@property
|
65472
|
+
@pulumi.getter
|
65473
|
+
def ttls(self) -> Sequence['outputs.GetRegionBackendServiceConsistentHashHttpCookyTtlResult']:
|
65474
|
+
"""
|
65475
|
+
Lifetime of the cookie.
|
65476
|
+
"""
|
65477
|
+
return pulumi.get(self, "ttls")
|
65478
|
+
|
65479
|
+
|
65480
|
+
@pulumi.output_type
|
65481
|
+
class GetRegionBackendServiceConsistentHashHttpCookyTtlResult(dict):
|
65482
|
+
def __init__(__self__, *,
|
65483
|
+
nanos: builtins.int,
|
65484
|
+
seconds: builtins.int):
|
65485
|
+
"""
|
65486
|
+
:param builtins.int nanos: Span of time that's a fraction of a second at nanosecond
|
65487
|
+
resolution. Durations less than one second are represented
|
65488
|
+
with a 0 seconds field and a positive nanos field. Must
|
65489
|
+
be from 0 to 999,999,999 inclusive.
|
65490
|
+
:param builtins.int seconds: Span of time at a resolution of a second.
|
65491
|
+
Must be from 0 to 315,576,000,000 inclusive.
|
65492
|
+
"""
|
65493
|
+
pulumi.set(__self__, "nanos", nanos)
|
65494
|
+
pulumi.set(__self__, "seconds", seconds)
|
65495
|
+
|
65496
|
+
@property
|
65497
|
+
@pulumi.getter
|
65498
|
+
def nanos(self) -> builtins.int:
|
65499
|
+
"""
|
65500
|
+
Span of time that's a fraction of a second at nanosecond
|
65501
|
+
resolution. Durations less than one second are represented
|
65502
|
+
with a 0 seconds field and a positive nanos field. Must
|
65503
|
+
be from 0 to 999,999,999 inclusive.
|
65504
|
+
"""
|
65505
|
+
return pulumi.get(self, "nanos")
|
65506
|
+
|
65507
|
+
@property
|
65508
|
+
@pulumi.getter
|
65509
|
+
def seconds(self) -> builtins.int:
|
65510
|
+
"""
|
65511
|
+
Span of time at a resolution of a second.
|
65512
|
+
Must be from 0 to 315,576,000,000 inclusive.
|
65513
|
+
"""
|
65514
|
+
return pulumi.get(self, "seconds")
|
65515
|
+
|
65516
|
+
|
65517
|
+
@pulumi.output_type
|
65518
|
+
class GetRegionBackendServiceCustomMetricResult(dict):
|
63231
65519
|
def __init__(__self__, *,
|
63232
|
-
|
63233
|
-
|
63234
|
-
minimum_ring_size: builtins.int):
|
63235
|
-
"""
|
63236
|
-
:param Sequence['GetRegionBackendServiceConsistentHashHttpCookyArgs'] http_cookies: Hash is based on HTTP Cookie. This field describes a HTTP cookie
|
63237
|
-
that will be used as the hash key for the consistent hash load
|
63238
|
-
balancer. If the cookie is not present, it will be generated.
|
63239
|
-
This field is applicable if the sessionAffinity is set to HTTP_COOKIE.
|
63240
|
-
:param builtins.str http_header_name: The hash based on the value of the specified header field.
|
63241
|
-
This field is applicable if the sessionAffinity is set to HEADER_FIELD.
|
63242
|
-
:param builtins.int minimum_ring_size: The minimum number of virtual nodes to use for the hash ring.
|
63243
|
-
Larger ring sizes result in more granular load
|
63244
|
-
distributions. If the number of hosts in the load balancing pool
|
63245
|
-
is larger than the ring size, each host will be assigned a single
|
63246
|
-
virtual node.
|
63247
|
-
Defaults to 1024.
|
63248
|
-
"""
|
63249
|
-
pulumi.set(__self__, "http_cookies", http_cookies)
|
63250
|
-
pulumi.set(__self__, "http_header_name", http_header_name)
|
63251
|
-
pulumi.set(__self__, "minimum_ring_size", minimum_ring_size)
|
63252
|
-
|
63253
|
-
@property
|
63254
|
-
@pulumi.getter(name="httpCookies")
|
63255
|
-
def http_cookies(self) -> Sequence['outputs.GetRegionBackendServiceConsistentHashHttpCookyResult']:
|
63256
|
-
"""
|
63257
|
-
Hash is based on HTTP Cookie. This field describes a HTTP cookie
|
63258
|
-
that will be used as the hash key for the consistent hash load
|
63259
|
-
balancer. If the cookie is not present, it will be generated.
|
63260
|
-
This field is applicable if the sessionAffinity is set to HTTP_COOKIE.
|
63261
|
-
"""
|
63262
|
-
return pulumi.get(self, "http_cookies")
|
63263
|
-
|
63264
|
-
@property
|
63265
|
-
@pulumi.getter(name="httpHeaderName")
|
63266
|
-
def http_header_name(self) -> builtins.str:
|
65520
|
+
dry_run: builtins.bool,
|
65521
|
+
name: builtins.str):
|
63267
65522
|
"""
|
63268
|
-
|
63269
|
-
|
65523
|
+
:param builtins.bool dry_run: If true, the metric data is not used for load balancing.
|
65524
|
+
:param builtins.str name: The name of the regional backend service.
|
63270
65525
|
"""
|
63271
|
-
|
65526
|
+
pulumi.set(__self__, "dry_run", dry_run)
|
65527
|
+
pulumi.set(__self__, "name", name)
|
63272
65528
|
|
63273
65529
|
@property
|
63274
|
-
@pulumi.getter(name="
|
63275
|
-
def
|
63276
|
-
"""
|
63277
|
-
The minimum number of virtual nodes to use for the hash ring.
|
63278
|
-
Larger ring sizes result in more granular load
|
63279
|
-
distributions. If the number of hosts in the load balancing pool
|
63280
|
-
is larger than the ring size, each host will be assigned a single
|
63281
|
-
virtual node.
|
63282
|
-
Defaults to 1024.
|
63283
|
-
"""
|
63284
|
-
return pulumi.get(self, "minimum_ring_size")
|
63285
|
-
|
63286
|
-
|
63287
|
-
@pulumi.output_type
|
63288
|
-
class GetRegionBackendServiceConsistentHashHttpCookyResult(dict):
|
63289
|
-
def __init__(__self__, *,
|
63290
|
-
name: builtins.str,
|
63291
|
-
path: builtins.str,
|
63292
|
-
ttls: Sequence['outputs.GetRegionBackendServiceConsistentHashHttpCookyTtlResult']):
|
65530
|
+
@pulumi.getter(name="dryRun")
|
65531
|
+
def dry_run(self) -> builtins.bool:
|
63293
65532
|
"""
|
63294
|
-
|
63295
|
-
:param builtins.str path: Path to set for the cookie.
|
63296
|
-
:param Sequence['GetRegionBackendServiceConsistentHashHttpCookyTtlArgs'] ttls: Lifetime of the cookie.
|
65533
|
+
If true, the metric data is not used for load balancing.
|
63297
65534
|
"""
|
63298
|
-
pulumi.
|
63299
|
-
pulumi.set(__self__, "path", path)
|
63300
|
-
pulumi.set(__self__, "ttls", ttls)
|
65535
|
+
return pulumi.get(self, "dry_run")
|
63301
65536
|
|
63302
65537
|
@property
|
63303
65538
|
@pulumi.getter
|
@@ -63307,87 +65542,41 @@ class GetRegionBackendServiceConsistentHashHttpCookyResult(dict):
|
|
63307
65542
|
"""
|
63308
65543
|
return pulumi.get(self, "name")
|
63309
65544
|
|
63310
|
-
@property
|
63311
|
-
@pulumi.getter
|
63312
|
-
def path(self) -> builtins.str:
|
63313
|
-
"""
|
63314
|
-
Path to set for the cookie.
|
63315
|
-
"""
|
63316
|
-
return pulumi.get(self, "path")
|
63317
|
-
|
63318
|
-
@property
|
63319
|
-
@pulumi.getter
|
63320
|
-
def ttls(self) -> Sequence['outputs.GetRegionBackendServiceConsistentHashHttpCookyTtlResult']:
|
63321
|
-
"""
|
63322
|
-
Lifetime of the cookie.
|
63323
|
-
"""
|
63324
|
-
return pulumi.get(self, "ttls")
|
63325
|
-
|
63326
65545
|
|
63327
65546
|
@pulumi.output_type
|
63328
|
-
class
|
65547
|
+
class GetRegionBackendServiceDynamicForwardingResult(dict):
|
63329
65548
|
def __init__(__self__, *,
|
63330
|
-
|
63331
|
-
seconds: builtins.int):
|
63332
|
-
"""
|
63333
|
-
:param builtins.int nanos: Span of time that's a fraction of a second at nanosecond
|
63334
|
-
resolution. Durations less than one second are represented
|
63335
|
-
with a 0 seconds field and a positive nanos field. Must
|
63336
|
-
be from 0 to 999,999,999 inclusive.
|
63337
|
-
:param builtins.int seconds: Span of time at a resolution of a second.
|
63338
|
-
Must be from 0 to 315,576,000,000 inclusive.
|
65549
|
+
ip_port_selections: Sequence['outputs.GetRegionBackendServiceDynamicForwardingIpPortSelectionResult']):
|
63339
65550
|
"""
|
63340
|
-
|
63341
|
-
pulumi.set(__self__, "seconds", seconds)
|
63342
|
-
|
63343
|
-
@property
|
63344
|
-
@pulumi.getter
|
63345
|
-
def nanos(self) -> builtins.int:
|
63346
|
-
"""
|
63347
|
-
Span of time that's a fraction of a second at nanosecond
|
63348
|
-
resolution. Durations less than one second are represented
|
63349
|
-
with a 0 seconds field and a positive nanos field. Must
|
63350
|
-
be from 0 to 999,999,999 inclusive.
|
65551
|
+
:param Sequence['GetRegionBackendServiceDynamicForwardingIpPortSelectionArgs'] ip_port_selections: IP:PORT based dynamic forwarding configuration.
|
63351
65552
|
"""
|
63352
|
-
|
65553
|
+
pulumi.set(__self__, "ip_port_selections", ip_port_selections)
|
63353
65554
|
|
63354
65555
|
@property
|
63355
|
-
@pulumi.getter
|
63356
|
-
def
|
65556
|
+
@pulumi.getter(name="ipPortSelections")
|
65557
|
+
def ip_port_selections(self) -> Sequence['outputs.GetRegionBackendServiceDynamicForwardingIpPortSelectionResult']:
|
63357
65558
|
"""
|
63358
|
-
|
63359
|
-
Must be from 0 to 315,576,000,000 inclusive.
|
65559
|
+
IP:PORT based dynamic forwarding configuration.
|
63360
65560
|
"""
|
63361
|
-
return pulumi.get(self, "
|
65561
|
+
return pulumi.get(self, "ip_port_selections")
|
63362
65562
|
|
63363
65563
|
|
63364
65564
|
@pulumi.output_type
|
63365
|
-
class
|
65565
|
+
class GetRegionBackendServiceDynamicForwardingIpPortSelectionResult(dict):
|
63366
65566
|
def __init__(__self__, *,
|
63367
|
-
|
63368
|
-
name: builtins.str):
|
63369
|
-
"""
|
63370
|
-
:param builtins.bool dry_run: If true, the metric data is not used for load balancing.
|
63371
|
-
:param builtins.str name: The name of the regional backend service.
|
63372
|
-
"""
|
63373
|
-
pulumi.set(__self__, "dry_run", dry_run)
|
63374
|
-
pulumi.set(__self__, "name", name)
|
63375
|
-
|
63376
|
-
@property
|
63377
|
-
@pulumi.getter(name="dryRun")
|
63378
|
-
def dry_run(self) -> builtins.bool:
|
65567
|
+
enabled: builtins.bool):
|
63379
65568
|
"""
|
63380
|
-
|
65569
|
+
:param builtins.bool enabled: A boolean flag enabling IP:PORT based dynamic forwarding.
|
63381
65570
|
"""
|
63382
|
-
|
65571
|
+
pulumi.set(__self__, "enabled", enabled)
|
63383
65572
|
|
63384
65573
|
@property
|
63385
65574
|
@pulumi.getter
|
63386
|
-
def
|
65575
|
+
def enabled(self) -> builtins.bool:
|
63387
65576
|
"""
|
63388
|
-
|
65577
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
63389
65578
|
"""
|
63390
|
-
return pulumi.get(self, "
|
65579
|
+
return pulumi.get(self, "enabled")
|
63391
65580
|
|
63392
65581
|
|
63393
65582
|
@pulumi.output_type
|
@@ -63904,11 +66093,20 @@ class GetRegionBackendServiceStrongSessionAffinityCookyTtlResult(dict):
|
|
63904
66093
|
@pulumi.output_type
|
63905
66094
|
class GetRegionBackendServiceSubsettingResult(dict):
|
63906
66095
|
def __init__(__self__, *,
|
63907
|
-
policy: builtins.str
|
66096
|
+
policy: builtins.str,
|
66097
|
+
subset_size: builtins.int):
|
63908
66098
|
"""
|
63909
66099
|
:param builtins.str policy: The algorithm used for subsetting. Possible values: ["CONSISTENT_HASH_SUBSETTING"]
|
66100
|
+
:param builtins.int subset_size: The number of backends per backend group assigned to each proxy instance or each service mesh client.
|
66101
|
+
An input parameter to the CONSISTENT_HASH_SUBSETTING algorithm. Can only be set if policy is set to
|
66102
|
+
CONSISTENT_HASH_SUBSETTING. Can only be set if load balancing scheme is INTERNAL_MANAGED or INTERNAL_SELF_MANAGED.
|
66103
|
+
subsetSize is optional for Internal HTTP(S) load balancing and required for Traffic Director.
|
66104
|
+
If you do not provide this value, Cloud Load Balancing will calculate it dynamically to optimize the number
|
66105
|
+
of proxies/clients visible to each backend and vice versa.
|
66106
|
+
Must be greater than 0. If subsetSize is larger than the number of backends/endpoints, then subsetting is disabled.
|
63910
66107
|
"""
|
63911
66108
|
pulumi.set(__self__, "policy", policy)
|
66109
|
+
pulumi.set(__self__, "subset_size", subset_size)
|
63912
66110
|
|
63913
66111
|
@property
|
63914
66112
|
@pulumi.getter
|
@@ -63918,6 +66116,20 @@ class GetRegionBackendServiceSubsettingResult(dict):
|
|
63918
66116
|
"""
|
63919
66117
|
return pulumi.get(self, "policy")
|
63920
66118
|
|
66119
|
+
@property
|
66120
|
+
@pulumi.getter(name="subsetSize")
|
66121
|
+
def subset_size(self) -> builtins.int:
|
66122
|
+
"""
|
66123
|
+
The number of backends per backend group assigned to each proxy instance or each service mesh client.
|
66124
|
+
An input parameter to the CONSISTENT_HASH_SUBSETTING algorithm. Can only be set if policy is set to
|
66125
|
+
CONSISTENT_HASH_SUBSETTING. Can only be set if load balancing scheme is INTERNAL_MANAGED or INTERNAL_SELF_MANAGED.
|
66126
|
+
subsetSize is optional for Internal HTTP(S) load balancing and required for Traffic Director.
|
66127
|
+
If you do not provide this value, Cloud Load Balancing will calculate it dynamically to optimize the number
|
66128
|
+
of proxies/clients visible to each backend and vice versa.
|
66129
|
+
Must be greater than 0. If subsetSize is larger than the number of backends/endpoints, then subsetting is disabled.
|
66130
|
+
"""
|
66131
|
+
return pulumi.get(self, "subset_size")
|
66132
|
+
|
63921
66133
|
|
63922
66134
|
@pulumi.output_type
|
63923
66135
|
class GetRegionDiskAsyncPrimaryDiskResult(dict):
|
@@ -67472,6 +69684,26 @@ class GetRouterNatLogConfigResult(dict):
|
|
67472
69684
|
return pulumi.get(self, "filter")
|
67473
69685
|
|
67474
69686
|
|
69687
|
+
@pulumi.output_type
|
69688
|
+
class GetRouterNatNat64SubnetworkResult(dict):
|
69689
|
+
def __init__(__self__, *,
|
69690
|
+
name: builtins.str):
|
69691
|
+
"""
|
69692
|
+
:param builtins.str name: Name of the NAT service. The name must be 1-63 characters long and
|
69693
|
+
comply with RFC1035.
|
69694
|
+
"""
|
69695
|
+
pulumi.set(__self__, "name", name)
|
69696
|
+
|
69697
|
+
@property
|
69698
|
+
@pulumi.getter
|
69699
|
+
def name(self) -> builtins.str:
|
69700
|
+
"""
|
69701
|
+
Name of the NAT service. The name must be 1-63 characters long and
|
69702
|
+
comply with RFC1035.
|
69703
|
+
"""
|
69704
|
+
return pulumi.get(self, "name")
|
69705
|
+
|
69706
|
+
|
67475
69707
|
@pulumi.output_type
|
67476
69708
|
class GetRouterNatRuleResult(dict):
|
67477
69709
|
def __init__(__self__, *,
|