pulumi-gcp 8.32.1__py3-none-any.whl → 8.33.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +137 -1
- pulumi_gcp/_inputs.py +1 -1
- pulumi_gcp/_utilities.py +1 -1
- pulumi_gcp/accessapproval/__init__.py +1 -1
- pulumi_gcp/accessapproval/get_folder_service_account.py +1 -1
- pulumi_gcp/accessapproval/get_organization_service_account.py +1 -1
- pulumi_gcp/accessapproval/get_project_service_account.py +1 -1
- pulumi_gcp/accesscontextmanager/__init__.py +1 -1
- pulumi_gcp/accesscontextmanager/_inputs.py +1 -1
- pulumi_gcp/accesscontextmanager/access_level.py +1 -1
- pulumi_gcp/accesscontextmanager/access_level_condition.py +1 -1
- pulumi_gcp/accesscontextmanager/access_levels.py +1 -1
- pulumi_gcp/accesscontextmanager/access_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +1 -1
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +1 -1
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +1 -1
- pulumi_gcp/accesscontextmanager/egress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +1 -1
- pulumi_gcp/accesscontextmanager/get_access_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/ingress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/outputs.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +1 -1
- pulumi_gcp/accesscontextmanager/service_perimeters.py +1 -1
- pulumi_gcp/activedirectory/__init__.py +1 -1
- pulumi_gcp/activedirectory/domain.py +1 -1
- pulumi_gcp/activedirectory/domain_trust.py +1 -1
- pulumi_gcp/activedirectory/peering.py +1 -1
- pulumi_gcp/alloydb/__init__.py +1 -1
- pulumi_gcp/alloydb/_inputs.py +1 -1
- pulumi_gcp/alloydb/backup.py +1 -1
- pulumi_gcp/alloydb/cluster.py +1 -1
- pulumi_gcp/alloydb/get_cluster.py +1 -1
- pulumi_gcp/alloydb/get_instance.py +13 -2
- pulumi_gcp/alloydb/get_locations.py +1 -1
- pulumi_gcp/alloydb/get_supported_database_flags.py +1 -1
- pulumi_gcp/alloydb/instance.py +104 -1
- pulumi_gcp/alloydb/outputs.py +1 -1
- pulumi_gcp/alloydb/user.py +1 -1
- pulumi_gcp/apigateway/__init__.py +1 -1
- pulumi_gcp/apigateway/_inputs.py +1 -1
- pulumi_gcp/apigateway/api.py +1 -1
- pulumi_gcp/apigateway/api_config.py +1 -1
- pulumi_gcp/apigateway/api_config_iam_binding.py +1 -1
- pulumi_gcp/apigateway/api_config_iam_member.py +1 -1
- pulumi_gcp/apigateway/api_config_iam_policy.py +1 -1
- pulumi_gcp/apigateway/api_iam_binding.py +1 -1
- pulumi_gcp/apigateway/api_iam_member.py +1 -1
- pulumi_gcp/apigateway/api_iam_policy.py +1 -1
- pulumi_gcp/apigateway/gateway.py +1 -1
- pulumi_gcp/apigateway/gateway_iam_binding.py +1 -1
- pulumi_gcp/apigateway/gateway_iam_member.py +1 -1
- pulumi_gcp/apigateway/gateway_iam_policy.py +1 -1
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +1 -1
- pulumi_gcp/apigateway/get_api_iam_policy.py +1 -1
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +1 -1
- pulumi_gcp/apigateway/outputs.py +1 -1
- pulumi_gcp/apigee/__init__.py +2 -1
- pulumi_gcp/apigee/_inputs.py +42 -28
- pulumi_gcp/apigee/addons_config.py +1 -1
- pulumi_gcp/apigee/api.py +1 -1
- pulumi_gcp/apigee/app_group.py +1 -1
- pulumi_gcp/apigee/control_plane_access.py +1 -1
- pulumi_gcp/apigee/developer.py +1 -1
- pulumi_gcp/apigee/dns_zone.py +1 -1
- pulumi_gcp/apigee/endpoint_attachment.py +1 -1
- pulumi_gcp/apigee/env_group.py +1 -1
- pulumi_gcp/apigee/env_group_attachment.py +1 -1
- pulumi_gcp/apigee/env_keystore.py +1 -1
- pulumi_gcp/apigee/env_references.py +1 -1
- pulumi_gcp/apigee/environment.py +1 -1
- pulumi_gcp/apigee/environment_addons_config.py +1 -1
- pulumi_gcp/apigee/environment_iam_binding.py +1 -1
- pulumi_gcp/apigee/environment_iam_member.py +1 -1
- pulumi_gcp/apigee/environment_iam_policy.py +1 -1
- pulumi_gcp/apigee/environment_keyvaluemaps.py +1 -1
- pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +1 -1
- pulumi_gcp/apigee/flowhook.py +1 -1
- pulumi_gcp/apigee/get_environment_iam_policy.py +1 -1
- pulumi_gcp/apigee/instance.py +1 -1
- pulumi_gcp/apigee/instance_attachment.py +1 -1
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +1 -1
- pulumi_gcp/apigee/keystores_aliases_pkcs12.py +1 -1
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +1 -1
- pulumi_gcp/apigee/nat_address.py +1 -1
- pulumi_gcp/apigee/organization.py +5 -1
- pulumi_gcp/apigee/outputs.py +26 -19
- pulumi_gcp/apigee/security_monitoring_condition.py +658 -0
- pulumi_gcp/apigee/security_profile_v2.py +1 -1
- pulumi_gcp/apigee/sharedflow.py +1 -1
- pulumi_gcp/apigee/sharedflow_deployment.py +1 -1
- pulumi_gcp/apigee/sync_authorization.py +1 -1
- pulumi_gcp/apigee/target_server.py +1 -1
- pulumi_gcp/apihub/__init__.py +1 -1
- pulumi_gcp/apihub/_inputs.py +1 -1
- pulumi_gcp/apihub/api_hub_instance.py +1 -1
- pulumi_gcp/apihub/host_project_registration.py +1 -1
- pulumi_gcp/apihub/outputs.py +1 -1
- pulumi_gcp/appengine/__init__.py +1 -1
- pulumi_gcp/appengine/_inputs.py +1 -1
- pulumi_gcp/appengine/application.py +1 -1
- pulumi_gcp/appengine/application_url_dispatch_rules.py +1 -1
- pulumi_gcp/appengine/domain_mapping.py +1 -1
- pulumi_gcp/appengine/engine_split_traffic.py +1 -1
- pulumi_gcp/appengine/firewall_rule.py +1 -1
- pulumi_gcp/appengine/flexible_app_version.py +1 -1
- pulumi_gcp/appengine/get_default_service_account.py +1 -1
- pulumi_gcp/appengine/outputs.py +1 -1
- pulumi_gcp/appengine/service_network_settings.py +1 -1
- pulumi_gcp/appengine/standard_app_version.py +1 -1
- pulumi_gcp/apphub/__init__.py +1 -1
- pulumi_gcp/apphub/_inputs.py +1 -1
- pulumi_gcp/apphub/application.py +1 -1
- pulumi_gcp/apphub/get_application.py +1 -1
- pulumi_gcp/apphub/get_discovered_service.py +1 -1
- pulumi_gcp/apphub/get_discovered_workload.py +1 -1
- pulumi_gcp/apphub/outputs.py +1 -1
- pulumi_gcp/apphub/service.py +1 -1
- pulumi_gcp/apphub/service_project_attachment.py +1 -1
- pulumi_gcp/apphub/workload.py +1 -1
- pulumi_gcp/applicationintegration/__init__.py +1 -1
- pulumi_gcp/applicationintegration/_inputs.py +1 -1
- pulumi_gcp/applicationintegration/auth_config.py +1 -1
- pulumi_gcp/applicationintegration/client.py +1 -1
- pulumi_gcp/applicationintegration/outputs.py +1 -1
- pulumi_gcp/artifactregistry/__init__.py +1 -1
- pulumi_gcp/artifactregistry/_inputs.py +1 -1
- pulumi_gcp/artifactregistry/get_docker_image.py +1 -1
- pulumi_gcp/artifactregistry/get_locations.py +1 -1
- pulumi_gcp/artifactregistry/get_repository.py +1 -1
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +1 -1
- pulumi_gcp/artifactregistry/outputs.py +1 -1
- pulumi_gcp/artifactregistry/repository.py +1 -1
- pulumi_gcp/artifactregistry/repository_iam_binding.py +1 -1
- pulumi_gcp/artifactregistry/repository_iam_member.py +1 -1
- pulumi_gcp/artifactregistry/repository_iam_policy.py +1 -1
- pulumi_gcp/artifactregistry/vpcsc_config.py +1 -1
- pulumi_gcp/assuredworkloads/__init__.py +1 -1
- pulumi_gcp/assuredworkloads/_inputs.py +1 -1
- pulumi_gcp/assuredworkloads/outputs.py +1 -1
- pulumi_gcp/assuredworkloads/workload.py +1 -1
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -1
- pulumi_gcp/backupdisasterrecovery/_inputs.py +1 -1
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +1 -1
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +1 -1
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_backup.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_backup_vault.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_data_source.py +1 -1
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +1 -1
- pulumi_gcp/backupdisasterrecovery/management_server.py +1 -1
- pulumi_gcp/backupdisasterrecovery/outputs.py +1 -1
- pulumi_gcp/beyondcorp/__init__.py +6 -1
- pulumi_gcp/beyondcorp/_inputs.py +319 -1
- pulumi_gcp/beyondcorp/app_connection.py +1 -1
- pulumi_gcp/beyondcorp/app_connector.py +1 -1
- pulumi_gcp/beyondcorp/app_gateway.py +1 -1
- pulumi_gcp/beyondcorp/application.py +3 -3
- pulumi_gcp/beyondcorp/application_iam_binding.py +1 -1
- pulumi_gcp/beyondcorp/application_iam_member.py +1 -1
- pulumi_gcp/beyondcorp/application_iam_policy.py +1 -1
- pulumi_gcp/beyondcorp/get_app_connection.py +1 -1
- pulumi_gcp/beyondcorp/get_app_connector.py +1 -1
- pulumi_gcp/beyondcorp/get_app_gateway.py +1 -1
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +1 -1
- pulumi_gcp/beyondcorp/get_security_gateway.py +1 -1
- pulumi_gcp/beyondcorp/get_security_gateway_application_iam_policy.py +179 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +1 -1
- pulumi_gcp/beyondcorp/outputs.py +205 -1
- pulumi_gcp/beyondcorp/security_gateway.py +1 -1
- pulumi_gcp/beyondcorp/security_gateway_application.py +709 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_binding.py +1077 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_member.py +1077 -0
- pulumi_gcp/beyondcorp/security_gateway_application_iam_policy.py +896 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +1 -1
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +1 -1
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +1 -1
- pulumi_gcp/biglake/__init__.py +1 -1
- pulumi_gcp/biglake/_inputs.py +1 -1
- pulumi_gcp/biglake/catalog.py +1 -1
- pulumi_gcp/biglake/database.py +1 -1
- pulumi_gcp/biglake/outputs.py +1 -1
- pulumi_gcp/biglake/table.py +1 -1
- pulumi_gcp/bigquery/__init__.py +3 -1
- pulumi_gcp/bigquery/_inputs.py +1 -1
- pulumi_gcp/bigquery/app_profile.py +1 -1
- pulumi_gcp/bigquery/bi_reservation.py +1 -1
- pulumi_gcp/bigquery/capacity_commitment.py +1 -1
- pulumi_gcp/bigquery/connection.py +1 -1
- pulumi_gcp/bigquery/connection_iam_binding.py +1 -1
- pulumi_gcp/bigquery/connection_iam_member.py +1 -1
- pulumi_gcp/bigquery/connection_iam_policy.py +1 -1
- pulumi_gcp/bigquery/data_transfer_config.py +1 -1
- pulumi_gcp/bigquery/dataset.py +1 -1
- pulumi_gcp/bigquery/dataset_access.py +1 -1
- pulumi_gcp/bigquery/dataset_iam_binding.py +1 -1
- pulumi_gcp/bigquery/dataset_iam_member.py +1 -1
- pulumi_gcp/bigquery/dataset_iam_policy.py +1 -1
- pulumi_gcp/bigquery/get_connection_iam_policy.py +1 -1
- pulumi_gcp/bigquery/get_dataset.py +1 -1
- pulumi_gcp/bigquery/get_dataset_iam_policy.py +1 -1
- pulumi_gcp/bigquery/get_datasets.py +131 -0
- pulumi_gcp/bigquery/get_default_service_account.py +1 -1
- pulumi_gcp/bigquery/get_table.py +518 -0
- pulumi_gcp/bigquery/get_table_iam_policy.py +1 -1
- pulumi_gcp/bigquery/get_tables.py +1 -1
- pulumi_gcp/bigquery/iam_binding.py +1 -1
- pulumi_gcp/bigquery/iam_member.py +1 -1
- pulumi_gcp/bigquery/iam_policy.py +1 -1
- pulumi_gcp/bigquery/job.py +1 -1
- pulumi_gcp/bigquery/outputs.py +1332 -1
- pulumi_gcp/bigquery/reservation.py +1 -1
- pulumi_gcp/bigquery/reservation_assignment.py +1 -1
- pulumi_gcp/bigquery/routine.py +1 -1
- pulumi_gcp/bigquery/row_access_policy.py +1 -1
- pulumi_gcp/bigquery/table.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/__init__.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/_inputs.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +1 -1
- pulumi_gcp/bigqueryanalyticshub/outputs.py +1 -1
- pulumi_gcp/bigquerydatapolicy/__init__.py +1 -1
- pulumi_gcp/bigquerydatapolicy/_inputs.py +1 -1
- pulumi_gcp/bigquerydatapolicy/data_policy.py +1 -1
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +1 -1
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +1 -1
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +1 -1
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +1 -1
- pulumi_gcp/bigquerydatapolicy/outputs.py +1 -1
- pulumi_gcp/bigtable/__init__.py +1 -1
- pulumi_gcp/bigtable/_inputs.py +1 -1
- pulumi_gcp/bigtable/authorized_view.py +1 -1
- pulumi_gcp/bigtable/gc_policy.py +1 -1
- pulumi_gcp/bigtable/get_instance_iam_policy.py +1 -1
- pulumi_gcp/bigtable/get_table_iam_policy.py +1 -1
- pulumi_gcp/bigtable/instance.py +10 -12
- pulumi_gcp/bigtable/instance_iam_binding.py +1 -1
- pulumi_gcp/bigtable/instance_iam_member.py +1 -1
- pulumi_gcp/bigtable/instance_iam_policy.py +1 -1
- pulumi_gcp/bigtable/logical_view.py +1 -1
- pulumi_gcp/bigtable/materialized_view.py +1 -1
- pulumi_gcp/bigtable/outputs.py +1 -1
- pulumi_gcp/bigtable/table.py +1 -1
- pulumi_gcp/bigtable/table_iam_binding.py +1 -1
- pulumi_gcp/bigtable/table_iam_member.py +1 -1
- pulumi_gcp/bigtable/table_iam_policy.py +1 -1
- pulumi_gcp/billing/__init__.py +1 -1
- pulumi_gcp/billing/_inputs.py +1 -1
- pulumi_gcp/billing/account_iam_binding.py +1 -1
- pulumi_gcp/billing/account_iam_member.py +1 -1
- pulumi_gcp/billing/account_iam_policy.py +1 -1
- pulumi_gcp/billing/budget.py +1 -1
- pulumi_gcp/billing/get_account_iam_policy.py +1 -1
- pulumi_gcp/billing/outputs.py +1 -1
- pulumi_gcp/billing/project_info.py +1 -1
- pulumi_gcp/billing/sub_account.py +1 -1
- pulumi_gcp/binaryauthorization/__init__.py +1 -1
- pulumi_gcp/binaryauthorization/_inputs.py +1 -1
- pulumi_gcp/binaryauthorization/attestor.py +1 -1
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +1 -1
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +1 -1
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +1 -1
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +1 -1
- pulumi_gcp/binaryauthorization/outputs.py +1 -1
- pulumi_gcp/binaryauthorization/policy.py +1 -1
- pulumi_gcp/blockchainnodeengine/__init__.py +1 -1
- pulumi_gcp/blockchainnodeengine/_inputs.py +1 -1
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +1 -1
- pulumi_gcp/blockchainnodeengine/outputs.py +1 -1
- pulumi_gcp/certificateauthority/__init__.py +1 -1
- pulumi_gcp/certificateauthority/_inputs.py +351 -8
- pulumi_gcp/certificateauthority/authority.py +1 -1
- pulumi_gcp/certificateauthority/ca_pool.py +1 -1
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +1 -1
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +1 -1
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +1 -1
- pulumi_gcp/certificateauthority/certificate.py +1 -1
- pulumi_gcp/certificateauthority/certificate_template.py +243 -1
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +1 -1
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +1 -1
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +1 -1
- pulumi_gcp/certificateauthority/get_authority.py +1 -1
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +1 -1
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +1 -1
- pulumi_gcp/certificateauthority/outputs.py +254 -6
- pulumi_gcp/certificatemanager/__init__.py +1 -1
- pulumi_gcp/certificatemanager/_inputs.py +1 -1
- pulumi_gcp/certificatemanager/certificate.py +1 -1
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +1 -1
- pulumi_gcp/certificatemanager/certificate_map.py +1 -1
- pulumi_gcp/certificatemanager/certificate_map_entry.py +1 -1
- pulumi_gcp/certificatemanager/dns_authorization.py +1 -1
- pulumi_gcp/certificatemanager/get_certificate_map.py +1 -1
- pulumi_gcp/certificatemanager/get_certificates.py +1 -1
- pulumi_gcp/certificatemanager/outputs.py +1 -1
- pulumi_gcp/certificatemanager/trust_config.py +1 -1
- pulumi_gcp/chronicle/__init__.py +1 -1
- pulumi_gcp/chronicle/_inputs.py +1 -1
- pulumi_gcp/chronicle/data_access_label.py +1 -1
- pulumi_gcp/chronicle/data_access_scope.py +1 -1
- pulumi_gcp/chronicle/outputs.py +1 -1
- pulumi_gcp/chronicle/reference_list.py +1 -1
- pulumi_gcp/chronicle/retrohunt.py +1 -1
- pulumi_gcp/chronicle/rule.py +1 -1
- pulumi_gcp/chronicle/rule_deployment.py +1 -1
- pulumi_gcp/chronicle/watchlist.py +1 -1
- pulumi_gcp/cloudasset/__init__.py +1 -1
- pulumi_gcp/cloudasset/_inputs.py +1 -1
- pulumi_gcp/cloudasset/folder_feed.py +1 -1
- pulumi_gcp/cloudasset/get_resources_search_all.py +1 -1
- pulumi_gcp/cloudasset/get_search_all_resources.py +1 -1
- pulumi_gcp/cloudasset/organization_feed.py +1 -1
- pulumi_gcp/cloudasset/outputs.py +1 -1
- pulumi_gcp/cloudasset/project_feed.py +1 -1
- pulumi_gcp/cloudbuild/__init__.py +1 -1
- pulumi_gcp/cloudbuild/_inputs.py +1 -1
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +1 -1
- pulumi_gcp/cloudbuild/get_trigger.py +1 -1
- pulumi_gcp/cloudbuild/outputs.py +1 -1
- pulumi_gcp/cloudbuild/trigger.py +1 -1
- pulumi_gcp/cloudbuild/worker_pool.py +1 -1
- pulumi_gcp/cloudbuildv2/__init__.py +1 -1
- pulumi_gcp/cloudbuildv2/_inputs.py +1 -1
- pulumi_gcp/cloudbuildv2/connection.py +1 -1
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +1 -1
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +1 -1
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +1 -1
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +1 -1
- pulumi_gcp/cloudbuildv2/outputs.py +1 -1
- pulumi_gcp/cloudbuildv2/repository.py +1 -1
- pulumi_gcp/clouddeploy/__init__.py +1 -1
- pulumi_gcp/clouddeploy/_inputs.py +1 -1
- pulumi_gcp/clouddeploy/automation.py +1 -1
- pulumi_gcp/clouddeploy/custom_target_type.py +1 -1
- pulumi_gcp/clouddeploy/custom_target_type_iam_binding.py +1 -1
- pulumi_gcp/clouddeploy/custom_target_type_iam_member.py +1 -1
- pulumi_gcp/clouddeploy/custom_target_type_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/delivery_pipeline.py +1 -1
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_binding.py +1 -1
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_member.py +1 -1
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/deploy_policy.py +1 -1
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +1 -1
- pulumi_gcp/clouddeploy/outputs.py +1 -1
- pulumi_gcp/clouddeploy/target.py +1 -1
- pulumi_gcp/clouddeploy/target_iam_binding.py +1 -1
- pulumi_gcp/clouddeploy/target_iam_member.py +1 -1
- pulumi_gcp/clouddeploy/target_iam_policy.py +1 -1
- pulumi_gcp/clouddomains/__init__.py +1 -1
- pulumi_gcp/clouddomains/_inputs.py +1 -1
- pulumi_gcp/clouddomains/outputs.py +1 -1
- pulumi_gcp/clouddomains/registration.py +1 -1
- pulumi_gcp/cloudfunctions/__init__.py +1 -1
- pulumi_gcp/cloudfunctions/_inputs.py +1 -1
- pulumi_gcp/cloudfunctions/function.py +1 -1
- pulumi_gcp/cloudfunctions/function_iam_binding.py +1 -1
- pulumi_gcp/cloudfunctions/function_iam_member.py +1 -1
- pulumi_gcp/cloudfunctions/function_iam_policy.py +1 -1
- pulumi_gcp/cloudfunctions/get_function.py +1 -1
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +1 -1
- pulumi_gcp/cloudfunctions/outputs.py +1 -1
- pulumi_gcp/cloudfunctionsv2/__init__.py +1 -1
- pulumi_gcp/cloudfunctionsv2/_inputs.py +1 -1
- pulumi_gcp/cloudfunctionsv2/function.py +1 -1
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +1 -1
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +1 -1
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +1 -1
- pulumi_gcp/cloudfunctionsv2/get_function.py +1 -1
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +1 -1
- pulumi_gcp/cloudfunctionsv2/outputs.py +1 -1
- pulumi_gcp/cloudidentity/__init__.py +1 -1
- pulumi_gcp/cloudidentity/_inputs.py +1 -1
- pulumi_gcp/cloudidentity/get_group_lookup.py +1 -1
- pulumi_gcp/cloudidentity/get_group_memberships.py +1 -1
- pulumi_gcp/cloudidentity/get_group_transitive_memberships.py +1 -1
- pulumi_gcp/cloudidentity/get_groups.py +1 -1
- pulumi_gcp/cloudidentity/group.py +1 -1
- pulumi_gcp/cloudidentity/group_membership.py +1 -1
- pulumi_gcp/cloudidentity/outputs.py +1 -1
- pulumi_gcp/cloudids/__init__.py +1 -1
- pulumi_gcp/cloudids/endpoint.py +1 -1
- pulumi_gcp/cloudquota/__init__.py +1 -1
- pulumi_gcp/cloudquota/_inputs.py +1 -1
- pulumi_gcp/cloudquota/get_s_quota_info.py +1 -1
- pulumi_gcp/cloudquota/get_s_quota_infos.py +1 -1
- pulumi_gcp/cloudquota/outputs.py +1 -1
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +1 -1
- pulumi_gcp/cloudquota/s_quota_preference.py +1 -1
- pulumi_gcp/cloudrun/__init__.py +1 -1
- pulumi_gcp/cloudrun/_inputs.py +1 -1
- pulumi_gcp/cloudrun/domain_mapping.py +1 -1
- pulumi_gcp/cloudrun/get_locations.py +1 -1
- pulumi_gcp/cloudrun/get_service.py +1 -1
- pulumi_gcp/cloudrun/get_service_iam_policy.py +1 -1
- pulumi_gcp/cloudrun/iam_binding.py +1 -1
- pulumi_gcp/cloudrun/iam_member.py +1 -1
- pulumi_gcp/cloudrun/iam_policy.py +1 -1
- pulumi_gcp/cloudrun/outputs.py +1 -1
- pulumi_gcp/cloudrun/service.py +1 -1
- pulumi_gcp/cloudrunv2/__init__.py +7 -1
- pulumi_gcp/cloudrunv2/_inputs.py +2300 -1
- pulumi_gcp/cloudrunv2/get_job.py +1 -1
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +1 -1
- pulumi_gcp/cloudrunv2/get_service.py +1 -1
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +1 -1
- pulumi_gcp/cloudrunv2/get_worker_pool.py +498 -0
- pulumi_gcp/cloudrunv2/get_worker_pool_iam_policy.py +183 -0
- pulumi_gcp/cloudrunv2/job.py +1 -1
- pulumi_gcp/cloudrunv2/job_iam_binding.py +1 -1
- pulumi_gcp/cloudrunv2/job_iam_member.py +1 -1
- pulumi_gcp/cloudrunv2/job_iam_policy.py +1 -1
- pulumi_gcp/cloudrunv2/outputs.py +4335 -1504
- pulumi_gcp/cloudrunv2/service.py +1 -1
- pulumi_gcp/cloudrunv2/service_iam_binding.py +1 -1
- pulumi_gcp/cloudrunv2/service_iam_member.py +1 -1
- pulumi_gcp/cloudrunv2/service_iam_policy.py +1 -1
- pulumi_gcp/cloudrunv2/worker_pool.py +2260 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_binding.py +829 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_member.py +829 -0
- pulumi_gcp/cloudrunv2/worker_pool_iam_policy.py +668 -0
- pulumi_gcp/cloudscheduler/__init__.py +1 -1
- pulumi_gcp/cloudscheduler/_inputs.py +1 -1
- pulumi_gcp/cloudscheduler/job.py +1 -1
- pulumi_gcp/cloudscheduler/outputs.py +1 -1
- pulumi_gcp/cloudtasks/__init__.py +1 -1
- pulumi_gcp/cloudtasks/_inputs.py +1 -1
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +1 -1
- pulumi_gcp/cloudtasks/outputs.py +1 -1
- pulumi_gcp/cloudtasks/queue.py +1 -1
- pulumi_gcp/cloudtasks/queue_iam_binding.py +1 -1
- pulumi_gcp/cloudtasks/queue_iam_member.py +1 -1
- pulumi_gcp/cloudtasks/queue_iam_policy.py +1 -1
- pulumi_gcp/colab/__init__.py +1 -1
- pulumi_gcp/colab/_inputs.py +15 -2
- pulumi_gcp/colab/get_runtime_template_iam_policy.py +1 -1
- pulumi_gcp/colab/notebook_execution.py +1 -1
- pulumi_gcp/colab/outputs.py +9 -2
- pulumi_gcp/colab/runtime.py +1 -1
- pulumi_gcp/colab/runtime_template.py +2 -2
- pulumi_gcp/colab/runtime_template_iam_binding.py +1 -1
- pulumi_gcp/colab/runtime_template_iam_member.py +1 -1
- pulumi_gcp/colab/runtime_template_iam_policy.py +1 -1
- pulumi_gcp/colab/schedule.py +1 -1
- pulumi_gcp/composer/__init__.py +1 -1
- pulumi_gcp/composer/_inputs.py +1 -1
- pulumi_gcp/composer/environment.py +1 -1
- pulumi_gcp/composer/get_environment.py +1 -1
- pulumi_gcp/composer/get_image_versions.py +1 -1
- pulumi_gcp/composer/get_user_workloads_config_map.py +1 -1
- pulumi_gcp/composer/get_user_workloads_secret.py +1 -1
- pulumi_gcp/composer/outputs.py +1 -1
- pulumi_gcp/composer/user_workloads_config_map.py +1 -1
- pulumi_gcp/composer/user_workloads_secret.py +1 -1
- pulumi_gcp/compute/__init__.py +2 -1
- pulumi_gcp/compute/_inputs.py +2678 -167
- pulumi_gcp/compute/address.py +1 -1
- pulumi_gcp/compute/attached_disk.py +1 -1
- pulumi_gcp/compute/autoscaler.py +1 -1
- pulumi_gcp/compute/backend_bucket.py +1 -1
- pulumi_gcp/compute/backend_bucket_iam_binding.py +1 -1
- pulumi_gcp/compute/backend_bucket_iam_member.py +1 -1
- pulumi_gcp/compute/backend_bucket_iam_policy.py +1 -1
- pulumi_gcp/compute/backend_bucket_signed_url_key.py +1 -1
- pulumi_gcp/compute/backend_service.py +166 -3
- pulumi_gcp/compute/backend_service_iam_binding.py +1 -1
- pulumi_gcp/compute/backend_service_iam_member.py +1 -1
- pulumi_gcp/compute/backend_service_iam_policy.py +1 -1
- pulumi_gcp/compute/backend_service_signed_url_key.py +1 -1
- pulumi_gcp/compute/ca_external_account_key.py +1 -1
- pulumi_gcp/compute/cross_site_network.py +1 -1
- pulumi_gcp/compute/disk.py +1 -1
- pulumi_gcp/compute/disk_async_replication.py +1 -1
- pulumi_gcp/compute/disk_iam_binding.py +1 -1
- pulumi_gcp/compute/disk_iam_member.py +1 -1
- pulumi_gcp/compute/disk_iam_policy.py +1 -1
- pulumi_gcp/compute/disk_resource_policy_attachment.py +1 -1
- pulumi_gcp/compute/external_vpn_gateway.py +1 -1
- pulumi_gcp/compute/firewall.py +1 -1
- pulumi_gcp/compute/firewall_policy.py +1 -1
- pulumi_gcp/compute/firewall_policy_association.py +1 -1
- pulumi_gcp/compute/firewall_policy_rule.py +1 -1
- pulumi_gcp/compute/firewall_policy_with_rules.py +9 -69
- pulumi_gcp/compute/forwarding_rule.py +1 -1
- pulumi_gcp/compute/future_reservation.py +1285 -0
- pulumi_gcp/compute/get_address.py +1 -1
- pulumi_gcp/compute/get_addresses.py +1 -1
- pulumi_gcp/compute/get_backend_bucket.py +1 -1
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +1 -1
- pulumi_gcp/compute/get_backend_service.py +24 -2
- pulumi_gcp/compute/get_backend_service_iam_policy.py +1 -1
- pulumi_gcp/compute/get_certificate.py +1 -1
- pulumi_gcp/compute/get_default_service_account.py +1 -1
- pulumi_gcp/compute/get_disk.py +1 -1
- pulumi_gcp/compute/get_disk_iam_policy.py +1 -1
- pulumi_gcp/compute/get_forwarding_rule.py +1 -1
- pulumi_gcp/compute/get_forwarding_rules.py +1 -1
- pulumi_gcp/compute/get_global_address.py +1 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +1 -1
- pulumi_gcp/compute/get_hc_vpn_gateway.py +1 -1
- pulumi_gcp/compute/get_health_check.py +1 -1
- pulumi_gcp/compute/get_image.py +1 -1
- pulumi_gcp/compute/get_image_iam_policy.py +1 -1
- pulumi_gcp/compute/get_images.py +1 -1
- pulumi_gcp/compute/get_instance.py +1 -1
- pulumi_gcp/compute/get_instance_group.py +1 -1
- pulumi_gcp/compute/get_instance_group_manager.py +1 -1
- pulumi_gcp/compute/get_instance_guest_attributes.py +1 -1
- pulumi_gcp/compute/get_instance_iam_policy.py +1 -1
- pulumi_gcp/compute/get_instance_serial_port.py +1 -1
- pulumi_gcp/compute/get_instance_template.py +1 -1
- pulumi_gcp/compute/get_instance_template_iam_policy.py +1 -1
- pulumi_gcp/compute/get_instant_snapshot_iam_policy.py +1 -1
- pulumi_gcp/compute/get_lbip_ranges.py +1 -1
- pulumi_gcp/compute/get_machine_image_iam_policy.py +1 -1
- pulumi_gcp/compute/get_machine_types.py +1 -1
- pulumi_gcp/compute/get_netblock_ip_ranges.py +15 -7
- pulumi_gcp/compute/get_network.py +1 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/get_network_peering.py +1 -1
- pulumi_gcp/compute/get_networks.py +1 -1
- pulumi_gcp/compute/get_node_types.py +1 -1
- pulumi_gcp/compute/get_region_backend_service.py +13 -2
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +1 -1
- pulumi_gcp/compute/get_region_disk.py +1 -1
- pulumi_gcp/compute/get_region_disk_iam_policy.py +1 -1
- pulumi_gcp/compute/get_region_instance_group.py +1 -1
- pulumi_gcp/compute/get_region_instance_group_manager.py +1 -1
- pulumi_gcp/compute/get_region_instance_template.py +13 -2
- pulumi_gcp/compute/get_region_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/get_region_ssl_certificate.py +1 -1
- pulumi_gcp/compute/get_region_ssl_policy.py +1 -1
- pulumi_gcp/compute/get_regions.py +1 -1
- pulumi_gcp/compute/get_reservation.py +1 -1
- pulumi_gcp/compute/get_resource_policy.py +1 -1
- pulumi_gcp/compute/get_router.py +1 -1
- pulumi_gcp/compute/get_router_nat.py +24 -2
- pulumi_gcp/compute/get_router_status.py +1 -1
- pulumi_gcp/compute/get_security_policy.py +1 -1
- pulumi_gcp/compute/get_snapshot.py +1 -1
- pulumi_gcp/compute/get_snapshot_iam_policy.py +1 -1
- pulumi_gcp/compute/get_ssl_policy.py +1 -1
- pulumi_gcp/compute/get_storage_pool_iam_policy.py +1 -1
- pulumi_gcp/compute/get_storage_pool_types.py +1 -1
- pulumi_gcp/compute/get_subnetwork.py +1 -1
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +1 -1
- pulumi_gcp/compute/get_subnetworks.py +1 -1
- pulumi_gcp/compute/get_vpn_gateway.py +1 -1
- pulumi_gcp/compute/get_zones.py +1 -1
- pulumi_gcp/compute/global_address.py +1 -1
- pulumi_gcp/compute/global_forwarding_rule.py +1 -1
- pulumi_gcp/compute/global_network_endpoint.py +1 -1
- pulumi_gcp/compute/global_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/ha_vpn_gateway.py +1 -1
- pulumi_gcp/compute/health_check.py +1 -1
- pulumi_gcp/compute/http_health_check.py +1 -1
- pulumi_gcp/compute/https_health_check.py +1 -1
- pulumi_gcp/compute/image.py +1 -1
- pulumi_gcp/compute/image_iam_binding.py +1 -1
- pulumi_gcp/compute/image_iam_member.py +1 -1
- pulumi_gcp/compute/image_iam_policy.py +1 -1
- pulumi_gcp/compute/instance.py +1 -1
- pulumi_gcp/compute/instance_from_machine_image.py +1 -1
- pulumi_gcp/compute/instance_from_template.py +1 -1
- pulumi_gcp/compute/instance_group.py +1 -1
- pulumi_gcp/compute/instance_group_manager.py +1 -1
- pulumi_gcp/compute/instance_group_membership.py +1 -1
- pulumi_gcp/compute/instance_group_named_port.py +1 -1
- pulumi_gcp/compute/instance_iam_binding.py +1 -1
- pulumi_gcp/compute/instance_iam_member.py +1 -1
- pulumi_gcp/compute/instance_iam_policy.py +1 -1
- pulumi_gcp/compute/instance_settings.py +1 -1
- pulumi_gcp/compute/instance_template.py +1 -1
- pulumi_gcp/compute/instance_template_iam_binding.py +1 -1
- pulumi_gcp/compute/instance_template_iam_member.py +1 -1
- pulumi_gcp/compute/instance_template_iam_policy.py +1 -1
- pulumi_gcp/compute/instant_snapshot.py +1 -1
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +1 -1
- pulumi_gcp/compute/instant_snapshot_iam_member.py +1 -1
- pulumi_gcp/compute/instant_snapshot_iam_policy.py +1 -1
- pulumi_gcp/compute/interconnect.py +1 -1
- pulumi_gcp/compute/interconnect_attachment.py +291 -15
- pulumi_gcp/compute/machine_image.py +1 -1
- pulumi_gcp/compute/machine_image_iam_binding.py +1 -1
- pulumi_gcp/compute/machine_image_iam_member.py +1 -1
- pulumi_gcp/compute/machine_image_iam_policy.py +1 -1
- pulumi_gcp/compute/managed_ssl_certificate.py +1 -1
- pulumi_gcp/compute/manged_ssl_certificate.py +1 -1
- pulumi_gcp/compute/network.py +1 -1
- pulumi_gcp/compute/network_attachment.py +1 -1
- pulumi_gcp/compute/network_edge_security_service.py +1 -1
- pulumi_gcp/compute/network_endpoint.py +1 -1
- pulumi_gcp/compute/network_endpoint_group.py +1 -1
- pulumi_gcp/compute/network_endpoint_list.py +1 -1
- pulumi_gcp/compute/network_firewall_policy.py +1 -1
- pulumi_gcp/compute/network_firewall_policy_association.py +1 -1
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +1 -1
- pulumi_gcp/compute/network_firewall_policy_rule.py +1 -1
- pulumi_gcp/compute/network_firewall_policy_with_rules.py +5 -73
- pulumi_gcp/compute/network_peering.py +1 -1
- pulumi_gcp/compute/network_peering_routes_config.py +1 -1
- pulumi_gcp/compute/node_group.py +1 -1
- pulumi_gcp/compute/node_template.py +1 -1
- pulumi_gcp/compute/organization_security_policy.py +1 -1
- pulumi_gcp/compute/organization_security_policy_association.py +1 -1
- pulumi_gcp/compute/organization_security_policy_rule.py +1 -1
- pulumi_gcp/compute/outputs.py +2603 -371
- pulumi_gcp/compute/packet_mirroring.py +1 -1
- pulumi_gcp/compute/per_instance_config.py +1 -1
- pulumi_gcp/compute/project_cloud_armor_tier.py +1 -1
- pulumi_gcp/compute/project_default_network_tier.py +1 -1
- pulumi_gcp/compute/project_metadata.py +1 -1
- pulumi_gcp/compute/project_metadata_item.py +1 -1
- pulumi_gcp/compute/public_advertised_prefix.py +1 -1
- pulumi_gcp/compute/public_delegated_prefix.py +1 -1
- pulumi_gcp/compute/region_autoscaler.py +1 -1
- pulumi_gcp/compute/region_backend_service.py +96 -1
- pulumi_gcp/compute/region_backend_service_iam_binding.py +1 -1
- pulumi_gcp/compute/region_backend_service_iam_member.py +1 -1
- pulumi_gcp/compute/region_backend_service_iam_policy.py +1 -1
- pulumi_gcp/compute/region_commitment.py +1 -1
- pulumi_gcp/compute/region_disk.py +1 -1
- pulumi_gcp/compute/region_disk_iam_binding.py +1 -1
- pulumi_gcp/compute/region_disk_iam_member.py +1 -1
- pulumi_gcp/compute/region_disk_iam_policy.py +1 -1
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +1 -1
- pulumi_gcp/compute/region_health_check.py +1 -1
- pulumi_gcp/compute/region_instance_group_manager.py +1 -1
- pulumi_gcp/compute/region_instance_template.py +29 -1
- pulumi_gcp/compute/region_network_endpoint.py +1 -1
- pulumi_gcp/compute/region_network_endpoint_group.py +1 -1
- pulumi_gcp/compute/region_network_firewall_policy.py +1 -1
- pulumi_gcp/compute/region_network_firewall_policy_association.py +1 -1
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +1 -1
- pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +5 -73
- pulumi_gcp/compute/region_per_instance_config.py +1 -1
- pulumi_gcp/compute/region_resize_request.py +1 -1
- pulumi_gcp/compute/region_security_policy.py +1 -1
- pulumi_gcp/compute/region_security_policy_rule.py +1 -1
- pulumi_gcp/compute/region_ssl_certificate.py +1 -1
- pulumi_gcp/compute/region_ssl_policy.py +1 -1
- pulumi_gcp/compute/region_target_http_proxy.py +1 -1
- pulumi_gcp/compute/region_target_https_proxy.py +1 -1
- pulumi_gcp/compute/region_target_tcp_proxy.py +1 -1
- pulumi_gcp/compute/region_url_map.py +1 -1
- pulumi_gcp/compute/reservation.py +1 -1
- pulumi_gcp/compute/resize_request.py +1 -1
- pulumi_gcp/compute/resource_policy.py +1 -1
- pulumi_gcp/compute/resource_policy_attachment.py +1 -1
- pulumi_gcp/compute/route.py +1 -1
- pulumi_gcp/compute/router.py +1 -1
- pulumi_gcp/compute/router_interface.py +1 -1
- pulumi_gcp/compute/router_nat.py +144 -1
- pulumi_gcp/compute/router_nat_address.py +1 -1
- pulumi_gcp/compute/router_peer.py +1 -1
- pulumi_gcp/compute/router_route_policy.py +1 -1
- pulumi_gcp/compute/router_status.py +1 -1
- pulumi_gcp/compute/security_policy.py +1 -1
- pulumi_gcp/compute/security_policy_rule.py +1 -1
- pulumi_gcp/compute/security_scan_config.py +1 -1
- pulumi_gcp/compute/service_attachment.py +1 -1
- pulumi_gcp/compute/shared_vpc_host_project.py +1 -1
- pulumi_gcp/compute/shared_vpc_service_project.py +1 -1
- pulumi_gcp/compute/snapshot.py +1 -1
- pulumi_gcp/compute/snapshot_iam_binding.py +1 -1
- pulumi_gcp/compute/snapshot_iam_member.py +1 -1
- pulumi_gcp/compute/snapshot_iam_policy.py +1 -1
- pulumi_gcp/compute/ssl_certificate.py +1 -1
- pulumi_gcp/compute/ssl_policy.py +1 -1
- pulumi_gcp/compute/storage_pool.py +1 -1
- pulumi_gcp/compute/storage_pool_iam_binding.py +1 -1
- pulumi_gcp/compute/storage_pool_iam_member.py +1 -1
- pulumi_gcp/compute/storage_pool_iam_policy.py +1 -1
- pulumi_gcp/compute/subnetwork.py +1 -1
- pulumi_gcp/compute/subnetwork_iam_binding.py +1 -1
- pulumi_gcp/compute/subnetwork_iam_member.py +1 -1
- pulumi_gcp/compute/subnetwork_iam_policy.py +1 -1
- pulumi_gcp/compute/target_grpc_proxy.py +1 -1
- pulumi_gcp/compute/target_http_proxy.py +1 -1
- pulumi_gcp/compute/target_https_proxy.py +1 -1
- pulumi_gcp/compute/target_instance.py +1 -1
- pulumi_gcp/compute/target_pool.py +1 -1
- pulumi_gcp/compute/target_ssl_proxy.py +1 -1
- pulumi_gcp/compute/target_tcp_proxy.py +1 -1
- pulumi_gcp/compute/url_map.py +699 -1
- pulumi_gcp/compute/vpn_gateway.py +1 -1
- pulumi_gcp/compute/vpn_tunnel.py +1 -1
- pulumi_gcp/config/__init__.py +1 -1
- pulumi_gcp/config/__init__.pyi +1 -1
- pulumi_gcp/config/outputs.py +1 -1
- pulumi_gcp/config/vars.py +1 -1
- pulumi_gcp/container/__init__.py +1 -1
- pulumi_gcp/container/_inputs.py +10 -10
- pulumi_gcp/container/attached_cluster.py +1 -1
- pulumi_gcp/container/aws_cluster.py +1 -1
- pulumi_gcp/container/aws_node_pool.py +1 -1
- pulumi_gcp/container/azure_client.py +1 -1
- pulumi_gcp/container/azure_cluster.py +1 -1
- pulumi_gcp/container/azure_node_pool.py +1 -1
- pulumi_gcp/container/cluster.py +8 -8
- pulumi_gcp/container/get_attached_install_manifest.py +1 -1
- pulumi_gcp/container/get_attached_versions.py +1 -1
- pulumi_gcp/container/get_aws_versions.py +1 -1
- pulumi_gcp/container/get_azure_versions.py +1 -1
- pulumi_gcp/container/get_cluster.py +1 -1
- pulumi_gcp/container/get_engine_versions.py +1 -1
- pulumi_gcp/container/get_registry_image.py +1 -1
- pulumi_gcp/container/get_registry_repository.py +1 -1
- pulumi_gcp/container/node_pool.py +1 -1
- pulumi_gcp/container/outputs.py +7 -7
- pulumi_gcp/container/registry.py +1 -1
- pulumi_gcp/containeranalysis/__init__.py +1 -1
- pulumi_gcp/containeranalysis/_inputs.py +1 -1
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +1 -1
- pulumi_gcp/containeranalysis/note.py +1 -1
- pulumi_gcp/containeranalysis/note_iam_binding.py +1 -1
- pulumi_gcp/containeranalysis/note_iam_member.py +1 -1
- pulumi_gcp/containeranalysis/note_iam_policy.py +1 -1
- pulumi_gcp/containeranalysis/occurence.py +1 -1
- pulumi_gcp/containeranalysis/outputs.py +1 -1
- pulumi_gcp/databasemigrationservice/__init__.py +1 -1
- pulumi_gcp/databasemigrationservice/_inputs.py +1 -1
- pulumi_gcp/databasemigrationservice/connection_profile.py +1 -1
- pulumi_gcp/databasemigrationservice/migration_job.py +1 -1
- pulumi_gcp/databasemigrationservice/outputs.py +1 -1
- pulumi_gcp/databasemigrationservice/private_connection.py +52 -3
- pulumi_gcp/datacatalog/__init__.py +1 -1
- pulumi_gcp/datacatalog/_inputs.py +1 -1
- pulumi_gcp/datacatalog/entry.py +1 -1
- pulumi_gcp/datacatalog/entry_group.py +1 -1
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +1 -1
- pulumi_gcp/datacatalog/entry_group_iam_member.py +1 -1
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/outputs.py +1 -1
- pulumi_gcp/datacatalog/policy_tag.py +1 -1
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +1 -1
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +1 -1
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/tag.py +1 -1
- pulumi_gcp/datacatalog/tag_template.py +1 -1
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +1 -1
- pulumi_gcp/datacatalog/tag_template_iam_member.py +1 -1
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +1 -1
- pulumi_gcp/datacatalog/taxonomy.py +1 -1
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +1 -1
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +1 -1
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +1 -1
- pulumi_gcp/dataflow/__init__.py +1 -1
- pulumi_gcp/dataflow/_inputs.py +1 -1
- pulumi_gcp/dataflow/flex_template_job.py +48 -1
- pulumi_gcp/dataflow/job.py +1 -1
- pulumi_gcp/dataflow/outputs.py +1 -1
- pulumi_gcp/dataflow/pipeline.py +1 -1
- pulumi_gcp/dataform/__init__.py +1 -1
- pulumi_gcp/dataform/_inputs.py +1 -1
- pulumi_gcp/dataform/get_repository_iam_policy.py +1 -1
- pulumi_gcp/dataform/outputs.py +1 -1
- pulumi_gcp/dataform/repository.py +1 -1
- pulumi_gcp/dataform/repository_iam_binding.py +1 -1
- pulumi_gcp/dataform/repository_iam_member.py +1 -1
- pulumi_gcp/dataform/repository_iam_policy.py +1 -1
- pulumi_gcp/dataform/repository_release_config.py +1 -1
- pulumi_gcp/dataform/repository_workflow_config.py +1 -1
- pulumi_gcp/datafusion/__init__.py +1 -1
- pulumi_gcp/datafusion/_inputs.py +1 -1
- pulumi_gcp/datafusion/get_instance_iam_policy.py +1 -1
- pulumi_gcp/datafusion/instance.py +1 -1
- pulumi_gcp/datafusion/outputs.py +1 -1
- pulumi_gcp/dataloss/__init__.py +1 -1
- pulumi_gcp/dataloss/_inputs.py +1 -1
- pulumi_gcp/dataloss/outputs.py +1 -1
- pulumi_gcp/dataloss/prevention_deidentify_template.py +1 -1
- pulumi_gcp/dataloss/prevention_discovery_config.py +1 -1
- pulumi_gcp/dataloss/prevention_inspect_template.py +1 -1
- pulumi_gcp/dataloss/prevention_job_trigger.py +1 -1
- pulumi_gcp/dataloss/prevention_stored_info_type.py +1 -1
- pulumi_gcp/dataplex/__init__.py +4 -1
- pulumi_gcp/dataplex/_inputs.py +473 -1
- pulumi_gcp/dataplex/aspect_type.py +1 -1
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +1 -1
- pulumi_gcp/dataplex/aspect_type_iam_member.py +1 -1
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +1 -1
- pulumi_gcp/dataplex/asset.py +1 -1
- pulumi_gcp/dataplex/asset_iam_binding.py +1 -1
- pulumi_gcp/dataplex/asset_iam_member.py +1 -1
- pulumi_gcp/dataplex/asset_iam_policy.py +1 -1
- pulumi_gcp/dataplex/datascan.py +1 -1
- pulumi_gcp/dataplex/datascan_iam_binding.py +1 -1
- pulumi_gcp/dataplex/datascan_iam_member.py +1 -1
- pulumi_gcp/dataplex/datascan_iam_policy.py +1 -1
- pulumi_gcp/dataplex/entry.py +1038 -0
- pulumi_gcp/dataplex/entry_group.py +1 -1
- pulumi_gcp/dataplex/entry_group_iam_binding.py +1 -1
- pulumi_gcp/dataplex/entry_group_iam_member.py +1 -1
- pulumi_gcp/dataplex/entry_group_iam_policy.py +1 -1
- pulumi_gcp/dataplex/entry_type.py +1 -1
- pulumi_gcp/dataplex/entry_type_iam_binding.py +1 -1
- pulumi_gcp/dataplex/entry_type_iam_member.py +1 -1
- pulumi_gcp/dataplex/entry_type_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_asset_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_lake_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_task_iam_policy.py +1 -1
- pulumi_gcp/dataplex/get_zone_iam_policy.py +1 -1
- pulumi_gcp/dataplex/glossary.py +1 -1
- pulumi_gcp/dataplex/glossary_category.py +846 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +1 -1
- pulumi_gcp/dataplex/glossary_iam_member.py +1 -1
- pulumi_gcp/dataplex/glossary_iam_policy.py +1 -1
- pulumi_gcp/dataplex/glossary_term.py +846 -0
- pulumi_gcp/dataplex/lake.py +1 -1
- pulumi_gcp/dataplex/lake_iam_binding.py +1 -1
- pulumi_gcp/dataplex/lake_iam_member.py +1 -1
- pulumi_gcp/dataplex/lake_iam_policy.py +1 -1
- pulumi_gcp/dataplex/outputs.py +343 -1
- pulumi_gcp/dataplex/task.py +17 -17
- pulumi_gcp/dataplex/task_iam_binding.py +1 -1
- pulumi_gcp/dataplex/task_iam_member.py +1 -1
- pulumi_gcp/dataplex/task_iam_policy.py +1 -1
- pulumi_gcp/dataplex/zone.py +1 -1
- pulumi_gcp/dataplex/zone_iam_binding.py +1 -1
- pulumi_gcp/dataplex/zone_iam_member.py +1 -1
- pulumi_gcp/dataplex/zone_iam_policy.py +1 -1
- pulumi_gcp/dataproc/__init__.py +1 -1
- pulumi_gcp/dataproc/_inputs.py +1 -1
- pulumi_gcp/dataproc/autoscaling_policy.py +1 -1
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +1 -1
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +1 -1
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +1 -1
- pulumi_gcp/dataproc/batch.py +11 -11
- pulumi_gcp/dataproc/cluster.py +1 -1
- pulumi_gcp/dataproc/cluster_iam_binding.py +1 -1
- pulumi_gcp/dataproc/cluster_iam_member.py +1 -1
- pulumi_gcp/dataproc/cluster_iam_policy.py +1 -1
- pulumi_gcp/dataproc/gdc_application_environment.py +1 -1
- pulumi_gcp/dataproc/gdc_service_instance.py +1 -1
- pulumi_gcp/dataproc/gdc_spark_application.py +1 -1
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_cluster_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_job_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_metastore_service.py +1 -1
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +1 -1
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +1 -1
- pulumi_gcp/dataproc/job.py +1 -1
- pulumi_gcp/dataproc/job_iam_binding.py +1 -1
- pulumi_gcp/dataproc/job_iam_member.py +1 -1
- pulumi_gcp/dataproc/job_iam_policy.py +1 -1
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +1 -1
- pulumi_gcp/dataproc/metastore_database_iam_member.py +1 -1
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +1 -1
- pulumi_gcp/dataproc/metastore_federation.py +1 -1
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +1 -1
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +1 -1
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +1 -1
- pulumi_gcp/dataproc/metastore_service.py +1 -1
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +1 -1
- pulumi_gcp/dataproc/metastore_service_iam_member.py +1 -1
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +1 -1
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +1 -1
- pulumi_gcp/dataproc/metastore_table_iam_member.py +1 -1
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +1 -1
- pulumi_gcp/dataproc/outputs.py +1 -1
- pulumi_gcp/dataproc/workflow_template.py +1 -1
- pulumi_gcp/datastream/__init__.py +1 -1
- pulumi_gcp/datastream/_inputs.py +49 -7
- pulumi_gcp/datastream/connection_profile.py +1 -1
- pulumi_gcp/datastream/get_static_ips.py +1 -1
- pulumi_gcp/datastream/outputs.py +47 -5
- pulumi_gcp/datastream/private_connection.py +206 -36
- pulumi_gcp/datastream/stream.py +1 -1
- pulumi_gcp/deploymentmanager/__init__.py +1 -1
- pulumi_gcp/deploymentmanager/_inputs.py +1 -1
- pulumi_gcp/deploymentmanager/deployment.py +1 -1
- pulumi_gcp/deploymentmanager/outputs.py +1 -1
- pulumi_gcp/developerconnect/__init__.py +1 -1
- pulumi_gcp/developerconnect/_inputs.py +1 -1
- pulumi_gcp/developerconnect/account_connector.py +1 -1
- pulumi_gcp/developerconnect/connection.py +1 -1
- pulumi_gcp/developerconnect/git_repository_link.py +1 -1
- pulumi_gcp/developerconnect/outputs.py +1 -1
- pulumi_gcp/diagflow/__init__.py +1 -1
- pulumi_gcp/diagflow/_inputs.py +1 -1
- pulumi_gcp/diagflow/agent.py +1 -1
- pulumi_gcp/diagflow/cx_agent.py +1 -1
- pulumi_gcp/diagflow/cx_entity_type.py +1 -1
- pulumi_gcp/diagflow/cx_environment.py +1 -1
- pulumi_gcp/diagflow/cx_flow.py +1 -1
- pulumi_gcp/diagflow/cx_intent.py +1 -1
- pulumi_gcp/diagflow/cx_page.py +1 -1
- pulumi_gcp/diagflow/cx_security_settings.py +1 -1
- pulumi_gcp/diagflow/cx_test_case.py +1 -1
- pulumi_gcp/diagflow/cx_version.py +1 -1
- pulumi_gcp/diagflow/cx_webhook.py +1 -1
- pulumi_gcp/diagflow/entity_type.py +1 -1
- pulumi_gcp/diagflow/fulfillment.py +1 -1
- pulumi_gcp/diagflow/intent.py +1 -1
- pulumi_gcp/diagflow/outputs.py +1 -1
- pulumi_gcp/discoveryengine/__init__.py +1 -1
- pulumi_gcp/discoveryengine/_inputs.py +1 -1
- pulumi_gcp/discoveryengine/chat_engine.py +1 -1
- pulumi_gcp/discoveryengine/data_store.py +1 -1
- pulumi_gcp/discoveryengine/outputs.py +1 -1
- pulumi_gcp/discoveryengine/schema.py +1 -1
- pulumi_gcp/discoveryengine/search_engine.py +1 -1
- pulumi_gcp/discoveryengine/sitemap.py +1 -1
- pulumi_gcp/discoveryengine/target_site.py +1 -1
- pulumi_gcp/dns/__init__.py +1 -1
- pulumi_gcp/dns/_inputs.py +74 -1
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +1 -1
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +1 -1
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +1 -1
- pulumi_gcp/dns/get_keys.py +1 -1
- pulumi_gcp/dns/get_managed_zone.py +1 -1
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +1 -1
- pulumi_gcp/dns/get_managed_zones.py +1 -1
- pulumi_gcp/dns/get_record_set.py +1 -1
- pulumi_gcp/dns/managed_zone.py +1 -1
- pulumi_gcp/dns/outputs.py +61 -1
- pulumi_gcp/dns/policy.py +55 -1
- pulumi_gcp/dns/record_set.py +1 -1
- pulumi_gcp/dns/response_policy.py +1 -1
- pulumi_gcp/dns/response_policy_rule.py +1 -1
- pulumi_gcp/edgecontainer/__init__.py +1 -1
- pulumi_gcp/edgecontainer/_inputs.py +1 -1
- pulumi_gcp/edgecontainer/cluster.py +1 -1
- pulumi_gcp/edgecontainer/node_pool.py +1 -1
- pulumi_gcp/edgecontainer/outputs.py +1 -1
- pulumi_gcp/edgecontainer/vpn_connection.py +1 -1
- pulumi_gcp/edgenetwork/__init__.py +1 -1
- pulumi_gcp/edgenetwork/interconnect_attachment.py +1 -1
- pulumi_gcp/edgenetwork/network.py +1 -1
- pulumi_gcp/edgenetwork/subnet.py +1 -1
- pulumi_gcp/endpoints/__init__.py +1 -1
- pulumi_gcp/endpoints/_inputs.py +1 -1
- pulumi_gcp/endpoints/consumers_iam_binding.py +1 -1
- pulumi_gcp/endpoints/consumers_iam_member.py +1 -1
- pulumi_gcp/endpoints/consumers_iam_policy.py +1 -1
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +1 -1
- pulumi_gcp/endpoints/get_service_iam_policy.py +1 -1
- pulumi_gcp/endpoints/outputs.py +1 -1
- pulumi_gcp/endpoints/service.py +1 -1
- pulumi_gcp/endpoints/service_iam_binding.py +1 -1
- pulumi_gcp/endpoints/service_iam_member.py +1 -1
- pulumi_gcp/endpoints/service_iam_policy.py +1 -1
- pulumi_gcp/essentialcontacts/__init__.py +1 -1
- pulumi_gcp/essentialcontacts/_inputs.py +1 -1
- pulumi_gcp/essentialcontacts/contact.py +1 -1
- pulumi_gcp/essentialcontacts/document_ai_processor.py +1 -1
- pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +1 -1
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +1 -1
- pulumi_gcp/essentialcontacts/document_ai_warehouse_location.py +1 -1
- pulumi_gcp/essentialcontacts/outputs.py +1 -1
- pulumi_gcp/eventarc/__init__.py +1 -1
- pulumi_gcp/eventarc/_inputs.py +1 -1
- pulumi_gcp/eventarc/channel.py +1 -1
- pulumi_gcp/eventarc/enrollment.py +1 -1
- pulumi_gcp/eventarc/google_api_source.py +1 -1
- pulumi_gcp/eventarc/google_channel_config.py +1 -1
- pulumi_gcp/eventarc/message_bus.py +1 -1
- pulumi_gcp/eventarc/outputs.py +1 -1
- pulumi_gcp/eventarc/pipeline.py +1 -1
- pulumi_gcp/eventarc/trigger.py +1 -1
- pulumi_gcp/filestore/__init__.py +1 -1
- pulumi_gcp/filestore/_inputs.py +146 -11
- pulumi_gcp/filestore/backup.py +1 -1
- pulumi_gcp/filestore/get_instance.py +1 -1
- pulumi_gcp/filestore/instance.py +8 -8
- pulumi_gcp/filestore/outputs.py +187 -11
- pulumi_gcp/filestore/snapshot.py +1 -1
- pulumi_gcp/firebase/__init__.py +1 -1
- pulumi_gcp/firebase/_inputs.py +1 -1
- pulumi_gcp/firebase/android_app.py +1 -1
- pulumi_gcp/firebase/app_check_app_attest_config.py +1 -1
- pulumi_gcp/firebase/app_check_debug_token.py +1 -1
- pulumi_gcp/firebase/app_check_device_check_config.py +1 -1
- pulumi_gcp/firebase/app_check_play_integrity_config.py +1 -1
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +1 -1
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +1 -1
- pulumi_gcp/firebase/app_check_service_config.py +1 -1
- pulumi_gcp/firebase/app_hosting_backend.py +1 -1
- pulumi_gcp/firebase/app_hosting_build.py +1 -1
- pulumi_gcp/firebase/app_hosting_default_domain.py +1 -1
- pulumi_gcp/firebase/app_hosting_domain.py +1 -1
- pulumi_gcp/firebase/app_hosting_traffic.py +1 -1
- pulumi_gcp/firebase/apple_app.py +1 -1
- pulumi_gcp/firebase/data_connect_service.py +1 -1
- pulumi_gcp/firebase/database_instance.py +1 -1
- pulumi_gcp/firebase/extensions_instance.py +1 -1
- pulumi_gcp/firebase/get_android_app.py +1 -1
- pulumi_gcp/firebase/get_android_app_config.py +1 -1
- pulumi_gcp/firebase/get_apple_app.py +1 -1
- pulumi_gcp/firebase/get_apple_app_config.py +1 -1
- pulumi_gcp/firebase/get_hosting_channel.py +1 -1
- pulumi_gcp/firebase/get_web_app.py +1 -1
- pulumi_gcp/firebase/get_web_app_config.py +1 -1
- pulumi_gcp/firebase/hosting_channel.py +1 -1
- pulumi_gcp/firebase/hosting_custom_domain.py +1 -1
- pulumi_gcp/firebase/hosting_release.py +1 -1
- pulumi_gcp/firebase/hosting_site.py +1 -1
- pulumi_gcp/firebase/hosting_version.py +1 -1
- pulumi_gcp/firebase/outputs.py +1 -1
- pulumi_gcp/firebase/project.py +1 -1
- pulumi_gcp/firebase/storage_bucket.py +1 -1
- pulumi_gcp/firebase/web_app.py +1 -1
- pulumi_gcp/firebaserules/__init__.py +1 -1
- pulumi_gcp/firebaserules/_inputs.py +1 -1
- pulumi_gcp/firebaserules/outputs.py +1 -1
- pulumi_gcp/firebaserules/release.py +1 -1
- pulumi_gcp/firebaserules/ruleset.py +1 -1
- pulumi_gcp/firestore/__init__.py +1 -1
- pulumi_gcp/firestore/_inputs.py +1 -1
- pulumi_gcp/firestore/backup_schedule.py +1 -1
- pulumi_gcp/firestore/database.py +1 -1
- pulumi_gcp/firestore/document.py +1 -1
- pulumi_gcp/firestore/field.py +7 -7
- pulumi_gcp/firestore/index.py +1 -1
- pulumi_gcp/firestore/outputs.py +1 -1
- pulumi_gcp/folder/__init__.py +1 -1
- pulumi_gcp/folder/_inputs.py +1 -1
- pulumi_gcp/folder/access_approval_settings.py +1 -1
- pulumi_gcp/folder/get_iam_policy.py +1 -1
- pulumi_gcp/folder/get_organization_policy.py +1 -1
- pulumi_gcp/folder/iam_audit_config.py +1 -1
- pulumi_gcp/folder/iam_binding.py +1 -1
- pulumi_gcp/folder/iam_member.py +1 -1
- pulumi_gcp/folder/iam_policy.py +1 -1
- pulumi_gcp/folder/organization_policy.py +1 -1
- pulumi_gcp/folder/outputs.py +1 -1
- pulumi_gcp/folder/service_identity.py +1 -1
- pulumi_gcp/gemini/__init__.py +1 -1
- pulumi_gcp/gemini/_inputs.py +1 -1
- pulumi_gcp/gemini/code_repository_index.py +1 -1
- pulumi_gcp/gemini/code_tools_setting.py +1 -1
- pulumi_gcp/gemini/code_tools_setting_binding.py +1 -1
- pulumi_gcp/gemini/data_sharing_with_google_setting.py +1 -1
- pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +1 -1
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +1 -1
- pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +1 -1
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +1 -1
- pulumi_gcp/gemini/logging_setting.py +1 -1
- pulumi_gcp/gemini/logging_setting_binding.py +2 -2
- pulumi_gcp/gemini/outputs.py +1 -1
- pulumi_gcp/gemini/release_channel_setting.py +1 -1
- pulumi_gcp/gemini/release_channel_setting_binding.py +2 -2
- pulumi_gcp/gemini/repository_group.py +1 -1
- pulumi_gcp/gemini/repository_group_iam_binding.py +1 -1
- pulumi_gcp/gemini/repository_group_iam_member.py +1 -1
- pulumi_gcp/gemini/repository_group_iam_policy.py +1 -1
- pulumi_gcp/gkebackup/__init__.py +1 -1
- pulumi_gcp/gkebackup/_inputs.py +1 -1
- pulumi_gcp/gkebackup/backup_channel.py +1 -1
- pulumi_gcp/gkebackup/backup_plan.py +1 -1
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +1 -1
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +1 -1
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +1 -1
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +1 -1
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +1 -1
- pulumi_gcp/gkebackup/outputs.py +1 -1
- pulumi_gcp/gkebackup/restore_channel.py +1 -1
- pulumi_gcp/gkebackup/restore_plan.py +1 -1
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +1 -1
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +1 -1
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +1 -1
- pulumi_gcp/gkehub/__init__.py +2 -1
- pulumi_gcp/gkehub/_inputs.py +1 -1
- pulumi_gcp/gkehub/feature.py +1 -1
- pulumi_gcp/gkehub/feature_iam_binding.py +1 -1
- pulumi_gcp/gkehub/feature_iam_member.py +1 -1
- pulumi_gcp/gkehub/feature_iam_policy.py +1 -1
- pulumi_gcp/gkehub/feature_membership.py +1 -1
- pulumi_gcp/gkehub/fleet.py +1 -1
- pulumi_gcp/gkehub/get_feature.py +35 -3
- pulumi_gcp/gkehub/get_feature_iam_policy.py +1 -1
- pulumi_gcp/gkehub/get_membership.py +230 -0
- pulumi_gcp/gkehub/get_membership_binding.py +1 -1
- pulumi_gcp/gkehub/get_membership_iam_policy.py +1 -1
- pulumi_gcp/gkehub/get_scope_iam_policy.py +1 -1
- pulumi_gcp/gkehub/membership.py +1 -1
- pulumi_gcp/gkehub/membership_binding.py +7 -7
- pulumi_gcp/gkehub/membership_iam_binding.py +1 -1
- pulumi_gcp/gkehub/membership_iam_member.py +1 -1
- pulumi_gcp/gkehub/membership_iam_policy.py +1 -1
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +5 -5
- pulumi_gcp/gkehub/namespace.py +5 -5
- pulumi_gcp/gkehub/outputs.py +48 -3
- pulumi_gcp/gkehub/scope.py +1 -1
- pulumi_gcp/gkehub/scope_iam_binding.py +1 -1
- pulumi_gcp/gkehub/scope_iam_member.py +1 -1
- pulumi_gcp/gkehub/scope_iam_policy.py +1 -1
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +5 -5
- pulumi_gcp/gkeonprem/__init__.py +1 -1
- pulumi_gcp/gkeonprem/_inputs.py +1 -1
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +1 -1
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +1 -1
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +1 -1
- pulumi_gcp/gkeonprem/outputs.py +1 -1
- pulumi_gcp/gkeonprem/v_mware_cluster.py +1 -1
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +1 -1
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +1 -1
- pulumi_gcp/healthcare/__init__.py +1 -1
- pulumi_gcp/healthcare/_inputs.py +1 -1
- pulumi_gcp/healthcare/consent_store.py +1 -1
- pulumi_gcp/healthcare/consent_store_iam_binding.py +1 -1
- pulumi_gcp/healthcare/consent_store_iam_member.py +1 -1
- pulumi_gcp/healthcare/consent_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/dataset.py +1 -1
- pulumi_gcp/healthcare/dataset_iam_binding.py +1 -1
- pulumi_gcp/healthcare/dataset_iam_member.py +1 -1
- pulumi_gcp/healthcare/dataset_iam_policy.py +1 -1
- pulumi_gcp/healthcare/dicom_store.py +1 -1
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +1 -1
- pulumi_gcp/healthcare/dicom_store_iam_member.py +1 -1
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/fhir_store.py +1 -1
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +1 -1
- pulumi_gcp/healthcare/fhir_store_iam_member.py +1 -1
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_dataset_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/hl7_store.py +1 -1
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +1 -1
- pulumi_gcp/healthcare/hl7_store_iam_member.py +1 -1
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +1 -1
- pulumi_gcp/healthcare/outputs.py +1 -1
- pulumi_gcp/healthcare/pipeline_job.py +1 -1
- pulumi_gcp/healthcare/workspace.py +1 -1
- pulumi_gcp/iam/__init__.py +4 -1
- pulumi_gcp/iam/_inputs.py +199 -1
- pulumi_gcp/iam/access_boundary_policy.py +1 -1
- pulumi_gcp/iam/deny_policy.py +1 -1
- pulumi_gcp/iam/folders_policy_binding.py +1 -1
- pulumi_gcp/iam/get_rule.py +1 -1
- pulumi_gcp/iam/get_testable_permissions.py +1 -1
- pulumi_gcp/iam/get_workload_identity_pool.py +1 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +1 -1
- pulumi_gcp/iam/get_workload_identity_pool_provider.py +1 -1
- pulumi_gcp/iam/oauth_client.py +1 -1
- pulumi_gcp/iam/oauth_client_credential.py +1 -1
- pulumi_gcp/iam/organizations_policy_binding.py +1 -1
- pulumi_gcp/iam/outputs.py +160 -1
- pulumi_gcp/iam/principal_access_boundary_policy.py +1 -1
- pulumi_gcp/iam/projects_policy_binding.py +1 -1
- pulumi_gcp/iam/workforce_pool.py +1 -1
- pulumi_gcp/iam/workforce_pool_provider.py +1 -1
- pulumi_gcp/iam/workforce_pool_provider_key.py +619 -0
- pulumi_gcp/iam/workload_identity_pool.py +1 -1
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +1 -1
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +1 -1
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +1 -1
- pulumi_gcp/iam/workload_identity_pool_managed_identity.py +725 -0
- pulumi_gcp/iam/workload_identity_pool_namespace.py +664 -0
- pulumi_gcp/iam/workload_identity_pool_provider.py +1 -1
- pulumi_gcp/iap/__init__.py +1 -1
- pulumi_gcp/iap/_inputs.py +1 -1
- pulumi_gcp/iap/app_engine_service_iam_binding.py +1 -1
- pulumi_gcp/iap/app_engine_service_iam_member.py +1 -1
- pulumi_gcp/iap/app_engine_service_iam_policy.py +1 -1
- pulumi_gcp/iap/app_engine_version_iam_binding.py +1 -1
- pulumi_gcp/iap/app_engine_version_iam_member.py +1 -1
- pulumi_gcp/iap/app_engine_version_iam_policy.py +1 -1
- pulumi_gcp/iap/brand.py +1 -1
- pulumi_gcp/iap/client.py +1 -1
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +1 -1
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +1 -1
- pulumi_gcp/iap/get_client.py +1 -1
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +1 -1
- pulumi_gcp/iap/get_tunnel_iam_policy.py +1 -1
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_cloud_run_service_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +1 -1
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +1 -1
- pulumi_gcp/iap/outputs.py +1 -1
- pulumi_gcp/iap/settings.py +1 -1
- pulumi_gcp/iap/tunnel_dest_group.py +3 -3
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +1 -1
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +1 -1
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +1 -1
- pulumi_gcp/iap/tunnel_iam_binding.py +1 -1
- pulumi_gcp/iap/tunnel_iam_member.py +1 -1
- pulumi_gcp/iap/tunnel_iam_policy.py +1 -1
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +1 -1
- pulumi_gcp/iap/tunnel_instance_iam_member.py +1 -1
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +1 -1
- pulumi_gcp/iap/web_backend_service_iam_binding.py +1 -1
- pulumi_gcp/iap/web_backend_service_iam_member.py +1 -1
- pulumi_gcp/iap/web_backend_service_iam_policy.py +1 -1
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +1 -1
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +1 -1
- pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +1 -1
- pulumi_gcp/iap/web_iam_binding.py +1 -1
- pulumi_gcp/iap/web_iam_member.py +1 -1
- pulumi_gcp/iap/web_iam_policy.py +1 -1
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +1 -1
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +1 -1
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +1 -1
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +1 -1
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +1 -1
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +1 -1
- pulumi_gcp/iap/web_type_compute_iam_binding.py +1 -1
- pulumi_gcp/iap/web_type_compute_iam_member.py +1 -1
- pulumi_gcp/iap/web_type_compute_iam_policy.py +1 -1
- pulumi_gcp/identityplatform/__init__.py +1 -1
- pulumi_gcp/identityplatform/_inputs.py +1 -1
- pulumi_gcp/identityplatform/config.py +1 -1
- pulumi_gcp/identityplatform/default_supported_idp_config.py +1 -1
- pulumi_gcp/identityplatform/inbound_saml_config.py +1 -1
- pulumi_gcp/identityplatform/oauth_idp_config.py +1 -1
- pulumi_gcp/identityplatform/outputs.py +1 -1
- pulumi_gcp/identityplatform/tenant.py +1 -1
- pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +1 -1
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +1 -1
- pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +1 -1
- pulumi_gcp/integrationconnectors/__init__.py +1 -1
- pulumi_gcp/integrationconnectors/_inputs.py +1 -1
- pulumi_gcp/integrationconnectors/connection.py +1 -1
- pulumi_gcp/integrationconnectors/endpoint_attachment.py +1 -1
- pulumi_gcp/integrationconnectors/managed_zone.py +9 -9
- pulumi_gcp/integrationconnectors/outputs.py +1 -1
- pulumi_gcp/kms/__init__.py +1 -1
- pulumi_gcp/kms/_inputs.py +1 -1
- pulumi_gcp/kms/autokey_config.py +1 -1
- pulumi_gcp/kms/crypto_key.py +1 -1
- pulumi_gcp/kms/crypto_key_iam_binding.py +1 -1
- pulumi_gcp/kms/crypto_key_iam_member.py +1 -1
- pulumi_gcp/kms/crypto_key_iam_policy.py +1 -1
- pulumi_gcp/kms/crypto_key_version.py +1 -1
- pulumi_gcp/kms/ekm_connection.py +1 -1
- pulumi_gcp/kms/ekm_connection_iam_binding.py +1 -1
- pulumi_gcp/kms/ekm_connection_iam_member.py +1 -1
- pulumi_gcp/kms/ekm_connection_iam_policy.py +1 -1
- pulumi_gcp/kms/get_autokey_config.py +1 -1
- pulumi_gcp/kms/get_crypto_key_iam_policy.py +1 -1
- pulumi_gcp/kms/get_crypto_key_latest_version.py +1 -1
- pulumi_gcp/kms/get_crypto_key_versions.py +1 -1
- pulumi_gcp/kms/get_crypto_keys.py +1 -1
- pulumi_gcp/kms/get_ekm_connection_iam_policy.py +1 -1
- pulumi_gcp/kms/get_key_handle.py +1 -1
- pulumi_gcp/kms/get_key_handles.py +1 -1
- pulumi_gcp/kms/get_key_ring_iam_policy.py +1 -1
- pulumi_gcp/kms/get_key_rings.py +1 -1
- pulumi_gcp/kms/get_kms_crypto_key.py +1 -1
- pulumi_gcp/kms/get_kms_crypto_key_version.py +1 -1
- pulumi_gcp/kms/get_kms_key_ring.py +1 -1
- pulumi_gcp/kms/get_kms_secret.py +1 -1
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +1 -1
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +1 -1
- pulumi_gcp/kms/key_handle.py +1 -1
- pulumi_gcp/kms/key_ring.py +1 -1
- pulumi_gcp/kms/key_ring_iam_binding.py +1 -1
- pulumi_gcp/kms/key_ring_iam_member.py +1 -1
- pulumi_gcp/kms/key_ring_iam_policy.py +1 -1
- pulumi_gcp/kms/key_ring_import_job.py +1 -1
- pulumi_gcp/kms/outputs.py +1 -1
- pulumi_gcp/kms/secret_ciphertext.py +1 -1
- pulumi_gcp/logging/__init__.py +1 -1
- pulumi_gcp/logging/_inputs.py +1 -1
- pulumi_gcp/logging/billing_account_bucket_config.py +1 -1
- pulumi_gcp/logging/billing_account_exclusion.py +1 -1
- pulumi_gcp/logging/billing_account_sink.py +1 -1
- pulumi_gcp/logging/folder_bucket_config.py +1 -1
- pulumi_gcp/logging/folder_exclusion.py +1 -1
- pulumi_gcp/logging/folder_settings.py +1 -1
- pulumi_gcp/logging/folder_sink.py +1 -1
- pulumi_gcp/logging/get_folder_settings.py +1 -1
- pulumi_gcp/logging/get_log_view_iam_policy.py +1 -1
- pulumi_gcp/logging/get_organization_settings.py +1 -1
- pulumi_gcp/logging/get_project_cmek_settings.py +1 -1
- pulumi_gcp/logging/get_project_settings.py +1 -1
- pulumi_gcp/logging/get_sink.py +1 -1
- pulumi_gcp/logging/linked_dataset.py +1 -1
- pulumi_gcp/logging/log_scope.py +1 -1
- pulumi_gcp/logging/log_view.py +1 -1
- pulumi_gcp/logging/log_view_iam_binding.py +1 -1
- pulumi_gcp/logging/log_view_iam_member.py +1 -1
- pulumi_gcp/logging/log_view_iam_policy.py +1 -1
- pulumi_gcp/logging/metric.py +1 -1
- pulumi_gcp/logging/organization_bucket_config.py +1 -1
- pulumi_gcp/logging/organization_exclusion.py +1 -1
- pulumi_gcp/logging/organization_settings.py +1 -1
- pulumi_gcp/logging/organization_sink.py +1 -1
- pulumi_gcp/logging/outputs.py +1 -1
- pulumi_gcp/logging/project_bucket_config.py +1 -1
- pulumi_gcp/logging/project_exclusion.py +1 -1
- pulumi_gcp/logging/project_sink.py +1 -1
- pulumi_gcp/looker/__init__.py +1 -1
- pulumi_gcp/looker/_inputs.py +1 -1
- pulumi_gcp/looker/instance.py +1 -1
- pulumi_gcp/looker/outputs.py +1 -1
- pulumi_gcp/lustre/__init__.py +1 -1
- pulumi_gcp/lustre/get_instance.py +1 -1
- pulumi_gcp/lustre/instance.py +1 -1
- pulumi_gcp/managedkafka/__init__.py +2 -1
- pulumi_gcp/managedkafka/_inputs.py +108 -1
- pulumi_gcp/managedkafka/acl.py +638 -0
- pulumi_gcp/managedkafka/cluster.py +1 -1
- pulumi_gcp/managedkafka/connect_cluster.py +5 -5
- pulumi_gcp/managedkafka/connector.py +5 -5
- pulumi_gcp/managedkafka/outputs.py +82 -1
- pulumi_gcp/managedkafka/topic.py +1 -1
- pulumi_gcp/memcache/__init__.py +1 -1
- pulumi_gcp/memcache/_inputs.py +1 -1
- pulumi_gcp/memcache/get_instance.py +1 -1
- pulumi_gcp/memcache/instance.py +1 -1
- pulumi_gcp/memcache/outputs.py +1 -1
- pulumi_gcp/memorystore/__init__.py +1 -1
- pulumi_gcp/memorystore/_inputs.py +68 -7
- pulumi_gcp/memorystore/get_instance.py +13 -2
- pulumi_gcp/memorystore/instance.py +104 -30
- pulumi_gcp/memorystore/instance_desired_user_created_endpoints.py +3 -3
- pulumi_gcp/memorystore/outputs.py +94 -9
- pulumi_gcp/migrationcenter/__init__.py +1 -1
- pulumi_gcp/migrationcenter/_inputs.py +1 -1
- pulumi_gcp/migrationcenter/group.py +1 -1
- pulumi_gcp/migrationcenter/outputs.py +1 -1
- pulumi_gcp/migrationcenter/preference_set.py +1 -1
- pulumi_gcp/ml/__init__.py +1 -1
- pulumi_gcp/ml/_inputs.py +1 -1
- pulumi_gcp/ml/engine_model.py +1 -1
- pulumi_gcp/ml/outputs.py +1 -1
- pulumi_gcp/monitoring/__init__.py +1 -1
- pulumi_gcp/monitoring/_inputs.py +1 -1
- pulumi_gcp/monitoring/alert_policy.py +1 -1
- pulumi_gcp/monitoring/custom_service.py +1 -1
- pulumi_gcp/monitoring/dashboard.py +1 -1
- pulumi_gcp/monitoring/generic_service.py +1 -1
- pulumi_gcp/monitoring/get_app_engine_service.py +1 -1
- pulumi_gcp/monitoring/get_cluster_istio_service.py +1 -1
- pulumi_gcp/monitoring/get_istio_canonical_service.py +1 -1
- pulumi_gcp/monitoring/get_mesh_istio_service.py +1 -1
- pulumi_gcp/monitoring/get_notification_channel.py +1 -1
- pulumi_gcp/monitoring/get_secret_version.py +1 -1
- pulumi_gcp/monitoring/get_uptime_check_i_ps.py +1 -1
- pulumi_gcp/monitoring/group.py +1 -1
- pulumi_gcp/monitoring/metric_descriptor.py +1 -1
- pulumi_gcp/monitoring/monitored_project.py +1 -1
- pulumi_gcp/monitoring/notification_channel.py +1 -1
- pulumi_gcp/monitoring/outputs.py +1 -1
- pulumi_gcp/monitoring/slo.py +1 -1
- pulumi_gcp/monitoring/uptime_check_config.py +1 -1
- pulumi_gcp/netapp/__init__.py +1 -1
- pulumi_gcp/netapp/_inputs.py +469 -1
- pulumi_gcp/netapp/active_directory.py +1 -1
- pulumi_gcp/netapp/backup.py +1 -1
- pulumi_gcp/netapp/backup_policy.py +1 -1
- pulumi_gcp/netapp/backup_vault.py +57 -1
- pulumi_gcp/netapp/kmsconfig.py +1 -1
- pulumi_gcp/netapp/outputs.py +357 -1
- pulumi_gcp/netapp/storage_pool.py +1 -1
- pulumi_gcp/netapp/volume.py +55 -1
- pulumi_gcp/netapp/volume_quota_rule.py +1 -1
- pulumi_gcp/netapp/volume_replication.py +61 -1
- pulumi_gcp/netapp/volume_snapshot.py +1 -1
- pulumi_gcp/networkconnectivity/__init__.py +1 -1
- pulumi_gcp/networkconnectivity/_inputs.py +10 -10
- pulumi_gcp/networkconnectivity/group.py +1 -1
- pulumi_gcp/networkconnectivity/hub.py +1 -1
- pulumi_gcp/networkconnectivity/internal_range.py +1 -1
- pulumi_gcp/networkconnectivity/outputs.py +7 -7
- pulumi_gcp/networkconnectivity/policy_based_route.py +1 -1
- pulumi_gcp/networkconnectivity/regional_endpoint.py +1 -1
- pulumi_gcp/networkconnectivity/service_connection_policy.py +1 -1
- pulumi_gcp/networkconnectivity/spoke.py +15 -15
- pulumi_gcp/networkmanagement/__init__.py +1 -1
- pulumi_gcp/networkmanagement/_inputs.py +1 -1
- pulumi_gcp/networkmanagement/connectivity_test.py +1 -1
- pulumi_gcp/networkmanagement/outputs.py +1 -1
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +1 -1
- pulumi_gcp/networksecurity/__init__.py +1 -1
- pulumi_gcp/networksecurity/_inputs.py +1 -1
- pulumi_gcp/networksecurity/address_group.py +1 -1
- pulumi_gcp/networksecurity/address_group_iam_binding.py +1 -1
- pulumi_gcp/networksecurity/address_group_iam_member.py +1 -1
- pulumi_gcp/networksecurity/address_group_iam_policy.py +1 -1
- pulumi_gcp/networksecurity/authorization_policy.py +1 -1
- pulumi_gcp/networksecurity/authz_policy.py +1 -1
- pulumi_gcp/networksecurity/backend_authentication_config.py +1 -1
- pulumi_gcp/networksecurity/client_tls_policy.py +1 -1
- pulumi_gcp/networksecurity/firewall_endpoint.py +1 -1
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +1 -1
- pulumi_gcp/networksecurity/gateway_security_policy.py +1 -1
- pulumi_gcp/networksecurity/gateway_security_policy_rule.py +1 -1
- pulumi_gcp/networksecurity/get_address_group_iam_policy.py +1 -1
- pulumi_gcp/networksecurity/intercept_deployment.py +1 -1
- pulumi_gcp/networksecurity/intercept_deployment_group.py +1 -1
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +1 -1
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +1 -1
- pulumi_gcp/networksecurity/mirroring_deployment.py +1 -1
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +1 -1
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +1 -1
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +1 -1
- pulumi_gcp/networksecurity/outputs.py +1 -1
- pulumi_gcp/networksecurity/security_profile.py +1 -1
- pulumi_gcp/networksecurity/security_profile_group.py +1 -1
- pulumi_gcp/networksecurity/server_tls_policy.py +1 -1
- pulumi_gcp/networksecurity/tls_inspection_policy.py +1 -1
- pulumi_gcp/networksecurity/url_list.py +1 -1
- pulumi_gcp/networkservices/__init__.py +1 -1
- pulumi_gcp/networkservices/_inputs.py +1 -1
- pulumi_gcp/networkservices/authz_extension.py +1 -1
- pulumi_gcp/networkservices/edge_cache_keyset.py +1 -1
- pulumi_gcp/networkservices/edge_cache_origin.py +1 -1
- pulumi_gcp/networkservices/edge_cache_service.py +1 -1
- pulumi_gcp/networkservices/endpoint_policy.py +1 -1
- pulumi_gcp/networkservices/gateway.py +1 -1
- pulumi_gcp/networkservices/grpc_route.py +1 -1
- pulumi_gcp/networkservices/http_route.py +1 -1
- pulumi_gcp/networkservices/lb_route_extension.py +1 -1
- pulumi_gcp/networkservices/lb_traffic_extension.py +1 -1
- pulumi_gcp/networkservices/mesh.py +1 -1
- pulumi_gcp/networkservices/outputs.py +1 -1
- pulumi_gcp/networkservices/service_binding.py +1 -1
- pulumi_gcp/networkservices/service_lb_policies.py +1 -1
- pulumi_gcp/networkservices/tcp_route.py +1 -1
- pulumi_gcp/networkservices/tls_route.py +1 -1
- pulumi_gcp/notebooks/__init__.py +1 -1
- pulumi_gcp/notebooks/_inputs.py +1 -1
- pulumi_gcp/notebooks/environment.py +1 -1
- pulumi_gcp/notebooks/get_instance_iam_policy.py +1 -1
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +1 -1
- pulumi_gcp/notebooks/instance.py +1 -1
- pulumi_gcp/notebooks/instance_iam_binding.py +1 -1
- pulumi_gcp/notebooks/instance_iam_member.py +1 -1
- pulumi_gcp/notebooks/instance_iam_policy.py +1 -1
- pulumi_gcp/notebooks/location.py +1 -1
- pulumi_gcp/notebooks/outputs.py +1 -1
- pulumi_gcp/notebooks/runtime.py +1 -1
- pulumi_gcp/notebooks/runtime_iam_binding.py +1 -1
- pulumi_gcp/notebooks/runtime_iam_member.py +1 -1
- pulumi_gcp/notebooks/runtime_iam_policy.py +1 -1
- pulumi_gcp/oracledatabase/__init__.py +1 -1
- pulumi_gcp/oracledatabase/_inputs.py +1 -1
- pulumi_gcp/oracledatabase/autonomous_database.py +1 -1
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +1 -1
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1 -1
- pulumi_gcp/oracledatabase/get_autonomous_database.py +1 -1
- pulumi_gcp/oracledatabase/get_autonomous_databases.py +1 -1
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +1 -1
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +1 -1
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +1 -1
- pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +1 -1
- pulumi_gcp/oracledatabase/get_db_nodes.py +1 -1
- pulumi_gcp/oracledatabase/get_db_servers.py +1 -1
- pulumi_gcp/oracledatabase/outputs.py +1 -1
- pulumi_gcp/organizations/__init__.py +1 -1
- pulumi_gcp/organizations/_inputs.py +1 -1
- pulumi_gcp/organizations/access_approval_settings.py +1 -1
- pulumi_gcp/organizations/folder.py +1 -1
- pulumi_gcp/organizations/get_active_folder.py +1 -1
- pulumi_gcp/organizations/get_billing_account.py +1 -1
- pulumi_gcp/organizations/get_client_config.py +1 -1
- pulumi_gcp/organizations/get_client_open_id_user_info.py +1 -1
- pulumi_gcp/organizations/get_folder.py +1 -1
- pulumi_gcp/organizations/get_folders.py +1 -1
- pulumi_gcp/organizations/get_iam_custom_role.py +1 -1
- pulumi_gcp/organizations/get_iam_custom_roles.py +1 -1
- pulumi_gcp/organizations/get_iam_policy.py +1 -1
- pulumi_gcp/organizations/get_organization.py +1 -1
- pulumi_gcp/organizations/get_project.py +1 -1
- pulumi_gcp/organizations/get_s.py +1 -1
- pulumi_gcp/organizations/iam_audit_config.py +1 -1
- pulumi_gcp/organizations/iam_binding.py +1 -1
- pulumi_gcp/organizations/iam_custom_role.py +1 -1
- pulumi_gcp/organizations/iam_member.py +1 -1
- pulumi_gcp/organizations/iam_policy.py +1 -1
- pulumi_gcp/organizations/outputs.py +1 -1
- pulumi_gcp/organizations/policy.py +1 -1
- pulumi_gcp/organizations/project.py +1 -1
- pulumi_gcp/orgpolicy/__init__.py +1 -1
- pulumi_gcp/orgpolicy/_inputs.py +1 -1
- pulumi_gcp/orgpolicy/custom_constraint.py +1 -1
- pulumi_gcp/orgpolicy/outputs.py +1 -1
- pulumi_gcp/orgpolicy/policy.py +3 -3
- pulumi_gcp/osconfig/__init__.py +1 -1
- pulumi_gcp/osconfig/_inputs.py +1 -1
- pulumi_gcp/osconfig/guest_policies.py +1 -1
- pulumi_gcp/osconfig/os_policy_assignment.py +1 -1
- pulumi_gcp/osconfig/outputs.py +1 -1
- pulumi_gcp/osconfig/patch_deployment.py +1 -1
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +1 -1
- pulumi_gcp/osconfig/v2_policy_orchestrator_for_folder.py +1 -1
- pulumi_gcp/osconfig/v2_policy_orchestrator_for_organization.py +1 -1
- pulumi_gcp/oslogin/__init__.py +1 -1
- pulumi_gcp/oslogin/ssh_public_key.py +1 -1
- pulumi_gcp/parallelstore/__init__.py +1 -1
- pulumi_gcp/parallelstore/instance.py +1 -1
- pulumi_gcp/parametermanager/__init__.py +1 -1
- pulumi_gcp/parametermanager/_inputs.py +1 -1
- pulumi_gcp/parametermanager/get_parameter.py +1 -1
- pulumi_gcp/parametermanager/get_parameter_version.py +1 -1
- pulumi_gcp/parametermanager/get_parameter_version_render.py +1 -1
- pulumi_gcp/parametermanager/get_parameters.py +1 -1
- pulumi_gcp/parametermanager/get_regional_parameter.py +1 -1
- pulumi_gcp/parametermanager/get_regional_parameter_version.py +1 -1
- pulumi_gcp/parametermanager/get_regional_parameter_version_render.py +1 -1
- pulumi_gcp/parametermanager/get_regional_parameters.py +1 -1
- pulumi_gcp/parametermanager/outputs.py +1 -1
- pulumi_gcp/parametermanager/parameter.py +1 -1
- pulumi_gcp/parametermanager/parameter_version.py +1 -1
- pulumi_gcp/parametermanager/regional_parameter.py +1 -1
- pulumi_gcp/parametermanager/regional_parameter_version.py +1 -1
- pulumi_gcp/privilegedaccessmanager/__init__.py +1 -1
- pulumi_gcp/privilegedaccessmanager/_inputs.py +1 -1
- pulumi_gcp/privilegedaccessmanager/entitlement.py +1 -1
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +1 -1
- pulumi_gcp/privilegedaccessmanager/outputs.py +1 -1
- pulumi_gcp/projects/__init__.py +1 -1
- pulumi_gcp/projects/_inputs.py +1 -1
- pulumi_gcp/projects/access_approval_settings.py +1 -1
- pulumi_gcp/projects/api_key.py +1 -1
- pulumi_gcp/projects/default_service_accounts.py +1 -1
- pulumi_gcp/projects/get_ancestry.py +1 -1
- pulumi_gcp/projects/get_iam_custom_role.py +1 -1
- pulumi_gcp/projects/get_iam_custom_roles.py +1 -1
- pulumi_gcp/projects/get_iam_policy.py +1 -1
- pulumi_gcp/projects/get_organization_policy.py +1 -1
- pulumi_gcp/projects/get_project.py +1 -1
- pulumi_gcp/projects/get_project_service.py +1 -1
- pulumi_gcp/projects/iam_audit_config.py +1 -1
- pulumi_gcp/projects/iam_binding.py +1 -1
- pulumi_gcp/projects/iam_custom_role.py +1 -1
- pulumi_gcp/projects/iam_member.py +1 -1
- pulumi_gcp/projects/iam_member_remove.py +1 -1
- pulumi_gcp/projects/iam_policy.py +1 -1
- pulumi_gcp/projects/organization_policy.py +1 -1
- pulumi_gcp/projects/outputs.py +1 -1
- pulumi_gcp/projects/service.py +1 -1
- pulumi_gcp/projects/service_identity.py +1 -1
- pulumi_gcp/projects/usage_export_bucket.py +1 -1
- pulumi_gcp/provider.py +1 -1
- pulumi_gcp/pubsub/__init__.py +1 -1
- pulumi_gcp/pubsub/_inputs.py +1 -1
- pulumi_gcp/pubsub/get_schema_iam_policy.py +1 -1
- pulumi_gcp/pubsub/get_subscription.py +1 -1
- pulumi_gcp/pubsub/get_subscription_iam_policy.py +1 -1
- pulumi_gcp/pubsub/get_topic.py +1 -1
- pulumi_gcp/pubsub/get_topic_iam_policy.py +1 -1
- pulumi_gcp/pubsub/lite_reservation.py +1 -1
- pulumi_gcp/pubsub/lite_subscription.py +1 -1
- pulumi_gcp/pubsub/lite_topic.py +1 -1
- pulumi_gcp/pubsub/outputs.py +1 -1
- pulumi_gcp/pubsub/schema.py +1 -1
- pulumi_gcp/pubsub/schema_iam_binding.py +1 -1
- pulumi_gcp/pubsub/schema_iam_member.py +1 -1
- pulumi_gcp/pubsub/schema_iam_policy.py +1 -1
- pulumi_gcp/pubsub/subscription.py +7 -7
- pulumi_gcp/pubsub/subscription_iam_binding.py +1 -1
- pulumi_gcp/pubsub/subscription_iam_member.py +1 -1
- pulumi_gcp/pubsub/subscription_iam_policy.py +1 -1
- pulumi_gcp/pubsub/topic.py +1 -1
- pulumi_gcp/pubsub/topic_iam_binding.py +1 -1
- pulumi_gcp/pubsub/topic_iam_member.py +1 -1
- pulumi_gcp/pubsub/topic_iam_policy.py +1 -1
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/__init__.py +1 -1
- pulumi_gcp/recaptcha/_inputs.py +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +1 -1
- pulumi_gcp/recaptcha/outputs.py +1 -1
- pulumi_gcp/redis/__init__.py +1 -1
- pulumi_gcp/redis/_inputs.py +4 -7
- pulumi_gcp/redis/cluster.py +1 -1
- pulumi_gcp/redis/cluster_user_created_connections.py +1 -1
- pulumi_gcp/redis/get_instance.py +1 -1
- pulumi_gcp/redis/instance.py +1 -1
- pulumi_gcp/redis/outputs.py +3 -5
- pulumi_gcp/resourcemanager/__init__.py +1 -1
- pulumi_gcp/resourcemanager/capability.py +1 -1
- pulumi_gcp/resourcemanager/lien.py +1 -1
- pulumi_gcp/runtimeconfig/__init__.py +1 -1
- pulumi_gcp/runtimeconfig/_inputs.py +1 -1
- pulumi_gcp/runtimeconfig/config.py +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +1 -1
- pulumi_gcp/runtimeconfig/config_iam_member.py +1 -1
- pulumi_gcp/runtimeconfig/config_iam_policy.py +1 -1
- pulumi_gcp/runtimeconfig/get_config.py +1 -1
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +1 -1
- pulumi_gcp/runtimeconfig/get_variable.py +1 -1
- pulumi_gcp/runtimeconfig/outputs.py +1 -1
- pulumi_gcp/runtimeconfig/variable.py +1 -1
- pulumi_gcp/secretmanager/__init__.py +1 -1
- pulumi_gcp/secretmanager/_inputs.py +1 -1
- pulumi_gcp/secretmanager/get_regional_secret.py +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_version.py +11 -1
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +13 -1
- pulumi_gcp/secretmanager/get_regional_secrets.py +11 -1
- pulumi_gcp/secretmanager/get_secret.py +1 -1
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +1 -1
- pulumi_gcp/secretmanager/get_secret_version.py +1 -1
- pulumi_gcp/secretmanager/get_secret_version_access.py +1 -1
- pulumi_gcp/secretmanager/get_secrets.py +1 -1
- pulumi_gcp/secretmanager/outputs.py +1 -1
- pulumi_gcp/secretmanager/regional_secret.py +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +1 -1
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +1 -1
- pulumi_gcp/secretmanager/regional_secret_version.py +1 -1
- pulumi_gcp/secretmanager/secret.py +1 -1
- pulumi_gcp/secretmanager/secret_iam_binding.py +1 -1
- pulumi_gcp/secretmanager/secret_iam_member.py +1 -1
- pulumi_gcp/secretmanager/secret_iam_policy.py +1 -1
- pulumi_gcp/secretmanager/secret_version.py +1 -1
- pulumi_gcp/securesourcemanager/__init__.py +1 -1
- pulumi_gcp/securesourcemanager/_inputs.py +1 -1
- pulumi_gcp/securesourcemanager/branch_rule.py +1 -1
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +1 -1
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +1 -1
- pulumi_gcp/securesourcemanager/instance.py +1 -1
- pulumi_gcp/securesourcemanager/instance_iam_binding.py +1 -1
- pulumi_gcp/securesourcemanager/instance_iam_member.py +1 -1
- pulumi_gcp/securesourcemanager/instance_iam_policy.py +1 -1
- pulumi_gcp/securesourcemanager/outputs.py +1 -1
- pulumi_gcp/securesourcemanager/repository.py +1 -1
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +1 -1
- pulumi_gcp/securesourcemanager/repository_iam_member.py +1 -1
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/__init__.py +1 -1
- pulumi_gcp/securitycenter/_inputs.py +1 -1
- pulumi_gcp/securitycenter/event_threat_detection_custom_module.py +1 -1
- pulumi_gcp/securitycenter/folder_custom_module.py +1 -1
- pulumi_gcp/securitycenter/folder_notification_config.py +1 -1
- pulumi_gcp/securitycenter/folder_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/get_source_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/instance_iam_binding.py +1 -1
- pulumi_gcp/securitycenter/instance_iam_member.py +1 -1
- pulumi_gcp/securitycenter/instance_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +1 -1
- pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py +1 -1
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +1 -1
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +1 -1
- pulumi_gcp/securitycenter/mute_config.py +1 -1
- pulumi_gcp/securitycenter/notification_config.py +1 -1
- pulumi_gcp/securitycenter/organization_custom_module.py +1 -1
- pulumi_gcp/securitycenter/organization_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/outputs.py +1 -1
- pulumi_gcp/securitycenter/project_custom_module.py +1 -1
- pulumi_gcp/securitycenter/project_notification_config.py +1 -1
- pulumi_gcp/securitycenter/project_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/source.py +1 -1
- pulumi_gcp/securitycenter/source_iam_binding.py +1 -1
- pulumi_gcp/securitycenter/source_iam_member.py +1 -1
- pulumi_gcp/securitycenter/source_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/v2_folder_mute_config.py +1 -1
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +1 -1
- pulumi_gcp/securitycenter/v2_folder_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_mute_config.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_source.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +1 -1
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +1 -1
- pulumi_gcp/securitycenter/v2_project_mute_config.py +1 -1
- pulumi_gcp/securitycenter/v2_project_notification_config.py +1 -1
- pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py +1 -1
- pulumi_gcp/securityposture/__init__.py +1 -1
- pulumi_gcp/securityposture/_inputs.py +1 -1
- pulumi_gcp/securityposture/outputs.py +1 -1
- pulumi_gcp/securityposture/posture.py +1 -1
- pulumi_gcp/securityposture/posture_deployment.py +1 -1
- pulumi_gcp/serviceaccount/__init__.py +1 -1
- pulumi_gcp/serviceaccount/_inputs.py +1 -1
- pulumi_gcp/serviceaccount/account.py +1 -1
- pulumi_gcp/serviceaccount/get_account.py +1 -1
- pulumi_gcp/serviceaccount/get_account_access_token.py +1 -1
- pulumi_gcp/serviceaccount/get_account_id_token.py +1 -1
- pulumi_gcp/serviceaccount/get_account_jwt.py +1 -1
- pulumi_gcp/serviceaccount/get_account_key.py +1 -1
- pulumi_gcp/serviceaccount/get_iam_policy.py +1 -1
- pulumi_gcp/serviceaccount/get_s.py +1 -1
- pulumi_gcp/serviceaccount/iam_binding.py +1 -1
- pulumi_gcp/serviceaccount/iam_member.py +1 -1
- pulumi_gcp/serviceaccount/iam_policy.py +1 -1
- pulumi_gcp/serviceaccount/key.py +1 -1
- pulumi_gcp/serviceaccount/outputs.py +1 -1
- pulumi_gcp/servicedirectory/__init__.py +1 -1
- pulumi_gcp/servicedirectory/_inputs.py +1 -1
- pulumi_gcp/servicedirectory/endpoint.py +1 -1
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +1 -1
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +1 -1
- pulumi_gcp/servicedirectory/namespace.py +1 -1
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +1 -1
- pulumi_gcp/servicedirectory/namespace_iam_member.py +1 -1
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +1 -1
- pulumi_gcp/servicedirectory/outputs.py +1 -1
- pulumi_gcp/servicedirectory/service.py +1 -1
- pulumi_gcp/servicedirectory/service_iam_binding.py +1 -1
- pulumi_gcp/servicedirectory/service_iam_member.py +1 -1
- pulumi_gcp/servicedirectory/service_iam_policy.py +1 -1
- pulumi_gcp/servicenetworking/__init__.py +1 -1
- pulumi_gcp/servicenetworking/connection.py +1 -1
- pulumi_gcp/servicenetworking/get_peered_dns_domain.py +1 -1
- pulumi_gcp/servicenetworking/peered_dns_domain.py +1 -1
- pulumi_gcp/servicenetworking/vpc_service_controls.py +1 -1
- pulumi_gcp/serviceusage/__init__.py +1 -1
- pulumi_gcp/serviceusage/consumer_quota_override.py +1 -1
- pulumi_gcp/siteverification/__init__.py +1 -1
- pulumi_gcp/siteverification/_inputs.py +1 -1
- pulumi_gcp/siteverification/get_token.py +1 -1
- pulumi_gcp/siteverification/outputs.py +1 -1
- pulumi_gcp/siteverification/owner.py +1 -1
- pulumi_gcp/siteverification/web_resource.py +1 -1
- pulumi_gcp/sourcerepo/__init__.py +1 -1
- pulumi_gcp/sourcerepo/_inputs.py +1 -1
- pulumi_gcp/sourcerepo/get_repository.py +1 -1
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +1 -1
- pulumi_gcp/sourcerepo/outputs.py +1 -1
- pulumi_gcp/sourcerepo/repository.py +1 -1
- pulumi_gcp/sourcerepo/repository_iam_binding.py +1 -1
- pulumi_gcp/sourcerepo/repository_iam_member.py +1 -1
- pulumi_gcp/sourcerepo/repository_iam_policy.py +1 -1
- pulumi_gcp/spanner/__init__.py +1 -1
- pulumi_gcp/spanner/_inputs.py +1 -1
- pulumi_gcp/spanner/backup_schedule.py +1 -1
- pulumi_gcp/spanner/database.py +1 -1
- pulumi_gcp/spanner/database_iam_binding.py +1 -1
- pulumi_gcp/spanner/database_iam_member.py +1 -1
- pulumi_gcp/spanner/database_iam_policy.py +1 -1
- pulumi_gcp/spanner/get_database.py +1 -1
- pulumi_gcp/spanner/get_database_iam_policy.py +1 -1
- pulumi_gcp/spanner/get_instance.py +13 -2
- pulumi_gcp/spanner/get_instance_iam_policy.py +1 -1
- pulumi_gcp/spanner/instance.py +69 -42
- pulumi_gcp/spanner/instance_config.py +1 -1
- pulumi_gcp/spanner/instance_iam_binding.py +1 -1
- pulumi_gcp/spanner/instance_iam_member.py +1 -1
- pulumi_gcp/spanner/instance_iam_policy.py +1 -1
- pulumi_gcp/spanner/instance_partition.py +1 -1
- pulumi_gcp/spanner/outputs.py +1 -1
- pulumi_gcp/sql/__init__.py +1 -1
- pulumi_gcp/sql/_inputs.py +1 -1
- pulumi_gcp/sql/database.py +1 -1
- pulumi_gcp/sql/database_instance.py +1 -1
- pulumi_gcp/sql/get_backup_run.py +1 -1
- pulumi_gcp/sql/get_ca_certs.py +1 -1
- pulumi_gcp/sql/get_database.py +1 -1
- pulumi_gcp/sql/get_database_instance.py +1 -1
- pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +1 -1
- pulumi_gcp/sql/get_database_instances.py +1 -1
- pulumi_gcp/sql/get_databases.py +1 -1
- pulumi_gcp/sql/get_tiers.py +1 -1
- pulumi_gcp/sql/outputs.py +1 -1
- pulumi_gcp/sql/source_representation_instance.py +1 -1
- pulumi_gcp/sql/ssl_cert.py +1 -1
- pulumi_gcp/sql/user.py +1 -1
- pulumi_gcp/storage/__init__.py +1 -1
- pulumi_gcp/storage/_inputs.py +159 -1
- pulumi_gcp/storage/anywhere_cache.py +1 -1
- pulumi_gcp/storage/batch_operations_job.py +1 -1
- pulumi_gcp/storage/bucket.py +48 -1
- pulumi_gcp/storage/bucket_access_control.py +1 -1
- pulumi_gcp/storage/bucket_acl.py +1 -1
- pulumi_gcp/storage/bucket_iam_binding.py +1 -1
- pulumi_gcp/storage/bucket_iam_member.py +1 -1
- pulumi_gcp/storage/bucket_iam_policy.py +1 -1
- pulumi_gcp/storage/bucket_object.py +5 -5
- pulumi_gcp/storage/control_folder_intelligence_config.py +1 -1
- pulumi_gcp/storage/control_organization_intelligence_config.py +1 -1
- pulumi_gcp/storage/control_project_intelligence_config.py +1 -1
- pulumi_gcp/storage/default_object_access_control.py +1 -1
- pulumi_gcp/storage/default_object_acl.py +1 -1
- pulumi_gcp/storage/folder.py +1 -1
- pulumi_gcp/storage/get_bucket.py +13 -2
- pulumi_gcp/storage/get_bucket_iam_policy.py +1 -1
- pulumi_gcp/storage/get_bucket_object.py +1 -1
- pulumi_gcp/storage/get_bucket_object_content.py +1 -1
- pulumi_gcp/storage/get_bucket_objects.py +1 -1
- pulumi_gcp/storage/get_buckets.py +1 -1
- pulumi_gcp/storage/get_control_folder_intelligence_config.py +1 -1
- pulumi_gcp/storage/get_control_organization_intelligence_config.py +1 -1
- pulumi_gcp/storage/get_control_project_intelligence_config.py +1 -1
- pulumi_gcp/storage/get_managed_folder_iam_policy.py +1 -1
- pulumi_gcp/storage/get_object_signed_url.py +1 -1
- pulumi_gcp/storage/get_project_service_account.py +1 -1
- pulumi_gcp/storage/get_transfer_project_service_account.py +1 -1
- pulumi_gcp/storage/get_transfer_project_servie_account.py +1 -1
- pulumi_gcp/storage/hmac_key.py +1 -1
- pulumi_gcp/storage/insights_report_config.py +1 -1
- pulumi_gcp/storage/managed_folder.py +1 -1
- pulumi_gcp/storage/managed_folder_iam_binding.py +1 -1
- pulumi_gcp/storage/managed_folder_iam_member.py +1 -1
- pulumi_gcp/storage/managed_folder_iam_policy.py +1 -1
- pulumi_gcp/storage/notification.py +1 -1
- pulumi_gcp/storage/object_access_control.py +1 -1
- pulumi_gcp/storage/object_acl.py +1 -1
- pulumi_gcp/storage/outputs.py +236 -1
- pulumi_gcp/storage/transfer_agent_pool.py +1 -1
- pulumi_gcp/storage/transfer_job.py +1 -1
- pulumi_gcp/tags/__init__.py +1 -1
- pulumi_gcp/tags/_inputs.py +1 -1
- pulumi_gcp/tags/get_tag_key.py +1 -1
- pulumi_gcp/tags/get_tag_key_iam_policy.py +1 -1
- pulumi_gcp/tags/get_tag_keys.py +1 -1
- pulumi_gcp/tags/get_tag_value.py +1 -1
- pulumi_gcp/tags/get_tag_value_iam_policy.py +1 -1
- pulumi_gcp/tags/get_tag_values.py +1 -1
- pulumi_gcp/tags/location_tag_binding.py +1 -1
- pulumi_gcp/tags/outputs.py +1 -1
- pulumi_gcp/tags/tag_binding.py +1 -1
- pulumi_gcp/tags/tag_key.py +1 -1
- pulumi_gcp/tags/tag_key_iam_binding.py +1 -1
- pulumi_gcp/tags/tag_key_iam_member.py +1 -1
- pulumi_gcp/tags/tag_key_iam_policy.py +1 -1
- pulumi_gcp/tags/tag_value.py +1 -1
- pulumi_gcp/tags/tag_value_iam_binding.py +1 -1
- pulumi_gcp/tags/tag_value_iam_member.py +1 -1
- pulumi_gcp/tags/tag_value_iam_policy.py +1 -1
- pulumi_gcp/tpu/__init__.py +1 -1
- pulumi_gcp/tpu/_inputs.py +1 -1
- pulumi_gcp/tpu/get_tensorflow_versions.py +1 -1
- pulumi_gcp/tpu/get_v2_accelerator_types.py +1 -1
- pulumi_gcp/tpu/get_v2_runtime_versions.py +1 -1
- pulumi_gcp/tpu/node.py +1 -1
- pulumi_gcp/tpu/outputs.py +1 -1
- pulumi_gcp/tpu/v2_queued_resource.py +1 -1
- pulumi_gcp/tpu/v2_vm.py +1 -1
- pulumi_gcp/transcoder/__init__.py +1 -1
- pulumi_gcp/transcoder/_inputs.py +1 -1
- pulumi_gcp/transcoder/job.py +1 -1
- pulumi_gcp/transcoder/job_template.py +1 -1
- pulumi_gcp/transcoder/outputs.py +1 -1
- pulumi_gcp/vertex/__init__.py +1 -1
- pulumi_gcp/vertex/_inputs.py +1 -1
- pulumi_gcp/vertex/ai_dataset.py +1 -1
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +1 -1
- pulumi_gcp/vertex/ai_endpoint.py +5 -5
- pulumi_gcp/vertex/ai_endpoint_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_endpoint_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_endpoint_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_group.py +1 -1
- pulumi_gcp/vertex/ai_feature_group_feature.py +1 -1
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +5 -5
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_store.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +1 -1
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +1 -1
- pulumi_gcp/vertex/ai_index.py +1 -1
- pulumi_gcp/vertex/ai_index_endpoint.py +1 -1
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +1 -1
- pulumi_gcp/vertex/ai_metadata_store.py +1 -1
- pulumi_gcp/vertex/ai_tensorboard.py +1 -1
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_feature_group_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_feature_online_store_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +1 -1
- pulumi_gcp/vertex/get_ai_index.py +1 -1
- pulumi_gcp/vertex/outputs.py +1 -1
- pulumi_gcp/vmwareengine/__init__.py +1 -1
- pulumi_gcp/vmwareengine/_inputs.py +1 -1
- pulumi_gcp/vmwareengine/cluster.py +1 -1
- pulumi_gcp/vmwareengine/external_access_rule.py +1 -1
- pulumi_gcp/vmwareengine/external_address.py +1 -1
- pulumi_gcp/vmwareengine/get_cluster.py +1 -1
- pulumi_gcp/vmwareengine/get_external_access_rule.py +1 -1
- pulumi_gcp/vmwareengine/get_external_address.py +1 -1
- pulumi_gcp/vmwareengine/get_network.py +1 -1
- pulumi_gcp/vmwareengine/get_network_peering.py +1 -1
- pulumi_gcp/vmwareengine/get_network_policy.py +1 -1
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +1 -1
- pulumi_gcp/vmwareengine/get_private_cloud.py +1 -1
- pulumi_gcp/vmwareengine/get_subnet.py +1 -1
- pulumi_gcp/vmwareengine/get_vcenter_credentials.py +1 -1
- pulumi_gcp/vmwareengine/network.py +1 -1
- pulumi_gcp/vmwareengine/network_peering.py +1 -1
- pulumi_gcp/vmwareengine/network_policy.py +1 -1
- pulumi_gcp/vmwareengine/outputs.py +1 -1
- pulumi_gcp/vmwareengine/private_cloud.py +1 -1
- pulumi_gcp/vmwareengine/subnet.py +1 -1
- pulumi_gcp/vpcaccess/__init__.py +1 -1
- pulumi_gcp/vpcaccess/_inputs.py +1 -1
- pulumi_gcp/vpcaccess/connector.py +15 -15
- pulumi_gcp/vpcaccess/get_connector.py +1 -1
- pulumi_gcp/vpcaccess/outputs.py +1 -1
- pulumi_gcp/workbench/__init__.py +1 -1
- pulumi_gcp/workbench/_inputs.py +1 -1
- pulumi_gcp/workbench/get_instance_iam_policy.py +1 -1
- pulumi_gcp/workbench/instance.py +1 -1
- pulumi_gcp/workbench/instance_iam_binding.py +1 -1
- pulumi_gcp/workbench/instance_iam_member.py +1 -1
- pulumi_gcp/workbench/instance_iam_policy.py +1 -1
- pulumi_gcp/workbench/outputs.py +1 -1
- pulumi_gcp/workflows/__init__.py +1 -1
- pulumi_gcp/workflows/workflow.py +1 -1
- pulumi_gcp/workstations/__init__.py +1 -1
- pulumi_gcp/workstations/_inputs.py +1 -1
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +1 -1
- pulumi_gcp/workstations/get_workstation_iam_policy.py +1 -1
- pulumi_gcp/workstations/outputs.py +1 -1
- pulumi_gcp/workstations/workstation.py +1 -1
- pulumi_gcp/workstations/workstation_cluster.py +1 -1
- pulumi_gcp/workstations/workstation_config.py +1 -1
- pulumi_gcp/workstations/workstation_config_iam_binding.py +1 -1
- pulumi_gcp/workstations/workstation_config_iam_member.py +1 -1
- pulumi_gcp/workstations/workstation_config_iam_policy.py +1 -1
- pulumi_gcp/workstations/workstation_iam_binding.py +1 -1
- pulumi_gcp/workstations/workstation_iam_member.py +1 -1
- pulumi_gcp/workstations/workstation_iam_policy.py +1 -1
- {pulumi_gcp-8.32.1.dist-info → pulumi_gcp-8.33.0.dist-info}/METADATA +1 -1
- pulumi_gcp-8.33.0.dist-info/RECORD +1955 -0
- {pulumi_gcp-8.32.1.dist-info → pulumi_gcp-8.33.0.dist-info}/WHEEL +1 -1
- pulumi_gcp-8.32.1.dist-info/RECORD +0 -1932
- {pulumi_gcp-8.32.1.dist-info → pulumi_gcp-8.33.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/_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',
|
@@ -1084,6 +1142,8 @@ __all__ = [
|
|
1084
1142
|
'RouterMd5AuthenticationKeysArgsDict',
|
1085
1143
|
'RouterNatLogConfigArgs',
|
1086
1144
|
'RouterNatLogConfigArgsDict',
|
1145
|
+
'RouterNatNat64SubnetworkArgs',
|
1146
|
+
'RouterNatNat64SubnetworkArgsDict',
|
1087
1147
|
'RouterNatRuleArgs',
|
1088
1148
|
'RouterNatRuleArgsDict',
|
1089
1149
|
'RouterNatRuleActionArgs',
|
@@ -1340,6 +1400,10 @@ __all__ = [
|
|
1340
1400
|
'URLMapPathMatcherRouteRuleHeaderActionRequestHeadersToAddArgsDict',
|
1341
1401
|
'URLMapPathMatcherRouteRuleHeaderActionResponseHeadersToAddArgs',
|
1342
1402
|
'URLMapPathMatcherRouteRuleHeaderActionResponseHeadersToAddArgsDict',
|
1403
|
+
'URLMapPathMatcherRouteRuleHttpFilterConfigArgs',
|
1404
|
+
'URLMapPathMatcherRouteRuleHttpFilterConfigArgsDict',
|
1405
|
+
'URLMapPathMatcherRouteRuleHttpFilterMetadataArgs',
|
1406
|
+
'URLMapPathMatcherRouteRuleHttpFilterMetadataArgsDict',
|
1343
1407
|
'URLMapPathMatcherRouteRuleMatchRuleArgs',
|
1344
1408
|
'URLMapPathMatcherRouteRuleMatchRuleArgsDict',
|
1345
1409
|
'URLMapPathMatcherRouteRuleMatchRuleHeaderMatchArgs',
|
@@ -4608,6 +4672,73 @@ class BackendServiceCustomMetricArgs:
|
|
4608
4672
|
pulumi.set(self, "name", value)
|
4609
4673
|
|
4610
4674
|
|
4675
|
+
if not MYPY:
|
4676
|
+
class BackendServiceDynamicForwardingArgsDict(TypedDict):
|
4677
|
+
ip_port_selection: NotRequired[pulumi.Input['BackendServiceDynamicForwardingIpPortSelectionArgsDict']]
|
4678
|
+
"""
|
4679
|
+
IP:PORT based dynamic forwarding configuration.
|
4680
|
+
Structure is documented below.
|
4681
|
+
"""
|
4682
|
+
elif False:
|
4683
|
+
BackendServiceDynamicForwardingArgsDict: TypeAlias = Mapping[str, Any]
|
4684
|
+
|
4685
|
+
@pulumi.input_type
|
4686
|
+
class BackendServiceDynamicForwardingArgs:
|
4687
|
+
def __init__(__self__, *,
|
4688
|
+
ip_port_selection: Optional[pulumi.Input['BackendServiceDynamicForwardingIpPortSelectionArgs']] = None):
|
4689
|
+
"""
|
4690
|
+
:param pulumi.Input['BackendServiceDynamicForwardingIpPortSelectionArgs'] ip_port_selection: IP:PORT based dynamic forwarding configuration.
|
4691
|
+
Structure is documented below.
|
4692
|
+
"""
|
4693
|
+
if ip_port_selection is not None:
|
4694
|
+
pulumi.set(__self__, "ip_port_selection", ip_port_selection)
|
4695
|
+
|
4696
|
+
@property
|
4697
|
+
@pulumi.getter(name="ipPortSelection")
|
4698
|
+
def ip_port_selection(self) -> Optional[pulumi.Input['BackendServiceDynamicForwardingIpPortSelectionArgs']]:
|
4699
|
+
"""
|
4700
|
+
IP:PORT based dynamic forwarding configuration.
|
4701
|
+
Structure is documented below.
|
4702
|
+
"""
|
4703
|
+
return pulumi.get(self, "ip_port_selection")
|
4704
|
+
|
4705
|
+
@ip_port_selection.setter
|
4706
|
+
def ip_port_selection(self, value: Optional[pulumi.Input['BackendServiceDynamicForwardingIpPortSelectionArgs']]):
|
4707
|
+
pulumi.set(self, "ip_port_selection", value)
|
4708
|
+
|
4709
|
+
|
4710
|
+
if not MYPY:
|
4711
|
+
class BackendServiceDynamicForwardingIpPortSelectionArgsDict(TypedDict):
|
4712
|
+
enabled: NotRequired[pulumi.Input[builtins.bool]]
|
4713
|
+
"""
|
4714
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
4715
|
+
"""
|
4716
|
+
elif False:
|
4717
|
+
BackendServiceDynamicForwardingIpPortSelectionArgsDict: TypeAlias = Mapping[str, Any]
|
4718
|
+
|
4719
|
+
@pulumi.input_type
|
4720
|
+
class BackendServiceDynamicForwardingIpPortSelectionArgs:
|
4721
|
+
def __init__(__self__, *,
|
4722
|
+
enabled: Optional[pulumi.Input[builtins.bool]] = None):
|
4723
|
+
"""
|
4724
|
+
:param pulumi.Input[builtins.bool] enabled: A boolean flag enabling IP:PORT based dynamic forwarding.
|
4725
|
+
"""
|
4726
|
+
if enabled is not None:
|
4727
|
+
pulumi.set(__self__, "enabled", enabled)
|
4728
|
+
|
4729
|
+
@property
|
4730
|
+
@pulumi.getter
|
4731
|
+
def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
4732
|
+
"""
|
4733
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
4734
|
+
"""
|
4735
|
+
return pulumi.get(self, "enabled")
|
4736
|
+
|
4737
|
+
@enabled.setter
|
4738
|
+
def enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
4739
|
+
pulumi.set(self, "enabled", value)
|
4740
|
+
|
4741
|
+
|
4611
4742
|
if not MYPY:
|
4612
4743
|
class BackendServiceIamBindingConditionArgsDict(TypedDict):
|
4613
4744
|
expression: pulumi.Input[builtins.str]
|
@@ -5087,6 +5218,7 @@ if not MYPY:
|
|
5087
5218
|
This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
5088
5219
|
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
5089
5220
|
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
5221
|
+
For example: orca_load_report, tls.protocol
|
5090
5222
|
"""
|
5091
5223
|
optional_mode: NotRequired[pulumi.Input[builtins.str]]
|
5092
5224
|
"""
|
@@ -5116,6 +5248,7 @@ class BackendServiceLogConfigArgs:
|
|
5116
5248
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] optional_fields: This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
5117
5249
|
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
5118
5250
|
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
5251
|
+
For example: orca_load_report, tls.protocol
|
5119
5252
|
:param pulumi.Input[builtins.str] optional_mode: Specifies the optional logging mode for the load balancer traffic.
|
5120
5253
|
Supported values: INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM.
|
5121
5254
|
Possible values are: `INCLUDE_ALL_OPTIONAL`, `EXCLUDE_ALL_OPTIONAL`, `CUSTOM`.
|
@@ -5152,6 +5285,7 @@ class BackendServiceLogConfigArgs:
|
|
5152
5285
|
This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
5153
5286
|
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
5154
5287
|
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
5288
|
+
For example: orca_load_report, tls.protocol
|
5155
5289
|
"""
|
5156
5290
|
return pulumi.get(self, "optional_fields")
|
5157
5291
|
|
@@ -5246,6 +5380,111 @@ class BackendServiceMaxStreamDurationArgs:
|
|
5246
5380
|
pulumi.set(self, "nanos", value)
|
5247
5381
|
|
5248
5382
|
|
5383
|
+
if not MYPY:
|
5384
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicyArgsDict(TypedDict):
|
5385
|
+
zonal_affinity: NotRequired[pulumi.Input['BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgsDict']]
|
5386
|
+
"""
|
5387
|
+
When configured, new connections are load balanced across healthy backend endpoints in the local zone.
|
5388
|
+
Structure is documented below.
|
5389
|
+
"""
|
5390
|
+
elif False:
|
5391
|
+
BackendServiceNetworkPassThroughLbTrafficPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
5392
|
+
|
5393
|
+
@pulumi.input_type
|
5394
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicyArgs:
|
5395
|
+
def __init__(__self__, *,
|
5396
|
+
zonal_affinity: Optional[pulumi.Input['BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs']] = None):
|
5397
|
+
"""
|
5398
|
+
:param pulumi.Input['BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs'] zonal_affinity: When configured, new connections are load balanced across healthy backend endpoints in the local zone.
|
5399
|
+
Structure is documented below.
|
5400
|
+
"""
|
5401
|
+
if zonal_affinity is not None:
|
5402
|
+
pulumi.set(__self__, "zonal_affinity", zonal_affinity)
|
5403
|
+
|
5404
|
+
@property
|
5405
|
+
@pulumi.getter(name="zonalAffinity")
|
5406
|
+
def zonal_affinity(self) -> Optional[pulumi.Input['BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs']]:
|
5407
|
+
"""
|
5408
|
+
When configured, new connections are load balanced across healthy backend endpoints in the local zone.
|
5409
|
+
Structure is documented below.
|
5410
|
+
"""
|
5411
|
+
return pulumi.get(self, "zonal_affinity")
|
5412
|
+
|
5413
|
+
@zonal_affinity.setter
|
5414
|
+
def zonal_affinity(self, value: Optional[pulumi.Input['BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs']]):
|
5415
|
+
pulumi.set(self, "zonal_affinity", value)
|
5416
|
+
|
5417
|
+
|
5418
|
+
if not MYPY:
|
5419
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgsDict(TypedDict):
|
5420
|
+
spillover: NotRequired[pulumi.Input[builtins.str]]
|
5421
|
+
"""
|
5422
|
+
This field indicates whether zonal affinity is enabled or not.
|
5423
|
+
Default value is `ZONAL_AFFINITY_DISABLED`.
|
5424
|
+
Possible values are: `ZONAL_AFFINITY_DISABLED`, `ZONAL_AFFINITY_SPILL_CROSS_ZONE`, `ZONAL_AFFINITY_STAY_WITHIN_ZONE`.
|
5425
|
+
"""
|
5426
|
+
spillover_ratio: NotRequired[pulumi.Input[builtins.float]]
|
5427
|
+
"""
|
5428
|
+
The value of the field must be in [0, 1]. When the ratio of the count of healthy backend endpoints in a zone
|
5429
|
+
to the count of backend endpoints in that same zone is equal to or above this threshold, the load balancer
|
5430
|
+
distributes new connections to all healthy endpoints in the local zone only. When the ratio of the count
|
5431
|
+
of healthy backend endpoints in a zone to the count of backend endpoints in that same zone is below this
|
5432
|
+
threshold, the load balancer distributes all new connections to all healthy endpoints across all zones.
|
5433
|
+
"""
|
5434
|
+
elif False:
|
5435
|
+
BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgsDict: TypeAlias = Mapping[str, Any]
|
5436
|
+
|
5437
|
+
@pulumi.input_type
|
5438
|
+
class BackendServiceNetworkPassThroughLbTrafficPolicyZonalAffinityArgs:
|
5439
|
+
def __init__(__self__, *,
|
5440
|
+
spillover: Optional[pulumi.Input[builtins.str]] = None,
|
5441
|
+
spillover_ratio: Optional[pulumi.Input[builtins.float]] = None):
|
5442
|
+
"""
|
5443
|
+
:param pulumi.Input[builtins.str] spillover: This field indicates whether zonal affinity is enabled or not.
|
5444
|
+
Default value is `ZONAL_AFFINITY_DISABLED`.
|
5445
|
+
Possible values are: `ZONAL_AFFINITY_DISABLED`, `ZONAL_AFFINITY_SPILL_CROSS_ZONE`, `ZONAL_AFFINITY_STAY_WITHIN_ZONE`.
|
5446
|
+
: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
|
5447
|
+
to the count of backend endpoints in that same zone is equal to or above this threshold, the load balancer
|
5448
|
+
distributes new connections to all healthy endpoints in the local zone only. When the ratio of the count
|
5449
|
+
of healthy backend endpoints in a zone to the count of backend endpoints in that same zone is below this
|
5450
|
+
threshold, the load balancer distributes all new connections to all healthy endpoints across all zones.
|
5451
|
+
"""
|
5452
|
+
if spillover is not None:
|
5453
|
+
pulumi.set(__self__, "spillover", spillover)
|
5454
|
+
if spillover_ratio is not None:
|
5455
|
+
pulumi.set(__self__, "spillover_ratio", spillover_ratio)
|
5456
|
+
|
5457
|
+
@property
|
5458
|
+
@pulumi.getter
|
5459
|
+
def spillover(self) -> Optional[pulumi.Input[builtins.str]]:
|
5460
|
+
"""
|
5461
|
+
This field indicates whether zonal affinity is enabled or not.
|
5462
|
+
Default value is `ZONAL_AFFINITY_DISABLED`.
|
5463
|
+
Possible values are: `ZONAL_AFFINITY_DISABLED`, `ZONAL_AFFINITY_SPILL_CROSS_ZONE`, `ZONAL_AFFINITY_STAY_WITHIN_ZONE`.
|
5464
|
+
"""
|
5465
|
+
return pulumi.get(self, "spillover")
|
5466
|
+
|
5467
|
+
@spillover.setter
|
5468
|
+
def spillover(self, value: Optional[pulumi.Input[builtins.str]]):
|
5469
|
+
pulumi.set(self, "spillover", value)
|
5470
|
+
|
5471
|
+
@property
|
5472
|
+
@pulumi.getter(name="spilloverRatio")
|
5473
|
+
def spillover_ratio(self) -> Optional[pulumi.Input[builtins.float]]:
|
5474
|
+
"""
|
5475
|
+
The value of the field must be in [0, 1]. When the ratio of the count of healthy backend endpoints in a zone
|
5476
|
+
to the count of backend endpoints in that same zone is equal to or above this threshold, the load balancer
|
5477
|
+
distributes new connections to all healthy endpoints in the local zone only. When the ratio of the count
|
5478
|
+
of healthy backend endpoints in a zone to the count of backend endpoints in that same zone is below this
|
5479
|
+
threshold, the load balancer distributes all new connections to all healthy endpoints across all zones.
|
5480
|
+
"""
|
5481
|
+
return pulumi.get(self, "spillover_ratio")
|
5482
|
+
|
5483
|
+
@spillover_ratio.setter
|
5484
|
+
def spillover_ratio(self, value: Optional[pulumi.Input[builtins.float]]):
|
5485
|
+
pulumi.set(self, "spillover_ratio", value)
|
5486
|
+
|
5487
|
+
|
5249
5488
|
if not MYPY:
|
5250
5489
|
class BackendServiceOutlierDetectionArgsDict(TypedDict):
|
5251
5490
|
base_ejection_time: NotRequired[pulumi.Input['BackendServiceOutlierDetectionBaseEjectionTimeArgsDict']]
|
@@ -8718,252 +8957,2061 @@ class FirewallPolicyWithRulesRuleMatchArgs:
|
|
8718
8957
|
ISO 3166 alpha-2 country codes. ex."US"
|
8719
8958
|
Maximum number of destination region codes allowed is 5000.
|
8720
8959
|
"""
|
8721
|
-
return pulumi.get(self, "dest_region_codes")
|
8960
|
+
return pulumi.get(self, "dest_region_codes")
|
8961
|
+
|
8962
|
+
@dest_region_codes.setter
|
8963
|
+
def dest_region_codes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
8964
|
+
pulumi.set(self, "dest_region_codes", value)
|
8965
|
+
|
8966
|
+
@property
|
8967
|
+
@pulumi.getter(name="destThreatIntelligences")
|
8968
|
+
def dest_threat_intelligences(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
8969
|
+
"""
|
8970
|
+
Names of Network Threat Intelligence lists.
|
8971
|
+
The IPs in these lists will be matched against traffic destination.
|
8972
|
+
"""
|
8973
|
+
return pulumi.get(self, "dest_threat_intelligences")
|
8974
|
+
|
8975
|
+
@dest_threat_intelligences.setter
|
8976
|
+
def dest_threat_intelligences(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
8977
|
+
pulumi.set(self, "dest_threat_intelligences", value)
|
8978
|
+
|
8979
|
+
@property
|
8980
|
+
@pulumi.getter(name="srcAddressGroups")
|
8981
|
+
def src_address_groups(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
8982
|
+
"""
|
8983
|
+
Address groups which should be matched against the traffic source.
|
8984
|
+
Maximum number of source address groups is 10.
|
8985
|
+
"""
|
8986
|
+
return pulumi.get(self, "src_address_groups")
|
8987
|
+
|
8988
|
+
@src_address_groups.setter
|
8989
|
+
def src_address_groups(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
8990
|
+
pulumi.set(self, "src_address_groups", value)
|
8991
|
+
|
8992
|
+
@property
|
8993
|
+
@pulumi.getter(name="srcFqdns")
|
8994
|
+
def src_fqdns(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
8995
|
+
"""
|
8996
|
+
Fully Qualified Domain Name (FQDN) which should be matched against
|
8997
|
+
traffic source. Maximum number of source fqdn allowed is 100.
|
8998
|
+
"""
|
8999
|
+
return pulumi.get(self, "src_fqdns")
|
9000
|
+
|
9001
|
+
@src_fqdns.setter
|
9002
|
+
def src_fqdns(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9003
|
+
pulumi.set(self, "src_fqdns", value)
|
9004
|
+
|
9005
|
+
@property
|
9006
|
+
@pulumi.getter(name="srcIpRanges")
|
9007
|
+
def src_ip_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
9008
|
+
"""
|
9009
|
+
Source IP address range in CIDR format. Required for
|
9010
|
+
INGRESS rules.
|
9011
|
+
"""
|
9012
|
+
return pulumi.get(self, "src_ip_ranges")
|
9013
|
+
|
9014
|
+
@src_ip_ranges.setter
|
9015
|
+
def src_ip_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9016
|
+
pulumi.set(self, "src_ip_ranges", value)
|
9017
|
+
|
9018
|
+
@property
|
9019
|
+
@pulumi.getter(name="srcNetworkScope")
|
9020
|
+
def src_network_scope(self) -> Optional[pulumi.Input[builtins.str]]:
|
9021
|
+
"""
|
9022
|
+
Network scope of the traffic source.
|
9023
|
+
Possible values are: `INTERNET`, `INTRA_VPC`, `NON_INTERNET`, `VPC_NETWORKS`.
|
9024
|
+
"""
|
9025
|
+
return pulumi.get(self, "src_network_scope")
|
9026
|
+
|
9027
|
+
@src_network_scope.setter
|
9028
|
+
def src_network_scope(self, value: Optional[pulumi.Input[builtins.str]]):
|
9029
|
+
pulumi.set(self, "src_network_scope", value)
|
9030
|
+
|
9031
|
+
@property
|
9032
|
+
@pulumi.getter(name="srcNetworks")
|
9033
|
+
def src_networks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
9034
|
+
"""
|
9035
|
+
Networks of the traffic source. It can be either a full or partial url.
|
9036
|
+
"""
|
9037
|
+
return pulumi.get(self, "src_networks")
|
9038
|
+
|
9039
|
+
@src_networks.setter
|
9040
|
+
def src_networks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9041
|
+
pulumi.set(self, "src_networks", value)
|
9042
|
+
|
9043
|
+
@property
|
9044
|
+
@pulumi.getter(name="srcRegionCodes")
|
9045
|
+
def src_region_codes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
9046
|
+
"""
|
9047
|
+
Region codes whose IP addresses will be used to match for source
|
9048
|
+
of traffic. Should be specified as 2 letter country code defined as per
|
9049
|
+
ISO 3166 alpha-2 country codes. ex."US"
|
9050
|
+
Maximum number of source region codes allowed is 5000.
|
9051
|
+
"""
|
9052
|
+
return pulumi.get(self, "src_region_codes")
|
9053
|
+
|
9054
|
+
@src_region_codes.setter
|
9055
|
+
def src_region_codes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9056
|
+
pulumi.set(self, "src_region_codes", value)
|
9057
|
+
|
9058
|
+
@property
|
9059
|
+
@pulumi.getter(name="srcThreatIntelligences")
|
9060
|
+
def src_threat_intelligences(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
9061
|
+
"""
|
9062
|
+
Names of Network Threat Intelligence lists.
|
9063
|
+
The IPs in these lists will be matched against traffic source.
|
9064
|
+
"""
|
9065
|
+
return pulumi.get(self, "src_threat_intelligences")
|
9066
|
+
|
9067
|
+
@src_threat_intelligences.setter
|
9068
|
+
def src_threat_intelligences(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9069
|
+
pulumi.set(self, "src_threat_intelligences", value)
|
9070
|
+
|
9071
|
+
|
9072
|
+
if not MYPY:
|
9073
|
+
class FirewallPolicyWithRulesRuleMatchLayer4ConfigArgsDict(TypedDict):
|
9074
|
+
ip_protocol: pulumi.Input[builtins.str]
|
9075
|
+
"""
|
9076
|
+
(Output)
|
9077
|
+
The IP protocol to which this rule applies. The protocol
|
9078
|
+
type is required when creating a firewall rule.
|
9079
|
+
This value can either be one of the following well
|
9080
|
+
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
9081
|
+
or the IP protocol number.
|
9082
|
+
"""
|
9083
|
+
ports: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
9084
|
+
"""
|
9085
|
+
(Output)
|
9086
|
+
An optional list of ports to which this rule applies. This field
|
9087
|
+
is only applicable for UDP or TCP protocol. Each entry must be
|
9088
|
+
either an integer or a range. If not specified, this rule
|
9089
|
+
applies to connections through any port.
|
9090
|
+
Example inputs include: ["22"], ["80","443"], and
|
9091
|
+
["12345-12349"].
|
9092
|
+
"""
|
9093
|
+
elif False:
|
9094
|
+
FirewallPolicyWithRulesRuleMatchLayer4ConfigArgsDict: TypeAlias = Mapping[str, Any]
|
9095
|
+
|
9096
|
+
@pulumi.input_type
|
9097
|
+
class FirewallPolicyWithRulesRuleMatchLayer4ConfigArgs:
|
9098
|
+
def __init__(__self__, *,
|
9099
|
+
ip_protocol: pulumi.Input[builtins.str],
|
9100
|
+
ports: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
9101
|
+
"""
|
9102
|
+
:param pulumi.Input[builtins.str] ip_protocol: (Output)
|
9103
|
+
The IP protocol to which this rule applies. The protocol
|
9104
|
+
type is required when creating a firewall rule.
|
9105
|
+
This value can either be one of the following well
|
9106
|
+
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
9107
|
+
or the IP protocol number.
|
9108
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ports: (Output)
|
9109
|
+
An optional list of ports to which this rule applies. This field
|
9110
|
+
is only applicable for UDP or TCP protocol. Each entry must be
|
9111
|
+
either an integer or a range. If not specified, this rule
|
9112
|
+
applies to connections through any port.
|
9113
|
+
Example inputs include: ["22"], ["80","443"], and
|
9114
|
+
["12345-12349"].
|
9115
|
+
"""
|
9116
|
+
pulumi.set(__self__, "ip_protocol", ip_protocol)
|
9117
|
+
if ports is not None:
|
9118
|
+
pulumi.set(__self__, "ports", ports)
|
9119
|
+
|
9120
|
+
@property
|
9121
|
+
@pulumi.getter(name="ipProtocol")
|
9122
|
+
def ip_protocol(self) -> pulumi.Input[builtins.str]:
|
9123
|
+
"""
|
9124
|
+
(Output)
|
9125
|
+
The IP protocol to which this rule applies. The protocol
|
9126
|
+
type is required when creating a firewall rule.
|
9127
|
+
This value can either be one of the following well
|
9128
|
+
known protocol strings (tcp, udp, icmp, esp, ah, ipip, sctp),
|
9129
|
+
or the IP protocol number.
|
9130
|
+
"""
|
9131
|
+
return pulumi.get(self, "ip_protocol")
|
9132
|
+
|
9133
|
+
@ip_protocol.setter
|
9134
|
+
def ip_protocol(self, value: pulumi.Input[builtins.str]):
|
9135
|
+
pulumi.set(self, "ip_protocol", value)
|
9136
|
+
|
9137
|
+
@property
|
9138
|
+
@pulumi.getter
|
9139
|
+
def ports(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
9140
|
+
"""
|
9141
|
+
(Output)
|
9142
|
+
An optional list of ports to which this rule applies. This field
|
9143
|
+
is only applicable for UDP or TCP protocol. Each entry must be
|
9144
|
+
either an integer or a range. If not specified, this rule
|
9145
|
+
applies to connections through any port.
|
9146
|
+
Example inputs include: ["22"], ["80","443"], and
|
9147
|
+
["12345-12349"].
|
9148
|
+
"""
|
9149
|
+
return pulumi.get(self, "ports")
|
9150
|
+
|
9151
|
+
@ports.setter
|
9152
|
+
def ports(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9153
|
+
pulumi.set(self, "ports", value)
|
9154
|
+
|
9155
|
+
|
9156
|
+
if not MYPY:
|
9157
|
+
class ForwardingRuleServiceDirectoryRegistrationsArgsDict(TypedDict):
|
9158
|
+
namespace: NotRequired[pulumi.Input[builtins.str]]
|
9159
|
+
"""
|
9160
|
+
Service Directory namespace to register the forwarding rule under.
|
9161
|
+
"""
|
9162
|
+
service: NotRequired[pulumi.Input[builtins.str]]
|
9163
|
+
"""
|
9164
|
+
Service Directory service to register the forwarding rule under.
|
9165
|
+
"""
|
9166
|
+
elif False:
|
9167
|
+
ForwardingRuleServiceDirectoryRegistrationsArgsDict: TypeAlias = Mapping[str, Any]
|
9168
|
+
|
9169
|
+
@pulumi.input_type
|
9170
|
+
class ForwardingRuleServiceDirectoryRegistrationsArgs:
|
9171
|
+
def __init__(__self__, *,
|
9172
|
+
namespace: Optional[pulumi.Input[builtins.str]] = None,
|
9173
|
+
service: Optional[pulumi.Input[builtins.str]] = None):
|
9174
|
+
"""
|
9175
|
+
:param pulumi.Input[builtins.str] namespace: Service Directory namespace to register the forwarding rule under.
|
9176
|
+
:param pulumi.Input[builtins.str] service: Service Directory service to register the forwarding rule under.
|
9177
|
+
"""
|
9178
|
+
if namespace is not None:
|
9179
|
+
pulumi.set(__self__, "namespace", namespace)
|
9180
|
+
if service is not None:
|
9181
|
+
pulumi.set(__self__, "service", service)
|
9182
|
+
|
9183
|
+
@property
|
9184
|
+
@pulumi.getter
|
9185
|
+
def namespace(self) -> Optional[pulumi.Input[builtins.str]]:
|
9186
|
+
"""
|
9187
|
+
Service Directory namespace to register the forwarding rule under.
|
9188
|
+
"""
|
9189
|
+
return pulumi.get(self, "namespace")
|
9190
|
+
|
9191
|
+
@namespace.setter
|
9192
|
+
def namespace(self, value: Optional[pulumi.Input[builtins.str]]):
|
9193
|
+
pulumi.set(self, "namespace", value)
|
9194
|
+
|
9195
|
+
@property
|
9196
|
+
@pulumi.getter
|
9197
|
+
def service(self) -> Optional[pulumi.Input[builtins.str]]:
|
9198
|
+
"""
|
9199
|
+
Service Directory service to register the forwarding rule under.
|
9200
|
+
"""
|
9201
|
+
return pulumi.get(self, "service")
|
9202
|
+
|
9203
|
+
@service.setter
|
9204
|
+
def service(self, value: Optional[pulumi.Input[builtins.str]]):
|
9205
|
+
pulumi.set(self, "service", value)
|
9206
|
+
|
9207
|
+
|
9208
|
+
if not MYPY:
|
9209
|
+
class FutureReservationAutoCreatedReservationsDurationArgsDict(TypedDict):
|
9210
|
+
nanos: NotRequired[pulumi.Input[builtins.int]]
|
9211
|
+
"""
|
9212
|
+
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.
|
9213
|
+
"""
|
9214
|
+
seconds: NotRequired[pulumi.Input[builtins.str]]
|
9215
|
+
"""
|
9216
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
9217
|
+
"""
|
9218
|
+
elif False:
|
9219
|
+
FutureReservationAutoCreatedReservationsDurationArgsDict: TypeAlias = Mapping[str, Any]
|
9220
|
+
|
9221
|
+
@pulumi.input_type
|
9222
|
+
class FutureReservationAutoCreatedReservationsDurationArgs:
|
9223
|
+
def __init__(__self__, *,
|
9224
|
+
nanos: Optional[pulumi.Input[builtins.int]] = None,
|
9225
|
+
seconds: Optional[pulumi.Input[builtins.str]] = None):
|
9226
|
+
"""
|
9227
|
+
: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.
|
9228
|
+
: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.
|
9229
|
+
"""
|
9230
|
+
if nanos is not None:
|
9231
|
+
pulumi.set(__self__, "nanos", nanos)
|
9232
|
+
if seconds is not None:
|
9233
|
+
pulumi.set(__self__, "seconds", seconds)
|
9234
|
+
|
9235
|
+
@property
|
9236
|
+
@pulumi.getter
|
9237
|
+
def nanos(self) -> Optional[pulumi.Input[builtins.int]]:
|
9238
|
+
"""
|
9239
|
+
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.
|
9240
|
+
"""
|
9241
|
+
return pulumi.get(self, "nanos")
|
9242
|
+
|
9243
|
+
@nanos.setter
|
9244
|
+
def nanos(self, value: Optional[pulumi.Input[builtins.int]]):
|
9245
|
+
pulumi.set(self, "nanos", value)
|
9246
|
+
|
9247
|
+
@property
|
9248
|
+
@pulumi.getter
|
9249
|
+
def seconds(self) -> Optional[pulumi.Input[builtins.str]]:
|
9250
|
+
"""
|
9251
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
9252
|
+
"""
|
9253
|
+
return pulumi.get(self, "seconds")
|
9254
|
+
|
9255
|
+
@seconds.setter
|
9256
|
+
def seconds(self, value: Optional[pulumi.Input[builtins.str]]):
|
9257
|
+
pulumi.set(self, "seconds", value)
|
9258
|
+
|
9259
|
+
|
9260
|
+
if not MYPY:
|
9261
|
+
class FutureReservationCommitmentInfoArgsDict(TypedDict):
|
9262
|
+
commitment_name: NotRequired[pulumi.Input[builtins.str]]
|
9263
|
+
"""
|
9264
|
+
name of the commitment where capacity is being delivered to.
|
9265
|
+
"""
|
9266
|
+
commitment_plan: NotRequired[pulumi.Input[builtins.str]]
|
9267
|
+
"""
|
9268
|
+
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.
|
9269
|
+
Possible values are: `INVALID`, `THIRTY_SIX_MONTH`, `TWELVE_MONTH`.
|
9270
|
+
"""
|
9271
|
+
previous_commitment_terms: NotRequired[pulumi.Input[builtins.str]]
|
9272
|
+
"""
|
9273
|
+
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.
|
9274
|
+
Possible values are: `EXTEND`.
|
9275
|
+
"""
|
9276
|
+
elif False:
|
9277
|
+
FutureReservationCommitmentInfoArgsDict: TypeAlias = Mapping[str, Any]
|
9278
|
+
|
9279
|
+
@pulumi.input_type
|
9280
|
+
class FutureReservationCommitmentInfoArgs:
|
9281
|
+
def __init__(__self__, *,
|
9282
|
+
commitment_name: Optional[pulumi.Input[builtins.str]] = None,
|
9283
|
+
commitment_plan: Optional[pulumi.Input[builtins.str]] = None,
|
9284
|
+
previous_commitment_terms: Optional[pulumi.Input[builtins.str]] = None):
|
9285
|
+
"""
|
9286
|
+
:param pulumi.Input[builtins.str] commitment_name: name of the commitment where capacity is being delivered to.
|
9287
|
+
: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.
|
9288
|
+
Possible values are: `INVALID`, `THIRTY_SIX_MONTH`, `TWELVE_MONTH`.
|
9289
|
+
: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.
|
9290
|
+
Possible values are: `EXTEND`.
|
9291
|
+
"""
|
9292
|
+
if commitment_name is not None:
|
9293
|
+
pulumi.set(__self__, "commitment_name", commitment_name)
|
9294
|
+
if commitment_plan is not None:
|
9295
|
+
pulumi.set(__self__, "commitment_plan", commitment_plan)
|
9296
|
+
if previous_commitment_terms is not None:
|
9297
|
+
pulumi.set(__self__, "previous_commitment_terms", previous_commitment_terms)
|
9298
|
+
|
9299
|
+
@property
|
9300
|
+
@pulumi.getter(name="commitmentName")
|
9301
|
+
def commitment_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
9302
|
+
"""
|
9303
|
+
name of the commitment where capacity is being delivered to.
|
9304
|
+
"""
|
9305
|
+
return pulumi.get(self, "commitment_name")
|
9306
|
+
|
9307
|
+
@commitment_name.setter
|
9308
|
+
def commitment_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
9309
|
+
pulumi.set(self, "commitment_name", value)
|
9310
|
+
|
9311
|
+
@property
|
9312
|
+
@pulumi.getter(name="commitmentPlan")
|
9313
|
+
def commitment_plan(self) -> Optional[pulumi.Input[builtins.str]]:
|
9314
|
+
"""
|
9315
|
+
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.
|
9316
|
+
Possible values are: `INVALID`, `THIRTY_SIX_MONTH`, `TWELVE_MONTH`.
|
9317
|
+
"""
|
9318
|
+
return pulumi.get(self, "commitment_plan")
|
9319
|
+
|
9320
|
+
@commitment_plan.setter
|
9321
|
+
def commitment_plan(self, value: Optional[pulumi.Input[builtins.str]]):
|
9322
|
+
pulumi.set(self, "commitment_plan", value)
|
9323
|
+
|
9324
|
+
@property
|
9325
|
+
@pulumi.getter(name="previousCommitmentTerms")
|
9326
|
+
def previous_commitment_terms(self) -> Optional[pulumi.Input[builtins.str]]:
|
9327
|
+
"""
|
9328
|
+
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.
|
9329
|
+
Possible values are: `EXTEND`.
|
9330
|
+
"""
|
9331
|
+
return pulumi.get(self, "previous_commitment_terms")
|
9332
|
+
|
9333
|
+
@previous_commitment_terms.setter
|
9334
|
+
def previous_commitment_terms(self, value: Optional[pulumi.Input[builtins.str]]):
|
9335
|
+
pulumi.set(self, "previous_commitment_terms", value)
|
9336
|
+
|
9337
|
+
|
9338
|
+
if not MYPY:
|
9339
|
+
class FutureReservationShareSettingsArgsDict(TypedDict):
|
9340
|
+
project_maps: NotRequired[pulumi.Input[Sequence[pulumi.Input['FutureReservationShareSettingsProjectMapArgsDict']]]]
|
9341
|
+
"""
|
9342
|
+
A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
9343
|
+
Structure is documented below.
|
9344
|
+
"""
|
9345
|
+
projects: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
9346
|
+
"""
|
9347
|
+
list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
9348
|
+
"""
|
9349
|
+
share_type: NotRequired[pulumi.Input[builtins.str]]
|
9350
|
+
"""
|
9351
|
+
Type of sharing for this future reservation.
|
9352
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
9353
|
+
"""
|
9354
|
+
elif False:
|
9355
|
+
FutureReservationShareSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
9356
|
+
|
9357
|
+
@pulumi.input_type
|
9358
|
+
class FutureReservationShareSettingsArgs:
|
9359
|
+
def __init__(__self__, *,
|
9360
|
+
project_maps: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationShareSettingsProjectMapArgs']]]] = None,
|
9361
|
+
projects: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
9362
|
+
share_type: Optional[pulumi.Input[builtins.str]] = None):
|
9363
|
+
"""
|
9364
|
+
: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.
|
9365
|
+
Structure is documented below.
|
9366
|
+
: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.
|
9367
|
+
:param pulumi.Input[builtins.str] share_type: Type of sharing for this future reservation.
|
9368
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
9369
|
+
"""
|
9370
|
+
if project_maps is not None:
|
9371
|
+
pulumi.set(__self__, "project_maps", project_maps)
|
9372
|
+
if projects is not None:
|
9373
|
+
pulumi.set(__self__, "projects", projects)
|
9374
|
+
if share_type is not None:
|
9375
|
+
pulumi.set(__self__, "share_type", share_type)
|
9376
|
+
|
9377
|
+
@property
|
9378
|
+
@pulumi.getter(name="projectMaps")
|
9379
|
+
def project_maps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationShareSettingsProjectMapArgs']]]]:
|
9380
|
+
"""
|
9381
|
+
A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
9382
|
+
Structure is documented below.
|
9383
|
+
"""
|
9384
|
+
return pulumi.get(self, "project_maps")
|
9385
|
+
|
9386
|
+
@project_maps.setter
|
9387
|
+
def project_maps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationShareSettingsProjectMapArgs']]]]):
|
9388
|
+
pulumi.set(self, "project_maps", value)
|
9389
|
+
|
9390
|
+
@property
|
9391
|
+
@pulumi.getter
|
9392
|
+
def projects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
9393
|
+
"""
|
9394
|
+
list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
9395
|
+
"""
|
9396
|
+
return pulumi.get(self, "projects")
|
9397
|
+
|
9398
|
+
@projects.setter
|
9399
|
+
def projects(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9400
|
+
pulumi.set(self, "projects", value)
|
9401
|
+
|
9402
|
+
@property
|
9403
|
+
@pulumi.getter(name="shareType")
|
9404
|
+
def share_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
9405
|
+
"""
|
9406
|
+
Type of sharing for this future reservation.
|
9407
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
9408
|
+
"""
|
9409
|
+
return pulumi.get(self, "share_type")
|
9410
|
+
|
9411
|
+
@share_type.setter
|
9412
|
+
def share_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
9413
|
+
pulumi.set(self, "share_type", value)
|
9414
|
+
|
9415
|
+
|
9416
|
+
if not MYPY:
|
9417
|
+
class FutureReservationShareSettingsProjectMapArgsDict(TypedDict):
|
9418
|
+
id: pulumi.Input[builtins.str]
|
9419
|
+
"""
|
9420
|
+
The identifier for this object. Format specified above.
|
9421
|
+
"""
|
9422
|
+
project_id: NotRequired[pulumi.Input[builtins.str]]
|
9423
|
+
"""
|
9424
|
+
The project ID, should be same as the key of this project config in the parent map.
|
9425
|
+
"""
|
9426
|
+
elif False:
|
9427
|
+
FutureReservationShareSettingsProjectMapArgsDict: TypeAlias = Mapping[str, Any]
|
9428
|
+
|
9429
|
+
@pulumi.input_type
|
9430
|
+
class FutureReservationShareSettingsProjectMapArgs:
|
9431
|
+
def __init__(__self__, *,
|
9432
|
+
id: pulumi.Input[builtins.str],
|
9433
|
+
project_id: Optional[pulumi.Input[builtins.str]] = None):
|
9434
|
+
"""
|
9435
|
+
:param pulumi.Input[builtins.str] id: The identifier for this object. Format specified above.
|
9436
|
+
:param pulumi.Input[builtins.str] project_id: The project ID, should be same as the key of this project config in the parent map.
|
9437
|
+
"""
|
9438
|
+
pulumi.set(__self__, "id", id)
|
9439
|
+
if project_id is not None:
|
9440
|
+
pulumi.set(__self__, "project_id", project_id)
|
9441
|
+
|
9442
|
+
@property
|
9443
|
+
@pulumi.getter
|
9444
|
+
def id(self) -> pulumi.Input[builtins.str]:
|
9445
|
+
"""
|
9446
|
+
The identifier for this object. Format specified above.
|
9447
|
+
"""
|
9448
|
+
return pulumi.get(self, "id")
|
9449
|
+
|
9450
|
+
@id.setter
|
9451
|
+
def id(self, value: pulumi.Input[builtins.str]):
|
9452
|
+
pulumi.set(self, "id", value)
|
9453
|
+
|
9454
|
+
@property
|
9455
|
+
@pulumi.getter(name="projectId")
|
9456
|
+
def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
9457
|
+
"""
|
9458
|
+
The project ID, should be same as the key of this project config in the parent map.
|
9459
|
+
"""
|
9460
|
+
return pulumi.get(self, "project_id")
|
9461
|
+
|
9462
|
+
@project_id.setter
|
9463
|
+
def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
9464
|
+
pulumi.set(self, "project_id", value)
|
9465
|
+
|
9466
|
+
|
9467
|
+
if not MYPY:
|
9468
|
+
class FutureReservationSpecificSkuPropertiesArgsDict(TypedDict):
|
9469
|
+
instance_properties: NotRequired[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesArgsDict']]
|
9470
|
+
"""
|
9471
|
+
Properties of the SKU instances being reserved.
|
9472
|
+
Structure is documented below.
|
9473
|
+
"""
|
9474
|
+
source_instance_template: NotRequired[pulumi.Input[builtins.str]]
|
9475
|
+
"""
|
9476
|
+
The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
9477
|
+
"""
|
9478
|
+
total_count: NotRequired[pulumi.Input[builtins.str]]
|
9479
|
+
"""
|
9480
|
+
Total number of instances for which capacity assurance is requested at a future time period.
|
9481
|
+
"""
|
9482
|
+
elif False:
|
9483
|
+
FutureReservationSpecificSkuPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
9484
|
+
|
9485
|
+
@pulumi.input_type
|
9486
|
+
class FutureReservationSpecificSkuPropertiesArgs:
|
9487
|
+
def __init__(__self__, *,
|
9488
|
+
instance_properties: Optional[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesArgs']] = None,
|
9489
|
+
source_instance_template: Optional[pulumi.Input[builtins.str]] = None,
|
9490
|
+
total_count: Optional[pulumi.Input[builtins.str]] = None):
|
9491
|
+
"""
|
9492
|
+
:param pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesArgs'] instance_properties: Properties of the SKU instances being reserved.
|
9493
|
+
Structure is documented below.
|
9494
|
+
:param pulumi.Input[builtins.str] source_instance_template: The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
9495
|
+
:param pulumi.Input[builtins.str] total_count: Total number of instances for which capacity assurance is requested at a future time period.
|
9496
|
+
"""
|
9497
|
+
if instance_properties is not None:
|
9498
|
+
pulumi.set(__self__, "instance_properties", instance_properties)
|
9499
|
+
if source_instance_template is not None:
|
9500
|
+
pulumi.set(__self__, "source_instance_template", source_instance_template)
|
9501
|
+
if total_count is not None:
|
9502
|
+
pulumi.set(__self__, "total_count", total_count)
|
9503
|
+
|
9504
|
+
@property
|
9505
|
+
@pulumi.getter(name="instanceProperties")
|
9506
|
+
def instance_properties(self) -> Optional[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesArgs']]:
|
9507
|
+
"""
|
9508
|
+
Properties of the SKU instances being reserved.
|
9509
|
+
Structure is documented below.
|
9510
|
+
"""
|
9511
|
+
return pulumi.get(self, "instance_properties")
|
9512
|
+
|
9513
|
+
@instance_properties.setter
|
9514
|
+
def instance_properties(self, value: Optional[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesArgs']]):
|
9515
|
+
pulumi.set(self, "instance_properties", value)
|
9516
|
+
|
9517
|
+
@property
|
9518
|
+
@pulumi.getter(name="sourceInstanceTemplate")
|
9519
|
+
def source_instance_template(self) -> Optional[pulumi.Input[builtins.str]]:
|
9520
|
+
"""
|
9521
|
+
The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
9522
|
+
"""
|
9523
|
+
return pulumi.get(self, "source_instance_template")
|
9524
|
+
|
9525
|
+
@source_instance_template.setter
|
9526
|
+
def source_instance_template(self, value: Optional[pulumi.Input[builtins.str]]):
|
9527
|
+
pulumi.set(self, "source_instance_template", value)
|
9528
|
+
|
9529
|
+
@property
|
9530
|
+
@pulumi.getter(name="totalCount")
|
9531
|
+
def total_count(self) -> Optional[pulumi.Input[builtins.str]]:
|
9532
|
+
"""
|
9533
|
+
Total number of instances for which capacity assurance is requested at a future time period.
|
9534
|
+
"""
|
9535
|
+
return pulumi.get(self, "total_count")
|
9536
|
+
|
9537
|
+
@total_count.setter
|
9538
|
+
def total_count(self, value: Optional[pulumi.Input[builtins.str]]):
|
9539
|
+
pulumi.set(self, "total_count", value)
|
9540
|
+
|
9541
|
+
|
9542
|
+
if not MYPY:
|
9543
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesArgsDict(TypedDict):
|
9544
|
+
guest_accelerators: NotRequired[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgsDict']]]]
|
9545
|
+
"""
|
9546
|
+
Specifies accelerator type and count.
|
9547
|
+
Structure is documented below.
|
9548
|
+
"""
|
9549
|
+
local_ssds: NotRequired[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgsDict']]]]
|
9550
|
+
"""
|
9551
|
+
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
9552
|
+
Structure is documented below.
|
9553
|
+
"""
|
9554
|
+
location_hint: NotRequired[pulumi.Input[builtins.str]]
|
9555
|
+
"""
|
9556
|
+
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.
|
9557
|
+
"""
|
9558
|
+
machine_type: NotRequired[pulumi.Input[builtins.str]]
|
9559
|
+
"""
|
9560
|
+
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.
|
9561
|
+
"""
|
9562
|
+
maintenance_freeze_duration_hours: NotRequired[pulumi.Input[builtins.int]]
|
9563
|
+
"""
|
9564
|
+
Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
|
9565
|
+
"""
|
9566
|
+
maintenance_interval: NotRequired[pulumi.Input[builtins.str]]
|
9567
|
+
"""
|
9568
|
+
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
9569
|
+
Possible values are: `PERIODIC`.
|
9570
|
+
"""
|
9571
|
+
min_cpu_platform: NotRequired[pulumi.Input[builtins.str]]
|
9572
|
+
"""
|
9573
|
+
Minimum cpu platform the reservation.
|
9574
|
+
"""
|
9575
|
+
elif False:
|
9576
|
+
FutureReservationSpecificSkuPropertiesInstancePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
9577
|
+
|
9578
|
+
@pulumi.input_type
|
9579
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesArgs:
|
9580
|
+
def __init__(__self__, *,
|
9581
|
+
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]]] = None,
|
9582
|
+
local_ssds: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgs']]]] = None,
|
9583
|
+
location_hint: Optional[pulumi.Input[builtins.str]] = None,
|
9584
|
+
machine_type: Optional[pulumi.Input[builtins.str]] = None,
|
9585
|
+
maintenance_freeze_duration_hours: Optional[pulumi.Input[builtins.int]] = None,
|
9586
|
+
maintenance_interval: Optional[pulumi.Input[builtins.str]] = None,
|
9587
|
+
min_cpu_platform: Optional[pulumi.Input[builtins.str]] = None):
|
9588
|
+
"""
|
9589
|
+
:param pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]] guest_accelerators: Specifies accelerator type and count.
|
9590
|
+
Structure is documented below.
|
9591
|
+
: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.
|
9592
|
+
Structure is documented below.
|
9593
|
+
: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.
|
9594
|
+
: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.
|
9595
|
+
: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.
|
9596
|
+
:param pulumi.Input[builtins.str] maintenance_interval: Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
9597
|
+
Possible values are: `PERIODIC`.
|
9598
|
+
:param pulumi.Input[builtins.str] min_cpu_platform: Minimum cpu platform the reservation.
|
9599
|
+
"""
|
9600
|
+
if guest_accelerators is not None:
|
9601
|
+
pulumi.set(__self__, "guest_accelerators", guest_accelerators)
|
9602
|
+
if local_ssds is not None:
|
9603
|
+
pulumi.set(__self__, "local_ssds", local_ssds)
|
9604
|
+
if location_hint is not None:
|
9605
|
+
pulumi.set(__self__, "location_hint", location_hint)
|
9606
|
+
if machine_type is not None:
|
9607
|
+
pulumi.set(__self__, "machine_type", machine_type)
|
9608
|
+
if maintenance_freeze_duration_hours is not None:
|
9609
|
+
pulumi.set(__self__, "maintenance_freeze_duration_hours", maintenance_freeze_duration_hours)
|
9610
|
+
if maintenance_interval is not None:
|
9611
|
+
pulumi.set(__self__, "maintenance_interval", maintenance_interval)
|
9612
|
+
if min_cpu_platform is not None:
|
9613
|
+
pulumi.set(__self__, "min_cpu_platform", min_cpu_platform)
|
9614
|
+
|
9615
|
+
@property
|
9616
|
+
@pulumi.getter(name="guestAccelerators")
|
9617
|
+
def guest_accelerators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]]]:
|
9618
|
+
"""
|
9619
|
+
Specifies accelerator type and count.
|
9620
|
+
Structure is documented below.
|
9621
|
+
"""
|
9622
|
+
return pulumi.get(self, "guest_accelerators")
|
9623
|
+
|
9624
|
+
@guest_accelerators.setter
|
9625
|
+
def guest_accelerators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]]]):
|
9626
|
+
pulumi.set(self, "guest_accelerators", value)
|
9627
|
+
|
9628
|
+
@property
|
9629
|
+
@pulumi.getter(name="localSsds")
|
9630
|
+
def local_ssds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgs']]]]:
|
9631
|
+
"""
|
9632
|
+
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
9633
|
+
Structure is documented below.
|
9634
|
+
"""
|
9635
|
+
return pulumi.get(self, "local_ssds")
|
9636
|
+
|
9637
|
+
@local_ssds.setter
|
9638
|
+
def local_ssds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgs']]]]):
|
9639
|
+
pulumi.set(self, "local_ssds", value)
|
9640
|
+
|
9641
|
+
@property
|
9642
|
+
@pulumi.getter(name="locationHint")
|
9643
|
+
def location_hint(self) -> Optional[pulumi.Input[builtins.str]]:
|
9644
|
+
"""
|
9645
|
+
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.
|
9646
|
+
"""
|
9647
|
+
return pulumi.get(self, "location_hint")
|
9648
|
+
|
9649
|
+
@location_hint.setter
|
9650
|
+
def location_hint(self, value: Optional[pulumi.Input[builtins.str]]):
|
9651
|
+
pulumi.set(self, "location_hint", value)
|
9652
|
+
|
9653
|
+
@property
|
9654
|
+
@pulumi.getter(name="machineType")
|
9655
|
+
def machine_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
9656
|
+
"""
|
9657
|
+
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.
|
9658
|
+
"""
|
9659
|
+
return pulumi.get(self, "machine_type")
|
9660
|
+
|
9661
|
+
@machine_type.setter
|
9662
|
+
def machine_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
9663
|
+
pulumi.set(self, "machine_type", value)
|
9664
|
+
|
9665
|
+
@property
|
9666
|
+
@pulumi.getter(name="maintenanceFreezeDurationHours")
|
9667
|
+
def maintenance_freeze_duration_hours(self) -> Optional[pulumi.Input[builtins.int]]:
|
9668
|
+
"""
|
9669
|
+
Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
|
9670
|
+
"""
|
9671
|
+
return pulumi.get(self, "maintenance_freeze_duration_hours")
|
9672
|
+
|
9673
|
+
@maintenance_freeze_duration_hours.setter
|
9674
|
+
def maintenance_freeze_duration_hours(self, value: Optional[pulumi.Input[builtins.int]]):
|
9675
|
+
pulumi.set(self, "maintenance_freeze_duration_hours", value)
|
9676
|
+
|
9677
|
+
@property
|
9678
|
+
@pulumi.getter(name="maintenanceInterval")
|
9679
|
+
def maintenance_interval(self) -> Optional[pulumi.Input[builtins.str]]:
|
9680
|
+
"""
|
9681
|
+
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
9682
|
+
Possible values are: `PERIODIC`.
|
9683
|
+
"""
|
9684
|
+
return pulumi.get(self, "maintenance_interval")
|
9685
|
+
|
9686
|
+
@maintenance_interval.setter
|
9687
|
+
def maintenance_interval(self, value: Optional[pulumi.Input[builtins.str]]):
|
9688
|
+
pulumi.set(self, "maintenance_interval", value)
|
9689
|
+
|
9690
|
+
@property
|
9691
|
+
@pulumi.getter(name="minCpuPlatform")
|
9692
|
+
def min_cpu_platform(self) -> Optional[pulumi.Input[builtins.str]]:
|
9693
|
+
"""
|
9694
|
+
Minimum cpu platform the reservation.
|
9695
|
+
"""
|
9696
|
+
return pulumi.get(self, "min_cpu_platform")
|
9697
|
+
|
9698
|
+
@min_cpu_platform.setter
|
9699
|
+
def min_cpu_platform(self, value: Optional[pulumi.Input[builtins.str]]):
|
9700
|
+
pulumi.set(self, "min_cpu_platform", value)
|
9701
|
+
|
9702
|
+
|
9703
|
+
if not MYPY:
|
9704
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgsDict(TypedDict):
|
9705
|
+
accelerator_count: NotRequired[pulumi.Input[builtins.int]]
|
9706
|
+
"""
|
9707
|
+
The number of the guest accelerator cards exposed to this instance.
|
9708
|
+
"""
|
9709
|
+
accelerator_type: NotRequired[pulumi.Input[builtins.str]]
|
9710
|
+
"""
|
9711
|
+
Full or partial URL of the accelerator type resource to attach to this instance.
|
9712
|
+
"""
|
9713
|
+
elif False:
|
9714
|
+
FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgsDict: TypeAlias = Mapping[str, Any]
|
9715
|
+
|
9716
|
+
@pulumi.input_type
|
9717
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs:
|
9718
|
+
def __init__(__self__, *,
|
9719
|
+
accelerator_count: Optional[pulumi.Input[builtins.int]] = None,
|
9720
|
+
accelerator_type: Optional[pulumi.Input[builtins.str]] = None):
|
9721
|
+
"""
|
9722
|
+
:param pulumi.Input[builtins.int] accelerator_count: The number of the guest accelerator cards exposed to this instance.
|
9723
|
+
:param pulumi.Input[builtins.str] accelerator_type: Full or partial URL of the accelerator type resource to attach to this instance.
|
9724
|
+
"""
|
9725
|
+
if accelerator_count is not None:
|
9726
|
+
pulumi.set(__self__, "accelerator_count", accelerator_count)
|
9727
|
+
if accelerator_type is not None:
|
9728
|
+
pulumi.set(__self__, "accelerator_type", accelerator_type)
|
9729
|
+
|
9730
|
+
@property
|
9731
|
+
@pulumi.getter(name="acceleratorCount")
|
9732
|
+
def accelerator_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
9733
|
+
"""
|
9734
|
+
The number of the guest accelerator cards exposed to this instance.
|
9735
|
+
"""
|
9736
|
+
return pulumi.get(self, "accelerator_count")
|
9737
|
+
|
9738
|
+
@accelerator_count.setter
|
9739
|
+
def accelerator_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
9740
|
+
pulumi.set(self, "accelerator_count", value)
|
9741
|
+
|
9742
|
+
@property
|
9743
|
+
@pulumi.getter(name="acceleratorType")
|
9744
|
+
def accelerator_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
9745
|
+
"""
|
9746
|
+
Full or partial URL of the accelerator type resource to attach to this instance.
|
9747
|
+
"""
|
9748
|
+
return pulumi.get(self, "accelerator_type")
|
9749
|
+
|
9750
|
+
@accelerator_type.setter
|
9751
|
+
def accelerator_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
9752
|
+
pulumi.set(self, "accelerator_type", value)
|
9753
|
+
|
9754
|
+
|
9755
|
+
if not MYPY:
|
9756
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgsDict(TypedDict):
|
9757
|
+
disk_size_gb: NotRequired[pulumi.Input[builtins.str]]
|
9758
|
+
"""
|
9759
|
+
Specifies the size of the disk in base-2 GB.
|
9760
|
+
"""
|
9761
|
+
interface: NotRequired[pulumi.Input[builtins.str]]
|
9762
|
+
"""
|
9763
|
+
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
9764
|
+
Possible values are: `SCSI`, `NVME`.
|
9765
|
+
"""
|
9766
|
+
elif False:
|
9767
|
+
FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgsDict: TypeAlias = Mapping[str, Any]
|
9768
|
+
|
9769
|
+
@pulumi.input_type
|
9770
|
+
class FutureReservationSpecificSkuPropertiesInstancePropertiesLocalSsdArgs:
|
9771
|
+
def __init__(__self__, *,
|
9772
|
+
disk_size_gb: Optional[pulumi.Input[builtins.str]] = None,
|
9773
|
+
interface: Optional[pulumi.Input[builtins.str]] = None):
|
9774
|
+
"""
|
9775
|
+
:param pulumi.Input[builtins.str] disk_size_gb: Specifies the size of the disk in base-2 GB.
|
9776
|
+
: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.
|
9777
|
+
Possible values are: `SCSI`, `NVME`.
|
9778
|
+
"""
|
9779
|
+
if disk_size_gb is not None:
|
9780
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
9781
|
+
if interface is not None:
|
9782
|
+
pulumi.set(__self__, "interface", interface)
|
9783
|
+
|
9784
|
+
@property
|
9785
|
+
@pulumi.getter(name="diskSizeGb")
|
9786
|
+
def disk_size_gb(self) -> Optional[pulumi.Input[builtins.str]]:
|
9787
|
+
"""
|
9788
|
+
Specifies the size of the disk in base-2 GB.
|
9789
|
+
"""
|
9790
|
+
return pulumi.get(self, "disk_size_gb")
|
9791
|
+
|
9792
|
+
@disk_size_gb.setter
|
9793
|
+
def disk_size_gb(self, value: Optional[pulumi.Input[builtins.str]]):
|
9794
|
+
pulumi.set(self, "disk_size_gb", value)
|
9795
|
+
|
9796
|
+
@property
|
9797
|
+
@pulumi.getter
|
9798
|
+
def interface(self) -> Optional[pulumi.Input[builtins.str]]:
|
9799
|
+
"""
|
9800
|
+
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
9801
|
+
Possible values are: `SCSI`, `NVME`.
|
9802
|
+
"""
|
9803
|
+
return pulumi.get(self, "interface")
|
9804
|
+
|
9805
|
+
@interface.setter
|
9806
|
+
def interface(self, value: Optional[pulumi.Input[builtins.str]]):
|
9807
|
+
pulumi.set(self, "interface", value)
|
9808
|
+
|
9809
|
+
|
9810
|
+
if not MYPY:
|
9811
|
+
class FutureReservationStatusArgsDict(TypedDict):
|
9812
|
+
amendment_status: NotRequired[pulumi.Input[builtins.str]]
|
9813
|
+
"""
|
9814
|
+
The current status of the requested amendment.
|
9815
|
+
Possible values are: .
|
9816
|
+
"""
|
9817
|
+
auto_created_reservations: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
9818
|
+
"""
|
9819
|
+
Fully qualified urls of the automatically created reservations at startTime.
|
9820
|
+
"""
|
9821
|
+
fulfilled_count: NotRequired[pulumi.Input[builtins.str]]
|
9822
|
+
"""
|
9823
|
+
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.
|
9824
|
+
"""
|
9825
|
+
last_known_good_state: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateArgsDict']]
|
9826
|
+
"""
|
9827
|
+
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.
|
9828
|
+
Structure is documented below.
|
9829
|
+
"""
|
9830
|
+
lock_time: NotRequired[pulumi.Input[builtins.str]]
|
9831
|
+
"""
|
9832
|
+
The lock time of the FutureReservation before an amendment was requested.
|
9833
|
+
"""
|
9834
|
+
procurement_status: NotRequired[pulumi.Input[builtins.str]]
|
9835
|
+
"""
|
9836
|
+
The status of the last known good state for the Future Reservation
|
9837
|
+
Possible values are: .
|
9838
|
+
"""
|
9839
|
+
specific_sku_properties: NotRequired[pulumi.Input['FutureReservationStatusSpecificSkuPropertiesArgsDict']]
|
9840
|
+
"""
|
9841
|
+
The previous instance related properties of the Future Reservation.
|
9842
|
+
Structure is documented below.
|
9843
|
+
"""
|
9844
|
+
elif False:
|
9845
|
+
FutureReservationStatusArgsDict: TypeAlias = Mapping[str, Any]
|
9846
|
+
|
9847
|
+
@pulumi.input_type
|
9848
|
+
class FutureReservationStatusArgs:
|
9849
|
+
def __init__(__self__, *,
|
9850
|
+
amendment_status: Optional[pulumi.Input[builtins.str]] = None,
|
9851
|
+
auto_created_reservations: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
9852
|
+
fulfilled_count: Optional[pulumi.Input[builtins.str]] = None,
|
9853
|
+
last_known_good_state: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateArgs']] = None,
|
9854
|
+
lock_time: Optional[pulumi.Input[builtins.str]] = None,
|
9855
|
+
procurement_status: Optional[pulumi.Input[builtins.str]] = None,
|
9856
|
+
specific_sku_properties: Optional[pulumi.Input['FutureReservationStatusSpecificSkuPropertiesArgs']] = None):
|
9857
|
+
"""
|
9858
|
+
:param pulumi.Input[builtins.str] amendment_status: The current status of the requested amendment.
|
9859
|
+
Possible values are: .
|
9860
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] auto_created_reservations: Fully qualified urls of the automatically created reservations at startTime.
|
9861
|
+
: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.
|
9862
|
+
: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.
|
9863
|
+
Structure is documented below.
|
9864
|
+
:param pulumi.Input[builtins.str] lock_time: The lock time of the FutureReservation before an amendment was requested.
|
9865
|
+
:param pulumi.Input[builtins.str] procurement_status: The status of the last known good state for the Future Reservation
|
9866
|
+
Possible values are: .
|
9867
|
+
:param pulumi.Input['FutureReservationStatusSpecificSkuPropertiesArgs'] specific_sku_properties: The previous instance related properties of the Future Reservation.
|
9868
|
+
Structure is documented below.
|
9869
|
+
"""
|
9870
|
+
if amendment_status is not None:
|
9871
|
+
pulumi.set(__self__, "amendment_status", amendment_status)
|
9872
|
+
if auto_created_reservations is not None:
|
9873
|
+
pulumi.set(__self__, "auto_created_reservations", auto_created_reservations)
|
9874
|
+
if fulfilled_count is not None:
|
9875
|
+
pulumi.set(__self__, "fulfilled_count", fulfilled_count)
|
9876
|
+
if last_known_good_state is not None:
|
9877
|
+
pulumi.set(__self__, "last_known_good_state", last_known_good_state)
|
9878
|
+
if lock_time is not None:
|
9879
|
+
pulumi.set(__self__, "lock_time", lock_time)
|
9880
|
+
if procurement_status is not None:
|
9881
|
+
pulumi.set(__self__, "procurement_status", procurement_status)
|
9882
|
+
if specific_sku_properties is not None:
|
9883
|
+
pulumi.set(__self__, "specific_sku_properties", specific_sku_properties)
|
9884
|
+
|
9885
|
+
@property
|
9886
|
+
@pulumi.getter(name="amendmentStatus")
|
9887
|
+
def amendment_status(self) -> Optional[pulumi.Input[builtins.str]]:
|
9888
|
+
"""
|
9889
|
+
The current status of the requested amendment.
|
9890
|
+
Possible values are: .
|
9891
|
+
"""
|
9892
|
+
return pulumi.get(self, "amendment_status")
|
9893
|
+
|
9894
|
+
@amendment_status.setter
|
9895
|
+
def amendment_status(self, value: Optional[pulumi.Input[builtins.str]]):
|
9896
|
+
pulumi.set(self, "amendment_status", value)
|
9897
|
+
|
9898
|
+
@property
|
9899
|
+
@pulumi.getter(name="autoCreatedReservations")
|
9900
|
+
def auto_created_reservations(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
9901
|
+
"""
|
9902
|
+
Fully qualified urls of the automatically created reservations at startTime.
|
9903
|
+
"""
|
9904
|
+
return pulumi.get(self, "auto_created_reservations")
|
9905
|
+
|
9906
|
+
@auto_created_reservations.setter
|
9907
|
+
def auto_created_reservations(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
9908
|
+
pulumi.set(self, "auto_created_reservations", value)
|
9909
|
+
|
9910
|
+
@property
|
9911
|
+
@pulumi.getter(name="fulfilledCount")
|
9912
|
+
def fulfilled_count(self) -> Optional[pulumi.Input[builtins.str]]:
|
9913
|
+
"""
|
9914
|
+
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.
|
9915
|
+
"""
|
9916
|
+
return pulumi.get(self, "fulfilled_count")
|
9917
|
+
|
9918
|
+
@fulfilled_count.setter
|
9919
|
+
def fulfilled_count(self, value: Optional[pulumi.Input[builtins.str]]):
|
9920
|
+
pulumi.set(self, "fulfilled_count", value)
|
9921
|
+
|
9922
|
+
@property
|
9923
|
+
@pulumi.getter(name="lastKnownGoodState")
|
9924
|
+
def last_known_good_state(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateArgs']]:
|
9925
|
+
"""
|
9926
|
+
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.
|
9927
|
+
Structure is documented below.
|
9928
|
+
"""
|
9929
|
+
return pulumi.get(self, "last_known_good_state")
|
9930
|
+
|
9931
|
+
@last_known_good_state.setter
|
9932
|
+
def last_known_good_state(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateArgs']]):
|
9933
|
+
pulumi.set(self, "last_known_good_state", value)
|
9934
|
+
|
9935
|
+
@property
|
9936
|
+
@pulumi.getter(name="lockTime")
|
9937
|
+
def lock_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
9938
|
+
"""
|
9939
|
+
The lock time of the FutureReservation before an amendment was requested.
|
9940
|
+
"""
|
9941
|
+
return pulumi.get(self, "lock_time")
|
9942
|
+
|
9943
|
+
@lock_time.setter
|
9944
|
+
def lock_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
9945
|
+
pulumi.set(self, "lock_time", value)
|
9946
|
+
|
9947
|
+
@property
|
9948
|
+
@pulumi.getter(name="procurementStatus")
|
9949
|
+
def procurement_status(self) -> Optional[pulumi.Input[builtins.str]]:
|
9950
|
+
"""
|
9951
|
+
The status of the last known good state for the Future Reservation
|
9952
|
+
Possible values are: .
|
9953
|
+
"""
|
9954
|
+
return pulumi.get(self, "procurement_status")
|
9955
|
+
|
9956
|
+
@procurement_status.setter
|
9957
|
+
def procurement_status(self, value: Optional[pulumi.Input[builtins.str]]):
|
9958
|
+
pulumi.set(self, "procurement_status", value)
|
9959
|
+
|
9960
|
+
@property
|
9961
|
+
@pulumi.getter(name="specificSkuProperties")
|
9962
|
+
def specific_sku_properties(self) -> Optional[pulumi.Input['FutureReservationStatusSpecificSkuPropertiesArgs']]:
|
9963
|
+
"""
|
9964
|
+
The previous instance related properties of the Future Reservation.
|
9965
|
+
Structure is documented below.
|
9966
|
+
"""
|
9967
|
+
return pulumi.get(self, "specific_sku_properties")
|
9968
|
+
|
9969
|
+
@specific_sku_properties.setter
|
9970
|
+
def specific_sku_properties(self, value: Optional[pulumi.Input['FutureReservationStatusSpecificSkuPropertiesArgs']]):
|
9971
|
+
pulumi.set(self, "specific_sku_properties", value)
|
9972
|
+
|
9973
|
+
|
9974
|
+
if not MYPY:
|
9975
|
+
class FutureReservationStatusLastKnownGoodStateArgsDict(TypedDict):
|
9976
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
9977
|
+
"""
|
9978
|
+
The description of the FutureReservation before an amendment was requested.
|
9979
|
+
"""
|
9980
|
+
existing_matching_usage_info: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgsDict']]
|
9981
|
+
"""
|
9982
|
+
Represents the matching usage for the future reservation before an amendment was requested.
|
9983
|
+
Structure is documented below.
|
9984
|
+
"""
|
9985
|
+
future_reservation_specs: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgsDict']]
|
9986
|
+
"""
|
9987
|
+
The previous instance-related properties of the Future Reservation.
|
9988
|
+
Structure is documented below.
|
9989
|
+
"""
|
9990
|
+
lock_time: NotRequired[pulumi.Input[builtins.str]]
|
9991
|
+
"""
|
9992
|
+
The lock time of the FutureReservation before an amendment was requested.
|
9993
|
+
"""
|
9994
|
+
name_prefix: NotRequired[pulumi.Input[builtins.str]]
|
9995
|
+
"""
|
9996
|
+
The name prefix of the Future Reservation before an amendment was requested.
|
9997
|
+
"""
|
9998
|
+
procurement_status: NotRequired[pulumi.Input[builtins.str]]
|
9999
|
+
"""
|
10000
|
+
The status of the last known good state for the Future Reservation
|
10001
|
+
Possible values are: .
|
10002
|
+
"""
|
10003
|
+
elif False:
|
10004
|
+
FutureReservationStatusLastKnownGoodStateArgsDict: TypeAlias = Mapping[str, Any]
|
10005
|
+
|
10006
|
+
@pulumi.input_type
|
10007
|
+
class FutureReservationStatusLastKnownGoodStateArgs:
|
10008
|
+
def __init__(__self__, *,
|
10009
|
+
description: Optional[pulumi.Input[builtins.str]] = None,
|
10010
|
+
existing_matching_usage_info: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgs']] = None,
|
10011
|
+
future_reservation_specs: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgs']] = None,
|
10012
|
+
lock_time: Optional[pulumi.Input[builtins.str]] = None,
|
10013
|
+
name_prefix: Optional[pulumi.Input[builtins.str]] = None,
|
10014
|
+
procurement_status: Optional[pulumi.Input[builtins.str]] = None):
|
10015
|
+
"""
|
10016
|
+
:param pulumi.Input[builtins.str] description: The description of the FutureReservation before an amendment was requested.
|
10017
|
+
:param pulumi.Input['FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgs'] existing_matching_usage_info: Represents the matching usage for the future reservation before an amendment was requested.
|
10018
|
+
Structure is documented below.
|
10019
|
+
:param pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgs'] future_reservation_specs: The previous instance-related properties of the Future Reservation.
|
10020
|
+
Structure is documented below.
|
10021
|
+
:param pulumi.Input[builtins.str] lock_time: The lock time of the FutureReservation before an amendment was requested.
|
10022
|
+
:param pulumi.Input[builtins.str] name_prefix: The name prefix of the Future Reservation before an amendment was requested.
|
10023
|
+
:param pulumi.Input[builtins.str] procurement_status: The status of the last known good state for the Future Reservation
|
10024
|
+
Possible values are: .
|
10025
|
+
"""
|
10026
|
+
if description is not None:
|
10027
|
+
pulumi.set(__self__, "description", description)
|
10028
|
+
if existing_matching_usage_info is not None:
|
10029
|
+
pulumi.set(__self__, "existing_matching_usage_info", existing_matching_usage_info)
|
10030
|
+
if future_reservation_specs is not None:
|
10031
|
+
pulumi.set(__self__, "future_reservation_specs", future_reservation_specs)
|
10032
|
+
if lock_time is not None:
|
10033
|
+
pulumi.set(__self__, "lock_time", lock_time)
|
10034
|
+
if name_prefix is not None:
|
10035
|
+
pulumi.set(__self__, "name_prefix", name_prefix)
|
10036
|
+
if procurement_status is not None:
|
10037
|
+
pulumi.set(__self__, "procurement_status", procurement_status)
|
10038
|
+
|
10039
|
+
@property
|
10040
|
+
@pulumi.getter
|
10041
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
10042
|
+
"""
|
10043
|
+
The description of the FutureReservation before an amendment was requested.
|
10044
|
+
"""
|
10045
|
+
return pulumi.get(self, "description")
|
10046
|
+
|
10047
|
+
@description.setter
|
10048
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
10049
|
+
pulumi.set(self, "description", value)
|
10050
|
+
|
10051
|
+
@property
|
10052
|
+
@pulumi.getter(name="existingMatchingUsageInfo")
|
10053
|
+
def existing_matching_usage_info(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgs']]:
|
10054
|
+
"""
|
10055
|
+
Represents the matching usage for the future reservation before an amendment was requested.
|
10056
|
+
Structure is documented below.
|
10057
|
+
"""
|
10058
|
+
return pulumi.get(self, "existing_matching_usage_info")
|
10059
|
+
|
10060
|
+
@existing_matching_usage_info.setter
|
10061
|
+
def existing_matching_usage_info(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgs']]):
|
10062
|
+
pulumi.set(self, "existing_matching_usage_info", value)
|
10063
|
+
|
10064
|
+
@property
|
10065
|
+
@pulumi.getter(name="futureReservationSpecs")
|
10066
|
+
def future_reservation_specs(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgs']]:
|
10067
|
+
"""
|
10068
|
+
The previous instance-related properties of the Future Reservation.
|
10069
|
+
Structure is documented below.
|
10070
|
+
"""
|
10071
|
+
return pulumi.get(self, "future_reservation_specs")
|
10072
|
+
|
10073
|
+
@future_reservation_specs.setter
|
10074
|
+
def future_reservation_specs(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgs']]):
|
10075
|
+
pulumi.set(self, "future_reservation_specs", value)
|
10076
|
+
|
10077
|
+
@property
|
10078
|
+
@pulumi.getter(name="lockTime")
|
10079
|
+
def lock_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
10080
|
+
"""
|
10081
|
+
The lock time of the FutureReservation before an amendment was requested.
|
10082
|
+
"""
|
10083
|
+
return pulumi.get(self, "lock_time")
|
10084
|
+
|
10085
|
+
@lock_time.setter
|
10086
|
+
def lock_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
10087
|
+
pulumi.set(self, "lock_time", value)
|
10088
|
+
|
10089
|
+
@property
|
10090
|
+
@pulumi.getter(name="namePrefix")
|
10091
|
+
def name_prefix(self) -> Optional[pulumi.Input[builtins.str]]:
|
10092
|
+
"""
|
10093
|
+
The name prefix of the Future Reservation before an amendment was requested.
|
10094
|
+
"""
|
10095
|
+
return pulumi.get(self, "name_prefix")
|
10096
|
+
|
10097
|
+
@name_prefix.setter
|
10098
|
+
def name_prefix(self, value: Optional[pulumi.Input[builtins.str]]):
|
10099
|
+
pulumi.set(self, "name_prefix", value)
|
10100
|
+
|
10101
|
+
@property
|
10102
|
+
@pulumi.getter(name="procurementStatus")
|
10103
|
+
def procurement_status(self) -> Optional[pulumi.Input[builtins.str]]:
|
10104
|
+
"""
|
10105
|
+
The status of the last known good state for the Future Reservation
|
10106
|
+
Possible values are: .
|
10107
|
+
"""
|
10108
|
+
return pulumi.get(self, "procurement_status")
|
10109
|
+
|
10110
|
+
@procurement_status.setter
|
10111
|
+
def procurement_status(self, value: Optional[pulumi.Input[builtins.str]]):
|
10112
|
+
pulumi.set(self, "procurement_status", value)
|
10113
|
+
|
10114
|
+
|
10115
|
+
if not MYPY:
|
10116
|
+
class FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgsDict(TypedDict):
|
10117
|
+
count: NotRequired[pulumi.Input[builtins.str]]
|
10118
|
+
"""
|
10119
|
+
Count representing minimum(FR totalCount, matching_reserved_capacity+matching_unreserved_instances).
|
10120
|
+
"""
|
10121
|
+
time_stamp: NotRequired[pulumi.Input[builtins.str]]
|
10122
|
+
"""
|
10123
|
+
Timestamp when the matching usage was calculated.
|
10124
|
+
"""
|
10125
|
+
elif False:
|
10126
|
+
FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgsDict: TypeAlias = Mapping[str, Any]
|
10127
|
+
|
10128
|
+
@pulumi.input_type
|
10129
|
+
class FutureReservationStatusLastKnownGoodStateExistingMatchingUsageInfoArgs:
|
10130
|
+
def __init__(__self__, *,
|
10131
|
+
count: Optional[pulumi.Input[builtins.str]] = None,
|
10132
|
+
time_stamp: Optional[pulumi.Input[builtins.str]] = None):
|
10133
|
+
"""
|
10134
|
+
:param pulumi.Input[builtins.str] count: Count representing minimum(FR totalCount, matching_reserved_capacity+matching_unreserved_instances).
|
10135
|
+
:param pulumi.Input[builtins.str] time_stamp: Timestamp when the matching usage was calculated.
|
10136
|
+
"""
|
10137
|
+
if count is not None:
|
10138
|
+
pulumi.set(__self__, "count", count)
|
10139
|
+
if time_stamp is not None:
|
10140
|
+
pulumi.set(__self__, "time_stamp", time_stamp)
|
10141
|
+
|
10142
|
+
@property
|
10143
|
+
@pulumi.getter
|
10144
|
+
def count(self) -> Optional[pulumi.Input[builtins.str]]:
|
10145
|
+
"""
|
10146
|
+
Count representing minimum(FR totalCount, matching_reserved_capacity+matching_unreserved_instances).
|
10147
|
+
"""
|
10148
|
+
return pulumi.get(self, "count")
|
10149
|
+
|
10150
|
+
@count.setter
|
10151
|
+
def count(self, value: Optional[pulumi.Input[builtins.str]]):
|
10152
|
+
pulumi.set(self, "count", value)
|
10153
|
+
|
10154
|
+
@property
|
10155
|
+
@pulumi.getter(name="timeStamp")
|
10156
|
+
def time_stamp(self) -> Optional[pulumi.Input[builtins.str]]:
|
10157
|
+
"""
|
10158
|
+
Timestamp when the matching usage was calculated.
|
10159
|
+
"""
|
10160
|
+
return pulumi.get(self, "time_stamp")
|
10161
|
+
|
10162
|
+
@time_stamp.setter
|
10163
|
+
def time_stamp(self, value: Optional[pulumi.Input[builtins.str]]):
|
10164
|
+
pulumi.set(self, "time_stamp", value)
|
10165
|
+
|
10166
|
+
|
10167
|
+
if not MYPY:
|
10168
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgsDict(TypedDict):
|
10169
|
+
share_settings: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgsDict']]
|
10170
|
+
"""
|
10171
|
+
The previous share settings of the Future Reservation.
|
10172
|
+
Structure is documented below.
|
10173
|
+
"""
|
10174
|
+
specific_sku_properties: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgsDict']]
|
10175
|
+
"""
|
10176
|
+
The previous instance related properties of the Future Reservation.
|
10177
|
+
Structure is documented below.
|
10178
|
+
"""
|
10179
|
+
time_window: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgsDict']]
|
10180
|
+
"""
|
10181
|
+
Time window for this Future Reservation.
|
10182
|
+
Structure is documented below.
|
10183
|
+
"""
|
10184
|
+
elif False:
|
10185
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgsDict: TypeAlias = Mapping[str, Any]
|
10186
|
+
|
10187
|
+
@pulumi.input_type
|
10188
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsArgs:
|
10189
|
+
def __init__(__self__, *,
|
10190
|
+
share_settings: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgs']] = None,
|
10191
|
+
specific_sku_properties: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgs']] = None,
|
10192
|
+
time_window: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgs']] = None):
|
10193
|
+
"""
|
10194
|
+
:param pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgs'] share_settings: The previous share settings of the Future Reservation.
|
10195
|
+
Structure is documented below.
|
10196
|
+
:param pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgs'] specific_sku_properties: The previous instance related properties of the Future Reservation.
|
10197
|
+
Structure is documented below.
|
10198
|
+
:param pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgs'] time_window: Time window for this Future Reservation.
|
10199
|
+
Structure is documented below.
|
10200
|
+
"""
|
10201
|
+
if share_settings is not None:
|
10202
|
+
pulumi.set(__self__, "share_settings", share_settings)
|
10203
|
+
if specific_sku_properties is not None:
|
10204
|
+
pulumi.set(__self__, "specific_sku_properties", specific_sku_properties)
|
10205
|
+
if time_window is not None:
|
10206
|
+
pulumi.set(__self__, "time_window", time_window)
|
10207
|
+
|
10208
|
+
@property
|
10209
|
+
@pulumi.getter(name="shareSettings")
|
10210
|
+
def share_settings(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgs']]:
|
10211
|
+
"""
|
10212
|
+
The previous share settings of the Future Reservation.
|
10213
|
+
Structure is documented below.
|
10214
|
+
"""
|
10215
|
+
return pulumi.get(self, "share_settings")
|
10216
|
+
|
10217
|
+
@share_settings.setter
|
10218
|
+
def share_settings(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgs']]):
|
10219
|
+
pulumi.set(self, "share_settings", value)
|
10220
|
+
|
10221
|
+
@property
|
10222
|
+
@pulumi.getter(name="specificSkuProperties")
|
10223
|
+
def specific_sku_properties(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgs']]:
|
10224
|
+
"""
|
10225
|
+
The previous instance related properties of the Future Reservation.
|
10226
|
+
Structure is documented below.
|
10227
|
+
"""
|
10228
|
+
return pulumi.get(self, "specific_sku_properties")
|
10229
|
+
|
10230
|
+
@specific_sku_properties.setter
|
10231
|
+
def specific_sku_properties(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgs']]):
|
10232
|
+
pulumi.set(self, "specific_sku_properties", value)
|
10233
|
+
|
10234
|
+
@property
|
10235
|
+
@pulumi.getter(name="timeWindow")
|
10236
|
+
def time_window(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgs']]:
|
10237
|
+
"""
|
10238
|
+
Time window for this Future Reservation.
|
10239
|
+
Structure is documented below.
|
10240
|
+
"""
|
10241
|
+
return pulumi.get(self, "time_window")
|
10242
|
+
|
10243
|
+
@time_window.setter
|
10244
|
+
def time_window(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgs']]):
|
10245
|
+
pulumi.set(self, "time_window", value)
|
10246
|
+
|
10247
|
+
|
10248
|
+
if not MYPY:
|
10249
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgsDict(TypedDict):
|
10250
|
+
project_maps: NotRequired[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgsDict']]]]
|
10251
|
+
"""
|
10252
|
+
A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
10253
|
+
Structure is documented below.
|
10254
|
+
"""
|
10255
|
+
projects: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
10256
|
+
"""
|
10257
|
+
list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
10258
|
+
"""
|
10259
|
+
share_type: NotRequired[pulumi.Input[builtins.str]]
|
10260
|
+
"""
|
10261
|
+
Type of sharing for this future reservation.
|
10262
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
10263
|
+
"""
|
10264
|
+
elif False:
|
10265
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
10266
|
+
|
10267
|
+
@pulumi.input_type
|
10268
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsArgs:
|
10269
|
+
def __init__(__self__, *,
|
10270
|
+
project_maps: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgs']]]] = None,
|
10271
|
+
projects: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
10272
|
+
share_type: Optional[pulumi.Input[builtins.str]] = None):
|
10273
|
+
"""
|
10274
|
+
: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.
|
10275
|
+
Structure is documented below.
|
10276
|
+
: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.
|
10277
|
+
:param pulumi.Input[builtins.str] share_type: Type of sharing for this future reservation.
|
10278
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
10279
|
+
"""
|
10280
|
+
if project_maps is not None:
|
10281
|
+
pulumi.set(__self__, "project_maps", project_maps)
|
10282
|
+
if projects is not None:
|
10283
|
+
pulumi.set(__self__, "projects", projects)
|
10284
|
+
if share_type is not None:
|
10285
|
+
pulumi.set(__self__, "share_type", share_type)
|
10286
|
+
|
10287
|
+
@property
|
10288
|
+
@pulumi.getter(name="projectMaps")
|
10289
|
+
def project_maps(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgs']]]]:
|
10290
|
+
"""
|
10291
|
+
A map of project id and project config. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
10292
|
+
Structure is documented below.
|
10293
|
+
"""
|
10294
|
+
return pulumi.get(self, "project_maps")
|
10295
|
+
|
10296
|
+
@project_maps.setter
|
10297
|
+
def project_maps(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgs']]]]):
|
10298
|
+
pulumi.set(self, "project_maps", value)
|
10299
|
+
|
10300
|
+
@property
|
10301
|
+
@pulumi.getter
|
10302
|
+
def projects(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
10303
|
+
"""
|
10304
|
+
list of Project names to specify consumer projects for this shared-reservation. This is only valid when shareType's value is SPECIFIC_PROJECTS.
|
10305
|
+
"""
|
10306
|
+
return pulumi.get(self, "projects")
|
10307
|
+
|
10308
|
+
@projects.setter
|
10309
|
+
def projects(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
10310
|
+
pulumi.set(self, "projects", value)
|
10311
|
+
|
10312
|
+
@property
|
10313
|
+
@pulumi.getter(name="shareType")
|
10314
|
+
def share_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
10315
|
+
"""
|
10316
|
+
Type of sharing for this future reservation.
|
10317
|
+
Possible values are: `LOCAL`, `SPECIFIC_PROJECTS`.
|
10318
|
+
"""
|
10319
|
+
return pulumi.get(self, "share_type")
|
10320
|
+
|
10321
|
+
@share_type.setter
|
10322
|
+
def share_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
10323
|
+
pulumi.set(self, "share_type", value)
|
10324
|
+
|
10325
|
+
|
10326
|
+
if not MYPY:
|
10327
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgsDict(TypedDict):
|
10328
|
+
project: pulumi.Input[builtins.str]
|
10329
|
+
"""
|
10330
|
+
(Required) The identifier for this object. Format specified above.
|
10331
|
+
"""
|
10332
|
+
project_id: NotRequired[pulumi.Input[builtins.str]]
|
10333
|
+
"""
|
10334
|
+
The project ID, should be same as the key of this project config in the parent map.
|
10335
|
+
"""
|
10336
|
+
elif False:
|
10337
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgsDict: TypeAlias = Mapping[str, Any]
|
10338
|
+
|
10339
|
+
@pulumi.input_type
|
10340
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsShareSettingsProjectMapArgs:
|
10341
|
+
def __init__(__self__, *,
|
10342
|
+
project: pulumi.Input[builtins.str],
|
10343
|
+
project_id: Optional[pulumi.Input[builtins.str]] = None):
|
10344
|
+
"""
|
10345
|
+
:param pulumi.Input[builtins.str] project: (Required) The identifier for this object. Format specified above.
|
10346
|
+
:param pulumi.Input[builtins.str] project_id: The project ID, should be same as the key of this project config in the parent map.
|
10347
|
+
"""
|
10348
|
+
pulumi.set(__self__, "project", project)
|
10349
|
+
if project_id is not None:
|
10350
|
+
pulumi.set(__self__, "project_id", project_id)
|
10351
|
+
|
10352
|
+
@property
|
10353
|
+
@pulumi.getter
|
10354
|
+
def project(self) -> pulumi.Input[builtins.str]:
|
10355
|
+
"""
|
10356
|
+
(Required) The identifier for this object. Format specified above.
|
10357
|
+
"""
|
10358
|
+
return pulumi.get(self, "project")
|
10359
|
+
|
10360
|
+
@project.setter
|
10361
|
+
def project(self, value: pulumi.Input[builtins.str]):
|
10362
|
+
pulumi.set(self, "project", value)
|
10363
|
+
|
10364
|
+
@property
|
10365
|
+
@pulumi.getter(name="projectId")
|
10366
|
+
def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
10367
|
+
"""
|
10368
|
+
The project ID, should be same as the key of this project config in the parent map.
|
10369
|
+
"""
|
10370
|
+
return pulumi.get(self, "project_id")
|
10371
|
+
|
10372
|
+
@project_id.setter
|
10373
|
+
def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
10374
|
+
pulumi.set(self, "project_id", value)
|
10375
|
+
|
10376
|
+
|
10377
|
+
if not MYPY:
|
10378
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgsDict(TypedDict):
|
10379
|
+
instance_properties: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgsDict']]
|
10380
|
+
"""
|
10381
|
+
Properties of the SKU instances being reserved.
|
10382
|
+
Structure is documented below.
|
10383
|
+
"""
|
10384
|
+
source_instance_template: NotRequired[pulumi.Input[builtins.str]]
|
10385
|
+
"""
|
10386
|
+
The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
10387
|
+
"""
|
10388
|
+
total_count: NotRequired[pulumi.Input[builtins.str]]
|
10389
|
+
"""
|
10390
|
+
Total number of instances for which capacity assurance is requested at a future time period.
|
10391
|
+
"""
|
10392
|
+
elif False:
|
10393
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
10394
|
+
|
10395
|
+
@pulumi.input_type
|
10396
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesArgs:
|
10397
|
+
def __init__(__self__, *,
|
10398
|
+
instance_properties: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgs']] = None,
|
10399
|
+
source_instance_template: Optional[pulumi.Input[builtins.str]] = None,
|
10400
|
+
total_count: Optional[pulumi.Input[builtins.str]] = None):
|
10401
|
+
"""
|
10402
|
+
:param pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgs'] instance_properties: Properties of the SKU instances being reserved.
|
10403
|
+
Structure is documented below.
|
10404
|
+
:param pulumi.Input[builtins.str] source_instance_template: The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
10405
|
+
:param pulumi.Input[builtins.str] total_count: Total number of instances for which capacity assurance is requested at a future time period.
|
10406
|
+
"""
|
10407
|
+
if instance_properties is not None:
|
10408
|
+
pulumi.set(__self__, "instance_properties", instance_properties)
|
10409
|
+
if source_instance_template is not None:
|
10410
|
+
pulumi.set(__self__, "source_instance_template", source_instance_template)
|
10411
|
+
if total_count is not None:
|
10412
|
+
pulumi.set(__self__, "total_count", total_count)
|
10413
|
+
|
10414
|
+
@property
|
10415
|
+
@pulumi.getter(name="instanceProperties")
|
10416
|
+
def instance_properties(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgs']]:
|
10417
|
+
"""
|
10418
|
+
Properties of the SKU instances being reserved.
|
10419
|
+
Structure is documented below.
|
10420
|
+
"""
|
10421
|
+
return pulumi.get(self, "instance_properties")
|
10422
|
+
|
10423
|
+
@instance_properties.setter
|
10424
|
+
def instance_properties(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgs']]):
|
10425
|
+
pulumi.set(self, "instance_properties", value)
|
10426
|
+
|
10427
|
+
@property
|
10428
|
+
@pulumi.getter(name="sourceInstanceTemplate")
|
10429
|
+
def source_instance_template(self) -> Optional[pulumi.Input[builtins.str]]:
|
10430
|
+
"""
|
10431
|
+
The instance template that will be used to populate the ReservedInstanceProperties of the future reservation
|
10432
|
+
"""
|
10433
|
+
return pulumi.get(self, "source_instance_template")
|
10434
|
+
|
10435
|
+
@source_instance_template.setter
|
10436
|
+
def source_instance_template(self, value: Optional[pulumi.Input[builtins.str]]):
|
10437
|
+
pulumi.set(self, "source_instance_template", value)
|
10438
|
+
|
10439
|
+
@property
|
10440
|
+
@pulumi.getter(name="totalCount")
|
10441
|
+
def total_count(self) -> Optional[pulumi.Input[builtins.str]]:
|
10442
|
+
"""
|
10443
|
+
Total number of instances for which capacity assurance is requested at a future time period.
|
10444
|
+
"""
|
10445
|
+
return pulumi.get(self, "total_count")
|
10446
|
+
|
10447
|
+
@total_count.setter
|
10448
|
+
def total_count(self, value: Optional[pulumi.Input[builtins.str]]):
|
10449
|
+
pulumi.set(self, "total_count", value)
|
10450
|
+
|
10451
|
+
|
10452
|
+
if not MYPY:
|
10453
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgsDict(TypedDict):
|
10454
|
+
guest_accelerators: NotRequired[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgsDict']]]]
|
10455
|
+
"""
|
10456
|
+
Specifies accelerator type and count.
|
10457
|
+
Structure is documented below.
|
10458
|
+
"""
|
10459
|
+
local_ssds: NotRequired[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgsDict']]]]
|
10460
|
+
"""
|
10461
|
+
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
10462
|
+
Structure is documented below.
|
10463
|
+
"""
|
10464
|
+
location_hint: NotRequired[pulumi.Input[builtins.str]]
|
10465
|
+
"""
|
10466
|
+
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.
|
10467
|
+
"""
|
10468
|
+
machine_type: NotRequired[pulumi.Input[builtins.str]]
|
10469
|
+
"""
|
10470
|
+
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.
|
10471
|
+
"""
|
10472
|
+
maintenance_freeze_duration_hours: NotRequired[pulumi.Input[builtins.int]]
|
10473
|
+
"""
|
10474
|
+
Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
|
10475
|
+
"""
|
10476
|
+
maintenance_interval: NotRequired[pulumi.Input[builtins.str]]
|
10477
|
+
"""
|
10478
|
+
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
10479
|
+
Possible values are: `PERIODIC`.
|
10480
|
+
"""
|
10481
|
+
min_cpu_platform: NotRequired[pulumi.Input[builtins.str]]
|
10482
|
+
"""
|
10483
|
+
Minimum cpu platform the reservation.
|
10484
|
+
"""
|
10485
|
+
elif False:
|
10486
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
10487
|
+
|
10488
|
+
@pulumi.input_type
|
10489
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesArgs:
|
10490
|
+
def __init__(__self__, *,
|
10491
|
+
guest_accelerators: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]]] = None,
|
10492
|
+
local_ssds: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgs']]]] = None,
|
10493
|
+
location_hint: Optional[pulumi.Input[builtins.str]] = None,
|
10494
|
+
machine_type: Optional[pulumi.Input[builtins.str]] = None,
|
10495
|
+
maintenance_freeze_duration_hours: Optional[pulumi.Input[builtins.int]] = None,
|
10496
|
+
maintenance_interval: Optional[pulumi.Input[builtins.str]] = None,
|
10497
|
+
min_cpu_platform: Optional[pulumi.Input[builtins.str]] = None):
|
10498
|
+
"""
|
10499
|
+
:param pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]] guest_accelerators: Specifies accelerator type and count.
|
10500
|
+
Structure is documented below.
|
10501
|
+
: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.
|
10502
|
+
Structure is documented below.
|
10503
|
+
: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.
|
10504
|
+
: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.
|
10505
|
+
: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.
|
10506
|
+
:param pulumi.Input[builtins.str] maintenance_interval: Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
10507
|
+
Possible values are: `PERIODIC`.
|
10508
|
+
:param pulumi.Input[builtins.str] min_cpu_platform: Minimum cpu platform the reservation.
|
10509
|
+
"""
|
10510
|
+
if guest_accelerators is not None:
|
10511
|
+
pulumi.set(__self__, "guest_accelerators", guest_accelerators)
|
10512
|
+
if local_ssds is not None:
|
10513
|
+
pulumi.set(__self__, "local_ssds", local_ssds)
|
10514
|
+
if location_hint is not None:
|
10515
|
+
pulumi.set(__self__, "location_hint", location_hint)
|
10516
|
+
if machine_type is not None:
|
10517
|
+
pulumi.set(__self__, "machine_type", machine_type)
|
10518
|
+
if maintenance_freeze_duration_hours is not None:
|
10519
|
+
pulumi.set(__self__, "maintenance_freeze_duration_hours", maintenance_freeze_duration_hours)
|
10520
|
+
if maintenance_interval is not None:
|
10521
|
+
pulumi.set(__self__, "maintenance_interval", maintenance_interval)
|
10522
|
+
if min_cpu_platform is not None:
|
10523
|
+
pulumi.set(__self__, "min_cpu_platform", min_cpu_platform)
|
10524
|
+
|
10525
|
+
@property
|
10526
|
+
@pulumi.getter(name="guestAccelerators")
|
10527
|
+
def guest_accelerators(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]]]:
|
10528
|
+
"""
|
10529
|
+
Specifies accelerator type and count.
|
10530
|
+
Structure is documented below.
|
10531
|
+
"""
|
10532
|
+
return pulumi.get(self, "guest_accelerators")
|
10533
|
+
|
10534
|
+
@guest_accelerators.setter
|
10535
|
+
def guest_accelerators(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs']]]]):
|
10536
|
+
pulumi.set(self, "guest_accelerators", value)
|
10537
|
+
|
10538
|
+
@property
|
10539
|
+
@pulumi.getter(name="localSsds")
|
10540
|
+
def local_ssds(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgs']]]]:
|
10541
|
+
"""
|
10542
|
+
Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
|
10543
|
+
Structure is documented below.
|
10544
|
+
"""
|
10545
|
+
return pulumi.get(self, "local_ssds")
|
10546
|
+
|
10547
|
+
@local_ssds.setter
|
10548
|
+
def local_ssds(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgs']]]]):
|
10549
|
+
pulumi.set(self, "local_ssds", value)
|
10550
|
+
|
10551
|
+
@property
|
10552
|
+
@pulumi.getter(name="locationHint")
|
10553
|
+
def location_hint(self) -> Optional[pulumi.Input[builtins.str]]:
|
10554
|
+
"""
|
10555
|
+
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.
|
10556
|
+
"""
|
10557
|
+
return pulumi.get(self, "location_hint")
|
10558
|
+
|
10559
|
+
@location_hint.setter
|
10560
|
+
def location_hint(self, value: Optional[pulumi.Input[builtins.str]]):
|
10561
|
+
pulumi.set(self, "location_hint", value)
|
10562
|
+
|
10563
|
+
@property
|
10564
|
+
@pulumi.getter(name="machineType")
|
10565
|
+
def machine_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
10566
|
+
"""
|
10567
|
+
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.
|
10568
|
+
"""
|
10569
|
+
return pulumi.get(self, "machine_type")
|
10570
|
+
|
10571
|
+
@machine_type.setter
|
10572
|
+
def machine_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
10573
|
+
pulumi.set(self, "machine_type", value)
|
10574
|
+
|
10575
|
+
@property
|
10576
|
+
@pulumi.getter(name="maintenanceFreezeDurationHours")
|
10577
|
+
def maintenance_freeze_duration_hours(self) -> Optional[pulumi.Input[builtins.int]]:
|
10578
|
+
"""
|
10579
|
+
Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
|
10580
|
+
"""
|
10581
|
+
return pulumi.get(self, "maintenance_freeze_duration_hours")
|
10582
|
+
|
10583
|
+
@maintenance_freeze_duration_hours.setter
|
10584
|
+
def maintenance_freeze_duration_hours(self, value: Optional[pulumi.Input[builtins.int]]):
|
10585
|
+
pulumi.set(self, "maintenance_freeze_duration_hours", value)
|
10586
|
+
|
10587
|
+
@property
|
10588
|
+
@pulumi.getter(name="maintenanceInterval")
|
10589
|
+
def maintenance_interval(self) -> Optional[pulumi.Input[builtins.str]]:
|
10590
|
+
"""
|
10591
|
+
Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC
|
10592
|
+
Possible values are: `PERIODIC`.
|
10593
|
+
"""
|
10594
|
+
return pulumi.get(self, "maintenance_interval")
|
10595
|
+
|
10596
|
+
@maintenance_interval.setter
|
10597
|
+
def maintenance_interval(self, value: Optional[pulumi.Input[builtins.str]]):
|
10598
|
+
pulumi.set(self, "maintenance_interval", value)
|
10599
|
+
|
10600
|
+
@property
|
10601
|
+
@pulumi.getter(name="minCpuPlatform")
|
10602
|
+
def min_cpu_platform(self) -> Optional[pulumi.Input[builtins.str]]:
|
10603
|
+
"""
|
10604
|
+
Minimum cpu platform the reservation.
|
10605
|
+
"""
|
10606
|
+
return pulumi.get(self, "min_cpu_platform")
|
10607
|
+
|
10608
|
+
@min_cpu_platform.setter
|
10609
|
+
def min_cpu_platform(self, value: Optional[pulumi.Input[builtins.str]]):
|
10610
|
+
pulumi.set(self, "min_cpu_platform", value)
|
10611
|
+
|
10612
|
+
|
10613
|
+
if not MYPY:
|
10614
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgsDict(TypedDict):
|
10615
|
+
accelerator_count: NotRequired[pulumi.Input[builtins.int]]
|
10616
|
+
"""
|
10617
|
+
The number of the guest accelerator cards exposed to this instance.
|
10618
|
+
"""
|
10619
|
+
accelerator_type: NotRequired[pulumi.Input[builtins.str]]
|
10620
|
+
"""
|
10621
|
+
Full or partial URL of the accelerator type resource to attach to this instance.
|
10622
|
+
"""
|
10623
|
+
elif False:
|
10624
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgsDict: TypeAlias = Mapping[str, Any]
|
10625
|
+
|
10626
|
+
@pulumi.input_type
|
10627
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesGuestAcceleratorArgs:
|
10628
|
+
def __init__(__self__, *,
|
10629
|
+
accelerator_count: Optional[pulumi.Input[builtins.int]] = None,
|
10630
|
+
accelerator_type: Optional[pulumi.Input[builtins.str]] = None):
|
10631
|
+
"""
|
10632
|
+
:param pulumi.Input[builtins.int] accelerator_count: The number of the guest accelerator cards exposed to this instance.
|
10633
|
+
:param pulumi.Input[builtins.str] accelerator_type: Full or partial URL of the accelerator type resource to attach to this instance.
|
10634
|
+
"""
|
10635
|
+
if accelerator_count is not None:
|
10636
|
+
pulumi.set(__self__, "accelerator_count", accelerator_count)
|
10637
|
+
if accelerator_type is not None:
|
10638
|
+
pulumi.set(__self__, "accelerator_type", accelerator_type)
|
10639
|
+
|
10640
|
+
@property
|
10641
|
+
@pulumi.getter(name="acceleratorCount")
|
10642
|
+
def accelerator_count(self) -> Optional[pulumi.Input[builtins.int]]:
|
10643
|
+
"""
|
10644
|
+
The number of the guest accelerator cards exposed to this instance.
|
10645
|
+
"""
|
10646
|
+
return pulumi.get(self, "accelerator_count")
|
10647
|
+
|
10648
|
+
@accelerator_count.setter
|
10649
|
+
def accelerator_count(self, value: Optional[pulumi.Input[builtins.int]]):
|
10650
|
+
pulumi.set(self, "accelerator_count", value)
|
10651
|
+
|
10652
|
+
@property
|
10653
|
+
@pulumi.getter(name="acceleratorType")
|
10654
|
+
def accelerator_type(self) -> Optional[pulumi.Input[builtins.str]]:
|
10655
|
+
"""
|
10656
|
+
Full or partial URL of the accelerator type resource to attach to this instance.
|
10657
|
+
"""
|
10658
|
+
return pulumi.get(self, "accelerator_type")
|
10659
|
+
|
10660
|
+
@accelerator_type.setter
|
10661
|
+
def accelerator_type(self, value: Optional[pulumi.Input[builtins.str]]):
|
10662
|
+
pulumi.set(self, "accelerator_type", value)
|
10663
|
+
|
10664
|
+
|
10665
|
+
if not MYPY:
|
10666
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgsDict(TypedDict):
|
10667
|
+
disk_size_gb: NotRequired[pulumi.Input[builtins.str]]
|
10668
|
+
"""
|
10669
|
+
Specifies the size of the disk in base-2 GB.
|
10670
|
+
"""
|
10671
|
+
interface: NotRequired[pulumi.Input[builtins.str]]
|
10672
|
+
"""
|
10673
|
+
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
10674
|
+
Possible values are: `SCSI`, `NVME`.
|
10675
|
+
"""
|
10676
|
+
elif False:
|
10677
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgsDict: TypeAlias = Mapping[str, Any]
|
10678
|
+
|
10679
|
+
@pulumi.input_type
|
10680
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsSpecificSkuPropertiesInstancePropertiesLocalSsdArgs:
|
10681
|
+
def __init__(__self__, *,
|
10682
|
+
disk_size_gb: Optional[pulumi.Input[builtins.str]] = None,
|
10683
|
+
interface: Optional[pulumi.Input[builtins.str]] = None):
|
10684
|
+
"""
|
10685
|
+
:param pulumi.Input[builtins.str] disk_size_gb: Specifies the size of the disk in base-2 GB.
|
10686
|
+
: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.
|
10687
|
+
Possible values are: `SCSI`, `NVME`.
|
10688
|
+
"""
|
10689
|
+
if disk_size_gb is not None:
|
10690
|
+
pulumi.set(__self__, "disk_size_gb", disk_size_gb)
|
10691
|
+
if interface is not None:
|
10692
|
+
pulumi.set(__self__, "interface", interface)
|
10693
|
+
|
10694
|
+
@property
|
10695
|
+
@pulumi.getter(name="diskSizeGb")
|
10696
|
+
def disk_size_gb(self) -> Optional[pulumi.Input[builtins.str]]:
|
10697
|
+
"""
|
10698
|
+
Specifies the size of the disk in base-2 GB.
|
10699
|
+
"""
|
10700
|
+
return pulumi.get(self, "disk_size_gb")
|
10701
|
+
|
10702
|
+
@disk_size_gb.setter
|
10703
|
+
def disk_size_gb(self, value: Optional[pulumi.Input[builtins.str]]):
|
10704
|
+
pulumi.set(self, "disk_size_gb", value)
|
10705
|
+
|
10706
|
+
@property
|
10707
|
+
@pulumi.getter
|
10708
|
+
def interface(self) -> Optional[pulumi.Input[builtins.str]]:
|
10709
|
+
"""
|
10710
|
+
Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI.
|
10711
|
+
Possible values are: `SCSI`, `NVME`.
|
10712
|
+
"""
|
10713
|
+
return pulumi.get(self, "interface")
|
10714
|
+
|
10715
|
+
@interface.setter
|
10716
|
+
def interface(self, value: Optional[pulumi.Input[builtins.str]]):
|
10717
|
+
pulumi.set(self, "interface", value)
|
10718
|
+
|
10719
|
+
|
10720
|
+
if not MYPY:
|
10721
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgsDict(TypedDict):
|
10722
|
+
duration: NotRequired[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgsDict']]
|
10723
|
+
"""
|
10724
|
+
Duration of the future reservation
|
10725
|
+
Structure is documented below.
|
10726
|
+
"""
|
10727
|
+
end_time: NotRequired[pulumi.Input[builtins.str]]
|
10728
|
+
"""
|
10729
|
+
End time of the future reservation in RFC3339 format.
|
10730
|
+
"""
|
10731
|
+
start_time: NotRequired[pulumi.Input[builtins.str]]
|
10732
|
+
"""
|
10733
|
+
Start time of the future reservation in RFC3339 format.
|
10734
|
+
"""
|
10735
|
+
elif False:
|
10736
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgsDict: TypeAlias = Mapping[str, Any]
|
8722
10737
|
|
8723
|
-
|
8724
|
-
|
8725
|
-
|
10738
|
+
@pulumi.input_type
|
10739
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowArgs:
|
10740
|
+
def __init__(__self__, *,
|
10741
|
+
duration: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgs']] = None,
|
10742
|
+
end_time: Optional[pulumi.Input[builtins.str]] = None,
|
10743
|
+
start_time: Optional[pulumi.Input[builtins.str]] = None):
|
10744
|
+
"""
|
10745
|
+
:param pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgs'] duration: Duration of the future reservation
|
10746
|
+
Structure is documented below.
|
10747
|
+
:param pulumi.Input[builtins.str] end_time: End time of the future reservation in RFC3339 format.
|
10748
|
+
:param pulumi.Input[builtins.str] start_time: Start time of the future reservation in RFC3339 format.
|
10749
|
+
"""
|
10750
|
+
if duration is not None:
|
10751
|
+
pulumi.set(__self__, "duration", duration)
|
10752
|
+
if end_time is not None:
|
10753
|
+
pulumi.set(__self__, "end_time", end_time)
|
10754
|
+
if start_time is not None:
|
10755
|
+
pulumi.set(__self__, "start_time", start_time)
|
8726
10756
|
|
8727
10757
|
@property
|
8728
|
-
@pulumi.getter
|
8729
|
-
def
|
10758
|
+
@pulumi.getter
|
10759
|
+
def duration(self) -> Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgs']]:
|
8730
10760
|
"""
|
8731
|
-
|
8732
|
-
|
10761
|
+
Duration of the future reservation
|
10762
|
+
Structure is documented below.
|
8733
10763
|
"""
|
8734
|
-
return pulumi.get(self, "
|
10764
|
+
return pulumi.get(self, "duration")
|
8735
10765
|
|
8736
|
-
@
|
8737
|
-
def
|
8738
|
-
pulumi.set(self, "
|
10766
|
+
@duration.setter
|
10767
|
+
def duration(self, value: Optional[pulumi.Input['FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgs']]):
|
10768
|
+
pulumi.set(self, "duration", value)
|
8739
10769
|
|
8740
10770
|
@property
|
8741
|
-
@pulumi.getter(name="
|
8742
|
-
def
|
10771
|
+
@pulumi.getter(name="endTime")
|
10772
|
+
def end_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
8743
10773
|
"""
|
8744
|
-
|
8745
|
-
Maximum number of source address groups is 10.
|
10774
|
+
End time of the future reservation in RFC3339 format.
|
8746
10775
|
"""
|
8747
|
-
return pulumi.get(self, "
|
10776
|
+
return pulumi.get(self, "end_time")
|
8748
10777
|
|
8749
|
-
@
|
8750
|
-
def
|
8751
|
-
pulumi.set(self, "
|
10778
|
+
@end_time.setter
|
10779
|
+
def end_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
10780
|
+
pulumi.set(self, "end_time", value)
|
8752
10781
|
|
8753
10782
|
@property
|
8754
|
-
@pulumi.getter(name="
|
8755
|
-
def
|
10783
|
+
@pulumi.getter(name="startTime")
|
10784
|
+
def start_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
8756
10785
|
"""
|
8757
|
-
|
8758
|
-
traffic source. Maximum number of source fqdn allowed is 100.
|
10786
|
+
Start time of the future reservation in RFC3339 format.
|
8759
10787
|
"""
|
8760
|
-
return pulumi.get(self, "
|
10788
|
+
return pulumi.get(self, "start_time")
|
8761
10789
|
|
8762
|
-
@
|
8763
|
-
def
|
8764
|
-
pulumi.set(self, "
|
10790
|
+
@start_time.setter
|
10791
|
+
def start_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
10792
|
+
pulumi.set(self, "start_time", value)
|
8765
10793
|
|
8766
|
-
|
8767
|
-
|
8768
|
-
|
10794
|
+
|
10795
|
+
if not MYPY:
|
10796
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgsDict(TypedDict):
|
10797
|
+
nanos: NotRequired[pulumi.Input[builtins.int]]
|
8769
10798
|
"""
|
8770
|
-
|
8771
|
-
|
10799
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
10800
|
+
|
10801
|
+
- - -
|
8772
10802
|
"""
|
8773
|
-
|
10803
|
+
seconds: NotRequired[pulumi.Input[builtins.str]]
|
10804
|
+
"""
|
10805
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
10806
|
+
"""
|
10807
|
+
elif False:
|
10808
|
+
FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgsDict: TypeAlias = Mapping[str, Any]
|
8774
10809
|
|
8775
|
-
|
8776
|
-
|
8777
|
-
|
10810
|
+
@pulumi.input_type
|
10811
|
+
class FutureReservationStatusLastKnownGoodStateFutureReservationSpecsTimeWindowDurationArgs:
|
10812
|
+
def __init__(__self__, *,
|
10813
|
+
nanos: Optional[pulumi.Input[builtins.int]] = None,
|
10814
|
+
seconds: Optional[pulumi.Input[builtins.str]] = None):
|
10815
|
+
"""
|
10816
|
+
:param pulumi.Input[builtins.int] nanos: Span of time that's a fraction of a second at nanosecond resolution.
|
10817
|
+
|
10818
|
+
- - -
|
10819
|
+
: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.
|
10820
|
+
"""
|
10821
|
+
if nanos is not None:
|
10822
|
+
pulumi.set(__self__, "nanos", nanos)
|
10823
|
+
if seconds is not None:
|
10824
|
+
pulumi.set(__self__, "seconds", seconds)
|
8778
10825
|
|
8779
10826
|
@property
|
8780
|
-
@pulumi.getter
|
8781
|
-
def
|
10827
|
+
@pulumi.getter
|
10828
|
+
def nanos(self) -> Optional[pulumi.Input[builtins.int]]:
|
8782
10829
|
"""
|
8783
|
-
|
8784
|
-
|
10830
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
10831
|
+
|
10832
|
+
- - -
|
8785
10833
|
"""
|
8786
|
-
return pulumi.get(self, "
|
10834
|
+
return pulumi.get(self, "nanos")
|
8787
10835
|
|
8788
|
-
@
|
8789
|
-
def
|
8790
|
-
pulumi.set(self, "
|
10836
|
+
@nanos.setter
|
10837
|
+
def nanos(self, value: Optional[pulumi.Input[builtins.int]]):
|
10838
|
+
pulumi.set(self, "nanos", value)
|
8791
10839
|
|
8792
10840
|
@property
|
8793
|
-
@pulumi.getter
|
8794
|
-
def
|
10841
|
+
@pulumi.getter
|
10842
|
+
def seconds(self) -> Optional[pulumi.Input[builtins.str]]:
|
8795
10843
|
"""
|
8796
|
-
|
10844
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
8797
10845
|
"""
|
8798
|
-
return pulumi.get(self, "
|
10846
|
+
return pulumi.get(self, "seconds")
|
8799
10847
|
|
8800
|
-
@
|
8801
|
-
def
|
8802
|
-
pulumi.set(self, "
|
10848
|
+
@seconds.setter
|
10849
|
+
def seconds(self, value: Optional[pulumi.Input[builtins.str]]):
|
10850
|
+
pulumi.set(self, "seconds", value)
|
8803
10851
|
|
8804
|
-
|
8805
|
-
|
8806
|
-
|
10852
|
+
|
10853
|
+
if not MYPY:
|
10854
|
+
class FutureReservationStatusSpecificSkuPropertiesArgsDict(TypedDict):
|
10855
|
+
source_instance_template_id: NotRequired[pulumi.Input[builtins.str]]
|
8807
10856
|
"""
|
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.
|
10857
|
+
ID of the instance template used to populate the Future Reservation properties.
|
8812
10858
|
"""
|
8813
|
-
|
10859
|
+
elif False:
|
10860
|
+
FutureReservationStatusSpecificSkuPropertiesArgsDict: TypeAlias = Mapping[str, Any]
|
8814
10861
|
|
8815
|
-
|
8816
|
-
|
8817
|
-
|
10862
|
+
@pulumi.input_type
|
10863
|
+
class FutureReservationStatusSpecificSkuPropertiesArgs:
|
10864
|
+
def __init__(__self__, *,
|
10865
|
+
source_instance_template_id: Optional[pulumi.Input[builtins.str]] = None):
|
10866
|
+
"""
|
10867
|
+
:param pulumi.Input[builtins.str] source_instance_template_id: ID of the instance template used to populate the Future Reservation properties.
|
10868
|
+
"""
|
10869
|
+
if source_instance_template_id is not None:
|
10870
|
+
pulumi.set(__self__, "source_instance_template_id", source_instance_template_id)
|
8818
10871
|
|
8819
10872
|
@property
|
8820
|
-
@pulumi.getter(name="
|
8821
|
-
def
|
10873
|
+
@pulumi.getter(name="sourceInstanceTemplateId")
|
10874
|
+
def source_instance_template_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
8822
10875
|
"""
|
8823
|
-
|
8824
|
-
The IPs in these lists will be matched against traffic source.
|
10876
|
+
ID of the instance template used to populate the Future Reservation properties.
|
8825
10877
|
"""
|
8826
|
-
return pulumi.get(self, "
|
10878
|
+
return pulumi.get(self, "source_instance_template_id")
|
8827
10879
|
|
8828
|
-
@
|
8829
|
-
def
|
8830
|
-
pulumi.set(self, "
|
10880
|
+
@source_instance_template_id.setter
|
10881
|
+
def source_instance_template_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
10882
|
+
pulumi.set(self, "source_instance_template_id", value)
|
8831
10883
|
|
8832
10884
|
|
8833
10885
|
if not MYPY:
|
8834
|
-
class
|
8835
|
-
|
10886
|
+
class FutureReservationTimeWindowArgsDict(TypedDict):
|
10887
|
+
start_time: pulumi.Input[builtins.str]
|
8836
10888
|
"""
|
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.
|
10889
|
+
Start time of the future reservation in RFC3339 format.
|
8843
10890
|
"""
|
8844
|
-
|
10891
|
+
duration: NotRequired[pulumi.Input['FutureReservationTimeWindowDurationArgsDict']]
|
8845
10892
|
"""
|
8846
|
-
|
8847
|
-
|
8848
|
-
|
8849
|
-
|
8850
|
-
|
8851
|
-
|
8852
|
-
["12345-12349"].
|
10893
|
+
Duration of the future reservation
|
10894
|
+
Structure is documented below.
|
10895
|
+
"""
|
10896
|
+
end_time: NotRequired[pulumi.Input[builtins.str]]
|
10897
|
+
"""
|
10898
|
+
End time of the future reservation in RFC3339 format.
|
8853
10899
|
"""
|
8854
10900
|
elif False:
|
8855
|
-
|
10901
|
+
FutureReservationTimeWindowArgsDict: TypeAlias = Mapping[str, Any]
|
8856
10902
|
|
8857
10903
|
@pulumi.input_type
|
8858
|
-
class
|
10904
|
+
class FutureReservationTimeWindowArgs:
|
8859
10905
|
def __init__(__self__, *,
|
8860
|
-
|
8861
|
-
|
10906
|
+
start_time: pulumi.Input[builtins.str],
|
10907
|
+
duration: Optional[pulumi.Input['FutureReservationTimeWindowDurationArgs']] = None,
|
10908
|
+
end_time: Optional[pulumi.Input[builtins.str]] = None):
|
8862
10909
|
"""
|
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"].
|
10910
|
+
:param pulumi.Input[builtins.str] start_time: Start time of the future reservation in RFC3339 format.
|
10911
|
+
:param pulumi.Input['FutureReservationTimeWindowDurationArgs'] duration: Duration of the future reservation
|
10912
|
+
Structure is documented below.
|
10913
|
+
:param pulumi.Input[builtins.str] end_time: End time of the future reservation in RFC3339 format.
|
8876
10914
|
"""
|
8877
|
-
pulumi.set(__self__, "
|
8878
|
-
if
|
8879
|
-
pulumi.set(__self__, "
|
10915
|
+
pulumi.set(__self__, "start_time", start_time)
|
10916
|
+
if duration is not None:
|
10917
|
+
pulumi.set(__self__, "duration", duration)
|
10918
|
+
if end_time is not None:
|
10919
|
+
pulumi.set(__self__, "end_time", end_time)
|
8880
10920
|
|
8881
10921
|
@property
|
8882
|
-
@pulumi.getter(name="
|
8883
|
-
def
|
10922
|
+
@pulumi.getter(name="startTime")
|
10923
|
+
def start_time(self) -> pulumi.Input[builtins.str]:
|
8884
10924
|
"""
|
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.
|
10925
|
+
Start time of the future reservation in RFC3339 format.
|
8891
10926
|
"""
|
8892
|
-
return pulumi.get(self, "
|
10927
|
+
return pulumi.get(self, "start_time")
|
8893
10928
|
|
8894
|
-
@
|
8895
|
-
def
|
8896
|
-
pulumi.set(self, "
|
10929
|
+
@start_time.setter
|
10930
|
+
def start_time(self, value: pulumi.Input[builtins.str]):
|
10931
|
+
pulumi.set(self, "start_time", value)
|
8897
10932
|
|
8898
10933
|
@property
|
8899
10934
|
@pulumi.getter
|
8900
|
-
def
|
10935
|
+
def duration(self) -> Optional[pulumi.Input['FutureReservationTimeWindowDurationArgs']]:
|
8901
10936
|
"""
|
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"].
|
10937
|
+
Duration of the future reservation
|
10938
|
+
Structure is documented below.
|
8909
10939
|
"""
|
8910
|
-
return pulumi.get(self, "
|
10940
|
+
return pulumi.get(self, "duration")
|
8911
10941
|
|
8912
|
-
@
|
8913
|
-
def
|
8914
|
-
pulumi.set(self, "
|
10942
|
+
@duration.setter
|
10943
|
+
def duration(self, value: Optional[pulumi.Input['FutureReservationTimeWindowDurationArgs']]):
|
10944
|
+
pulumi.set(self, "duration", value)
|
10945
|
+
|
10946
|
+
@property
|
10947
|
+
@pulumi.getter(name="endTime")
|
10948
|
+
def end_time(self) -> Optional[pulumi.Input[builtins.str]]:
|
10949
|
+
"""
|
10950
|
+
End time of the future reservation in RFC3339 format.
|
10951
|
+
"""
|
10952
|
+
return pulumi.get(self, "end_time")
|
10953
|
+
|
10954
|
+
@end_time.setter
|
10955
|
+
def end_time(self, value: Optional[pulumi.Input[builtins.str]]):
|
10956
|
+
pulumi.set(self, "end_time", value)
|
8915
10957
|
|
8916
10958
|
|
8917
10959
|
if not MYPY:
|
8918
|
-
class
|
8919
|
-
|
10960
|
+
class FutureReservationTimeWindowDurationArgsDict(TypedDict):
|
10961
|
+
nanos: NotRequired[pulumi.Input[builtins.int]]
|
8920
10962
|
"""
|
8921
|
-
|
10963
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
10964
|
+
|
10965
|
+
- - -
|
8922
10966
|
"""
|
8923
|
-
|
10967
|
+
seconds: NotRequired[pulumi.Input[builtins.str]]
|
8924
10968
|
"""
|
8925
|
-
|
10969
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
8926
10970
|
"""
|
8927
10971
|
elif False:
|
8928
|
-
|
10972
|
+
FutureReservationTimeWindowDurationArgsDict: TypeAlias = Mapping[str, Any]
|
8929
10973
|
|
8930
10974
|
@pulumi.input_type
|
8931
|
-
class
|
10975
|
+
class FutureReservationTimeWindowDurationArgs:
|
8932
10976
|
def __init__(__self__, *,
|
8933
|
-
|
8934
|
-
|
10977
|
+
nanos: Optional[pulumi.Input[builtins.int]] = None,
|
10978
|
+
seconds: Optional[pulumi.Input[builtins.str]] = None):
|
8935
10979
|
"""
|
8936
|
-
:param pulumi.Input[builtins.
|
8937
|
-
|
10980
|
+
:param pulumi.Input[builtins.int] nanos: Span of time that's a fraction of a second at nanosecond resolution.
|
10981
|
+
|
10982
|
+
- - -
|
10983
|
+
: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
10984
|
"""
|
8939
|
-
if
|
8940
|
-
pulumi.set(__self__, "
|
8941
|
-
if
|
8942
|
-
pulumi.set(__self__, "
|
10985
|
+
if nanos is not None:
|
10986
|
+
pulumi.set(__self__, "nanos", nanos)
|
10987
|
+
if seconds is not None:
|
10988
|
+
pulumi.set(__self__, "seconds", seconds)
|
8943
10989
|
|
8944
10990
|
@property
|
8945
10991
|
@pulumi.getter
|
8946
|
-
def
|
10992
|
+
def nanos(self) -> Optional[pulumi.Input[builtins.int]]:
|
8947
10993
|
"""
|
8948
|
-
|
10994
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
10995
|
+
|
10996
|
+
- - -
|
8949
10997
|
"""
|
8950
|
-
return pulumi.get(self, "
|
10998
|
+
return pulumi.get(self, "nanos")
|
8951
10999
|
|
8952
|
-
@
|
8953
|
-
def
|
8954
|
-
pulumi.set(self, "
|
11000
|
+
@nanos.setter
|
11001
|
+
def nanos(self, value: Optional[pulumi.Input[builtins.int]]):
|
11002
|
+
pulumi.set(self, "nanos", value)
|
8955
11003
|
|
8956
11004
|
@property
|
8957
11005
|
@pulumi.getter
|
8958
|
-
def
|
11006
|
+
def seconds(self) -> Optional[pulumi.Input[builtins.str]]:
|
8959
11007
|
"""
|
8960
|
-
|
11008
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive.
|
8961
11009
|
"""
|
8962
|
-
return pulumi.get(self, "
|
11010
|
+
return pulumi.get(self, "seconds")
|
8963
11011
|
|
8964
|
-
@
|
8965
|
-
def
|
8966
|
-
pulumi.set(self, "
|
11012
|
+
@seconds.setter
|
11013
|
+
def seconds(self, value: Optional[pulumi.Input[builtins.str]]):
|
11014
|
+
pulumi.set(self, "seconds", value)
|
8967
11015
|
|
8968
11016
|
|
8969
11017
|
if not MYPY:
|
@@ -33047,6 +35095,73 @@ class RegionBackendServiceCustomMetricArgs:
|
|
33047
35095
|
pulumi.set(self, "name", value)
|
33048
35096
|
|
33049
35097
|
|
35098
|
+
if not MYPY:
|
35099
|
+
class RegionBackendServiceDynamicForwardingArgsDict(TypedDict):
|
35100
|
+
ip_port_selection: NotRequired[pulumi.Input['RegionBackendServiceDynamicForwardingIpPortSelectionArgsDict']]
|
35101
|
+
"""
|
35102
|
+
IP:PORT based dynamic forwarding configuration.
|
35103
|
+
Structure is documented below.
|
35104
|
+
"""
|
35105
|
+
elif False:
|
35106
|
+
RegionBackendServiceDynamicForwardingArgsDict: TypeAlias = Mapping[str, Any]
|
35107
|
+
|
35108
|
+
@pulumi.input_type
|
35109
|
+
class RegionBackendServiceDynamicForwardingArgs:
|
35110
|
+
def __init__(__self__, *,
|
35111
|
+
ip_port_selection: Optional[pulumi.Input['RegionBackendServiceDynamicForwardingIpPortSelectionArgs']] = None):
|
35112
|
+
"""
|
35113
|
+
:param pulumi.Input['RegionBackendServiceDynamicForwardingIpPortSelectionArgs'] ip_port_selection: IP:PORT based dynamic forwarding configuration.
|
35114
|
+
Structure is documented below.
|
35115
|
+
"""
|
35116
|
+
if ip_port_selection is not None:
|
35117
|
+
pulumi.set(__self__, "ip_port_selection", ip_port_selection)
|
35118
|
+
|
35119
|
+
@property
|
35120
|
+
@pulumi.getter(name="ipPortSelection")
|
35121
|
+
def ip_port_selection(self) -> Optional[pulumi.Input['RegionBackendServiceDynamicForwardingIpPortSelectionArgs']]:
|
35122
|
+
"""
|
35123
|
+
IP:PORT based dynamic forwarding configuration.
|
35124
|
+
Structure is documented below.
|
35125
|
+
"""
|
35126
|
+
return pulumi.get(self, "ip_port_selection")
|
35127
|
+
|
35128
|
+
@ip_port_selection.setter
|
35129
|
+
def ip_port_selection(self, value: Optional[pulumi.Input['RegionBackendServiceDynamicForwardingIpPortSelectionArgs']]):
|
35130
|
+
pulumi.set(self, "ip_port_selection", value)
|
35131
|
+
|
35132
|
+
|
35133
|
+
if not MYPY:
|
35134
|
+
class RegionBackendServiceDynamicForwardingIpPortSelectionArgsDict(TypedDict):
|
35135
|
+
enabled: NotRequired[pulumi.Input[builtins.bool]]
|
35136
|
+
"""
|
35137
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
35138
|
+
"""
|
35139
|
+
elif False:
|
35140
|
+
RegionBackendServiceDynamicForwardingIpPortSelectionArgsDict: TypeAlias = Mapping[str, Any]
|
35141
|
+
|
35142
|
+
@pulumi.input_type
|
35143
|
+
class RegionBackendServiceDynamicForwardingIpPortSelectionArgs:
|
35144
|
+
def __init__(__self__, *,
|
35145
|
+
enabled: Optional[pulumi.Input[builtins.bool]] = None):
|
35146
|
+
"""
|
35147
|
+
:param pulumi.Input[builtins.bool] enabled: A boolean flag enabling IP:PORT based dynamic forwarding.
|
35148
|
+
"""
|
35149
|
+
if enabled is not None:
|
35150
|
+
pulumi.set(__self__, "enabled", enabled)
|
35151
|
+
|
35152
|
+
@property
|
35153
|
+
@pulumi.getter
|
35154
|
+
def enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
|
35155
|
+
"""
|
35156
|
+
A boolean flag enabling IP:PORT based dynamic forwarding.
|
35157
|
+
"""
|
35158
|
+
return pulumi.get(self, "enabled")
|
35159
|
+
|
35160
|
+
@enabled.setter
|
35161
|
+
def enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
|
35162
|
+
pulumi.set(self, "enabled", value)
|
35163
|
+
|
35164
|
+
|
33050
35165
|
if not MYPY:
|
33051
35166
|
class RegionBackendServiceFailoverPolicyArgsDict(TypedDict):
|
33052
35167
|
disable_connection_drain_on_failover: NotRequired[pulumi.Input[builtins.bool]]
|
@@ -34084,18 +36199,38 @@ if not MYPY:
|
|
34084
36199
|
The algorithm used for subsetting.
|
34085
36200
|
Possible values are: `CONSISTENT_HASH_SUBSETTING`.
|
34086
36201
|
"""
|
36202
|
+
subset_size: NotRequired[pulumi.Input[builtins.int]]
|
36203
|
+
"""
|
36204
|
+
The number of backends per backend group assigned to each proxy instance or each service mesh client.
|
36205
|
+
An input parameter to the CONSISTENT_HASH_SUBSETTING algorithm. Can only be set if policy is set to
|
36206
|
+
CONSISTENT_HASH_SUBSETTING. Can only be set if load balancing scheme is INTERNAL_MANAGED or INTERNAL_SELF_MANAGED.
|
36207
|
+
subsetSize is optional for Internal HTTP(S) load balancing and required for Traffic Director.
|
36208
|
+
If you do not provide this value, Cloud Load Balancing will calculate it dynamically to optimize the number
|
36209
|
+
of proxies/clients visible to each backend and vice versa.
|
36210
|
+
Must be greater than 0. If subsetSize is larger than the number of backends/endpoints, then subsetting is disabled.
|
36211
|
+
"""
|
34087
36212
|
elif False:
|
34088
36213
|
RegionBackendServiceSubsettingArgsDict: TypeAlias = Mapping[str, Any]
|
34089
36214
|
|
34090
36215
|
@pulumi.input_type
|
34091
36216
|
class RegionBackendServiceSubsettingArgs:
|
34092
36217
|
def __init__(__self__, *,
|
34093
|
-
policy: pulumi.Input[builtins.str]
|
36218
|
+
policy: pulumi.Input[builtins.str],
|
36219
|
+
subset_size: Optional[pulumi.Input[builtins.int]] = None):
|
34094
36220
|
"""
|
34095
36221
|
:param pulumi.Input[builtins.str] policy: The algorithm used for subsetting.
|
34096
36222
|
Possible values are: `CONSISTENT_HASH_SUBSETTING`.
|
36223
|
+
:param pulumi.Input[builtins.int] subset_size: The number of backends per backend group assigned to each proxy instance or each service mesh client.
|
36224
|
+
An input parameter to the CONSISTENT_HASH_SUBSETTING algorithm. Can only be set if policy is set to
|
36225
|
+
CONSISTENT_HASH_SUBSETTING. Can only be set if load balancing scheme is INTERNAL_MANAGED or INTERNAL_SELF_MANAGED.
|
36226
|
+
subsetSize is optional for Internal HTTP(S) load balancing and required for Traffic Director.
|
36227
|
+
If you do not provide this value, Cloud Load Balancing will calculate it dynamically to optimize the number
|
36228
|
+
of proxies/clients visible to each backend and vice versa.
|
36229
|
+
Must be greater than 0. If subsetSize is larger than the number of backends/endpoints, then subsetting is disabled.
|
34097
36230
|
"""
|
34098
36231
|
pulumi.set(__self__, "policy", policy)
|
36232
|
+
if subset_size is not None:
|
36233
|
+
pulumi.set(__self__, "subset_size", subset_size)
|
34099
36234
|
|
34100
36235
|
@property
|
34101
36236
|
@pulumi.getter
|
@@ -34110,6 +36245,24 @@ class RegionBackendServiceSubsettingArgs:
|
|
34110
36245
|
def policy(self, value: pulumi.Input[builtins.str]):
|
34111
36246
|
pulumi.set(self, "policy", value)
|
34112
36247
|
|
36248
|
+
@property
|
36249
|
+
@pulumi.getter(name="subsetSize")
|
36250
|
+
def subset_size(self) -> Optional[pulumi.Input[builtins.int]]:
|
36251
|
+
"""
|
36252
|
+
The number of backends per backend group assigned to each proxy instance or each service mesh client.
|
36253
|
+
An input parameter to the CONSISTENT_HASH_SUBSETTING algorithm. Can only be set if policy is set to
|
36254
|
+
CONSISTENT_HASH_SUBSETTING. Can only be set if load balancing scheme is INTERNAL_MANAGED or INTERNAL_SELF_MANAGED.
|
36255
|
+
subsetSize is optional for Internal HTTP(S) load balancing and required for Traffic Director.
|
36256
|
+
If you do not provide this value, Cloud Load Balancing will calculate it dynamically to optimize the number
|
36257
|
+
of proxies/clients visible to each backend and vice versa.
|
36258
|
+
Must be greater than 0. If subsetSize is larger than the number of backends/endpoints, then subsetting is disabled.
|
36259
|
+
"""
|
36260
|
+
return pulumi.get(self, "subset_size")
|
36261
|
+
|
36262
|
+
@subset_size.setter
|
36263
|
+
def subset_size(self, value: Optional[pulumi.Input[builtins.int]]):
|
36264
|
+
pulumi.set(self, "subset_size", value)
|
36265
|
+
|
34113
36266
|
|
34114
36267
|
if not MYPY:
|
34115
36268
|
class RegionCommitmentLicenseResourceArgsDict(TypedDict):
|
@@ -56161,6 +58314,40 @@ class RouterNatLogConfigArgs:
|
|
56161
58314
|
pulumi.set(self, "filter", value)
|
56162
58315
|
|
56163
58316
|
|
58317
|
+
if not MYPY:
|
58318
|
+
class RouterNatNat64SubnetworkArgsDict(TypedDict):
|
58319
|
+
name: pulumi.Input[builtins.str]
|
58320
|
+
"""
|
58321
|
+
Name of the NAT service. The name must be 1-63 characters long and
|
58322
|
+
comply with RFC1035.
|
58323
|
+
"""
|
58324
|
+
elif False:
|
58325
|
+
RouterNatNat64SubnetworkArgsDict: TypeAlias = Mapping[str, Any]
|
58326
|
+
|
58327
|
+
@pulumi.input_type
|
58328
|
+
class RouterNatNat64SubnetworkArgs:
|
58329
|
+
def __init__(__self__, *,
|
58330
|
+
name: pulumi.Input[builtins.str]):
|
58331
|
+
"""
|
58332
|
+
:param pulumi.Input[builtins.str] name: Name of the NAT service. The name must be 1-63 characters long and
|
58333
|
+
comply with RFC1035.
|
58334
|
+
"""
|
58335
|
+
pulumi.set(__self__, "name", name)
|
58336
|
+
|
58337
|
+
@property
|
58338
|
+
@pulumi.getter
|
58339
|
+
def name(self) -> pulumi.Input[builtins.str]:
|
58340
|
+
"""
|
58341
|
+
Name of the NAT service. The name must be 1-63 characters long and
|
58342
|
+
comply with RFC1035.
|
58343
|
+
"""
|
58344
|
+
return pulumi.get(self, "name")
|
58345
|
+
|
58346
|
+
@name.setter
|
58347
|
+
def name(self, value: pulumi.Input[builtins.str]):
|
58348
|
+
pulumi.set(self, "name", value)
|
58349
|
+
|
58350
|
+
|
56164
58351
|
if not MYPY:
|
56165
58352
|
class RouterNatRuleArgsDict(TypedDict):
|
56166
58353
|
match: pulumi.Input[builtins.str]
|
@@ -56398,7 +58585,7 @@ if not MYPY:
|
|
56398
58585
|
class RouterNatSubnetworkArgsDict(TypedDict):
|
56399
58586
|
name: pulumi.Input[builtins.str]
|
56400
58587
|
"""
|
56401
|
-
Self-link of subnetwork
|
58588
|
+
Self-link of the subnetwork resource that will use NAT64
|
56402
58589
|
"""
|
56403
58590
|
source_ip_ranges_to_nats: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
|
56404
58591
|
"""
|
@@ -56413,6 +58600,8 @@ if not MYPY:
|
|
56413
58600
|
to use NAT. This can be populated only if
|
56414
58601
|
`LIST_OF_SECONDARY_IP_RANGES` is one of the values in
|
56415
58602
|
sourceIpRangesToNat
|
58603
|
+
|
58604
|
+
<a name="nested_nat64_subnetwork"></a>The `nat64_subnetwork` block supports:
|
56416
58605
|
"""
|
56417
58606
|
elif False:
|
56418
58607
|
RouterNatSubnetworkArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -56424,7 +58613,7 @@ class RouterNatSubnetworkArgs:
|
|
56424
58613
|
source_ip_ranges_to_nats: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
|
56425
58614
|
secondary_ip_range_names: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
|
56426
58615
|
"""
|
56427
|
-
:param pulumi.Input[builtins.str] name: Self-link of subnetwork
|
58616
|
+
:param pulumi.Input[builtins.str] name: Self-link of the subnetwork resource that will use NAT64
|
56428
58617
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] source_ip_ranges_to_nats: List of options for which source IPs in the subnetwork
|
56429
58618
|
should have NAT enabled. Supported values include:
|
56430
58619
|
`ALL_IP_RANGES`, `LIST_OF_SECONDARY_IP_RANGES`,
|
@@ -56433,6 +58622,8 @@ class RouterNatSubnetworkArgs:
|
|
56433
58622
|
to use NAT. This can be populated only if
|
56434
58623
|
`LIST_OF_SECONDARY_IP_RANGES` is one of the values in
|
56435
58624
|
sourceIpRangesToNat
|
58625
|
+
|
58626
|
+
<a name="nested_nat64_subnetwork"></a>The `nat64_subnetwork` block supports:
|
56436
58627
|
"""
|
56437
58628
|
pulumi.set(__self__, "name", name)
|
56438
58629
|
pulumi.set(__self__, "source_ip_ranges_to_nats", source_ip_ranges_to_nats)
|
@@ -56443,7 +58634,7 @@ class RouterNatSubnetworkArgs:
|
|
56443
58634
|
@pulumi.getter
|
56444
58635
|
def name(self) -> pulumi.Input[builtins.str]:
|
56445
58636
|
"""
|
56446
|
-
Self-link of subnetwork
|
58637
|
+
Self-link of the subnetwork resource that will use NAT64
|
56447
58638
|
"""
|
56448
58639
|
return pulumi.get(self, "name")
|
56449
58640
|
|
@@ -56474,6 +58665,8 @@ class RouterNatSubnetworkArgs:
|
|
56474
58665
|
to use NAT. This can be populated only if
|
56475
58666
|
`LIST_OF_SECONDARY_IP_RANGES` is one of the values in
|
56476
58667
|
sourceIpRangesToNat
|
58668
|
+
|
58669
|
+
<a name="nested_nat64_subnetwork"></a>The `nat64_subnetwork` block supports:
|
56477
58670
|
"""
|
56478
58671
|
return pulumi.get(self, "secondary_ip_range_names")
|
56479
58672
|
|
@@ -62048,17 +64241,27 @@ if not MYPY:
|
|
62048
64241
|
"""
|
62049
64242
|
The full or partial URL to the BackendService resource being mirrored to.
|
62050
64243
|
"""
|
64244
|
+
mirror_percent: NotRequired[pulumi.Input[builtins.float]]
|
64245
|
+
"""
|
64246
|
+
The percentage of requests to be mirrored to backendService.
|
64247
|
+
The value must be between 0.0 and 100.0 inclusive.
|
64248
|
+
"""
|
62051
64249
|
elif False:
|
62052
64250
|
URLMapDefaultRouteActionRequestMirrorPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
62053
64251
|
|
62054
64252
|
@pulumi.input_type
|
62055
64253
|
class URLMapDefaultRouteActionRequestMirrorPolicyArgs:
|
62056
64254
|
def __init__(__self__, *,
|
62057
|
-
backend_service: pulumi.Input[builtins.str]
|
64255
|
+
backend_service: pulumi.Input[builtins.str],
|
64256
|
+
mirror_percent: Optional[pulumi.Input[builtins.float]] = None):
|
62058
64257
|
"""
|
62059
64258
|
:param pulumi.Input[builtins.str] backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
64259
|
+
:param pulumi.Input[builtins.float] mirror_percent: The percentage of requests to be mirrored to backendService.
|
64260
|
+
The value must be between 0.0 and 100.0 inclusive.
|
62060
64261
|
"""
|
62061
64262
|
pulumi.set(__self__, "backend_service", backend_service)
|
64263
|
+
if mirror_percent is not None:
|
64264
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
62062
64265
|
|
62063
64266
|
@property
|
62064
64267
|
@pulumi.getter(name="backendService")
|
@@ -62072,6 +64275,19 @@ class URLMapDefaultRouteActionRequestMirrorPolicyArgs:
|
|
62072
64275
|
def backend_service(self, value: pulumi.Input[builtins.str]):
|
62073
64276
|
pulumi.set(self, "backend_service", value)
|
62074
64277
|
|
64278
|
+
@property
|
64279
|
+
@pulumi.getter(name="mirrorPercent")
|
64280
|
+
def mirror_percent(self) -> Optional[pulumi.Input[builtins.float]]:
|
64281
|
+
"""
|
64282
|
+
The percentage of requests to be mirrored to backendService.
|
64283
|
+
The value must be between 0.0 and 100.0 inclusive.
|
64284
|
+
"""
|
64285
|
+
return pulumi.get(self, "mirror_percent")
|
64286
|
+
|
64287
|
+
@mirror_percent.setter
|
64288
|
+
def mirror_percent(self, value: Optional[pulumi.Input[builtins.float]]):
|
64289
|
+
pulumi.set(self, "mirror_percent", value)
|
64290
|
+
|
62075
64291
|
|
62076
64292
|
if not MYPY:
|
62077
64293
|
class URLMapDefaultRouteActionRetryPolicyArgsDict(TypedDict):
|
@@ -64459,17 +66675,27 @@ if not MYPY:
|
|
64459
66675
|
"""
|
64460
66676
|
The full or partial URL to the BackendService resource being mirrored to.
|
64461
66677
|
"""
|
66678
|
+
mirror_percent: NotRequired[pulumi.Input[builtins.float]]
|
66679
|
+
"""
|
66680
|
+
The percentage of requests to be mirrored to backendService.
|
66681
|
+
The value must be between 0.0 and 100.0 inclusive.
|
66682
|
+
"""
|
64462
66683
|
elif False:
|
64463
66684
|
URLMapPathMatcherDefaultRouteActionRequestMirrorPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
64464
66685
|
|
64465
66686
|
@pulumi.input_type
|
64466
66687
|
class URLMapPathMatcherDefaultRouteActionRequestMirrorPolicyArgs:
|
64467
66688
|
def __init__(__self__, *,
|
64468
|
-
backend_service: pulumi.Input[builtins.str]
|
66689
|
+
backend_service: pulumi.Input[builtins.str],
|
66690
|
+
mirror_percent: Optional[pulumi.Input[builtins.float]] = None):
|
64469
66691
|
"""
|
64470
66692
|
:param pulumi.Input[builtins.str] backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
66693
|
+
:param pulumi.Input[builtins.float] mirror_percent: The percentage of requests to be mirrored to backendService.
|
66694
|
+
The value must be between 0.0 and 100.0 inclusive.
|
64471
66695
|
"""
|
64472
66696
|
pulumi.set(__self__, "backend_service", backend_service)
|
66697
|
+
if mirror_percent is not None:
|
66698
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
64473
66699
|
|
64474
66700
|
@property
|
64475
66701
|
@pulumi.getter(name="backendService")
|
@@ -64483,6 +66709,19 @@ class URLMapPathMatcherDefaultRouteActionRequestMirrorPolicyArgs:
|
|
64483
66709
|
def backend_service(self, value: pulumi.Input[builtins.str]):
|
64484
66710
|
pulumi.set(self, "backend_service", value)
|
64485
66711
|
|
66712
|
+
@property
|
66713
|
+
@pulumi.getter(name="mirrorPercent")
|
66714
|
+
def mirror_percent(self) -> Optional[pulumi.Input[builtins.float]]:
|
66715
|
+
"""
|
66716
|
+
The percentage of requests to be mirrored to backendService.
|
66717
|
+
The value must be between 0.0 and 100.0 inclusive.
|
66718
|
+
"""
|
66719
|
+
return pulumi.get(self, "mirror_percent")
|
66720
|
+
|
66721
|
+
@mirror_percent.setter
|
66722
|
+
def mirror_percent(self, value: Optional[pulumi.Input[builtins.float]]):
|
66723
|
+
pulumi.set(self, "mirror_percent", value)
|
66724
|
+
|
64486
66725
|
|
64487
66726
|
if not MYPY:
|
64488
66727
|
class URLMapPathMatcherDefaultRouteActionRetryPolicyArgsDict(TypedDict):
|
@@ -66681,17 +68920,27 @@ if not MYPY:
|
|
66681
68920
|
"""
|
66682
68921
|
The full or partial URL to the BackendService resource being mirrored to.
|
66683
68922
|
"""
|
68923
|
+
mirror_percent: NotRequired[pulumi.Input[builtins.float]]
|
68924
|
+
"""
|
68925
|
+
The percentage of requests to be mirrored to backendService.
|
68926
|
+
The value must be between 0.0 and 100.0 inclusive.
|
68927
|
+
"""
|
66684
68928
|
elif False:
|
66685
68929
|
URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
66686
68930
|
|
66687
68931
|
@pulumi.input_type
|
66688
68932
|
class URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicyArgs:
|
66689
68933
|
def __init__(__self__, *,
|
66690
|
-
backend_service: pulumi.Input[builtins.str]
|
68934
|
+
backend_service: pulumi.Input[builtins.str],
|
68935
|
+
mirror_percent: Optional[pulumi.Input[builtins.float]] = None):
|
66691
68936
|
"""
|
66692
68937
|
:param pulumi.Input[builtins.str] backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
68938
|
+
:param pulumi.Input[builtins.float] mirror_percent: The percentage of requests to be mirrored to backendService.
|
68939
|
+
The value must be between 0.0 and 100.0 inclusive.
|
66693
68940
|
"""
|
66694
68941
|
pulumi.set(__self__, "backend_service", backend_service)
|
68942
|
+
if mirror_percent is not None:
|
68943
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
66695
68944
|
|
66696
68945
|
@property
|
66697
68946
|
@pulumi.getter(name="backendService")
|
@@ -66705,6 +68954,19 @@ class URLMapPathMatcherPathRuleRouteActionRequestMirrorPolicyArgs:
|
|
66705
68954
|
def backend_service(self, value: pulumi.Input[builtins.str]):
|
66706
68955
|
pulumi.set(self, "backend_service", value)
|
66707
68956
|
|
68957
|
+
@property
|
68958
|
+
@pulumi.getter(name="mirrorPercent")
|
68959
|
+
def mirror_percent(self) -> Optional[pulumi.Input[builtins.float]]:
|
68960
|
+
"""
|
68961
|
+
The percentage of requests to be mirrored to backendService.
|
68962
|
+
The value must be between 0.0 and 100.0 inclusive.
|
68963
|
+
"""
|
68964
|
+
return pulumi.get(self, "mirror_percent")
|
68965
|
+
|
68966
|
+
@mirror_percent.setter
|
68967
|
+
def mirror_percent(self, value: Optional[pulumi.Input[builtins.float]]):
|
68968
|
+
pulumi.set(self, "mirror_percent", value)
|
68969
|
+
|
66708
68970
|
|
66709
68971
|
if not MYPY:
|
66710
68972
|
class URLMapPathMatcherPathRuleRouteActionRetryPolicyArgsDict(TypedDict):
|
@@ -67562,6 +69824,22 @@ if not MYPY:
|
|
67562
69824
|
outeAction.weightedBackendService.backendServiceWeightAction[].headerAction
|
67563
69825
|
Structure is documented below.
|
67564
69826
|
"""
|
69827
|
+
http_filter_configs: NotRequired[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterConfigArgsDict']]]]
|
69828
|
+
"""
|
69829
|
+
Outbound route specific configuration for networkservices.HttpFilter resources enabled by Traffic Director.
|
69830
|
+
httpFilterConfigs only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
69831
|
+
See ForwardingRule for more details.
|
69832
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
69833
|
+
Structure is documented below.
|
69834
|
+
"""
|
69835
|
+
http_filter_metadatas: NotRequired[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterMetadataArgsDict']]]]
|
69836
|
+
"""
|
69837
|
+
Outbound route specific metadata supplied to networkservices.HttpFilter resources enabled by Traffic Director.
|
69838
|
+
httpFilterMetadata only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
69839
|
+
See ForwardingRule for more details.
|
69840
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
69841
|
+
Structure is documented below.
|
69842
|
+
"""
|
67565
69843
|
match_rules: NotRequired[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleMatchRuleArgsDict']]]]
|
67566
69844
|
"""
|
67567
69845
|
The rules for determining a match.
|
@@ -67603,6 +69881,8 @@ class URLMapPathMatcherRouteRuleArgs:
|
|
67603
69881
|
priority: pulumi.Input[builtins.int],
|
67604
69882
|
custom_error_response_policy: Optional[pulumi.Input['URLMapPathMatcherRouteRuleCustomErrorResponsePolicyArgs']] = None,
|
67605
69883
|
header_action: Optional[pulumi.Input['URLMapPathMatcherRouteRuleHeaderActionArgs']] = None,
|
69884
|
+
http_filter_configs: Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterConfigArgs']]]] = None,
|
69885
|
+
http_filter_metadatas: Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterMetadataArgs']]]] = None,
|
67606
69886
|
match_rules: Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleMatchRuleArgs']]]] = None,
|
67607
69887
|
route_action: Optional[pulumi.Input['URLMapPathMatcherRouteRuleRouteActionArgs']] = None,
|
67608
69888
|
service: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -67628,6 +69908,16 @@ class URLMapPathMatcherRouteRuleArgs:
|
|
67628
69908
|
the matching pathMatchers[].headerAction and after pathMatchers[].routeRules[].r
|
67629
69909
|
outeAction.weightedBackendService.backendServiceWeightAction[].headerAction
|
67630
69910
|
Structure is documented below.
|
69911
|
+
:param pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterConfigArgs']]] http_filter_configs: Outbound route specific configuration for networkservices.HttpFilter resources enabled by Traffic Director.
|
69912
|
+
httpFilterConfigs only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
69913
|
+
See ForwardingRule for more details.
|
69914
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
69915
|
+
Structure is documented below.
|
69916
|
+
:param pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterMetadataArgs']]] http_filter_metadatas: Outbound route specific metadata supplied to networkservices.HttpFilter resources enabled by Traffic Director.
|
69917
|
+
httpFilterMetadata only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
69918
|
+
See ForwardingRule for more details.
|
69919
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
69920
|
+
Structure is documented below.
|
67631
69921
|
:param pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleMatchRuleArgs']]] match_rules: The rules for determining a match.
|
67632
69922
|
Structure is documented below.
|
67633
69923
|
:param pulumi.Input['URLMapPathMatcherRouteRuleRouteActionArgs'] route_action: In response to a matching matchRule, the load balancer performs advanced routing
|
@@ -67654,6 +69944,10 @@ class URLMapPathMatcherRouteRuleArgs:
|
|
67654
69944
|
pulumi.set(__self__, "custom_error_response_policy", custom_error_response_policy)
|
67655
69945
|
if header_action is not None:
|
67656
69946
|
pulumi.set(__self__, "header_action", header_action)
|
69947
|
+
if http_filter_configs is not None:
|
69948
|
+
pulumi.set(__self__, "http_filter_configs", http_filter_configs)
|
69949
|
+
if http_filter_metadatas is not None:
|
69950
|
+
pulumi.set(__self__, "http_filter_metadatas", http_filter_metadatas)
|
67657
69951
|
if match_rules is not None:
|
67658
69952
|
pulumi.set(__self__, "match_rules", match_rules)
|
67659
69953
|
if route_action is not None:
|
@@ -67716,6 +70010,38 @@ class URLMapPathMatcherRouteRuleArgs:
|
|
67716
70010
|
def header_action(self, value: Optional[pulumi.Input['URLMapPathMatcherRouteRuleHeaderActionArgs']]):
|
67717
70011
|
pulumi.set(self, "header_action", value)
|
67718
70012
|
|
70013
|
+
@property
|
70014
|
+
@pulumi.getter(name="httpFilterConfigs")
|
70015
|
+
def http_filter_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterConfigArgs']]]]:
|
70016
|
+
"""
|
70017
|
+
Outbound route specific configuration for networkservices.HttpFilter resources enabled by Traffic Director.
|
70018
|
+
httpFilterConfigs only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
70019
|
+
See ForwardingRule for more details.
|
70020
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
70021
|
+
Structure is documented below.
|
70022
|
+
"""
|
70023
|
+
return pulumi.get(self, "http_filter_configs")
|
70024
|
+
|
70025
|
+
@http_filter_configs.setter
|
70026
|
+
def http_filter_configs(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterConfigArgs']]]]):
|
70027
|
+
pulumi.set(self, "http_filter_configs", value)
|
70028
|
+
|
70029
|
+
@property
|
70030
|
+
@pulumi.getter(name="httpFilterMetadatas")
|
70031
|
+
def http_filter_metadatas(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterMetadataArgs']]]]:
|
70032
|
+
"""
|
70033
|
+
Outbound route specific metadata supplied to networkservices.HttpFilter resources enabled by Traffic Director.
|
70034
|
+
httpFilterMetadata only applies for load balancers with loadBalancingScheme set to INTERNAL_SELF_MANAGED.
|
70035
|
+
See ForwardingRule for more details.
|
70036
|
+
Not supported when the URL map is bound to a target gRPC proxy that has validateForProxyless field set to true.
|
70037
|
+
Structure is documented below.
|
70038
|
+
"""
|
70039
|
+
return pulumi.get(self, "http_filter_metadatas")
|
70040
|
+
|
70041
|
+
@http_filter_metadatas.setter
|
70042
|
+
def http_filter_metadatas(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleHttpFilterMetadataArgs']]]]):
|
70043
|
+
pulumi.set(self, "http_filter_metadatas", value)
|
70044
|
+
|
67719
70045
|
@property
|
67720
70046
|
@pulumi.getter(name="matchRules")
|
67721
70047
|
def match_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['URLMapPathMatcherRouteRuleMatchRuleArgs']]]]:
|
@@ -68204,6 +70530,168 @@ class URLMapPathMatcherRouteRuleHeaderActionResponseHeadersToAddArgs:
|
|
68204
70530
|
pulumi.set(self, "replace", value)
|
68205
70531
|
|
68206
70532
|
|
70533
|
+
if not MYPY:
|
70534
|
+
class URLMapPathMatcherRouteRuleHttpFilterConfigArgsDict(TypedDict):
|
70535
|
+
config: NotRequired[pulumi.Input[builtins.str]]
|
70536
|
+
"""
|
70537
|
+
The configuration needed to enable the networkservices.HttpFilter resource.
|
70538
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
70539
|
+
"""
|
70540
|
+
config_type_url: NotRequired[pulumi.Input[builtins.str]]
|
70541
|
+
"""
|
70542
|
+
The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
70543
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
70544
|
+
"""
|
70545
|
+
filter_name: NotRequired[pulumi.Input[builtins.str]]
|
70546
|
+
"""
|
70547
|
+
Name of the networkservices.HttpFilter resource this configuration belongs to.
|
70548
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
70549
|
+
"""
|
70550
|
+
elif False:
|
70551
|
+
URLMapPathMatcherRouteRuleHttpFilterConfigArgsDict: TypeAlias = Mapping[str, Any]
|
70552
|
+
|
70553
|
+
@pulumi.input_type
|
70554
|
+
class URLMapPathMatcherRouteRuleHttpFilterConfigArgs:
|
70555
|
+
def __init__(__self__, *,
|
70556
|
+
config: Optional[pulumi.Input[builtins.str]] = None,
|
70557
|
+
config_type_url: Optional[pulumi.Input[builtins.str]] = None,
|
70558
|
+
filter_name: Optional[pulumi.Input[builtins.str]] = None):
|
70559
|
+
"""
|
70560
|
+
:param pulumi.Input[builtins.str] config: The configuration needed to enable the networkservices.HttpFilter resource.
|
70561
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
70562
|
+
:param pulumi.Input[builtins.str] config_type_url: The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
70563
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
70564
|
+
:param pulumi.Input[builtins.str] filter_name: Name of the networkservices.HttpFilter resource this configuration belongs to.
|
70565
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
70566
|
+
"""
|
70567
|
+
if config is not None:
|
70568
|
+
pulumi.set(__self__, "config", config)
|
70569
|
+
if config_type_url is not None:
|
70570
|
+
pulumi.set(__self__, "config_type_url", config_type_url)
|
70571
|
+
if filter_name is not None:
|
70572
|
+
pulumi.set(__self__, "filter_name", filter_name)
|
70573
|
+
|
70574
|
+
@property
|
70575
|
+
@pulumi.getter
|
70576
|
+
def config(self) -> Optional[pulumi.Input[builtins.str]]:
|
70577
|
+
"""
|
70578
|
+
The configuration needed to enable the networkservices.HttpFilter resource.
|
70579
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
70580
|
+
"""
|
70581
|
+
return pulumi.get(self, "config")
|
70582
|
+
|
70583
|
+
@config.setter
|
70584
|
+
def config(self, value: Optional[pulumi.Input[builtins.str]]):
|
70585
|
+
pulumi.set(self, "config", value)
|
70586
|
+
|
70587
|
+
@property
|
70588
|
+
@pulumi.getter(name="configTypeUrl")
|
70589
|
+
def config_type_url(self) -> Optional[pulumi.Input[builtins.str]]:
|
70590
|
+
"""
|
70591
|
+
The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
70592
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
70593
|
+
"""
|
70594
|
+
return pulumi.get(self, "config_type_url")
|
70595
|
+
|
70596
|
+
@config_type_url.setter
|
70597
|
+
def config_type_url(self, value: Optional[pulumi.Input[builtins.str]]):
|
70598
|
+
pulumi.set(self, "config_type_url", value)
|
70599
|
+
|
70600
|
+
@property
|
70601
|
+
@pulumi.getter(name="filterName")
|
70602
|
+
def filter_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
70603
|
+
"""
|
70604
|
+
Name of the networkservices.HttpFilter resource this configuration belongs to.
|
70605
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
70606
|
+
"""
|
70607
|
+
return pulumi.get(self, "filter_name")
|
70608
|
+
|
70609
|
+
@filter_name.setter
|
70610
|
+
def filter_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
70611
|
+
pulumi.set(self, "filter_name", value)
|
70612
|
+
|
70613
|
+
|
70614
|
+
if not MYPY:
|
70615
|
+
class URLMapPathMatcherRouteRuleHttpFilterMetadataArgsDict(TypedDict):
|
70616
|
+
config: NotRequired[pulumi.Input[builtins.str]]
|
70617
|
+
"""
|
70618
|
+
The configuration needed to enable the networkservices.HttpFilter resource.
|
70619
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
70620
|
+
"""
|
70621
|
+
config_type_url: NotRequired[pulumi.Input[builtins.str]]
|
70622
|
+
"""
|
70623
|
+
The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
70624
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
70625
|
+
"""
|
70626
|
+
filter_name: NotRequired[pulumi.Input[builtins.str]]
|
70627
|
+
"""
|
70628
|
+
Name of the networkservices.HttpFilter resource this configuration belongs to.
|
70629
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
70630
|
+
"""
|
70631
|
+
elif False:
|
70632
|
+
URLMapPathMatcherRouteRuleHttpFilterMetadataArgsDict: TypeAlias = Mapping[str, Any]
|
70633
|
+
|
70634
|
+
@pulumi.input_type
|
70635
|
+
class URLMapPathMatcherRouteRuleHttpFilterMetadataArgs:
|
70636
|
+
def __init__(__self__, *,
|
70637
|
+
config: Optional[pulumi.Input[builtins.str]] = None,
|
70638
|
+
config_type_url: Optional[pulumi.Input[builtins.str]] = None,
|
70639
|
+
filter_name: Optional[pulumi.Input[builtins.str]] = None):
|
70640
|
+
"""
|
70641
|
+
:param pulumi.Input[builtins.str] config: The configuration needed to enable the networkservices.HttpFilter resource.
|
70642
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
70643
|
+
:param pulumi.Input[builtins.str] config_type_url: The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
70644
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
70645
|
+
:param pulumi.Input[builtins.str] filter_name: Name of the networkservices.HttpFilter resource this configuration belongs to.
|
70646
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
70647
|
+
"""
|
70648
|
+
if config is not None:
|
70649
|
+
pulumi.set(__self__, "config", config)
|
70650
|
+
if config_type_url is not None:
|
70651
|
+
pulumi.set(__self__, "config_type_url", config_type_url)
|
70652
|
+
if filter_name is not None:
|
70653
|
+
pulumi.set(__self__, "filter_name", filter_name)
|
70654
|
+
|
70655
|
+
@property
|
70656
|
+
@pulumi.getter
|
70657
|
+
def config(self) -> Optional[pulumi.Input[builtins.str]]:
|
70658
|
+
"""
|
70659
|
+
The configuration needed to enable the networkservices.HttpFilter resource.
|
70660
|
+
The configuration must be YAML formatted and only contain fields defined in the protobuf identified in configTypeUrl
|
70661
|
+
"""
|
70662
|
+
return pulumi.get(self, "config")
|
70663
|
+
|
70664
|
+
@config.setter
|
70665
|
+
def config(self, value: Optional[pulumi.Input[builtins.str]]):
|
70666
|
+
pulumi.set(self, "config", value)
|
70667
|
+
|
70668
|
+
@property
|
70669
|
+
@pulumi.getter(name="configTypeUrl")
|
70670
|
+
def config_type_url(self) -> Optional[pulumi.Input[builtins.str]]:
|
70671
|
+
"""
|
70672
|
+
The fully qualified versioned proto3 type url of the protobuf that the filter expects for its contextual settings,
|
70673
|
+
for example: type.googleapis.com/google.protobuf.Struct
|
70674
|
+
"""
|
70675
|
+
return pulumi.get(self, "config_type_url")
|
70676
|
+
|
70677
|
+
@config_type_url.setter
|
70678
|
+
def config_type_url(self, value: Optional[pulumi.Input[builtins.str]]):
|
70679
|
+
pulumi.set(self, "config_type_url", value)
|
70680
|
+
|
70681
|
+
@property
|
70682
|
+
@pulumi.getter(name="filterName")
|
70683
|
+
def filter_name(self) -> Optional[pulumi.Input[builtins.str]]:
|
70684
|
+
"""
|
70685
|
+
Name of the networkservices.HttpFilter resource this configuration belongs to.
|
70686
|
+
This name must be known to the xDS client. Example: envoy.wasm
|
70687
|
+
"""
|
70688
|
+
return pulumi.get(self, "filter_name")
|
70689
|
+
|
70690
|
+
@filter_name.setter
|
70691
|
+
def filter_name(self, value: Optional[pulumi.Input[builtins.str]]):
|
70692
|
+
pulumi.set(self, "filter_name", value)
|
70693
|
+
|
70694
|
+
|
68207
70695
|
if not MYPY:
|
68208
70696
|
class URLMapPathMatcherRouteRuleMatchRuleArgsDict(TypedDict):
|
68209
70697
|
full_path_match: NotRequired[pulumi.Input[builtins.str]]
|
@@ -69768,17 +72256,27 @@ if not MYPY:
|
|
69768
72256
|
"""
|
69769
72257
|
The full or partial URL to the BackendService resource being mirrored to.
|
69770
72258
|
"""
|
72259
|
+
mirror_percent: NotRequired[pulumi.Input[builtins.float]]
|
72260
|
+
"""
|
72261
|
+
The percentage of requests to be mirrored to backendService.
|
72262
|
+
The value must be between 0.0 and 100.0 inclusive.
|
72263
|
+
"""
|
69771
72264
|
elif False:
|
69772
72265
|
URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
69773
72266
|
|
69774
72267
|
@pulumi.input_type
|
69775
72268
|
class URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicyArgs:
|
69776
72269
|
def __init__(__self__, *,
|
69777
|
-
backend_service: pulumi.Input[builtins.str]
|
72270
|
+
backend_service: pulumi.Input[builtins.str],
|
72271
|
+
mirror_percent: Optional[pulumi.Input[builtins.float]] = None):
|
69778
72272
|
"""
|
69779
72273
|
:param pulumi.Input[builtins.str] backend_service: The full or partial URL to the BackendService resource being mirrored to.
|
72274
|
+
:param pulumi.Input[builtins.float] mirror_percent: The percentage of requests to be mirrored to backendService.
|
72275
|
+
The value must be between 0.0 and 100.0 inclusive.
|
69780
72276
|
"""
|
69781
72277
|
pulumi.set(__self__, "backend_service", backend_service)
|
72278
|
+
if mirror_percent is not None:
|
72279
|
+
pulumi.set(__self__, "mirror_percent", mirror_percent)
|
69782
72280
|
|
69783
72281
|
@property
|
69784
72282
|
@pulumi.getter(name="backendService")
|
@@ -69792,6 +72290,19 @@ class URLMapPathMatcherRouteRuleRouteActionRequestMirrorPolicyArgs:
|
|
69792
72290
|
def backend_service(self, value: pulumi.Input[builtins.str]):
|
69793
72291
|
pulumi.set(self, "backend_service", value)
|
69794
72292
|
|
72293
|
+
@property
|
72294
|
+
@pulumi.getter(name="mirrorPercent")
|
72295
|
+
def mirror_percent(self) -> Optional[pulumi.Input[builtins.float]]:
|
72296
|
+
"""
|
72297
|
+
The percentage of requests to be mirrored to backendService.
|
72298
|
+
The value must be between 0.0 and 100.0 inclusive.
|
72299
|
+
"""
|
72300
|
+
return pulumi.get(self, "mirror_percent")
|
72301
|
+
|
72302
|
+
@mirror_percent.setter
|
72303
|
+
def mirror_percent(self, value: Optional[pulumi.Input[builtins.float]]):
|
72304
|
+
pulumi.set(self, "mirror_percent", value)
|
72305
|
+
|
69795
72306
|
|
69796
72307
|
if not MYPY:
|
69797
72308
|
class URLMapPathMatcherRouteRuleRouteActionRetryPolicyArgsDict(TypedDict):
|