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/_inputs.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
|
@@ -70,6 +70,10 @@ __all__ = [
|
|
70
70
|
'BackendServiceConsistentHashHttpCookieTtlArgsDict',
|
71
71
|
'BackendServiceCustomMetricArgs',
|
72
72
|
'BackendServiceCustomMetricArgsDict',
|
73
|
+
'BackendServiceDynamicForwardingArgs',
|
74
|
+
'BackendServiceDynamicForwardingArgsDict',
|
75
|
+
'BackendServiceDynamicForwardingIpPortSelectionArgs',
|
76
|
+
'BackendServiceDynamicForwardingIpPortSelectionArgsDict',
|
73
77
|
'BackendServiceIamBindingConditionArgs',
|
74
78
|
'BackendServiceIamBindingConditionArgsDict',
|
75
79
|
'BackendServiceIamMemberConditionArgs',
|
@@ -86,6 +90,10 @@ __all__ = [
|
|
86
90
|
'BackendServiceLogConfigArgsDict',
|
87
91
|
'BackendServiceMaxStreamDurationArgs',
|
88
92
|
'BackendServiceMaxStreamDurationArgsDict',
|
93
|
+
'BackendServiceNetworkPassThroughLbTrafficPolicyArgs',
|
94
|
+
'BackendServiceNetworkPassThroughLbTrafficPolicyArgsDict',
|
95
|
+
'BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs',
|
96
|
+
'BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgsDict',
|
89
97
|
'BackendServiceOutlierDetectionArgs',
|
90
98
|
'BackendServiceOutlierDetectionArgsDict',
|
91
99
|
'BackendServiceOutlierDetectionBaseEjectionTimeArgs',
|
@@ -148,6 +156,52 @@ __all__ = [
|
|
148
156
|
'FirewallPolicyWithRulesRuleMatchLayer4ConfigArgsDict',
|
149
157
|
'ForwardingRuleServiceDirectoryRegistrationsArgs',
|
150
158
|
'ForwardingRuleServiceDirectoryRegistrationsArgsDict',
|
159
|
+
'FutureReservationAutoCreatedReservationsDurationArgs',
|
160
|
+
'FutureReservationAutoCreatedReservationsDurationArgsDict',
|
161
|
+
'FutureReservationCommitmentInfoArgs',
|
162
|
+
'FutureReservationCommitmentInfoArgsDict',
|
163
|
+
'FutureReservationShareSettingsArgs',
|
164
|
+
'FutureReservationShareSettingsArgsDict',
|
165
|
+
'FutureReservationShareSettingsProjectMapArgs',
|
166
|
+
'FutureReservationShareSettingsProjectMapArgsDict',
|
167
|
+
'FutureReservationSpecificSkuPropertiesArgs',
|
168
|
+
'FutureReservationSpecificSkuPropertiesArgsDict',
|
169
|
+
'FutureReservationSpecificSkuPropertiesInstancePropertiesArgs',
|
170
|
+
'FutureReservationSpecificSkuPropertiesInstancePropertiesArgsDict',
|
171
|
+
'FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs',
|
172
|
+
'FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgsDict',
|
173
|
+
'FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgs',
|
174
|
+
'FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgsDict',
|
175
|
+
'FutureReservationStatusArgs',
|
176
|
+
'FutureReservationStatusArgsDict',
|
177
|
+
'FutureReservationStatusLastKnownGoodStateArgs',
|
178
|
+
'FutureReservationStatusLastKnownGoodStateArgsDict',
|
179
|
+
'FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgs',
|
180
|
+
'FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgsDict',
|
181
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgs',
|
182
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgsDict',
|
183
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgs',
|
184
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgsDict',
|
185
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgs',
|
186
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgsDict',
|
187
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgs',
|
188
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgsDict',
|
189
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgs',
|
190
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgsDict',
|
191
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs',
|
192
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgsDict',
|
193
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgs',
|
194
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgsDict',
|
195
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgs',
|
196
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgsDict',
|
197
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgs',
|
198
|
+
'FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgsDict',
|
199
|
+
'FutureReservationStatusSpecificSkuPropertiesArgs',
|
200
|
+
'FutureReservationStatusSpecificSkuPropertiesArgsDict',
|
201
|
+
'FutureReservationTimeWindowArgs',
|
202
|
+
'FutureReservationTimeWindowArgsDict',
|
203
|
+
'FutureReservationTimeWindowDurationArgs',
|
204
|
+
'FutureReservationTimeWindowDurationArgsDict',
|
151
205
|
'GlobalForwardingRuleMetadataFilterArgs',
|
152
206
|
'GlobalForwardingRuleMetadataFilterArgsDict',
|
153
207
|
'GlobalForwardingRuleMetadataFilterFilterLabelArgs',
|
@@ -604,6 +658,10 @@ __all__ = [
|
|
604
658
|
'RegionBackendServiceConsistentHashHttpCookieTtlArgsDict',
|
605
659
|
'RegionBackendServiceCustomMetricArgs',
|
606
660
|
'RegionBackendServiceCustomMetricArgsDict',
|
661
|
+
'RegionBackendServiceDynamicForwardingArgs',
|
662
|
+
'RegionBackendServiceDynamicForwardingArgsDict',
|
663
|
+
'RegionBackendServiceDynamicForwardingIpPortSelectionArgs',
|
664
|
+
'RegionBackendServiceDynamicForwardingIpPortSelectionArgsDict',
|
607
665
|
'RegionBackendServiceFailoverPolicyArgs',
|
608
666
|
'RegionBackendServiceFailoverPolicyArgsDict',
|
609
667
|
'RegionBackendServiceIamBindingConditionArgs',
|
@@ -4608,6 +4666,73 @@ class BackendServiceCustomMetricArgs:
|
|
4608
4666
|
pulumi.set(self, "name", value)
|
4609
4667
|
|
4610
4668
|
|
4669
|
+
if not MYPY:
|
4670
|
+
class BackendServiceDynamicForwardingArgsDict(TypedDict):
|
4671
|
+
ip_port_selection: NotRequired[pulumi.Input['BackendServiceDynamicForwardingIpPortSelectionArgsDict']]
|
4672
|
+
"""
|
4673
|
+
IP:PORT based dynamic forwarding configuration.
|
4674
|
+
Structure is documented below.
|
4675
|
+
"""
|
4676
|
+
elif False:
|
4677
|
+
BackendServiceDynamicForwardingArgsDict: TypeAlias = Mapping[str, Any]
|
4678
|
+
|
4679
|
+
@pulumi.input_type
|
4680
|
+
class BackendServiceDynamicForwardingArgs:
|
4681
|
+
def __init__(__self__, *,
|
4682
|
+
ip_port_selection: Optional[pulumi.Input['BackendServiceDynamicForwardingIpPortSelectionArgs']] = None):
|
4683
|
+
"""
|
4684
|
+
:param pulumi.Input['BackendServiceDynamicForwardingIpPortSelectionArgs'] ip_port_selection: IP:PORT based dynamic forwarding configuration.
|
4685
|
+
Structure is documented below.
|
4686
|
+
"""
|
4687
|
+
if ip_port_selection is not None:
|
4688
|
+
pulumi.set(__self__, "ip_port_selection", ip_port_selection)
|
4689
|
+
|
4690
|
+
@property
|
4691
|
+
@pulumi.getter(name="ipPortSelection")
|
4692
|
+
def ip_port_selection(self) -> Optional[pulumi.Input['BackendServiceDynamicForwardingIpPortSelectionArgs']]:
|
4693
|
+
"""
|
4694
|
+
IP:PORT based dynamic forwarding configuration.
|
4695
|
+
Structure is documented below.
|
4696
|
+
"""
|
4697
|
+
return pulumi.get(self, "ip_port_selection")
|
4698
|
+
|
4699
|
+
@ip_port_selection.setter
|
4700
|
+
def ip_port_selection(self, value: Optional[pulumi.Input['BackendServiceDynamicForwardingIpPortSelectionArgs']]):
|
4701
|
+
pulumi.set(self, "ip_port_selection", value)
|
4702
|
+
|
4703
|
+
|
4704
|
+
if not MYPY:
|
4705
|
+
class BackendServiceDynamicForwardingIpPortSelectionArgsDict(TypedDict):
|
4706
|
+
enabled: NotRequired[pulumi.Input[builtins.bool]]
|
4707
|
+
"""
|
4708
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
4709
|
+
"""
|
4710
|
+
elif False:
|
4711
|
+
BackendServiceDynamicForwardingIpPortSelectionArgsDict: TypeAlias = Mapping[str, Any]
|
4712
|
+
|
4713
|
+
@pulumi.input_type
|
4714
|
+
class BackendServiceDynamicForwardingIpPortSelectionArgs:
|
4715
|
+
def __init__(__self__, *,
|
4716
|
+
enabled: Optional[pulumi.Input[builtins.bool]] = None):
|
4717
|
+
"""
|
4718
|
+
:param pulumi.Input[builtins.bool] enabled: A boolean flag enabling IP:PORT based dynamic forwarding.
|
4719
|
+
"""
|
4720
|
+
if enabled is not None:
|
4721
|
+
pulumi.set(__self__, "enabled", enabled)
|
4722
|
+
|
4723
|
+
@property
|
4724
|
+
@pulumi.getter
|
4725
|
+
def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
4726
|
+
"""
|
4727
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
4728
|
+
"""
|
4729
|
+
return pulumi.get(self, "enabled")
|
4730
|
+
|
4731
|
+
@enabled.setter
|
4732
|
+
def enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
4733
|
+
pulumi.set(self, "enabled", value)
|
4734
|
+
|
4735
|
+
|
4611
4736
|
if not MYPY:
|
4612
4737
|
class BackendServiceIamBindingConditionArgsDict(TypedDict):
|
4613
4738
|
expression: pulumi.Input[builtins.str]
|
@@ -5246,6 +5371,111 @@ class BackendServiceMaxStreamDurationArgs:
|
|
5246
5371
|
pulumi.set(self, "nanos", value)
|
5247
5372
|
|
5248
5373
|
|
5374
|
+
if not MYPY:
|
5375
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicyArgsDict(TypedDict):
|
5376
|
+
zonal_affinity: NotRequired[pulumi.Input['BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgsDict']]
|
5377
|
+
"""
|
5378
|
+
When configured, new connections are load balanced across healthy backend endpoints in the local zone.
|
5379
|
+
Structure is documented below.
|
5380
|
+
"""
|
5381
|
+
elif False:
|
5382
|
+
BackendServiceNetworkPassThroughLbTrafficPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
5383
|
+
|
5384
|
+
@pulumi.input_type
|
5385
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicyArgs:
|
5386
|
+
def __init__(__self__, *,
|
5387
|
+
zonal_affinity: Optional[pulumi.Input['BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs']] = None):
|
5388
|
+
"""
|
5389
|
+
:param pulumi.Input['BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs'] zonal_affinity: When configured, new connections are load balanced across healthy backend endpoints in the local zone.
|
5390
|
+
Structure is documented below.
|
5391
|
+
"""
|
5392
|
+
if zonal_affinity is not None:
|
5393
|
+
pulumi.set(__self__, "zonal_affinity", zonal_affinity)
|
5394
|
+
|
5395
|
+
@property
|
5396
|
+
@pulumi.getter(name="zonalAffinity")
|
5397
|
+
def zonal_affinity(self) -> Optional[pulumi.Input['BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs']]:
|
5398
|
+
"""
|
5399
|
+
When configured, new connections are load balanced across healthy backend endpoints in the local zone.
|
5400
|
+
Structure is documented below.
|
5401
|
+
"""
|
5402
|
+
return pulumi.get(self, "zonal_affinity")
|
5403
|
+
|
5404
|
+
@zonal_affinity.setter
|
5405
|
+
def zonal_affinity(self, value: Optional[pulumi.Input['BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs']]):
|
5406
|
+
pulumi.set(self, "zonal_affinity", value)
|
5407
|
+
|
5408
|
+
|
5409
|
+
if not MYPY:
|
5410
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgsDict(TypedDict):
|
5411
|
+
spillover: NotRequired[pulumi.Input[builtins.str]]
|
5412
|
+
"""
|
5413
|
+
This field indicates whether zonal affinity is enabled or not.
|
5414
|
+
Default value is `ZONAL_AFFINITY_DISABLED`.
|
5415
|
+
Possible values are: `ZONAL_AFFINITY_DISABLED`, `ZONAL_AFFINITY_SPILL_CROSS_ZONE`, `ZONAL_AFFINITY_STAY_WITHIN_ZONE`.
|
5416
|
+
"""
|
5417
|
+
spillover_ratio: NotRequired[pulumi.Input[builtins.float]]
|
5418
|
+
"""
|
5419
|
+
The value of the field must be in [0, 1]. When the ratio of the count of healthy backend endpoints in a zone
|
5420
|
+
to the count of backend endpoints in that same zone is equal to or above this threshold, the load balancer
|
5421
|
+
distributes new connections to all healthy endpoints in the local zone only. When the ratio of the count
|
5422
|
+
of healthy backend endpoints in a zone to the count of backend endpoints in that same zone is below this
|
5423
|
+
threshold, the load balancer distributes all new connections to all healthy endpoints across all zones.
|
5424
|
+
"""
|
5425
|
+
elif False:
|
5426
|
+
BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgsDict: TypeAlias = Mapping[str, Any]
|
5427
|
+
|
5428
|
+
@pulumi.input_type
|
5429
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs:
|
5430
|
+
def __init__(__self__, *,
|
5431
|
+
spillover: Optional[pulumi.Input[builtins.str]] = None,
|
5432
|
+
spillover_ratio: Optional[pulumi.Input[builtins.float]] = None):
|
5433
|
+
"""
|
5434
|
+
:param pulumi.Input[builtins.str] spillover: This field indicates whether zonal affinity is enabled or not.
|
5435
|
+
Default value is `ZONAL_AFFINITY_DISABLED`.
|
5436
|
+
Possible values are: `ZONAL_AFFINITY_DISABLED`, `ZONAL_AFFINITY_SPILL_CROSS_ZONE`, `ZONAL_AFFINITY_STAY_WITHIN_ZONE`.
|
5437
|
+
:param pulumi.Input[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
|
5438
|
+
to the count of backend endpoints in that same zone is equal to or above this threshold, the load balancer
|
5439
|
+
distributes new connections to all healthy endpoints in the local zone only. When the ratio of the count
|
5440
|
+
of healthy backend endpoints in a zone to the count of backend endpoints in that same zone is below this
|
5441
|
+
threshold, the load balancer distributes all new connections to all healthy endpoints across all zones.
|
5442
|
+
"""
|
5443
|
+
if spillover is not None:
|
5444
|
+
pulumi.set(__self__, "spillover", spillover)
|
5445
|
+
if spillover_ratio is not None:
|
5446
|
+
pulumi.set(__self__, "spillover_ratio", spillover_ratio)
|
5447
|
+
|
5448
|
+
@property
|
5449
|
+
@pulumi.getter
|
5450
|
+
def spillover(self) -> Optional[pulumi.Input[builtins.str]]:
|
5451
|
+
"""
|
5452
|
+
This field indicates whether zonal affinity is enabled or not.
|
5453
|
+
Default value is `ZONAL_AFFINITY_DISABLED`.
|
5454
|
+
Possible values are: `ZONAL_AFFINITY_DISABLED`, `ZONAL_AFFINITY_SPILL_CROSS_ZONE`, `ZONAL_AFFINITY_STAY_WITHIN_ZONE`.
|
5455
|
+
"""
|
5456
|
+
return pulumi.get(self, "spillover")
|
5457
|
+
|
5458
|
+
@spillover.setter
|
5459
|
+
def spillover(self, value: Optional[pulumi.Input[builtins.str]]):
|
5460
|
+
pulumi.set(self, "spillover", value)
|
5461
|
+
|
5462
|
+
@property
|
5463
|
+
@pulumi.getter(name="spilloverRatio")
|
5464
|
+
def spillover_ratio(self) -> Optional[pulumi.Input[builtins.float]]:
|
5465
|
+
"""
|
5466
|
+
The value of the field must be in [0, 1]. When the ratio of the count of healthy backend endpoints in a zone
|
5467
|
+
to the count of backend endpoints in that same zone is equal to or above this threshold, the load balancer
|
5468
|
+
distributes new connections to all healthy endpoints in the local zone only. When the ratio of the count
|
5469
|
+
of healthy backend endpoints in a zone to the count of backend endpoints in that same zone is below this
|
5470
|
+
threshold, the load balancer distributes all new connections to all healthy endpoints across all zones.
|
5471
|
+
"""
|
5472
|
+
return pulumi.get(self, "spillover_ratio")
|
5473
|
+
|
5474
|
+
@spillover_ratio.setter
|
5475
|
+
def spillover_ratio(self, value: Optional[pulumi.Input[builtins.float]]):
|
5476
|
+
pulumi.set(self, "spillover_ratio", value)
|
5477
|
+
|
5478
|
+
|
5249
5479
|
if not MYPY:
|
5250
5480
|
class BackendServiceOutlierDetectionArgsDict(TypedDict):
|
5251
5481
|
base_ejection_time: NotRequired[pulumi.Input['BackendServiceOutlierDetectionBaseEjectionTimeArgsDict']]
|
@@ -8645,325 +8875,2134 @@ class FirewallPolicyWithRulesRuleMatchArgs:
|
|
8645
8875
|
@pulumi.getter(name="layer4Configs")
|
8646
8876
|
def layer4_configs(self) -> pulumi.Input[Sequence[pulumi.Input['FirewallPolicyWithRulesRuleMatchLayer4ConfigArgs']]]:
|
8647
8877
|
"""
|
8648
|
-
Pairs of IP protocols and ports that the rule should match.
|
8649
|
-
Structure is documented below.
|
8878
|
+
Pairs of IP protocols and ports that the rule should match.
|
8879
|
+
Structure is documented below.
|
8880
|
+
|
8881
|
+
|
8882
|
+
<a name="nested_rule_rule_match_layer4_config"></a>The `layer4_config` block supports:
|
8883
|
+
"""
|
8884
|
+
return pulumi.get(self, "layer4_configs")
|
8885
|
+
|
8886
|
+
@layer4_configs.setter
|
8887
|
+
def layer4_configs(self, value: pulumi.Input[Sequence[pulumi.Input['FirewallPolicyWithRulesRuleMatchLayer4ConfigArgs']]]):
|
8888
|
+
pulumi.set(self, "layer4_configs", value)
|
8889
|
+
|
8890
|
+
@property
|
8891
|
+
@pulumi.getter(name="destAddressGroups")
|
8892
|
+
def dest_address_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
8893
|
+
"""
|
8894
|
+
Address groups which should be matched against the traffic destination.
|
8895
|
+
Maximum number of destination address groups is 10.
|
8896
|
+
"""
|
8897
|
+
return pulumi.get(self, "dest_address_groups")
|
8898
|
+
|
8899
|
+
@dest_address_groups.setter
|
8900
|
+
def dest_address_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
8901
|
+
pulumi.set(self, "dest_address_groups", value)
|
8902
|
+
|
8903
|
+
@property
|
8904
|
+
@pulumi.getter(name="destFqdns")
|
8905
|
+
def dest_fqdns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
8906
|
+
"""
|
8907
|
+
Fully Qualified Domain Name (FQDN) which should be matched against
|
8908
|
+
traffic destination. Maximum number of destination fqdn allowed is 100.
|
8909
|
+
"""
|
8910
|
+
return pulumi.get(self, "dest_fqdns")
|
8911
|
+
|
8912
|
+
@dest_fqdns.setter
|
8913
|
+
def dest_fqdns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
8914
|
+
pulumi.set(self, "dest_fqdns", value)
|
8915
|
+
|
8916
|
+
@property
|
8917
|
+
@pulumi.getter(name="destIpRanges")
|
8918
|
+
def dest_ip_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
8919
|
+
"""
|
8920
|
+
Destination IP address range in CIDR format. Required for
|
8921
|
+
EGRESS rules.
|
8922
|
+
"""
|
8923
|
+
return pulumi.get(self, "dest_ip_ranges")
|
8924
|
+
|
8925
|
+
@dest_ip_ranges.setter
|
8926
|
+
def dest_ip_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
8927
|
+
pulumi.set(self, "dest_ip_ranges", value)
|
8928
|
+
|
8929
|
+
@property
|
8930
|
+
@pulumi.getter(name="destNetworkScope")
|
8931
|
+
def dest_network_scope(self) -> Optional[pulumi.Input[builtins.str]]:
|
8932
|
+
"""
|
8933
|
+
Network scope of the traffic destination.
|
8934
|
+
Possible values are: `INTERNET`, `INTRA_VPC`, `NON_INTERNET`, `VPC_NETWORKS`.
|
8935
|
+
"""
|
8936
|
+
return pulumi.get(self, "dest_network_scope")
|
8937
|
+
|
8938
|
+
@dest_network_scope.setter
|
8939
|
+
def dest_network_scope(self, value: Optional[pulumi.Input[builtins.str]]):
|
8940
|
+
pulumi.set(self, "dest_network_scope", value)
|
8941
|
+
|
8942
|
+
@property
|
8943
|
+
@pulumi.getter(name="destRegionCodes")
|
8944
|
+
def dest_region_codes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
8945
|
+
"""
|
8946
|
+
Region codes whose IP addresses will be used to match for destination
|
8947
|
+
of traffic. Should be specified as 2 letter country code defined as per
|
8948
|
+
ISO 3166 alpha-2 country codes. ex."US"
|
8949
|
+
Maximum number of destination region codes allowed is 5000.
|
8950
|
+
"""
|
8951
|
+
return pulumi.get(self, "dest_region_codes")
|
8952
|
+
|
8953
|
+
@dest_region_codes.setter
|
8954
|
+
def dest_region_codes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
8955
|
+
pulumi.set(self, "dest_region_codes", value)
|
8956
|
+
|
8957
|
+
@property
|
8958
|
+
@pulumi.getter(name="destThreatIntelligences")
|
8959
|
+
def dest_threat_intelligences(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
8960
|
+
"""
|
8961
|
+
Names of Network Threat Intelligence lists.
|
8962
|
+
The IPs in these lists will be matched against traffic destination.
|
8963
|
+
"""
|
8964
|
+
return pulumi.get(self, "dest_threat_intelligences")
|
8965
|
+
|
8966
|
+
@dest_threat_intelligences.setter
|
8967
|
+
def dest_threat_intelligences(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
8968
|
+
pulumi.set(self, "dest_threat_intelligences", value)
|
8969
|
+
|
8970
|
+
@property
|
8971
|
+
@pulumi.getter(name="srcAddressGroups")
|
8972
|
+
def src_address_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
8973
|
+
"""
|
8974
|
+
Address groups which should be matched against the traffic source.
|
8975
|
+
Maximum number of source address groups is 10.
|
8976
|
+
"""
|
8977
|
+
return pulumi.get(self, "src_address_groups")
|
8978
|
+
|
8979
|
+
@src_address_groups.setter
|
8980
|
+
def src_address_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
8981
|
+
pulumi.set(self, "src_address_groups", value)
|
8982
|
+
|
8983
|
+
@property
|
8984
|
+
@pulumi.getter(name="srcFqdns")
|
8985
|
+
def src_fqdns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
8986
|
+
"""
|
8987
|
+
Fully Qualified Domain Name (FQDN) which should be matched against
|
8988
|
+
traffic source. Maximum number of source fqdn allowed is 100.
|
8989
|
+
"""
|
8990
|
+
return pulumi.get(self, "src_fqdns")
|
8991
|
+
|
8992
|
+
@src_fqdns.setter
|
8993
|
+
def src_fqdns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
8994
|
+
pulumi.set(self, "src_fqdns", value)
|
8995
|
+
|
8996
|
+
@property
|
8997
|
+
@pulumi.getter(name="srcIpRanges")
|
8998
|
+
def src_ip_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
8999
|
+
"""
|
9000
|
+
Source IP address range in CIDR format. Required for
|
9001
|
+
INGRESS rules.
|
9002
|
+
"""
|
9003
|
+
return pulumi.get(self, "src_ip_ranges")
|
9004
|
+
|
9005
|
+
@src_ip_ranges.setter
|
9006
|
+
def src_ip_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9007
|
+
pulumi.set(self, "src_ip_ranges", value)
|
9008
|
+
|
9009
|
+
@property
|
9010
|
+
@pulumi.getter(name="srcNetworkScope")
|
9011
|
+
def src_network_scope(self) -> Optional[pulumi.Input[builtins.str]]:
|
9012
|
+
"""
|
9013
|
+
Network scope of the traffic source.
|
9014
|
+
Possible values are: `INTERNET`, `INTRA_VPC`, `NON_INTERNET`, `VPC_NETWORKS`.
|
9015
|
+
"""
|
9016
|
+
return pulumi.get(self, "src_network_scope")
|
9017
|
+
|
9018
|
+
@src_network_scope.setter
|
9019
|
+
def src_network_scope(self, value: Optional[pulumi.Input[builtins.str]]):
|
9020
|
+
pulumi.set(self, "src_network_scope", value)
|
9021
|
+
|
9022
|
+
@property
|
9023
|
+
@pulumi.getter(name="srcNetworks")
|
9024
|
+
def src_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
9025
|
+
"""
|
9026
|
+
Networks of the traffic source. It can be either a full or partial url.
|
9027
|
+
"""
|
9028
|
+
return pulumi.get(self, "src_networks")
|
9029
|
+
|
9030
|
+
@src_networks.setter
|
9031
|
+
def src_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9032
|
+
pulumi.set(self, "src_networks", value)
|
9033
|
+
|
9034
|
+
@property
|
9035
|
+
@pulumi.getter(name="srcRegionCodes")
|
9036
|
+
def src_region_codes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
9037
|
+
"""
|
9038
|
+
Region codes whose IP addresses will be used to match for source
|
9039
|
+
of traffic. Should be specified as 2 letter country code defined as per
|
9040
|
+
ISO 3166 alpha-2 country codes. ex."US"
|
9041
|
+
Maximum number of source region codes allowed is 5000.
|
9042
|
+
"""
|
9043
|
+
return pulumi.get(self, "src_region_codes")
|
9044
|
+
|
9045
|
+
@src_region_codes.setter
|
9046
|
+
def src_region_codes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9047
|
+
pulumi.set(self, "src_region_codes", value)
|
9048
|
+
|
9049
|
+
@property
|
9050
|
+
@pulumi.getter(name="srcThreatIntelligences")
|
9051
|
+
def src_threat_intelligences(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
9052
|
+
"""
|
9053
|
+
Names of Network Threat Intelligence lists.
|
9054
|
+
The IPs in these lists will be matched against traffic source.
|
9055
|
+
"""
|
9056
|
+
return pulumi.get(self, "src_threat_intelligences")
|
9057
|
+
|
9058
|
+
@src_threat_intelligences.setter
|
9059
|
+
def src_threat_intelligences(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9060
|
+
pulumi.set(self, "src_threat_intelligences", value)
|
9061
|
+
|
9062
|
+
|
9063
|
+
if not MYPY:
|
9064
|
+
class FirewallPolicyWithRulesRuleMatchLayer4ConfigArgsDict(TypedDict):
|
9065
|
+
ip_protocol: pulumi.Input[builtins.str]
|
9066
|
+
"""
|
9067
|
+
(Output)
|
9068
|
+
The IP protocol to which this rule applies. The protocol
|
9069
|
+
type is required when creating a firewall rule.
|
9070
|
+
This value can either be one of the following well
|
9071
|
+
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
9072
|
+
or the IP protocol number.
|
9073
|
+
"""
|
9074
|
+
ports: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
9075
|
+
"""
|
9076
|
+
(Output)
|
9077
|
+
An optional list of ports to which this rule applies. This field
|
9078
|
+
is only applicable for UDP or TCP protocol. Each entry must be
|
9079
|
+
either an integer or a range. If not specified, this rule
|
9080
|
+
applies to connections through any port.
|
9081
|
+
Example inputs include: ["22"], ["80","443"], and
|
9082
|
+
["12345-12349"].
|
9083
|
+
"""
|
9084
|
+
elif False:
|
9085
|
+
FirewallPolicyWithRulesRuleMatchLayer4ConfigArgsDict: TypeAlias = Mapping[str, Any]
|
9086
|
+
|
9087
|
+
@pulumi.input_type
|
9088
|
+
class FirewallPolicyWithRulesRuleMatchLayer4ConfigArgs:
|
9089
|
+
def __init__(__self__, *,
|
9090
|
+
ip_protocol: pulumi.Input[builtins.str],
|
9091
|
+
ports: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
9092
|
+
"""
|
9093
|
+
:param pulumi.Input[builtins.str] ip_protocol: (Output)
|
9094
|
+
The IP protocol to which this rule applies. The protocol
|
9095
|
+
type is required when creating a firewall rule.
|
9096
|
+
This value can either be one of the following well
|
9097
|
+
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
9098
|
+
or the IP protocol number.
|
9099
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ports: (Output)
|
9100
|
+
An optional list of ports to which this rule applies. This field
|
9101
|
+
is only applicable for UDP or TCP protocol. Each entry must be
|
9102
|
+
either an integer or a range. If not specified, this rule
|
9103
|
+
applies to connections through any port.
|
9104
|
+
Example inputs include: ["22"], ["80","443"], and
|
9105
|
+
["12345-12349"].
|
9106
|
+
"""
|
9107
|
+
pulumi.set(__self__, "ip_protocol", ip_protocol)
|
9108
|
+
if ports is not None:
|
9109
|
+
pulumi.set(__self__, "ports", ports)
|
9110
|
+
|
9111
|
+
@property
|
9112
|
+
@pulumi.getter(name="ipProtocol")
|
9113
|
+
def ip_protocol(self) -> pulumi.Input[builtins.str]:
|
9114
|
+
"""
|
9115
|
+
(Output)
|
9116
|
+
The IP protocol to which this rule applies. The protocol
|
9117
|
+
type is required when creating a firewall rule.
|
9118
|
+
This value can either be one of the following well
|
9119
|
+
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
9120
|
+
or the IP protocol number.
|
9121
|
+
"""
|
9122
|
+
return pulumi.get(self, "ip_protocol")
|
9123
|
+
|
9124
|
+
@ip_protocol.setter
|
9125
|
+
def ip_protocol(self, value: pulumi.Input[builtins.str]):
|
9126
|
+
pulumi.set(self, "ip_protocol", value)
|
9127
|
+
|
9128
|
+
@property
|
9129
|
+
@pulumi.getter
|
9130
|
+
def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
9131
|
+
"""
|
9132
|
+
(Output)
|
9133
|
+
An optional list of ports to which this rule applies. This field
|
9134
|
+
is only applicable for UDP or TCP protocol. Each entry must be
|
9135
|
+
either an integer or a range. If not specified, this rule
|
9136
|
+
applies to connections through any port.
|
9137
|
+
Example inputs include: ["22"], ["80","443"], and
|
9138
|
+
["12345-12349"].
|
9139
|
+
"""
|
9140
|
+
return pulumi.get(self, "ports")
|
9141
|
+
|
9142
|
+
@ports.setter
|
9143
|
+
def ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9144
|
+
pulumi.set(self, "ports", value)
|
9145
|
+
|
9146
|
+
|
9147
|
+
if not MYPY:
|
9148
|
+
class ForwardingRuleServiceDirectoryRegistrationsArgsDict(TypedDict):
|
9149
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
9150
|
+
"""
|
9151
|
+
Service Directory namespace to register the forwarding rule under.
|
9152
|
+
"""
|
9153
|
+
service: NotRequired[pulumi.Input[builtins.str]]
|
9154
|
+
"""
|
9155
|
+
Service Directory service to register the forwarding rule under.
|
9156
|
+
"""
|
9157
|
+
elif False:
|
9158
|
+
ForwardingRuleServiceDirectoryRegistrationsArgsDict: TypeAlias = Mapping[str, Any]
|
9159
|
+
|
9160
|
+
@pulumi.input_type
|
9161
|
+
class ForwardingRuleServiceDirectoryRegistrationsArgs:
|
9162
|
+
def __init__(__self__, *,
|
9163
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
9164
|
+
service: Optional[pulumi.Input[builtins.str]] = None):
|
9165
|
+
"""
|
9166
|
+
:param pulumi.Input[builtins.str] namespace: Service Directory namespace to register the forwarding rule under.
|
9167
|
+
:param pulumi.Input[builtins.str] service: Service Directory service to register the forwarding rule under.
|
9168
|
+
"""
|
9169
|
+
if namespace is not None:
|
9170
|
+
pulumi.set(__self__, "namespace", namespace)
|
9171
|
+
if service is not None:
|
9172
|
+
pulumi.set(__self__, "service", service)
|
9173
|
+
|
9174
|
+
@property
|
9175
|
+
@pulumi.getter
|
9176
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
9177
|
+
"""
|
9178
|
+
Service Directory namespace to register the forwarding rule under.
|
9179
|
+
"""
|
9180
|
+
return pulumi.get(self, "namespace")
|
9181
|
+
|
9182
|
+
@namespace.setter
|
9183
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
9184
|
+
pulumi.set(self, "namespace", value)
|
9185
|
+
|
9186
|
+
@property
|
9187
|
+
@pulumi.getter
|
9188
|
+
def service(self) -> Optional[pulumi.Input[builtins.str]]:
|
9189
|
+
"""
|
9190
|
+
Service Directory service to register the forwarding rule under.
|
9191
|
+
"""
|
9192
|
+
return pulumi.get(self, "service")
|
9193
|
+
|
9194
|
+
@service.setter
|
9195
|
+
def service(self, value: Optional[pulumi.Input[builtins.str]]):
|
9196
|
+
pulumi.set(self, "service", value)
|
9197
|
+
|
9198
|
+
|
9199
|
+
if not MYPY:
|
9200
|
+
class FutureReservationAutoCreatedReservationsDurationArgsDict(TypedDict):
|
9201
|
+
nanos: NotRequired[pulumi.Input[builtins.int]]
|
9202
|
+
"""
|
9203
|
+
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.
|
9204
|
+
"""
|
9205
|
+
seconds: NotRequired[pulumi.Input[builtins.str]]
|
9206
|
+
"""
|
9207
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
9208
|
+
"""
|
9209
|
+
elif False:
|
9210
|
+
FutureReservationAutoCreatedReservationsDurationArgsDict: TypeAlias = Mapping[str, Any]
|
9211
|
+
|
9212
|
+
@pulumi.input_type
|
9213
|
+
class FutureReservationAutoCreatedReservationsDurationArgs:
|
9214
|
+
def __init__(__self__, *,
|
9215
|
+
nanos: Optional[pulumi.Input[builtins.int]] = None,
|
9216
|
+
seconds: Optional[pulumi.Input[builtins.str]] = None):
|
9217
|
+
"""
|
9218
|
+
:param pulumi.Input[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.
|
9219
|
+
:param pulumi.Input[builtins.str] seconds: Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
9220
|
+
"""
|
9221
|
+
if nanos is not None:
|
9222
|
+
pulumi.set(__self__, "nanos", nanos)
|
9223
|
+
if seconds is not None:
|
9224
|
+
pulumi.set(__self__, "seconds", seconds)
|
9225
|
+
|
9226
|
+
@property
|
9227
|
+
@pulumi.getter
|
9228
|
+
def nanos(self) -> Optional[pulumi.Input[builtins.int]]:
|
9229
|
+
"""
|
9230
|
+
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.
|
9231
|
+
"""
|
9232
|
+
return pulumi.get(self, "nanos")
|
9233
|
+
|
9234
|
+
@nanos.setter
|
9235
|
+
def nanos(self, value: Optional[pulumi.Input[builtins.int]]):
|
9236
|
+
pulumi.set(self, "nanos", value)
|
9237
|
+
|
9238
|
+
@property
|
9239
|
+
@pulumi.getter
|
9240
|
+
def seconds(self) -> Optional[pulumi.Input[builtins.str]]:
|
9241
|
+
"""
|
9242
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
9243
|
+
"""
|
9244
|
+
return pulumi.get(self, "seconds")
|
9245
|
+
|
9246
|
+
@seconds.setter
|
9247
|
+
def seconds(self, value: Optional[pulumi.Input[builtins.str]]):
|
9248
|
+
pulumi.set(self, "seconds", value)
|
9249
|
+
|
9250
|
+
|
9251
|
+
if not MYPY:
|
9252
|
+
class FutureReservationCommitmentInfoArgsDict(TypedDict):
|
9253
|
+
commitment_name: NotRequired[pulumi.Input[builtins.str]]
|
9254
|
+
"""
|
9255
|
+
name of the commitment where capacity is being delivered to.
|
9256
|
+
"""
|
9257
|
+
commitment_plan: NotRequired[pulumi.Input[builtins.str]]
|
9258
|
+
"""
|
9259
|
+
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.
|
9260
|
+
Possible values are: `INVALID`, `THIRTY_SIX_MONTH`, `TWELVE_MONTH`.
|
9261
|
+
"""
|
9262
|
+
previous_commitment_terms: NotRequired[pulumi.Input[builtins.str]]
|
9263
|
+
"""
|
9264
|
+
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.
|
9265
|
+
Possible values are: `EXTEND`.
|
9266
|
+
"""
|
9267
|
+
elif False:
|
9268
|
+
FutureReservationCommitmentInfoArgsDict: TypeAlias = Mapping[str, Any]
|
9269
|
+
|
9270
|
+
@pulumi.input_type
|
9271
|
+
class FutureReservationCommitmentInfoArgs:
|
9272
|
+
def __init__(__self__, *,
|
9273
|
+
commitment_name: Optional[pulumi.Input[builtins.str]] = None,
|
9274
|
+
commitment_plan: Optional[pulumi.Input[builtins.str]] = None,
|
9275
|
+
previous_commitment_terms: Optional[pulumi.Input[builtins.str]] = None):
|
9276
|
+
"""
|
9277
|
+
:param pulumi.Input[builtins.str] commitment_name: name of the commitment where capacity is being delivered to.
|
9278
|
+
:param pulumi.Input[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.
|
9279
|
+
Possible values are: `INVALID`, `THIRTY_SIX_MONTH`, `TWELVE_MONTH`.
|
9280
|
+
:param pulumi.Input[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.
|
9281
|
+
Possible values are: `EXTEND`.
|
9282
|
+
"""
|
9283
|
+
if commitment_name is not None:
|
9284
|
+
pulumi.set(__self__, "commitment_name", commitment_name)
|
9285
|
+
if commitment_plan is not None:
|
9286
|
+
pulumi.set(__self__, "commitment_plan", commitment_plan)
|
9287
|
+
if previous_commitment_terms is not None:
|
9288
|
+
pulumi.set(__self__, "previous_commitment_terms", previous_commitment_terms)
|
9289
|
+
|
9290
|
+
@property
|
9291
|
+
@pulumi.getter(name="commitmentName")
|
9292
|
+
def commitment_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
9293
|
+
"""
|
9294
|
+
name of the commitment where capacity is being delivered to.
|
9295
|
+
"""
|
9296
|
+
return pulumi.get(self, "commitment_name")
|
9297
|
+
|
9298
|
+
@commitment_name.setter
|
9299
|
+
def commitment_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
9300
|
+
pulumi.set(self, "commitment_name", value)
|
9301
|
+
|
9302
|
+
@property
|
9303
|
+
@pulumi.getter(name="commitmentPlan")
|
9304
|
+
def commitment_plan(self) -> Optional[pulumi.Input[builtins.str]]:
|
9305
|
+
"""
|
9306
|
+
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.
|
9307
|
+
Possible values are: `INVALID`, `THIRTY_SIX_MONTH`, `TWELVE_MONTH`.
|
9308
|
+
"""
|
9309
|
+
return pulumi.get(self, "commitment_plan")
|
9310
|
+
|
9311
|
+
@commitment_plan.setter
|
9312
|
+
def commitment_plan(self, value: Optional[pulumi.Input[builtins.str]]):
|
9313
|
+
pulumi.set(self, "commitment_plan", value)
|
9314
|
+
|
9315
|
+
@property
|
9316
|
+
@pulumi.getter(name="previousCommitmentTerms")
|
9317
|
+
def previous_commitment_terms(self) -> Optional[pulumi.Input[builtins.str]]:
|
9318
|
+
"""
|
9319
|
+
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.
|
9320
|
+
Possible values are: `EXTEND`.
|
9321
|
+
"""
|
9322
|
+
return pulumi.get(self, "previous_commitment_terms")
|
9323
|
+
|
9324
|
+
@previous_commitment_terms.setter
|
9325
|
+
def previous_commitment_terms(self, value: Optional[pulumi.Input[builtins.str]]):
|
9326
|
+
pulumi.set(self, "previous_commitment_terms", value)
|
9327
|
+
|
9328
|
+
|
9329
|
+
if not MYPY:
|
9330
|
+
class FutureReservationShareSettingsArgsDict(TypedDict):
|
9331
|
+
project_maps: NotRequired[pulumi.Input[Sequence[pulumi.Input['FutureReservationShareSettingsProjectMapArgsDict']]]]
|
9332
|
+
"""
|
9333
|
+
A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
9334
|
+
Structure is documented below.
|
9335
|
+
"""
|
9336
|
+
projects: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
9337
|
+
"""
|
9338
|
+
list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
9339
|
+
"""
|
9340
|
+
share_type: NotRequired[pulumi.Input[builtins.str]]
|
9341
|
+
"""
|
9342
|
+
Type of sharing for this future reservation.
|
9343
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
9344
|
+
"""
|
9345
|
+
elif False:
|
9346
|
+
FutureReservationShareSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
9347
|
+
|
9348
|
+
@pulumi.input_type
|
9349
|
+
class FutureReservationShareSettingsArgs:
|
9350
|
+
def __init__(__self__, *,
|
9351
|
+
project_maps: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationShareSettingsProjectMapArgs']]]] = None,
|
9352
|
+
projects: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
9353
|
+
share_type: Optional[pulumi.Input[builtins.str]] = None):
|
9354
|
+
"""
|
9355
|
+
:param pulumi.Input[Sequence[pulumi.Input['FutureReservationShareSettingsProjectMapArgs']]] project_maps: A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
9356
|
+
Structure is documented below.
|
9357
|
+
:param pulumi.Input[Sequence[pulumi.Input[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.
|
9358
|
+
:param pulumi.Input[builtins.str] share_type: Type of sharing for this future reservation.
|
9359
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
9360
|
+
"""
|
9361
|
+
if project_maps is not None:
|
9362
|
+
pulumi.set(__self__, "project_maps", project_maps)
|
9363
|
+
if projects is not None:
|
9364
|
+
pulumi.set(__self__, "projects", projects)
|
9365
|
+
if share_type is not None:
|
9366
|
+
pulumi.set(__self__, "share_type", share_type)
|
9367
|
+
|
9368
|
+
@property
|
9369
|
+
@pulumi.getter(name="projectMaps")
|
9370
|
+
def project_maps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationShareSettingsProjectMapArgs']]]]:
|
9371
|
+
"""
|
9372
|
+
A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
9373
|
+
Structure is documented below.
|
9374
|
+
"""
|
9375
|
+
return pulumi.get(self, "project_maps")
|
9376
|
+
|
9377
|
+
@project_maps.setter
|
9378
|
+
def project_maps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationShareSettingsProjectMapArgs']]]]):
|
9379
|
+
pulumi.set(self, "project_maps", value)
|
9380
|
+
|
9381
|
+
@property
|
9382
|
+
@pulumi.getter
|
9383
|
+
def projects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
9384
|
+
"""
|
9385
|
+
list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
9386
|
+
"""
|
9387
|
+
return pulumi.get(self, "projects")
|
9388
|
+
|
9389
|
+
@projects.setter
|
9390
|
+
def projects(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9391
|
+
pulumi.set(self, "projects", value)
|
9392
|
+
|
9393
|
+
@property
|
9394
|
+
@pulumi.getter(name="shareType")
|
9395
|
+
def share_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
9396
|
+
"""
|
9397
|
+
Type of sharing for this future reservation.
|
9398
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
9399
|
+
"""
|
9400
|
+
return pulumi.get(self, "share_type")
|
9401
|
+
|
9402
|
+
@share_type.setter
|
9403
|
+
def share_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
9404
|
+
pulumi.set(self, "share_type", value)
|
9405
|
+
|
9406
|
+
|
9407
|
+
if not MYPY:
|
9408
|
+
class FutureReservationShareSettingsProjectMapArgsDict(TypedDict):
|
9409
|
+
id: pulumi.Input[builtins.str]
|
9410
|
+
"""
|
9411
|
+
The identifier for this object. Format specified above.
|
9412
|
+
"""
|
9413
|
+
project_id: NotRequired[pulumi.Input[builtins.str]]
|
9414
|
+
"""
|
9415
|
+
The project ID, should be same as the key of this project config in the parent map.
|
9416
|
+
"""
|
9417
|
+
elif False:
|
9418
|
+
FutureReservationShareSettingsProjectMapArgsDict: TypeAlias = Mapping[str, Any]
|
9419
|
+
|
9420
|
+
@pulumi.input_type
|
9421
|
+
class FutureReservationShareSettingsProjectMapArgs:
|
9422
|
+
def __init__(__self__, *,
|
9423
|
+
id: pulumi.Input[builtins.str],
|
9424
|
+
project_id: Optional[pulumi.Input[builtins.str]] = None):
|
9425
|
+
"""
|
9426
|
+
:param pulumi.Input[builtins.str] id: The identifier for this object. Format specified above.
|
9427
|
+
:param pulumi.Input[builtins.str] project_id: The project ID, should be same as the key of this project config in the parent map.
|
9428
|
+
"""
|
9429
|
+
pulumi.set(__self__, "id", id)
|
9430
|
+
if project_id is not None:
|
9431
|
+
pulumi.set(__self__, "project_id", project_id)
|
9432
|
+
|
9433
|
+
@property
|
9434
|
+
@pulumi.getter
|
9435
|
+
def id(self) -> pulumi.Input[builtins.str]:
|
9436
|
+
"""
|
9437
|
+
The identifier for this object. Format specified above.
|
9438
|
+
"""
|
9439
|
+
return pulumi.get(self, "id")
|
9440
|
+
|
9441
|
+
@id.setter
|
9442
|
+
def id(self, value: pulumi.Input[builtins.str]):
|
9443
|
+
pulumi.set(self, "id", value)
|
9444
|
+
|
9445
|
+
@property
|
9446
|
+
@pulumi.getter(name="projectId")
|
9447
|
+
def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
9448
|
+
"""
|
9449
|
+
The project ID, should be same as the key of this project config in the parent map.
|
9450
|
+
"""
|
9451
|
+
return pulumi.get(self, "project_id")
|
9452
|
+
|
9453
|
+
@project_id.setter
|
9454
|
+
def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
9455
|
+
pulumi.set(self, "project_id", value)
|
9456
|
+
|
9457
|
+
|
9458
|
+
if not MYPY:
|
9459
|
+
class FutureReservationSpecificSkuPropertiesArgsDict(TypedDict):
|
9460
|
+
instance_properties: NotRequired[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesArgsDict']]
|
9461
|
+
"""
|
9462
|
+
Properties of the SKU instances being reserved.
|
9463
|
+
Structure is documented below.
|
9464
|
+
"""
|
9465
|
+
source_instance_template: NotRequired[pulumi.Input[builtins.str]]
|
9466
|
+
"""
|
9467
|
+
The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
9468
|
+
"""
|
9469
|
+
total_count: NotRequired[pulumi.Input[builtins.str]]
|
9470
|
+
"""
|
9471
|
+
Total number of instances for which capacity assurance is requested at a future time period.
|
9472
|
+
"""
|
9473
|
+
elif False:
|
9474
|
+
FutureReservationSpecificSkuPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
9475
|
+
|
9476
|
+
@pulumi.input_type
|
9477
|
+
class FutureReservationSpecificSkuPropertiesArgs:
|
9478
|
+
def __init__(__self__, *,
|
9479
|
+
instance_properties: Optional[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesArgs']] = None,
|
9480
|
+
source_instance_template: Optional[pulumi.Input[builtins.str]] = None,
|
9481
|
+
total_count: Optional[pulumi.Input[builtins.str]] = None):
|
9482
|
+
"""
|
9483
|
+
:param pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesArgs'] instance_properties: Properties of the SKU instances being reserved.
|
9484
|
+
Structure is documented below.
|
9485
|
+
:param pulumi.Input[builtins.str] source_instance_template: The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
9486
|
+
:param pulumi.Input[builtins.str] total_count: Total number of instances for which capacity assurance is requested at a future time period.
|
9487
|
+
"""
|
9488
|
+
if instance_properties is not None:
|
9489
|
+
pulumi.set(__self__, "instance_properties", instance_properties)
|
9490
|
+
if source_instance_template is not None:
|
9491
|
+
pulumi.set(__self__, "source_instance_template", source_instance_template)
|
9492
|
+
if total_count is not None:
|
9493
|
+
pulumi.set(__self__, "total_count", total_count)
|
9494
|
+
|
9495
|
+
@property
|
9496
|
+
@pulumi.getter(name="instanceProperties")
|
9497
|
+
def instance_properties(self) -> Optional[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesArgs']]:
|
9498
|
+
"""
|
9499
|
+
Properties of the SKU instances being reserved.
|
9500
|
+
Structure is documented below.
|
9501
|
+
"""
|
9502
|
+
return pulumi.get(self, "instance_properties")
|
9503
|
+
|
9504
|
+
@instance_properties.setter
|
9505
|
+
def instance_properties(self, value: Optional[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesArgs']]):
|
9506
|
+
pulumi.set(self, "instance_properties", value)
|
9507
|
+
|
9508
|
+
@property
|
9509
|
+
@pulumi.getter(name="sourceInstanceTemplate")
|
9510
|
+
def source_instance_template(self) -> Optional[pulumi.Input[builtins.str]]:
|
9511
|
+
"""
|
9512
|
+
The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
9513
|
+
"""
|
9514
|
+
return pulumi.get(self, "source_instance_template")
|
9515
|
+
|
9516
|
+
@source_instance_template.setter
|
9517
|
+
def source_instance_template(self, value: Optional[pulumi.Input[builtins.str]]):
|
9518
|
+
pulumi.set(self, "source_instance_template", value)
|
9519
|
+
|
9520
|
+
@property
|
9521
|
+
@pulumi.getter(name="totalCount")
|
9522
|
+
def total_count(self) -> Optional[pulumi.Input[builtins.str]]:
|
9523
|
+
"""
|
9524
|
+
Total number of instances for which capacity assurance is requested at a future time period.
|
9525
|
+
"""
|
9526
|
+
return pulumi.get(self, "total_count")
|
9527
|
+
|
9528
|
+
@total_count.setter
|
9529
|
+
def total_count(self, value: Optional[pulumi.Input[builtins.str]]):
|
9530
|
+
pulumi.set(self, "total_count", value)
|
9531
|
+
|
9532
|
+
|
9533
|
+
if not MYPY:
|
9534
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesArgsDict(TypedDict):
|
9535
|
+
guest_accelerators: NotRequired[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgsDict']]]]
|
9536
|
+
"""
|
9537
|
+
Specifies accelerator type and count.
|
9538
|
+
Structure is documented below.
|
9539
|
+
"""
|
9540
|
+
local_ssds: NotRequired[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgsDict']]]]
|
9541
|
+
"""
|
9542
|
+
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
9543
|
+
Structure is documented below.
|
9544
|
+
"""
|
9545
|
+
location_hint: NotRequired[pulumi.Input[builtins.str]]
|
9546
|
+
"""
|
9547
|
+
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.
|
9548
|
+
"""
|
9549
|
+
machine_type: NotRequired[pulumi.Input[builtins.str]]
|
9550
|
+
"""
|
9551
|
+
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.
|
9552
|
+
"""
|
9553
|
+
maintenance_freeze_duration_hours: NotRequired[pulumi.Input[builtins.int]]
|
9554
|
+
"""
|
9555
|
+
Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
|
9556
|
+
"""
|
9557
|
+
maintenance_interval: NotRequired[pulumi.Input[builtins.str]]
|
9558
|
+
"""
|
9559
|
+
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
9560
|
+
Possible values are: `PERIODIC`.
|
9561
|
+
"""
|
9562
|
+
min_cpu_platform: NotRequired[pulumi.Input[builtins.str]]
|
9563
|
+
"""
|
9564
|
+
Minimum cpu platform the reservation.
|
9565
|
+
"""
|
9566
|
+
elif False:
|
9567
|
+
FutureReservationSpecificSkuPropertiesInstancePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
9568
|
+
|
9569
|
+
@pulumi.input_type
|
9570
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesArgs:
|
9571
|
+
def __init__(__self__, *,
|
9572
|
+
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]]] = None,
|
9573
|
+
local_ssds: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgs']]]] = None,
|
9574
|
+
location_hint: Optional[pulumi.Input[builtins.str]] = None,
|
9575
|
+
machine_type: Optional[pulumi.Input[builtins.str]] = None,
|
9576
|
+
maintenance_freeze_duration_hours: Optional[pulumi.Input[builtins.int]] = None,
|
9577
|
+
maintenance_interval: Optional[pulumi.Input[builtins.str]] = None,
|
9578
|
+
min_cpu_platform: Optional[pulumi.Input[builtins.str]] = None):
|
9579
|
+
"""
|
9580
|
+
:param pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]] guest_accelerators: Specifies accelerator type and count.
|
9581
|
+
Structure is documented below.
|
9582
|
+
:param pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgs']]] local_ssds: Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
9583
|
+
Structure is documented below.
|
9584
|
+
:param pulumi.Input[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.
|
9585
|
+
:param pulumi.Input[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.
|
9586
|
+
:param pulumi.Input[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.
|
9587
|
+
:param pulumi.Input[builtins.str] maintenance_interval: Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
9588
|
+
Possible values are: `PERIODIC`.
|
9589
|
+
:param pulumi.Input[builtins.str] min_cpu_platform: Minimum cpu platform the reservation.
|
9590
|
+
"""
|
9591
|
+
if guest_accelerators is not None:
|
9592
|
+
pulumi.set(__self__, "guest_accelerators", guest_accelerators)
|
9593
|
+
if local_ssds is not None:
|
9594
|
+
pulumi.set(__self__, "local_ssds", local_ssds)
|
9595
|
+
if location_hint is not None:
|
9596
|
+
pulumi.set(__self__, "location_hint", location_hint)
|
9597
|
+
if machine_type is not None:
|
9598
|
+
pulumi.set(__self__, "machine_type", machine_type)
|
9599
|
+
if maintenance_freeze_duration_hours is not None:
|
9600
|
+
pulumi.set(__self__, "maintenance_freeze_duration_hours", maintenance_freeze_duration_hours)
|
9601
|
+
if maintenance_interval is not None:
|
9602
|
+
pulumi.set(__self__, "maintenance_interval", maintenance_interval)
|
9603
|
+
if min_cpu_platform is not None:
|
9604
|
+
pulumi.set(__self__, "min_cpu_platform", min_cpu_platform)
|
9605
|
+
|
9606
|
+
@property
|
9607
|
+
@pulumi.getter(name="guestAccelerators")
|
9608
|
+
def guest_accelerators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]]]:
|
9609
|
+
"""
|
9610
|
+
Specifies accelerator type and count.
|
9611
|
+
Structure is documented below.
|
9612
|
+
"""
|
9613
|
+
return pulumi.get(self, "guest_accelerators")
|
9614
|
+
|
9615
|
+
@guest_accelerators.setter
|
9616
|
+
def guest_accelerators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]]]):
|
9617
|
+
pulumi.set(self, "guest_accelerators", value)
|
9618
|
+
|
9619
|
+
@property
|
9620
|
+
@pulumi.getter(name="localSsds")
|
9621
|
+
def local_ssds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgs']]]]:
|
9622
|
+
"""
|
9623
|
+
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
9624
|
+
Structure is documented below.
|
9625
|
+
"""
|
9626
|
+
return pulumi.get(self, "local_ssds")
|
9627
|
+
|
9628
|
+
@local_ssds.setter
|
9629
|
+
def local_ssds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgs']]]]):
|
9630
|
+
pulumi.set(self, "local_ssds", value)
|
9631
|
+
|
9632
|
+
@property
|
9633
|
+
@pulumi.getter(name="locationHint")
|
9634
|
+
def location_hint(self) -> Optional[pulumi.Input[builtins.str]]:
|
9635
|
+
"""
|
9636
|
+
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.
|
9637
|
+
"""
|
9638
|
+
return pulumi.get(self, "location_hint")
|
9639
|
+
|
9640
|
+
@location_hint.setter
|
9641
|
+
def location_hint(self, value: Optional[pulumi.Input[builtins.str]]):
|
9642
|
+
pulumi.set(self, "location_hint", value)
|
9643
|
+
|
9644
|
+
@property
|
9645
|
+
@pulumi.getter(name="machineType")
|
9646
|
+
def machine_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
9647
|
+
"""
|
9648
|
+
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.
|
9649
|
+
"""
|
9650
|
+
return pulumi.get(self, "machine_type")
|
9651
|
+
|
9652
|
+
@machine_type.setter
|
9653
|
+
def machine_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
9654
|
+
pulumi.set(self, "machine_type", value)
|
9655
|
+
|
9656
|
+
@property
|
9657
|
+
@pulumi.getter(name="maintenanceFreezeDurationHours")
|
9658
|
+
def maintenance_freeze_duration_hours(self) -> Optional[pulumi.Input[builtins.int]]:
|
9659
|
+
"""
|
9660
|
+
Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
|
9661
|
+
"""
|
9662
|
+
return pulumi.get(self, "maintenance_freeze_duration_hours")
|
9663
|
+
|
9664
|
+
@maintenance_freeze_duration_hours.setter
|
9665
|
+
def maintenance_freeze_duration_hours(self, value: Optional[pulumi.Input[builtins.int]]):
|
9666
|
+
pulumi.set(self, "maintenance_freeze_duration_hours", value)
|
9667
|
+
|
9668
|
+
@property
|
9669
|
+
@pulumi.getter(name="maintenanceInterval")
|
9670
|
+
def maintenance_interval(self) -> Optional[pulumi.Input[builtins.str]]:
|
9671
|
+
"""
|
9672
|
+
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
9673
|
+
Possible values are: `PERIODIC`.
|
9674
|
+
"""
|
9675
|
+
return pulumi.get(self, "maintenance_interval")
|
9676
|
+
|
9677
|
+
@maintenance_interval.setter
|
9678
|
+
def maintenance_interval(self, value: Optional[pulumi.Input[builtins.str]]):
|
9679
|
+
pulumi.set(self, "maintenance_interval", value)
|
9680
|
+
|
9681
|
+
@property
|
9682
|
+
@pulumi.getter(name="minCpuPlatform")
|
9683
|
+
def min_cpu_platform(self) -> Optional[pulumi.Input[builtins.str]]:
|
9684
|
+
"""
|
9685
|
+
Minimum cpu platform the reservation.
|
9686
|
+
"""
|
9687
|
+
return pulumi.get(self, "min_cpu_platform")
|
9688
|
+
|
9689
|
+
@min_cpu_platform.setter
|
9690
|
+
def min_cpu_platform(self, value: Optional[pulumi.Input[builtins.str]]):
|
9691
|
+
pulumi.set(self, "min_cpu_platform", value)
|
9692
|
+
|
9693
|
+
|
9694
|
+
if not MYPY:
|
9695
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgsDict(TypedDict):
|
9696
|
+
accelerator_count: NotRequired[pulumi.Input[builtins.int]]
|
9697
|
+
"""
|
9698
|
+
The number of the guest accelerator cards exposed to this instance.
|
9699
|
+
"""
|
9700
|
+
accelerator_type: NotRequired[pulumi.Input[builtins.str]]
|
9701
|
+
"""
|
9702
|
+
Full or partial URL of the accelerator type resource to attach to this instance.
|
9703
|
+
"""
|
9704
|
+
elif False:
|
9705
|
+
FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgsDict: TypeAlias = Mapping[str, Any]
|
9706
|
+
|
9707
|
+
@pulumi.input_type
|
9708
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs:
|
9709
|
+
def __init__(__self__, *,
|
9710
|
+
accelerator_count: Optional[pulumi.Input[builtins.int]] = None,
|
9711
|
+
accelerator_type: Optional[pulumi.Input[builtins.str]] = None):
|
9712
|
+
"""
|
9713
|
+
:param pulumi.Input[builtins.int] accelerator_count: The number of the guest accelerator cards exposed to this instance.
|
9714
|
+
:param pulumi.Input[builtins.str] accelerator_type: Full or partial URL of the accelerator type resource to attach to this instance.
|
9715
|
+
"""
|
9716
|
+
if accelerator_count is not None:
|
9717
|
+
pulumi.set(__self__, "accelerator_count", accelerator_count)
|
9718
|
+
if accelerator_type is not None:
|
9719
|
+
pulumi.set(__self__, "accelerator_type", accelerator_type)
|
9720
|
+
|
9721
|
+
@property
|
9722
|
+
@pulumi.getter(name="acceleratorCount")
|
9723
|
+
def accelerator_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
9724
|
+
"""
|
9725
|
+
The number of the guest accelerator cards exposed to this instance.
|
9726
|
+
"""
|
9727
|
+
return pulumi.get(self, "accelerator_count")
|
9728
|
+
|
9729
|
+
@accelerator_count.setter
|
9730
|
+
def accelerator_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
9731
|
+
pulumi.set(self, "accelerator_count", value)
|
9732
|
+
|
9733
|
+
@property
|
9734
|
+
@pulumi.getter(name="acceleratorType")
|
9735
|
+
def accelerator_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
9736
|
+
"""
|
9737
|
+
Full or partial URL of the accelerator type resource to attach to this instance.
|
9738
|
+
"""
|
9739
|
+
return pulumi.get(self, "accelerator_type")
|
9740
|
+
|
9741
|
+
@accelerator_type.setter
|
9742
|
+
def accelerator_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
9743
|
+
pulumi.set(self, "accelerator_type", value)
|
9744
|
+
|
9745
|
+
|
9746
|
+
if not MYPY:
|
9747
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgsDict(TypedDict):
|
9748
|
+
disk_size_gb: NotRequired[pulumi.Input[builtins.str]]
|
9749
|
+
"""
|
9750
|
+
Specifies the size of the disk in base-2 GB.
|
9751
|
+
"""
|
9752
|
+
interface: NotRequired[pulumi.Input[builtins.str]]
|
9753
|
+
"""
|
9754
|
+
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
9755
|
+
Possible values are: `SCSI`, `NVME`.
|
9756
|
+
"""
|
9757
|
+
elif False:
|
9758
|
+
FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgsDict: TypeAlias = Mapping[str, Any]
|
9759
|
+
|
9760
|
+
@pulumi.input_type
|
9761
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgs:
|
9762
|
+
def __init__(__self__, *,
|
9763
|
+
disk_size_gb: Optional[pulumi.Input[builtins.str]] = None,
|
9764
|
+
interface: Optional[pulumi.Input[builtins.str]] = None):
|
9765
|
+
"""
|
9766
|
+
:param pulumi.Input[builtins.str] disk_size_gb: Specifies the size of the disk in base-2 GB.
|
9767
|
+
:param pulumi.Input[builtins.str] interface: Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
9768
|
+
Possible values are: `SCSI`, `NVME`.
|
9769
|
+
"""
|
9770
|
+
if disk_size_gb is not None:
|
9771
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
9772
|
+
if interface is not None:
|
9773
|
+
pulumi.set(__self__, "interface", interface)
|
9774
|
+
|
9775
|
+
@property
|
9776
|
+
@pulumi.getter(name="diskSizeGb")
|
9777
|
+
def disk_size_gb(self) -> Optional[pulumi.Input[builtins.str]]:
|
9778
|
+
"""
|
9779
|
+
Specifies the size of the disk in base-2 GB.
|
9780
|
+
"""
|
9781
|
+
return pulumi.get(self, "disk_size_gb")
|
9782
|
+
|
9783
|
+
@disk_size_gb.setter
|
9784
|
+
def disk_size_gb(self, value: Optional[pulumi.Input[builtins.str]]):
|
9785
|
+
pulumi.set(self, "disk_size_gb", value)
|
9786
|
+
|
9787
|
+
@property
|
9788
|
+
@pulumi.getter
|
9789
|
+
def interface(self) -> Optional[pulumi.Input[builtins.str]]:
|
9790
|
+
"""
|
9791
|
+
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
9792
|
+
Possible values are: `SCSI`, `NVME`.
|
9793
|
+
"""
|
9794
|
+
return pulumi.get(self, "interface")
|
9795
|
+
|
9796
|
+
@interface.setter
|
9797
|
+
def interface(self, value: Optional[pulumi.Input[builtins.str]]):
|
9798
|
+
pulumi.set(self, "interface", value)
|
9799
|
+
|
9800
|
+
|
9801
|
+
if not MYPY:
|
9802
|
+
class FutureReservationStatusArgsDict(TypedDict):
|
9803
|
+
amendment_status: NotRequired[pulumi.Input[builtins.str]]
|
9804
|
+
"""
|
9805
|
+
The current status of the requested amendment.
|
9806
|
+
Possible values are: .
|
9807
|
+
"""
|
9808
|
+
auto_created_reservations: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
9809
|
+
"""
|
9810
|
+
Fully qualified urls of the automatically created reservations at startTime.
|
9811
|
+
"""
|
9812
|
+
fulfilled_count: NotRequired[pulumi.Input[builtins.str]]
|
9813
|
+
"""
|
9814
|
+
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.
|
9815
|
+
"""
|
9816
|
+
last_known_good_state: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateArgsDict']]
|
9817
|
+
"""
|
9818
|
+
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.
|
9819
|
+
Structure is documented below.
|
9820
|
+
"""
|
9821
|
+
lock_time: NotRequired[pulumi.Input[builtins.str]]
|
9822
|
+
"""
|
9823
|
+
The lock time of the FutureReservation before an amendment was requested.
|
9824
|
+
"""
|
9825
|
+
procurement_status: NotRequired[pulumi.Input[builtins.str]]
|
9826
|
+
"""
|
9827
|
+
The status of the last known good state for the Future Reservation
|
9828
|
+
Possible values are: .
|
9829
|
+
"""
|
9830
|
+
specific_sku_properties: NotRequired[pulumi.Input['FutureReservationStatusSpecificSkuPropertiesArgsDict']]
|
9831
|
+
"""
|
9832
|
+
The previous instance related properties of the Future Reservation.
|
9833
|
+
Structure is documented below.
|
9834
|
+
"""
|
9835
|
+
elif False:
|
9836
|
+
FutureReservationStatusArgsDict: TypeAlias = Mapping[str, Any]
|
9837
|
+
|
9838
|
+
@pulumi.input_type
|
9839
|
+
class FutureReservationStatusArgs:
|
9840
|
+
def __init__(__self__, *,
|
9841
|
+
amendment_status: Optional[pulumi.Input[builtins.str]] = None,
|
9842
|
+
auto_created_reservations: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
9843
|
+
fulfilled_count: Optional[pulumi.Input[builtins.str]] = None,
|
9844
|
+
last_known_good_state: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateArgs']] = None,
|
9845
|
+
lock_time: Optional[pulumi.Input[builtins.str]] = None,
|
9846
|
+
procurement_status: Optional[pulumi.Input[builtins.str]] = None,
|
9847
|
+
specific_sku_properties: Optional[pulumi.Input['FutureReservationStatusSpecificSkuPropertiesArgs']] = None):
|
9848
|
+
"""
|
9849
|
+
:param pulumi.Input[builtins.str] amendment_status: The current status of the requested amendment.
|
9850
|
+
Possible values are: .
|
9851
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] auto_created_reservations: Fully qualified urls of the automatically created reservations at startTime.
|
9852
|
+
:param pulumi.Input[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.
|
9853
|
+
:param pulumi.Input['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.
|
9854
|
+
Structure is documented below.
|
9855
|
+
:param pulumi.Input[builtins.str] lock_time: The lock time of the FutureReservation before an amendment was requested.
|
9856
|
+
:param pulumi.Input[builtins.str] procurement_status: The status of the last known good state for the Future Reservation
|
9857
|
+
Possible values are: .
|
9858
|
+
:param pulumi.Input['FutureReservationStatusSpecificSkuPropertiesArgs'] specific_sku_properties: The previous instance related properties of the Future Reservation.
|
9859
|
+
Structure is documented below.
|
9860
|
+
"""
|
9861
|
+
if amendment_status is not None:
|
9862
|
+
pulumi.set(__self__, "amendment_status", amendment_status)
|
9863
|
+
if auto_created_reservations is not None:
|
9864
|
+
pulumi.set(__self__, "auto_created_reservations", auto_created_reservations)
|
9865
|
+
if fulfilled_count is not None:
|
9866
|
+
pulumi.set(__self__, "fulfilled_count", fulfilled_count)
|
9867
|
+
if last_known_good_state is not None:
|
9868
|
+
pulumi.set(__self__, "last_known_good_state", last_known_good_state)
|
9869
|
+
if lock_time is not None:
|
9870
|
+
pulumi.set(__self__, "lock_time", lock_time)
|
9871
|
+
if procurement_status is not None:
|
9872
|
+
pulumi.set(__self__, "procurement_status", procurement_status)
|
9873
|
+
if specific_sku_properties is not None:
|
9874
|
+
pulumi.set(__self__, "specific_sku_properties", specific_sku_properties)
|
9875
|
+
|
9876
|
+
@property
|
9877
|
+
@pulumi.getter(name="amendmentStatus")
|
9878
|
+
def amendment_status(self) -> Optional[pulumi.Input[builtins.str]]:
|
9879
|
+
"""
|
9880
|
+
The current status of the requested amendment.
|
9881
|
+
Possible values are: .
|
9882
|
+
"""
|
9883
|
+
return pulumi.get(self, "amendment_status")
|
9884
|
+
|
9885
|
+
@amendment_status.setter
|
9886
|
+
def amendment_status(self, value: Optional[pulumi.Input[builtins.str]]):
|
9887
|
+
pulumi.set(self, "amendment_status", value)
|
9888
|
+
|
9889
|
+
@property
|
9890
|
+
@pulumi.getter(name="autoCreatedReservations")
|
9891
|
+
def auto_created_reservations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
9892
|
+
"""
|
9893
|
+
Fully qualified urls of the automatically created reservations at startTime.
|
9894
|
+
"""
|
9895
|
+
return pulumi.get(self, "auto_created_reservations")
|
9896
|
+
|
9897
|
+
@auto_created_reservations.setter
|
9898
|
+
def auto_created_reservations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9899
|
+
pulumi.set(self, "auto_created_reservations", value)
|
9900
|
+
|
9901
|
+
@property
|
9902
|
+
@pulumi.getter(name="fulfilledCount")
|
9903
|
+
def fulfilled_count(self) -> Optional[pulumi.Input[builtins.str]]:
|
9904
|
+
"""
|
9905
|
+
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.
|
9906
|
+
"""
|
9907
|
+
return pulumi.get(self, "fulfilled_count")
|
9908
|
+
|
9909
|
+
@fulfilled_count.setter
|
9910
|
+
def fulfilled_count(self, value: Optional[pulumi.Input[builtins.str]]):
|
9911
|
+
pulumi.set(self, "fulfilled_count", value)
|
9912
|
+
|
9913
|
+
@property
|
9914
|
+
@pulumi.getter(name="lastKnownGoodState")
|
9915
|
+
def last_known_good_state(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateArgs']]:
|
9916
|
+
"""
|
9917
|
+
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.
|
9918
|
+
Structure is documented below.
|
9919
|
+
"""
|
9920
|
+
return pulumi.get(self, "last_known_good_state")
|
9921
|
+
|
9922
|
+
@last_known_good_state.setter
|
9923
|
+
def last_known_good_state(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateArgs']]):
|
9924
|
+
pulumi.set(self, "last_known_good_state", value)
|
9925
|
+
|
9926
|
+
@property
|
9927
|
+
@pulumi.getter(name="lockTime")
|
9928
|
+
def lock_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
9929
|
+
"""
|
9930
|
+
The lock time of the FutureReservation before an amendment was requested.
|
9931
|
+
"""
|
9932
|
+
return pulumi.get(self, "lock_time")
|
9933
|
+
|
9934
|
+
@lock_time.setter
|
9935
|
+
def lock_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
9936
|
+
pulumi.set(self, "lock_time", value)
|
9937
|
+
|
9938
|
+
@property
|
9939
|
+
@pulumi.getter(name="procurementStatus")
|
9940
|
+
def procurement_status(self) -> Optional[pulumi.Input[builtins.str]]:
|
9941
|
+
"""
|
9942
|
+
The status of the last known good state for the Future Reservation
|
9943
|
+
Possible values are: .
|
9944
|
+
"""
|
9945
|
+
return pulumi.get(self, "procurement_status")
|
9946
|
+
|
9947
|
+
@procurement_status.setter
|
9948
|
+
def procurement_status(self, value: Optional[pulumi.Input[builtins.str]]):
|
9949
|
+
pulumi.set(self, "procurement_status", value)
|
9950
|
+
|
9951
|
+
@property
|
9952
|
+
@pulumi.getter(name="specificSkuProperties")
|
9953
|
+
def specific_sku_properties(self) -> Optional[pulumi.Input['FutureReservationStatusSpecificSkuPropertiesArgs']]:
|
9954
|
+
"""
|
9955
|
+
The previous instance related properties of the Future Reservation.
|
9956
|
+
Structure is documented below.
|
9957
|
+
"""
|
9958
|
+
return pulumi.get(self, "specific_sku_properties")
|
9959
|
+
|
9960
|
+
@specific_sku_properties.setter
|
9961
|
+
def specific_sku_properties(self, value: Optional[pulumi.Input['FutureReservationStatusSpecificSkuPropertiesArgs']]):
|
9962
|
+
pulumi.set(self, "specific_sku_properties", value)
|
9963
|
+
|
9964
|
+
|
9965
|
+
if not MYPY:
|
9966
|
+
class FutureReservationStatusLastKnownGoodStateArgsDict(TypedDict):
|
9967
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
9968
|
+
"""
|
9969
|
+
The description of the FutureReservation before an amendment was requested.
|
9970
|
+
"""
|
9971
|
+
existing_matching_usage_info: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgsDict']]
|
9972
|
+
"""
|
9973
|
+
Represents the matching usage for the future reservation before an amendment was requested.
|
9974
|
+
Structure is documented below.
|
9975
|
+
"""
|
9976
|
+
future_reservation_specs: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgsDict']]
|
9977
|
+
"""
|
9978
|
+
The previous instance-related properties of the Future Reservation.
|
9979
|
+
Structure is documented below.
|
9980
|
+
"""
|
9981
|
+
lock_time: NotRequired[pulumi.Input[builtins.str]]
|
9982
|
+
"""
|
9983
|
+
The lock time of the FutureReservation before an amendment was requested.
|
9984
|
+
"""
|
9985
|
+
name_prefix: NotRequired[pulumi.Input[builtins.str]]
|
9986
|
+
"""
|
9987
|
+
The name prefix of the Future Reservation before an amendment was requested.
|
9988
|
+
"""
|
9989
|
+
procurement_status: NotRequired[pulumi.Input[builtins.str]]
|
9990
|
+
"""
|
9991
|
+
The status of the last known good state for the Future Reservation
|
9992
|
+
Possible values are: .
|
9993
|
+
"""
|
9994
|
+
elif False:
|
9995
|
+
FutureReservationStatusLastKnownGoodStateArgsDict: TypeAlias = Mapping[str, Any]
|
9996
|
+
|
9997
|
+
@pulumi.input_type
|
9998
|
+
class FutureReservationStatusLastKnownGoodStateArgs:
|
9999
|
+
def __init__(__self__, *,
|
10000
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
10001
|
+
existing_matching_usage_info: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgs']] = None,
|
10002
|
+
future_reservation_specs: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgs']] = None,
|
10003
|
+
lock_time: Optional[pulumi.Input[builtins.str]] = None,
|
10004
|
+
name_prefix: Optional[pulumi.Input[builtins.str]] = None,
|
10005
|
+
procurement_status: Optional[pulumi.Input[builtins.str]] = None):
|
10006
|
+
"""
|
10007
|
+
:param pulumi.Input[builtins.str] description: The description of the FutureReservation before an amendment was requested.
|
10008
|
+
:param pulumi.Input['FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgs'] existing_matching_usage_info: Represents the matching usage for the future reservation before an amendment was requested.
|
10009
|
+
Structure is documented below.
|
10010
|
+
:param pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgs'] future_reservation_specs: The previous instance-related properties of the Future Reservation.
|
10011
|
+
Structure is documented below.
|
10012
|
+
:param pulumi.Input[builtins.str] lock_time: The lock time of the FutureReservation before an amendment was requested.
|
10013
|
+
:param pulumi.Input[builtins.str] name_prefix: The name prefix of the Future Reservation before an amendment was requested.
|
10014
|
+
:param pulumi.Input[builtins.str] procurement_status: The status of the last known good state for the Future Reservation
|
10015
|
+
Possible values are: .
|
10016
|
+
"""
|
10017
|
+
if description is not None:
|
10018
|
+
pulumi.set(__self__, "description", description)
|
10019
|
+
if existing_matching_usage_info is not None:
|
10020
|
+
pulumi.set(__self__, "existing_matching_usage_info", existing_matching_usage_info)
|
10021
|
+
if future_reservation_specs is not None:
|
10022
|
+
pulumi.set(__self__, "future_reservation_specs", future_reservation_specs)
|
10023
|
+
if lock_time is not None:
|
10024
|
+
pulumi.set(__self__, "lock_time", lock_time)
|
10025
|
+
if name_prefix is not None:
|
10026
|
+
pulumi.set(__self__, "name_prefix", name_prefix)
|
10027
|
+
if procurement_status is not None:
|
10028
|
+
pulumi.set(__self__, "procurement_status", procurement_status)
|
10029
|
+
|
10030
|
+
@property
|
10031
|
+
@pulumi.getter
|
10032
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
10033
|
+
"""
|
10034
|
+
The description of the FutureReservation before an amendment was requested.
|
10035
|
+
"""
|
10036
|
+
return pulumi.get(self, "description")
|
10037
|
+
|
10038
|
+
@description.setter
|
10039
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
10040
|
+
pulumi.set(self, "description", value)
|
10041
|
+
|
10042
|
+
@property
|
10043
|
+
@pulumi.getter(name="existingMatchingUsageInfo")
|
10044
|
+
def existing_matching_usage_info(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgs']]:
|
10045
|
+
"""
|
10046
|
+
Represents the matching usage for the future reservation before an amendment was requested.
|
10047
|
+
Structure is documented below.
|
10048
|
+
"""
|
10049
|
+
return pulumi.get(self, "existing_matching_usage_info")
|
10050
|
+
|
10051
|
+
@existing_matching_usage_info.setter
|
10052
|
+
def existing_matching_usage_info(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgs']]):
|
10053
|
+
pulumi.set(self, "existing_matching_usage_info", value)
|
10054
|
+
|
10055
|
+
@property
|
10056
|
+
@pulumi.getter(name="futureReservationSpecs")
|
10057
|
+
def future_reservation_specs(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgs']]:
|
10058
|
+
"""
|
10059
|
+
The previous instance-related properties of the Future Reservation.
|
10060
|
+
Structure is documented below.
|
10061
|
+
"""
|
10062
|
+
return pulumi.get(self, "future_reservation_specs")
|
10063
|
+
|
10064
|
+
@future_reservation_specs.setter
|
10065
|
+
def future_reservation_specs(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgs']]):
|
10066
|
+
pulumi.set(self, "future_reservation_specs", value)
|
10067
|
+
|
10068
|
+
@property
|
10069
|
+
@pulumi.getter(name="lockTime")
|
10070
|
+
def lock_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
10071
|
+
"""
|
10072
|
+
The lock time of the FutureReservation before an amendment was requested.
|
10073
|
+
"""
|
10074
|
+
return pulumi.get(self, "lock_time")
|
10075
|
+
|
10076
|
+
@lock_time.setter
|
10077
|
+
def lock_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
10078
|
+
pulumi.set(self, "lock_time", value)
|
10079
|
+
|
10080
|
+
@property
|
10081
|
+
@pulumi.getter(name="namePrefix")
|
10082
|
+
def name_prefix(self) -> Optional[pulumi.Input[builtins.str]]:
|
10083
|
+
"""
|
10084
|
+
The name prefix of the Future Reservation before an amendment was requested.
|
10085
|
+
"""
|
10086
|
+
return pulumi.get(self, "name_prefix")
|
10087
|
+
|
10088
|
+
@name_prefix.setter
|
10089
|
+
def name_prefix(self, value: Optional[pulumi.Input[builtins.str]]):
|
10090
|
+
pulumi.set(self, "name_prefix", value)
|
10091
|
+
|
10092
|
+
@property
|
10093
|
+
@pulumi.getter(name="procurementStatus")
|
10094
|
+
def procurement_status(self) -> Optional[pulumi.Input[builtins.str]]:
|
10095
|
+
"""
|
10096
|
+
The status of the last known good state for the Future Reservation
|
10097
|
+
Possible values are: .
|
10098
|
+
"""
|
10099
|
+
return pulumi.get(self, "procurement_status")
|
10100
|
+
|
10101
|
+
@procurement_status.setter
|
10102
|
+
def procurement_status(self, value: Optional[pulumi.Input[builtins.str]]):
|
10103
|
+
pulumi.set(self, "procurement_status", value)
|
10104
|
+
|
10105
|
+
|
10106
|
+
if not MYPY:
|
10107
|
+
class FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgsDict(TypedDict):
|
10108
|
+
count: NotRequired[pulumi.Input[builtins.str]]
|
10109
|
+
"""
|
10110
|
+
Count representing minimum(FR totalCount, matching_reserved_capacity+matching_unreserved_instances).
|
10111
|
+
"""
|
10112
|
+
time_stamp: NotRequired[pulumi.Input[builtins.str]]
|
10113
|
+
"""
|
10114
|
+
Timestamp when the matching usage was calculated.
|
10115
|
+
"""
|
10116
|
+
elif False:
|
10117
|
+
FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgsDict: TypeAlias = Mapping[str, Any]
|
10118
|
+
|
10119
|
+
@pulumi.input_type
|
10120
|
+
class FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgs:
|
10121
|
+
def __init__(__self__, *,
|
10122
|
+
count: Optional[pulumi.Input[builtins.str]] = None,
|
10123
|
+
time_stamp: Optional[pulumi.Input[builtins.str]] = None):
|
10124
|
+
"""
|
10125
|
+
:param pulumi.Input[builtins.str] count: Count representing minimum(FR totalCount, matching_reserved_capacity+matching_unreserved_instances).
|
10126
|
+
:param pulumi.Input[builtins.str] time_stamp: Timestamp when the matching usage was calculated.
|
10127
|
+
"""
|
10128
|
+
if count is not None:
|
10129
|
+
pulumi.set(__self__, "count", count)
|
10130
|
+
if time_stamp is not None:
|
10131
|
+
pulumi.set(__self__, "time_stamp", time_stamp)
|
10132
|
+
|
10133
|
+
@property
|
10134
|
+
@pulumi.getter
|
10135
|
+
def count(self) -> Optional[pulumi.Input[builtins.str]]:
|
10136
|
+
"""
|
10137
|
+
Count representing minimum(FR totalCount, matching_reserved_capacity+matching_unreserved_instances).
|
10138
|
+
"""
|
10139
|
+
return pulumi.get(self, "count")
|
10140
|
+
|
10141
|
+
@count.setter
|
10142
|
+
def count(self, value: Optional[pulumi.Input[builtins.str]]):
|
10143
|
+
pulumi.set(self, "count", value)
|
10144
|
+
|
10145
|
+
@property
|
10146
|
+
@pulumi.getter(name="timeStamp")
|
10147
|
+
def time_stamp(self) -> Optional[pulumi.Input[builtins.str]]:
|
10148
|
+
"""
|
10149
|
+
Timestamp when the matching usage was calculated.
|
10150
|
+
"""
|
10151
|
+
return pulumi.get(self, "time_stamp")
|
10152
|
+
|
10153
|
+
@time_stamp.setter
|
10154
|
+
def time_stamp(self, value: Optional[pulumi.Input[builtins.str]]):
|
10155
|
+
pulumi.set(self, "time_stamp", value)
|
10156
|
+
|
10157
|
+
|
10158
|
+
if not MYPY:
|
10159
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgsDict(TypedDict):
|
10160
|
+
share_settings: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgsDict']]
|
10161
|
+
"""
|
10162
|
+
The previous share settings of the Future Reservation.
|
10163
|
+
Structure is documented below.
|
10164
|
+
"""
|
10165
|
+
specific_sku_properties: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgsDict']]
|
10166
|
+
"""
|
10167
|
+
The previous instance related properties of the Future Reservation.
|
10168
|
+
Structure is documented below.
|
10169
|
+
"""
|
10170
|
+
time_window: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgsDict']]
|
10171
|
+
"""
|
10172
|
+
Time window for this Future Reservation.
|
10173
|
+
Structure is documented below.
|
10174
|
+
"""
|
10175
|
+
elif False:
|
10176
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgsDict: TypeAlias = Mapping[str, Any]
|
10177
|
+
|
10178
|
+
@pulumi.input_type
|
10179
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgs:
|
10180
|
+
def __init__(__self__, *,
|
10181
|
+
share_settings: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgs']] = None,
|
10182
|
+
specific_sku_properties: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgs']] = None,
|
10183
|
+
time_window: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgs']] = None):
|
10184
|
+
"""
|
10185
|
+
:param pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgs'] share_settings: The previous share settings of the Future Reservation.
|
10186
|
+
Structure is documented below.
|
10187
|
+
:param pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgs'] specific_sku_properties: The previous instance related properties of the Future Reservation.
|
10188
|
+
Structure is documented below.
|
10189
|
+
:param pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgs'] time_window: Time window for this Future Reservation.
|
10190
|
+
Structure is documented below.
|
10191
|
+
"""
|
10192
|
+
if share_settings is not None:
|
10193
|
+
pulumi.set(__self__, "share_settings", share_settings)
|
10194
|
+
if specific_sku_properties is not None:
|
10195
|
+
pulumi.set(__self__, "specific_sku_properties", specific_sku_properties)
|
10196
|
+
if time_window is not None:
|
10197
|
+
pulumi.set(__self__, "time_window", time_window)
|
10198
|
+
|
10199
|
+
@property
|
10200
|
+
@pulumi.getter(name="shareSettings")
|
10201
|
+
def share_settings(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgs']]:
|
10202
|
+
"""
|
10203
|
+
The previous share settings of the Future Reservation.
|
10204
|
+
Structure is documented below.
|
10205
|
+
"""
|
10206
|
+
return pulumi.get(self, "share_settings")
|
10207
|
+
|
10208
|
+
@share_settings.setter
|
10209
|
+
def share_settings(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgs']]):
|
10210
|
+
pulumi.set(self, "share_settings", value)
|
10211
|
+
|
10212
|
+
@property
|
10213
|
+
@pulumi.getter(name="specificSkuProperties")
|
10214
|
+
def specific_sku_properties(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgs']]:
|
10215
|
+
"""
|
10216
|
+
The previous instance related properties of the Future Reservation.
|
10217
|
+
Structure is documented below.
|
10218
|
+
"""
|
10219
|
+
return pulumi.get(self, "specific_sku_properties")
|
10220
|
+
|
10221
|
+
@specific_sku_properties.setter
|
10222
|
+
def specific_sku_properties(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgs']]):
|
10223
|
+
pulumi.set(self, "specific_sku_properties", value)
|
10224
|
+
|
10225
|
+
@property
|
10226
|
+
@pulumi.getter(name="timeWindow")
|
10227
|
+
def time_window(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgs']]:
|
10228
|
+
"""
|
10229
|
+
Time window for this Future Reservation.
|
10230
|
+
Structure is documented below.
|
10231
|
+
"""
|
10232
|
+
return pulumi.get(self, "time_window")
|
10233
|
+
|
10234
|
+
@time_window.setter
|
10235
|
+
def time_window(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgs']]):
|
10236
|
+
pulumi.set(self, "time_window", value)
|
10237
|
+
|
10238
|
+
|
10239
|
+
if not MYPY:
|
10240
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgsDict(TypedDict):
|
10241
|
+
project_maps: NotRequired[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgsDict']]]]
|
10242
|
+
"""
|
10243
|
+
A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
10244
|
+
Structure is documented below.
|
10245
|
+
"""
|
10246
|
+
projects: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
10247
|
+
"""
|
10248
|
+
list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
10249
|
+
"""
|
10250
|
+
share_type: NotRequired[pulumi.Input[builtins.str]]
|
10251
|
+
"""
|
10252
|
+
Type of sharing for this future reservation.
|
10253
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
10254
|
+
"""
|
10255
|
+
elif False:
|
10256
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
10257
|
+
|
10258
|
+
@pulumi.input_type
|
10259
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgs:
|
10260
|
+
def __init__(__self__, *,
|
10261
|
+
project_maps: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgs']]]] = None,
|
10262
|
+
projects: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
10263
|
+
share_type: Optional[pulumi.Input[builtins.str]] = None):
|
10264
|
+
"""
|
10265
|
+
:param pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgs']]] project_maps: A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
10266
|
+
Structure is documented below.
|
10267
|
+
:param pulumi.Input[Sequence[pulumi.Input[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.
|
10268
|
+
:param pulumi.Input[builtins.str] share_type: Type of sharing for this future reservation.
|
10269
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
10270
|
+
"""
|
10271
|
+
if project_maps is not None:
|
10272
|
+
pulumi.set(__self__, "project_maps", project_maps)
|
10273
|
+
if projects is not None:
|
10274
|
+
pulumi.set(__self__, "projects", projects)
|
10275
|
+
if share_type is not None:
|
10276
|
+
pulumi.set(__self__, "share_type", share_type)
|
10277
|
+
|
10278
|
+
@property
|
10279
|
+
@pulumi.getter(name="projectMaps")
|
10280
|
+
def project_maps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgs']]]]:
|
10281
|
+
"""
|
10282
|
+
A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
10283
|
+
Structure is documented below.
|
10284
|
+
"""
|
10285
|
+
return pulumi.get(self, "project_maps")
|
10286
|
+
|
10287
|
+
@project_maps.setter
|
10288
|
+
def project_maps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgs']]]]):
|
10289
|
+
pulumi.set(self, "project_maps", value)
|
10290
|
+
|
10291
|
+
@property
|
10292
|
+
@pulumi.getter
|
10293
|
+
def projects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
10294
|
+
"""
|
10295
|
+
list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
10296
|
+
"""
|
10297
|
+
return pulumi.get(self, "projects")
|
10298
|
+
|
10299
|
+
@projects.setter
|
10300
|
+
def projects(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
10301
|
+
pulumi.set(self, "projects", value)
|
10302
|
+
|
10303
|
+
@property
|
10304
|
+
@pulumi.getter(name="shareType")
|
10305
|
+
def share_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
10306
|
+
"""
|
10307
|
+
Type of sharing for this future reservation.
|
10308
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
10309
|
+
"""
|
10310
|
+
return pulumi.get(self, "share_type")
|
10311
|
+
|
10312
|
+
@share_type.setter
|
10313
|
+
def share_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
10314
|
+
pulumi.set(self, "share_type", value)
|
10315
|
+
|
10316
|
+
|
10317
|
+
if not MYPY:
|
10318
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgsDict(TypedDict):
|
10319
|
+
project: pulumi.Input[builtins.str]
|
10320
|
+
"""
|
10321
|
+
(Required) The identifier for this object. Format specified above.
|
10322
|
+
"""
|
10323
|
+
project_id: NotRequired[pulumi.Input[builtins.str]]
|
10324
|
+
"""
|
10325
|
+
The project ID, should be same as the key of this project config in the parent map.
|
10326
|
+
"""
|
10327
|
+
elif False:
|
10328
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgsDict: TypeAlias = Mapping[str, Any]
|
10329
|
+
|
10330
|
+
@pulumi.input_type
|
10331
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgs:
|
10332
|
+
def __init__(__self__, *,
|
10333
|
+
project: pulumi.Input[builtins.str],
|
10334
|
+
project_id: Optional[pulumi.Input[builtins.str]] = None):
|
10335
|
+
"""
|
10336
|
+
:param pulumi.Input[builtins.str] project: (Required) The identifier for this object. Format specified above.
|
10337
|
+
:param pulumi.Input[builtins.str] project_id: The project ID, should be same as the key of this project config in the parent map.
|
10338
|
+
"""
|
10339
|
+
pulumi.set(__self__, "project", project)
|
10340
|
+
if project_id is not None:
|
10341
|
+
pulumi.set(__self__, "project_id", project_id)
|
10342
|
+
|
10343
|
+
@property
|
10344
|
+
@pulumi.getter
|
10345
|
+
def project(self) -> pulumi.Input[builtins.str]:
|
10346
|
+
"""
|
10347
|
+
(Required) The identifier for this object. Format specified above.
|
10348
|
+
"""
|
10349
|
+
return pulumi.get(self, "project")
|
10350
|
+
|
10351
|
+
@project.setter
|
10352
|
+
def project(self, value: pulumi.Input[builtins.str]):
|
10353
|
+
pulumi.set(self, "project", value)
|
10354
|
+
|
10355
|
+
@property
|
10356
|
+
@pulumi.getter(name="projectId")
|
10357
|
+
def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
10358
|
+
"""
|
10359
|
+
The project ID, should be same as the key of this project config in the parent map.
|
10360
|
+
"""
|
10361
|
+
return pulumi.get(self, "project_id")
|
10362
|
+
|
10363
|
+
@project_id.setter
|
10364
|
+
def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
10365
|
+
pulumi.set(self, "project_id", value)
|
10366
|
+
|
10367
|
+
|
10368
|
+
if not MYPY:
|
10369
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgsDict(TypedDict):
|
10370
|
+
instance_properties: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgsDict']]
|
10371
|
+
"""
|
10372
|
+
Properties of the SKU instances being reserved.
|
10373
|
+
Structure is documented below.
|
10374
|
+
"""
|
10375
|
+
source_instance_template: NotRequired[pulumi.Input[builtins.str]]
|
10376
|
+
"""
|
10377
|
+
The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
10378
|
+
"""
|
10379
|
+
total_count: NotRequired[pulumi.Input[builtins.str]]
|
10380
|
+
"""
|
10381
|
+
Total number of instances for which capacity assurance is requested at a future time period.
|
10382
|
+
"""
|
10383
|
+
elif False:
|
10384
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
10385
|
+
|
10386
|
+
@pulumi.input_type
|
10387
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgs:
|
10388
|
+
def __init__(__self__, *,
|
10389
|
+
instance_properties: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgs']] = None,
|
10390
|
+
source_instance_template: Optional[pulumi.Input[builtins.str]] = None,
|
10391
|
+
total_count: Optional[pulumi.Input[builtins.str]] = None):
|
10392
|
+
"""
|
10393
|
+
:param pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgs'] instance_properties: Properties of the SKU instances being reserved.
|
10394
|
+
Structure is documented below.
|
10395
|
+
:param pulumi.Input[builtins.str] source_instance_template: The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
10396
|
+
:param pulumi.Input[builtins.str] total_count: Total number of instances for which capacity assurance is requested at a future time period.
|
10397
|
+
"""
|
10398
|
+
if instance_properties is not None:
|
10399
|
+
pulumi.set(__self__, "instance_properties", instance_properties)
|
10400
|
+
if source_instance_template is not None:
|
10401
|
+
pulumi.set(__self__, "source_instance_template", source_instance_template)
|
10402
|
+
if total_count is not None:
|
10403
|
+
pulumi.set(__self__, "total_count", total_count)
|
10404
|
+
|
10405
|
+
@property
|
10406
|
+
@pulumi.getter(name="instanceProperties")
|
10407
|
+
def instance_properties(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgs']]:
|
10408
|
+
"""
|
10409
|
+
Properties of the SKU instances being reserved.
|
10410
|
+
Structure is documented below.
|
10411
|
+
"""
|
10412
|
+
return pulumi.get(self, "instance_properties")
|
10413
|
+
|
10414
|
+
@instance_properties.setter
|
10415
|
+
def instance_properties(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgs']]):
|
10416
|
+
pulumi.set(self, "instance_properties", value)
|
10417
|
+
|
10418
|
+
@property
|
10419
|
+
@pulumi.getter(name="sourceInstanceTemplate")
|
10420
|
+
def source_instance_template(self) -> Optional[pulumi.Input[builtins.str]]:
|
10421
|
+
"""
|
10422
|
+
The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
10423
|
+
"""
|
10424
|
+
return pulumi.get(self, "source_instance_template")
|
10425
|
+
|
10426
|
+
@source_instance_template.setter
|
10427
|
+
def source_instance_template(self, value: Optional[pulumi.Input[builtins.str]]):
|
10428
|
+
pulumi.set(self, "source_instance_template", value)
|
10429
|
+
|
10430
|
+
@property
|
10431
|
+
@pulumi.getter(name="totalCount")
|
10432
|
+
def total_count(self) -> Optional[pulumi.Input[builtins.str]]:
|
10433
|
+
"""
|
10434
|
+
Total number of instances for which capacity assurance is requested at a future time period.
|
10435
|
+
"""
|
10436
|
+
return pulumi.get(self, "total_count")
|
10437
|
+
|
10438
|
+
@total_count.setter
|
10439
|
+
def total_count(self, value: Optional[pulumi.Input[builtins.str]]):
|
10440
|
+
pulumi.set(self, "total_count", value)
|
10441
|
+
|
10442
|
+
|
10443
|
+
if not MYPY:
|
10444
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgsDict(TypedDict):
|
10445
|
+
guest_accelerators: NotRequired[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgsDict']]]]
|
10446
|
+
"""
|
10447
|
+
Specifies accelerator type and count.
|
10448
|
+
Structure is documented below.
|
10449
|
+
"""
|
10450
|
+
local_ssds: NotRequired[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgsDict']]]]
|
10451
|
+
"""
|
10452
|
+
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
10453
|
+
Structure is documented below.
|
10454
|
+
"""
|
10455
|
+
location_hint: NotRequired[pulumi.Input[builtins.str]]
|
10456
|
+
"""
|
10457
|
+
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.
|
10458
|
+
"""
|
10459
|
+
machine_type: NotRequired[pulumi.Input[builtins.str]]
|
10460
|
+
"""
|
10461
|
+
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.
|
10462
|
+
"""
|
10463
|
+
maintenance_freeze_duration_hours: NotRequired[pulumi.Input[builtins.int]]
|
10464
|
+
"""
|
10465
|
+
Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
|
10466
|
+
"""
|
10467
|
+
maintenance_interval: NotRequired[pulumi.Input[builtins.str]]
|
10468
|
+
"""
|
10469
|
+
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
10470
|
+
Possible values are: `PERIODIC`.
|
10471
|
+
"""
|
10472
|
+
min_cpu_platform: NotRequired[pulumi.Input[builtins.str]]
|
10473
|
+
"""
|
10474
|
+
Minimum cpu platform the reservation.
|
10475
|
+
"""
|
10476
|
+
elif False:
|
10477
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
10478
|
+
|
10479
|
+
@pulumi.input_type
|
10480
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgs:
|
10481
|
+
def __init__(__self__, *,
|
10482
|
+
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]]] = None,
|
10483
|
+
local_ssds: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgs']]]] = None,
|
10484
|
+
location_hint: Optional[pulumi.Input[builtins.str]] = None,
|
10485
|
+
machine_type: Optional[pulumi.Input[builtins.str]] = None,
|
10486
|
+
maintenance_freeze_duration_hours: Optional[pulumi.Input[builtins.int]] = None,
|
10487
|
+
maintenance_interval: Optional[pulumi.Input[builtins.str]] = None,
|
10488
|
+
min_cpu_platform: Optional[pulumi.Input[builtins.str]] = None):
|
10489
|
+
"""
|
10490
|
+
:param pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]] guest_accelerators: Specifies accelerator type and count.
|
10491
|
+
Structure is documented below.
|
10492
|
+
:param pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgs']]] local_ssds: Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
10493
|
+
Structure is documented below.
|
10494
|
+
:param pulumi.Input[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.
|
10495
|
+
:param pulumi.Input[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.
|
10496
|
+
:param pulumi.Input[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.
|
10497
|
+
:param pulumi.Input[builtins.str] maintenance_interval: Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
10498
|
+
Possible values are: `PERIODIC`.
|
10499
|
+
:param pulumi.Input[builtins.str] min_cpu_platform: Minimum cpu platform the reservation.
|
10500
|
+
"""
|
10501
|
+
if guest_accelerators is not None:
|
10502
|
+
pulumi.set(__self__, "guest_accelerators", guest_accelerators)
|
10503
|
+
if local_ssds is not None:
|
10504
|
+
pulumi.set(__self__, "local_ssds", local_ssds)
|
10505
|
+
if location_hint is not None:
|
10506
|
+
pulumi.set(__self__, "location_hint", location_hint)
|
10507
|
+
if machine_type is not None:
|
10508
|
+
pulumi.set(__self__, "machine_type", machine_type)
|
10509
|
+
if maintenance_freeze_duration_hours is not None:
|
10510
|
+
pulumi.set(__self__, "maintenance_freeze_duration_hours", maintenance_freeze_duration_hours)
|
10511
|
+
if maintenance_interval is not None:
|
10512
|
+
pulumi.set(__self__, "maintenance_interval", maintenance_interval)
|
10513
|
+
if min_cpu_platform is not None:
|
10514
|
+
pulumi.set(__self__, "min_cpu_platform", min_cpu_platform)
|
10515
|
+
|
10516
|
+
@property
|
10517
|
+
@pulumi.getter(name="guestAccelerators")
|
10518
|
+
def guest_accelerators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]]]:
|
10519
|
+
"""
|
10520
|
+
Specifies accelerator type and count.
|
10521
|
+
Structure is documented below.
|
10522
|
+
"""
|
10523
|
+
return pulumi.get(self, "guest_accelerators")
|
10524
|
+
|
10525
|
+
@guest_accelerators.setter
|
10526
|
+
def guest_accelerators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]]]):
|
10527
|
+
pulumi.set(self, "guest_accelerators", value)
|
10528
|
+
|
10529
|
+
@property
|
10530
|
+
@pulumi.getter(name="localSsds")
|
10531
|
+
def local_ssds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgs']]]]:
|
10532
|
+
"""
|
10533
|
+
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
10534
|
+
Structure is documented below.
|
10535
|
+
"""
|
10536
|
+
return pulumi.get(self, "local_ssds")
|
10537
|
+
|
10538
|
+
@local_ssds.setter
|
10539
|
+
def local_ssds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgs']]]]):
|
10540
|
+
pulumi.set(self, "local_ssds", value)
|
10541
|
+
|
10542
|
+
@property
|
10543
|
+
@pulumi.getter(name="locationHint")
|
10544
|
+
def location_hint(self) -> Optional[pulumi.Input[builtins.str]]:
|
10545
|
+
"""
|
10546
|
+
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.
|
10547
|
+
"""
|
10548
|
+
return pulumi.get(self, "location_hint")
|
10549
|
+
|
10550
|
+
@location_hint.setter
|
10551
|
+
def location_hint(self, value: Optional[pulumi.Input[builtins.str]]):
|
10552
|
+
pulumi.set(self, "location_hint", value)
|
10553
|
+
|
10554
|
+
@property
|
10555
|
+
@pulumi.getter(name="machineType")
|
10556
|
+
def machine_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
10557
|
+
"""
|
10558
|
+
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.
|
10559
|
+
"""
|
10560
|
+
return pulumi.get(self, "machine_type")
|
10561
|
+
|
10562
|
+
@machine_type.setter
|
10563
|
+
def machine_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
10564
|
+
pulumi.set(self, "machine_type", value)
|
10565
|
+
|
10566
|
+
@property
|
10567
|
+
@pulumi.getter(name="maintenanceFreezeDurationHours")
|
10568
|
+
def maintenance_freeze_duration_hours(self) -> Optional[pulumi.Input[builtins.int]]:
|
10569
|
+
"""
|
10570
|
+
Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
|
10571
|
+
"""
|
10572
|
+
return pulumi.get(self, "maintenance_freeze_duration_hours")
|
10573
|
+
|
10574
|
+
@maintenance_freeze_duration_hours.setter
|
10575
|
+
def maintenance_freeze_duration_hours(self, value: Optional[pulumi.Input[builtins.int]]):
|
10576
|
+
pulumi.set(self, "maintenance_freeze_duration_hours", value)
|
10577
|
+
|
10578
|
+
@property
|
10579
|
+
@pulumi.getter(name="maintenanceInterval")
|
10580
|
+
def maintenance_interval(self) -> Optional[pulumi.Input[builtins.str]]:
|
10581
|
+
"""
|
10582
|
+
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
10583
|
+
Possible values are: `PERIODIC`.
|
10584
|
+
"""
|
10585
|
+
return pulumi.get(self, "maintenance_interval")
|
10586
|
+
|
10587
|
+
@maintenance_interval.setter
|
10588
|
+
def maintenance_interval(self, value: Optional[pulumi.Input[builtins.str]]):
|
10589
|
+
pulumi.set(self, "maintenance_interval", value)
|
10590
|
+
|
10591
|
+
@property
|
10592
|
+
@pulumi.getter(name="minCpuPlatform")
|
10593
|
+
def min_cpu_platform(self) -> Optional[pulumi.Input[builtins.str]]:
|
10594
|
+
"""
|
10595
|
+
Minimum cpu platform the reservation.
|
10596
|
+
"""
|
10597
|
+
return pulumi.get(self, "min_cpu_platform")
|
10598
|
+
|
10599
|
+
@min_cpu_platform.setter
|
10600
|
+
def min_cpu_platform(self, value: Optional[pulumi.Input[builtins.str]]):
|
10601
|
+
pulumi.set(self, "min_cpu_platform", value)
|
8650
10602
|
|
8651
10603
|
|
8652
|
-
|
10604
|
+
if not MYPY:
|
10605
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgsDict(TypedDict):
|
10606
|
+
accelerator_count: NotRequired[pulumi.Input[builtins.int]]
|
8653
10607
|
"""
|
8654
|
-
|
10608
|
+
The number of the guest accelerator cards exposed to this instance.
|
10609
|
+
"""
|
10610
|
+
accelerator_type: NotRequired[pulumi.Input[builtins.str]]
|
10611
|
+
"""
|
10612
|
+
Full or partial URL of the accelerator type resource to attach to this instance.
|
10613
|
+
"""
|
10614
|
+
elif False:
|
10615
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgsDict: TypeAlias = Mapping[str, Any]
|
8655
10616
|
|
8656
|
-
|
8657
|
-
|
8658
|
-
|
10617
|
+
@pulumi.input_type
|
10618
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs:
|
10619
|
+
def __init__(__self__, *,
|
10620
|
+
accelerator_count: Optional[pulumi.Input[builtins.int]] = None,
|
10621
|
+
accelerator_type: Optional[pulumi.Input[builtins.str]] = None):
|
10622
|
+
"""
|
10623
|
+
:param pulumi.Input[builtins.int] accelerator_count: The number of the guest accelerator cards exposed to this instance.
|
10624
|
+
:param pulumi.Input[builtins.str] accelerator_type: Full or partial URL of the accelerator type resource to attach to this instance.
|
10625
|
+
"""
|
10626
|
+
if accelerator_count is not None:
|
10627
|
+
pulumi.set(__self__, "accelerator_count", accelerator_count)
|
10628
|
+
if accelerator_type is not None:
|
10629
|
+
pulumi.set(__self__, "accelerator_type", accelerator_type)
|
8659
10630
|
|
8660
10631
|
@property
|
8661
|
-
@pulumi.getter(name="
|
8662
|
-
def
|
10632
|
+
@pulumi.getter(name="acceleratorCount")
|
10633
|
+
def accelerator_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
8663
10634
|
"""
|
8664
|
-
|
8665
|
-
Maximum number of destination address groups is 10.
|
10635
|
+
The number of the guest accelerator cards exposed to this instance.
|
8666
10636
|
"""
|
8667
|
-
return pulumi.get(self, "
|
10637
|
+
return pulumi.get(self, "accelerator_count")
|
8668
10638
|
|
8669
|
-
@
|
8670
|
-
def
|
8671
|
-
pulumi.set(self, "
|
10639
|
+
@accelerator_count.setter
|
10640
|
+
def accelerator_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
10641
|
+
pulumi.set(self, "accelerator_count", value)
|
8672
10642
|
|
8673
10643
|
@property
|
8674
|
-
@pulumi.getter(name="
|
8675
|
-
def
|
10644
|
+
@pulumi.getter(name="acceleratorType")
|
10645
|
+
def accelerator_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
8676
10646
|
"""
|
8677
|
-
|
8678
|
-
traffic destination. Maximum number of destination fqdn allowed is 100.
|
10647
|
+
Full or partial URL of the accelerator type resource to attach to this instance.
|
8679
10648
|
"""
|
8680
|
-
return pulumi.get(self, "
|
10649
|
+
return pulumi.get(self, "accelerator_type")
|
8681
10650
|
|
8682
|
-
@
|
8683
|
-
def
|
8684
|
-
pulumi.set(self, "
|
10651
|
+
@accelerator_type.setter
|
10652
|
+
def accelerator_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
10653
|
+
pulumi.set(self, "accelerator_type", value)
|
8685
10654
|
|
8686
|
-
|
8687
|
-
|
8688
|
-
|
10655
|
+
|
10656
|
+
if not MYPY:
|
10657
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgsDict(TypedDict):
|
10658
|
+
disk_size_gb: NotRequired[pulumi.Input[builtins.str]]
|
8689
10659
|
"""
|
8690
|
-
|
8691
|
-
EGRESS rules.
|
10660
|
+
Specifies the size of the disk in base-2 GB.
|
8692
10661
|
"""
|
8693
|
-
|
10662
|
+
interface: NotRequired[pulumi.Input[builtins.str]]
|
10663
|
+
"""
|
10664
|
+
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
10665
|
+
Possible values are: `SCSI`, `NVME`.
|
10666
|
+
"""
|
10667
|
+
elif False:
|
10668
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgsDict: TypeAlias = Mapping[str, Any]
|
8694
10669
|
|
8695
|
-
|
8696
|
-
|
8697
|
-
|
10670
|
+
@pulumi.input_type
|
10671
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgs:
|
10672
|
+
def __init__(__self__, *,
|
10673
|
+
disk_size_gb: Optional[pulumi.Input[builtins.str]] = None,
|
10674
|
+
interface: Optional[pulumi.Input[builtins.str]] = None):
|
10675
|
+
"""
|
10676
|
+
:param pulumi.Input[builtins.str] disk_size_gb: Specifies the size of the disk in base-2 GB.
|
10677
|
+
:param pulumi.Input[builtins.str] interface: Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
10678
|
+
Possible values are: `SCSI`, `NVME`.
|
10679
|
+
"""
|
10680
|
+
if disk_size_gb is not None:
|
10681
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
10682
|
+
if interface is not None:
|
10683
|
+
pulumi.set(__self__, "interface", interface)
|
8698
10684
|
|
8699
10685
|
@property
|
8700
|
-
@pulumi.getter(name="
|
8701
|
-
def
|
10686
|
+
@pulumi.getter(name="diskSizeGb")
|
10687
|
+
def disk_size_gb(self) -> Optional[pulumi.Input[builtins.str]]:
|
8702
10688
|
"""
|
8703
|
-
|
8704
|
-
Possible values are: `INTERNET`, `INTRA_VPC`, `NON_INTERNET`, `VPC_NETWORKS`.
|
10689
|
+
Specifies the size of the disk in base-2 GB.
|
8705
10690
|
"""
|
8706
|
-
return pulumi.get(self, "
|
10691
|
+
return pulumi.get(self, "disk_size_gb")
|
8707
10692
|
|
8708
|
-
@
|
8709
|
-
def
|
8710
|
-
pulumi.set(self, "
|
10693
|
+
@disk_size_gb.setter
|
10694
|
+
def disk_size_gb(self, value: Optional[pulumi.Input[builtins.str]]):
|
10695
|
+
pulumi.set(self, "disk_size_gb", value)
|
8711
10696
|
|
8712
10697
|
@property
|
8713
|
-
@pulumi.getter
|
8714
|
-
def
|
10698
|
+
@pulumi.getter
|
10699
|
+
def interface(self) -> Optional[pulumi.Input[builtins.str]]:
|
8715
10700
|
"""
|
8716
|
-
|
8717
|
-
|
8718
|
-
ISO 3166 alpha-2 country codes. ex."US"
|
8719
|
-
Maximum number of destination region codes allowed is 5000.
|
10701
|
+
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
10702
|
+
Possible values are: `SCSI`, `NVME`.
|
8720
10703
|
"""
|
8721
|
-
return pulumi.get(self, "
|
10704
|
+
return pulumi.get(self, "interface")
|
8722
10705
|
|
8723
|
-
@
|
8724
|
-
def
|
8725
|
-
pulumi.set(self, "
|
10706
|
+
@interface.setter
|
10707
|
+
def interface(self, value: Optional[pulumi.Input[builtins.str]]):
|
10708
|
+
pulumi.set(self, "interface", value)
|
8726
10709
|
|
8727
|
-
|
8728
|
-
|
8729
|
-
|
10710
|
+
|
10711
|
+
if not MYPY:
|
10712
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgsDict(TypedDict):
|
10713
|
+
duration: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgsDict']]
|
8730
10714
|
"""
|
8731
|
-
|
8732
|
-
|
10715
|
+
Duration of the future reservation
|
10716
|
+
Structure is documented below.
|
8733
10717
|
"""
|
8734
|
-
|
10718
|
+
end_time: NotRequired[pulumi.Input[builtins.str]]
|
10719
|
+
"""
|
10720
|
+
End time of the future reservation in RFC3339 format.
|
10721
|
+
"""
|
10722
|
+
start_time: NotRequired[pulumi.Input[builtins.str]]
|
10723
|
+
"""
|
10724
|
+
Start time of the future reservation in RFC3339 format.
|
10725
|
+
"""
|
10726
|
+
elif False:
|
10727
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgsDict: TypeAlias = Mapping[str, Any]
|
8735
10728
|
|
8736
|
-
|
8737
|
-
|
8738
|
-
|
10729
|
+
@pulumi.input_type
|
10730
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgs:
|
10731
|
+
def __init__(__self__, *,
|
10732
|
+
duration: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgs']] = None,
|
10733
|
+
end_time: Optional[pulumi.Input[builtins.str]] = None,
|
10734
|
+
start_time: Optional[pulumi.Input[builtins.str]] = None):
|
10735
|
+
"""
|
10736
|
+
:param pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgs'] duration: Duration of the future reservation
|
10737
|
+
Structure is documented below.
|
10738
|
+
:param pulumi.Input[builtins.str] end_time: End time of the future reservation in RFC3339 format.
|
10739
|
+
:param pulumi.Input[builtins.str] start_time: Start time of the future reservation in RFC3339 format.
|
10740
|
+
"""
|
10741
|
+
if duration is not None:
|
10742
|
+
pulumi.set(__self__, "duration", duration)
|
10743
|
+
if end_time is not None:
|
10744
|
+
pulumi.set(__self__, "end_time", end_time)
|
10745
|
+
if start_time is not None:
|
10746
|
+
pulumi.set(__self__, "start_time", start_time)
|
8739
10747
|
|
8740
10748
|
@property
|
8741
|
-
@pulumi.getter
|
8742
|
-
def
|
10749
|
+
@pulumi.getter
|
10750
|
+
def duration(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgs']]:
|
8743
10751
|
"""
|
8744
|
-
|
8745
|
-
|
10752
|
+
Duration of the future reservation
|
10753
|
+
Structure is documented below.
|
8746
10754
|
"""
|
8747
|
-
return pulumi.get(self, "
|
10755
|
+
return pulumi.get(self, "duration")
|
8748
10756
|
|
8749
|
-
@
|
8750
|
-
def
|
8751
|
-
pulumi.set(self, "
|
10757
|
+
@duration.setter
|
10758
|
+
def duration(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgs']]):
|
10759
|
+
pulumi.set(self, "duration", value)
|
8752
10760
|
|
8753
10761
|
@property
|
8754
|
-
@pulumi.getter(name="
|
8755
|
-
def
|
10762
|
+
@pulumi.getter(name="endTime")
|
10763
|
+
def end_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
8756
10764
|
"""
|
8757
|
-
|
8758
|
-
traffic source. Maximum number of source fqdn allowed is 100.
|
10765
|
+
End time of the future reservation in RFC3339 format.
|
8759
10766
|
"""
|
8760
|
-
return pulumi.get(self, "
|
10767
|
+
return pulumi.get(self, "end_time")
|
8761
10768
|
|
8762
|
-
@
|
8763
|
-
def
|
8764
|
-
pulumi.set(self, "
|
10769
|
+
@end_time.setter
|
10770
|
+
def end_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
10771
|
+
pulumi.set(self, "end_time", value)
|
8765
10772
|
|
8766
10773
|
@property
|
8767
|
-
@pulumi.getter(name="
|
8768
|
-
def
|
10774
|
+
@pulumi.getter(name="startTime")
|
10775
|
+
def start_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
8769
10776
|
"""
|
8770
|
-
|
8771
|
-
INGRESS rules.
|
10777
|
+
Start time of the future reservation in RFC3339 format.
|
8772
10778
|
"""
|
8773
|
-
return pulumi.get(self, "
|
10779
|
+
return pulumi.get(self, "start_time")
|
8774
10780
|
|
8775
|
-
@
|
8776
|
-
def
|
8777
|
-
pulumi.set(self, "
|
10781
|
+
@start_time.setter
|
10782
|
+
def start_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
10783
|
+
pulumi.set(self, "start_time", value)
|
8778
10784
|
|
8779
|
-
|
8780
|
-
|
8781
|
-
|
10785
|
+
|
10786
|
+
if not MYPY:
|
10787
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgsDict(TypedDict):
|
10788
|
+
nanos: NotRequired[pulumi.Input[builtins.int]]
|
8782
10789
|
"""
|
8783
|
-
|
8784
|
-
|
10790
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
10791
|
+
|
10792
|
+
- - -
|
8785
10793
|
"""
|
8786
|
-
|
10794
|
+
seconds: NotRequired[pulumi.Input[builtins.str]]
|
10795
|
+
"""
|
10796
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
10797
|
+
"""
|
10798
|
+
elif False:
|
10799
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgsDict: TypeAlias = Mapping[str, Any]
|
8787
10800
|
|
8788
|
-
|
8789
|
-
|
8790
|
-
|
10801
|
+
@pulumi.input_type
|
10802
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgs:
|
10803
|
+
def __init__(__self__, *,
|
10804
|
+
nanos: Optional[pulumi.Input[builtins.int]] = None,
|
10805
|
+
seconds: Optional[pulumi.Input[builtins.str]] = None):
|
10806
|
+
"""
|
10807
|
+
:param pulumi.Input[builtins.int] nanos: Span of time that's a fraction of a second at nanosecond resolution.
|
10808
|
+
|
10809
|
+
- - -
|
10810
|
+
:param pulumi.Input[builtins.str] seconds: Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
10811
|
+
"""
|
10812
|
+
if nanos is not None:
|
10813
|
+
pulumi.set(__self__, "nanos", nanos)
|
10814
|
+
if seconds is not None:
|
10815
|
+
pulumi.set(__self__, "seconds", seconds)
|
8791
10816
|
|
8792
10817
|
@property
|
8793
|
-
@pulumi.getter
|
8794
|
-
def
|
10818
|
+
@pulumi.getter
|
10819
|
+
def nanos(self) -> Optional[pulumi.Input[builtins.int]]:
|
8795
10820
|
"""
|
8796
|
-
|
10821
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
10822
|
+
|
10823
|
+
- - -
|
8797
10824
|
"""
|
8798
|
-
return pulumi.get(self, "
|
10825
|
+
return pulumi.get(self, "nanos")
|
8799
10826
|
|
8800
|
-
@
|
8801
|
-
def
|
8802
|
-
pulumi.set(self, "
|
10827
|
+
@nanos.setter
|
10828
|
+
def nanos(self, value: Optional[pulumi.Input[builtins.int]]):
|
10829
|
+
pulumi.set(self, "nanos", value)
|
8803
10830
|
|
8804
10831
|
@property
|
8805
|
-
@pulumi.getter
|
8806
|
-
def
|
10832
|
+
@pulumi.getter
|
10833
|
+
def seconds(self) -> Optional[pulumi.Input[builtins.str]]:
|
8807
10834
|
"""
|
8808
|
-
|
8809
|
-
of traffic. Should be specified as 2 letter country code defined as per
|
8810
|
-
ISO 3166 alpha-2 country codes. ex."US"
|
8811
|
-
Maximum number of source region codes allowed is 5000.
|
10835
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
8812
10836
|
"""
|
8813
|
-
return pulumi.get(self, "
|
10837
|
+
return pulumi.get(self, "seconds")
|
10838
|
+
|
10839
|
+
@seconds.setter
|
10840
|
+
def seconds(self, value: Optional[pulumi.Input[builtins.str]]):
|
10841
|
+
pulumi.set(self, "seconds", value)
|
8814
10842
|
|
8815
|
-
|
8816
|
-
|
8817
|
-
|
10843
|
+
|
10844
|
+
if not MYPY:
|
10845
|
+
class FutureReservationStatusSpecificSkuPropertiesArgsDict(TypedDict):
|
10846
|
+
source_instance_template_id: NotRequired[pulumi.Input[builtins.str]]
|
10847
|
+
"""
|
10848
|
+
ID of the instance template used to populate the Future Reservation properties.
|
10849
|
+
"""
|
10850
|
+
elif False:
|
10851
|
+
FutureReservationStatusSpecificSkuPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
10852
|
+
|
10853
|
+
@pulumi.input_type
|
10854
|
+
class FutureReservationStatusSpecificSkuPropertiesArgs:
|
10855
|
+
def __init__(__self__, *,
|
10856
|
+
source_instance_template_id: Optional[pulumi.Input[builtins.str]] = None):
|
10857
|
+
"""
|
10858
|
+
:param pulumi.Input[builtins.str] source_instance_template_id: ID of the instance template used to populate the Future Reservation properties.
|
10859
|
+
"""
|
10860
|
+
if source_instance_template_id is not None:
|
10861
|
+
pulumi.set(__self__, "source_instance_template_id", source_instance_template_id)
|
8818
10862
|
|
8819
10863
|
@property
|
8820
|
-
@pulumi.getter(name="
|
8821
|
-
def
|
10864
|
+
@pulumi.getter(name="sourceInstanceTemplateId")
|
10865
|
+
def source_instance_template_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
8822
10866
|
"""
|
8823
|
-
|
8824
|
-
The IPs in these lists will be matched against traffic source.
|
10867
|
+
ID of the instance template used to populate the Future Reservation properties.
|
8825
10868
|
"""
|
8826
|
-
return pulumi.get(self, "
|
10869
|
+
return pulumi.get(self, "source_instance_template_id")
|
8827
10870
|
|
8828
|
-
@
|
8829
|
-
def
|
8830
|
-
pulumi.set(self, "
|
10871
|
+
@source_instance_template_id.setter
|
10872
|
+
def source_instance_template_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
10873
|
+
pulumi.set(self, "source_instance_template_id", value)
|
8831
10874
|
|
8832
10875
|
|
8833
10876
|
if not MYPY:
|
8834
|
-
class
|
8835
|
-
|
10877
|
+
class FutureReservationTimeWindowArgsDict(TypedDict):
|
10878
|
+
start_time: pulumi.Input[builtins.str]
|
8836
10879
|
"""
|
8837
|
-
|
8838
|
-
The IP protocol to which this rule applies. The protocol
|
8839
|
-
type is required when creating a firewall rule.
|
8840
|
-
This value can either be one of the following well
|
8841
|
-
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
8842
|
-
or the IP protocol number.
|
10880
|
+
Start time of the future reservation in RFC3339 format.
|
8843
10881
|
"""
|
8844
|
-
|
10882
|
+
duration: NotRequired[pulumi.Input['FutureReservationTimeWindowDurationArgsDict']]
|
8845
10883
|
"""
|
8846
|
-
|
8847
|
-
|
8848
|
-
|
8849
|
-
|
8850
|
-
|
8851
|
-
|
8852
|
-
["12345-12349"].
|
10884
|
+
Duration of the future reservation
|
10885
|
+
Structure is documented below.
|
10886
|
+
"""
|
10887
|
+
end_time: NotRequired[pulumi.Input[builtins.str]]
|
10888
|
+
"""
|
10889
|
+
End time of the future reservation in RFC3339 format.
|
8853
10890
|
"""
|
8854
10891
|
elif False:
|
8855
|
-
|
10892
|
+
FutureReservationTimeWindowArgsDict: TypeAlias = Mapping[str, Any]
|
8856
10893
|
|
8857
10894
|
@pulumi.input_type
|
8858
|
-
class
|
10895
|
+
class FutureReservationTimeWindowArgs:
|
8859
10896
|
def __init__(__self__, *,
|
8860
|
-
|
8861
|
-
|
10897
|
+
start_time: pulumi.Input[builtins.str],
|
10898
|
+
duration: Optional[pulumi.Input['FutureReservationTimeWindowDurationArgs']] = None,
|
10899
|
+
end_time: Optional[pulumi.Input[builtins.str]] = None):
|
8862
10900
|
"""
|
8863
|
-
:param pulumi.Input[builtins.str]
|
8864
|
-
|
8865
|
-
|
8866
|
-
|
8867
|
-
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
8868
|
-
or the IP protocol number.
|
8869
|
-
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ports: (Output)
|
8870
|
-
An optional list of ports to which this rule applies. This field
|
8871
|
-
is only applicable for UDP or TCP protocol. Each entry must be
|
8872
|
-
either an integer or a range. If not specified, this rule
|
8873
|
-
applies to connections through any port.
|
8874
|
-
Example inputs include: ["22"], ["80","443"], and
|
8875
|
-
["12345-12349"].
|
10901
|
+
:param pulumi.Input[builtins.str] start_time: Start time of the future reservation in RFC3339 format.
|
10902
|
+
:param pulumi.Input['FutureReservationTimeWindowDurationArgs'] duration: Duration of the future reservation
|
10903
|
+
Structure is documented below.
|
10904
|
+
:param pulumi.Input[builtins.str] end_time: End time of the future reservation in RFC3339 format.
|
8876
10905
|
"""
|
8877
|
-
pulumi.set(__self__, "
|
8878
|
-
if
|
8879
|
-
pulumi.set(__self__, "
|
10906
|
+
pulumi.set(__self__, "start_time", start_time)
|
10907
|
+
if duration is not None:
|
10908
|
+
pulumi.set(__self__, "duration", duration)
|
10909
|
+
if end_time is not None:
|
10910
|
+
pulumi.set(__self__, "end_time", end_time)
|
8880
10911
|
|
8881
10912
|
@property
|
8882
|
-
@pulumi.getter(name="
|
8883
|
-
def
|
10913
|
+
@pulumi.getter(name="startTime")
|
10914
|
+
def start_time(self) -> pulumi.Input[builtins.str]:
|
8884
10915
|
"""
|
8885
|
-
|
8886
|
-
The IP protocol to which this rule applies. The protocol
|
8887
|
-
type is required when creating a firewall rule.
|
8888
|
-
This value can either be one of the following well
|
8889
|
-
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
8890
|
-
or the IP protocol number.
|
10916
|
+
Start time of the future reservation in RFC3339 format.
|
8891
10917
|
"""
|
8892
|
-
return pulumi.get(self, "
|
10918
|
+
return pulumi.get(self, "start_time")
|
8893
10919
|
|
8894
|
-
@
|
8895
|
-
def
|
8896
|
-
pulumi.set(self, "
|
10920
|
+
@start_time.setter
|
10921
|
+
def start_time(self, value: pulumi.Input[builtins.str]):
|
10922
|
+
pulumi.set(self, "start_time", value)
|
8897
10923
|
|
8898
10924
|
@property
|
8899
10925
|
@pulumi.getter
|
8900
|
-
def
|
10926
|
+
def duration(self) -> Optional[pulumi.Input['FutureReservationTimeWindowDurationArgs']]:
|
8901
10927
|
"""
|
8902
|
-
|
8903
|
-
|
8904
|
-
is only applicable for UDP or TCP protocol. Each entry must be
|
8905
|
-
either an integer or a range. If not specified, this rule
|
8906
|
-
applies to connections through any port.
|
8907
|
-
Example inputs include: ["22"], ["80","443"], and
|
8908
|
-
["12345-12349"].
|
10928
|
+
Duration of the future reservation
|
10929
|
+
Structure is documented below.
|
8909
10930
|
"""
|
8910
|
-
return pulumi.get(self, "
|
10931
|
+
return pulumi.get(self, "duration")
|
8911
10932
|
|
8912
|
-
@
|
8913
|
-
def
|
8914
|
-
pulumi.set(self, "
|
10933
|
+
@duration.setter
|
10934
|
+
def duration(self, value: Optional[pulumi.Input['FutureReservationTimeWindowDurationArgs']]):
|
10935
|
+
pulumi.set(self, "duration", value)
|
10936
|
+
|
10937
|
+
@property
|
10938
|
+
@pulumi.getter(name="endTime")
|
10939
|
+
def end_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
10940
|
+
"""
|
10941
|
+
End time of the future reservation in RFC3339 format.
|
10942
|
+
"""
|
10943
|
+
return pulumi.get(self, "end_time")
|
10944
|
+
|
10945
|
+
@end_time.setter
|
10946
|
+
def end_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
10947
|
+
pulumi.set(self, "end_time", value)
|
8915
10948
|
|
8916
10949
|
|
8917
10950
|
if not MYPY:
|
8918
|
-
class
|
8919
|
-
|
10951
|
+
class FutureReservationTimeWindowDurationArgsDict(TypedDict):
|
10952
|
+
nanos: NotRequired[pulumi.Input[builtins.int]]
|
8920
10953
|
"""
|
8921
|
-
|
10954
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
10955
|
+
|
10956
|
+
- - -
|
8922
10957
|
"""
|
8923
|
-
|
10958
|
+
seconds: NotRequired[pulumi.Input[builtins.str]]
|
8924
10959
|
"""
|
8925
|
-
|
10960
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
8926
10961
|
"""
|
8927
10962
|
elif False:
|
8928
|
-
|
10963
|
+
FutureReservationTimeWindowDurationArgsDict: TypeAlias = Mapping[str, Any]
|
8929
10964
|
|
8930
10965
|
@pulumi.input_type
|
8931
|
-
class
|
10966
|
+
class FutureReservationTimeWindowDurationArgs:
|
8932
10967
|
def __init__(__self__, *,
|
8933
|
-
|
8934
|
-
|
10968
|
+
nanos: Optional[pulumi.Input[builtins.int]] = None,
|
10969
|
+
seconds: Optional[pulumi.Input[builtins.str]] = None):
|
8935
10970
|
"""
|
8936
|
-
:param pulumi.Input[builtins.
|
8937
|
-
|
10971
|
+
:param pulumi.Input[builtins.int] nanos: Span of time that's a fraction of a second at nanosecond resolution.
|
10972
|
+
|
10973
|
+
- - -
|
10974
|
+
:param pulumi.Input[builtins.str] seconds: Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
8938
10975
|
"""
|
8939
|
-
if
|
8940
|
-
pulumi.set(__self__, "
|
8941
|
-
if
|
8942
|
-
pulumi.set(__self__, "
|
10976
|
+
if nanos is not None:
|
10977
|
+
pulumi.set(__self__, "nanos", nanos)
|
10978
|
+
if seconds is not None:
|
10979
|
+
pulumi.set(__self__, "seconds", seconds)
|
8943
10980
|
|
8944
10981
|
@property
|
8945
10982
|
@pulumi.getter
|
8946
|
-
def
|
10983
|
+
def nanos(self) -> Optional[pulumi.Input[builtins.int]]:
|
8947
10984
|
"""
|
8948
|
-
|
10985
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
10986
|
+
|
10987
|
+
- - -
|
8949
10988
|
"""
|
8950
|
-
return pulumi.get(self, "
|
10989
|
+
return pulumi.get(self, "nanos")
|
8951
10990
|
|
8952
|
-
@
|
8953
|
-
def
|
8954
|
-
pulumi.set(self, "
|
10991
|
+
@nanos.setter
|
10992
|
+
def nanos(self, value: Optional[pulumi.Input[builtins.int]]):
|
10993
|
+
pulumi.set(self, "nanos", value)
|
8955
10994
|
|
8956
10995
|
@property
|
8957
10996
|
@pulumi.getter
|
8958
|
-
def
|
10997
|
+
def seconds(self) -> Optional[pulumi.Input[builtins.str]]:
|
8959
10998
|
"""
|
8960
|
-
|
10999
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
8961
11000
|
"""
|
8962
|
-
return pulumi.get(self, "
|
11001
|
+
return pulumi.get(self, "seconds")
|
8963
11002
|
|
8964
|
-
@
|
8965
|
-
def
|
8966
|
-
pulumi.set(self, "
|
11003
|
+
@seconds.setter
|
11004
|
+
def seconds(self, value: Optional[pulumi.Input[builtins.str]]):
|
11005
|
+
pulumi.set(self, "seconds", value)
|
8967
11006
|
|
8968
11007
|
|
8969
11008
|
if not MYPY:
|
@@ -33047,6 +35086,73 @@ class RegionBackendServiceCustomMetricArgs:
|
|
33047
35086
|
pulumi.set(self, "name", value)
|
33048
35087
|
|
33049
35088
|
|
35089
|
+
if not MYPY:
|
35090
|
+
class RegionBackendServiceDynamicForwardingArgsDict(TypedDict):
|
35091
|
+
ip_port_selection: NotRequired[pulumi.Input['RegionBackendServiceDynamicForwardingIpPortSelectionArgsDict']]
|
35092
|
+
"""
|
35093
|
+
IP:PORT based dynamic forwarding configuration.
|
35094
|
+
Structure is documented below.
|
35095
|
+
"""
|
35096
|
+
elif False:
|
35097
|
+
RegionBackendServiceDynamicForwardingArgsDict: TypeAlias = Mapping[str, Any]
|
35098
|
+
|
35099
|
+
@pulumi.input_type
|
35100
|
+
class RegionBackendServiceDynamicForwardingArgs:
|
35101
|
+
def __init__(__self__, *,
|
35102
|
+
ip_port_selection: Optional[pulumi.Input['RegionBackendServiceDynamicForwardingIpPortSelectionArgs']] = None):
|
35103
|
+
"""
|
35104
|
+
:param pulumi.Input['RegionBackendServiceDynamicForwardingIpPortSelectionArgs'] ip_port_selection: IP:PORT based dynamic forwarding configuration.
|
35105
|
+
Structure is documented below.
|
35106
|
+
"""
|
35107
|
+
if ip_port_selection is not None:
|
35108
|
+
pulumi.set(__self__, "ip_port_selection", ip_port_selection)
|
35109
|
+
|
35110
|
+
@property
|
35111
|
+
@pulumi.getter(name="ipPortSelection")
|
35112
|
+
def ip_port_selection(self) -> Optional[pulumi.Input['RegionBackendServiceDynamicForwardingIpPortSelectionArgs']]:
|
35113
|
+
"""
|
35114
|
+
IP:PORT based dynamic forwarding configuration.
|
35115
|
+
Structure is documented below.
|
35116
|
+
"""
|
35117
|
+
return pulumi.get(self, "ip_port_selection")
|
35118
|
+
|
35119
|
+
@ip_port_selection.setter
|
35120
|
+
def ip_port_selection(self, value: Optional[pulumi.Input['RegionBackendServiceDynamicForwardingIpPortSelectionArgs']]):
|
35121
|
+
pulumi.set(self, "ip_port_selection", value)
|
35122
|
+
|
35123
|
+
|
35124
|
+
if not MYPY:
|
35125
|
+
class RegionBackendServiceDynamicForwardingIpPortSelectionArgsDict(TypedDict):
|
35126
|
+
enabled: NotRequired[pulumi.Input[builtins.bool]]
|
35127
|
+
"""
|
35128
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
35129
|
+
"""
|
35130
|
+
elif False:
|
35131
|
+
RegionBackendServiceDynamicForwardingIpPortSelectionArgsDict: TypeAlias = Mapping[str, Any]
|
35132
|
+
|
35133
|
+
@pulumi.input_type
|
35134
|
+
class RegionBackendServiceDynamicForwardingIpPortSelectionArgs:
|
35135
|
+
def __init__(__self__, *,
|
35136
|
+
enabled: Optional[pulumi.Input[builtins.bool]] = None):
|
35137
|
+
"""
|
35138
|
+
:param pulumi.Input[builtins.bool] enabled: A boolean flag enabling IP:PORT based dynamic forwarding.
|
35139
|
+
"""
|
35140
|
+
if enabled is not None:
|
35141
|
+
pulumi.set(__self__, "enabled", enabled)
|
35142
|
+
|
35143
|
+
@property
|
35144
|
+
@pulumi.getter
|
35145
|
+
def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
35146
|
+
"""
|
35147
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
35148
|
+
"""
|
35149
|
+
return pulumi.get(self, "enabled")
|
35150
|
+
|
35151
|
+
@enabled.setter
|
35152
|
+
def enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
35153
|
+
pulumi.set(self, "enabled", value)
|
35154
|
+
|
35155
|
+
|
33050
35156
|
if not MYPY:
|
33051
35157
|
class RegionBackendServiceFailoverPolicyArgsDict(TypedDict):
|
33052
35158
|
disable_connection_drain_on_failover: NotRequired[pulumi.Input[builtins.bool]]
|
@@ -34084,18 +36190,38 @@ if not MYPY:
|
|
34084
36190
|
The algorithm used for subsetting.
|
34085
36191
|
Possible values are: `CONSISTENT_HASH_SUBSETTING`.
|
34086
36192
|
"""
|
36193
|
+
subset_size: NotRequired[pulumi.Input[builtins.int]]
|
36194
|
+
"""
|
36195
|
+
The number of backends per backend group assigned to each proxy instance or each service mesh client.
|
36196
|
+
An input parameter to the CONSISTENT_HASH_SUBSETTING algorithm. Can only be set if policy is set to
|
36197
|
+
CONSISTENT_HASH_SUBSETTING. Can only be set if load balancing scheme is INTERNAL_MANAGED or INTERNAL_SELF_MANAGED.
|
36198
|
+
subsetSize is optional for Internal HTTP(S) load balancing and required for Traffic Director.
|
36199
|
+
If you do not provide this value, Cloud Load Balancing will calculate it dynamically to optimize the number
|
36200
|
+
of proxies/clients visible to each backend and vice versa.
|
36201
|
+
Must be greater than 0. If subsetSize is larger than the number of backends/endpoints, then subsetting is disabled.
|
36202
|
+
"""
|
34087
36203
|
elif False:
|
34088
36204
|
RegionBackendServiceSubsettingArgsDict: TypeAlias = Mapping[str, Any]
|
34089
36205
|
|
34090
36206
|
@pulumi.input_type
|
34091
36207
|
class RegionBackendServiceSubsettingArgs:
|
34092
36208
|
def __init__(__self__, *,
|
34093
|
-
policy: pulumi.Input[builtins.str]
|
36209
|
+
policy: pulumi.Input[builtins.str],
|
36210
|
+
subset_size: Optional[pulumi.Input[builtins.int]] = None):
|
34094
36211
|
"""
|
34095
36212
|
:param pulumi.Input[builtins.str] policy: The algorithm used for subsetting.
|
34096
36213
|
Possible values are: `CONSISTENT_HASH_SUBSETTING`.
|
36214
|
+
:param pulumi.Input[builtins.int] subset_size: The number of backends per backend group assigned to each proxy instance or each service mesh client.
|
36215
|
+
An input parameter to the CONSISTENT_HASH_SUBSETTING algorithm. Can only be set if policy is set to
|
36216
|
+
CONSISTENT_HASH_SUBSETTING. Can only be set if load balancing scheme is INTERNAL_MANAGED or INTERNAL_SELF_MANAGED.
|
36217
|
+
subsetSize is optional for Internal HTTP(S) load balancing and required for Traffic Director.
|
36218
|
+
If you do not provide this value, Cloud Load Balancing will calculate it dynamically to optimize the number
|
36219
|
+
of proxies/clients visible to each backend and vice versa.
|
36220
|
+
Must be greater than 0. If subsetSize is larger than the number of backends/endpoints, then subsetting is disabled.
|
34097
36221
|
"""
|
34098
36222
|
pulumi.set(__self__, "policy", policy)
|
36223
|
+
if subset_size is not None:
|
36224
|
+
pulumi.set(__self__, "subset_size", subset_size)
|
34099
36225
|
|
34100
36226
|
@property
|
34101
36227
|
@pulumi.getter
|
@@ -34110,6 +36236,24 @@ class RegionBackendServiceSubsettingArgs:
|
|
34110
36236
|
def policy(self, value: pulumi.Input[builtins.str]):
|
34111
36237
|
pulumi.set(self, "policy", value)
|
34112
36238
|
|
36239
|
+
@property
|
36240
|
+
@pulumi.getter(name="subsetSize")
|
36241
|
+
def subset_size(self) -> Optional[pulumi.Input[builtins.int]]:
|
36242
|
+
"""
|
36243
|
+
The number of backends per backend group assigned to each proxy instance or each service mesh client.
|
36244
|
+
An input parameter to the CONSISTENT_HASH_SUBSETTING algorithm. Can only be set if policy is set to
|
36245
|
+
CONSISTENT_HASH_SUBSETTING. Can only be set if load balancing scheme is INTERNAL_MANAGED or INTERNAL_SELF_MANAGED.
|
36246
|
+
subsetSize is optional for Internal HTTP(S) load balancing and required for Traffic Director.
|
36247
|
+
If you do not provide this value, Cloud Load Balancing will calculate it dynamically to optimize the number
|
36248
|
+
of proxies/clients visible to each backend and vice versa.
|
36249
|
+
Must be greater than 0. If subsetSize is larger than the number of backends/endpoints, then subsetting is disabled.
|
36250
|
+
"""
|
36251
|
+
return pulumi.get(self, "subset_size")
|
36252
|
+
|
36253
|
+
@subset_size.setter
|
36254
|
+
def subset_size(self, value: Optional[pulumi.Input[builtins.int]]):
|
36255
|
+
pulumi.set(self, "subset_size", value)
|
36256
|
+
|
34113
36257
|
|
34114
36258
|
if not MYPY:
|
34115
36259
|
class RegionCommitmentLicenseResourceArgsDict(TypedDict):
|
@@ -62048,17 +64192,27 @@ if not MYPY:
|
|
62048
64192
|
"""
|
62049
64193
|
The full or partial URL to the BackendService resource being mirrored to.
|
62050
64194
|
"""
|
64195
|
+
mirror_percent: NotRequired[pulumi.Input[builtins.float]]
|
64196
|
+
"""
|
64197
|
+
The percentage of requests to be mirrored to backendService.
|
64198
|
+
The value must be between 0.0 and 100.0 inclusive.
|
64199
|
+
"""
|
62051
64200
|
elif False:
|
62052
64201
|
URLMapDefaultRouteActionRequestMirrorPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
62053
64202
|
|
62054
64203
|
@pulumi.input_type
|
62055
64204
|
class URLMapDefaultRouteActionRequestMirrorPolicyArgs:
|
62056
64205
|
def __init__(__self__, *,
|
62057
|
-
backend_service: pulumi.Input[builtins.str]
|
64206
|
+
backend_service: pulumi.Input[builtins.str],
|
64207
|
+
mirror_percent: Optional[pulumi.Input[builtins.float]] = None):
|
62058
64208
|
"""
|
62059
64209
|
:param pulumi.Input[builtins.str] backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
64210
|
+
:param pulumi.Input[builtins.float] mirror_percent: The percentage of requests to be mirrored to backendService.
|
64211
|
+
The value must be between 0.0 and 100.0 inclusive.
|
62060
64212
|
"""
|
62061
64213
|
pulumi.set(__self__, "backend_service", backend_service)
|
64214
|
+
if mirror_percent is not None:
|
64215
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
62062
64216
|
|
62063
64217
|
@property
|
62064
64218
|
@pulumi.getter(name="backendService")
|
@@ -62072,6 +64226,19 @@ class URLMapDefaultRouteActionRequestMirrorPolicyArgs:
|
|
62072
64226
|
def backend_service(self, value: pulumi.Input[builtins.str]):
|
62073
64227
|
pulumi.set(self, "backend_service", value)
|
62074
64228
|
|
64229
|
+
@property
|
64230
|
+
@pulumi.getter(name="mirrorPercent")
|
64231
|
+
def mirror_percent(self) -> Optional[pulumi.Input[builtins.float]]:
|
64232
|
+
"""
|
64233
|
+
The percentage of requests to be mirrored to backendService.
|
64234
|
+
The value must be between 0.0 and 100.0 inclusive.
|
64235
|
+
"""
|
64236
|
+
return pulumi.get(self, "mirror_percent")
|
64237
|
+
|
64238
|
+
@mirror_percent.setter
|
64239
|
+
def mirror_percent(self, value: Optional[pulumi.Input[builtins.float]]):
|
64240
|
+
pulumi.set(self, "mirror_percent", value)
|
64241
|
+
|
62075
64242
|
|
62076
64243
|
if not MYPY:
|
62077
64244
|
class URLMapDefaultRouteActionRetryPolicyArgsDict(TypedDict):
|
@@ -64459,17 +66626,27 @@ if not MYPY:
|
|
64459
66626
|
"""
|
64460
66627
|
The full or partial URL to the BackendService resource being mirrored to.
|
64461
66628
|
"""
|
66629
|
+
mirror_percent: NotRequired[pulumi.Input[builtins.float]]
|
66630
|
+
"""
|
66631
|
+
The percentage of requests to be mirrored to backendService.
|
66632
|
+
The value must be between 0.0 and 100.0 inclusive.
|
66633
|
+
"""
|
64462
66634
|
elif False:
|
64463
66635
|
URLMapPathMatcherDefaultRouteActionRequestMirrorPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
64464
66636
|
|
64465
66637
|
@pulumi.input_type
|
64466
66638
|
class URLMapPathMatcherDefaultRouteActionRequestMirrorPolicyArgs:
|
64467
66639
|
def __init__(__self__, *,
|
64468
|
-
backend_service: pulumi.Input[builtins.str]
|
66640
|
+
backend_service: pulumi.Input[builtins.str],
|
66641
|
+
mirror_percent: Optional[pulumi.Input[builtins.float]] = None):
|
64469
66642
|
"""
|
64470
66643
|
:param pulumi.Input[builtins.str] backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
66644
|
+
:param pulumi.Input[builtins.float] mirror_percent: The percentage of requests to be mirrored to backendService.
|
66645
|
+
The value must be between 0.0 and 100.0 inclusive.
|
64471
66646
|
"""
|
64472
66647
|
pulumi.set(__self__, "backend_service", backend_service)
|
66648
|
+
if mirror_percent is not None:
|
66649
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
64473
66650
|
|
64474
66651
|
@property
|
64475
66652
|
@pulumi.getter(name="backendService")
|
@@ -64483,6 +66660,19 @@ class URLMapPathMatcherDefaultRouteActionRequestMirrorPolicyArgs:
|
|
64483
66660
|
def backend_service(self, value: pulumi.Input[builtins.str]):
|
64484
66661
|
pulumi.set(self, "backend_service", value)
|
64485
66662
|
|
66663
|
+
@property
|
66664
|
+
@pulumi.getter(name="mirrorPercent")
|
66665
|
+
def mirror_percent(self) -> Optional[pulumi.Input[builtins.float]]:
|
66666
|
+
"""
|
66667
|
+
The percentage of requests to be mirrored to backendService.
|
66668
|
+
The value must be between 0.0 and 100.0 inclusive.
|
66669
|
+
"""
|
66670
|
+
return pulumi.get(self, "mirror_percent")
|
66671
|
+
|
66672
|
+
@mirror_percent.setter
|
66673
|
+
def mirror_percent(self, value: Optional[pulumi.Input[builtins.float]]):
|
66674
|
+
pulumi.set(self, "mirror_percent", value)
|
66675
|
+
|
64486
66676
|
|
64487
66677
|
if not MYPY:
|
64488
66678
|
class URLMapPathMatcherDefaultRouteActionRetryPolicyArgsDict(TypedDict):
|
@@ -66681,17 +68871,27 @@ if not MYPY:
|
|
66681
68871
|
"""
|
66682
68872
|
The full or partial URL to the BackendService resource being mirrored to.
|
66683
68873
|
"""
|
68874
|
+
mirror_percent: NotRequired[pulumi.Input[builtins.float]]
|
68875
|
+
"""
|
68876
|
+
The percentage of requests to be mirrored to backendService.
|
68877
|
+
The value must be between 0.0 and 100.0 inclusive.
|
68878
|
+
"""
|
66684
68879
|
elif False:
|
66685
68880
|
URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
66686
68881
|
|
66687
68882
|
@pulumi.input_type
|
66688
68883
|
class URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicyArgs:
|
66689
68884
|
def __init__(__self__, *,
|
66690
|
-
backend_service: pulumi.Input[builtins.str]
|
68885
|
+
backend_service: pulumi.Input[builtins.str],
|
68886
|
+
mirror_percent: Optional[pulumi.Input[builtins.float]] = None):
|
66691
68887
|
"""
|
66692
68888
|
:param pulumi.Input[builtins.str] backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
68889
|
+
:param pulumi.Input[builtins.float] mirror_percent: The percentage of requests to be mirrored to backendService.
|
68890
|
+
The value must be between 0.0 and 100.0 inclusive.
|
66693
68891
|
"""
|
66694
68892
|
pulumi.set(__self__, "backend_service", backend_service)
|
68893
|
+
if mirror_percent is not None:
|
68894
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
66695
68895
|
|
66696
68896
|
@property
|
66697
68897
|
@pulumi.getter(name="backendService")
|
@@ -66705,6 +68905,19 @@ class URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicyArgs:
|
|
66705
68905
|
def backend_service(self, value: pulumi.Input[builtins.str]):
|
66706
68906
|
pulumi.set(self, "backend_service", value)
|
66707
68907
|
|
68908
|
+
@property
|
68909
|
+
@pulumi.getter(name="mirrorPercent")
|
68910
|
+
def mirror_percent(self) -> Optional[pulumi.Input[builtins.float]]:
|
68911
|
+
"""
|
68912
|
+
The percentage of requests to be mirrored to backendService.
|
68913
|
+
The value must be between 0.0 and 100.0 inclusive.
|
68914
|
+
"""
|
68915
|
+
return pulumi.get(self, "mirror_percent")
|
68916
|
+
|
68917
|
+
@mirror_percent.setter
|
68918
|
+
def mirror_percent(self, value: Optional[pulumi.Input[builtins.float]]):
|
68919
|
+
pulumi.set(self, "mirror_percent", value)
|
68920
|
+
|
66708
68921
|
|
66709
68922
|
if not MYPY:
|
66710
68923
|
class URLMapPathMatcherPathRuleRouteActionRetryPolicyArgsDict(TypedDict):
|
@@ -69768,17 +71981,27 @@ if not MYPY:
|
|
69768
71981
|
"""
|
69769
71982
|
The full or partial URL to the BackendService resource being mirrored to.
|
69770
71983
|
"""
|
71984
|
+
mirror_percent: NotRequired[pulumi.Input[builtins.float]]
|
71985
|
+
"""
|
71986
|
+
The percentage of requests to be mirrored to backendService.
|
71987
|
+
The value must be between 0.0 and 100.0 inclusive.
|
71988
|
+
"""
|
69771
71989
|
elif False:
|
69772
71990
|
URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
69773
71991
|
|
69774
71992
|
@pulumi.input_type
|
69775
71993
|
class URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicyArgs:
|
69776
71994
|
def __init__(__self__, *,
|
69777
|
-
backend_service: pulumi.Input[builtins.str]
|
71995
|
+
backend_service: pulumi.Input[builtins.str],
|
71996
|
+
mirror_percent: Optional[pulumi.Input[builtins.float]] = None):
|
69778
71997
|
"""
|
69779
71998
|
:param pulumi.Input[builtins.str] backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
71999
|
+
:param pulumi.Input[builtins.float] mirror_percent: The percentage of requests to be mirrored to backendService.
|
72000
|
+
The value must be between 0.0 and 100.0 inclusive.
|
69780
72001
|
"""
|
69781
72002
|
pulumi.set(__self__, "backend_service", backend_service)
|
72003
|
+
if mirror_percent is not None:
|
72004
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
69782
72005
|
|
69783
72006
|
@property
|
69784
72007
|
@pulumi.getter(name="backendService")
|
@@ -69792,6 +72015,19 @@ class URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicyArgs:
|
|
69792
72015
|
def backend_service(self, value: pulumi.Input[builtins.str]):
|
69793
72016
|
pulumi.set(self, "backend_service", value)
|
69794
72017
|
|
72018
|
+
@property
|
72019
|
+
@pulumi.getter(name="mirrorPercent")
|
72020
|
+
def mirror_percent(self) -> Optional[pulumi.Input[builtins.float]]:
|
72021
|
+
"""
|
72022
|
+
The percentage of requests to be mirrored to backendService.
|
72023
|
+
The value must be between 0.0 and 100.0 inclusive.
|
72024
|
+
"""
|
72025
|
+
return pulumi.get(self, "mirror_percent")
|
72026
|
+
|
72027
|
+
@mirror_percent.setter
|
72028
|
+
def mirror_percent(self, value: Optional[pulumi.Input[builtins.float]]):
|
72029
|
+
pulumi.set(self, "mirror_percent", value)
|
72030
|
+
|
69795
72031
|
|
69796
72032
|
if not MYPY:
|
69797
72033
|
class URLMapPathMatcherRouteRuleRouteActionRetryPolicyArgsDict(TypedDict):
|