pulumi-gcp 8.33.0a1747896426__py3-none-any.whl → 8.33.0a1748933574__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 +129 -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 +2 -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_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 +1280 -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 +1 -1
- pulumi_gcp/colab/get_runtime_template_iam_policy.py +1 -1
- pulumi_gcp/colab/notebook_execution.py +1 -1
- pulumi_gcp/colab/outputs.py +1 -1
- pulumi_gcp/colab/runtime.py +1 -1
- pulumi_gcp/colab/runtime_template.py +1 -1
- 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 +2446 -210
- 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 +148 -1
- 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 +1 -1
- 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 +1 -1
- 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 +15 -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 +2137 -137
- 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 +1 -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 +1 -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 +361 -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 +4 -4
- 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 +3 -3
- 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 +3 -1
- pulumi_gcp/dataplex/_inputs.py +1 -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_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 +1 -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 +1 -1
- pulumi_gcp/datastream/connection_profile.py +1 -1
- pulumi_gcp/datastream/get_static_ips.py +1 -1
- pulumi_gcp/datastream/outputs.py +1 -1
- pulumi_gcp/datastream/private_connection.py +1 -1
- 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 +1 -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 +1 -1
- pulumi_gcp/dns/policy.py +1 -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 +102 -10
- pulumi_gcp/filestore/backup.py +1 -1
- pulumi_gcp/filestore/get_instance.py +1 -1
- pulumi_gcp/filestore/instance.py +1 -1
- pulumi_gcp/filestore/outputs.py +135 -9
- 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 +62 -1
- 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 +86 -1
- 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 +356 -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 +1 -1
- pulumi_gcp/netapp/kmsconfig.py +1 -1
- pulumi_gcp/netapp/outputs.py +265 -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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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 +1 -1
- 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.33.0a1747896426.dist-info → pulumi_gcp-8.33.0a1748933574.dist-info}/METADATA +1 -1
- pulumi_gcp-8.33.0a1748933574.dist-info/RECORD +1953 -0
- {pulumi_gcp-8.33.0a1747896426.dist-info → pulumi_gcp-8.33.0a1748933574.dist-info}/WHEEL +1 -1
- pulumi_gcp-8.33.0a1747896426.dist-info/RECORD +0 -1932
- {pulumi_gcp-8.33.0a1747896426.dist-info → pulumi_gcp-8.33.0a1748933574.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',
|
@@ -728,12 +757,16 @@ __all__ = [
|
|
728
757
|
'GetBackendServiceConsistentHashHttpCookyResult',
|
729
758
|
'GetBackendServiceConsistentHashHttpCookyTtlResult',
|
730
759
|
'GetBackendServiceCustomMetricResult',
|
760
|
+
'GetBackendServiceDynamicForwardingResult',
|
761
|
+
'GetBackendServiceDynamicForwardingIpPortSelectionResult',
|
731
762
|
'GetBackendServiceIapResult',
|
732
763
|
'GetBackendServiceLocalityLbPolicyResult',
|
733
764
|
'GetBackendServiceLocalityLbPolicyCustomPolicyResult',
|
734
765
|
'GetBackendServiceLocalityLbPolicyPolicyResult',
|
735
766
|
'GetBackendServiceLogConfigResult',
|
736
767
|
'GetBackendServiceMaxStreamDurationResult',
|
768
|
+
'GetBackendServiceNetworkPassThroughLbTrafficPolicyResult',
|
769
|
+
'GetBackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityResult',
|
737
770
|
'GetBackendServiceOutlierDetectionResult',
|
738
771
|
'GetBackendServiceOutlierDetectionBaseEjectionTimeResult',
|
739
772
|
'GetBackendServiceOutlierDetectionIntervalResult',
|
@@ -850,6 +883,8 @@ __all__ = [
|
|
850
883
|
'GetRegionBackendServiceConsistentHashHttpCookyResult',
|
851
884
|
'GetRegionBackendServiceConsistentHashHttpCookyTtlResult',
|
852
885
|
'GetRegionBackendServiceCustomMetricResult',
|
886
|
+
'GetRegionBackendServiceDynamicForwardingResult',
|
887
|
+
'GetRegionBackendServiceDynamicForwardingIpPortSelectionResult',
|
853
888
|
'GetRegionBackendServiceFailoverPolicyResult',
|
854
889
|
'GetRegionBackendServiceIapResult',
|
855
890
|
'GetRegionBackendServiceLogConfigResult',
|
@@ -3347,6 +3382,63 @@ class BackendServiceCustomMetric(dict):
|
|
3347
3382
|
return pulumi.get(self, "name")
|
3348
3383
|
|
3349
3384
|
|
3385
|
+
@pulumi.output_type
|
3386
|
+
class BackendServiceDynamicForwarding(dict):
|
3387
|
+
@staticmethod
|
3388
|
+
def __key_warning(key: str):
|
3389
|
+
suggest = None
|
3390
|
+
if key == "ipPortSelection":
|
3391
|
+
suggest = "ip_port_selection"
|
3392
|
+
|
3393
|
+
if suggest:
|
3394
|
+
pulumi.log.warn(f"Key '{key}' not found in BackendServiceDynamicForwarding. Access the value via the '{suggest}' property getter instead.")
|
3395
|
+
|
3396
|
+
def __getitem__(self, key: str) -> Any:
|
3397
|
+
BackendServiceDynamicForwarding.__key_warning(key)
|
3398
|
+
return super().__getitem__(key)
|
3399
|
+
|
3400
|
+
def get(self, key: str, default = None) -> Any:
|
3401
|
+
BackendServiceDynamicForwarding.__key_warning(key)
|
3402
|
+
return super().get(key, default)
|
3403
|
+
|
3404
|
+
def __init__(__self__, *,
|
3405
|
+
ip_port_selection: Optional['outputs.BackendServiceDynamicForwardingIpPortSelection'] = None):
|
3406
|
+
"""
|
3407
|
+
:param 'BackendServiceDynamicForwardingIpPortSelectionArgs' ip_port_selection: IP:PORT based dynamic forwarding configuration.
|
3408
|
+
Structure is documented below.
|
3409
|
+
"""
|
3410
|
+
if ip_port_selection is not None:
|
3411
|
+
pulumi.set(__self__, "ip_port_selection", ip_port_selection)
|
3412
|
+
|
3413
|
+
@property
|
3414
|
+
@pulumi.getter(name="ipPortSelection")
|
3415
|
+
def ip_port_selection(self) -> Optional['outputs.BackendServiceDynamicForwardingIpPortSelection']:
|
3416
|
+
"""
|
3417
|
+
IP:PORT based dynamic forwarding configuration.
|
3418
|
+
Structure is documented below.
|
3419
|
+
"""
|
3420
|
+
return pulumi.get(self, "ip_port_selection")
|
3421
|
+
|
3422
|
+
|
3423
|
+
@pulumi.output_type
|
3424
|
+
class BackendServiceDynamicForwardingIpPortSelection(dict):
|
3425
|
+
def __init__(__self__, *,
|
3426
|
+
enabled: Optional[builtins.bool] = None):
|
3427
|
+
"""
|
3428
|
+
:param builtins.bool enabled: A boolean flag enabling IP:PORT based dynamic forwarding.
|
3429
|
+
"""
|
3430
|
+
if enabled is not None:
|
3431
|
+
pulumi.set(__self__, "enabled", enabled)
|
3432
|
+
|
3433
|
+
@property
|
3434
|
+
@pulumi.getter
|
3435
|
+
def enabled(self) -> Optional[builtins.bool]:
|
3436
|
+
"""
|
3437
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
3438
|
+
"""
|
3439
|
+
return pulumi.get(self, "enabled")
|
3440
|
+
|
3441
|
+
|
3350
3442
|
@pulumi.output_type
|
3351
3443
|
class BackendServiceIamBindingCondition(dict):
|
3352
3444
|
def __init__(__self__, *,
|
@@ -3794,6 +3886,104 @@ class BackendServiceMaxStreamDuration(dict):
|
|
3794
3886
|
return pulumi.get(self, "nanos")
|
3795
3887
|
|
3796
3888
|
|
3889
|
+
@pulumi.output_type
|
3890
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicy(dict):
|
3891
|
+
@staticmethod
|
3892
|
+
def __key_warning(key: str):
|
3893
|
+
suggest = None
|
3894
|
+
if key == "zonalAffinity":
|
3895
|
+
suggest = "zonal_affinity"
|
3896
|
+
|
3897
|
+
if suggest:
|
3898
|
+
pulumi.log.warn(f"Key '{key}' not found in BackendServiceNetworkPassThroughLbTrafficPolicy. Access the value via the '{suggest}' property getter instead.")
|
3899
|
+
|
3900
|
+
def __getitem__(self, key: str) -> Any:
|
3901
|
+
BackendServiceNetworkPassThroughLbTrafficPolicy.__key_warning(key)
|
3902
|
+
return super().__getitem__(key)
|
3903
|
+
|
3904
|
+
def get(self, key: str, default = None) -> Any:
|
3905
|
+
BackendServiceNetworkPassThroughLbTrafficPolicy.__key_warning(key)
|
3906
|
+
return super().get(key, default)
|
3907
|
+
|
3908
|
+
def __init__(__self__, *,
|
3909
|
+
zonal_affinity: Optional['outputs.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity'] = None):
|
3910
|
+
"""
|
3911
|
+
:param 'BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs' zonal_affinity: When configured, new connections are load balanced across healthy backend endpoints in the local zone.
|
3912
|
+
Structure is documented below.
|
3913
|
+
"""
|
3914
|
+
if zonal_affinity is not None:
|
3915
|
+
pulumi.set(__self__, "zonal_affinity", zonal_affinity)
|
3916
|
+
|
3917
|
+
@property
|
3918
|
+
@pulumi.getter(name="zonalAffinity")
|
3919
|
+
def zonal_affinity(self) -> Optional['outputs.BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity']:
|
3920
|
+
"""
|
3921
|
+
When configured, new connections are load balanced across healthy backend endpoints in the local zone.
|
3922
|
+
Structure is documented below.
|
3923
|
+
"""
|
3924
|
+
return pulumi.get(self, "zonal_affinity")
|
3925
|
+
|
3926
|
+
|
3927
|
+
@pulumi.output_type
|
3928
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity(dict):
|
3929
|
+
@staticmethod
|
3930
|
+
def __key_warning(key: str):
|
3931
|
+
suggest = None
|
3932
|
+
if key == "spilloverRatio":
|
3933
|
+
suggest = "spillover_ratio"
|
3934
|
+
|
3935
|
+
if suggest:
|
3936
|
+
pulumi.log.warn(f"Key '{key}' not found in BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity. Access the value via the '{suggest}' property getter instead.")
|
3937
|
+
|
3938
|
+
def __getitem__(self, key: str) -> Any:
|
3939
|
+
BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.__key_warning(key)
|
3940
|
+
return super().__getitem__(key)
|
3941
|
+
|
3942
|
+
def get(self, key: str, default = None) -> Any:
|
3943
|
+
BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinity.__key_warning(key)
|
3944
|
+
return super().get(key, default)
|
3945
|
+
|
3946
|
+
def __init__(__self__, *,
|
3947
|
+
spillover: Optional[builtins.str] = None,
|
3948
|
+
spillover_ratio: Optional[builtins.float] = None):
|
3949
|
+
"""
|
3950
|
+
:param builtins.str spillover: This field indicates whether zonal affinity is enabled or not.
|
3951
|
+
Default value is `ZONAL_AFFINITY_DISABLED`.
|
3952
|
+
Possible values are: `ZONAL_AFFINITY_DISABLED`, `ZONAL_AFFINITY_SPILL_CROSS_ZONE`, `ZONAL_AFFINITY_STAY_WITHIN_ZONE`.
|
3953
|
+
: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
|
3954
|
+
to the count of backend endpoints in that same zone is equal to or above this threshold, the load balancer
|
3955
|
+
distributes new connections to all healthy endpoints in the local zone only. When the ratio of the count
|
3956
|
+
of healthy backend endpoints in a zone to the count of backend endpoints in that same zone is below this
|
3957
|
+
threshold, the load balancer distributes all new connections to all healthy endpoints across all zones.
|
3958
|
+
"""
|
3959
|
+
if spillover is not None:
|
3960
|
+
pulumi.set(__self__, "spillover", spillover)
|
3961
|
+
if spillover_ratio is not None:
|
3962
|
+
pulumi.set(__self__, "spillover_ratio", spillover_ratio)
|
3963
|
+
|
3964
|
+
@property
|
3965
|
+
@pulumi.getter
|
3966
|
+
def spillover(self) -> Optional[builtins.str]:
|
3967
|
+
"""
|
3968
|
+
This field indicates whether zonal affinity is enabled or not.
|
3969
|
+
Default value is `ZONAL_AFFINITY_DISABLED`.
|
3970
|
+
Possible values are: `ZONAL_AFFINITY_DISABLED`, `ZONAL_AFFINITY_SPILL_CROSS_ZONE`, `ZONAL_AFFINITY_STAY_WITHIN_ZONE`.
|
3971
|
+
"""
|
3972
|
+
return pulumi.get(self, "spillover")
|
3973
|
+
|
3974
|
+
@property
|
3975
|
+
@pulumi.getter(name="spilloverRatio")
|
3976
|
+
def spillover_ratio(self) -> Optional[builtins.float]:
|
3977
|
+
"""
|
3978
|
+
The value of the field must be in [0, 1]. When the ratio of the count of healthy backend endpoints in a zone
|
3979
|
+
to the count of backend endpoints in that same zone is equal to or above this threshold, the load balancer
|
3980
|
+
distributes new connections to all healthy endpoints in the local zone only. When the ratio of the count
|
3981
|
+
of healthy backend endpoints in a zone to the count of backend endpoints in that same zone is below this
|
3982
|
+
threshold, the load balancer distributes all new connections to all healthy endpoints across all zones.
|
3983
|
+
"""
|
3984
|
+
return pulumi.get(self, "spillover_ratio")
|
3985
|
+
|
3986
|
+
|
3797
3987
|
@pulumi.output_type
|
3798
3988
|
class BackendServiceOutlierDetection(dict):
|
3799
3989
|
@staticmethod
|
@@ -6273,236 +6463,1734 @@ class FirewallPolicyWithRulesRuleMatch(dict):
|
|
6273
6463
|
pulumi.set(__self__, "src_threat_intelligences", src_threat_intelligences)
|
6274
6464
|
|
6275
6465
|
@property
|
6276
|
-
@pulumi.getter(name="layer4Configs")
|
6277
|
-
def layer4_configs(self) -> Sequence['outputs.FirewallPolicyWithRulesRuleMatchLayer4Config']:
|
6466
|
+
@pulumi.getter(name="layer4Configs")
|
6467
|
+
def layer4_configs(self) -> Sequence['outputs.FirewallPolicyWithRulesRuleMatchLayer4Config']:
|
6468
|
+
"""
|
6469
|
+
Pairs of IP protocols and ports that the rule should match.
|
6470
|
+
Structure is documented below.
|
6471
|
+
|
6472
|
+
|
6473
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
6474
|
+
"""
|
6475
|
+
return pulumi.get(self, "layer4_configs")
|
6476
|
+
|
6477
|
+
@property
|
6478
|
+
@pulumi.getter(name="destAddressGroups")
|
6479
|
+
def dest_address_groups(self) -> Optional[Sequence[builtins.str]]:
|
6480
|
+
"""
|
6481
|
+
Address groups which should be matched against the traffic destination.
|
6482
|
+
Maximum number of destination address groups is 10.
|
6483
|
+
"""
|
6484
|
+
return pulumi.get(self, "dest_address_groups")
|
6485
|
+
|
6486
|
+
@property
|
6487
|
+
@pulumi.getter(name="destFqdns")
|
6488
|
+
def dest_fqdns(self) -> Optional[Sequence[builtins.str]]:
|
6489
|
+
"""
|
6490
|
+
Fully Qualified Domain Name (FQDN) which should be matched against
|
6491
|
+
traffic destination. Maximum number of destination fqdn allowed is 100.
|
6492
|
+
"""
|
6493
|
+
return pulumi.get(self, "dest_fqdns")
|
6494
|
+
|
6495
|
+
@property
|
6496
|
+
@pulumi.getter(name="destIpRanges")
|
6497
|
+
def dest_ip_ranges(self) -> Optional[Sequence[builtins.str]]:
|
6498
|
+
"""
|
6499
|
+
Destination IP address range in CIDR format. Required for
|
6500
|
+
EGRESS rules.
|
6501
|
+
"""
|
6502
|
+
return pulumi.get(self, "dest_ip_ranges")
|
6503
|
+
|
6504
|
+
@property
|
6505
|
+
@pulumi.getter(name="destNetworkScope")
|
6506
|
+
def dest_network_scope(self) -> Optional[builtins.str]:
|
6507
|
+
"""
|
6508
|
+
Network scope of the traffic destination.
|
6509
|
+
Possible values are: `INTERNET`, `INTRA_VPC`, `NON_INTERNET`, `VPC_NETWORKS`.
|
6510
|
+
"""
|
6511
|
+
return pulumi.get(self, "dest_network_scope")
|
6512
|
+
|
6513
|
+
@property
|
6514
|
+
@pulumi.getter(name="destRegionCodes")
|
6515
|
+
def dest_region_codes(self) -> Optional[Sequence[builtins.str]]:
|
6516
|
+
"""
|
6517
|
+
Region codes whose IP addresses will be used to match for destination
|
6518
|
+
of traffic. Should be specified as 2 letter country code defined as per
|
6519
|
+
ISO 3166 alpha-2 country codes. ex."US"
|
6520
|
+
Maximum number of destination region codes allowed is 5000.
|
6521
|
+
"""
|
6522
|
+
return pulumi.get(self, "dest_region_codes")
|
6523
|
+
|
6524
|
+
@property
|
6525
|
+
@pulumi.getter(name="destThreatIntelligences")
|
6526
|
+
def dest_threat_intelligences(self) -> Optional[Sequence[builtins.str]]:
|
6527
|
+
"""
|
6528
|
+
Names of Network Threat Intelligence lists.
|
6529
|
+
The IPs in these lists will be matched against traffic destination.
|
6530
|
+
"""
|
6531
|
+
return pulumi.get(self, "dest_threat_intelligences")
|
6532
|
+
|
6533
|
+
@property
|
6534
|
+
@pulumi.getter(name="srcAddressGroups")
|
6535
|
+
def src_address_groups(self) -> Optional[Sequence[builtins.str]]:
|
6536
|
+
"""
|
6537
|
+
Address groups which should be matched against the traffic source.
|
6538
|
+
Maximum number of source address groups is 10.
|
6539
|
+
"""
|
6540
|
+
return pulumi.get(self, "src_address_groups")
|
6541
|
+
|
6542
|
+
@property
|
6543
|
+
@pulumi.getter(name="srcFqdns")
|
6544
|
+
def src_fqdns(self) -> Optional[Sequence[builtins.str]]:
|
6545
|
+
"""
|
6546
|
+
Fully Qualified Domain Name (FQDN) which should be matched against
|
6547
|
+
traffic source. Maximum number of source fqdn allowed is 100.
|
6548
|
+
"""
|
6549
|
+
return pulumi.get(self, "src_fqdns")
|
6550
|
+
|
6551
|
+
@property
|
6552
|
+
@pulumi.getter(name="srcIpRanges")
|
6553
|
+
def src_ip_ranges(self) -> Optional[Sequence[builtins.str]]:
|
6554
|
+
"""
|
6555
|
+
Source IP address range in CIDR format. Required for
|
6556
|
+
INGRESS rules.
|
6557
|
+
"""
|
6558
|
+
return pulumi.get(self, "src_ip_ranges")
|
6559
|
+
|
6560
|
+
@property
|
6561
|
+
@pulumi.getter(name="srcNetworkScope")
|
6562
|
+
def src_network_scope(self) -> Optional[builtins.str]:
|
6563
|
+
"""
|
6564
|
+
Network scope of the traffic source.
|
6565
|
+
Possible values are: `INTERNET`, `INTRA_VPC`, `NON_INTERNET`, `VPC_NETWORKS`.
|
6566
|
+
"""
|
6567
|
+
return pulumi.get(self, "src_network_scope")
|
6568
|
+
|
6569
|
+
@property
|
6570
|
+
@pulumi.getter(name="srcNetworks")
|
6571
|
+
def src_networks(self) -> Optional[Sequence[builtins.str]]:
|
6572
|
+
"""
|
6573
|
+
Networks of the traffic source. It can be either a full or partial url.
|
6574
|
+
"""
|
6575
|
+
return pulumi.get(self, "src_networks")
|
6576
|
+
|
6577
|
+
@property
|
6578
|
+
@pulumi.getter(name="srcRegionCodes")
|
6579
|
+
def src_region_codes(self) -> Optional[Sequence[builtins.str]]:
|
6580
|
+
"""
|
6581
|
+
Region codes whose IP addresses will be used to match for source
|
6582
|
+
of traffic. Should be specified as 2 letter country code defined as per
|
6583
|
+
ISO 3166 alpha-2 country codes. ex."US"
|
6584
|
+
Maximum number of source region codes allowed is 5000.
|
6585
|
+
"""
|
6586
|
+
return pulumi.get(self, "src_region_codes")
|
6587
|
+
|
6588
|
+
@property
|
6589
|
+
@pulumi.getter(name="srcThreatIntelligences")
|
6590
|
+
def src_threat_intelligences(self) -> Optional[Sequence[builtins.str]]:
|
6591
|
+
"""
|
6592
|
+
Names of Network Threat Intelligence lists.
|
6593
|
+
The IPs in these lists will be matched against traffic source.
|
6594
|
+
"""
|
6595
|
+
return pulumi.get(self, "src_threat_intelligences")
|
6596
|
+
|
6597
|
+
|
6598
|
+
@pulumi.output_type
|
6599
|
+
class FirewallPolicyWithRulesRuleMatchLayer4Config(dict):
|
6600
|
+
@staticmethod
|
6601
|
+
def __key_warning(key: str):
|
6602
|
+
suggest = None
|
6603
|
+
if key == "ipProtocol":
|
6604
|
+
suggest = "ip_protocol"
|
6605
|
+
|
6606
|
+
if suggest:
|
6607
|
+
pulumi.log.warn(f"Key '{key}' not found in FirewallPolicyWithRulesRuleMatchLayer4Config. Access the value via the '{suggest}' property getter instead.")
|
6608
|
+
|
6609
|
+
def __getitem__(self, key: str) -> Any:
|
6610
|
+
FirewallPolicyWithRulesRuleMatchLayer4Config.__key_warning(key)
|
6611
|
+
return super().__getitem__(key)
|
6612
|
+
|
6613
|
+
def get(self, key: str, default = None) -> Any:
|
6614
|
+
FirewallPolicyWithRulesRuleMatchLayer4Config.__key_warning(key)
|
6615
|
+
return super().get(key, default)
|
6616
|
+
|
6617
|
+
def __init__(__self__, *,
|
6618
|
+
ip_protocol: builtins.str,
|
6619
|
+
ports: Optional[Sequence[builtins.str]] = None):
|
6620
|
+
"""
|
6621
|
+
:param builtins.str ip_protocol: (Output)
|
6622
|
+
The IP protocol to which this rule applies. The protocol
|
6623
|
+
type is required when creating a firewall rule.
|
6624
|
+
This value can either be one of the following well
|
6625
|
+
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
6626
|
+
or the IP protocol number.
|
6627
|
+
:param Sequence[builtins.str] ports: (Output)
|
6628
|
+
An optional list of ports to which this rule applies. This field
|
6629
|
+
is only applicable for UDP or TCP protocol. Each entry must be
|
6630
|
+
either an integer or a range. If not specified, this rule
|
6631
|
+
applies to connections through any port.
|
6632
|
+
Example inputs include: ["22"], ["80","443"], and
|
6633
|
+
["12345-12349"].
|
6634
|
+
"""
|
6635
|
+
pulumi.set(__self__, "ip_protocol", ip_protocol)
|
6636
|
+
if ports is not None:
|
6637
|
+
pulumi.set(__self__, "ports", ports)
|
6638
|
+
|
6639
|
+
@property
|
6640
|
+
@pulumi.getter(name="ipProtocol")
|
6641
|
+
def ip_protocol(self) -> builtins.str:
|
6642
|
+
"""
|
6643
|
+
(Output)
|
6644
|
+
The IP protocol to which this rule applies. The protocol
|
6645
|
+
type is required when creating a firewall rule.
|
6646
|
+
This value can either be one of the following well
|
6647
|
+
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
6648
|
+
or the IP protocol number.
|
6649
|
+
"""
|
6650
|
+
return pulumi.get(self, "ip_protocol")
|
6651
|
+
|
6652
|
+
@property
|
6653
|
+
@pulumi.getter
|
6654
|
+
def ports(self) -> Optional[Sequence[builtins.str]]:
|
6655
|
+
"""
|
6656
|
+
(Output)
|
6657
|
+
An optional list of ports to which this rule applies. This field
|
6658
|
+
is only applicable for UDP or TCP protocol. Each entry must be
|
6659
|
+
either an integer or a range. If not specified, this rule
|
6660
|
+
applies to connections through any port.
|
6661
|
+
Example inputs include: ["22"], ["80","443"], and
|
6662
|
+
["12345-12349"].
|
6663
|
+
"""
|
6664
|
+
return pulumi.get(self, "ports")
|
6665
|
+
|
6666
|
+
|
6667
|
+
@pulumi.output_type
|
6668
|
+
class ForwardingRuleServiceDirectoryRegistrations(dict):
|
6669
|
+
def __init__(__self__, *,
|
6670
|
+
namespace: Optional[builtins.str] = None,
|
6671
|
+
service: Optional[builtins.str] = None):
|
6672
|
+
"""
|
6673
|
+
:param builtins.str namespace: Service Directory namespace to register the forwarding rule under.
|
6674
|
+
:param builtins.str service: Service Directory service to register the forwarding rule under.
|
6675
|
+
"""
|
6676
|
+
if namespace is not None:
|
6677
|
+
pulumi.set(__self__, "namespace", namespace)
|
6678
|
+
if service is not None:
|
6679
|
+
pulumi.set(__self__, "service", service)
|
6680
|
+
|
6681
|
+
@property
|
6682
|
+
@pulumi.getter
|
6683
|
+
def namespace(self) -> Optional[builtins.str]:
|
6684
|
+
"""
|
6685
|
+
Service Directory namespace to register the forwarding rule under.
|
6686
|
+
"""
|
6687
|
+
return pulumi.get(self, "namespace")
|
6688
|
+
|
6689
|
+
@property
|
6690
|
+
@pulumi.getter
|
6691
|
+
def service(self) -> Optional[builtins.str]:
|
6692
|
+
"""
|
6693
|
+
Service Directory service to register the forwarding rule under.
|
6694
|
+
"""
|
6695
|
+
return pulumi.get(self, "service")
|
6696
|
+
|
6697
|
+
|
6698
|
+
@pulumi.output_type
|
6699
|
+
class FutureReservationAutoCreatedReservationsDuration(dict):
|
6700
|
+
def __init__(__self__, *,
|
6701
|
+
nanos: Optional[builtins.int] = None,
|
6702
|
+
seconds: Optional[builtins.str] = None):
|
6703
|
+
"""
|
6704
|
+
: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.
|
6705
|
+
:param builtins.str seconds: Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
6706
|
+
"""
|
6707
|
+
if nanos is not None:
|
6708
|
+
pulumi.set(__self__, "nanos", nanos)
|
6709
|
+
if seconds is not None:
|
6710
|
+
pulumi.set(__self__, "seconds", seconds)
|
6711
|
+
|
6712
|
+
@property
|
6713
|
+
@pulumi.getter
|
6714
|
+
def nanos(self) -> Optional[builtins.int]:
|
6715
|
+
"""
|
6716
|
+
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.
|
6717
|
+
"""
|
6718
|
+
return pulumi.get(self, "nanos")
|
6719
|
+
|
6720
|
+
@property
|
6721
|
+
@pulumi.getter
|
6722
|
+
def seconds(self) -> Optional[builtins.str]:
|
6723
|
+
"""
|
6724
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
6725
|
+
"""
|
6726
|
+
return pulumi.get(self, "seconds")
|
6727
|
+
|
6728
|
+
|
6729
|
+
@pulumi.output_type
|
6730
|
+
class FutureReservationCommitmentInfo(dict):
|
6731
|
+
@staticmethod
|
6732
|
+
def __key_warning(key: str):
|
6733
|
+
suggest = None
|
6734
|
+
if key == "commitmentName":
|
6735
|
+
suggest = "commitment_name"
|
6736
|
+
elif key == "commitmentPlan":
|
6737
|
+
suggest = "commitment_plan"
|
6738
|
+
elif key == "previousCommitmentTerms":
|
6739
|
+
suggest = "previous_commitment_terms"
|
6740
|
+
|
6741
|
+
if suggest:
|
6742
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationCommitmentInfo. Access the value via the '{suggest}' property getter instead.")
|
6743
|
+
|
6744
|
+
def __getitem__(self, key: str) -> Any:
|
6745
|
+
FutureReservationCommitmentInfo.__key_warning(key)
|
6746
|
+
return super().__getitem__(key)
|
6747
|
+
|
6748
|
+
def get(self, key: str, default = None) -> Any:
|
6749
|
+
FutureReservationCommitmentInfo.__key_warning(key)
|
6750
|
+
return super().get(key, default)
|
6751
|
+
|
6752
|
+
def __init__(__self__, *,
|
6753
|
+
commitment_name: Optional[builtins.str] = None,
|
6754
|
+
commitment_plan: Optional[builtins.str] = None,
|
6755
|
+
previous_commitment_terms: Optional[builtins.str] = None):
|
6756
|
+
"""
|
6757
|
+
:param builtins.str commitment_name: name of the commitment where capacity is being delivered to.
|
6758
|
+
: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.
|
6759
|
+
Possible values are: `INVALID`, `THIRTY_SIX_MONTH`, `TWELVE_MONTH`.
|
6760
|
+
: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.
|
6761
|
+
Possible values are: `EXTEND`.
|
6762
|
+
"""
|
6763
|
+
if commitment_name is not None:
|
6764
|
+
pulumi.set(__self__, "commitment_name", commitment_name)
|
6765
|
+
if commitment_plan is not None:
|
6766
|
+
pulumi.set(__self__, "commitment_plan", commitment_plan)
|
6767
|
+
if previous_commitment_terms is not None:
|
6768
|
+
pulumi.set(__self__, "previous_commitment_terms", previous_commitment_terms)
|
6769
|
+
|
6770
|
+
@property
|
6771
|
+
@pulumi.getter(name="commitmentName")
|
6772
|
+
def commitment_name(self) -> Optional[builtins.str]:
|
6773
|
+
"""
|
6774
|
+
name of the commitment where capacity is being delivered to.
|
6775
|
+
"""
|
6776
|
+
return pulumi.get(self, "commitment_name")
|
6777
|
+
|
6778
|
+
@property
|
6779
|
+
@pulumi.getter(name="commitmentPlan")
|
6780
|
+
def commitment_plan(self) -> Optional[builtins.str]:
|
6781
|
+
"""
|
6782
|
+
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.
|
6783
|
+
Possible values are: `INVALID`, `THIRTY_SIX_MONTH`, `TWELVE_MONTH`.
|
6784
|
+
"""
|
6785
|
+
return pulumi.get(self, "commitment_plan")
|
6786
|
+
|
6787
|
+
@property
|
6788
|
+
@pulumi.getter(name="previousCommitmentTerms")
|
6789
|
+
def previous_commitment_terms(self) -> Optional[builtins.str]:
|
6790
|
+
"""
|
6791
|
+
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.
|
6792
|
+
Possible values are: `EXTEND`.
|
6793
|
+
"""
|
6794
|
+
return pulumi.get(self, "previous_commitment_terms")
|
6795
|
+
|
6796
|
+
|
6797
|
+
@pulumi.output_type
|
6798
|
+
class FutureReservationShareSettings(dict):
|
6799
|
+
@staticmethod
|
6800
|
+
def __key_warning(key: str):
|
6801
|
+
suggest = None
|
6802
|
+
if key == "projectMaps":
|
6803
|
+
suggest = "project_maps"
|
6804
|
+
elif key == "shareType":
|
6805
|
+
suggest = "share_type"
|
6806
|
+
|
6807
|
+
if suggest:
|
6808
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationShareSettings. Access the value via the '{suggest}' property getter instead.")
|
6809
|
+
|
6810
|
+
def __getitem__(self, key: str) -> Any:
|
6811
|
+
FutureReservationShareSettings.__key_warning(key)
|
6812
|
+
return super().__getitem__(key)
|
6813
|
+
|
6814
|
+
def get(self, key: str, default = None) -> Any:
|
6815
|
+
FutureReservationShareSettings.__key_warning(key)
|
6816
|
+
return super().get(key, default)
|
6817
|
+
|
6818
|
+
def __init__(__self__, *,
|
6819
|
+
project_maps: Optional[Sequence['outputs.FutureReservationShareSettingsProjectMap']] = None,
|
6820
|
+
projects: Optional[Sequence[builtins.str]] = None,
|
6821
|
+
share_type: Optional[builtins.str] = None):
|
6822
|
+
"""
|
6823
|
+
:param Sequence['FutureReservationShareSettingsProjectMapArgs'] project_maps: A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
6824
|
+
Structure is documented below.
|
6825
|
+
: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.
|
6826
|
+
:param builtins.str share_type: Type of sharing for this future reservation.
|
6827
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
6828
|
+
"""
|
6829
|
+
if project_maps is not None:
|
6830
|
+
pulumi.set(__self__, "project_maps", project_maps)
|
6831
|
+
if projects is not None:
|
6832
|
+
pulumi.set(__self__, "projects", projects)
|
6833
|
+
if share_type is not None:
|
6834
|
+
pulumi.set(__self__, "share_type", share_type)
|
6835
|
+
|
6836
|
+
@property
|
6837
|
+
@pulumi.getter(name="projectMaps")
|
6838
|
+
def project_maps(self) -> Optional[Sequence['outputs.FutureReservationShareSettingsProjectMap']]:
|
6839
|
+
"""
|
6840
|
+
A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
6841
|
+
Structure is documented below.
|
6842
|
+
"""
|
6843
|
+
return pulumi.get(self, "project_maps")
|
6844
|
+
|
6845
|
+
@property
|
6846
|
+
@pulumi.getter
|
6847
|
+
def projects(self) -> Optional[Sequence[builtins.str]]:
|
6848
|
+
"""
|
6849
|
+
list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
6850
|
+
"""
|
6851
|
+
return pulumi.get(self, "projects")
|
6852
|
+
|
6853
|
+
@property
|
6854
|
+
@pulumi.getter(name="shareType")
|
6855
|
+
def share_type(self) -> Optional[builtins.str]:
|
6856
|
+
"""
|
6857
|
+
Type of sharing for this future reservation.
|
6858
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
6859
|
+
"""
|
6860
|
+
return pulumi.get(self, "share_type")
|
6861
|
+
|
6862
|
+
|
6863
|
+
@pulumi.output_type
|
6864
|
+
class FutureReservationShareSettingsProjectMap(dict):
|
6865
|
+
@staticmethod
|
6866
|
+
def __key_warning(key: str):
|
6867
|
+
suggest = None
|
6868
|
+
if key == "projectId":
|
6869
|
+
suggest = "project_id"
|
6870
|
+
|
6871
|
+
if suggest:
|
6872
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationShareSettingsProjectMap. Access the value via the '{suggest}' property getter instead.")
|
6873
|
+
|
6874
|
+
def __getitem__(self, key: str) -> Any:
|
6875
|
+
FutureReservationShareSettingsProjectMap.__key_warning(key)
|
6876
|
+
return super().__getitem__(key)
|
6877
|
+
|
6878
|
+
def get(self, key: str, default = None) -> Any:
|
6879
|
+
FutureReservationShareSettingsProjectMap.__key_warning(key)
|
6880
|
+
return super().get(key, default)
|
6881
|
+
|
6882
|
+
def __init__(__self__, *,
|
6883
|
+
id: builtins.str,
|
6884
|
+
project_id: Optional[builtins.str] = None):
|
6885
|
+
"""
|
6886
|
+
:param builtins.str id: The identifier for this object. Format specified above.
|
6887
|
+
:param builtins.str project_id: The project ID, should be same as the key of this project config in the parent map.
|
6888
|
+
"""
|
6889
|
+
pulumi.set(__self__, "id", id)
|
6890
|
+
if project_id is not None:
|
6891
|
+
pulumi.set(__self__, "project_id", project_id)
|
6892
|
+
|
6893
|
+
@property
|
6894
|
+
@pulumi.getter
|
6895
|
+
def id(self) -> builtins.str:
|
6896
|
+
"""
|
6897
|
+
The identifier for this object. Format specified above.
|
6898
|
+
"""
|
6899
|
+
return pulumi.get(self, "id")
|
6900
|
+
|
6901
|
+
@property
|
6902
|
+
@pulumi.getter(name="projectId")
|
6903
|
+
def project_id(self) -> Optional[builtins.str]:
|
6904
|
+
"""
|
6905
|
+
The project ID, should be same as the key of this project config in the parent map.
|
6906
|
+
"""
|
6907
|
+
return pulumi.get(self, "project_id")
|
6908
|
+
|
6909
|
+
|
6910
|
+
@pulumi.output_type
|
6911
|
+
class FutureReservationSpecificSkuProperties(dict):
|
6912
|
+
@staticmethod
|
6913
|
+
def __key_warning(key: str):
|
6914
|
+
suggest = None
|
6915
|
+
if key == "instanceProperties":
|
6916
|
+
suggest = "instance_properties"
|
6917
|
+
elif key == "sourceInstanceTemplate":
|
6918
|
+
suggest = "source_instance_template"
|
6919
|
+
elif key == "totalCount":
|
6920
|
+
suggest = "total_count"
|
6921
|
+
|
6922
|
+
if suggest:
|
6923
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationSpecificSkuProperties. Access the value via the '{suggest}' property getter instead.")
|
6924
|
+
|
6925
|
+
def __getitem__(self, key: str) -> Any:
|
6926
|
+
FutureReservationSpecificSkuProperties.__key_warning(key)
|
6927
|
+
return super().__getitem__(key)
|
6928
|
+
|
6929
|
+
def get(self, key: str, default = None) -> Any:
|
6930
|
+
FutureReservationSpecificSkuProperties.__key_warning(key)
|
6931
|
+
return super().get(key, default)
|
6932
|
+
|
6933
|
+
def __init__(__self__, *,
|
6934
|
+
instance_properties: Optional['outputs.FutureReservationSpecificSkuPropertiesInstanceProperties'] = None,
|
6935
|
+
source_instance_template: Optional[builtins.str] = None,
|
6936
|
+
total_count: Optional[builtins.str] = None):
|
6937
|
+
"""
|
6938
|
+
:param 'FutureReservationSpecificSkuPropertiesInstancePropertiesArgs' instance_properties: Properties of the SKU instances being reserved.
|
6939
|
+
Structure is documented below.
|
6940
|
+
:param builtins.str source_instance_template: The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
6941
|
+
:param builtins.str total_count: Total number of instances for which capacity assurance is requested at a future time period.
|
6942
|
+
"""
|
6943
|
+
if instance_properties is not None:
|
6944
|
+
pulumi.set(__self__, "instance_properties", instance_properties)
|
6945
|
+
if source_instance_template is not None:
|
6946
|
+
pulumi.set(__self__, "source_instance_template", source_instance_template)
|
6947
|
+
if total_count is not None:
|
6948
|
+
pulumi.set(__self__, "total_count", total_count)
|
6949
|
+
|
6950
|
+
@property
|
6951
|
+
@pulumi.getter(name="instanceProperties")
|
6952
|
+
def instance_properties(self) -> Optional['outputs.FutureReservationSpecificSkuPropertiesInstanceProperties']:
|
6953
|
+
"""
|
6954
|
+
Properties of the SKU instances being reserved.
|
6955
|
+
Structure is documented below.
|
6956
|
+
"""
|
6957
|
+
return pulumi.get(self, "instance_properties")
|
6958
|
+
|
6959
|
+
@property
|
6960
|
+
@pulumi.getter(name="sourceInstanceTemplate")
|
6961
|
+
def source_instance_template(self) -> Optional[builtins.str]:
|
6962
|
+
"""
|
6963
|
+
The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
6964
|
+
"""
|
6965
|
+
return pulumi.get(self, "source_instance_template")
|
6966
|
+
|
6967
|
+
@property
|
6968
|
+
@pulumi.getter(name="totalCount")
|
6969
|
+
def total_count(self) -> Optional[builtins.str]:
|
6970
|
+
"""
|
6971
|
+
Total number of instances for which capacity assurance is requested at a future time period.
|
6972
|
+
"""
|
6973
|
+
return pulumi.get(self, "total_count")
|
6974
|
+
|
6975
|
+
|
6976
|
+
@pulumi.output_type
|
6977
|
+
class FutureReservationSpecificSkuPropertiesInstanceProperties(dict):
|
6978
|
+
@staticmethod
|
6979
|
+
def __key_warning(key: str):
|
6980
|
+
suggest = None
|
6981
|
+
if key == "guestAccelerators":
|
6982
|
+
suggest = "guest_accelerators"
|
6983
|
+
elif key == "localSsds":
|
6984
|
+
suggest = "local_ssds"
|
6985
|
+
elif key == "locationHint":
|
6986
|
+
suggest = "location_hint"
|
6987
|
+
elif key == "machineType":
|
6988
|
+
suggest = "machine_type"
|
6989
|
+
elif key == "maintenanceFreezeDurationHours":
|
6990
|
+
suggest = "maintenance_freeze_duration_hours"
|
6991
|
+
elif key == "maintenanceInterval":
|
6992
|
+
suggest = "maintenance_interval"
|
6993
|
+
elif key == "minCpuPlatform":
|
6994
|
+
suggest = "min_cpu_platform"
|
6995
|
+
|
6996
|
+
if suggest:
|
6997
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationSpecificSkuPropertiesInstanceProperties. Access the value via the '{suggest}' property getter instead.")
|
6998
|
+
|
6999
|
+
def __getitem__(self, key: str) -> Any:
|
7000
|
+
FutureReservationSpecificSkuPropertiesInstanceProperties.__key_warning(key)
|
7001
|
+
return super().__getitem__(key)
|
7002
|
+
|
7003
|
+
def get(self, key: str, default = None) -> Any:
|
7004
|
+
FutureReservationSpecificSkuPropertiesInstanceProperties.__key_warning(key)
|
7005
|
+
return super().get(key, default)
|
7006
|
+
|
7007
|
+
def __init__(__self__, *,
|
7008
|
+
guest_accelerators: Optional[Sequence['outputs.FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAccelerator']] = None,
|
7009
|
+
local_ssds: Optional[Sequence['outputs.FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsd']] = None,
|
7010
|
+
location_hint: Optional[builtins.str] = None,
|
7011
|
+
machine_type: Optional[builtins.str] = None,
|
7012
|
+
maintenance_freeze_duration_hours: Optional[builtins.int] = None,
|
7013
|
+
maintenance_interval: Optional[builtins.str] = None,
|
7014
|
+
min_cpu_platform: Optional[builtins.str] = None):
|
7015
|
+
"""
|
7016
|
+
:param Sequence['FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs'] guest_accelerators: Specifies accelerator type and count.
|
7017
|
+
Structure is documented below.
|
7018
|
+
:param Sequence['FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgs'] local_ssds: Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
7019
|
+
Structure is documented below.
|
7020
|
+
: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.
|
7021
|
+
: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.
|
7022
|
+
: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.
|
7023
|
+
:param builtins.str maintenance_interval: Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
7024
|
+
Possible values are: `PERIODIC`.
|
7025
|
+
:param builtins.str min_cpu_platform: Minimum cpu platform the reservation.
|
7026
|
+
"""
|
7027
|
+
if guest_accelerators is not None:
|
7028
|
+
pulumi.set(__self__, "guest_accelerators", guest_accelerators)
|
7029
|
+
if local_ssds is not None:
|
7030
|
+
pulumi.set(__self__, "local_ssds", local_ssds)
|
7031
|
+
if location_hint is not None:
|
7032
|
+
pulumi.set(__self__, "location_hint", location_hint)
|
7033
|
+
if machine_type is not None:
|
7034
|
+
pulumi.set(__self__, "machine_type", machine_type)
|
7035
|
+
if maintenance_freeze_duration_hours is not None:
|
7036
|
+
pulumi.set(__self__, "maintenance_freeze_duration_hours", maintenance_freeze_duration_hours)
|
7037
|
+
if maintenance_interval is not None:
|
7038
|
+
pulumi.set(__self__, "maintenance_interval", maintenance_interval)
|
7039
|
+
if min_cpu_platform is not None:
|
7040
|
+
pulumi.set(__self__, "min_cpu_platform", min_cpu_platform)
|
7041
|
+
|
7042
|
+
@property
|
7043
|
+
@pulumi.getter(name="guestAccelerators")
|
7044
|
+
def guest_accelerators(self) -> Optional[Sequence['outputs.FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAccelerator']]:
|
7045
|
+
"""
|
7046
|
+
Specifies accelerator type and count.
|
7047
|
+
Structure is documented below.
|
7048
|
+
"""
|
7049
|
+
return pulumi.get(self, "guest_accelerators")
|
7050
|
+
|
7051
|
+
@property
|
7052
|
+
@pulumi.getter(name="localSsds")
|
7053
|
+
def local_ssds(self) -> Optional[Sequence['outputs.FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsd']]:
|
7054
|
+
"""
|
7055
|
+
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
7056
|
+
Structure is documented below.
|
7057
|
+
"""
|
7058
|
+
return pulumi.get(self, "local_ssds")
|
7059
|
+
|
7060
|
+
@property
|
7061
|
+
@pulumi.getter(name="locationHint")
|
7062
|
+
def location_hint(self) -> Optional[builtins.str]:
|
7063
|
+
"""
|
7064
|
+
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.
|
7065
|
+
"""
|
7066
|
+
return pulumi.get(self, "location_hint")
|
7067
|
+
|
7068
|
+
@property
|
7069
|
+
@pulumi.getter(name="machineType")
|
7070
|
+
def machine_type(self) -> Optional[builtins.str]:
|
7071
|
+
"""
|
7072
|
+
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.
|
7073
|
+
"""
|
7074
|
+
return pulumi.get(self, "machine_type")
|
7075
|
+
|
7076
|
+
@property
|
7077
|
+
@pulumi.getter(name="maintenanceFreezeDurationHours")
|
7078
|
+
def maintenance_freeze_duration_hours(self) -> Optional[builtins.int]:
|
7079
|
+
"""
|
7080
|
+
Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
|
7081
|
+
"""
|
7082
|
+
return pulumi.get(self, "maintenance_freeze_duration_hours")
|
7083
|
+
|
7084
|
+
@property
|
7085
|
+
@pulumi.getter(name="maintenanceInterval")
|
7086
|
+
def maintenance_interval(self) -> Optional[builtins.str]:
|
7087
|
+
"""
|
7088
|
+
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
7089
|
+
Possible values are: `PERIODIC`.
|
7090
|
+
"""
|
7091
|
+
return pulumi.get(self, "maintenance_interval")
|
7092
|
+
|
7093
|
+
@property
|
7094
|
+
@pulumi.getter(name="minCpuPlatform")
|
7095
|
+
def min_cpu_platform(self) -> Optional[builtins.str]:
|
7096
|
+
"""
|
7097
|
+
Minimum cpu platform the reservation.
|
7098
|
+
"""
|
7099
|
+
return pulumi.get(self, "min_cpu_platform")
|
7100
|
+
|
7101
|
+
|
7102
|
+
@pulumi.output_type
|
7103
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAccelerator(dict):
|
7104
|
+
@staticmethod
|
7105
|
+
def __key_warning(key: str):
|
7106
|
+
suggest = None
|
7107
|
+
if key == "acceleratorCount":
|
7108
|
+
suggest = "accelerator_count"
|
7109
|
+
elif key == "acceleratorType":
|
7110
|
+
suggest = "accelerator_type"
|
7111
|
+
|
7112
|
+
if suggest:
|
7113
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAccelerator. Access the value via the '{suggest}' property getter instead.")
|
7114
|
+
|
7115
|
+
def __getitem__(self, key: str) -> Any:
|
7116
|
+
FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAccelerator.__key_warning(key)
|
7117
|
+
return super().__getitem__(key)
|
7118
|
+
|
7119
|
+
def get(self, key: str, default = None) -> Any:
|
7120
|
+
FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAccelerator.__key_warning(key)
|
7121
|
+
return super().get(key, default)
|
7122
|
+
|
7123
|
+
def __init__(__self__, *,
|
7124
|
+
accelerator_count: Optional[builtins.int] = None,
|
7125
|
+
accelerator_type: Optional[builtins.str] = None):
|
7126
|
+
"""
|
7127
|
+
:param builtins.int accelerator_count: The number of the guest accelerator cards exposed to this instance.
|
7128
|
+
:param builtins.str accelerator_type: Full or partial URL of the accelerator type resource to attach to this instance.
|
7129
|
+
"""
|
7130
|
+
if accelerator_count is not None:
|
7131
|
+
pulumi.set(__self__, "accelerator_count", accelerator_count)
|
7132
|
+
if accelerator_type is not None:
|
7133
|
+
pulumi.set(__self__, "accelerator_type", accelerator_type)
|
7134
|
+
|
7135
|
+
@property
|
7136
|
+
@pulumi.getter(name="acceleratorCount")
|
7137
|
+
def accelerator_count(self) -> Optional[builtins.int]:
|
7138
|
+
"""
|
7139
|
+
The number of the guest accelerator cards exposed to this instance.
|
7140
|
+
"""
|
7141
|
+
return pulumi.get(self, "accelerator_count")
|
7142
|
+
|
7143
|
+
@property
|
7144
|
+
@pulumi.getter(name="acceleratorType")
|
7145
|
+
def accelerator_type(self) -> Optional[builtins.str]:
|
7146
|
+
"""
|
7147
|
+
Full or partial URL of the accelerator type resource to attach to this instance.
|
7148
|
+
"""
|
7149
|
+
return pulumi.get(self, "accelerator_type")
|
7150
|
+
|
7151
|
+
|
7152
|
+
@pulumi.output_type
|
7153
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsd(dict):
|
7154
|
+
@staticmethod
|
7155
|
+
def __key_warning(key: str):
|
7156
|
+
suggest = None
|
7157
|
+
if key == "diskSizeGb":
|
7158
|
+
suggest = "disk_size_gb"
|
7159
|
+
|
7160
|
+
if suggest:
|
7161
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsd. Access the value via the '{suggest}' property getter instead.")
|
7162
|
+
|
7163
|
+
def __getitem__(self, key: str) -> Any:
|
7164
|
+
FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsd.__key_warning(key)
|
7165
|
+
return super().__getitem__(key)
|
7166
|
+
|
7167
|
+
def get(self, key: str, default = None) -> Any:
|
7168
|
+
FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsd.__key_warning(key)
|
7169
|
+
return super().get(key, default)
|
7170
|
+
|
7171
|
+
def __init__(__self__, *,
|
7172
|
+
disk_size_gb: Optional[builtins.str] = None,
|
7173
|
+
interface: Optional[builtins.str] = None):
|
7174
|
+
"""
|
7175
|
+
:param builtins.str disk_size_gb: Specifies the size of the disk in base-2 GB.
|
7176
|
+
:param builtins.str interface: Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
7177
|
+
Possible values are: `SCSI`, `NVME`.
|
7178
|
+
"""
|
7179
|
+
if disk_size_gb is not None:
|
7180
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
7181
|
+
if interface is not None:
|
7182
|
+
pulumi.set(__self__, "interface", interface)
|
7183
|
+
|
7184
|
+
@property
|
7185
|
+
@pulumi.getter(name="diskSizeGb")
|
7186
|
+
def disk_size_gb(self) -> Optional[builtins.str]:
|
7187
|
+
"""
|
7188
|
+
Specifies the size of the disk in base-2 GB.
|
7189
|
+
"""
|
7190
|
+
return pulumi.get(self, "disk_size_gb")
|
7191
|
+
|
7192
|
+
@property
|
7193
|
+
@pulumi.getter
|
7194
|
+
def interface(self) -> Optional[builtins.str]:
|
7195
|
+
"""
|
7196
|
+
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
7197
|
+
Possible values are: `SCSI`, `NVME`.
|
7198
|
+
"""
|
7199
|
+
return pulumi.get(self, "interface")
|
7200
|
+
|
7201
|
+
|
7202
|
+
@pulumi.output_type
|
7203
|
+
class FutureReservationStatus(dict):
|
7204
|
+
@staticmethod
|
7205
|
+
def __key_warning(key: str):
|
7206
|
+
suggest = None
|
7207
|
+
if key == "amendmentStatus":
|
7208
|
+
suggest = "amendment_status"
|
7209
|
+
elif key == "autoCreatedReservations":
|
7210
|
+
suggest = "auto_created_reservations"
|
7211
|
+
elif key == "fulfilledCount":
|
7212
|
+
suggest = "fulfilled_count"
|
7213
|
+
elif key == "lastKnownGoodState":
|
7214
|
+
suggest = "last_known_good_state"
|
7215
|
+
elif key == "lockTime":
|
7216
|
+
suggest = "lock_time"
|
7217
|
+
elif key == "procurementStatus":
|
7218
|
+
suggest = "procurement_status"
|
7219
|
+
elif key == "specificSkuProperties":
|
7220
|
+
suggest = "specific_sku_properties"
|
7221
|
+
|
7222
|
+
if suggest:
|
7223
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatus. Access the value via the '{suggest}' property getter instead.")
|
7224
|
+
|
7225
|
+
def __getitem__(self, key: str) -> Any:
|
7226
|
+
FutureReservationStatus.__key_warning(key)
|
7227
|
+
return super().__getitem__(key)
|
7228
|
+
|
7229
|
+
def get(self, key: str, default = None) -> Any:
|
7230
|
+
FutureReservationStatus.__key_warning(key)
|
7231
|
+
return super().get(key, default)
|
7232
|
+
|
7233
|
+
def __init__(__self__, *,
|
7234
|
+
amendment_status: Optional[builtins.str] = None,
|
7235
|
+
auto_created_reservations: Optional[Sequence[builtins.str]] = None,
|
7236
|
+
fulfilled_count: Optional[builtins.str] = None,
|
7237
|
+
last_known_good_state: Optional['outputs.FutureReservationStatusLastKnownGoodState'] = None,
|
7238
|
+
lock_time: Optional[builtins.str] = None,
|
7239
|
+
procurement_status: Optional[builtins.str] = None,
|
7240
|
+
specific_sku_properties: Optional['outputs.FutureReservationStatusSpecificSkuProperties'] = None):
|
7241
|
+
"""
|
7242
|
+
:param builtins.str amendment_status: The current status of the requested amendment.
|
7243
|
+
Possible values are: .
|
7244
|
+
:param Sequence[builtins.str] auto_created_reservations: Fully qualified urls of the automatically created reservations at startTime.
|
7245
|
+
: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.
|
7246
|
+
: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.
|
7247
|
+
Structure is documented below.
|
7248
|
+
:param builtins.str lock_time: The lock time of the FutureReservation before an amendment was requested.
|
7249
|
+
:param builtins.str procurement_status: The status of the last known good state for the Future Reservation
|
7250
|
+
Possible values are: .
|
7251
|
+
:param 'FutureReservationStatusSpecificSkuPropertiesArgs' specific_sku_properties: The previous instance related properties of the Future Reservation.
|
7252
|
+
Structure is documented below.
|
7253
|
+
"""
|
7254
|
+
if amendment_status is not None:
|
7255
|
+
pulumi.set(__self__, "amendment_status", amendment_status)
|
7256
|
+
if auto_created_reservations is not None:
|
7257
|
+
pulumi.set(__self__, "auto_created_reservations", auto_created_reservations)
|
7258
|
+
if fulfilled_count is not None:
|
7259
|
+
pulumi.set(__self__, "fulfilled_count", fulfilled_count)
|
7260
|
+
if last_known_good_state is not None:
|
7261
|
+
pulumi.set(__self__, "last_known_good_state", last_known_good_state)
|
7262
|
+
if lock_time is not None:
|
7263
|
+
pulumi.set(__self__, "lock_time", lock_time)
|
7264
|
+
if procurement_status is not None:
|
7265
|
+
pulumi.set(__self__, "procurement_status", procurement_status)
|
7266
|
+
if specific_sku_properties is not None:
|
7267
|
+
pulumi.set(__self__, "specific_sku_properties", specific_sku_properties)
|
7268
|
+
|
7269
|
+
@property
|
7270
|
+
@pulumi.getter(name="amendmentStatus")
|
7271
|
+
def amendment_status(self) -> Optional[builtins.str]:
|
7272
|
+
"""
|
7273
|
+
The current status of the requested amendment.
|
7274
|
+
Possible values are: .
|
7275
|
+
"""
|
7276
|
+
return pulumi.get(self, "amendment_status")
|
7277
|
+
|
7278
|
+
@property
|
7279
|
+
@pulumi.getter(name="autoCreatedReservations")
|
7280
|
+
def auto_created_reservations(self) -> Optional[Sequence[builtins.str]]:
|
7281
|
+
"""
|
7282
|
+
Fully qualified urls of the automatically created reservations at startTime.
|
7283
|
+
"""
|
7284
|
+
return pulumi.get(self, "auto_created_reservations")
|
7285
|
+
|
7286
|
+
@property
|
7287
|
+
@pulumi.getter(name="fulfilledCount")
|
7288
|
+
def fulfilled_count(self) -> Optional[builtins.str]:
|
7289
|
+
"""
|
7290
|
+
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.
|
7291
|
+
"""
|
7292
|
+
return pulumi.get(self, "fulfilled_count")
|
7293
|
+
|
7294
|
+
@property
|
7295
|
+
@pulumi.getter(name="lastKnownGoodState")
|
7296
|
+
def last_known_good_state(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodState']:
|
7297
|
+
"""
|
7298
|
+
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.
|
7299
|
+
Structure is documented below.
|
7300
|
+
"""
|
7301
|
+
return pulumi.get(self, "last_known_good_state")
|
7302
|
+
|
7303
|
+
@property
|
7304
|
+
@pulumi.getter(name="lockTime")
|
7305
|
+
def lock_time(self) -> Optional[builtins.str]:
|
7306
|
+
"""
|
7307
|
+
The lock time of the FutureReservation before an amendment was requested.
|
7308
|
+
"""
|
7309
|
+
return pulumi.get(self, "lock_time")
|
7310
|
+
|
7311
|
+
@property
|
7312
|
+
@pulumi.getter(name="procurementStatus")
|
7313
|
+
def procurement_status(self) -> Optional[builtins.str]:
|
7314
|
+
"""
|
7315
|
+
The status of the last known good state for the Future Reservation
|
7316
|
+
Possible values are: .
|
7317
|
+
"""
|
7318
|
+
return pulumi.get(self, "procurement_status")
|
7319
|
+
|
7320
|
+
@property
|
7321
|
+
@pulumi.getter(name="specificSkuProperties")
|
7322
|
+
def specific_sku_properties(self) -> Optional['outputs.FutureReservationStatusSpecificSkuProperties']:
|
7323
|
+
"""
|
7324
|
+
The previous instance related properties of the Future Reservation.
|
7325
|
+
Structure is documented below.
|
7326
|
+
"""
|
7327
|
+
return pulumi.get(self, "specific_sku_properties")
|
7328
|
+
|
7329
|
+
|
7330
|
+
@pulumi.output_type
|
7331
|
+
class FutureReservationStatusLastKnownGoodState(dict):
|
7332
|
+
@staticmethod
|
7333
|
+
def __key_warning(key: str):
|
7334
|
+
suggest = None
|
7335
|
+
if key == "existingMatchingUsageInfo":
|
7336
|
+
suggest = "existing_matching_usage_info"
|
7337
|
+
elif key == "futureReservationSpecs":
|
7338
|
+
suggest = "future_reservation_specs"
|
7339
|
+
elif key == "lockTime":
|
7340
|
+
suggest = "lock_time"
|
7341
|
+
elif key == "namePrefix":
|
7342
|
+
suggest = "name_prefix"
|
7343
|
+
elif key == "procurementStatus":
|
7344
|
+
suggest = "procurement_status"
|
7345
|
+
|
7346
|
+
if suggest:
|
7347
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodState. Access the value via the '{suggest}' property getter instead.")
|
7348
|
+
|
7349
|
+
def __getitem__(self, key: str) -> Any:
|
7350
|
+
FutureReservationStatusLastKnownGoodState.__key_warning(key)
|
7351
|
+
return super().__getitem__(key)
|
7352
|
+
|
7353
|
+
def get(self, key: str, default = None) -> Any:
|
7354
|
+
FutureReservationStatusLastKnownGoodState.__key_warning(key)
|
7355
|
+
return super().get(key, default)
|
7356
|
+
|
7357
|
+
def __init__(__self__, *,
|
7358
|
+
description: Optional[builtins.str] = None,
|
7359
|
+
existing_matching_usage_info: Optional['outputs.FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfo'] = None,
|
7360
|
+
future_reservation_specs: Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecs'] = None,
|
7361
|
+
lock_time: Optional[builtins.str] = None,
|
7362
|
+
name_prefix: Optional[builtins.str] = None,
|
7363
|
+
procurement_status: Optional[builtins.str] = None):
|
7364
|
+
"""
|
7365
|
+
:param builtins.str description: The description of the FutureReservation before an amendment was requested.
|
7366
|
+
:param 'FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgs' existing_matching_usage_info: Represents the matching usage for the future reservation before an amendment was requested.
|
7367
|
+
Structure is documented below.
|
7368
|
+
:param 'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgs' future_reservation_specs: The previous instance-related properties of the Future Reservation.
|
7369
|
+
Structure is documented below.
|
7370
|
+
:param builtins.str lock_time: The lock time of the FutureReservation before an amendment was requested.
|
7371
|
+
:param builtins.str name_prefix: The name prefix of the Future Reservation before an amendment was requested.
|
7372
|
+
:param builtins.str procurement_status: The status of the last known good state for the Future Reservation
|
7373
|
+
Possible values are: .
|
7374
|
+
"""
|
7375
|
+
if description is not None:
|
7376
|
+
pulumi.set(__self__, "description", description)
|
7377
|
+
if existing_matching_usage_info is not None:
|
7378
|
+
pulumi.set(__self__, "existing_matching_usage_info", existing_matching_usage_info)
|
7379
|
+
if future_reservation_specs is not None:
|
7380
|
+
pulumi.set(__self__, "future_reservation_specs", future_reservation_specs)
|
7381
|
+
if lock_time is not None:
|
7382
|
+
pulumi.set(__self__, "lock_time", lock_time)
|
7383
|
+
if name_prefix is not None:
|
7384
|
+
pulumi.set(__self__, "name_prefix", name_prefix)
|
7385
|
+
if procurement_status is not None:
|
7386
|
+
pulumi.set(__self__, "procurement_status", procurement_status)
|
7387
|
+
|
7388
|
+
@property
|
7389
|
+
@pulumi.getter
|
7390
|
+
def description(self) -> Optional[builtins.str]:
|
7391
|
+
"""
|
7392
|
+
The description of the FutureReservation before an amendment was requested.
|
7393
|
+
"""
|
7394
|
+
return pulumi.get(self, "description")
|
7395
|
+
|
7396
|
+
@property
|
7397
|
+
@pulumi.getter(name="existingMatchingUsageInfo")
|
7398
|
+
def existing_matching_usage_info(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfo']:
|
7399
|
+
"""
|
7400
|
+
Represents the matching usage for the future reservation before an amendment was requested.
|
7401
|
+
Structure is documented below.
|
7402
|
+
"""
|
7403
|
+
return pulumi.get(self, "existing_matching_usage_info")
|
7404
|
+
|
7405
|
+
@property
|
7406
|
+
@pulumi.getter(name="futureReservationSpecs")
|
7407
|
+
def future_reservation_specs(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecs']:
|
7408
|
+
"""
|
7409
|
+
The previous instance-related properties of the Future Reservation.
|
7410
|
+
Structure is documented below.
|
7411
|
+
"""
|
7412
|
+
return pulumi.get(self, "future_reservation_specs")
|
7413
|
+
|
7414
|
+
@property
|
7415
|
+
@pulumi.getter(name="lockTime")
|
7416
|
+
def lock_time(self) -> Optional[builtins.str]:
|
7417
|
+
"""
|
7418
|
+
The lock time of the FutureReservation before an amendment was requested.
|
7419
|
+
"""
|
7420
|
+
return pulumi.get(self, "lock_time")
|
7421
|
+
|
7422
|
+
@property
|
7423
|
+
@pulumi.getter(name="namePrefix")
|
7424
|
+
def name_prefix(self) -> Optional[builtins.str]:
|
7425
|
+
"""
|
7426
|
+
The name prefix of the Future Reservation before an amendment was requested.
|
7427
|
+
"""
|
7428
|
+
return pulumi.get(self, "name_prefix")
|
7429
|
+
|
7430
|
+
@property
|
7431
|
+
@pulumi.getter(name="procurementStatus")
|
7432
|
+
def procurement_status(self) -> Optional[builtins.str]:
|
7433
|
+
"""
|
7434
|
+
The status of the last known good state for the Future Reservation
|
7435
|
+
Possible values are: .
|
7436
|
+
"""
|
7437
|
+
return pulumi.get(self, "procurement_status")
|
7438
|
+
|
7439
|
+
|
7440
|
+
@pulumi.output_type
|
7441
|
+
class FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfo(dict):
|
7442
|
+
@staticmethod
|
7443
|
+
def __key_warning(key: str):
|
7444
|
+
suggest = None
|
7445
|
+
if key == "timeStamp":
|
7446
|
+
suggest = "time_stamp"
|
7447
|
+
|
7448
|
+
if suggest:
|
7449
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfo. Access the value via the '{suggest}' property getter instead.")
|
7450
|
+
|
7451
|
+
def __getitem__(self, key: str) -> Any:
|
7452
|
+
FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfo.__key_warning(key)
|
7453
|
+
return super().__getitem__(key)
|
7454
|
+
|
7455
|
+
def get(self, key: str, default = None) -> Any:
|
7456
|
+
FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfo.__key_warning(key)
|
7457
|
+
return super().get(key, default)
|
7458
|
+
|
7459
|
+
def __init__(__self__, *,
|
7460
|
+
count: Optional[builtins.str] = None,
|
7461
|
+
time_stamp: Optional[builtins.str] = None):
|
7462
|
+
"""
|
7463
|
+
:param builtins.str count: Count representing minimum(FR totalCount, matching_reserved_capacity+matching_unreserved_instances).
|
7464
|
+
:param builtins.str time_stamp: Timestamp when the matching usage was calculated.
|
7465
|
+
"""
|
7466
|
+
if count is not None:
|
7467
|
+
pulumi.set(__self__, "count", count)
|
7468
|
+
if time_stamp is not None:
|
7469
|
+
pulumi.set(__self__, "time_stamp", time_stamp)
|
7470
|
+
|
7471
|
+
@property
|
7472
|
+
@pulumi.getter
|
7473
|
+
def count(self) -> Optional[builtins.str]:
|
7474
|
+
"""
|
7475
|
+
Count representing minimum(FR totalCount, matching_reserved_capacity+matching_unreserved_instances).
|
7476
|
+
"""
|
7477
|
+
return pulumi.get(self, "count")
|
7478
|
+
|
7479
|
+
@property
|
7480
|
+
@pulumi.getter(name="timeStamp")
|
7481
|
+
def time_stamp(self) -> Optional[builtins.str]:
|
7482
|
+
"""
|
7483
|
+
Timestamp when the matching usage was calculated.
|
7484
|
+
"""
|
7485
|
+
return pulumi.get(self, "time_stamp")
|
7486
|
+
|
7487
|
+
|
7488
|
+
@pulumi.output_type
|
7489
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecs(dict):
|
7490
|
+
@staticmethod
|
7491
|
+
def __key_warning(key: str):
|
7492
|
+
suggest = None
|
7493
|
+
if key == "shareSettings":
|
7494
|
+
suggest = "share_settings"
|
7495
|
+
elif key == "specificSkuProperties":
|
7496
|
+
suggest = "specific_sku_properties"
|
7497
|
+
elif key == "timeWindow":
|
7498
|
+
suggest = "time_window"
|
7499
|
+
|
7500
|
+
if suggest:
|
7501
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecs. Access the value via the '{suggest}' property getter instead.")
|
7502
|
+
|
7503
|
+
def __getitem__(self, key: str) -> Any:
|
7504
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecs.__key_warning(key)
|
7505
|
+
return super().__getitem__(key)
|
7506
|
+
|
7507
|
+
def get(self, key: str, default = None) -> Any:
|
7508
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecs.__key_warning(key)
|
7509
|
+
return super().get(key, default)
|
7510
|
+
|
7511
|
+
def __init__(__self__, *,
|
7512
|
+
share_settings: Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettings'] = None,
|
7513
|
+
specific_sku_properties: Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuProperties'] = None,
|
7514
|
+
time_window: Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindow'] = None):
|
7515
|
+
"""
|
7516
|
+
:param 'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgs' share_settings: The previous share settings of the Future Reservation.
|
7517
|
+
Structure is documented below.
|
7518
|
+
:param 'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgs' specific_sku_properties: The previous instance related properties of the Future Reservation.
|
7519
|
+
Structure is documented below.
|
7520
|
+
:param 'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgs' time_window: Time window for this Future Reservation.
|
7521
|
+
Structure is documented below.
|
7522
|
+
"""
|
7523
|
+
if share_settings is not None:
|
7524
|
+
pulumi.set(__self__, "share_settings", share_settings)
|
7525
|
+
if specific_sku_properties is not None:
|
7526
|
+
pulumi.set(__self__, "specific_sku_properties", specific_sku_properties)
|
7527
|
+
if time_window is not None:
|
7528
|
+
pulumi.set(__self__, "time_window", time_window)
|
7529
|
+
|
7530
|
+
@property
|
7531
|
+
@pulumi.getter(name="shareSettings")
|
7532
|
+
def share_settings(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettings']:
|
7533
|
+
"""
|
7534
|
+
The previous share settings of the Future Reservation.
|
7535
|
+
Structure is documented below.
|
7536
|
+
"""
|
7537
|
+
return pulumi.get(self, "share_settings")
|
7538
|
+
|
7539
|
+
@property
|
7540
|
+
@pulumi.getter(name="specificSkuProperties")
|
7541
|
+
def specific_sku_properties(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuProperties']:
|
7542
|
+
"""
|
7543
|
+
The previous instance related properties of the Future Reservation.
|
7544
|
+
Structure is documented below.
|
7545
|
+
"""
|
7546
|
+
return pulumi.get(self, "specific_sku_properties")
|
7547
|
+
|
7548
|
+
@property
|
7549
|
+
@pulumi.getter(name="timeWindow")
|
7550
|
+
def time_window(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindow']:
|
7551
|
+
"""
|
7552
|
+
Time window for this Future Reservation.
|
7553
|
+
Structure is documented below.
|
7554
|
+
"""
|
7555
|
+
return pulumi.get(self, "time_window")
|
7556
|
+
|
7557
|
+
|
7558
|
+
@pulumi.output_type
|
7559
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettings(dict):
|
7560
|
+
@staticmethod
|
7561
|
+
def __key_warning(key: str):
|
7562
|
+
suggest = None
|
7563
|
+
if key == "projectMaps":
|
7564
|
+
suggest = "project_maps"
|
7565
|
+
elif key == "shareType":
|
7566
|
+
suggest = "share_type"
|
7567
|
+
|
7568
|
+
if suggest:
|
7569
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettings. Access the value via the '{suggest}' property getter instead.")
|
7570
|
+
|
7571
|
+
def __getitem__(self, key: str) -> Any:
|
7572
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettings.__key_warning(key)
|
7573
|
+
return super().__getitem__(key)
|
7574
|
+
|
7575
|
+
def get(self, key: str, default = None) -> Any:
|
7576
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettings.__key_warning(key)
|
7577
|
+
return super().get(key, default)
|
7578
|
+
|
7579
|
+
def __init__(__self__, *,
|
7580
|
+
project_maps: Optional[Sequence['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMap']] = None,
|
7581
|
+
projects: Optional[Sequence[builtins.str]] = None,
|
7582
|
+
share_type: Optional[builtins.str] = None):
|
7583
|
+
"""
|
7584
|
+
:param Sequence['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgs'] project_maps: A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
7585
|
+
Structure is documented below.
|
7586
|
+
: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.
|
7587
|
+
:param builtins.str share_type: Type of sharing for this future reservation.
|
7588
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
7589
|
+
"""
|
7590
|
+
if project_maps is not None:
|
7591
|
+
pulumi.set(__self__, "project_maps", project_maps)
|
7592
|
+
if projects is not None:
|
7593
|
+
pulumi.set(__self__, "projects", projects)
|
7594
|
+
if share_type is not None:
|
7595
|
+
pulumi.set(__self__, "share_type", share_type)
|
7596
|
+
|
7597
|
+
@property
|
7598
|
+
@pulumi.getter(name="projectMaps")
|
7599
|
+
def project_maps(self) -> Optional[Sequence['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMap']]:
|
7600
|
+
"""
|
7601
|
+
A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
7602
|
+
Structure is documented below.
|
7603
|
+
"""
|
7604
|
+
return pulumi.get(self, "project_maps")
|
7605
|
+
|
7606
|
+
@property
|
7607
|
+
@pulumi.getter
|
7608
|
+
def projects(self) -> Optional[Sequence[builtins.str]]:
|
7609
|
+
"""
|
7610
|
+
list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
7611
|
+
"""
|
7612
|
+
return pulumi.get(self, "projects")
|
7613
|
+
|
7614
|
+
@property
|
7615
|
+
@pulumi.getter(name="shareType")
|
7616
|
+
def share_type(self) -> Optional[builtins.str]:
|
7617
|
+
"""
|
7618
|
+
Type of sharing for this future reservation.
|
7619
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
7620
|
+
"""
|
7621
|
+
return pulumi.get(self, "share_type")
|
7622
|
+
|
7623
|
+
|
7624
|
+
@pulumi.output_type
|
7625
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMap(dict):
|
7626
|
+
@staticmethod
|
7627
|
+
def __key_warning(key: str):
|
7628
|
+
suggest = None
|
7629
|
+
if key == "projectId":
|
7630
|
+
suggest = "project_id"
|
7631
|
+
|
7632
|
+
if suggest:
|
7633
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMap. Access the value via the '{suggest}' property getter instead.")
|
7634
|
+
|
7635
|
+
def __getitem__(self, key: str) -> Any:
|
7636
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMap.__key_warning(key)
|
7637
|
+
return super().__getitem__(key)
|
7638
|
+
|
7639
|
+
def get(self, key: str, default = None) -> Any:
|
7640
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMap.__key_warning(key)
|
7641
|
+
return super().get(key, default)
|
7642
|
+
|
7643
|
+
def __init__(__self__, *,
|
7644
|
+
project: builtins.str,
|
7645
|
+
project_id: Optional[builtins.str] = None):
|
7646
|
+
"""
|
7647
|
+
:param builtins.str project: (Required) The identifier for this object. Format specified above.
|
7648
|
+
:param builtins.str project_id: The project ID, should be same as the key of this project config in the parent map.
|
7649
|
+
"""
|
7650
|
+
pulumi.set(__self__, "project", project)
|
7651
|
+
if project_id is not None:
|
7652
|
+
pulumi.set(__self__, "project_id", project_id)
|
7653
|
+
|
7654
|
+
@property
|
7655
|
+
@pulumi.getter
|
7656
|
+
def project(self) -> builtins.str:
|
7657
|
+
"""
|
7658
|
+
(Required) The identifier for this object. Format specified above.
|
7659
|
+
"""
|
7660
|
+
return pulumi.get(self, "project")
|
7661
|
+
|
7662
|
+
@property
|
7663
|
+
@pulumi.getter(name="projectId")
|
7664
|
+
def project_id(self) -> Optional[builtins.str]:
|
7665
|
+
"""
|
7666
|
+
The project ID, should be same as the key of this project config in the parent map.
|
7667
|
+
"""
|
7668
|
+
return pulumi.get(self, "project_id")
|
7669
|
+
|
7670
|
+
|
7671
|
+
@pulumi.output_type
|
7672
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuProperties(dict):
|
7673
|
+
@staticmethod
|
7674
|
+
def __key_warning(key: str):
|
7675
|
+
suggest = None
|
7676
|
+
if key == "instanceProperties":
|
7677
|
+
suggest = "instance_properties"
|
7678
|
+
elif key == "sourceInstanceTemplate":
|
7679
|
+
suggest = "source_instance_template"
|
7680
|
+
elif key == "totalCount":
|
7681
|
+
suggest = "total_count"
|
7682
|
+
|
7683
|
+
if suggest:
|
7684
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuProperties. Access the value via the '{suggest}' property getter instead.")
|
7685
|
+
|
7686
|
+
def __getitem__(self, key: str) -> Any:
|
7687
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuProperties.__key_warning(key)
|
7688
|
+
return super().__getitem__(key)
|
7689
|
+
|
7690
|
+
def get(self, key: str, default = None) -> Any:
|
7691
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuProperties.__key_warning(key)
|
7692
|
+
return super().get(key, default)
|
7693
|
+
|
7694
|
+
def __init__(__self__, *,
|
7695
|
+
instance_properties: Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstanceProperties'] = None,
|
7696
|
+
source_instance_template: Optional[builtins.str] = None,
|
7697
|
+
total_count: Optional[builtins.str] = None):
|
7698
|
+
"""
|
7699
|
+
:param 'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgs' instance_properties: Properties of the SKU instances being reserved.
|
7700
|
+
Structure is documented below.
|
7701
|
+
:param builtins.str source_instance_template: The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
7702
|
+
:param builtins.str total_count: Total number of instances for which capacity assurance is requested at a future time period.
|
7703
|
+
"""
|
7704
|
+
if instance_properties is not None:
|
7705
|
+
pulumi.set(__self__, "instance_properties", instance_properties)
|
7706
|
+
if source_instance_template is not None:
|
7707
|
+
pulumi.set(__self__, "source_instance_template", source_instance_template)
|
7708
|
+
if total_count is not None:
|
7709
|
+
pulumi.set(__self__, "total_count", total_count)
|
7710
|
+
|
7711
|
+
@property
|
7712
|
+
@pulumi.getter(name="instanceProperties")
|
7713
|
+
def instance_properties(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstanceProperties']:
|
7714
|
+
"""
|
7715
|
+
Properties of the SKU instances being reserved.
|
7716
|
+
Structure is documented below.
|
7717
|
+
"""
|
7718
|
+
return pulumi.get(self, "instance_properties")
|
7719
|
+
|
7720
|
+
@property
|
7721
|
+
@pulumi.getter(name="sourceInstanceTemplate")
|
7722
|
+
def source_instance_template(self) -> Optional[builtins.str]:
|
7723
|
+
"""
|
7724
|
+
The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
7725
|
+
"""
|
7726
|
+
return pulumi.get(self, "source_instance_template")
|
7727
|
+
|
7728
|
+
@property
|
7729
|
+
@pulumi.getter(name="totalCount")
|
7730
|
+
def total_count(self) -> Optional[builtins.str]:
|
7731
|
+
"""
|
7732
|
+
Total number of instances for which capacity assurance is requested at a future time period.
|
7733
|
+
"""
|
7734
|
+
return pulumi.get(self, "total_count")
|
7735
|
+
|
7736
|
+
|
7737
|
+
@pulumi.output_type
|
7738
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstanceProperties(dict):
|
7739
|
+
@staticmethod
|
7740
|
+
def __key_warning(key: str):
|
7741
|
+
suggest = None
|
7742
|
+
if key == "guestAccelerators":
|
7743
|
+
suggest = "guest_accelerators"
|
7744
|
+
elif key == "localSsds":
|
7745
|
+
suggest = "local_ssds"
|
7746
|
+
elif key == "locationHint":
|
7747
|
+
suggest = "location_hint"
|
7748
|
+
elif key == "machineType":
|
7749
|
+
suggest = "machine_type"
|
7750
|
+
elif key == "maintenanceFreezeDurationHours":
|
7751
|
+
suggest = "maintenance_freeze_duration_hours"
|
7752
|
+
elif key == "maintenanceInterval":
|
7753
|
+
suggest = "maintenance_interval"
|
7754
|
+
elif key == "minCpuPlatform":
|
7755
|
+
suggest = "min_cpu_platform"
|
7756
|
+
|
7757
|
+
if suggest:
|
7758
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstanceProperties. Access the value via the '{suggest}' property getter instead.")
|
7759
|
+
|
7760
|
+
def __getitem__(self, key: str) -> Any:
|
7761
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstanceProperties.__key_warning(key)
|
7762
|
+
return super().__getitem__(key)
|
7763
|
+
|
7764
|
+
def get(self, key: str, default = None) -> Any:
|
7765
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstanceProperties.__key_warning(key)
|
7766
|
+
return super().get(key, default)
|
7767
|
+
|
7768
|
+
def __init__(__self__, *,
|
7769
|
+
guest_accelerators: Optional[Sequence['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAccelerator']] = None,
|
7770
|
+
local_ssds: Optional[Sequence['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsd']] = None,
|
7771
|
+
location_hint: Optional[builtins.str] = None,
|
7772
|
+
machine_type: Optional[builtins.str] = None,
|
7773
|
+
maintenance_freeze_duration_hours: Optional[builtins.int] = None,
|
7774
|
+
maintenance_interval: Optional[builtins.str] = None,
|
7775
|
+
min_cpu_platform: Optional[builtins.str] = None):
|
7776
|
+
"""
|
7777
|
+
:param Sequence['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs'] guest_accelerators: Specifies accelerator type and count.
|
7778
|
+
Structure is documented below.
|
7779
|
+
:param Sequence['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgs'] local_ssds: Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
7780
|
+
Structure is documented below.
|
7781
|
+
: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.
|
7782
|
+
: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.
|
7783
|
+
: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.
|
7784
|
+
:param builtins.str maintenance_interval: Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
7785
|
+
Possible values are: `PERIODIC`.
|
7786
|
+
:param builtins.str min_cpu_platform: Minimum cpu platform the reservation.
|
7787
|
+
"""
|
7788
|
+
if guest_accelerators is not None:
|
7789
|
+
pulumi.set(__self__, "guest_accelerators", guest_accelerators)
|
7790
|
+
if local_ssds is not None:
|
7791
|
+
pulumi.set(__self__, "local_ssds", local_ssds)
|
7792
|
+
if location_hint is not None:
|
7793
|
+
pulumi.set(__self__, "location_hint", location_hint)
|
7794
|
+
if machine_type is not None:
|
7795
|
+
pulumi.set(__self__, "machine_type", machine_type)
|
7796
|
+
if maintenance_freeze_duration_hours is not None:
|
7797
|
+
pulumi.set(__self__, "maintenance_freeze_duration_hours", maintenance_freeze_duration_hours)
|
7798
|
+
if maintenance_interval is not None:
|
7799
|
+
pulumi.set(__self__, "maintenance_interval", maintenance_interval)
|
7800
|
+
if min_cpu_platform is not None:
|
7801
|
+
pulumi.set(__self__, "min_cpu_platform", min_cpu_platform)
|
7802
|
+
|
7803
|
+
@property
|
7804
|
+
@pulumi.getter(name="guestAccelerators")
|
7805
|
+
def guest_accelerators(self) -> Optional[Sequence['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAccelerator']]:
|
6278
7806
|
"""
|
6279
|
-
|
7807
|
+
Specifies accelerator type and count.
|
6280
7808
|
Structure is documented below.
|
7809
|
+
"""
|
7810
|
+
return pulumi.get(self, "guest_accelerators")
|
6281
7811
|
|
7812
|
+
@property
|
7813
|
+
@pulumi.getter(name="localSsds")
|
7814
|
+
def local_ssds(self) -> Optional[Sequence['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsd']]:
|
7815
|
+
"""
|
7816
|
+
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
7817
|
+
Structure is documented below.
|
7818
|
+
"""
|
7819
|
+
return pulumi.get(self, "local_ssds")
|
6282
7820
|
|
6283
|
-
|
7821
|
+
@property
|
7822
|
+
@pulumi.getter(name="locationHint")
|
7823
|
+
def location_hint(self) -> Optional[builtins.str]:
|
6284
7824
|
"""
|
6285
|
-
|
7825
|
+
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.
|
7826
|
+
"""
|
7827
|
+
return pulumi.get(self, "location_hint")
|
6286
7828
|
|
6287
7829
|
@property
|
6288
|
-
@pulumi.getter(name="
|
6289
|
-
def
|
7830
|
+
@pulumi.getter(name="machineType")
|
7831
|
+
def machine_type(self) -> Optional[builtins.str]:
|
6290
7832
|
"""
|
6291
|
-
|
6292
|
-
Maximum number of destination address groups is 10.
|
7833
|
+
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.
|
6293
7834
|
"""
|
6294
|
-
return pulumi.get(self, "
|
7835
|
+
return pulumi.get(self, "machine_type")
|
6295
7836
|
|
6296
7837
|
@property
|
6297
|
-
@pulumi.getter(name="
|
6298
|
-
def
|
7838
|
+
@pulumi.getter(name="maintenanceFreezeDurationHours")
|
7839
|
+
def maintenance_freeze_duration_hours(self) -> Optional[builtins.int]:
|
6299
7840
|
"""
|
6300
|
-
|
6301
|
-
traffic destination. Maximum number of destination fqdn allowed is 100.
|
7841
|
+
Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
|
6302
7842
|
"""
|
6303
|
-
return pulumi.get(self, "
|
7843
|
+
return pulumi.get(self, "maintenance_freeze_duration_hours")
|
6304
7844
|
|
6305
7845
|
@property
|
6306
|
-
@pulumi.getter(name="
|
6307
|
-
def
|
7846
|
+
@pulumi.getter(name="maintenanceInterval")
|
7847
|
+
def maintenance_interval(self) -> Optional[builtins.str]:
|
6308
7848
|
"""
|
6309
|
-
|
6310
|
-
|
7849
|
+
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
7850
|
+
Possible values are: `PERIODIC`.
|
6311
7851
|
"""
|
6312
|
-
return pulumi.get(self, "
|
7852
|
+
return pulumi.get(self, "maintenance_interval")
|
6313
7853
|
|
6314
7854
|
@property
|
6315
|
-
@pulumi.getter(name="
|
6316
|
-
def
|
7855
|
+
@pulumi.getter(name="minCpuPlatform")
|
7856
|
+
def min_cpu_platform(self) -> Optional[builtins.str]:
|
6317
7857
|
"""
|
6318
|
-
|
6319
|
-
Possible values are: `INTERNET`, `INTRA_VPC`, `NON_INTERNET`, `VPC_NETWORKS`.
|
7858
|
+
Minimum cpu platform the reservation.
|
6320
7859
|
"""
|
6321
|
-
return pulumi.get(self, "
|
7860
|
+
return pulumi.get(self, "min_cpu_platform")
|
7861
|
+
|
7862
|
+
|
7863
|
+
@pulumi.output_type
|
7864
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAccelerator(dict):
|
7865
|
+
@staticmethod
|
7866
|
+
def __key_warning(key: str):
|
7867
|
+
suggest = None
|
7868
|
+
if key == "acceleratorCount":
|
7869
|
+
suggest = "accelerator_count"
|
7870
|
+
elif key == "acceleratorType":
|
7871
|
+
suggest = "accelerator_type"
|
7872
|
+
|
7873
|
+
if suggest:
|
7874
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAccelerator. Access the value via the '{suggest}' property getter instead.")
|
7875
|
+
|
7876
|
+
def __getitem__(self, key: str) -> Any:
|
7877
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAccelerator.__key_warning(key)
|
7878
|
+
return super().__getitem__(key)
|
7879
|
+
|
7880
|
+
def get(self, key: str, default = None) -> Any:
|
7881
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAccelerator.__key_warning(key)
|
7882
|
+
return super().get(key, default)
|
7883
|
+
|
7884
|
+
def __init__(__self__, *,
|
7885
|
+
accelerator_count: Optional[builtins.int] = None,
|
7886
|
+
accelerator_type: Optional[builtins.str] = None):
|
7887
|
+
"""
|
7888
|
+
:param builtins.int accelerator_count: The number of the guest accelerator cards exposed to this instance.
|
7889
|
+
:param builtins.str accelerator_type: Full or partial URL of the accelerator type resource to attach to this instance.
|
7890
|
+
"""
|
7891
|
+
if accelerator_count is not None:
|
7892
|
+
pulumi.set(__self__, "accelerator_count", accelerator_count)
|
7893
|
+
if accelerator_type is not None:
|
7894
|
+
pulumi.set(__self__, "accelerator_type", accelerator_type)
|
6322
7895
|
|
6323
7896
|
@property
|
6324
|
-
@pulumi.getter(name="
|
6325
|
-
def
|
7897
|
+
@pulumi.getter(name="acceleratorCount")
|
7898
|
+
def accelerator_count(self) -> Optional[builtins.int]:
|
6326
7899
|
"""
|
6327
|
-
|
6328
|
-
of traffic. Should be specified as 2 letter country code defined as per
|
6329
|
-
ISO 3166 alpha-2 country codes. ex."US"
|
6330
|
-
Maximum number of destination region codes allowed is 5000.
|
7900
|
+
The number of the guest accelerator cards exposed to this instance.
|
6331
7901
|
"""
|
6332
|
-
return pulumi.get(self, "
|
7902
|
+
return pulumi.get(self, "accelerator_count")
|
6333
7903
|
|
6334
7904
|
@property
|
6335
|
-
@pulumi.getter(name="
|
6336
|
-
def
|
7905
|
+
@pulumi.getter(name="acceleratorType")
|
7906
|
+
def accelerator_type(self) -> Optional[builtins.str]:
|
6337
7907
|
"""
|
6338
|
-
|
6339
|
-
The IPs in these lists will be matched against traffic destination.
|
7908
|
+
Full or partial URL of the accelerator type resource to attach to this instance.
|
6340
7909
|
"""
|
6341
|
-
return pulumi.get(self, "
|
7910
|
+
return pulumi.get(self, "accelerator_type")
|
7911
|
+
|
7912
|
+
|
7913
|
+
@pulumi.output_type
|
7914
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsd(dict):
|
7915
|
+
@staticmethod
|
7916
|
+
def __key_warning(key: str):
|
7917
|
+
suggest = None
|
7918
|
+
if key == "diskSizeGb":
|
7919
|
+
suggest = "disk_size_gb"
|
7920
|
+
|
7921
|
+
if suggest:
|
7922
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsd. Access the value via the '{suggest}' property getter instead.")
|
7923
|
+
|
7924
|
+
def __getitem__(self, key: str) -> Any:
|
7925
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsd.__key_warning(key)
|
7926
|
+
return super().__getitem__(key)
|
7927
|
+
|
7928
|
+
def get(self, key: str, default = None) -> Any:
|
7929
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsd.__key_warning(key)
|
7930
|
+
return super().get(key, default)
|
7931
|
+
|
7932
|
+
def __init__(__self__, *,
|
7933
|
+
disk_size_gb: Optional[builtins.str] = None,
|
7934
|
+
interface: Optional[builtins.str] = None):
|
7935
|
+
"""
|
7936
|
+
:param builtins.str disk_size_gb: Specifies the size of the disk in base-2 GB.
|
7937
|
+
:param builtins.str interface: Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
7938
|
+
Possible values are: `SCSI`, `NVME`.
|
7939
|
+
"""
|
7940
|
+
if disk_size_gb is not None:
|
7941
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
7942
|
+
if interface is not None:
|
7943
|
+
pulumi.set(__self__, "interface", interface)
|
6342
7944
|
|
6343
7945
|
@property
|
6344
|
-
@pulumi.getter(name="
|
6345
|
-
def
|
7946
|
+
@pulumi.getter(name="diskSizeGb")
|
7947
|
+
def disk_size_gb(self) -> Optional[builtins.str]:
|
6346
7948
|
"""
|
6347
|
-
|
6348
|
-
Maximum number of source address groups is 10.
|
7949
|
+
Specifies the size of the disk in base-2 GB.
|
6349
7950
|
"""
|
6350
|
-
return pulumi.get(self, "
|
7951
|
+
return pulumi.get(self, "disk_size_gb")
|
6351
7952
|
|
6352
7953
|
@property
|
6353
|
-
@pulumi.getter
|
6354
|
-
def
|
7954
|
+
@pulumi.getter
|
7955
|
+
def interface(self) -> Optional[builtins.str]:
|
6355
7956
|
"""
|
6356
|
-
|
6357
|
-
|
7957
|
+
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
7958
|
+
Possible values are: `SCSI`, `NVME`.
|
6358
7959
|
"""
|
6359
|
-
return pulumi.get(self, "
|
7960
|
+
return pulumi.get(self, "interface")
|
7961
|
+
|
7962
|
+
|
7963
|
+
@pulumi.output_type
|
7964
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindow(dict):
|
7965
|
+
@staticmethod
|
7966
|
+
def __key_warning(key: str):
|
7967
|
+
suggest = None
|
7968
|
+
if key == "endTime":
|
7969
|
+
suggest = "end_time"
|
7970
|
+
elif key == "startTime":
|
7971
|
+
suggest = "start_time"
|
7972
|
+
|
7973
|
+
if suggest:
|
7974
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindow. Access the value via the '{suggest}' property getter instead.")
|
7975
|
+
|
7976
|
+
def __getitem__(self, key: str) -> Any:
|
7977
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindow.__key_warning(key)
|
7978
|
+
return super().__getitem__(key)
|
7979
|
+
|
7980
|
+
def get(self, key: str, default = None) -> Any:
|
7981
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindow.__key_warning(key)
|
7982
|
+
return super().get(key, default)
|
7983
|
+
|
7984
|
+
def __init__(__self__, *,
|
7985
|
+
duration: Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDuration'] = None,
|
7986
|
+
end_time: Optional[builtins.str] = None,
|
7987
|
+
start_time: Optional[builtins.str] = None):
|
7988
|
+
"""
|
7989
|
+
:param 'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgs' duration: Duration of the future reservation
|
7990
|
+
Structure is documented below.
|
7991
|
+
:param builtins.str end_time: End time of the future reservation in RFC3339 format.
|
7992
|
+
:param builtins.str start_time: Start time of the future reservation in RFC3339 format.
|
7993
|
+
"""
|
7994
|
+
if duration is not None:
|
7995
|
+
pulumi.set(__self__, "duration", duration)
|
7996
|
+
if end_time is not None:
|
7997
|
+
pulumi.set(__self__, "end_time", end_time)
|
7998
|
+
if start_time is not None:
|
7999
|
+
pulumi.set(__self__, "start_time", start_time)
|
6360
8000
|
|
6361
8001
|
@property
|
6362
|
-
@pulumi.getter
|
6363
|
-
def
|
8002
|
+
@pulumi.getter
|
8003
|
+
def duration(self) -> Optional['outputs.FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDuration']:
|
6364
8004
|
"""
|
6365
|
-
|
6366
|
-
|
8005
|
+
Duration of the future reservation
|
8006
|
+
Structure is documented below.
|
6367
8007
|
"""
|
6368
|
-
return pulumi.get(self, "
|
8008
|
+
return pulumi.get(self, "duration")
|
6369
8009
|
|
6370
8010
|
@property
|
6371
|
-
@pulumi.getter(name="
|
6372
|
-
def
|
8011
|
+
@pulumi.getter(name="endTime")
|
8012
|
+
def end_time(self) -> Optional[builtins.str]:
|
6373
8013
|
"""
|
6374
|
-
|
6375
|
-
Possible values are: `INTERNET`, `INTRA_VPC`, `NON_INTERNET`, `VPC_NETWORKS`.
|
8014
|
+
End time of the future reservation in RFC3339 format.
|
6376
8015
|
"""
|
6377
|
-
return pulumi.get(self, "
|
8016
|
+
return pulumi.get(self, "end_time")
|
6378
8017
|
|
6379
8018
|
@property
|
6380
|
-
@pulumi.getter(name="
|
6381
|
-
def
|
8019
|
+
@pulumi.getter(name="startTime")
|
8020
|
+
def start_time(self) -> Optional[builtins.str]:
|
6382
8021
|
"""
|
6383
|
-
|
8022
|
+
Start time of the future reservation in RFC3339 format.
|
6384
8023
|
"""
|
6385
|
-
return pulumi.get(self, "
|
8024
|
+
return pulumi.get(self, "start_time")
|
8025
|
+
|
8026
|
+
|
8027
|
+
@pulumi.output_type
|
8028
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDuration(dict):
|
8029
|
+
def __init__(__self__, *,
|
8030
|
+
nanos: Optional[builtins.int] = None,
|
8031
|
+
seconds: Optional[builtins.str] = None):
|
8032
|
+
"""
|
8033
|
+
:param builtins.int nanos: Span of time that's a fraction of a second at nanosecond resolution.
|
8034
|
+
|
8035
|
+
- - -
|
8036
|
+
:param builtins.str seconds: Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
8037
|
+
"""
|
8038
|
+
if nanos is not None:
|
8039
|
+
pulumi.set(__self__, "nanos", nanos)
|
8040
|
+
if seconds is not None:
|
8041
|
+
pulumi.set(__self__, "seconds", seconds)
|
6386
8042
|
|
6387
8043
|
@property
|
6388
|
-
@pulumi.getter
|
6389
|
-
def
|
8044
|
+
@pulumi.getter
|
8045
|
+
def nanos(self) -> Optional[builtins.int]:
|
6390
8046
|
"""
|
6391
|
-
|
6392
|
-
|
6393
|
-
|
6394
|
-
Maximum number of source region codes allowed is 5000.
|
8047
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
8048
|
+
|
8049
|
+
- - -
|
6395
8050
|
"""
|
6396
|
-
return pulumi.get(self, "
|
8051
|
+
return pulumi.get(self, "nanos")
|
6397
8052
|
|
6398
8053
|
@property
|
6399
|
-
@pulumi.getter
|
6400
|
-
def
|
8054
|
+
@pulumi.getter
|
8055
|
+
def seconds(self) -> Optional[builtins.str]:
|
6401
8056
|
"""
|
6402
|
-
|
6403
|
-
The IPs in these lists will be matched against traffic source.
|
8057
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
6404
8058
|
"""
|
6405
|
-
return pulumi.get(self, "
|
8059
|
+
return pulumi.get(self, "seconds")
|
6406
8060
|
|
6407
8061
|
|
6408
8062
|
@pulumi.output_type
|
6409
|
-
class
|
8063
|
+
class FutureReservationStatusSpecificSkuProperties(dict):
|
6410
8064
|
@staticmethod
|
6411
8065
|
def __key_warning(key: str):
|
6412
8066
|
suggest = None
|
6413
|
-
if key == "
|
6414
|
-
suggest = "
|
8067
|
+
if key == "sourceInstanceTemplateId":
|
8068
|
+
suggest = "source_instance_template_id"
|
6415
8069
|
|
6416
8070
|
if suggest:
|
6417
|
-
pulumi.log.warn(f"Key '{key}' not found in
|
8071
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationStatusSpecificSkuProperties. Access the value via the '{suggest}' property getter instead.")
|
6418
8072
|
|
6419
8073
|
def __getitem__(self, key: str) -> Any:
|
6420
|
-
|
8074
|
+
FutureReservationStatusSpecificSkuProperties.__key_warning(key)
|
6421
8075
|
return super().__getitem__(key)
|
6422
8076
|
|
6423
8077
|
def get(self, key: str, default = None) -> Any:
|
6424
|
-
|
8078
|
+
FutureReservationStatusSpecificSkuProperties.__key_warning(key)
|
6425
8079
|
return super().get(key, default)
|
6426
8080
|
|
6427
8081
|
def __init__(__self__, *,
|
6428
|
-
|
6429
|
-
ports: Optional[Sequence[builtins.str]] = None):
|
8082
|
+
source_instance_template_id: Optional[builtins.str] = None):
|
6430
8083
|
"""
|
6431
|
-
:param builtins.str
|
6432
|
-
The IP protocol to which this rule applies. The protocol
|
6433
|
-
type is required when creating a firewall rule.
|
6434
|
-
This value can either be one of the following well
|
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"].
|
8084
|
+
:param builtins.str source_instance_template_id: ID of the instance template used to populate the Future Reservation properties.
|
6444
8085
|
"""
|
6445
|
-
|
6446
|
-
|
6447
|
-
pulumi.set(__self__, "ports", ports)
|
8086
|
+
if source_instance_template_id is not None:
|
8087
|
+
pulumi.set(__self__, "source_instance_template_id", source_instance_template_id)
|
6448
8088
|
|
6449
8089
|
@property
|
6450
|
-
@pulumi.getter(name="
|
6451
|
-
def
|
8090
|
+
@pulumi.getter(name="sourceInstanceTemplateId")
|
8091
|
+
def source_instance_template_id(self) -> Optional[builtins.str]:
|
6452
8092
|
"""
|
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.
|
8093
|
+
ID of the instance template used to populate the Future Reservation properties.
|
6459
8094
|
"""
|
6460
|
-
return pulumi.get(self, "
|
8095
|
+
return pulumi.get(self, "source_instance_template_id")
|
8096
|
+
|
8097
|
+
|
8098
|
+
@pulumi.output_type
|
8099
|
+
class FutureReservationTimeWindow(dict):
|
8100
|
+
@staticmethod
|
8101
|
+
def __key_warning(key: str):
|
8102
|
+
suggest = None
|
8103
|
+
if key == "startTime":
|
8104
|
+
suggest = "start_time"
|
8105
|
+
elif key == "endTime":
|
8106
|
+
suggest = "end_time"
|
8107
|
+
|
8108
|
+
if suggest:
|
8109
|
+
pulumi.log.warn(f"Key '{key}' not found in FutureReservationTimeWindow. Access the value via the '{suggest}' property getter instead.")
|
8110
|
+
|
8111
|
+
def __getitem__(self, key: str) -> Any:
|
8112
|
+
FutureReservationTimeWindow.__key_warning(key)
|
8113
|
+
return super().__getitem__(key)
|
8114
|
+
|
8115
|
+
def get(self, key: str, default = None) -> Any:
|
8116
|
+
FutureReservationTimeWindow.__key_warning(key)
|
8117
|
+
return super().get(key, default)
|
8118
|
+
|
8119
|
+
def __init__(__self__, *,
|
8120
|
+
start_time: builtins.str,
|
8121
|
+
duration: Optional['outputs.FutureReservationTimeWindowDuration'] = None,
|
8122
|
+
end_time: Optional[builtins.str] = None):
|
8123
|
+
"""
|
8124
|
+
:param builtins.str start_time: Start time of the future reservation in RFC3339 format.
|
8125
|
+
:param 'FutureReservationTimeWindowDurationArgs' duration: Duration of the future reservation
|
8126
|
+
Structure is documented below.
|
8127
|
+
:param builtins.str end_time: End time of the future reservation in RFC3339 format.
|
8128
|
+
"""
|
8129
|
+
pulumi.set(__self__, "start_time", start_time)
|
8130
|
+
if duration is not None:
|
8131
|
+
pulumi.set(__self__, "duration", duration)
|
8132
|
+
if end_time is not None:
|
8133
|
+
pulumi.set(__self__, "end_time", end_time)
|
8134
|
+
|
8135
|
+
@property
|
8136
|
+
@pulumi.getter(name="startTime")
|
8137
|
+
def start_time(self) -> builtins.str:
|
8138
|
+
"""
|
8139
|
+
Start time of the future reservation in RFC3339 format.
|
8140
|
+
"""
|
8141
|
+
return pulumi.get(self, "start_time")
|
6461
8142
|
|
6462
8143
|
@property
|
6463
8144
|
@pulumi.getter
|
6464
|
-
def
|
8145
|
+
def duration(self) -> Optional['outputs.FutureReservationTimeWindowDuration']:
|
6465
8146
|
"""
|
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"].
|
8147
|
+
Duration of the future reservation
|
8148
|
+
Structure is documented below.
|
6473
8149
|
"""
|
6474
|
-
return pulumi.get(self, "
|
8150
|
+
return pulumi.get(self, "duration")
|
8151
|
+
|
8152
|
+
@property
|
8153
|
+
@pulumi.getter(name="endTime")
|
8154
|
+
def end_time(self) -> Optional[builtins.str]:
|
8155
|
+
"""
|
8156
|
+
End time of the future reservation in RFC3339 format.
|
8157
|
+
"""
|
8158
|
+
return pulumi.get(self, "end_time")
|
6475
8159
|
|
6476
8160
|
|
6477
8161
|
@pulumi.output_type
|
6478
|
-
class
|
8162
|
+
class FutureReservationTimeWindowDuration(dict):
|
6479
8163
|
def __init__(__self__, *,
|
6480
|
-
|
6481
|
-
|
8164
|
+
nanos: Optional[builtins.int] = None,
|
8165
|
+
seconds: Optional[builtins.str] = None):
|
6482
8166
|
"""
|
6483
|
-
:param builtins.
|
6484
|
-
|
8167
|
+
:param builtins.int nanos: Span of time that's a fraction of a second at nanosecond resolution.
|
8168
|
+
|
8169
|
+
- - -
|
8170
|
+
:param builtins.str seconds: Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
6485
8171
|
"""
|
6486
|
-
if
|
6487
|
-
pulumi.set(__self__, "
|
6488
|
-
if
|
6489
|
-
pulumi.set(__self__, "
|
8172
|
+
if nanos is not None:
|
8173
|
+
pulumi.set(__self__, "nanos", nanos)
|
8174
|
+
if seconds is not None:
|
8175
|
+
pulumi.set(__self__, "seconds", seconds)
|
6490
8176
|
|
6491
8177
|
@property
|
6492
8178
|
@pulumi.getter
|
6493
|
-
def
|
8179
|
+
def nanos(self) -> Optional[builtins.int]:
|
6494
8180
|
"""
|
6495
|
-
|
8181
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
8182
|
+
|
8183
|
+
- - -
|
6496
8184
|
"""
|
6497
|
-
return pulumi.get(self, "
|
8185
|
+
return pulumi.get(self, "nanos")
|
6498
8186
|
|
6499
8187
|
@property
|
6500
8188
|
@pulumi.getter
|
6501
|
-
def
|
8189
|
+
def seconds(self) -> Optional[builtins.str]:
|
6502
8190
|
"""
|
6503
|
-
|
8191
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
6504
8192
|
"""
|
6505
|
-
return pulumi.get(self, "
|
8193
|
+
return pulumi.get(self, "seconds")
|
6506
8194
|
|
6507
8195
|
|
6508
8196
|
@pulumi.output_type
|
@@ -24602,6 +26290,63 @@ class RegionBackendServiceCustomMetric(dict):
|
|
24602
26290
|
return pulumi.get(self, "name")
|
24603
26291
|
|
24604
26292
|
|
26293
|
+
@pulumi.output_type
|
26294
|
+
class RegionBackendServiceDynamicForwarding(dict):
|
26295
|
+
@staticmethod
|
26296
|
+
def __key_warning(key: str):
|
26297
|
+
suggest = None
|
26298
|
+
if key == "ipPortSelection":
|
26299
|
+
suggest = "ip_port_selection"
|
26300
|
+
|
26301
|
+
if suggest:
|
26302
|
+
pulumi.log.warn(f"Key '{key}' not found in RegionBackendServiceDynamicForwarding. Access the value via the '{suggest}' property getter instead.")
|
26303
|
+
|
26304
|
+
def __getitem__(self, key: str) -> Any:
|
26305
|
+
RegionBackendServiceDynamicForwarding.__key_warning(key)
|
26306
|
+
return super().__getitem__(key)
|
26307
|
+
|
26308
|
+
def get(self, key: str, default = None) -> Any:
|
26309
|
+
RegionBackendServiceDynamicForwarding.__key_warning(key)
|
26310
|
+
return super().get(key, default)
|
26311
|
+
|
26312
|
+
def __init__(__self__, *,
|
26313
|
+
ip_port_selection: Optional['outputs.RegionBackendServiceDynamicForwardingIpPortSelection'] = None):
|
26314
|
+
"""
|
26315
|
+
:param 'RegionBackendServiceDynamicForwardingIpPortSelectionArgs' ip_port_selection: IP:PORT based dynamic forwarding configuration.
|
26316
|
+
Structure is documented below.
|
26317
|
+
"""
|
26318
|
+
if ip_port_selection is not None:
|
26319
|
+
pulumi.set(__self__, "ip_port_selection", ip_port_selection)
|
26320
|
+
|
26321
|
+
@property
|
26322
|
+
@pulumi.getter(name="ipPortSelection")
|
26323
|
+
def ip_port_selection(self) -> Optional['outputs.RegionBackendServiceDynamicForwardingIpPortSelection']:
|
26324
|
+
"""
|
26325
|
+
IP:PORT based dynamic forwarding configuration.
|
26326
|
+
Structure is documented below.
|
26327
|
+
"""
|
26328
|
+
return pulumi.get(self, "ip_port_selection")
|
26329
|
+
|
26330
|
+
|
26331
|
+
@pulumi.output_type
|
26332
|
+
class RegionBackendServiceDynamicForwardingIpPortSelection(dict):
|
26333
|
+
def __init__(__self__, *,
|
26334
|
+
enabled: Optional[builtins.bool] = None):
|
26335
|
+
"""
|
26336
|
+
:param builtins.bool enabled: A boolean flag enabling IP:PORT based dynamic forwarding.
|
26337
|
+
"""
|
26338
|
+
if enabled is not None:
|
26339
|
+
pulumi.set(__self__, "enabled", enabled)
|
26340
|
+
|
26341
|
+
@property
|
26342
|
+
@pulumi.getter
|
26343
|
+
def enabled(self) -> Optional[builtins.bool]:
|
26344
|
+
"""
|
26345
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
26346
|
+
"""
|
26347
|
+
return pulumi.get(self, "enabled")
|
26348
|
+
|
26349
|
+
|
24605
26350
|
@pulumi.output_type
|
24606
26351
|
class RegionBackendServiceFailoverPolicy(dict):
|
24607
26352
|
@staticmethod
|
@@ -25328,13 +27073,40 @@ class RegionBackendServiceStrongSessionAffinityCookieTtl(dict):
|
|
25328
27073
|
|
25329
27074
|
@pulumi.output_type
|
25330
27075
|
class RegionBackendServiceSubsetting(dict):
|
27076
|
+
@staticmethod
|
27077
|
+
def __key_warning(key: str):
|
27078
|
+
suggest = None
|
27079
|
+
if key == "subsetSize":
|
27080
|
+
suggest = "subset_size"
|
27081
|
+
|
27082
|
+
if suggest:
|
27083
|
+
pulumi.log.warn(f"Key '{key}' not found in RegionBackendServiceSubsetting. Access the value via the '{suggest}' property getter instead.")
|
27084
|
+
|
27085
|
+
def __getitem__(self, key: str) -> Any:
|
27086
|
+
RegionBackendServiceSubsetting.__key_warning(key)
|
27087
|
+
return super().__getitem__(key)
|
27088
|
+
|
27089
|
+
def get(self, key: str, default = None) -> Any:
|
27090
|
+
RegionBackendServiceSubsetting.__key_warning(key)
|
27091
|
+
return super().get(key, default)
|
27092
|
+
|
25331
27093
|
def __init__(__self__, *,
|
25332
|
-
policy: builtins.str
|
27094
|
+
policy: builtins.str,
|
27095
|
+
subset_size: Optional[builtins.int] = None):
|
25333
27096
|
"""
|
25334
27097
|
:param builtins.str policy: The algorithm used for subsetting.
|
25335
27098
|
Possible values are: `CONSISTENT_HASH_SUBSETTING`.
|
27099
|
+
:param builtins.int subset_size: The number of backends per backend group assigned to each proxy instance or each service mesh client.
|
27100
|
+
An input parameter to the CONSISTENT_HASH_SUBSETTING algorithm. Can only be set if policy is set to
|
27101
|
+
CONSISTENT_HASH_SUBSETTING. Can only be set if load balancing scheme is INTERNAL_MANAGED or INTERNAL_SELF_MANAGED.
|
27102
|
+
subsetSize is optional for Internal HTTP(S) load balancing and required for Traffic Director.
|
27103
|
+
If you do not provide this value, Cloud Load Balancing will calculate it dynamically to optimize the number
|
27104
|
+
of proxies/clients visible to each backend and vice versa.
|
27105
|
+
Must be greater than 0. If subsetSize is larger than the number of backends/endpoints, then subsetting is disabled.
|
25336
27106
|
"""
|
25337
27107
|
pulumi.set(__self__, "policy", policy)
|
27108
|
+
if subset_size is not None:
|
27109
|
+
pulumi.set(__self__, "subset_size", subset_size)
|
25338
27110
|
|
25339
27111
|
@property
|
25340
27112
|
@pulumi.getter
|
@@ -25345,6 +27117,20 @@ class RegionBackendServiceSubsetting(dict):
|
|
25345
27117
|
"""
|
25346
27118
|
return pulumi.get(self, "policy")
|
25347
27119
|
|
27120
|
+
@property
|
27121
|
+
@pulumi.getter(name="subsetSize")
|
27122
|
+
def subset_size(self) -> Optional[builtins.int]:
|
27123
|
+
"""
|
27124
|
+
The number of backends per backend group assigned to each proxy instance or each service mesh client.
|
27125
|
+
An input parameter to the CONSISTENT_HASH_SUBSETTING algorithm. Can only be set if policy is set to
|
27126
|
+
CONSISTENT_HASH_SUBSETTING. Can only be set if load balancing scheme is INTERNAL_MANAGED or INTERNAL_SELF_MANAGED.
|
27127
|
+
subsetSize is optional for Internal HTTP(S) load balancing and required for Traffic Director.
|
27128
|
+
If you do not provide this value, Cloud Load Balancing will calculate it dynamically to optimize the number
|
27129
|
+
of proxies/clients visible to each backend and vice versa.
|
27130
|
+
Must be greater than 0. If subsetSize is larger than the number of backends/endpoints, then subsetting is disabled.
|
27131
|
+
"""
|
27132
|
+
return pulumi.get(self, "subset_size")
|
27133
|
+
|
25348
27134
|
|
25349
27135
|
@pulumi.output_type
|
25350
27136
|
class RegionCommitmentLicenseResource(dict):
|
@@ -47360,6 +49146,8 @@ class URLMapDefaultRouteActionRequestMirrorPolicy(dict):
|
|
47360
49146
|
suggest = None
|
47361
49147
|
if key == "backendService":
|
47362
49148
|
suggest = "backend_service"
|
49149
|
+
elif key == "mirrorPercent":
|
49150
|
+
suggest = "mirror_percent"
|
47363
49151
|
|
47364
49152
|
if suggest:
|
47365
49153
|
pulumi.log.warn(f"Key '{key}' not found in URLMapDefaultRouteActionRequestMirrorPolicy. Access the value via the '{suggest}' property getter instead.")
|
@@ -47373,11 +49161,16 @@ class URLMapDefaultRouteActionRequestMirrorPolicy(dict):
|
|
47373
49161
|
return super().get(key, default)
|
47374
49162
|
|
47375
49163
|
def __init__(__self__, *,
|
47376
|
-
backend_service: builtins.str
|
49164
|
+
backend_service: builtins.str,
|
49165
|
+
mirror_percent: Optional[builtins.float] = None):
|
47377
49166
|
"""
|
47378
49167
|
:param builtins.str backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
49168
|
+
:param builtins.float mirror_percent: The percentage of requests to be mirrored to backendService.
|
49169
|
+
The value must be between 0.0 and 100.0 inclusive.
|
47379
49170
|
"""
|
47380
49171
|
pulumi.set(__self__, "backend_service", backend_service)
|
49172
|
+
if mirror_percent is not None:
|
49173
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
47381
49174
|
|
47382
49175
|
@property
|
47383
49176
|
@pulumi.getter(name="backendService")
|
@@ -47387,6 +49180,15 @@ class URLMapDefaultRouteActionRequestMirrorPolicy(dict):
|
|
47387
49180
|
"""
|
47388
49181
|
return pulumi.get(self, "backend_service")
|
47389
49182
|
|
49183
|
+
@property
|
49184
|
+
@pulumi.getter(name="mirrorPercent")
|
49185
|
+
def mirror_percent(self) -> Optional[builtins.float]:
|
49186
|
+
"""
|
49187
|
+
The percentage of requests to be mirrored to backendService.
|
49188
|
+
The value must be between 0.0 and 100.0 inclusive.
|
49189
|
+
"""
|
49190
|
+
return pulumi.get(self, "mirror_percent")
|
49191
|
+
|
47390
49192
|
|
47391
49193
|
@pulumi.output_type
|
47392
49194
|
class URLMapDefaultRouteActionRetryPolicy(dict):
|
@@ -49231,6 +51033,8 @@ class URLMapPathMatcherDefaultRouteActionRequestMirrorPolicy(dict):
|
|
49231
51033
|
suggest = None
|
49232
51034
|
if key == "backendService":
|
49233
51035
|
suggest = "backend_service"
|
51036
|
+
elif key == "mirrorPercent":
|
51037
|
+
suggest = "mirror_percent"
|
49234
51038
|
|
49235
51039
|
if suggest:
|
49236
51040
|
pulumi.log.warn(f"Key '{key}' not found in URLMapPathMatcherDefaultRouteActionRequestMirrorPolicy. Access the value via the '{suggest}' property getter instead.")
|
@@ -49244,11 +51048,16 @@ class URLMapPathMatcherDefaultRouteActionRequestMirrorPolicy(dict):
|
|
49244
51048
|
return super().get(key, default)
|
49245
51049
|
|
49246
51050
|
def __init__(__self__, *,
|
49247
|
-
backend_service: builtins.str
|
51051
|
+
backend_service: builtins.str,
|
51052
|
+
mirror_percent: Optional[builtins.float] = None):
|
49248
51053
|
"""
|
49249
51054
|
:param builtins.str backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
51055
|
+
:param builtins.float mirror_percent: The percentage of requests to be mirrored to backendService.
|
51056
|
+
The value must be between 0.0 and 100.0 inclusive.
|
49250
51057
|
"""
|
49251
51058
|
pulumi.set(__self__, "backend_service", backend_service)
|
51059
|
+
if mirror_percent is not None:
|
51060
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
49252
51061
|
|
49253
51062
|
@property
|
49254
51063
|
@pulumi.getter(name="backendService")
|
@@ -49258,6 +51067,15 @@ class URLMapPathMatcherDefaultRouteActionRequestMirrorPolicy(dict):
|
|
49258
51067
|
"""
|
49259
51068
|
return pulumi.get(self, "backend_service")
|
49260
51069
|
|
51070
|
+
@property
|
51071
|
+
@pulumi.getter(name="mirrorPercent")
|
51072
|
+
def mirror_percent(self) -> Optional[builtins.float]:
|
51073
|
+
"""
|
51074
|
+
The percentage of requests to be mirrored to backendService.
|
51075
|
+
The value must be between 0.0 and 100.0 inclusive.
|
51076
|
+
"""
|
51077
|
+
return pulumi.get(self, "mirror_percent")
|
51078
|
+
|
49261
51079
|
|
49262
51080
|
@pulumi.output_type
|
49263
51081
|
class URLMapPathMatcherDefaultRouteActionRetryPolicy(dict):
|
@@ -50960,6 +52778,8 @@ class URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicy(dict):
|
|
50960
52778
|
suggest = None
|
50961
52779
|
if key == "backendService":
|
50962
52780
|
suggest = "backend_service"
|
52781
|
+
elif key == "mirrorPercent":
|
52782
|
+
suggest = "mirror_percent"
|
50963
52783
|
|
50964
52784
|
if suggest:
|
50965
52785
|
pulumi.log.warn(f"Key '{key}' not found in URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicy. Access the value via the '{suggest}' property getter instead.")
|
@@ -50973,11 +52793,16 @@ class URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicy(dict):
|
|
50973
52793
|
return super().get(key, default)
|
50974
52794
|
|
50975
52795
|
def __init__(__self__, *,
|
50976
|
-
backend_service: builtins.str
|
52796
|
+
backend_service: builtins.str,
|
52797
|
+
mirror_percent: Optional[builtins.float] = None):
|
50977
52798
|
"""
|
50978
52799
|
:param builtins.str backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
52800
|
+
:param builtins.float mirror_percent: The percentage of requests to be mirrored to backendService.
|
52801
|
+
The value must be between 0.0 and 100.0 inclusive.
|
50979
52802
|
"""
|
50980
52803
|
pulumi.set(__self__, "backend_service", backend_service)
|
52804
|
+
if mirror_percent is not None:
|
52805
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
50981
52806
|
|
50982
52807
|
@property
|
50983
52808
|
@pulumi.getter(name="backendService")
|
@@ -50987,6 +52812,15 @@ class URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicy(dict):
|
|
50987
52812
|
"""
|
50988
52813
|
return pulumi.get(self, "backend_service")
|
50989
52814
|
|
52815
|
+
@property
|
52816
|
+
@pulumi.getter(name="mirrorPercent")
|
52817
|
+
def mirror_percent(self) -> Optional[builtins.float]:
|
52818
|
+
"""
|
52819
|
+
The percentage of requests to be mirrored to backendService.
|
52820
|
+
The value must be between 0.0 and 100.0 inclusive.
|
52821
|
+
"""
|
52822
|
+
return pulumi.get(self, "mirror_percent")
|
52823
|
+
|
50990
52824
|
|
50991
52825
|
@pulumi.output_type
|
50992
52826
|
class URLMapPathMatcherPathRuleRouteActionRetryPolicy(dict):
|
@@ -53343,6 +55177,8 @@ class URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicy(dict):
|
|
53343
55177
|
suggest = None
|
53344
55178
|
if key == "backendService":
|
53345
55179
|
suggest = "backend_service"
|
55180
|
+
elif key == "mirrorPercent":
|
55181
|
+
suggest = "mirror_percent"
|
53346
55182
|
|
53347
55183
|
if suggest:
|
53348
55184
|
pulumi.log.warn(f"Key '{key}' not found in URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicy. Access the value via the '{suggest}' property getter instead.")
|
@@ -53356,11 +55192,16 @@ class URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicy(dict):
|
|
53356
55192
|
return super().get(key, default)
|
53357
55193
|
|
53358
55194
|
def __init__(__self__, *,
|
53359
|
-
backend_service: builtins.str
|
55195
|
+
backend_service: builtins.str,
|
55196
|
+
mirror_percent: Optional[builtins.float] = None):
|
53360
55197
|
"""
|
53361
55198
|
:param builtins.str backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
55199
|
+
:param builtins.float mirror_percent: The percentage of requests to be mirrored to backendService.
|
55200
|
+
The value must be between 0.0 and 100.0 inclusive.
|
53362
55201
|
"""
|
53363
55202
|
pulumi.set(__self__, "backend_service", backend_service)
|
55203
|
+
if mirror_percent is not None:
|
55204
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
53364
55205
|
|
53365
55206
|
@property
|
53366
55207
|
@pulumi.getter(name="backendService")
|
@@ -53370,6 +55211,15 @@ class URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicy(dict):
|
|
53370
55211
|
"""
|
53371
55212
|
return pulumi.get(self, "backend_service")
|
53372
55213
|
|
55214
|
+
@property
|
55215
|
+
@pulumi.getter(name="mirrorPercent")
|
55216
|
+
def mirror_percent(self) -> Optional[builtins.float]:
|
55217
|
+
"""
|
55218
|
+
The percentage of requests to be mirrored to backendService.
|
55219
|
+
The value must be between 0.0 and 100.0 inclusive.
|
55220
|
+
"""
|
55221
|
+
return pulumi.get(self, "mirror_percent")
|
55222
|
+
|
53373
55223
|
|
53374
55224
|
@pulumi.output_type
|
53375
55225
|
class URLMapPathMatcherRouteRuleRouteActionRetryPolicy(dict):
|
@@ -55386,6 +57236,42 @@ class GetBackendServiceCustomMetricResult(dict):
|
|
55386
57236
|
return pulumi.get(self, "name")
|
55387
57237
|
|
55388
57238
|
|
57239
|
+
@pulumi.output_type
|
57240
|
+
class GetBackendServiceDynamicForwardingResult(dict):
|
57241
|
+
def __init__(__self__, *,
|
57242
|
+
ip_port_selections: Sequence['outputs.GetBackendServiceDynamicForwardingIpPortSelectionResult']):
|
57243
|
+
"""
|
57244
|
+
:param Sequence['GetBackendServiceDynamicForwardingIpPortSelectionArgs'] ip_port_selections: IP:PORT based dynamic forwarding configuration.
|
57245
|
+
"""
|
57246
|
+
pulumi.set(__self__, "ip_port_selections", ip_port_selections)
|
57247
|
+
|
57248
|
+
@property
|
57249
|
+
@pulumi.getter(name="ipPortSelections")
|
57250
|
+
def ip_port_selections(self) -> Sequence['outputs.GetBackendServiceDynamicForwardingIpPortSelectionResult']:
|
57251
|
+
"""
|
57252
|
+
IP:PORT based dynamic forwarding configuration.
|
57253
|
+
"""
|
57254
|
+
return pulumi.get(self, "ip_port_selections")
|
57255
|
+
|
57256
|
+
|
57257
|
+
@pulumi.output_type
|
57258
|
+
class GetBackendServiceDynamicForwardingIpPortSelectionResult(dict):
|
57259
|
+
def __init__(__self__, *,
|
57260
|
+
enabled: builtins.bool):
|
57261
|
+
"""
|
57262
|
+
:param builtins.bool enabled: A boolean flag enabling IP:PORT based dynamic forwarding.
|
57263
|
+
"""
|
57264
|
+
pulumi.set(__self__, "enabled", enabled)
|
57265
|
+
|
57266
|
+
@property
|
57267
|
+
@pulumi.getter
|
57268
|
+
def enabled(self) -> builtins.bool:
|
57269
|
+
"""
|
57270
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
57271
|
+
"""
|
57272
|
+
return pulumi.get(self, "enabled")
|
57273
|
+
|
57274
|
+
|
55389
57275
|
@pulumi.output_type
|
55390
57276
|
class GetBackendServiceIapResult(dict):
|
55391
57277
|
def __init__(__self__, *,
|
@@ -55621,6 +57507,61 @@ class GetBackendServiceMaxStreamDurationResult(dict):
|
|
55621
57507
|
return pulumi.get(self, "seconds")
|
55622
57508
|
|
55623
57509
|
|
57510
|
+
@pulumi.output_type
|
57511
|
+
class GetBackendServiceNetworkPassThroughLbTrafficPolicyResult(dict):
|
57512
|
+
def __init__(__self__, *,
|
57513
|
+
zonal_affinities: Sequence['outputs.GetBackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityResult']):
|
57514
|
+
"""
|
57515
|
+
:param Sequence['GetBackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs'] zonal_affinities: When configured, new connections are load balanced across healthy backend endpoints in the local zone.
|
57516
|
+
"""
|
57517
|
+
pulumi.set(__self__, "zonal_affinities", zonal_affinities)
|
57518
|
+
|
57519
|
+
@property
|
57520
|
+
@pulumi.getter(name="zonalAffinities")
|
57521
|
+
def zonal_affinities(self) -> Sequence['outputs.GetBackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityResult']:
|
57522
|
+
"""
|
57523
|
+
When configured, new connections are load balanced across healthy backend endpoints in the local zone.
|
57524
|
+
"""
|
57525
|
+
return pulumi.get(self, "zonal_affinities")
|
57526
|
+
|
57527
|
+
|
57528
|
+
@pulumi.output_type
|
57529
|
+
class GetBackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityResult(dict):
|
57530
|
+
def __init__(__self__, *,
|
57531
|
+
spillover: builtins.str,
|
57532
|
+
spillover_ratio: builtins.float):
|
57533
|
+
"""
|
57534
|
+
: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"]
|
57535
|
+
: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
|
57536
|
+
to the count of backend endpoints in that same zone is equal to or above this threshold, the load balancer
|
57537
|
+
distributes new connections to all healthy endpoints in the local zone only. When the ratio of the count
|
57538
|
+
of healthy backend endpoints in a zone to the count of backend endpoints in that same zone is below this
|
57539
|
+
threshold, the load balancer distributes all new connections to all healthy endpoints across all zones.
|
57540
|
+
"""
|
57541
|
+
pulumi.set(__self__, "spillover", spillover)
|
57542
|
+
pulumi.set(__self__, "spillover_ratio", spillover_ratio)
|
57543
|
+
|
57544
|
+
@property
|
57545
|
+
@pulumi.getter
|
57546
|
+
def spillover(self) -> builtins.str:
|
57547
|
+
"""
|
57548
|
+
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"]
|
57549
|
+
"""
|
57550
|
+
return pulumi.get(self, "spillover")
|
57551
|
+
|
57552
|
+
@property
|
57553
|
+
@pulumi.getter(name="spilloverRatio")
|
57554
|
+
def spillover_ratio(self) -> builtins.float:
|
57555
|
+
"""
|
57556
|
+
The value of the field must be in [0, 1]. When the ratio of the count of healthy backend endpoints in a zone
|
57557
|
+
to the count of backend endpoints in that same zone is equal to or above this threshold, the load balancer
|
57558
|
+
distributes new connections to all healthy endpoints in the local zone only. When the ratio of the count
|
57559
|
+
of healthy backend endpoints in a zone to the count of backend endpoints in that same zone is below this
|
57560
|
+
threshold, the load balancer distributes all new connections to all healthy endpoints across all zones.
|
57561
|
+
"""
|
57562
|
+
return pulumi.get(self, "spillover_ratio")
|
57563
|
+
|
57564
|
+
|
55624
57565
|
@pulumi.output_type
|
55625
57566
|
class GetBackendServiceOutlierDetectionResult(dict):
|
55626
57567
|
def __init__(__self__, *,
|
@@ -63390,6 +65331,42 @@ class GetRegionBackendServiceCustomMetricResult(dict):
|
|
63390
65331
|
return pulumi.get(self, "name")
|
63391
65332
|
|
63392
65333
|
|
65334
|
+
@pulumi.output_type
|
65335
|
+
class GetRegionBackendServiceDynamicForwardingResult(dict):
|
65336
|
+
def __init__(__self__, *,
|
65337
|
+
ip_port_selections: Sequence['outputs.GetRegionBackendServiceDynamicForwardingIpPortSelectionResult']):
|
65338
|
+
"""
|
65339
|
+
:param Sequence['GetRegionBackendServiceDynamicForwardingIpPortSelectionArgs'] ip_port_selections: IP:PORT based dynamic forwarding configuration.
|
65340
|
+
"""
|
65341
|
+
pulumi.set(__self__, "ip_port_selections", ip_port_selections)
|
65342
|
+
|
65343
|
+
@property
|
65344
|
+
@pulumi.getter(name="ipPortSelections")
|
65345
|
+
def ip_port_selections(self) -> Sequence['outputs.GetRegionBackendServiceDynamicForwardingIpPortSelectionResult']:
|
65346
|
+
"""
|
65347
|
+
IP:PORT based dynamic forwarding configuration.
|
65348
|
+
"""
|
65349
|
+
return pulumi.get(self, "ip_port_selections")
|
65350
|
+
|
65351
|
+
|
65352
|
+
@pulumi.output_type
|
65353
|
+
class GetRegionBackendServiceDynamicForwardingIpPortSelectionResult(dict):
|
65354
|
+
def __init__(__self__, *,
|
65355
|
+
enabled: builtins.bool):
|
65356
|
+
"""
|
65357
|
+
:param builtins.bool enabled: A boolean flag enabling IP:PORT based dynamic forwarding.
|
65358
|
+
"""
|
65359
|
+
pulumi.set(__self__, "enabled", enabled)
|
65360
|
+
|
65361
|
+
@property
|
65362
|
+
@pulumi.getter
|
65363
|
+
def enabled(self) -> builtins.bool:
|
65364
|
+
"""
|
65365
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
65366
|
+
"""
|
65367
|
+
return pulumi.get(self, "enabled")
|
65368
|
+
|
65369
|
+
|
63393
65370
|
@pulumi.output_type
|
63394
65371
|
class GetRegionBackendServiceFailoverPolicyResult(dict):
|
63395
65372
|
def __init__(__self__, *,
|
@@ -63904,11 +65881,20 @@ class GetRegionBackendServiceStrongSessionAffinityCookyTtlResult(dict):
|
|
63904
65881
|
@pulumi.output_type
|
63905
65882
|
class GetRegionBackendServiceSubsettingResult(dict):
|
63906
65883
|
def __init__(__self__, *,
|
63907
|
-
policy: builtins.str
|
65884
|
+
policy: builtins.str,
|
65885
|
+
subset_size: builtins.int):
|
63908
65886
|
"""
|
63909
65887
|
:param builtins.str policy: The algorithm used for subsetting. Possible values: ["CONSISTENT_HASH_SUBSETTING"]
|
65888
|
+
:param builtins.int subset_size: The number of backends per backend group assigned to each proxy instance or each service mesh client.
|
65889
|
+
An input parameter to the CONSISTENT_HASH_SUBSETTING algorithm. Can only be set if policy is set to
|
65890
|
+
CONSISTENT_HASH_SUBSETTING. Can only be set if load balancing scheme is INTERNAL_MANAGED or INTERNAL_SELF_MANAGED.
|
65891
|
+
subsetSize is optional for Internal HTTP(S) load balancing and required for Traffic Director.
|
65892
|
+
If you do not provide this value, Cloud Load Balancing will calculate it dynamically to optimize the number
|
65893
|
+
of proxies/clients visible to each backend and vice versa.
|
65894
|
+
Must be greater than 0. If subsetSize is larger than the number of backends/endpoints, then subsetting is disabled.
|
63910
65895
|
"""
|
63911
65896
|
pulumi.set(__self__, "policy", policy)
|
65897
|
+
pulumi.set(__self__, "subset_size", subset_size)
|
63912
65898
|
|
63913
65899
|
@property
|
63914
65900
|
@pulumi.getter
|
@@ -63918,6 +65904,20 @@ class GetRegionBackendServiceSubsettingResult(dict):
|
|
63918
65904
|
"""
|
63919
65905
|
return pulumi.get(self, "policy")
|
63920
65906
|
|
65907
|
+
@property
|
65908
|
+
@pulumi.getter(name="subsetSize")
|
65909
|
+
def subset_size(self) -> builtins.int:
|
65910
|
+
"""
|
65911
|
+
The number of backends per backend group assigned to each proxy instance or each service mesh client.
|
65912
|
+
An input parameter to the CONSISTENT_HASH_SUBSETTING algorithm. Can only be set if policy is set to
|
65913
|
+
CONSISTENT_HASH_SUBSETTING. Can only be set if load balancing scheme is INTERNAL_MANAGED or INTERNAL_SELF_MANAGED.
|
65914
|
+
subsetSize is optional for Internal HTTP(S) load balancing and required for Traffic Director.
|
65915
|
+
If you do not provide this value, Cloud Load Balancing will calculate it dynamically to optimize the number
|
65916
|
+
of proxies/clients visible to each backend and vice versa.
|
65917
|
+
Must be greater than 0. If subsetSize is larger than the number of backends/endpoints, then subsetting is disabled.
|
65918
|
+
"""
|
65919
|
+
return pulumi.get(self, "subset_size")
|
65920
|
+
|
63921
65921
|
|
63922
65922
|
@pulumi.output_type
|
63923
65923
|
class GetRegionDiskAsyncPrimaryDiskResult(dict):
|