pulumi-gcp 8.28.0a1745598508__py3-none-any.whl → 8.29.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 +112 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +399 -0
- pulumi_gcp/accesscontextmanager/access_level.py +3 -0
- pulumi_gcp/accesscontextmanager/access_level_condition.py +3 -0
- pulumi_gcp/accesscontextmanager/access_levels.py +3 -0
- pulumi_gcp/accesscontextmanager/access_policy.py +3 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +3 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +3 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +3 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +3 -0
- pulumi_gcp/accesscontextmanager/egress_policy.py +3 -0
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +57 -0
- pulumi_gcp/accesscontextmanager/ingress_policy.py +3 -0
- pulumi_gcp/accesscontextmanager/outputs.py +369 -0
- pulumi_gcp/accesscontextmanager/service_perimeter.py +3 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +3 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +3 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +3 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +3 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +3 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +3 -0
- pulumi_gcp/accesscontextmanager/service_perimeters.py +3 -0
- pulumi_gcp/activedirectory/domain.py +3 -0
- pulumi_gcp/activedirectory/domain_trust.py +3 -0
- pulumi_gcp/activedirectory/peering.py +3 -0
- pulumi_gcp/alloydb/_inputs.py +47 -1
- pulumi_gcp/alloydb/backup.py +3 -0
- pulumi_gcp/alloydb/cluster.py +3 -0
- pulumi_gcp/alloydb/instance.py +4 -1
- pulumi_gcp/alloydb/outputs.py +61 -3
- pulumi_gcp/alloydb/user.py +3 -0
- pulumi_gcp/apigateway/api.py +3 -0
- pulumi_gcp/apigateway/api_config.py +3 -0
- pulumi_gcp/apigateway/api_config_iam_binding.py +3 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +3 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +3 -0
- pulumi_gcp/apigateway/api_iam_binding.py +3 -0
- pulumi_gcp/apigateway/api_iam_member.py +3 -0
- pulumi_gcp/apigateway/api_iam_policy.py +3 -0
- pulumi_gcp/apigateway/gateway.py +3 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +3 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +3 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +3 -0
- pulumi_gcp/apigee/addons_config.py +3 -0
- pulumi_gcp/apigee/api.py +3 -0
- pulumi_gcp/apigee/app_group.py +3 -0
- pulumi_gcp/apigee/control_plane_access.py +3 -0
- pulumi_gcp/apigee/developer.py +3 -0
- pulumi_gcp/apigee/dns_zone.py +3 -0
- pulumi_gcp/apigee/endpoint_attachment.py +3 -0
- pulumi_gcp/apigee/env_group.py +3 -0
- pulumi_gcp/apigee/env_group_attachment.py +3 -0
- pulumi_gcp/apigee/env_keystore.py +3 -0
- pulumi_gcp/apigee/env_references.py +3 -0
- pulumi_gcp/apigee/environment.py +3 -0
- pulumi_gcp/apigee/environment_addons_config.py +3 -0
- pulumi_gcp/apigee/environment_iam_binding.py +3 -0
- pulumi_gcp/apigee/environment_iam_member.py +3 -0
- pulumi_gcp/apigee/environment_iam_policy.py +3 -0
- pulumi_gcp/apigee/environment_keyvaluemaps.py +3 -0
- pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +3 -0
- pulumi_gcp/apigee/flowhook.py +3 -0
- pulumi_gcp/apigee/instance.py +3 -0
- pulumi_gcp/apigee/instance_attachment.py +3 -0
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +3 -0
- pulumi_gcp/apigee/keystores_aliases_pkcs12.py +3 -0
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +11 -2
- pulumi_gcp/apigee/nat_address.py +3 -0
- pulumi_gcp/apigee/organization.py +29 -0
- pulumi_gcp/apigee/sharedflow.py +3 -0
- pulumi_gcp/apigee/sharedflow_deployment.py +3 -0
- pulumi_gcp/apigee/sync_authorization.py +3 -0
- pulumi_gcp/apigee/target_server.py +3 -0
- pulumi_gcp/apihub/api_hub_instance.py +3 -0
- pulumi_gcp/apihub/host_project_registration.py +3 -0
- pulumi_gcp/appengine/application.py +3 -0
- pulumi_gcp/appengine/application_url_dispatch_rules.py +3 -0
- pulumi_gcp/appengine/domain_mapping.py +3 -0
- pulumi_gcp/appengine/engine_split_traffic.py +3 -0
- pulumi_gcp/appengine/firewall_rule.py +3 -0
- pulumi_gcp/appengine/flexible_app_version.py +3 -0
- pulumi_gcp/appengine/service_network_settings.py +3 -0
- pulumi_gcp/appengine/standard_app_version.py +3 -0
- pulumi_gcp/apphub/application.py +3 -0
- pulumi_gcp/apphub/service.py +3 -0
- pulumi_gcp/apphub/service_project_attachment.py +3 -0
- pulumi_gcp/apphub/workload.py +3 -0
- pulumi_gcp/applicationintegration/auth_config.py +3 -0
- pulumi_gcp/applicationintegration/client.py +37 -12
- pulumi_gcp/artifactregistry/outputs.py +2 -2
- pulumi_gcp/artifactregistry/repository.py +3 -0
- pulumi_gcp/artifactregistry/repository_iam_binding.py +3 -0
- pulumi_gcp/artifactregistry/repository_iam_member.py +3 -0
- pulumi_gcp/artifactregistry/repository_iam_policy.py +3 -0
- pulumi_gcp/artifactregistry/vpcsc_config.py +3 -0
- pulumi_gcp/assuredworkloads/workload.py +3 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +3 -0
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +3 -0
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +3 -0
- pulumi_gcp/backupdisasterrecovery/management_server.py +3 -0
- pulumi_gcp/beyondcorp/_inputs.py +129 -0
- pulumi_gcp/beyondcorp/app_connection.py +3 -0
- pulumi_gcp/beyondcorp/app_connector.py +3 -0
- pulumi_gcp/beyondcorp/app_gateway.py +3 -0
- pulumi_gcp/beyondcorp/application.py +109 -3
- pulumi_gcp/beyondcorp/application_iam_binding.py +3 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +3 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +3 -0
- pulumi_gcp/beyondcorp/outputs.py +93 -0
- pulumi_gcp/beyondcorp/security_gateway.py +3 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +3 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +3 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +3 -0
- pulumi_gcp/biglake/catalog.py +3 -0
- pulumi_gcp/biglake/database.py +3 -0
- pulumi_gcp/biglake/table.py +3 -0
- pulumi_gcp/bigquery/app_profile.py +3 -0
- pulumi_gcp/bigquery/bi_reservation.py +3 -0
- pulumi_gcp/bigquery/capacity_commitment.py +3 -0
- pulumi_gcp/bigquery/connection.py +3 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +3 -0
- pulumi_gcp/bigquery/connection_iam_member.py +3 -0
- pulumi_gcp/bigquery/connection_iam_policy.py +3 -0
- pulumi_gcp/bigquery/data_transfer_config.py +3 -0
- pulumi_gcp/bigquery/dataset.py +3 -0
- pulumi_gcp/bigquery/dataset_access.py +3 -0
- pulumi_gcp/bigquery/dataset_iam_binding.py +3 -0
- pulumi_gcp/bigquery/dataset_iam_member.py +3 -0
- pulumi_gcp/bigquery/dataset_iam_policy.py +3 -0
- pulumi_gcp/bigquery/iam_binding.py +3 -0
- pulumi_gcp/bigquery/iam_member.py +3 -0
- pulumi_gcp/bigquery/iam_policy.py +3 -0
- pulumi_gcp/bigquery/job.py +3 -0
- pulumi_gcp/bigquery/reservation.py +3 -0
- pulumi_gcp/bigquery/reservation_assignment.py +3 -0
- pulumi_gcp/bigquery/routine.py +3 -0
- pulumi_gcp/bigquery/table.py +3 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +3 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +3 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +3 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +3 -0
- pulumi_gcp/bigqueryanalyticshub/listing.py +3 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +3 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +3 -0
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +3 -0
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +3 -0
- pulumi_gcp/bigquerydatapolicy/data_policy.py +3 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +3 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +3 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +3 -0
- pulumi_gcp/bigtable/__init__.py +2 -0
- pulumi_gcp/bigtable/authorized_view.py +3 -0
- pulumi_gcp/bigtable/gc_policy.py +3 -0
- pulumi_gcp/bigtable/instance.py +3 -0
- pulumi_gcp/bigtable/instance_iam_binding.py +3 -0
- pulumi_gcp/bigtable/instance_iam_member.py +3 -0
- pulumi_gcp/bigtable/instance_iam_policy.py +3 -0
- pulumi_gcp/bigtable/logical_view.py +473 -0
- pulumi_gcp/bigtable/materialized_view.py +524 -0
- pulumi_gcp/bigtable/table.py +3 -0
- pulumi_gcp/bigtable/table_iam_binding.py +3 -0
- pulumi_gcp/bigtable/table_iam_member.py +3 -0
- pulumi_gcp/bigtable/table_iam_policy.py +3 -0
- pulumi_gcp/billing/account_iam_binding.py +3 -0
- pulumi_gcp/billing/account_iam_member.py +3 -0
- pulumi_gcp/billing/account_iam_policy.py +3 -0
- pulumi_gcp/billing/budget.py +3 -0
- pulumi_gcp/billing/project_info.py +3 -0
- pulumi_gcp/billing/sub_account.py +3 -0
- pulumi_gcp/binaryauthorization/attestor.py +3 -0
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +3 -0
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +3 -0
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +3 -0
- pulumi_gcp/binaryauthorization/policy.py +3 -0
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +3 -0
- pulumi_gcp/certificateauthority/_inputs.py +32 -0
- pulumi_gcp/certificateauthority/authority.py +3 -0
- pulumi_gcp/certificateauthority/ca_pool.py +17 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +3 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +3 -0
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +3 -0
- pulumi_gcp/certificateauthority/certificate.py +3 -0
- pulumi_gcp/certificateauthority/certificate_template.py +3 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +3 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +3 -0
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +3 -0
- pulumi_gcp/certificateauthority/outputs.py +22 -0
- pulumi_gcp/certificatemanager/certificate.py +3 -0
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +3 -0
- pulumi_gcp/certificatemanager/certificate_map.py +3 -0
- pulumi_gcp/certificatemanager/certificate_map_entry.py +3 -0
- pulumi_gcp/certificatemanager/dns_authorization.py +3 -0
- pulumi_gcp/certificatemanager/get_certificates.py +29 -0
- pulumi_gcp/certificatemanager/trust_config.py +3 -0
- pulumi_gcp/chronicle/data_access_label.py +3 -0
- pulumi_gcp/chronicle/data_access_scope.py +3 -0
- pulumi_gcp/chronicle/reference_list.py +3 -0
- pulumi_gcp/chronicle/retrohunt.py +3 -0
- pulumi_gcp/chronicle/rule.py +3 -0
- pulumi_gcp/chronicle/rule_deployment.py +3 -0
- pulumi_gcp/chronicle/watchlist.py +3 -0
- pulumi_gcp/cloudasset/folder_feed.py +3 -0
- pulumi_gcp/cloudasset/organization_feed.py +3 -0
- pulumi_gcp/cloudasset/project_feed.py +3 -0
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +5 -2
- pulumi_gcp/cloudbuild/trigger.py +3 -0
- pulumi_gcp/cloudbuild/worker_pool.py +3 -0
- pulumi_gcp/cloudbuildv2/connection.py +3 -0
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +3 -0
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +3 -0
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +3 -0
- pulumi_gcp/cloudbuildv2/repository.py +3 -0
- pulumi_gcp/clouddeploy/_inputs.py +0 -6
- pulumi_gcp/clouddeploy/automation.py +69 -10
- pulumi_gcp/clouddeploy/custom_target_type.py +3 -0
- pulumi_gcp/clouddeploy/custom_target_type_iam_binding.py +3 -0
- pulumi_gcp/clouddeploy/custom_target_type_iam_member.py +3 -0
- pulumi_gcp/clouddeploy/custom_target_type_iam_policy.py +3 -0
- pulumi_gcp/clouddeploy/delivery_pipeline.py +87 -77
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_binding.py +3 -0
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_member.py +3 -0
- pulumi_gcp/clouddeploy/delivery_pipeline_iam_policy.py +3 -0
- pulumi_gcp/clouddeploy/deploy_policy.py +3 -0
- pulumi_gcp/clouddeploy/outputs.py +0 -4
- pulumi_gcp/clouddeploy/target.py +3 -0
- pulumi_gcp/clouddeploy/target_iam_binding.py +3 -0
- pulumi_gcp/clouddeploy/target_iam_member.py +3 -0
- pulumi_gcp/clouddeploy/target_iam_policy.py +3 -0
- pulumi_gcp/clouddomains/registration.py +3 -0
- pulumi_gcp/cloudfunctions/function.py +3 -0
- pulumi_gcp/cloudfunctions/function_iam_binding.py +3 -0
- pulumi_gcp/cloudfunctions/function_iam_member.py +3 -0
- pulumi_gcp/cloudfunctions/function_iam_policy.py +3 -0
- pulumi_gcp/cloudfunctionsv2/function.py +3 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +3 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +3 -0
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +3 -0
- pulumi_gcp/cloudidentity/group.py +3 -0
- pulumi_gcp/cloudidentity/group_membership.py +3 -0
- pulumi_gcp/cloudids/endpoint.py +3 -0
- pulumi_gcp/cloudquota/s_quota_adjuster_settings.py +3 -0
- pulumi_gcp/cloudquota/s_quota_preference.py +3 -0
- pulumi_gcp/cloudrun/domain_mapping.py +3 -0
- pulumi_gcp/cloudrun/iam_binding.py +3 -0
- pulumi_gcp/cloudrun/iam_member.py +3 -0
- pulumi_gcp/cloudrun/iam_policy.py +3 -0
- pulumi_gcp/cloudrun/service.py +3 -0
- pulumi_gcp/cloudrunv2/_inputs.py +3 -3
- pulumi_gcp/cloudrunv2/job.py +3 -0
- pulumi_gcp/cloudrunv2/job_iam_binding.py +3 -0
- pulumi_gcp/cloudrunv2/job_iam_member.py +3 -0
- pulumi_gcp/cloudrunv2/job_iam_policy.py +3 -0
- pulumi_gcp/cloudrunv2/outputs.py +4 -4
- pulumi_gcp/cloudrunv2/service.py +3 -0
- pulumi_gcp/cloudrunv2/service_iam_binding.py +3 -0
- pulumi_gcp/cloudrunv2/service_iam_member.py +3 -0
- pulumi_gcp/cloudrunv2/service_iam_policy.py +3 -0
- pulumi_gcp/cloudscheduler/job.py +3 -0
- pulumi_gcp/cloudtasks/queue.py +3 -0
- pulumi_gcp/cloudtasks/queue_iam_binding.py +3 -0
- pulumi_gcp/cloudtasks/queue_iam_member.py +3 -0
- pulumi_gcp/cloudtasks/queue_iam_policy.py +3 -0
- pulumi_gcp/colab/notebook_execution.py +3 -0
- pulumi_gcp/colab/runtime.py +3 -0
- pulumi_gcp/colab/runtime_template.py +6 -3
- pulumi_gcp/colab/runtime_template_iam_binding.py +3 -0
- pulumi_gcp/colab/runtime_template_iam_member.py +3 -0
- pulumi_gcp/colab/runtime_template_iam_policy.py +3 -0
- pulumi_gcp/colab/schedule.py +3 -0
- pulumi_gcp/composer/environment.py +3 -0
- pulumi_gcp/composer/user_workloads_config_map.py +3 -0
- pulumi_gcp/composer/user_workloads_secret.py +3 -0
- pulumi_gcp/compute/__init__.py +7 -0
- pulumi_gcp/compute/_inputs.py +1175 -56
- pulumi_gcp/compute/address.py +3 -0
- pulumi_gcp/compute/attached_disk.py +3 -0
- pulumi_gcp/compute/autoscaler.py +3 -0
- pulumi_gcp/compute/backend_bucket.py +3 -0
- pulumi_gcp/compute/backend_bucket_iam_binding.py +3 -0
- pulumi_gcp/compute/backend_bucket_iam_member.py +3 -0
- pulumi_gcp/compute/backend_bucket_iam_policy.py +3 -0
- pulumi_gcp/compute/backend_bucket_signed_url_key.py +3 -0
- pulumi_gcp/compute/backend_service.py +98 -2
- pulumi_gcp/compute/backend_service_iam_binding.py +3 -0
- pulumi_gcp/compute/backend_service_iam_member.py +3 -0
- pulumi_gcp/compute/backend_service_iam_policy.py +3 -0
- pulumi_gcp/compute/backend_service_signed_url_key.py +3 -0
- pulumi_gcp/compute/ca_external_account_key.py +3 -0
- pulumi_gcp/compute/disk.py +3 -0
- pulumi_gcp/compute/disk_async_replication.py +3 -0
- pulumi_gcp/compute/disk_iam_binding.py +3 -0
- pulumi_gcp/compute/disk_iam_member.py +3 -0
- pulumi_gcp/compute/disk_iam_policy.py +3 -0
- pulumi_gcp/compute/disk_resource_policy_attachment.py +3 -0
- pulumi_gcp/compute/external_vpn_gateway.py +3 -0
- pulumi_gcp/compute/firewall.py +3 -0
- pulumi_gcp/compute/firewall_policy.py +3 -0
- pulumi_gcp/compute/firewall_policy_association.py +3 -0
- pulumi_gcp/compute/firewall_policy_rule.py +3 -0
- pulumi_gcp/compute/firewall_policy_with_rules.py +5 -2
- pulumi_gcp/compute/forwarding_rule.py +3 -0
- pulumi_gcp/compute/get_backend_service.py +12 -1
- pulumi_gcp/compute/get_region_disk.py +12 -1
- pulumi_gcp/compute/get_regions.py +18 -12
- pulumi_gcp/compute/get_storage_pool_iam_policy.py +183 -0
- pulumi_gcp/compute/get_storage_pool_types.py +268 -0
- pulumi_gcp/compute/global_address.py +3 -0
- pulumi_gcp/compute/global_forwarding_rule.py +3 -0
- pulumi_gcp/compute/global_network_endpoint.py +3 -0
- pulumi_gcp/compute/global_network_endpoint_group.py +3 -0
- pulumi_gcp/compute/ha_vpn_gateway.py +3 -0
- pulumi_gcp/compute/health_check.py +3 -0
- pulumi_gcp/compute/http_health_check.py +3 -0
- pulumi_gcp/compute/https_health_check.py +3 -0
- pulumi_gcp/compute/image.py +3 -0
- pulumi_gcp/compute/image_iam_binding.py +3 -0
- pulumi_gcp/compute/image_iam_member.py +3 -0
- pulumi_gcp/compute/image_iam_policy.py +3 -0
- pulumi_gcp/compute/instance.py +3 -0
- pulumi_gcp/compute/instance_from_machine_image.py +3 -0
- pulumi_gcp/compute/instance_from_template.py +3 -0
- pulumi_gcp/compute/instance_group.py +3 -0
- pulumi_gcp/compute/instance_group_manager.py +3 -0
- pulumi_gcp/compute/instance_group_membership.py +3 -0
- pulumi_gcp/compute/instance_group_named_port.py +3 -0
- pulumi_gcp/compute/instance_iam_binding.py +3 -0
- pulumi_gcp/compute/instance_iam_member.py +3 -0
- pulumi_gcp/compute/instance_iam_policy.py +3 -0
- pulumi_gcp/compute/instance_settings.py +3 -0
- pulumi_gcp/compute/instance_template.py +3 -0
- pulumi_gcp/compute/instance_template_iam_binding.py +3 -0
- pulumi_gcp/compute/instance_template_iam_member.py +3 -0
- pulumi_gcp/compute/instance_template_iam_policy.py +3 -0
- pulumi_gcp/compute/instant_snapshot.py +3 -0
- pulumi_gcp/compute/instant_snapshot_iam_binding.py +3 -0
- pulumi_gcp/compute/instant_snapshot_iam_member.py +3 -0
- pulumi_gcp/compute/instant_snapshot_iam_policy.py +3 -0
- pulumi_gcp/compute/interconnect.py +28 -24
- pulumi_gcp/compute/interconnect_attachment.py +3 -0
- pulumi_gcp/compute/machine_image.py +3 -0
- pulumi_gcp/compute/machine_image_iam_binding.py +3 -0
- pulumi_gcp/compute/machine_image_iam_member.py +3 -0
- pulumi_gcp/compute/machine_image_iam_policy.py +3 -0
- pulumi_gcp/compute/managed_ssl_certificate.py +3 -0
- pulumi_gcp/compute/manged_ssl_certificate.py +3 -0
- pulumi_gcp/compute/network.py +3 -0
- pulumi_gcp/compute/network_attachment.py +3 -0
- pulumi_gcp/compute/network_edge_security_service.py +3 -0
- pulumi_gcp/compute/network_endpoint.py +3 -0
- pulumi_gcp/compute/network_endpoint_group.py +3 -0
- pulumi_gcp/compute/network_endpoint_list.py +3 -0
- pulumi_gcp/compute/network_firewall_policy.py +3 -0
- pulumi_gcp/compute/network_firewall_policy_association.py +3 -0
- pulumi_gcp/compute/network_firewall_policy_packet_mirroring_rule.py +3 -0
- pulumi_gcp/compute/network_firewall_policy_rule.py +3 -0
- pulumi_gcp/compute/network_firewall_policy_with_rules.py +3 -0
- pulumi_gcp/compute/network_peering.py +3 -0
- pulumi_gcp/compute/network_peering_routes_config.py +3 -0
- pulumi_gcp/compute/node_group.py +3 -0
- pulumi_gcp/compute/node_template.py +3 -0
- pulumi_gcp/compute/organization_security_policy.py +3 -0
- pulumi_gcp/compute/organization_security_policy_association.py +3 -0
- pulumi_gcp/compute/organization_security_policy_rule.py +3 -0
- pulumi_gcp/compute/outputs.py +1123 -51
- pulumi_gcp/compute/packet_mirroring.py +3 -0
- pulumi_gcp/compute/per_instance_config.py +3 -0
- pulumi_gcp/compute/project_cloud_armor_tier.py +3 -0
- pulumi_gcp/compute/project_default_network_tier.py +3 -0
- pulumi_gcp/compute/project_metadata.py +3 -0
- pulumi_gcp/compute/project_metadata_item.py +3 -0
- pulumi_gcp/compute/public_advertised_prefix.py +3 -0
- pulumi_gcp/compute/public_delegated_prefix.py +3 -0
- pulumi_gcp/compute/region_autoscaler.py +3 -0
- pulumi_gcp/compute/region_backend_service.py +3 -0
- pulumi_gcp/compute/region_backend_service_iam_binding.py +3 -0
- pulumi_gcp/compute/region_backend_service_iam_member.py +3 -0
- pulumi_gcp/compute/region_backend_service_iam_policy.py +3 -0
- pulumi_gcp/compute/region_commitment.py +3 -0
- pulumi_gcp/compute/region_disk.py +31 -0
- pulumi_gcp/compute/region_disk_iam_binding.py +3 -0
- pulumi_gcp/compute/region_disk_iam_member.py +3 -0
- pulumi_gcp/compute/region_disk_iam_policy.py +3 -0
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +3 -0
- pulumi_gcp/compute/region_health_check.py +3 -0
- pulumi_gcp/compute/region_instance_group_manager.py +3 -0
- pulumi_gcp/compute/region_instance_template.py +3 -0
- pulumi_gcp/compute/region_network_endpoint.py +3 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +3 -0
- pulumi_gcp/compute/region_network_firewall_policy.py +3 -0
- pulumi_gcp/compute/region_network_firewall_policy_association.py +3 -0
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +3 -0
- pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +3 -0
- pulumi_gcp/compute/region_per_instance_config.py +3 -0
- pulumi_gcp/compute/region_resize_request.py +5 -2
- pulumi_gcp/compute/region_security_policy.py +19 -0
- pulumi_gcp/compute/region_security_policy_rule.py +19 -0
- pulumi_gcp/compute/region_ssl_certificate.py +3 -0
- pulumi_gcp/compute/region_ssl_policy.py +3 -0
- pulumi_gcp/compute/region_target_http_proxy.py +3 -0
- pulumi_gcp/compute/region_target_https_proxy.py +3 -0
- pulumi_gcp/compute/region_target_tcp_proxy.py +3 -0
- pulumi_gcp/compute/region_url_map.py +3 -0
- pulumi_gcp/compute/reservation.py +3 -0
- pulumi_gcp/compute/resize_request.py +5 -2
- pulumi_gcp/compute/resource_policy.py +3 -2
- pulumi_gcp/compute/resource_policy_attachment.py +479 -0
- pulumi_gcp/compute/route.py +3 -0
- pulumi_gcp/compute/router.py +3 -0
- pulumi_gcp/compute/router_interface.py +3 -0
- pulumi_gcp/compute/router_nat.py +3 -0
- pulumi_gcp/compute/router_nat_address.py +3 -0
- pulumi_gcp/compute/router_peer.py +3 -0
- pulumi_gcp/compute/router_route_policy.py +3 -0
- pulumi_gcp/compute/security_policy.py +3 -0
- pulumi_gcp/compute/security_policy_rule.py +3 -0
- pulumi_gcp/compute/security_scan_config.py +3 -0
- pulumi_gcp/compute/service_attachment.py +3 -0
- pulumi_gcp/compute/shared_vpc_host_project.py +3 -0
- pulumi_gcp/compute/shared_vpc_service_project.py +3 -0
- pulumi_gcp/compute/snapshot.py +3 -0
- pulumi_gcp/compute/snapshot_iam_binding.py +3 -0
- pulumi_gcp/compute/snapshot_iam_member.py +3 -0
- pulumi_gcp/compute/snapshot_iam_policy.py +3 -0
- pulumi_gcp/compute/ssl_certificate.py +3 -0
- pulumi_gcp/compute/ssl_policy.py +3 -0
- pulumi_gcp/compute/storage_pool.py +1048 -0
- pulumi_gcp/compute/storage_pool_iam_binding.py +1091 -0
- pulumi_gcp/compute/storage_pool_iam_member.py +1091 -0
- pulumi_gcp/compute/storage_pool_iam_policy.py +910 -0
- pulumi_gcp/compute/subnetwork.py +3 -0
- pulumi_gcp/compute/subnetwork_iam_binding.py +3 -0
- pulumi_gcp/compute/subnetwork_iam_member.py +3 -0
- pulumi_gcp/compute/subnetwork_iam_policy.py +3 -0
- pulumi_gcp/compute/target_grpc_proxy.py +3 -0
- pulumi_gcp/compute/target_http_proxy.py +3 -0
- pulumi_gcp/compute/target_https_proxy.py +3 -0
- pulumi_gcp/compute/target_instance.py +3 -0
- pulumi_gcp/compute/target_pool.py +3 -0
- pulumi_gcp/compute/target_ssl_proxy.py +3 -0
- pulumi_gcp/compute/target_tcp_proxy.py +3 -0
- pulumi_gcp/compute/url_map.py +3 -0
- pulumi_gcp/compute/vpn_gateway.py +3 -0
- pulumi_gcp/compute/vpn_tunnel.py +3 -0
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +132 -12
- pulumi_gcp/container/attached_cluster.py +3 -0
- pulumi_gcp/container/aws_cluster.py +3 -0
- pulumi_gcp/container/aws_node_pool.py +3 -0
- pulumi_gcp/container/azure_client.py +3 -0
- pulumi_gcp/container/azure_cluster.py +3 -0
- pulumi_gcp/container/azure_node_pool.py +3 -0
- pulumi_gcp/container/cluster.py +3 -0
- pulumi_gcp/container/node_pool.py +3 -0
- pulumi_gcp/container/outputs.py +141 -13
- pulumi_gcp/container/registry.py +3 -0
- pulumi_gcp/containeranalysis/note.py +3 -0
- pulumi_gcp/containeranalysis/note_iam_binding.py +3 -0
- pulumi_gcp/containeranalysis/note_iam_member.py +3 -0
- pulumi_gcp/containeranalysis/note_iam_policy.py +3 -0
- pulumi_gcp/containeranalysis/occurence.py +3 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +3 -0
- pulumi_gcp/databasemigrationservice/migration_job.py +3 -0
- pulumi_gcp/databasemigrationservice/private_connection.py +3 -0
- pulumi_gcp/datacatalog/entry.py +3 -0
- pulumi_gcp/datacatalog/entry_group.py +3 -0
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +3 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +3 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +3 -0
- pulumi_gcp/datacatalog/policy_tag.py +3 -0
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +3 -0
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +3 -0
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +3 -0
- pulumi_gcp/datacatalog/tag.py +3 -0
- pulumi_gcp/datacatalog/tag_template.py +3 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +3 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +3 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +3 -0
- pulumi_gcp/datacatalog/taxonomy.py +3 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +3 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +3 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +3 -0
- pulumi_gcp/dataflow/flex_template_job.py +3 -0
- pulumi_gcp/dataflow/job.py +3 -0
- pulumi_gcp/dataflow/pipeline.py +3 -0
- pulumi_gcp/dataform/repository.py +3 -0
- pulumi_gcp/dataform/repository_iam_binding.py +3 -0
- pulumi_gcp/dataform/repository_iam_member.py +3 -0
- pulumi_gcp/dataform/repository_iam_policy.py +3 -0
- pulumi_gcp/dataform/repository_release_config.py +3 -0
- pulumi_gcp/dataform/repository_workflow_config.py +3 -0
- pulumi_gcp/datafusion/instance.py +3 -0
- pulumi_gcp/dataloss/prevention_deidentify_template.py +3 -0
- pulumi_gcp/dataloss/prevention_discovery_config.py +3 -0
- pulumi_gcp/dataloss/prevention_inspect_template.py +3 -0
- pulumi_gcp/dataloss/prevention_job_trigger.py +3 -0
- pulumi_gcp/dataloss/prevention_stored_info_type.py +3 -0
- pulumi_gcp/dataplex/_inputs.py +219 -1
- pulumi_gcp/dataplex/aspect_type.py +3 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +3 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +3 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +3 -0
- pulumi_gcp/dataplex/asset.py +3 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +3 -0
- pulumi_gcp/dataplex/asset_iam_member.py +3 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +3 -0
- pulumi_gcp/dataplex/datascan.py +23 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +3 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +3 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +3 -0
- pulumi_gcp/dataplex/entry_group.py +3 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +3 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +3 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +3 -0
- pulumi_gcp/dataplex/entry_type.py +3 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +3 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +3 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +3 -0
- pulumi_gcp/dataplex/lake.py +3 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +3 -0
- pulumi_gcp/dataplex/lake_iam_member.py +3 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +3 -0
- pulumi_gcp/dataplex/outputs.py +168 -1
- pulumi_gcp/dataplex/task.py +3 -0
- pulumi_gcp/dataplex/task_iam_binding.py +3 -0
- pulumi_gcp/dataplex/task_iam_member.py +3 -0
- pulumi_gcp/dataplex/task_iam_policy.py +3 -0
- pulumi_gcp/dataplex/zone.py +3 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +3 -0
- pulumi_gcp/dataplex/zone_iam_member.py +3 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +3 -0
- pulumi_gcp/dataproc/autoscaling_policy.py +3 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +3 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +3 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +3 -0
- pulumi_gcp/dataproc/batch.py +3 -0
- pulumi_gcp/dataproc/cluster.py +3 -0
- pulumi_gcp/dataproc/cluster_iam_binding.py +3 -0
- pulumi_gcp/dataproc/cluster_iam_member.py +3 -0
- pulumi_gcp/dataproc/cluster_iam_policy.py +3 -0
- pulumi_gcp/dataproc/gdc_application_environment.py +3 -0
- pulumi_gcp/dataproc/gdc_service_instance.py +3 -0
- pulumi_gcp/dataproc/gdc_spark_application.py +3 -0
- pulumi_gcp/dataproc/get_metastore_service.py +12 -1
- pulumi_gcp/dataproc/job.py +3 -0
- pulumi_gcp/dataproc/job_iam_binding.py +3 -0
- pulumi_gcp/dataproc/job_iam_member.py +3 -0
- pulumi_gcp/dataproc/job_iam_policy.py +3 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +3 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +3 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +3 -0
- pulumi_gcp/dataproc/metastore_federation.py +3 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +3 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +3 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +3 -0
- pulumi_gcp/dataproc/metastore_service.py +64 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +3 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +3 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +3 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +3 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +3 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +3 -0
- pulumi_gcp/dataproc/workflow_template.py +3 -0
- pulumi_gcp/datastream/connection_profile.py +43 -0
- pulumi_gcp/datastream/private_connection.py +3 -0
- pulumi_gcp/datastream/stream.py +3 -0
- pulumi_gcp/deploymentmanager/deployment.py +3 -0
- pulumi_gcp/developerconnect/_inputs.py +6 -0
- pulumi_gcp/developerconnect/account_connector.py +59 -0
- pulumi_gcp/developerconnect/connection.py +3 -0
- pulumi_gcp/developerconnect/git_repository_link.py +3 -0
- pulumi_gcp/developerconnect/outputs.py +4 -0
- pulumi_gcp/diagflow/agent.py +3 -0
- pulumi_gcp/diagflow/cx_agent.py +3 -0
- pulumi_gcp/diagflow/cx_entity_type.py +3 -0
- pulumi_gcp/diagflow/cx_environment.py +3 -0
- pulumi_gcp/diagflow/cx_flow.py +3 -0
- pulumi_gcp/diagflow/cx_intent.py +3 -0
- pulumi_gcp/diagflow/cx_page.py +3 -0
- pulumi_gcp/diagflow/cx_security_settings.py +3 -0
- pulumi_gcp/diagflow/cx_test_case.py +3 -0
- pulumi_gcp/diagflow/cx_version.py +3 -0
- pulumi_gcp/diagflow/cx_webhook.py +3 -0
- pulumi_gcp/diagflow/entity_type.py +3 -0
- pulumi_gcp/diagflow/fulfillment.py +3 -0
- pulumi_gcp/diagflow/intent.py +3 -0
- pulumi_gcp/discoveryengine/_inputs.py +38 -0
- pulumi_gcp/discoveryengine/chat_engine.py +9 -4
- pulumi_gcp/discoveryengine/data_store.py +3 -0
- pulumi_gcp/discoveryengine/outputs.py +26 -0
- pulumi_gcp/discoveryengine/schema.py +3 -0
- pulumi_gcp/discoveryengine/search_engine.py +3 -0
- pulumi_gcp/discoveryengine/sitemap.py +3 -0
- pulumi_gcp/discoveryengine/target_site.py +3 -0
- pulumi_gcp/dns/_inputs.py +34 -13
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +3 -0
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +3 -0
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +3 -0
- pulumi_gcp/dns/managed_zone.py +3 -0
- pulumi_gcp/dns/outputs.py +25 -10
- pulumi_gcp/dns/policy.py +3 -0
- pulumi_gcp/dns/record_set.py +3 -0
- pulumi_gcp/dns/response_policy.py +3 -0
- pulumi_gcp/dns/response_policy_rule.py +3 -0
- pulumi_gcp/edgecontainer/cluster.py +3 -0
- pulumi_gcp/edgecontainer/node_pool.py +3 -0
- pulumi_gcp/edgecontainer/vpn_connection.py +3 -0
- pulumi_gcp/edgenetwork/interconnect_attachment.py +3 -0
- pulumi_gcp/edgenetwork/network.py +3 -0
- pulumi_gcp/edgenetwork/subnet.py +3 -0
- pulumi_gcp/endpoints/consumers_iam_binding.py +3 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +3 -0
- pulumi_gcp/endpoints/consumers_iam_policy.py +3 -0
- pulumi_gcp/endpoints/service.py +3 -0
- pulumi_gcp/endpoints/service_iam_binding.py +3 -0
- pulumi_gcp/endpoints/service_iam_member.py +3 -0
- pulumi_gcp/endpoints/service_iam_policy.py +3 -0
- pulumi_gcp/essentialcontacts/contact.py +3 -0
- pulumi_gcp/essentialcontacts/document_ai_processor.py +3 -0
- pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +3 -0
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +3 -0
- pulumi_gcp/essentialcontacts/document_ai_warehouse_location.py +3 -0
- pulumi_gcp/eventarc/channel.py +3 -0
- pulumi_gcp/eventarc/enrollment.py +3 -0
- pulumi_gcp/eventarc/google_api_source.py +3 -0
- pulumi_gcp/eventarc/google_channel_config.py +3 -0
- pulumi_gcp/eventarc/message_bus.py +3 -0
- pulumi_gcp/eventarc/pipeline.py +3 -0
- pulumi_gcp/eventarc/trigger.py +3 -0
- pulumi_gcp/filestore/backup.py +3 -0
- pulumi_gcp/filestore/instance.py +3 -0
- pulumi_gcp/filestore/snapshot.py +3 -0
- pulumi_gcp/firebase/android_app.py +3 -0
- pulumi_gcp/firebase/app_check_app_attest_config.py +3 -0
- pulumi_gcp/firebase/app_check_debug_token.py +3 -0
- pulumi_gcp/firebase/app_check_device_check_config.py +3 -0
- pulumi_gcp/firebase/app_check_play_integrity_config.py +3 -0
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +3 -0
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +3 -0
- pulumi_gcp/firebase/app_check_service_config.py +3 -0
- pulumi_gcp/firebase/app_hosting_backend.py +3 -0
- pulumi_gcp/firebase/app_hosting_build.py +3 -0
- pulumi_gcp/firebase/apple_app.py +3 -0
- pulumi_gcp/firebase/data_connect_service.py +3 -0
- pulumi_gcp/firebase/database_instance.py +3 -0
- pulumi_gcp/firebase/extensions_instance.py +3 -0
- pulumi_gcp/firebase/hosting_channel.py +3 -0
- pulumi_gcp/firebase/hosting_custom_domain.py +3 -0
- pulumi_gcp/firebase/hosting_release.py +3 -0
- pulumi_gcp/firebase/hosting_site.py +3 -0
- pulumi_gcp/firebase/hosting_version.py +3 -0
- pulumi_gcp/firebase/project.py +3 -0
- pulumi_gcp/firebase/storage_bucket.py +3 -0
- pulumi_gcp/firebase/web_app.py +3 -0
- pulumi_gcp/firebaserules/_inputs.py +6 -6
- pulumi_gcp/firebaserules/outputs.py +4 -4
- pulumi_gcp/firebaserules/release.py +3 -0
- pulumi_gcp/firebaserules/ruleset.py +3 -0
- pulumi_gcp/firestore/backup_schedule.py +3 -0
- pulumi_gcp/firestore/database.py +3 -0
- pulumi_gcp/firestore/document.py +3 -0
- pulumi_gcp/firestore/field.py +3 -0
- pulumi_gcp/firestore/index.py +3 -0
- pulumi_gcp/folder/access_approval_settings.py +3 -0
- pulumi_gcp/folder/iam_audit_config.py +3 -0
- pulumi_gcp/folder/iam_binding.py +3 -0
- pulumi_gcp/folder/iam_member.py +3 -0
- pulumi_gcp/folder/iam_policy.py +3 -0
- pulumi_gcp/folder/organization_policy.py +3 -0
- pulumi_gcp/folder/service_identity.py +3 -0
- pulumi_gcp/gemini/code_repository_index.py +3 -0
- pulumi_gcp/gemini/code_tools_setting.py +3 -0
- pulumi_gcp/gemini/code_tools_setting_binding.py +3 -0
- pulumi_gcp/gemini/data_sharing_with_google_setting.py +3 -0
- pulumi_gcp/gemini/data_sharing_with_google_setting_binding.py +3 -0
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +3 -0
- pulumi_gcp/gemini/gemini_gcp_enablement_setting_binding.py +3 -0
- pulumi_gcp/gemini/logging_setting.py +3 -0
- pulumi_gcp/gemini/logging_setting_binding.py +3 -0
- pulumi_gcp/gemini/release_channel_setting.py +3 -0
- pulumi_gcp/gemini/release_channel_setting_binding.py +3 -0
- pulumi_gcp/gemini/repository_group.py +3 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +3 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +3 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +3 -0
- pulumi_gcp/gkebackup/__init__.py +2 -0
- pulumi_gcp/gkebackup/backup_channel.py +740 -0
- pulumi_gcp/gkebackup/backup_plan.py +3 -0
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +3 -0
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +3 -0
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +3 -0
- pulumi_gcp/gkebackup/restore_channel.py +740 -0
- pulumi_gcp/gkebackup/restore_plan.py +3 -0
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +3 -0
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +3 -0
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +3 -0
- pulumi_gcp/gkehub/_inputs.py +208 -0
- pulumi_gcp/gkehub/feature.py +3 -0
- pulumi_gcp/gkehub/feature_iam_binding.py +3 -0
- pulumi_gcp/gkehub/feature_iam_member.py +3 -0
- pulumi_gcp/gkehub/feature_iam_policy.py +3 -0
- pulumi_gcp/gkehub/feature_membership.py +95 -0
- pulumi_gcp/gkehub/fleet.py +3 -0
- pulumi_gcp/gkehub/membership.py +3 -0
- pulumi_gcp/gkehub/membership_binding.py +3 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +3 -0
- pulumi_gcp/gkehub/membership_iam_member.py +3 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +3 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +3 -0
- pulumi_gcp/gkehub/namespace.py +3 -0
- pulumi_gcp/gkehub/outputs.py +171 -1
- pulumi_gcp/gkehub/scope.py +3 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +3 -0
- pulumi_gcp/gkehub/scope_iam_member.py +3 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +3 -0
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +3 -0
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +3 -0
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +3 -0
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +3 -0
- pulumi_gcp/gkeonprem/v_mware_cluster.py +3 -0
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +3 -0
- pulumi_gcp/gkeonprem/vmware_admin_cluster.py +3 -0
- pulumi_gcp/healthcare/consent_store.py +3 -0
- pulumi_gcp/healthcare/consent_store_iam_binding.py +3 -0
- pulumi_gcp/healthcare/consent_store_iam_member.py +3 -0
- pulumi_gcp/healthcare/consent_store_iam_policy.py +3 -0
- pulumi_gcp/healthcare/dataset.py +3 -0
- pulumi_gcp/healthcare/dataset_iam_binding.py +3 -0
- pulumi_gcp/healthcare/dataset_iam_member.py +3 -0
- pulumi_gcp/healthcare/dataset_iam_policy.py +3 -0
- pulumi_gcp/healthcare/dicom_store.py +3 -0
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +3 -0
- pulumi_gcp/healthcare/dicom_store_iam_member.py +3 -0
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +3 -0
- pulumi_gcp/healthcare/fhir_store.py +3 -0
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +3 -0
- pulumi_gcp/healthcare/fhir_store_iam_member.py +3 -0
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +3 -0
- pulumi_gcp/healthcare/hl7_store.py +3 -0
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +3 -0
- pulumi_gcp/healthcare/hl7_store_iam_member.py +3 -0
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +3 -0
- pulumi_gcp/healthcare/pipeline_job.py +5 -2
- pulumi_gcp/healthcare/workspace.py +3 -0
- pulumi_gcp/iam/access_boundary_policy.py +3 -0
- pulumi_gcp/iam/deny_policy.py +3 -0
- pulumi_gcp/iam/folders_policy_binding.py +3 -0
- pulumi_gcp/iam/oauth_client.py +3 -0
- pulumi_gcp/iam/oauth_client_credential.py +3 -0
- pulumi_gcp/iam/organizations_policy_binding.py +3 -0
- pulumi_gcp/iam/principal_access_boundary_policy.py +3 -0
- pulumi_gcp/iam/projects_policy_binding.py +3 -0
- pulumi_gcp/iam/workforce_pool.py +3 -0
- pulumi_gcp/iam/workforce_pool_provider.py +3 -0
- pulumi_gcp/iam/workload_identity_pool.py +3 -0
- pulumi_gcp/iam/workload_identity_pool_provider.py +3 -0
- pulumi_gcp/iap/__init__.py +4 -0
- pulumi_gcp/iap/_inputs.py +130 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +3 -0
- pulumi_gcp/iap/app_engine_service_iam_member.py +3 -0
- pulumi_gcp/iap/app_engine_service_iam_policy.py +3 -0
- pulumi_gcp/iap/app_engine_version_iam_binding.py +3 -0
- pulumi_gcp/iap/app_engine_version_iam_member.py +3 -0
- pulumi_gcp/iap/app_engine_version_iam_policy.py +3 -0
- pulumi_gcp/iap/brand.py +3 -0
- pulumi_gcp/iap/client.py +3 -0
- pulumi_gcp/iap/get_web_cloud_run_service_iam_policy.py +183 -0
- pulumi_gcp/iap/outputs.py +76 -0
- pulumi_gcp/iap/settings.py +3 -0
- pulumi_gcp/iap/tunnel_dest_group.py +3 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +3 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +3 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +3 -0
- pulumi_gcp/iap/tunnel_iam_binding.py +3 -0
- pulumi_gcp/iap/tunnel_iam_member.py +3 -0
- pulumi_gcp/iap/tunnel_iam_policy.py +3 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +3 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +3 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +3 -0
- pulumi_gcp/iap/web_backend_service_iam_binding.py +3 -0
- pulumi_gcp/iap/web_backend_service_iam_member.py +3 -0
- pulumi_gcp/iap/web_backend_service_iam_policy.py +3 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_binding.py +1092 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_member.py +1092 -0
- pulumi_gcp/iap/web_cloud_run_service_iam_policy.py +911 -0
- pulumi_gcp/iap/web_iam_binding.py +3 -0
- pulumi_gcp/iap/web_iam_member.py +3 -0
- pulumi_gcp/iap/web_iam_policy.py +3 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +3 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +3 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +3 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +3 -0
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +3 -0
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +3 -0
- pulumi_gcp/iap/web_type_compute_iam_binding.py +3 -0
- pulumi_gcp/iap/web_type_compute_iam_member.py +3 -0
- pulumi_gcp/iap/web_type_compute_iam_policy.py +3 -0
- pulumi_gcp/identityplatform/_inputs.py +54 -0
- pulumi_gcp/identityplatform/config.py +3 -0
- pulumi_gcp/identityplatform/default_supported_idp_config.py +3 -0
- pulumi_gcp/identityplatform/inbound_saml_config.py +3 -0
- pulumi_gcp/identityplatform/oauth_idp_config.py +86 -5
- pulumi_gcp/identityplatform/outputs.py +49 -0
- pulumi_gcp/identityplatform/tenant.py +3 -0
- pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +3 -0
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +3 -0
- pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +3 -0
- pulumi_gcp/integrationconnectors/connection.py +3 -0
- pulumi_gcp/integrationconnectors/endpoint_attachment.py +3 -0
- pulumi_gcp/integrationconnectors/managed_zone.py +3 -0
- pulumi_gcp/kms/autokey_config.py +3 -0
- pulumi_gcp/kms/crypto_key.py +3 -0
- pulumi_gcp/kms/crypto_key_iam_binding.py +3 -0
- pulumi_gcp/kms/crypto_key_iam_member.py +3 -0
- pulumi_gcp/kms/crypto_key_iam_policy.py +3 -0
- pulumi_gcp/kms/crypto_key_version.py +3 -0
- pulumi_gcp/kms/ekm_connection.py +3 -0
- pulumi_gcp/kms/ekm_connection_iam_binding.py +3 -0
- pulumi_gcp/kms/ekm_connection_iam_member.py +3 -0
- pulumi_gcp/kms/ekm_connection_iam_policy.py +3 -0
- pulumi_gcp/kms/key_handle.py +3 -0
- pulumi_gcp/kms/key_ring.py +3 -0
- pulumi_gcp/kms/key_ring_iam_binding.py +3 -0
- pulumi_gcp/kms/key_ring_iam_member.py +3 -0
- pulumi_gcp/kms/key_ring_iam_policy.py +3 -0
- pulumi_gcp/kms/key_ring_import_job.py +10 -7
- pulumi_gcp/kms/secret_ciphertext.py +3 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +3 -0
- pulumi_gcp/logging/billing_account_exclusion.py +3 -0
- pulumi_gcp/logging/billing_account_sink.py +3 -0
- pulumi_gcp/logging/folder_bucket_config.py +3 -0
- pulumi_gcp/logging/folder_exclusion.py +3 -0
- pulumi_gcp/logging/folder_settings.py +3 -0
- pulumi_gcp/logging/folder_sink.py +3 -0
- pulumi_gcp/logging/linked_dataset.py +3 -0
- pulumi_gcp/logging/log_scope.py +3 -0
- pulumi_gcp/logging/log_view.py +3 -0
- pulumi_gcp/logging/log_view_iam_binding.py +3 -0
- pulumi_gcp/logging/log_view_iam_member.py +3 -0
- pulumi_gcp/logging/log_view_iam_policy.py +3 -0
- pulumi_gcp/logging/metric.py +3 -0
- pulumi_gcp/logging/organization_bucket_config.py +3 -0
- pulumi_gcp/logging/organization_exclusion.py +3 -0
- pulumi_gcp/logging/organization_settings.py +3 -0
- pulumi_gcp/logging/organization_sink.py +3 -0
- pulumi_gcp/logging/project_bucket_config.py +3 -0
- pulumi_gcp/logging/project_exclusion.py +3 -0
- pulumi_gcp/logging/project_sink.py +3 -0
- pulumi_gcp/looker/instance.py +3 -0
- pulumi_gcp/lustre/instance.py +3 -0
- pulumi_gcp/managedkafka/cluster.py +3 -0
- pulumi_gcp/managedkafka/connect_cluster.py +11 -4
- pulumi_gcp/managedkafka/connector.py +11 -4
- pulumi_gcp/managedkafka/topic.py +3 -0
- pulumi_gcp/memcache/__init__.py +1 -0
- pulumi_gcp/memcache/get_instance.py +338 -0
- pulumi_gcp/memcache/instance.py +3 -0
- pulumi_gcp/memcache/outputs.py +363 -0
- pulumi_gcp/memorystore/instance.py +3 -0
- pulumi_gcp/memorystore/instance_desired_user_created_endpoints.py +3 -0
- pulumi_gcp/migrationcenter/group.py +3 -0
- pulumi_gcp/migrationcenter/preference_set.py +3 -0
- pulumi_gcp/ml/engine_model.py +3 -0
- pulumi_gcp/monitoring/alert_policy.py +3 -0
- pulumi_gcp/monitoring/custom_service.py +3 -0
- pulumi_gcp/monitoring/dashboard.py +3 -0
- pulumi_gcp/monitoring/generic_service.py +3 -0
- pulumi_gcp/monitoring/group.py +3 -0
- pulumi_gcp/monitoring/metric_descriptor.py +3 -0
- pulumi_gcp/monitoring/monitored_project.py +3 -0
- pulumi_gcp/monitoring/notification_channel.py +3 -0
- pulumi_gcp/monitoring/slo.py +3 -0
- pulumi_gcp/monitoring/uptime_check_config.py +52 -0
- pulumi_gcp/netapp/active_directory.py +3 -0
- pulumi_gcp/netapp/backup.py +3 -0
- pulumi_gcp/netapp/backup_policy.py +3 -0
- pulumi_gcp/netapp/backup_vault.py +3 -0
- pulumi_gcp/netapp/kmsconfig.py +3 -0
- pulumi_gcp/netapp/storage_pool.py +144 -0
- pulumi_gcp/netapp/volume.py +3 -0
- pulumi_gcp/netapp/volume_quota_rule.py +3 -0
- pulumi_gcp/netapp/volume_replication.py +3 -0
- pulumi_gcp/netapp/volume_snapshot.py +3 -0
- pulumi_gcp/networkconnectivity/group.py +3 -0
- pulumi_gcp/networkconnectivity/hub.py +3 -0
- pulumi_gcp/networkconnectivity/internal_range.py +85 -0
- pulumi_gcp/networkconnectivity/policy_based_route.py +3 -0
- pulumi_gcp/networkconnectivity/regional_endpoint.py +3 -0
- pulumi_gcp/networkconnectivity/service_connection_policy.py +3 -0
- pulumi_gcp/networkconnectivity/spoke.py +3 -0
- pulumi_gcp/networkmanagement/connectivity_test.py +3 -0
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +3 -0
- pulumi_gcp/networksecurity/address_group.py +3 -0
- pulumi_gcp/networksecurity/address_group_iam_binding.py +3 -0
- pulumi_gcp/networksecurity/address_group_iam_member.py +3 -0
- pulumi_gcp/networksecurity/address_group_iam_policy.py +3 -0
- pulumi_gcp/networksecurity/authorization_policy.py +3 -0
- pulumi_gcp/networksecurity/authz_policy.py +3 -0
- pulumi_gcp/networksecurity/backend_authentication_config.py +3 -0
- pulumi_gcp/networksecurity/client_tls_policy.py +3 -0
- pulumi_gcp/networksecurity/firewall_endpoint.py +3 -0
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +3 -0
- pulumi_gcp/networksecurity/gateway_security_policy.py +3 -0
- pulumi_gcp/networksecurity/gateway_security_policy_rule.py +3 -0
- pulumi_gcp/networksecurity/intercept_deployment.py +3 -0
- pulumi_gcp/networksecurity/intercept_deployment_group.py +3 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +3 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +3 -0
- pulumi_gcp/networksecurity/mirroring_deployment.py +3 -0
- pulumi_gcp/networksecurity/mirroring_deployment_group.py +3 -0
- pulumi_gcp/networksecurity/mirroring_endpoint_group.py +3 -0
- pulumi_gcp/networksecurity/mirroring_endpoint_group_association.py +3 -0
- pulumi_gcp/networksecurity/security_profile.py +3 -0
- pulumi_gcp/networksecurity/security_profile_group.py +3 -0
- pulumi_gcp/networksecurity/server_tls_policy.py +3 -0
- pulumi_gcp/networksecurity/tls_inspection_policy.py +3 -0
- pulumi_gcp/networksecurity/url_list.py +3 -0
- pulumi_gcp/networkservices/_inputs.py +35 -6
- pulumi_gcp/networkservices/authz_extension.py +3 -0
- pulumi_gcp/networkservices/edge_cache_keyset.py +3 -0
- pulumi_gcp/networkservices/edge_cache_origin.py +3 -0
- pulumi_gcp/networkservices/edge_cache_service.py +3 -0
- pulumi_gcp/networkservices/endpoint_policy.py +3 -0
- pulumi_gcp/networkservices/gateway.py +3 -0
- pulumi_gcp/networkservices/grpc_route.py +3 -0
- pulumi_gcp/networkservices/http_route.py +3 -0
- pulumi_gcp/networkservices/lb_route_extension.py +3 -0
- pulumi_gcp/networkservices/lb_traffic_extension.py +10 -0
- pulumi_gcp/networkservices/mesh.py +3 -0
- pulumi_gcp/networkservices/outputs.py +22 -4
- pulumi_gcp/networkservices/service_binding.py +3 -0
- pulumi_gcp/networkservices/service_lb_policies.py +3 -0
- pulumi_gcp/networkservices/tcp_route.py +3 -0
- pulumi_gcp/networkservices/tls_route.py +3 -0
- pulumi_gcp/notebooks/environment.py +3 -0
- pulumi_gcp/notebooks/instance.py +3 -0
- pulumi_gcp/notebooks/instance_iam_binding.py +3 -0
- pulumi_gcp/notebooks/instance_iam_member.py +3 -0
- pulumi_gcp/notebooks/instance_iam_policy.py +3 -0
- pulumi_gcp/notebooks/location.py +3 -0
- pulumi_gcp/notebooks/runtime.py +3 -0
- pulumi_gcp/notebooks/runtime_iam_binding.py +3 -0
- pulumi_gcp/notebooks/runtime_iam_member.py +3 -0
- pulumi_gcp/notebooks/runtime_iam_policy.py +3 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +3 -0
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +3 -0
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +3 -0
- pulumi_gcp/organizations/access_approval_settings.py +3 -0
- pulumi_gcp/organizations/folder.py +3 -0
- pulumi_gcp/organizations/iam_audit_config.py +3 -0
- pulumi_gcp/organizations/iam_binding.py +3 -0
- pulumi_gcp/organizations/iam_custom_role.py +3 -0
- pulumi_gcp/organizations/iam_member.py +3 -0
- pulumi_gcp/organizations/iam_policy.py +3 -0
- pulumi_gcp/organizations/policy.py +3 -0
- pulumi_gcp/organizations/project.py +3 -0
- pulumi_gcp/orgpolicy/custom_constraint.py +3 -0
- pulumi_gcp/orgpolicy/policy.py +3 -0
- pulumi_gcp/osconfig/__init__.py +1 -0
- pulumi_gcp/osconfig/_inputs.py +5400 -0
- pulumi_gcp/osconfig/guest_policies.py +3 -0
- pulumi_gcp/osconfig/os_policy_assignment.py +3 -0
- pulumi_gcp/osconfig/outputs.py +3952 -0
- pulumi_gcp/osconfig/patch_deployment.py +3 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator.py +3 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator_for_folder.py +1098 -0
- pulumi_gcp/osconfig/v2_policy_orchestrator_for_organization.py +3 -0
- pulumi_gcp/oslogin/ssh_public_key.py +3 -0
- pulumi_gcp/parallelstore/instance.py +3 -0
- pulumi_gcp/parametermanager/parameter.py +3 -0
- pulumi_gcp/parametermanager/parameter_version.py +3 -0
- pulumi_gcp/parametermanager/regional_parameter.py +3 -0
- pulumi_gcp/parametermanager/regional_parameter_version.py +3 -0
- pulumi_gcp/privilegedaccessmanager/entitlement.py +3 -0
- pulumi_gcp/projects/_inputs.py +0 -6
- pulumi_gcp/projects/access_approval_settings.py +3 -0
- pulumi_gcp/projects/api_key.py +31 -0
- pulumi_gcp/projects/default_service_accounts.py +3 -0
- pulumi_gcp/projects/iam_audit_config.py +3 -0
- pulumi_gcp/projects/iam_binding.py +3 -0
- pulumi_gcp/projects/iam_custom_role.py +3 -0
- pulumi_gcp/projects/iam_member.py +3 -0
- pulumi_gcp/projects/iam_member_remove.py +3 -0
- pulumi_gcp/projects/iam_policy.py +3 -0
- pulumi_gcp/projects/organization_policy.py +3 -0
- pulumi_gcp/projects/outputs.py +0 -4
- pulumi_gcp/projects/service.py +3 -0
- pulumi_gcp/projects/service_identity.py +3 -0
- pulumi_gcp/projects/usage_export_bucket.py +3 -0
- pulumi_gcp/provider.py +23 -0
- pulumi_gcp/pubsub/lite_reservation.py +3 -0
- pulumi_gcp/pubsub/lite_subscription.py +3 -0
- pulumi_gcp/pubsub/lite_topic.py +3 -0
- pulumi_gcp/pubsub/schema.py +3 -0
- pulumi_gcp/pubsub/schema_iam_binding.py +3 -0
- pulumi_gcp/pubsub/schema_iam_member.py +3 -0
- pulumi_gcp/pubsub/schema_iam_policy.py +3 -0
- pulumi_gcp/pubsub/subscription.py +3 -0
- pulumi_gcp/pubsub/subscription_iam_binding.py +3 -0
- pulumi_gcp/pubsub/subscription_iam_member.py +3 -0
- pulumi_gcp/pubsub/subscription_iam_policy.py +3 -0
- pulumi_gcp/pubsub/topic.py +3 -0
- pulumi_gcp/pubsub/topic_iam_binding.py +3 -0
- pulumi_gcp/pubsub/topic_iam_member.py +3 -0
- pulumi_gcp/pubsub/topic_iam_policy.py +3 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +3 -0
- pulumi_gcp/redis/cluster.py +3 -0
- pulumi_gcp/redis/cluster_user_created_connections.py +3 -0
- pulumi_gcp/redis/get_instance.py +12 -1
- pulumi_gcp/redis/instance.py +64 -0
- pulumi_gcp/resourcemanager/lien.py +3 -0
- pulumi_gcp/runtimeconfig/config.py +3 -0
- pulumi_gcp/runtimeconfig/config_iam_binding.py +3 -0
- pulumi_gcp/runtimeconfig/config_iam_member.py +3 -0
- pulumi_gcp/runtimeconfig/config_iam_policy.py +3 -0
- pulumi_gcp/runtimeconfig/variable.py +3 -0
- pulumi_gcp/secretmanager/regional_secret.py +3 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +3 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +3 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +3 -0
- pulumi_gcp/secretmanager/regional_secret_version.py +3 -0
- pulumi_gcp/secretmanager/secret.py +3 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +3 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +3 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +3 -0
- pulumi_gcp/secretmanager/secret_version.py +3 -0
- pulumi_gcp/securesourcemanager/branch_rule.py +3 -0
- pulumi_gcp/securesourcemanager/instance.py +3 -0
- pulumi_gcp/securesourcemanager/instance_iam_binding.py +3 -0
- pulumi_gcp/securesourcemanager/instance_iam_member.py +3 -0
- pulumi_gcp/securesourcemanager/instance_iam_policy.py +3 -0
- pulumi_gcp/securesourcemanager/repository.py +3 -0
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +3 -0
- pulumi_gcp/securesourcemanager/repository_iam_member.py +3 -0
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +3 -0
- pulumi_gcp/securitycenter/event_threat_detection_custom_module.py +3 -0
- pulumi_gcp/securitycenter/folder_custom_module.py +3 -0
- pulumi_gcp/securitycenter/folder_notification_config.py +3 -0
- pulumi_gcp/securitycenter/folder_scc_big_query_export.py +3 -0
- pulumi_gcp/securitycenter/instance_iam_binding.py +3 -0
- pulumi_gcp/securitycenter/instance_iam_member.py +3 -0
- pulumi_gcp/securitycenter/instance_iam_policy.py +3 -0
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +3 -0
- pulumi_gcp/securitycenter/management_organization_event_threat_detection_custom_module.py +3 -0
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +3 -0
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +3 -0
- pulumi_gcp/securitycenter/mute_config.py +3 -0
- pulumi_gcp/securitycenter/notification_config.py +3 -0
- pulumi_gcp/securitycenter/organization_custom_module.py +3 -0
- pulumi_gcp/securitycenter/organization_scc_big_query_export.py +3 -0
- pulumi_gcp/securitycenter/project_custom_module.py +3 -0
- pulumi_gcp/securitycenter/project_notification_config.py +3 -0
- pulumi_gcp/securitycenter/project_scc_big_query_export.py +3 -0
- pulumi_gcp/securitycenter/source.py +3 -0
- pulumi_gcp/securitycenter/source_iam_binding.py +3 -0
- pulumi_gcp/securitycenter/source_iam_member.py +3 -0
- pulumi_gcp/securitycenter/source_iam_policy.py +3 -0
- pulumi_gcp/securitycenter/v2_folder_mute_config.py +3 -0
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +3 -0
- pulumi_gcp/securitycenter/v2_folder_scc_big_query_export.py +3 -0
- pulumi_gcp/securitycenter/v2_organization_mute_config.py +3 -0
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +3 -0
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +3 -0
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +3 -0
- pulumi_gcp/securitycenter/v2_organization_source.py +3 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +3 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +3 -0
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +3 -0
- pulumi_gcp/securitycenter/v2_project_mute_config.py +3 -0
- pulumi_gcp/securitycenter/v2_project_notification_config.py +3 -0
- pulumi_gcp/securitycenter/v2_project_scc_big_query_export.py +3 -0
- pulumi_gcp/securityposture/posture.py +3 -0
- pulumi_gcp/securityposture/posture_deployment.py +3 -0
- pulumi_gcp/serviceaccount/account.py +3 -0
- pulumi_gcp/serviceaccount/iam_binding.py +3 -0
- pulumi_gcp/serviceaccount/iam_member.py +3 -0
- pulumi_gcp/serviceaccount/iam_policy.py +3 -0
- pulumi_gcp/serviceaccount/key.py +3 -0
- pulumi_gcp/servicedirectory/endpoint.py +3 -0
- pulumi_gcp/servicedirectory/namespace.py +3 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +3 -0
- pulumi_gcp/servicedirectory/namespace_iam_member.py +3 -0
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +3 -0
- pulumi_gcp/servicedirectory/service.py +3 -0
- pulumi_gcp/servicedirectory/service_iam_binding.py +3 -0
- pulumi_gcp/servicedirectory/service_iam_member.py +3 -0
- pulumi_gcp/servicedirectory/service_iam_policy.py +3 -0
- pulumi_gcp/servicenetworking/connection.py +3 -0
- pulumi_gcp/servicenetworking/peered_dns_domain.py +3 -0
- pulumi_gcp/servicenetworking/vpc_service_controls.py +3 -0
- pulumi_gcp/serviceusage/consumer_quota_override.py +3 -0
- pulumi_gcp/siteverification/owner.py +3 -0
- pulumi_gcp/siteverification/web_resource.py +3 -0
- pulumi_gcp/sourcerepo/repository.py +3 -0
- pulumi_gcp/sourcerepo/repository_iam_binding.py +3 -0
- pulumi_gcp/sourcerepo/repository_iam_member.py +3 -0
- pulumi_gcp/sourcerepo/repository_iam_policy.py +3 -0
- pulumi_gcp/spanner/backup_schedule.py +3 -0
- pulumi_gcp/spanner/database.py +3 -0
- pulumi_gcp/spanner/database_iam_binding.py +3 -0
- pulumi_gcp/spanner/database_iam_member.py +3 -0
- pulumi_gcp/spanner/database_iam_policy.py +3 -0
- pulumi_gcp/spanner/instance.py +3 -0
- pulumi_gcp/spanner/instance_config.py +17 -14
- pulumi_gcp/spanner/instance_iam_binding.py +3 -0
- pulumi_gcp/spanner/instance_iam_member.py +3 -0
- pulumi_gcp/spanner/instance_iam_policy.py +3 -0
- pulumi_gcp/spanner/instance_partition.py +3 -0
- pulumi_gcp/sql/_inputs.py +169 -6
- pulumi_gcp/sql/database.py +3 -0
- pulumi_gcp/sql/database_instance.py +31 -0
- pulumi_gcp/sql/get_database_instance.py +12 -1
- pulumi_gcp/sql/outputs.py +298 -14
- pulumi_gcp/sql/source_representation_instance.py +3 -0
- pulumi_gcp/sql/ssl_cert.py +3 -0
- pulumi_gcp/sql/user.py +3 -0
- pulumi_gcp/storage/__init__.py +1 -0
- pulumi_gcp/storage/_inputs.py +477 -0
- pulumi_gcp/storage/anywhere_cache.py +3 -0
- pulumi_gcp/storage/batch_operations_job.py +779 -0
- pulumi_gcp/storage/bucket.py +59 -0
- pulumi_gcp/storage/bucket_access_control.py +3 -0
- pulumi_gcp/storage/bucket_acl.py +3 -0
- pulumi_gcp/storage/bucket_iam_binding.py +3 -0
- pulumi_gcp/storage/bucket_iam_member.py +3 -0
- pulumi_gcp/storage/bucket_iam_policy.py +3 -0
- pulumi_gcp/storage/bucket_object.py +3 -0
- pulumi_gcp/storage/control_folder_intelligence_config.py +3 -0
- pulumi_gcp/storage/control_organization_intelligence_config.py +3 -0
- pulumi_gcp/storage/control_project_intelligence_config.py +3 -0
- pulumi_gcp/storage/default_object_access_control.py +3 -0
- pulumi_gcp/storage/default_object_acl.py +3 -0
- pulumi_gcp/storage/folder.py +3 -0
- pulumi_gcp/storage/get_bucket.py +23 -1
- pulumi_gcp/storage/hmac_key.py +3 -0
- pulumi_gcp/storage/insights_report_config.py +3 -0
- pulumi_gcp/storage/managed_folder.py +3 -0
- pulumi_gcp/storage/managed_folder_iam_binding.py +3 -0
- pulumi_gcp/storage/managed_folder_iam_member.py +3 -0
- pulumi_gcp/storage/managed_folder_iam_policy.py +3 -0
- pulumi_gcp/storage/notification.py +3 -0
- pulumi_gcp/storage/object_access_control.py +3 -0
- pulumi_gcp/storage/object_acl.py +3 -0
- pulumi_gcp/storage/outputs.py +417 -0
- pulumi_gcp/storage/transfer_agent_pool.py +3 -0
- pulumi_gcp/storage/transfer_job.py +3 -0
- pulumi_gcp/tags/location_tag_binding.py +3 -0
- pulumi_gcp/tags/tag_binding.py +3 -0
- pulumi_gcp/tags/tag_key.py +3 -0
- pulumi_gcp/tags/tag_key_iam_binding.py +3 -0
- pulumi_gcp/tags/tag_key_iam_member.py +3 -0
- pulumi_gcp/tags/tag_key_iam_policy.py +3 -0
- pulumi_gcp/tags/tag_value.py +3 -0
- pulumi_gcp/tags/tag_value_iam_binding.py +3 -0
- pulumi_gcp/tags/tag_value_iam_member.py +3 -0
- pulumi_gcp/tags/tag_value_iam_policy.py +3 -0
- pulumi_gcp/tpu/node.py +3 -0
- pulumi_gcp/tpu/v2_queued_resource.py +3 -0
- pulumi_gcp/tpu/v2_vm.py +3 -0
- pulumi_gcp/transcoder/job.py +3 -0
- pulumi_gcp/transcoder/job_template.py +3 -0
- pulumi_gcp/vertex/ai_dataset.py +3 -0
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +3 -0
- pulumi_gcp/vertex/ai_endpoint.py +3 -0
- pulumi_gcp/vertex/ai_endpoint_iam_binding.py +3 -0
- pulumi_gcp/vertex/ai_endpoint_iam_member.py +3 -0
- pulumi_gcp/vertex/ai_endpoint_iam_policy.py +3 -0
- pulumi_gcp/vertex/ai_feature_group.py +3 -0
- pulumi_gcp/vertex/ai_feature_group_feature.py +3 -0
- pulumi_gcp/vertex/ai_feature_group_iam_binding.py +3 -0
- pulumi_gcp/vertex/ai_feature_group_iam_member.py +3 -0
- pulumi_gcp/vertex/ai_feature_group_iam_policy.py +3 -0
- pulumi_gcp/vertex/ai_feature_online_store.py +3 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +5 -14
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +3 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +3 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +3 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_binding.py +3 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_member.py +3 -0
- pulumi_gcp/vertex/ai_feature_online_store_iam_policy.py +3 -0
- pulumi_gcp/vertex/ai_feature_store.py +3 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +3 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +3 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +3 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +3 -0
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +3 -0
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +3 -0
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +3 -0
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +3 -0
- pulumi_gcp/vertex/ai_index.py +3 -0
- pulumi_gcp/vertex/ai_index_endpoint.py +3 -0
- pulumi_gcp/vertex/ai_index_endpoint_deployed_index.py +3 -0
- pulumi_gcp/vertex/ai_metadata_store.py +3 -0
- pulumi_gcp/vertex/ai_tensorboard.py +3 -0
- pulumi_gcp/vmwareengine/cluster.py +3 -0
- pulumi_gcp/vmwareengine/external_access_rule.py +3 -0
- pulumi_gcp/vmwareengine/external_address.py +3 -0
- pulumi_gcp/vmwareengine/network.py +3 -0
- pulumi_gcp/vmwareengine/network_peering.py +3 -0
- pulumi_gcp/vmwareengine/network_policy.py +3 -0
- pulumi_gcp/vmwareengine/private_cloud.py +3 -0
- pulumi_gcp/vmwareengine/subnet.py +3 -0
- pulumi_gcp/vpcaccess/connector.py +3 -0
- pulumi_gcp/workbench/instance.py +3 -0
- pulumi_gcp/workbench/instance_iam_binding.py +3 -0
- pulumi_gcp/workbench/instance_iam_member.py +3 -0
- pulumi_gcp/workbench/instance_iam_policy.py +3 -0
- pulumi_gcp/workflows/workflow.py +3 -0
- pulumi_gcp/workstations/workstation.py +3 -0
- pulumi_gcp/workstations/workstation_cluster.py +3 -0
- pulumi_gcp/workstations/workstation_config.py +3 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +3 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +3 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +3 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +3 -0
- pulumi_gcp/workstations/workstation_iam_member.py +3 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +3 -0
- {pulumi_gcp-8.28.0a1745598508.dist-info → pulumi_gcp-8.29.0.dist-info}/METADATA +1 -1
- pulumi_gcp-8.29.0.dist-info/RECORD +1914 -0
- {pulumi_gcp-8.28.0a1745598508.dist-info → pulumi_gcp-8.29.0.dist-info}/WHEEL +1 -1
- pulumi_gcp-8.28.0a1745598508.dist-info/RECORD +0 -1896
- {pulumi_gcp-8.28.0a1745598508.dist-info → pulumi_gcp-8.29.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/outputs.py
CHANGED
@@ -51,6 +51,7 @@ __all__ = [
|
|
51
51
|
'BackendServiceLocalityLbPolicyCustomPolicy',
|
52
52
|
'BackendServiceLocalityLbPolicyPolicy',
|
53
53
|
'BackendServiceLogConfig',
|
54
|
+
'BackendServiceMaxStreamDuration',
|
54
55
|
'BackendServiceOutlierDetection',
|
55
56
|
'BackendServiceOutlierDetectionBaseEjectionTime',
|
56
57
|
'BackendServiceOutlierDetectionInterval',
|
@@ -604,6 +605,10 @@ __all__ = [
|
|
604
605
|
'SnapshotIamMemberCondition',
|
605
606
|
'SnapshotSnapshotEncryptionKey',
|
606
607
|
'SnapshotSourceDiskEncryptionKey',
|
608
|
+
'StoragePoolIamBindingCondition',
|
609
|
+
'StoragePoolIamMemberCondition',
|
610
|
+
'StoragePoolResourceStatus',
|
611
|
+
'StoragePoolStatus',
|
607
612
|
'SubnetworkIAMBindingCondition',
|
608
613
|
'SubnetworkIAMMemberCondition',
|
609
614
|
'SubnetworkLogConfig',
|
@@ -726,6 +731,7 @@ __all__ = [
|
|
726
731
|
'GetBackendServiceLocalityLbPolicyCustomPolicyResult',
|
727
732
|
'GetBackendServiceLocalityLbPolicyPolicyResult',
|
728
733
|
'GetBackendServiceLogConfigResult',
|
734
|
+
'GetBackendServiceMaxStreamDurationResult',
|
729
735
|
'GetBackendServiceOutlierDetectionResult',
|
730
736
|
'GetBackendServiceOutlierDetectionBaseEjectionTimeResult',
|
731
737
|
'GetBackendServiceOutlierDetectionIntervalResult',
|
@@ -968,6 +974,7 @@ __all__ = [
|
|
968
974
|
'GetSecurityPolicyRuleRedirectOptionResult',
|
969
975
|
'GetSnapshotSnapshotEncryptionKeyResult',
|
970
976
|
'GetSnapshotSourceDiskEncryptionKeyResult',
|
977
|
+
'GetStoragePoolTypesDeprecatedResult',
|
971
978
|
'GetSubnetworkSecondaryIpRangeResult',
|
972
979
|
'GetSubnetworksSubnetworkResult',
|
973
980
|
]
|
@@ -1797,10 +1804,13 @@ class BackendBucketCdnPolicy(dict):
|
|
1797
1804
|
:param builtins.str cache_mode: Specifies the cache setting for all responses from this backend.
|
1798
1805
|
The possible values are: USE_ORIGIN_HEADERS, FORCE_CACHE_ALL and CACHE_ALL_STATIC
|
1799
1806
|
Possible values are: `USE_ORIGIN_HEADERS`, `FORCE_CACHE_ALL`, `CACHE_ALL_STATIC`.
|
1800
|
-
:param builtins.int client_ttl: Specifies the maximum allowed TTL for cached content served by this origin.
|
1807
|
+
:param builtins.int client_ttl: Specifies the maximum allowed TTL for cached content served by this origin. When the
|
1808
|
+
`cache_mode` is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
1801
1809
|
:param builtins.int default_ttl: Specifies the default TTL for cached content served by this origin for responses
|
1802
|
-
that do not have an existing valid TTL (max-age or s-max-age).
|
1803
|
-
|
1810
|
+
that do not have an existing valid TTL (max-age or s-max-age). When the `cache_mode`
|
1811
|
+
is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
1812
|
+
:param builtins.int max_ttl: Specifies the maximum allowed TTL for cached content served by this origin. When the
|
1813
|
+
`cache_mode` is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
1804
1814
|
:param builtins.bool negative_caching: Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects.
|
1805
1815
|
:param Sequence['BackendBucketCdnPolicyNegativeCachingPolicyArgs'] negative_caching_policies: Sets a cache TTL for the specified HTTP status code. negativeCaching must be enabled to configure negativeCachingPolicy.
|
1806
1816
|
Omitting the policy and leaving negativeCaching enabled will use Cloud CDN's default cache TTLs.
|
@@ -1871,7 +1881,8 @@ class BackendBucketCdnPolicy(dict):
|
|
1871
1881
|
@pulumi.getter(name="clientTtl")
|
1872
1882
|
def client_ttl(self) -> Optional[builtins.int]:
|
1873
1883
|
"""
|
1874
|
-
Specifies the maximum allowed TTL for cached content served by this origin.
|
1884
|
+
Specifies the maximum allowed TTL for cached content served by this origin. When the
|
1885
|
+
`cache_mode` is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
1875
1886
|
"""
|
1876
1887
|
return pulumi.get(self, "client_ttl")
|
1877
1888
|
|
@@ -1880,7 +1891,8 @@ class BackendBucketCdnPolicy(dict):
|
|
1880
1891
|
def default_ttl(self) -> Optional[builtins.int]:
|
1881
1892
|
"""
|
1882
1893
|
Specifies the default TTL for cached content served by this origin for responses
|
1883
|
-
that do not have an existing valid TTL (max-age or s-max-age).
|
1894
|
+
that do not have an existing valid TTL (max-age or s-max-age). When the `cache_mode`
|
1895
|
+
is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
1884
1896
|
"""
|
1885
1897
|
return pulumi.get(self, "default_ttl")
|
1886
1898
|
|
@@ -1888,7 +1900,8 @@ class BackendBucketCdnPolicy(dict):
|
|
1888
1900
|
@pulumi.getter(name="maxTtl")
|
1889
1901
|
def max_ttl(self) -> Optional[builtins.int]:
|
1890
1902
|
"""
|
1891
|
-
Specifies the maximum allowed TTL for cached content served by this origin.
|
1903
|
+
Specifies the maximum allowed TTL for cached content served by this origin. When the
|
1904
|
+
`cache_mode` is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
1892
1905
|
"""
|
1893
1906
|
return pulumi.get(self, "max_ttl")
|
1894
1907
|
|
@@ -2172,7 +2185,8 @@ class BackendServiceBackend(dict):
|
|
2172
2185
|
max_rate: Optional[builtins.int] = None,
|
2173
2186
|
max_rate_per_endpoint: Optional[builtins.float] = None,
|
2174
2187
|
max_rate_per_instance: Optional[builtins.float] = None,
|
2175
|
-
max_utilization: Optional[builtins.float] = None
|
2188
|
+
max_utilization: Optional[builtins.float] = None,
|
2189
|
+
preference: Optional[builtins.str] = None):
|
2176
2190
|
"""
|
2177
2191
|
:param builtins.str group: The fully-qualified URL of an Instance Group or Network Endpoint
|
2178
2192
|
Group resource. In case of instance group this defines the list
|
@@ -2238,6 +2252,13 @@ class BackendServiceBackend(dict):
|
|
2238
2252
|
either maxRate or maxRatePerInstance must be set.
|
2239
2253
|
:param builtins.float max_utilization: Used when balancingMode is UTILIZATION. This ratio defines the
|
2240
2254
|
CPU utilization target for the group. Valid range is [0.0, 1.0].
|
2255
|
+
:param builtins.str preference: This field indicates whether this backend should be fully utilized before sending traffic to backends
|
2256
|
+
with default preference. This field cannot be set when loadBalancingScheme is set to 'EXTERNAL'. The possible values are:
|
2257
|
+
- PREFERRED: Backends with this preference level will be filled up to their capacity limits first,
|
2258
|
+
based on RTT.
|
2259
|
+
- DEFAULT: If preferred backends don't have enough capacity, backends in this layer would be used and
|
2260
|
+
traffic would be assigned based on the load balancing algorithm you use. This is the default
|
2261
|
+
Possible values are: `PREFERRED`, `DEFAULT`.
|
2241
2262
|
"""
|
2242
2263
|
pulumi.set(__self__, "group", group)
|
2243
2264
|
if balancing_mode is not None:
|
@@ -2262,6 +2283,8 @@ class BackendServiceBackend(dict):
|
|
2262
2283
|
pulumi.set(__self__, "max_rate_per_instance", max_rate_per_instance)
|
2263
2284
|
if max_utilization is not None:
|
2264
2285
|
pulumi.set(__self__, "max_utilization", max_utilization)
|
2286
|
+
if preference is not None:
|
2287
|
+
pulumi.set(__self__, "preference", preference)
|
2265
2288
|
|
2266
2289
|
@property
|
2267
2290
|
@pulumi.getter
|
@@ -2411,6 +2434,20 @@ class BackendServiceBackend(dict):
|
|
2411
2434
|
"""
|
2412
2435
|
return pulumi.get(self, "max_utilization")
|
2413
2436
|
|
2437
|
+
@property
|
2438
|
+
@pulumi.getter
|
2439
|
+
def preference(self) -> Optional[builtins.str]:
|
2440
|
+
"""
|
2441
|
+
This field indicates whether this backend should be fully utilized before sending traffic to backends
|
2442
|
+
with default preference. This field cannot be set when loadBalancingScheme is set to 'EXTERNAL'. The possible values are:
|
2443
|
+
- PREFERRED: Backends with this preference level will be filled up to their capacity limits first,
|
2444
|
+
based on RTT.
|
2445
|
+
- DEFAULT: If preferred backends don't have enough capacity, backends in this layer would be used and
|
2446
|
+
traffic would be assigned based on the load balancing algorithm you use. This is the default
|
2447
|
+
Possible values are: `PREFERRED`, `DEFAULT`.
|
2448
|
+
"""
|
2449
|
+
return pulumi.get(self, "preference")
|
2450
|
+
|
2414
2451
|
|
2415
2452
|
@pulumi.output_type
|
2416
2453
|
class BackendServiceBackendCustomMetric(dict):
|
@@ -2511,6 +2548,8 @@ class BackendServiceCdnPolicy(dict):
|
|
2511
2548
|
suggest = "negative_caching"
|
2512
2549
|
elif key == "negativeCachingPolicies":
|
2513
2550
|
suggest = "negative_caching_policies"
|
2551
|
+
elif key == "requestCoalescing":
|
2552
|
+
suggest = "request_coalescing"
|
2514
2553
|
elif key == "serveWhileStale":
|
2515
2554
|
suggest = "serve_while_stale"
|
2516
2555
|
elif key == "signedUrlCacheMaxAgeSec":
|
@@ -2536,6 +2575,7 @@ class BackendServiceCdnPolicy(dict):
|
|
2536
2575
|
max_ttl: Optional[builtins.int] = None,
|
2537
2576
|
negative_caching: Optional[builtins.bool] = None,
|
2538
2577
|
negative_caching_policies: Optional[Sequence['outputs.BackendServiceCdnPolicyNegativeCachingPolicy']] = None,
|
2578
|
+
request_coalescing: Optional[builtins.bool] = None,
|
2539
2579
|
serve_while_stale: Optional[builtins.int] = None,
|
2540
2580
|
signed_url_cache_max_age_sec: Optional[builtins.int] = None):
|
2541
2581
|
"""
|
@@ -2555,6 +2595,8 @@ class BackendServiceCdnPolicy(dict):
|
|
2555
2595
|
:param Sequence['BackendServiceCdnPolicyNegativeCachingPolicyArgs'] negative_caching_policies: Sets a cache TTL for the specified HTTP status code. negativeCaching must be enabled to configure negativeCachingPolicy.
|
2556
2596
|
Omitting the policy and leaving negativeCaching enabled will use Cloud CDN's default cache TTLs.
|
2557
2597
|
Structure is documented below.
|
2598
|
+
:param builtins.bool request_coalescing: If true then Cloud CDN will combine multiple concurrent cache fill requests into a small number of requests
|
2599
|
+
to the origin.
|
2558
2600
|
:param builtins.int serve_while_stale: Serve existing content from the cache (if available) when revalidating content with the origin, or when an error is encountered when refreshing the cache.
|
2559
2601
|
:param builtins.int signed_url_cache_max_age_sec: Maximum number of seconds the response to a signed URL request
|
2560
2602
|
will be considered fresh, defaults to 1hr (3600s). After this
|
@@ -2582,6 +2624,8 @@ class BackendServiceCdnPolicy(dict):
|
|
2582
2624
|
pulumi.set(__self__, "negative_caching", negative_caching)
|
2583
2625
|
if negative_caching_policies is not None:
|
2584
2626
|
pulumi.set(__self__, "negative_caching_policies", negative_caching_policies)
|
2627
|
+
if request_coalescing is not None:
|
2628
|
+
pulumi.set(__self__, "request_coalescing", request_coalescing)
|
2585
2629
|
if serve_while_stale is not None:
|
2586
2630
|
pulumi.set(__self__, "serve_while_stale", serve_while_stale)
|
2587
2631
|
if signed_url_cache_max_age_sec is not None:
|
@@ -2659,6 +2703,15 @@ class BackendServiceCdnPolicy(dict):
|
|
2659
2703
|
"""
|
2660
2704
|
return pulumi.get(self, "negative_caching_policies")
|
2661
2705
|
|
2706
|
+
@property
|
2707
|
+
@pulumi.getter(name="requestCoalescing")
|
2708
|
+
def request_coalescing(self) -> Optional[builtins.bool]:
|
2709
|
+
"""
|
2710
|
+
If true then Cloud CDN will combine multiple concurrent cache fill requests into a small number of requests
|
2711
|
+
to the origin.
|
2712
|
+
"""
|
2713
|
+
return pulumi.get(self, "request_coalescing")
|
2714
|
+
|
2662
2715
|
@property
|
2663
2716
|
@pulumi.getter(name="serveWhileStale")
|
2664
2717
|
def serve_while_stale(self) -> Optional[builtins.int]:
|
@@ -3619,7 +3672,11 @@ class BackendServiceLogConfig(dict):
|
|
3619
3672
|
@staticmethod
|
3620
3673
|
def __key_warning(key: str):
|
3621
3674
|
suggest = None
|
3622
|
-
if key == "
|
3675
|
+
if key == "optionalFields":
|
3676
|
+
suggest = "optional_fields"
|
3677
|
+
elif key == "optionalMode":
|
3678
|
+
suggest = "optional_mode"
|
3679
|
+
elif key == "sampleRate":
|
3623
3680
|
suggest = "sample_rate"
|
3624
3681
|
|
3625
3682
|
if suggest:
|
@@ -3635,9 +3692,17 @@ class BackendServiceLogConfig(dict):
|
|
3635
3692
|
|
3636
3693
|
def __init__(__self__, *,
|
3637
3694
|
enable: Optional[builtins.bool] = None,
|
3695
|
+
optional_fields: Optional[Sequence[builtins.str]] = None,
|
3696
|
+
optional_mode: Optional[builtins.str] = None,
|
3638
3697
|
sample_rate: Optional[builtins.float] = None):
|
3639
3698
|
"""
|
3640
3699
|
:param builtins.bool enable: Whether to enable logging for the load balancer traffic served by this backend service.
|
3700
|
+
:param Sequence[builtins.str] optional_fields: This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
3701
|
+
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
3702
|
+
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
3703
|
+
:param builtins.str optional_mode: Specifies the optional logging mode for the load balancer traffic.
|
3704
|
+
Supported values: INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM.
|
3705
|
+
Possible values are: `INCLUDE_ALL_OPTIONAL`, `EXCLUDE_ALL_OPTIONAL`, `CUSTOM`.
|
3641
3706
|
:param builtins.float sample_rate: This field can only be specified if logging is enabled for this backend service. The value of
|
3642
3707
|
the field must be in [0, 1]. This configures the sampling rate of requests to the load balancer
|
3643
3708
|
where 1.0 means all logged requests are reported and 0.0 means no logged requests are reported.
|
@@ -3645,6 +3710,10 @@ class BackendServiceLogConfig(dict):
|
|
3645
3710
|
"""
|
3646
3711
|
if enable is not None:
|
3647
3712
|
pulumi.set(__self__, "enable", enable)
|
3713
|
+
if optional_fields is not None:
|
3714
|
+
pulumi.set(__self__, "optional_fields", optional_fields)
|
3715
|
+
if optional_mode is not None:
|
3716
|
+
pulumi.set(__self__, "optional_mode", optional_mode)
|
3648
3717
|
if sample_rate is not None:
|
3649
3718
|
pulumi.set(__self__, "sample_rate", sample_rate)
|
3650
3719
|
|
@@ -3656,6 +3725,26 @@ class BackendServiceLogConfig(dict):
|
|
3656
3725
|
"""
|
3657
3726
|
return pulumi.get(self, "enable")
|
3658
3727
|
|
3728
|
+
@property
|
3729
|
+
@pulumi.getter(name="optionalFields")
|
3730
|
+
def optional_fields(self) -> Optional[Sequence[builtins.str]]:
|
3731
|
+
"""
|
3732
|
+
This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
3733
|
+
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
3734
|
+
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
3735
|
+
"""
|
3736
|
+
return pulumi.get(self, "optional_fields")
|
3737
|
+
|
3738
|
+
@property
|
3739
|
+
@pulumi.getter(name="optionalMode")
|
3740
|
+
def optional_mode(self) -> Optional[builtins.str]:
|
3741
|
+
"""
|
3742
|
+
Specifies the optional logging mode for the load balancer traffic.
|
3743
|
+
Supported values: INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM.
|
3744
|
+
Possible values are: `INCLUDE_ALL_OPTIONAL`, `EXCLUDE_ALL_OPTIONAL`, `CUSTOM`.
|
3745
|
+
"""
|
3746
|
+
return pulumi.get(self, "optional_mode")
|
3747
|
+
|
3659
3748
|
@property
|
3660
3749
|
@pulumi.getter(name="sampleRate")
|
3661
3750
|
def sample_rate(self) -> Optional[builtins.float]:
|
@@ -3668,6 +3757,40 @@ class BackendServiceLogConfig(dict):
|
|
3668
3757
|
return pulumi.get(self, "sample_rate")
|
3669
3758
|
|
3670
3759
|
|
3760
|
+
@pulumi.output_type
|
3761
|
+
class BackendServiceMaxStreamDuration(dict):
|
3762
|
+
def __init__(__self__, *,
|
3763
|
+
seconds: builtins.str,
|
3764
|
+
nanos: Optional[builtins.int] = None):
|
3765
|
+
"""
|
3766
|
+
:param builtins.str seconds: Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. (int64 format)
|
3767
|
+
:param builtins.int nanos: Span of time that's a fraction of a second at nanosecond resolution.
|
3768
|
+
Durations less than one second are represented with a 0 seconds field and a positive nanos field.
|
3769
|
+
Must be from 0 to 999,999,999 inclusive.
|
3770
|
+
"""
|
3771
|
+
pulumi.set(__self__, "seconds", seconds)
|
3772
|
+
if nanos is not None:
|
3773
|
+
pulumi.set(__self__, "nanos", nanos)
|
3774
|
+
|
3775
|
+
@property
|
3776
|
+
@pulumi.getter
|
3777
|
+
def seconds(self) -> builtins.str:
|
3778
|
+
"""
|
3779
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. (int64 format)
|
3780
|
+
"""
|
3781
|
+
return pulumi.get(self, "seconds")
|
3782
|
+
|
3783
|
+
@property
|
3784
|
+
@pulumi.getter
|
3785
|
+
def nanos(self) -> Optional[builtins.int]:
|
3786
|
+
"""
|
3787
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
3788
|
+
Durations less than one second are represented with a 0 seconds field and a positive nanos field.
|
3789
|
+
Must be from 0 to 999,999,999 inclusive.
|
3790
|
+
"""
|
3791
|
+
return pulumi.get(self, "nanos")
|
3792
|
+
|
3793
|
+
|
3671
3794
|
@pulumi.output_type
|
3672
3795
|
class BackendServiceOutlierDetection(dict):
|
3673
3796
|
@staticmethod
|
@@ -16814,6 +16937,8 @@ class InstanceTemplateDiskDiskEncryptionKey(dict):
|
|
16814
16937
|
suggest = None
|
16815
16938
|
if key == "kmsKeySelfLink":
|
16816
16939
|
suggest = "kms_key_self_link"
|
16940
|
+
elif key == "kmsKeyServiceAccount":
|
16941
|
+
suggest = "kms_key_service_account"
|
16817
16942
|
|
16818
16943
|
if suggest:
|
16819
16944
|
pulumi.log.warn(f"Key '{key}' not found in InstanceTemplateDiskDiskEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
@@ -16827,20 +16952,37 @@ class InstanceTemplateDiskDiskEncryptionKey(dict):
|
|
16827
16952
|
return super().get(key, default)
|
16828
16953
|
|
16829
16954
|
def __init__(__self__, *,
|
16830
|
-
kms_key_self_link: builtins.str
|
16955
|
+
kms_key_self_link: Optional[builtins.str] = None,
|
16956
|
+
kms_key_service_account: Optional[builtins.str] = None):
|
16831
16957
|
"""
|
16832
16958
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
16959
|
+
:param builtins.str kms_key_service_account: The service account being used for the
|
16960
|
+
encryption request for the given KMS key. If absent, the Compute Engine
|
16961
|
+
default service account is used.
|
16833
16962
|
"""
|
16834
|
-
|
16963
|
+
if kms_key_self_link is not None:
|
16964
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
16965
|
+
if kms_key_service_account is not None:
|
16966
|
+
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
16835
16967
|
|
16836
16968
|
@property
|
16837
16969
|
@pulumi.getter(name="kmsKeySelfLink")
|
16838
|
-
def kms_key_self_link(self) -> builtins.str:
|
16970
|
+
def kms_key_self_link(self) -> Optional[builtins.str]:
|
16839
16971
|
"""
|
16840
16972
|
The self link of the encryption key that is stored in Google Cloud KMS
|
16841
16973
|
"""
|
16842
16974
|
return pulumi.get(self, "kms_key_self_link")
|
16843
16975
|
|
16976
|
+
@property
|
16977
|
+
@pulumi.getter(name="kmsKeyServiceAccount")
|
16978
|
+
def kms_key_service_account(self) -> Optional[builtins.str]:
|
16979
|
+
"""
|
16980
|
+
The service account being used for the
|
16981
|
+
encryption request for the given KMS key. If absent, the Compute Engine
|
16982
|
+
default service account is used.
|
16983
|
+
"""
|
16984
|
+
return pulumi.get(self, "kms_key_service_account")
|
16985
|
+
|
16844
16986
|
|
16845
16987
|
@pulumi.output_type
|
16846
16988
|
class InstanceTemplateDiskSourceImageEncryptionKey(dict):
|
@@ -16851,6 +16993,10 @@ class InstanceTemplateDiskSourceImageEncryptionKey(dict):
|
|
16851
16993
|
suggest = "kms_key_self_link"
|
16852
16994
|
elif key == "kmsKeyServiceAccount":
|
16853
16995
|
suggest = "kms_key_service_account"
|
16996
|
+
elif key == "rawKey":
|
16997
|
+
suggest = "raw_key"
|
16998
|
+
elif key == "rsaEncryptedKey":
|
16999
|
+
suggest = "rsa_encrypted_key"
|
16854
17000
|
|
16855
17001
|
if suggest:
|
16856
17002
|
pulumi.log.warn(f"Key '{key}' not found in InstanceTemplateDiskSourceImageEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
@@ -16864,25 +17010,42 @@ class InstanceTemplateDiskSourceImageEncryptionKey(dict):
|
|
16864
17010
|
return super().get(key, default)
|
16865
17011
|
|
16866
17012
|
def __init__(__self__, *,
|
16867
|
-
kms_key_self_link: builtins.str,
|
16868
|
-
kms_key_service_account: Optional[builtins.str] = None
|
17013
|
+
kms_key_self_link: Optional[builtins.str] = None,
|
17014
|
+
kms_key_service_account: Optional[builtins.str] = None,
|
17015
|
+
raw_key: Optional[builtins.str] = None,
|
17016
|
+
rsa_encrypted_key: Optional[builtins.str] = None):
|
16869
17017
|
"""
|
16870
17018
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is
|
16871
|
-
stored in Google Cloud KMS.
|
17019
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17020
|
+
may be set.
|
16872
17021
|
:param builtins.str kms_key_service_account: The service account being used for the
|
16873
17022
|
encryption request for the given KMS key. If absent, the Compute Engine
|
16874
17023
|
default service account is used.
|
17024
|
+
:param builtins.str raw_key: A 256-bit [customer-supplied encryption key]
|
17025
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
17026
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
17027
|
+
to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17028
|
+
may be set.
|
17029
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
17030
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17031
|
+
may be set.
|
16875
17032
|
"""
|
16876
|
-
|
17033
|
+
if kms_key_self_link is not None:
|
17034
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
16877
17035
|
if kms_key_service_account is not None:
|
16878
17036
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
17037
|
+
if raw_key is not None:
|
17038
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
17039
|
+
if rsa_encrypted_key is not None:
|
17040
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
16879
17041
|
|
16880
17042
|
@property
|
16881
17043
|
@pulumi.getter(name="kmsKeySelfLink")
|
16882
|
-
def kms_key_self_link(self) -> builtins.str:
|
17044
|
+
def kms_key_self_link(self) -> Optional[builtins.str]:
|
16883
17045
|
"""
|
16884
17046
|
The self link of the encryption key that is
|
16885
|
-
stored in Google Cloud KMS.
|
17047
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17048
|
+
may be set.
|
16886
17049
|
"""
|
16887
17050
|
return pulumi.get(self, "kms_key_self_link")
|
16888
17051
|
|
@@ -16896,6 +17059,28 @@ class InstanceTemplateDiskSourceImageEncryptionKey(dict):
|
|
16896
17059
|
"""
|
16897
17060
|
return pulumi.get(self, "kms_key_service_account")
|
16898
17061
|
|
17062
|
+
@property
|
17063
|
+
@pulumi.getter(name="rawKey")
|
17064
|
+
def raw_key(self) -> Optional[builtins.str]:
|
17065
|
+
"""
|
17066
|
+
A 256-bit [customer-supplied encryption key]
|
17067
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
17068
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
17069
|
+
to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17070
|
+
may be set.
|
17071
|
+
"""
|
17072
|
+
return pulumi.get(self, "raw_key")
|
17073
|
+
|
17074
|
+
@property
|
17075
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
17076
|
+
def rsa_encrypted_key(self) -> Optional[builtins.str]:
|
17077
|
+
"""
|
17078
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
17079
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17080
|
+
may be set.
|
17081
|
+
"""
|
17082
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
17083
|
+
|
16899
17084
|
|
16900
17085
|
@pulumi.output_type
|
16901
17086
|
class InstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
@@ -16906,6 +17091,10 @@ class InstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
|
16906
17091
|
suggest = "kms_key_self_link"
|
16907
17092
|
elif key == "kmsKeyServiceAccount":
|
16908
17093
|
suggest = "kms_key_service_account"
|
17094
|
+
elif key == "rawKey":
|
17095
|
+
suggest = "raw_key"
|
17096
|
+
elif key == "rsaEncryptedKey":
|
17097
|
+
suggest = "rsa_encrypted_key"
|
16909
17098
|
|
16910
17099
|
if suggest:
|
16911
17100
|
pulumi.log.warn(f"Key '{key}' not found in InstanceTemplateDiskSourceSnapshotEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
@@ -16919,25 +17108,42 @@ class InstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
|
16919
17108
|
return super().get(key, default)
|
16920
17109
|
|
16921
17110
|
def __init__(__self__, *,
|
16922
|
-
kms_key_self_link: builtins.str,
|
16923
|
-
kms_key_service_account: Optional[builtins.str] = None
|
17111
|
+
kms_key_self_link: Optional[builtins.str] = None,
|
17112
|
+
kms_key_service_account: Optional[builtins.str] = None,
|
17113
|
+
raw_key: Optional[builtins.str] = None,
|
17114
|
+
rsa_encrypted_key: Optional[builtins.str] = None):
|
16924
17115
|
"""
|
16925
17116
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is
|
16926
|
-
stored in Google Cloud KMS.
|
17117
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17118
|
+
may be set.
|
16927
17119
|
:param builtins.str kms_key_service_account: The service account being used for the
|
16928
17120
|
encryption request for the given KMS key. If absent, the Compute Engine
|
16929
17121
|
default service account is used.
|
17122
|
+
:param builtins.str raw_key: A 256-bit [customer-supplied encryption key]
|
17123
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
17124
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
17125
|
+
to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17126
|
+
may be set.
|
17127
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
17128
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17129
|
+
may be set.
|
16930
17130
|
"""
|
16931
|
-
|
17131
|
+
if kms_key_self_link is not None:
|
17132
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
16932
17133
|
if kms_key_service_account is not None:
|
16933
17134
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
17135
|
+
if raw_key is not None:
|
17136
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
17137
|
+
if rsa_encrypted_key is not None:
|
17138
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
16934
17139
|
|
16935
17140
|
@property
|
16936
17141
|
@pulumi.getter(name="kmsKeySelfLink")
|
16937
|
-
def kms_key_self_link(self) -> builtins.str:
|
17142
|
+
def kms_key_self_link(self) -> Optional[builtins.str]:
|
16938
17143
|
"""
|
16939
17144
|
The self link of the encryption key that is
|
16940
|
-
stored in Google Cloud KMS.
|
17145
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17146
|
+
may be set.
|
16941
17147
|
"""
|
16942
17148
|
return pulumi.get(self, "kms_key_self_link")
|
16943
17149
|
|
@@ -16951,6 +17157,28 @@ class InstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
|
16951
17157
|
"""
|
16952
17158
|
return pulumi.get(self, "kms_key_service_account")
|
16953
17159
|
|
17160
|
+
@property
|
17161
|
+
@pulumi.getter(name="rawKey")
|
17162
|
+
def raw_key(self) -> Optional[builtins.str]:
|
17163
|
+
"""
|
17164
|
+
A 256-bit [customer-supplied encryption key]
|
17165
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
17166
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
17167
|
+
to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17168
|
+
may be set.
|
17169
|
+
"""
|
17170
|
+
return pulumi.get(self, "raw_key")
|
17171
|
+
|
17172
|
+
@property
|
17173
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
17174
|
+
def rsa_encrypted_key(self) -> Optional[builtins.str]:
|
17175
|
+
"""
|
17176
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
17177
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
17178
|
+
may be set.
|
17179
|
+
"""
|
17180
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
17181
|
+
|
16954
17182
|
|
16955
17183
|
@pulumi.output_type
|
16956
17184
|
class InstanceTemplateGuestAccelerator(dict):
|
@@ -27731,6 +27959,8 @@ class RegionInstanceTemplateDiskDiskEncryptionKey(dict):
|
|
27731
27959
|
suggest = None
|
27732
27960
|
if key == "kmsKeySelfLink":
|
27733
27961
|
suggest = "kms_key_self_link"
|
27962
|
+
elif key == "kmsKeyServiceAccount":
|
27963
|
+
suggest = "kms_key_service_account"
|
27734
27964
|
|
27735
27965
|
if suggest:
|
27736
27966
|
pulumi.log.warn(f"Key '{key}' not found in RegionInstanceTemplateDiskDiskEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
@@ -27744,20 +27974,37 @@ class RegionInstanceTemplateDiskDiskEncryptionKey(dict):
|
|
27744
27974
|
return super().get(key, default)
|
27745
27975
|
|
27746
27976
|
def __init__(__self__, *,
|
27747
|
-
kms_key_self_link: builtins.str
|
27977
|
+
kms_key_self_link: Optional[builtins.str] = None,
|
27978
|
+
kms_key_service_account: Optional[builtins.str] = None):
|
27748
27979
|
"""
|
27749
27980
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
27981
|
+
:param builtins.str kms_key_service_account: The service account being used for the
|
27982
|
+
encryption request for the given KMS key. If absent, the Compute Engine
|
27983
|
+
default service account is used.
|
27750
27984
|
"""
|
27751
|
-
|
27985
|
+
if kms_key_self_link is not None:
|
27986
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
27987
|
+
if kms_key_service_account is not None:
|
27988
|
+
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
27752
27989
|
|
27753
27990
|
@property
|
27754
27991
|
@pulumi.getter(name="kmsKeySelfLink")
|
27755
|
-
def kms_key_self_link(self) -> builtins.str:
|
27992
|
+
def kms_key_self_link(self) -> Optional[builtins.str]:
|
27756
27993
|
"""
|
27757
27994
|
The self link of the encryption key that is stored in Google Cloud KMS
|
27758
27995
|
"""
|
27759
27996
|
return pulumi.get(self, "kms_key_self_link")
|
27760
27997
|
|
27998
|
+
@property
|
27999
|
+
@pulumi.getter(name="kmsKeyServiceAccount")
|
28000
|
+
def kms_key_service_account(self) -> Optional[builtins.str]:
|
28001
|
+
"""
|
28002
|
+
The service account being used for the
|
28003
|
+
encryption request for the given KMS key. If absent, the Compute Engine
|
28004
|
+
default service account is used.
|
28005
|
+
"""
|
28006
|
+
return pulumi.get(self, "kms_key_service_account")
|
28007
|
+
|
27761
28008
|
|
27762
28009
|
@pulumi.output_type
|
27763
28010
|
class RegionInstanceTemplateDiskSourceImageEncryptionKey(dict):
|
@@ -27768,6 +28015,10 @@ class RegionInstanceTemplateDiskSourceImageEncryptionKey(dict):
|
|
27768
28015
|
suggest = "kms_key_self_link"
|
27769
28016
|
elif key == "kmsKeyServiceAccount":
|
27770
28017
|
suggest = "kms_key_service_account"
|
28018
|
+
elif key == "rawKey":
|
28019
|
+
suggest = "raw_key"
|
28020
|
+
elif key == "rsaEncryptedKey":
|
28021
|
+
suggest = "rsa_encrypted_key"
|
27771
28022
|
|
27772
28023
|
if suggest:
|
27773
28024
|
pulumi.log.warn(f"Key '{key}' not found in RegionInstanceTemplateDiskSourceImageEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
@@ -27781,25 +28032,42 @@ class RegionInstanceTemplateDiskSourceImageEncryptionKey(dict):
|
|
27781
28032
|
return super().get(key, default)
|
27782
28033
|
|
27783
28034
|
def __init__(__self__, *,
|
27784
|
-
kms_key_self_link: builtins.str,
|
27785
|
-
kms_key_service_account: Optional[builtins.str] = None
|
28035
|
+
kms_key_self_link: Optional[builtins.str] = None,
|
28036
|
+
kms_key_service_account: Optional[builtins.str] = None,
|
28037
|
+
raw_key: Optional[builtins.str] = None,
|
28038
|
+
rsa_encrypted_key: Optional[builtins.str] = None):
|
27786
28039
|
"""
|
27787
28040
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is
|
27788
|
-
stored in Google Cloud KMS.
|
28041
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28042
|
+
may be set.
|
27789
28043
|
:param builtins.str kms_key_service_account: The service account being used for the
|
27790
28044
|
encryption request for the given KMS key. If absent, the Compute Engine
|
27791
28045
|
default service account is used.
|
28046
|
+
:param builtins.str raw_key: A 256-bit [customer-supplied encryption key]
|
28047
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
28048
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
28049
|
+
to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28050
|
+
may be set.
|
28051
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
28052
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28053
|
+
may be set.
|
27792
28054
|
"""
|
27793
|
-
|
28055
|
+
if kms_key_self_link is not None:
|
28056
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
27794
28057
|
if kms_key_service_account is not None:
|
27795
28058
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
28059
|
+
if raw_key is not None:
|
28060
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
28061
|
+
if rsa_encrypted_key is not None:
|
28062
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
27796
28063
|
|
27797
28064
|
@property
|
27798
28065
|
@pulumi.getter(name="kmsKeySelfLink")
|
27799
|
-
def kms_key_self_link(self) -> builtins.str:
|
28066
|
+
def kms_key_self_link(self) -> Optional[builtins.str]:
|
27800
28067
|
"""
|
27801
28068
|
The self link of the encryption key that is
|
27802
|
-
stored in Google Cloud KMS.
|
28069
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28070
|
+
may be set.
|
27803
28071
|
"""
|
27804
28072
|
return pulumi.get(self, "kms_key_self_link")
|
27805
28073
|
|
@@ -27813,6 +28081,28 @@ class RegionInstanceTemplateDiskSourceImageEncryptionKey(dict):
|
|
27813
28081
|
"""
|
27814
28082
|
return pulumi.get(self, "kms_key_service_account")
|
27815
28083
|
|
28084
|
+
@property
|
28085
|
+
@pulumi.getter(name="rawKey")
|
28086
|
+
def raw_key(self) -> Optional[builtins.str]:
|
28087
|
+
"""
|
28088
|
+
A 256-bit [customer-supplied encryption key]
|
28089
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
28090
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
28091
|
+
to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28092
|
+
may be set.
|
28093
|
+
"""
|
28094
|
+
return pulumi.get(self, "raw_key")
|
28095
|
+
|
28096
|
+
@property
|
28097
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
28098
|
+
def rsa_encrypted_key(self) -> Optional[builtins.str]:
|
28099
|
+
"""
|
28100
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
28101
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28102
|
+
may be set.
|
28103
|
+
"""
|
28104
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
28105
|
+
|
27816
28106
|
|
27817
28107
|
@pulumi.output_type
|
27818
28108
|
class RegionInstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
@@ -27823,6 +28113,10 @@ class RegionInstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
|
27823
28113
|
suggest = "kms_key_self_link"
|
27824
28114
|
elif key == "kmsKeyServiceAccount":
|
27825
28115
|
suggest = "kms_key_service_account"
|
28116
|
+
elif key == "rawKey":
|
28117
|
+
suggest = "raw_key"
|
28118
|
+
elif key == "rsaEncryptedKey":
|
28119
|
+
suggest = "rsa_encrypted_key"
|
27826
28120
|
|
27827
28121
|
if suggest:
|
27828
28122
|
pulumi.log.warn(f"Key '{key}' not found in RegionInstanceTemplateDiskSourceSnapshotEncryptionKey. Access the value via the '{suggest}' property getter instead.")
|
@@ -27836,25 +28130,42 @@ class RegionInstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
|
27836
28130
|
return super().get(key, default)
|
27837
28131
|
|
27838
28132
|
def __init__(__self__, *,
|
27839
|
-
kms_key_self_link: builtins.str,
|
27840
|
-
kms_key_service_account: Optional[builtins.str] = None
|
28133
|
+
kms_key_self_link: Optional[builtins.str] = None,
|
28134
|
+
kms_key_service_account: Optional[builtins.str] = None,
|
28135
|
+
raw_key: Optional[builtins.str] = None,
|
28136
|
+
rsa_encrypted_key: Optional[builtins.str] = None):
|
27841
28137
|
"""
|
27842
28138
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is
|
27843
|
-
stored in Google Cloud KMS.
|
28139
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28140
|
+
may be set.
|
27844
28141
|
:param builtins.str kms_key_service_account: The service account being used for the
|
27845
28142
|
encryption request for the given KMS key. If absent, the Compute Engine
|
27846
28143
|
default service account is used.
|
28144
|
+
:param builtins.str raw_key: A 256-bit [customer-supplied encryption key]
|
28145
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
28146
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
28147
|
+
to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28148
|
+
may be set.
|
28149
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
28150
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28151
|
+
may be set.
|
27847
28152
|
"""
|
27848
|
-
|
28153
|
+
if kms_key_self_link is not None:
|
28154
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
27849
28155
|
if kms_key_service_account is not None:
|
27850
28156
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
28157
|
+
if raw_key is not None:
|
28158
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
28159
|
+
if rsa_encrypted_key is not None:
|
28160
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
27851
28161
|
|
27852
28162
|
@property
|
27853
28163
|
@pulumi.getter(name="kmsKeySelfLink")
|
27854
|
-
def kms_key_self_link(self) -> builtins.str:
|
28164
|
+
def kms_key_self_link(self) -> Optional[builtins.str]:
|
27855
28165
|
"""
|
27856
28166
|
The self link of the encryption key that is
|
27857
|
-
stored in Google Cloud KMS.
|
28167
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28168
|
+
may be set.
|
27858
28169
|
"""
|
27859
28170
|
return pulumi.get(self, "kms_key_self_link")
|
27860
28171
|
|
@@ -27868,6 +28179,28 @@ class RegionInstanceTemplateDiskSourceSnapshotEncryptionKey(dict):
|
|
27868
28179
|
"""
|
27869
28180
|
return pulumi.get(self, "kms_key_service_account")
|
27870
28181
|
|
28182
|
+
@property
|
28183
|
+
@pulumi.getter(name="rawKey")
|
28184
|
+
def raw_key(self) -> Optional[builtins.str]:
|
28185
|
+
"""
|
28186
|
+
A 256-bit [customer-supplied encryption key]
|
28187
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
28188
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
28189
|
+
to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28190
|
+
may be set.
|
28191
|
+
"""
|
28192
|
+
return pulumi.get(self, "raw_key")
|
28193
|
+
|
28194
|
+
@property
|
28195
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
28196
|
+
def rsa_encrypted_key(self) -> Optional[builtins.str]:
|
28197
|
+
"""
|
28198
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
28199
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
28200
|
+
may be set.
|
28201
|
+
"""
|
28202
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
28203
|
+
|
27871
28204
|
|
27872
28205
|
@pulumi.output_type
|
27873
28206
|
class RegionInstanceTemplateGuestAccelerator(dict):
|
@@ -45266,6 +45599,456 @@ class SnapshotSourceDiskEncryptionKey(dict):
|
|
45266
45599
|
return pulumi.get(self, "rsa_encrypted_key")
|
45267
45600
|
|
45268
45601
|
|
45602
|
+
@pulumi.output_type
|
45603
|
+
class StoragePoolIamBindingCondition(dict):
|
45604
|
+
def __init__(__self__, *,
|
45605
|
+
expression: builtins.str,
|
45606
|
+
title: builtins.str,
|
45607
|
+
description: Optional[builtins.str] = None):
|
45608
|
+
"""
|
45609
|
+
:param builtins.str expression: Textual representation of an expression in Common Expression Language syntax.
|
45610
|
+
:param builtins.str title: A title for the expression, i.e. a short string describing its purpose.
|
45611
|
+
"""
|
45612
|
+
pulumi.set(__self__, "expression", expression)
|
45613
|
+
pulumi.set(__self__, "title", title)
|
45614
|
+
if description is not None:
|
45615
|
+
pulumi.set(__self__, "description", description)
|
45616
|
+
|
45617
|
+
@property
|
45618
|
+
@pulumi.getter
|
45619
|
+
def expression(self) -> builtins.str:
|
45620
|
+
"""
|
45621
|
+
Textual representation of an expression in Common Expression Language syntax.
|
45622
|
+
"""
|
45623
|
+
return pulumi.get(self, "expression")
|
45624
|
+
|
45625
|
+
@property
|
45626
|
+
@pulumi.getter
|
45627
|
+
def title(self) -> builtins.str:
|
45628
|
+
"""
|
45629
|
+
A title for the expression, i.e. a short string describing its purpose.
|
45630
|
+
"""
|
45631
|
+
return pulumi.get(self, "title")
|
45632
|
+
|
45633
|
+
@property
|
45634
|
+
@pulumi.getter
|
45635
|
+
def description(self) -> Optional[builtins.str]:
|
45636
|
+
return pulumi.get(self, "description")
|
45637
|
+
|
45638
|
+
|
45639
|
+
@pulumi.output_type
|
45640
|
+
class StoragePoolIamMemberCondition(dict):
|
45641
|
+
def __init__(__self__, *,
|
45642
|
+
expression: builtins.str,
|
45643
|
+
title: builtins.str,
|
45644
|
+
description: Optional[builtins.str] = None):
|
45645
|
+
"""
|
45646
|
+
:param builtins.str expression: Textual representation of an expression in Common Expression Language syntax.
|
45647
|
+
:param builtins.str title: A title for the expression, i.e. a short string describing its purpose.
|
45648
|
+
"""
|
45649
|
+
pulumi.set(__self__, "expression", expression)
|
45650
|
+
pulumi.set(__self__, "title", title)
|
45651
|
+
if description is not None:
|
45652
|
+
pulumi.set(__self__, "description", description)
|
45653
|
+
|
45654
|
+
@property
|
45655
|
+
@pulumi.getter
|
45656
|
+
def expression(self) -> builtins.str:
|
45657
|
+
"""
|
45658
|
+
Textual representation of an expression in Common Expression Language syntax.
|
45659
|
+
"""
|
45660
|
+
return pulumi.get(self, "expression")
|
45661
|
+
|
45662
|
+
@property
|
45663
|
+
@pulumi.getter
|
45664
|
+
def title(self) -> builtins.str:
|
45665
|
+
"""
|
45666
|
+
A title for the expression, i.e. a short string describing its purpose.
|
45667
|
+
"""
|
45668
|
+
return pulumi.get(self, "title")
|
45669
|
+
|
45670
|
+
@property
|
45671
|
+
@pulumi.getter
|
45672
|
+
def description(self) -> Optional[builtins.str]:
|
45673
|
+
return pulumi.get(self, "description")
|
45674
|
+
|
45675
|
+
|
45676
|
+
@pulumi.output_type
|
45677
|
+
class StoragePoolResourceStatus(dict):
|
45678
|
+
@staticmethod
|
45679
|
+
def __key_warning(key: str):
|
45680
|
+
suggest = None
|
45681
|
+
if key == "diskCount":
|
45682
|
+
suggest = "disk_count"
|
45683
|
+
elif key == "lastResizeTimestamp":
|
45684
|
+
suggest = "last_resize_timestamp"
|
45685
|
+
elif key == "maxTotalProvisionedDiskCapacityGb":
|
45686
|
+
suggest = "max_total_provisioned_disk_capacity_gb"
|
45687
|
+
elif key == "poolUsedCapacityBytes":
|
45688
|
+
suggest = "pool_used_capacity_bytes"
|
45689
|
+
elif key == "poolUsedIops":
|
45690
|
+
suggest = "pool_used_iops"
|
45691
|
+
elif key == "poolUsedThroughput":
|
45692
|
+
suggest = "pool_used_throughput"
|
45693
|
+
elif key == "poolUserWrittenBytes":
|
45694
|
+
suggest = "pool_user_written_bytes"
|
45695
|
+
elif key == "totalProvisionedDiskCapacityGb":
|
45696
|
+
suggest = "total_provisioned_disk_capacity_gb"
|
45697
|
+
elif key == "totalProvisionedDiskIops":
|
45698
|
+
suggest = "total_provisioned_disk_iops"
|
45699
|
+
elif key == "totalProvisionedDiskThroughput":
|
45700
|
+
suggest = "total_provisioned_disk_throughput"
|
45701
|
+
|
45702
|
+
if suggest:
|
45703
|
+
pulumi.log.warn(f"Key '{key}' not found in StoragePoolResourceStatus. Access the value via the '{suggest}' property getter instead.")
|
45704
|
+
|
45705
|
+
def __getitem__(self, key: str) -> Any:
|
45706
|
+
StoragePoolResourceStatus.__key_warning(key)
|
45707
|
+
return super().__getitem__(key)
|
45708
|
+
|
45709
|
+
def get(self, key: str, default = None) -> Any:
|
45710
|
+
StoragePoolResourceStatus.__key_warning(key)
|
45711
|
+
return super().get(key, default)
|
45712
|
+
|
45713
|
+
def __init__(__self__, *,
|
45714
|
+
disk_count: Optional[builtins.str] = None,
|
45715
|
+
last_resize_timestamp: Optional[builtins.str] = None,
|
45716
|
+
max_total_provisioned_disk_capacity_gb: Optional[builtins.str] = None,
|
45717
|
+
pool_used_capacity_bytes: Optional[builtins.str] = None,
|
45718
|
+
pool_used_iops: Optional[builtins.str] = None,
|
45719
|
+
pool_used_throughput: Optional[builtins.str] = None,
|
45720
|
+
pool_user_written_bytes: Optional[builtins.str] = None,
|
45721
|
+
total_provisioned_disk_capacity_gb: Optional[builtins.str] = None,
|
45722
|
+
total_provisioned_disk_iops: Optional[builtins.str] = None,
|
45723
|
+
total_provisioned_disk_throughput: Optional[builtins.str] = None):
|
45724
|
+
"""
|
45725
|
+
:param builtins.str disk_count: (Output)
|
45726
|
+
Number of disks used.
|
45727
|
+
:param builtins.str last_resize_timestamp: (Output)
|
45728
|
+
Timestamp of the last successful resize in RFC3339 text format.
|
45729
|
+
:param builtins.str max_total_provisioned_disk_capacity_gb: (Output)
|
45730
|
+
Maximum allowed aggregate disk size in gigabytes.
|
45731
|
+
:param builtins.str pool_used_capacity_bytes: (Output)
|
45732
|
+
Space used by data stored in disks within the storage pool (in bytes).
|
45733
|
+
This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
|
45734
|
+
:param builtins.str pool_used_iops: (Output)
|
45735
|
+
Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity. For more information, see https://cloud.google.com/compute/docs/disks/storage-pools.
|
45736
|
+
:param builtins.str pool_used_throughput: (Output)
|
45737
|
+
Sum of all the disks' provisioned throughput in MB/s.
|
45738
|
+
:param builtins.str pool_user_written_bytes: (Output)
|
45739
|
+
Amount of data written into the pool, before it is compacted.
|
45740
|
+
:param builtins.str total_provisioned_disk_capacity_gb: (Output)
|
45741
|
+
Sum of all the capacity provisioned in disks in this storage pool.
|
45742
|
+
A disk's provisioned capacity is the same as its total capacity.
|
45743
|
+
:param builtins.str total_provisioned_disk_iops: (Output)
|
45744
|
+
Sum of all the disks' provisioned IOPS.
|
45745
|
+
:param builtins.str total_provisioned_disk_throughput: (Output)
|
45746
|
+
Sum of all the disks' provisioned throughput in MB/s,
|
45747
|
+
minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
|
45748
|
+
"""
|
45749
|
+
if disk_count is not None:
|
45750
|
+
pulumi.set(__self__, "disk_count", disk_count)
|
45751
|
+
if last_resize_timestamp is not None:
|
45752
|
+
pulumi.set(__self__, "last_resize_timestamp", last_resize_timestamp)
|
45753
|
+
if max_total_provisioned_disk_capacity_gb is not None:
|
45754
|
+
pulumi.set(__self__, "max_total_provisioned_disk_capacity_gb", max_total_provisioned_disk_capacity_gb)
|
45755
|
+
if pool_used_capacity_bytes is not None:
|
45756
|
+
pulumi.set(__self__, "pool_used_capacity_bytes", pool_used_capacity_bytes)
|
45757
|
+
if pool_used_iops is not None:
|
45758
|
+
pulumi.set(__self__, "pool_used_iops", pool_used_iops)
|
45759
|
+
if pool_used_throughput is not None:
|
45760
|
+
pulumi.set(__self__, "pool_used_throughput", pool_used_throughput)
|
45761
|
+
if pool_user_written_bytes is not None:
|
45762
|
+
pulumi.set(__self__, "pool_user_written_bytes", pool_user_written_bytes)
|
45763
|
+
if total_provisioned_disk_capacity_gb is not None:
|
45764
|
+
pulumi.set(__self__, "total_provisioned_disk_capacity_gb", total_provisioned_disk_capacity_gb)
|
45765
|
+
if total_provisioned_disk_iops is not None:
|
45766
|
+
pulumi.set(__self__, "total_provisioned_disk_iops", total_provisioned_disk_iops)
|
45767
|
+
if total_provisioned_disk_throughput is not None:
|
45768
|
+
pulumi.set(__self__, "total_provisioned_disk_throughput", total_provisioned_disk_throughput)
|
45769
|
+
|
45770
|
+
@property
|
45771
|
+
@pulumi.getter(name="diskCount")
|
45772
|
+
def disk_count(self) -> Optional[builtins.str]:
|
45773
|
+
"""
|
45774
|
+
(Output)
|
45775
|
+
Number of disks used.
|
45776
|
+
"""
|
45777
|
+
return pulumi.get(self, "disk_count")
|
45778
|
+
|
45779
|
+
@property
|
45780
|
+
@pulumi.getter(name="lastResizeTimestamp")
|
45781
|
+
def last_resize_timestamp(self) -> Optional[builtins.str]:
|
45782
|
+
"""
|
45783
|
+
(Output)
|
45784
|
+
Timestamp of the last successful resize in RFC3339 text format.
|
45785
|
+
"""
|
45786
|
+
return pulumi.get(self, "last_resize_timestamp")
|
45787
|
+
|
45788
|
+
@property
|
45789
|
+
@pulumi.getter(name="maxTotalProvisionedDiskCapacityGb")
|
45790
|
+
def max_total_provisioned_disk_capacity_gb(self) -> Optional[builtins.str]:
|
45791
|
+
"""
|
45792
|
+
(Output)
|
45793
|
+
Maximum allowed aggregate disk size in gigabytes.
|
45794
|
+
"""
|
45795
|
+
return pulumi.get(self, "max_total_provisioned_disk_capacity_gb")
|
45796
|
+
|
45797
|
+
@property
|
45798
|
+
@pulumi.getter(name="poolUsedCapacityBytes")
|
45799
|
+
def pool_used_capacity_bytes(self) -> Optional[builtins.str]:
|
45800
|
+
"""
|
45801
|
+
(Output)
|
45802
|
+
Space used by data stored in disks within the storage pool (in bytes).
|
45803
|
+
This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
|
45804
|
+
"""
|
45805
|
+
return pulumi.get(self, "pool_used_capacity_bytes")
|
45806
|
+
|
45807
|
+
@property
|
45808
|
+
@pulumi.getter(name="poolUsedIops")
|
45809
|
+
def pool_used_iops(self) -> Optional[builtins.str]:
|
45810
|
+
"""
|
45811
|
+
(Output)
|
45812
|
+
Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity. For more information, see https://cloud.google.com/compute/docs/disks/storage-pools.
|
45813
|
+
"""
|
45814
|
+
return pulumi.get(self, "pool_used_iops")
|
45815
|
+
|
45816
|
+
@property
|
45817
|
+
@pulumi.getter(name="poolUsedThroughput")
|
45818
|
+
def pool_used_throughput(self) -> Optional[builtins.str]:
|
45819
|
+
"""
|
45820
|
+
(Output)
|
45821
|
+
Sum of all the disks' provisioned throughput in MB/s.
|
45822
|
+
"""
|
45823
|
+
return pulumi.get(self, "pool_used_throughput")
|
45824
|
+
|
45825
|
+
@property
|
45826
|
+
@pulumi.getter(name="poolUserWrittenBytes")
|
45827
|
+
def pool_user_written_bytes(self) -> Optional[builtins.str]:
|
45828
|
+
"""
|
45829
|
+
(Output)
|
45830
|
+
Amount of data written into the pool, before it is compacted.
|
45831
|
+
"""
|
45832
|
+
return pulumi.get(self, "pool_user_written_bytes")
|
45833
|
+
|
45834
|
+
@property
|
45835
|
+
@pulumi.getter(name="totalProvisionedDiskCapacityGb")
|
45836
|
+
def total_provisioned_disk_capacity_gb(self) -> Optional[builtins.str]:
|
45837
|
+
"""
|
45838
|
+
(Output)
|
45839
|
+
Sum of all the capacity provisioned in disks in this storage pool.
|
45840
|
+
A disk's provisioned capacity is the same as its total capacity.
|
45841
|
+
"""
|
45842
|
+
return pulumi.get(self, "total_provisioned_disk_capacity_gb")
|
45843
|
+
|
45844
|
+
@property
|
45845
|
+
@pulumi.getter(name="totalProvisionedDiskIops")
|
45846
|
+
def total_provisioned_disk_iops(self) -> Optional[builtins.str]:
|
45847
|
+
"""
|
45848
|
+
(Output)
|
45849
|
+
Sum of all the disks' provisioned IOPS.
|
45850
|
+
"""
|
45851
|
+
return pulumi.get(self, "total_provisioned_disk_iops")
|
45852
|
+
|
45853
|
+
@property
|
45854
|
+
@pulumi.getter(name="totalProvisionedDiskThroughput")
|
45855
|
+
def total_provisioned_disk_throughput(self) -> Optional[builtins.str]:
|
45856
|
+
"""
|
45857
|
+
(Output)
|
45858
|
+
Sum of all the disks' provisioned throughput in MB/s,
|
45859
|
+
minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
|
45860
|
+
"""
|
45861
|
+
return pulumi.get(self, "total_provisioned_disk_throughput")
|
45862
|
+
|
45863
|
+
|
45864
|
+
@pulumi.output_type
|
45865
|
+
class StoragePoolStatus(dict):
|
45866
|
+
@staticmethod
|
45867
|
+
def __key_warning(key: str):
|
45868
|
+
suggest = None
|
45869
|
+
if key == "diskCount":
|
45870
|
+
suggest = "disk_count"
|
45871
|
+
elif key == "lastResizeTimestamp":
|
45872
|
+
suggest = "last_resize_timestamp"
|
45873
|
+
elif key == "maxTotalProvisionedDiskCapacityGb":
|
45874
|
+
suggest = "max_total_provisioned_disk_capacity_gb"
|
45875
|
+
elif key == "poolUsedCapacityBytes":
|
45876
|
+
suggest = "pool_used_capacity_bytes"
|
45877
|
+
elif key == "poolUsedIops":
|
45878
|
+
suggest = "pool_used_iops"
|
45879
|
+
elif key == "poolUsedThroughput":
|
45880
|
+
suggest = "pool_used_throughput"
|
45881
|
+
elif key == "poolUserWrittenBytes":
|
45882
|
+
suggest = "pool_user_written_bytes"
|
45883
|
+
elif key == "totalProvisionedDiskCapacityGb":
|
45884
|
+
suggest = "total_provisioned_disk_capacity_gb"
|
45885
|
+
elif key == "totalProvisionedDiskIops":
|
45886
|
+
suggest = "total_provisioned_disk_iops"
|
45887
|
+
elif key == "totalProvisionedDiskThroughput":
|
45888
|
+
suggest = "total_provisioned_disk_throughput"
|
45889
|
+
|
45890
|
+
if suggest:
|
45891
|
+
pulumi.log.warn(f"Key '{key}' not found in StoragePoolStatus. Access the value via the '{suggest}' property getter instead.")
|
45892
|
+
|
45893
|
+
def __getitem__(self, key: str) -> Any:
|
45894
|
+
StoragePoolStatus.__key_warning(key)
|
45895
|
+
return super().__getitem__(key)
|
45896
|
+
|
45897
|
+
def get(self, key: str, default = None) -> Any:
|
45898
|
+
StoragePoolStatus.__key_warning(key)
|
45899
|
+
return super().get(key, default)
|
45900
|
+
|
45901
|
+
def __init__(__self__, *,
|
45902
|
+
disk_count: Optional[builtins.str] = None,
|
45903
|
+
last_resize_timestamp: Optional[builtins.str] = None,
|
45904
|
+
max_total_provisioned_disk_capacity_gb: Optional[builtins.str] = None,
|
45905
|
+
pool_used_capacity_bytes: Optional[builtins.str] = None,
|
45906
|
+
pool_used_iops: Optional[builtins.str] = None,
|
45907
|
+
pool_used_throughput: Optional[builtins.str] = None,
|
45908
|
+
pool_user_written_bytes: Optional[builtins.str] = None,
|
45909
|
+
total_provisioned_disk_capacity_gb: Optional[builtins.str] = None,
|
45910
|
+
total_provisioned_disk_iops: Optional[builtins.str] = None,
|
45911
|
+
total_provisioned_disk_throughput: Optional[builtins.str] = None):
|
45912
|
+
"""
|
45913
|
+
:param builtins.str disk_count: (Output)
|
45914
|
+
Number of disks used.
|
45915
|
+
:param builtins.str last_resize_timestamp: (Output)
|
45916
|
+
Timestamp of the last successful resize in RFC3339 text format.
|
45917
|
+
:param builtins.str max_total_provisioned_disk_capacity_gb: (Output)
|
45918
|
+
Maximum allowed aggregate disk size in gigabytes.
|
45919
|
+
:param builtins.str pool_used_capacity_bytes: (Output)
|
45920
|
+
Space used by data stored in disks within the storage pool (in bytes).
|
45921
|
+
This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
|
45922
|
+
:param builtins.str pool_used_iops: (Output)
|
45923
|
+
Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity. For more information, see https://cloud.google.com/compute/docs/disks/storage-pools.
|
45924
|
+
:param builtins.str pool_used_throughput: (Output)
|
45925
|
+
Sum of all the disks' provisioned throughput in MB/s.
|
45926
|
+
:param builtins.str pool_user_written_bytes: (Output)
|
45927
|
+
Amount of data written into the pool, before it is compacted.
|
45928
|
+
:param builtins.str total_provisioned_disk_capacity_gb: (Output)
|
45929
|
+
Sum of all the capacity provisioned in disks in this storage pool.
|
45930
|
+
A disk's provisioned capacity is the same as its total capacity.
|
45931
|
+
:param builtins.str total_provisioned_disk_iops: (Output)
|
45932
|
+
Sum of all the disks' provisioned IOPS.
|
45933
|
+
:param builtins.str total_provisioned_disk_throughput: (Output)
|
45934
|
+
Sum of all the disks' provisioned throughput in MB/s,
|
45935
|
+
minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
|
45936
|
+
"""
|
45937
|
+
if disk_count is not None:
|
45938
|
+
pulumi.set(__self__, "disk_count", disk_count)
|
45939
|
+
if last_resize_timestamp is not None:
|
45940
|
+
pulumi.set(__self__, "last_resize_timestamp", last_resize_timestamp)
|
45941
|
+
if max_total_provisioned_disk_capacity_gb is not None:
|
45942
|
+
pulumi.set(__self__, "max_total_provisioned_disk_capacity_gb", max_total_provisioned_disk_capacity_gb)
|
45943
|
+
if pool_used_capacity_bytes is not None:
|
45944
|
+
pulumi.set(__self__, "pool_used_capacity_bytes", pool_used_capacity_bytes)
|
45945
|
+
if pool_used_iops is not None:
|
45946
|
+
pulumi.set(__self__, "pool_used_iops", pool_used_iops)
|
45947
|
+
if pool_used_throughput is not None:
|
45948
|
+
pulumi.set(__self__, "pool_used_throughput", pool_used_throughput)
|
45949
|
+
if pool_user_written_bytes is not None:
|
45950
|
+
pulumi.set(__self__, "pool_user_written_bytes", pool_user_written_bytes)
|
45951
|
+
if total_provisioned_disk_capacity_gb is not None:
|
45952
|
+
pulumi.set(__self__, "total_provisioned_disk_capacity_gb", total_provisioned_disk_capacity_gb)
|
45953
|
+
if total_provisioned_disk_iops is not None:
|
45954
|
+
pulumi.set(__self__, "total_provisioned_disk_iops", total_provisioned_disk_iops)
|
45955
|
+
if total_provisioned_disk_throughput is not None:
|
45956
|
+
pulumi.set(__self__, "total_provisioned_disk_throughput", total_provisioned_disk_throughput)
|
45957
|
+
|
45958
|
+
@property
|
45959
|
+
@pulumi.getter(name="diskCount")
|
45960
|
+
def disk_count(self) -> Optional[builtins.str]:
|
45961
|
+
"""
|
45962
|
+
(Output)
|
45963
|
+
Number of disks used.
|
45964
|
+
"""
|
45965
|
+
return pulumi.get(self, "disk_count")
|
45966
|
+
|
45967
|
+
@property
|
45968
|
+
@pulumi.getter(name="lastResizeTimestamp")
|
45969
|
+
def last_resize_timestamp(self) -> Optional[builtins.str]:
|
45970
|
+
"""
|
45971
|
+
(Output)
|
45972
|
+
Timestamp of the last successful resize in RFC3339 text format.
|
45973
|
+
"""
|
45974
|
+
return pulumi.get(self, "last_resize_timestamp")
|
45975
|
+
|
45976
|
+
@property
|
45977
|
+
@pulumi.getter(name="maxTotalProvisionedDiskCapacityGb")
|
45978
|
+
def max_total_provisioned_disk_capacity_gb(self) -> Optional[builtins.str]:
|
45979
|
+
"""
|
45980
|
+
(Output)
|
45981
|
+
Maximum allowed aggregate disk size in gigabytes.
|
45982
|
+
"""
|
45983
|
+
return pulumi.get(self, "max_total_provisioned_disk_capacity_gb")
|
45984
|
+
|
45985
|
+
@property
|
45986
|
+
@pulumi.getter(name="poolUsedCapacityBytes")
|
45987
|
+
def pool_used_capacity_bytes(self) -> Optional[builtins.str]:
|
45988
|
+
"""
|
45989
|
+
(Output)
|
45990
|
+
Space used by data stored in disks within the storage pool (in bytes).
|
45991
|
+
This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
|
45992
|
+
"""
|
45993
|
+
return pulumi.get(self, "pool_used_capacity_bytes")
|
45994
|
+
|
45995
|
+
@property
|
45996
|
+
@pulumi.getter(name="poolUsedIops")
|
45997
|
+
def pool_used_iops(self) -> Optional[builtins.str]:
|
45998
|
+
"""
|
45999
|
+
(Output)
|
46000
|
+
Sum of all the disks' provisioned IOPS, minus some amount that is allowed per disk that is not counted towards pool's IOPS capacity. For more information, see https://cloud.google.com/compute/docs/disks/storage-pools.
|
46001
|
+
"""
|
46002
|
+
return pulumi.get(self, "pool_used_iops")
|
46003
|
+
|
46004
|
+
@property
|
46005
|
+
@pulumi.getter(name="poolUsedThroughput")
|
46006
|
+
def pool_used_throughput(self) -> Optional[builtins.str]:
|
46007
|
+
"""
|
46008
|
+
(Output)
|
46009
|
+
Sum of all the disks' provisioned throughput in MB/s.
|
46010
|
+
"""
|
46011
|
+
return pulumi.get(self, "pool_used_throughput")
|
46012
|
+
|
46013
|
+
@property
|
46014
|
+
@pulumi.getter(name="poolUserWrittenBytes")
|
46015
|
+
def pool_user_written_bytes(self) -> Optional[builtins.str]:
|
46016
|
+
"""
|
46017
|
+
(Output)
|
46018
|
+
Amount of data written into the pool, before it is compacted.
|
46019
|
+
"""
|
46020
|
+
return pulumi.get(self, "pool_user_written_bytes")
|
46021
|
+
|
46022
|
+
@property
|
46023
|
+
@pulumi.getter(name="totalProvisionedDiskCapacityGb")
|
46024
|
+
def total_provisioned_disk_capacity_gb(self) -> Optional[builtins.str]:
|
46025
|
+
"""
|
46026
|
+
(Output)
|
46027
|
+
Sum of all the capacity provisioned in disks in this storage pool.
|
46028
|
+
A disk's provisioned capacity is the same as its total capacity.
|
46029
|
+
"""
|
46030
|
+
return pulumi.get(self, "total_provisioned_disk_capacity_gb")
|
46031
|
+
|
46032
|
+
@property
|
46033
|
+
@pulumi.getter(name="totalProvisionedDiskIops")
|
46034
|
+
def total_provisioned_disk_iops(self) -> Optional[builtins.str]:
|
46035
|
+
"""
|
46036
|
+
(Output)
|
46037
|
+
Sum of all the disks' provisioned IOPS.
|
46038
|
+
"""
|
46039
|
+
return pulumi.get(self, "total_provisioned_disk_iops")
|
46040
|
+
|
46041
|
+
@property
|
46042
|
+
@pulumi.getter(name="totalProvisionedDiskThroughput")
|
46043
|
+
def total_provisioned_disk_throughput(self) -> Optional[builtins.str]:
|
46044
|
+
"""
|
46045
|
+
(Output)
|
46046
|
+
Sum of all the disks' provisioned throughput in MB/s,
|
46047
|
+
minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
|
46048
|
+
"""
|
46049
|
+
return pulumi.get(self, "total_provisioned_disk_throughput")
|
46050
|
+
|
46051
|
+
|
45269
46052
|
@pulumi.output_type
|
45270
46053
|
class SubnetworkIAMBindingCondition(dict):
|
45271
46054
|
def __init__(__self__, *,
|
@@ -53114,10 +53897,13 @@ class GetBackendBucketCdnPolicyResult(dict):
|
|
53114
53897
|
:param Sequence['GetBackendBucketCdnPolicyCacheKeyPolicyArgs'] cache_key_policies: The CacheKeyPolicy for this CdnPolicy.
|
53115
53898
|
:param builtins.str cache_mode: Specifies the cache setting for all responses from this backend.
|
53116
53899
|
The possible values are: USE_ORIGIN_HEADERS, FORCE_CACHE_ALL and CACHE_ALL_STATIC Possible values: ["USE_ORIGIN_HEADERS", "FORCE_CACHE_ALL", "CACHE_ALL_STATIC"]
|
53117
|
-
:param builtins.int client_ttl: Specifies the maximum allowed TTL for cached content served by this origin.
|
53900
|
+
:param builtins.int client_ttl: Specifies the maximum allowed TTL for cached content served by this origin. When the
|
53901
|
+
'cache_mode' is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
53118
53902
|
:param builtins.int default_ttl: Specifies the default TTL for cached content served by this origin for responses
|
53119
|
-
that do not have an existing valid TTL (max-age or s-max-age).
|
53120
|
-
|
53903
|
+
that do not have an existing valid TTL (max-age or s-max-age). When the 'cache_mode'
|
53904
|
+
is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
53905
|
+
:param builtins.int max_ttl: Specifies the maximum allowed TTL for cached content served by this origin. When the
|
53906
|
+
'cache_mode' is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
53121
53907
|
:param builtins.bool negative_caching: Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects.
|
53122
53908
|
:param Sequence['GetBackendBucketCdnPolicyNegativeCachingPolicyArgs'] negative_caching_policies: Sets a cache TTL for the specified HTTP status code. negativeCaching must be enabled to configure negativeCachingPolicy.
|
53123
53909
|
Omitting the policy and leaving negativeCaching enabled will use Cloud CDN's default cache TTLs.
|
@@ -53173,7 +53959,8 @@ class GetBackendBucketCdnPolicyResult(dict):
|
|
53173
53959
|
@pulumi.getter(name="clientTtl")
|
53174
53960
|
def client_ttl(self) -> builtins.int:
|
53175
53961
|
"""
|
53176
|
-
Specifies the maximum allowed TTL for cached content served by this origin.
|
53962
|
+
Specifies the maximum allowed TTL for cached content served by this origin. When the
|
53963
|
+
'cache_mode' is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
53177
53964
|
"""
|
53178
53965
|
return pulumi.get(self, "client_ttl")
|
53179
53966
|
|
@@ -53182,7 +53969,8 @@ class GetBackendBucketCdnPolicyResult(dict):
|
|
53182
53969
|
def default_ttl(self) -> builtins.int:
|
53183
53970
|
"""
|
53184
53971
|
Specifies the default TTL for cached content served by this origin for responses
|
53185
|
-
that do not have an existing valid TTL (max-age or s-max-age).
|
53972
|
+
that do not have an existing valid TTL (max-age or s-max-age). When the 'cache_mode'
|
53973
|
+
is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
53186
53974
|
"""
|
53187
53975
|
return pulumi.get(self, "default_ttl")
|
53188
53976
|
|
@@ -53190,7 +53978,8 @@ class GetBackendBucketCdnPolicyResult(dict):
|
|
53190
53978
|
@pulumi.getter(name="maxTtl")
|
53191
53979
|
def max_ttl(self) -> builtins.int:
|
53192
53980
|
"""
|
53193
|
-
Specifies the maximum allowed TTL for cached content served by this origin.
|
53981
|
+
Specifies the maximum allowed TTL for cached content served by this origin. When the
|
53982
|
+
'cache_mode' is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
53194
53983
|
"""
|
53195
53984
|
return pulumi.get(self, "max_ttl")
|
53196
53985
|
|
@@ -53343,7 +54132,8 @@ class GetBackendServiceBackendResult(dict):
|
|
53343
54132
|
max_rate: builtins.int,
|
53344
54133
|
max_rate_per_endpoint: builtins.float,
|
53345
54134
|
max_rate_per_instance: builtins.float,
|
53346
|
-
max_utilization: builtins.float
|
54135
|
+
max_utilization: builtins.float,
|
54136
|
+
preference: builtins.str):
|
53347
54137
|
"""
|
53348
54138
|
:param builtins.str balancing_mode: Specifies the balancing mode for this backend.
|
53349
54139
|
|
@@ -53415,6 +54205,12 @@ class GetBackendServiceBackendResult(dict):
|
|
53415
54205
|
either maxRate or maxRatePerInstance must be set.
|
53416
54206
|
:param builtins.float max_utilization: Used when balancingMode is UTILIZATION. This ratio defines the
|
53417
54207
|
CPU utilization target for the group. Valid range is [0.0, 1.0].
|
54208
|
+
:param builtins.str preference: This field indicates whether this backend should be fully utilized before sending traffic to backends
|
54209
|
+
with default preference. This field cannot be set when loadBalancingScheme is set to 'EXTERNAL'. The possible values are:
|
54210
|
+
- PREFERRED: Backends with this preference level will be filled up to their capacity limits first,
|
54211
|
+
based on RTT.
|
54212
|
+
- DEFAULT: If preferred backends don't have enough capacity, backends in this layer would be used and
|
54213
|
+
traffic would be assigned based on the load balancing algorithm you use. This is the default Possible values: ["PREFERRED", "DEFAULT"]
|
53418
54214
|
"""
|
53419
54215
|
pulumi.set(__self__, "balancing_mode", balancing_mode)
|
53420
54216
|
pulumi.set(__self__, "capacity_scaler", capacity_scaler)
|
@@ -53428,6 +54224,7 @@ class GetBackendServiceBackendResult(dict):
|
|
53428
54224
|
pulumi.set(__self__, "max_rate_per_endpoint", max_rate_per_endpoint)
|
53429
54225
|
pulumi.set(__self__, "max_rate_per_instance", max_rate_per_instance)
|
53430
54226
|
pulumi.set(__self__, "max_utilization", max_utilization)
|
54227
|
+
pulumi.set(__self__, "preference", preference)
|
53431
54228
|
|
53432
54229
|
@property
|
53433
54230
|
@pulumi.getter(name="balancingMode")
|
@@ -53583,6 +54380,19 @@ class GetBackendServiceBackendResult(dict):
|
|
53583
54380
|
"""
|
53584
54381
|
return pulumi.get(self, "max_utilization")
|
53585
54382
|
|
54383
|
+
@property
|
54384
|
+
@pulumi.getter
|
54385
|
+
def preference(self) -> builtins.str:
|
54386
|
+
"""
|
54387
|
+
This field indicates whether this backend should be fully utilized before sending traffic to backends
|
54388
|
+
with default preference. This field cannot be set when loadBalancingScheme is set to 'EXTERNAL'. The possible values are:
|
54389
|
+
- PREFERRED: Backends with this preference level will be filled up to their capacity limits first,
|
54390
|
+
based on RTT.
|
54391
|
+
- DEFAULT: If preferred backends don't have enough capacity, backends in this layer would be used and
|
54392
|
+
traffic would be assigned based on the load balancing algorithm you use. This is the default Possible values: ["PREFERRED", "DEFAULT"]
|
54393
|
+
"""
|
54394
|
+
return pulumi.get(self, "preference")
|
54395
|
+
|
53586
54396
|
|
53587
54397
|
@pulumi.output_type
|
53588
54398
|
class GetBackendServiceBackendCustomMetricResult(dict):
|
@@ -53643,6 +54453,7 @@ class GetBackendServiceCdnPolicyResult(dict):
|
|
53643
54453
|
max_ttl: builtins.int,
|
53644
54454
|
negative_caching: builtins.bool,
|
53645
54455
|
negative_caching_policies: Sequence['outputs.GetBackendServiceCdnPolicyNegativeCachingPolicyResult'],
|
54456
|
+
request_coalescing: builtins.bool,
|
53646
54457
|
serve_while_stale: builtins.int,
|
53647
54458
|
signed_url_cache_max_age_sec: builtins.int):
|
53648
54459
|
"""
|
@@ -53658,6 +54469,8 @@ class GetBackendServiceCdnPolicyResult(dict):
|
|
53658
54469
|
:param builtins.bool negative_caching: Negative caching allows per-status code TTLs to be set, in order to apply fine-grained caching for common errors or redirects.
|
53659
54470
|
:param Sequence['GetBackendServiceCdnPolicyNegativeCachingPolicyArgs'] negative_caching_policies: Sets a cache TTL for the specified HTTP status code. negativeCaching must be enabled to configure negativeCachingPolicy.
|
53660
54471
|
Omitting the policy and leaving negativeCaching enabled will use Cloud CDN's default cache TTLs.
|
54472
|
+
:param builtins.bool request_coalescing: If true then Cloud CDN will combine multiple concurrent cache fill requests into a small number of requests
|
54473
|
+
to the origin.
|
53661
54474
|
:param builtins.int serve_while_stale: Serve existing content from the cache (if available) when revalidating content with the origin, or when an error is encountered when refreshing the cache.
|
53662
54475
|
:param builtins.int signed_url_cache_max_age_sec: Maximum number of seconds the response to a signed URL request
|
53663
54476
|
will be considered fresh, defaults to 1hr (3600s). After this
|
@@ -53678,6 +54491,7 @@ class GetBackendServiceCdnPolicyResult(dict):
|
|
53678
54491
|
pulumi.set(__self__, "max_ttl", max_ttl)
|
53679
54492
|
pulumi.set(__self__, "negative_caching", negative_caching)
|
53680
54493
|
pulumi.set(__self__, "negative_caching_policies", negative_caching_policies)
|
54494
|
+
pulumi.set(__self__, "request_coalescing", request_coalescing)
|
53681
54495
|
pulumi.set(__self__, "serve_while_stale", serve_while_stale)
|
53682
54496
|
pulumi.set(__self__, "signed_url_cache_max_age_sec", signed_url_cache_max_age_sec)
|
53683
54497
|
|
@@ -53749,6 +54563,15 @@ class GetBackendServiceCdnPolicyResult(dict):
|
|
53749
54563
|
"""
|
53750
54564
|
return pulumi.get(self, "negative_caching_policies")
|
53751
54565
|
|
54566
|
+
@property
|
54567
|
+
@pulumi.getter(name="requestCoalescing")
|
54568
|
+
def request_coalescing(self) -> builtins.bool:
|
54569
|
+
"""
|
54570
|
+
If true then Cloud CDN will combine multiple concurrent cache fill requests into a small number of requests
|
54571
|
+
to the origin.
|
54572
|
+
"""
|
54573
|
+
return pulumi.get(self, "request_coalescing")
|
54574
|
+
|
53752
54575
|
@property
|
53753
54576
|
@pulumi.getter(name="serveWhileStale")
|
53754
54577
|
def serve_while_stale(self) -> builtins.int:
|
@@ -54383,15 +55206,24 @@ class GetBackendServiceLocalityLbPolicyPolicyResult(dict):
|
|
54383
55206
|
class GetBackendServiceLogConfigResult(dict):
|
54384
55207
|
def __init__(__self__, *,
|
54385
55208
|
enable: builtins.bool,
|
55209
|
+
optional_fields: Sequence[builtins.str],
|
55210
|
+
optional_mode: builtins.str,
|
54386
55211
|
sample_rate: builtins.float):
|
54387
55212
|
"""
|
54388
55213
|
:param builtins.bool enable: Whether to enable logging for the load balancer traffic served by this backend service.
|
55214
|
+
:param Sequence[builtins.str] optional_fields: This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
55215
|
+
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
55216
|
+
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
55217
|
+
:param builtins.str optional_mode: Specifies the optional logging mode for the load balancer traffic.
|
55218
|
+
Supported values: INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM. Possible values: ["INCLUDE_ALL_OPTIONAL", "EXCLUDE_ALL_OPTIONAL", "CUSTOM"]
|
54389
55219
|
:param builtins.float sample_rate: This field can only be specified if logging is enabled for this backend service. The value of
|
54390
55220
|
the field must be in [0, 1]. This configures the sampling rate of requests to the load balancer
|
54391
55221
|
where 1.0 means all logged requests are reported and 0.0 means no logged requests are reported.
|
54392
55222
|
The default value is 1.0.
|
54393
55223
|
"""
|
54394
55224
|
pulumi.set(__self__, "enable", enable)
|
55225
|
+
pulumi.set(__self__, "optional_fields", optional_fields)
|
55226
|
+
pulumi.set(__self__, "optional_mode", optional_mode)
|
54395
55227
|
pulumi.set(__self__, "sample_rate", sample_rate)
|
54396
55228
|
|
54397
55229
|
@property
|
@@ -54402,6 +55234,25 @@ class GetBackendServiceLogConfigResult(dict):
|
|
54402
55234
|
"""
|
54403
55235
|
return pulumi.get(self, "enable")
|
54404
55236
|
|
55237
|
+
@property
|
55238
|
+
@pulumi.getter(name="optionalFields")
|
55239
|
+
def optional_fields(self) -> Sequence[builtins.str]:
|
55240
|
+
"""
|
55241
|
+
This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
55242
|
+
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
55243
|
+
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
55244
|
+
"""
|
55245
|
+
return pulumi.get(self, "optional_fields")
|
55246
|
+
|
55247
|
+
@property
|
55248
|
+
@pulumi.getter(name="optionalMode")
|
55249
|
+
def optional_mode(self) -> builtins.str:
|
55250
|
+
"""
|
55251
|
+
Specifies the optional logging mode for the load balancer traffic.
|
55252
|
+
Supported values: INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM. Possible values: ["INCLUDE_ALL_OPTIONAL", "EXCLUDE_ALL_OPTIONAL", "CUSTOM"]
|
55253
|
+
"""
|
55254
|
+
return pulumi.get(self, "optional_mode")
|
55255
|
+
|
54405
55256
|
@property
|
54406
55257
|
@pulumi.getter(name="sampleRate")
|
54407
55258
|
def sample_rate(self) -> builtins.float:
|
@@ -54414,6 +55265,39 @@ class GetBackendServiceLogConfigResult(dict):
|
|
54414
55265
|
return pulumi.get(self, "sample_rate")
|
54415
55266
|
|
54416
55267
|
|
55268
|
+
@pulumi.output_type
|
55269
|
+
class GetBackendServiceMaxStreamDurationResult(dict):
|
55270
|
+
def __init__(__self__, *,
|
55271
|
+
nanos: builtins.int,
|
55272
|
+
seconds: builtins.str):
|
55273
|
+
"""
|
55274
|
+
:param builtins.int nanos: Span of time that's a fraction of a second at nanosecond resolution.
|
55275
|
+
Durations less than one second are represented with a 0 seconds field and a positive nanos field.
|
55276
|
+
Must be from 0 to 999,999,999 inclusive.
|
55277
|
+
:param builtins.str seconds: Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. (int64 format)
|
55278
|
+
"""
|
55279
|
+
pulumi.set(__self__, "nanos", nanos)
|
55280
|
+
pulumi.set(__self__, "seconds", seconds)
|
55281
|
+
|
55282
|
+
@property
|
55283
|
+
@pulumi.getter
|
55284
|
+
def nanos(self) -> builtins.int:
|
55285
|
+
"""
|
55286
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
55287
|
+
Durations less than one second are represented with a 0 seconds field and a positive nanos field.
|
55288
|
+
Must be from 0 to 999,999,999 inclusive.
|
55289
|
+
"""
|
55290
|
+
return pulumi.get(self, "nanos")
|
55291
|
+
|
55292
|
+
@property
|
55293
|
+
@pulumi.getter
|
55294
|
+
def seconds(self) -> builtins.str:
|
55295
|
+
"""
|
55296
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. (int64 format)
|
55297
|
+
"""
|
55298
|
+
return pulumi.get(self, "seconds")
|
55299
|
+
|
55300
|
+
|
54417
55301
|
@pulumi.output_type
|
54418
55302
|
class GetBackendServiceOutlierDetectionResult(dict):
|
54419
55303
|
def __init__(__self__, *,
|
@@ -59786,11 +60670,14 @@ class GetInstanceTemplateDiskResult(dict):
|
|
59786
60670
|
@pulumi.output_type
|
59787
60671
|
class GetInstanceTemplateDiskDiskEncryptionKeyResult(dict):
|
59788
60672
|
def __init__(__self__, *,
|
59789
|
-
kms_key_self_link: builtins.str
|
60673
|
+
kms_key_self_link: builtins.str,
|
60674
|
+
kms_key_service_account: builtins.str):
|
59790
60675
|
"""
|
59791
60676
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
60677
|
+
:param builtins.str kms_key_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
59792
60678
|
"""
|
59793
60679
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
60680
|
+
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
59794
60681
|
|
59795
60682
|
@property
|
59796
60683
|
@pulumi.getter(name="kmsKeySelfLink")
|
@@ -59800,20 +60687,34 @@ class GetInstanceTemplateDiskDiskEncryptionKeyResult(dict):
|
|
59800
60687
|
"""
|
59801
60688
|
return pulumi.get(self, "kms_key_self_link")
|
59802
60689
|
|
60690
|
+
@property
|
60691
|
+
@pulumi.getter(name="kmsKeyServiceAccount")
|
60692
|
+
def kms_key_service_account(self) -> builtins.str:
|
60693
|
+
"""
|
60694
|
+
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
60695
|
+
"""
|
60696
|
+
return pulumi.get(self, "kms_key_service_account")
|
60697
|
+
|
59803
60698
|
|
59804
60699
|
@pulumi.output_type
|
59805
60700
|
class GetInstanceTemplateDiskSourceImageEncryptionKeyResult(dict):
|
59806
60701
|
def __init__(__self__, *,
|
59807
60702
|
kms_key_self_link: builtins.str,
|
59808
|
-
kms_key_service_account: builtins.str
|
60703
|
+
kms_key_service_account: builtins.str,
|
60704
|
+
raw_key: builtins.str,
|
60705
|
+
rsa_encrypted_key: builtins.str):
|
59809
60706
|
"""
|
59810
60707
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
59811
60708
|
:param builtins.str kms_key_service_account: The service account being used for the encryption
|
59812
60709
|
request for the given KMS key. If absent, the Compute
|
59813
60710
|
Engine default service account is used.
|
60711
|
+
:param builtins.str raw_key: Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
60712
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
59814
60713
|
"""
|
59815
60714
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
59816
60715
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
60716
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
60717
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
59817
60718
|
|
59818
60719
|
@property
|
59819
60720
|
@pulumi.getter(name="kmsKeySelfLink")
|
@@ -59833,20 +60734,42 @@ class GetInstanceTemplateDiskSourceImageEncryptionKeyResult(dict):
|
|
59833
60734
|
"""
|
59834
60735
|
return pulumi.get(self, "kms_key_service_account")
|
59835
60736
|
|
60737
|
+
@property
|
60738
|
+
@pulumi.getter(name="rawKey")
|
60739
|
+
def raw_key(self) -> builtins.str:
|
60740
|
+
"""
|
60741
|
+
Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
60742
|
+
"""
|
60743
|
+
return pulumi.get(self, "raw_key")
|
60744
|
+
|
60745
|
+
@property
|
60746
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
60747
|
+
def rsa_encrypted_key(self) -> builtins.str:
|
60748
|
+
"""
|
60749
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
60750
|
+
"""
|
60751
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
60752
|
+
|
59836
60753
|
|
59837
60754
|
@pulumi.output_type
|
59838
60755
|
class GetInstanceTemplateDiskSourceSnapshotEncryptionKeyResult(dict):
|
59839
60756
|
def __init__(__self__, *,
|
59840
60757
|
kms_key_self_link: builtins.str,
|
59841
|
-
kms_key_service_account: builtins.str
|
60758
|
+
kms_key_service_account: builtins.str,
|
60759
|
+
raw_key: builtins.str,
|
60760
|
+
rsa_encrypted_key: builtins.str):
|
59842
60761
|
"""
|
59843
60762
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
59844
60763
|
:param builtins.str kms_key_service_account: The service account being used for the encryption
|
59845
60764
|
request for the given KMS key. If absent, the Compute
|
59846
60765
|
Engine default service account is used.
|
60766
|
+
:param builtins.str raw_key: Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
60767
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
59847
60768
|
"""
|
59848
60769
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
59849
60770
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
60771
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
60772
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
59850
60773
|
|
59851
60774
|
@property
|
59852
60775
|
@pulumi.getter(name="kmsKeySelfLink")
|
@@ -59866,6 +60789,22 @@ class GetInstanceTemplateDiskSourceSnapshotEncryptionKeyResult(dict):
|
|
59866
60789
|
"""
|
59867
60790
|
return pulumi.get(self, "kms_key_service_account")
|
59868
60791
|
|
60792
|
+
@property
|
60793
|
+
@pulumi.getter(name="rawKey")
|
60794
|
+
def raw_key(self) -> builtins.str:
|
60795
|
+
"""
|
60796
|
+
Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
60797
|
+
"""
|
60798
|
+
return pulumi.get(self, "raw_key")
|
60799
|
+
|
60800
|
+
@property
|
60801
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
60802
|
+
def rsa_encrypted_key(self) -> builtins.str:
|
60803
|
+
"""
|
60804
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
60805
|
+
"""
|
60806
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
60807
|
+
|
59869
60808
|
|
59870
60809
|
@pulumi.output_type
|
59871
60810
|
class GetInstanceTemplateGuestAcceleratorResult(dict):
|
@@ -63795,11 +64734,14 @@ class GetRegionInstanceTemplateDiskResult(dict):
|
|
63795
64734
|
@pulumi.output_type
|
63796
64735
|
class GetRegionInstanceTemplateDiskDiskEncryptionKeyResult(dict):
|
63797
64736
|
def __init__(__self__, *,
|
63798
|
-
kms_key_self_link: builtins.str
|
64737
|
+
kms_key_self_link: builtins.str,
|
64738
|
+
kms_key_service_account: builtins.str):
|
63799
64739
|
"""
|
63800
64740
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
64741
|
+
:param builtins.str kms_key_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
63801
64742
|
"""
|
63802
64743
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
64744
|
+
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
63803
64745
|
|
63804
64746
|
@property
|
63805
64747
|
@pulumi.getter(name="kmsKeySelfLink")
|
@@ -63809,20 +64751,34 @@ class GetRegionInstanceTemplateDiskDiskEncryptionKeyResult(dict):
|
|
63809
64751
|
"""
|
63810
64752
|
return pulumi.get(self, "kms_key_self_link")
|
63811
64753
|
|
64754
|
+
@property
|
64755
|
+
@pulumi.getter(name="kmsKeyServiceAccount")
|
64756
|
+
def kms_key_service_account(self) -> builtins.str:
|
64757
|
+
"""
|
64758
|
+
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
64759
|
+
"""
|
64760
|
+
return pulumi.get(self, "kms_key_service_account")
|
64761
|
+
|
63812
64762
|
|
63813
64763
|
@pulumi.output_type
|
63814
64764
|
class GetRegionInstanceTemplateDiskSourceImageEncryptionKeyResult(dict):
|
63815
64765
|
def __init__(__self__, *,
|
63816
64766
|
kms_key_self_link: builtins.str,
|
63817
|
-
kms_key_service_account: builtins.str
|
64767
|
+
kms_key_service_account: builtins.str,
|
64768
|
+
raw_key: builtins.str,
|
64769
|
+
rsa_encrypted_key: builtins.str):
|
63818
64770
|
"""
|
63819
64771
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
63820
64772
|
:param builtins.str kms_key_service_account: The service account being used for the encryption
|
63821
64773
|
request for the given KMS key. If absent, the Compute
|
63822
64774
|
Engine default service account is used.
|
64775
|
+
:param builtins.str raw_key: Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
64776
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
63823
64777
|
"""
|
63824
64778
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
63825
64779
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
64780
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
64781
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
63826
64782
|
|
63827
64783
|
@property
|
63828
64784
|
@pulumi.getter(name="kmsKeySelfLink")
|
@@ -63842,20 +64798,42 @@ class GetRegionInstanceTemplateDiskSourceImageEncryptionKeyResult(dict):
|
|
63842
64798
|
"""
|
63843
64799
|
return pulumi.get(self, "kms_key_service_account")
|
63844
64800
|
|
64801
|
+
@property
|
64802
|
+
@pulumi.getter(name="rawKey")
|
64803
|
+
def raw_key(self) -> builtins.str:
|
64804
|
+
"""
|
64805
|
+
Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
64806
|
+
"""
|
64807
|
+
return pulumi.get(self, "raw_key")
|
64808
|
+
|
64809
|
+
@property
|
64810
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
64811
|
+
def rsa_encrypted_key(self) -> builtins.str:
|
64812
|
+
"""
|
64813
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
64814
|
+
"""
|
64815
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
64816
|
+
|
63845
64817
|
|
63846
64818
|
@pulumi.output_type
|
63847
64819
|
class GetRegionInstanceTemplateDiskSourceSnapshotEncryptionKeyResult(dict):
|
63848
64820
|
def __init__(__self__, *,
|
63849
64821
|
kms_key_self_link: builtins.str,
|
63850
|
-
kms_key_service_account: builtins.str
|
64822
|
+
kms_key_service_account: builtins.str,
|
64823
|
+
raw_key: builtins.str,
|
64824
|
+
rsa_encrypted_key: builtins.str):
|
63851
64825
|
"""
|
63852
64826
|
:param builtins.str kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
63853
64827
|
:param builtins.str kms_key_service_account: The service account being used for the encryption
|
63854
64828
|
request for the given KMS key. If absent, the Compute
|
63855
64829
|
Engine default service account is used.
|
64830
|
+
:param builtins.str raw_key: Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
64831
|
+
:param builtins.str rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
63856
64832
|
"""
|
63857
64833
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
63858
64834
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
64835
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
64836
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
63859
64837
|
|
63860
64838
|
@property
|
63861
64839
|
@pulumi.getter(name="kmsKeySelfLink")
|
@@ -63875,6 +64853,22 @@ class GetRegionInstanceTemplateDiskSourceSnapshotEncryptionKeyResult(dict):
|
|
63875
64853
|
"""
|
63876
64854
|
return pulumi.get(self, "kms_key_service_account")
|
63877
64855
|
|
64856
|
+
@property
|
64857
|
+
@pulumi.getter(name="rawKey")
|
64858
|
+
def raw_key(self) -> builtins.str:
|
64859
|
+
"""
|
64860
|
+
Specifies a 256-bit customer-supplied encryption key, encoded in RFC 4648 base64 to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
64861
|
+
"""
|
64862
|
+
return pulumi.get(self, "raw_key")
|
64863
|
+
|
64864
|
+
@property
|
64865
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
64866
|
+
def rsa_encrypted_key(self) -> builtins.str:
|
64867
|
+
"""
|
64868
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, rsa_encrypted_key and raw_key may be set.
|
64869
|
+
"""
|
64870
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
64871
|
+
|
63878
64872
|
|
63879
64873
|
@pulumi.output_type
|
63880
64874
|
class GetRegionInstanceTemplateGuestAcceleratorResult(dict):
|
@@ -68334,6 +69328,84 @@ class GetSnapshotSourceDiskEncryptionKeyResult(dict):
|
|
68334
69328
|
return pulumi.get(self, "rsa_encrypted_key")
|
68335
69329
|
|
68336
69330
|
|
69331
|
+
@pulumi.output_type
|
69332
|
+
class GetStoragePoolTypesDeprecatedResult(dict):
|
69333
|
+
def __init__(__self__, *,
|
69334
|
+
deleted: builtins.str,
|
69335
|
+
deprecated: builtins.str,
|
69336
|
+
obsolete: builtins.str,
|
69337
|
+
replacement: builtins.str,
|
69338
|
+
state: builtins.str):
|
69339
|
+
"""
|
69340
|
+
:param builtins.str deleted: An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DELETED.
|
69341
|
+
This is only informational and the status will not change unless the client explicitly changes it.
|
69342
|
+
:param builtins.str deprecated: An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DEPRECATED.
|
69343
|
+
This is only informational and the status will not change unless the client explicitly changes it.
|
69344
|
+
:param builtins.str obsolete: An optional RFC3339 timestamp on or after which the state of this resource is intended to change to OBSOLETE.
|
69345
|
+
This is only informational and the status will not change unless the client explicitly changes it.
|
69346
|
+
:param builtins.str replacement: The URL of the suggested replacement for a deprecated resource.
|
69347
|
+
The suggested replacement resource must be the same kind of resource as the deprecated resource.
|
69348
|
+
:param builtins.str state: The deprecation state of this resource. This can be ACTIVE, DEPRECATED, OBSOLETE, or DELETED.
|
69349
|
+
Operations which communicate the end of life date for an image, can use ACTIVE.
|
69350
|
+
Operations which create a new resource using a DEPRECATED resource will return successfully,
|
69351
|
+
but with a warning indicating the deprecated resource and recommending its replacement.
|
69352
|
+
Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.
|
69353
|
+
"""
|
69354
|
+
pulumi.set(__self__, "deleted", deleted)
|
69355
|
+
pulumi.set(__self__, "deprecated", deprecated)
|
69356
|
+
pulumi.set(__self__, "obsolete", obsolete)
|
69357
|
+
pulumi.set(__self__, "replacement", replacement)
|
69358
|
+
pulumi.set(__self__, "state", state)
|
69359
|
+
|
69360
|
+
@property
|
69361
|
+
@pulumi.getter
|
69362
|
+
def deleted(self) -> builtins.str:
|
69363
|
+
"""
|
69364
|
+
An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DELETED.
|
69365
|
+
This is only informational and the status will not change unless the client explicitly changes it.
|
69366
|
+
"""
|
69367
|
+
return pulumi.get(self, "deleted")
|
69368
|
+
|
69369
|
+
@property
|
69370
|
+
@pulumi.getter
|
69371
|
+
def deprecated(self) -> builtins.str:
|
69372
|
+
"""
|
69373
|
+
An optional RFC3339 timestamp on or after which the state of this resource is intended to change to DEPRECATED.
|
69374
|
+
This is only informational and the status will not change unless the client explicitly changes it.
|
69375
|
+
"""
|
69376
|
+
return pulumi.get(self, "deprecated")
|
69377
|
+
|
69378
|
+
@property
|
69379
|
+
@pulumi.getter
|
69380
|
+
def obsolete(self) -> builtins.str:
|
69381
|
+
"""
|
69382
|
+
An optional RFC3339 timestamp on or after which the state of this resource is intended to change to OBSOLETE.
|
69383
|
+
This is only informational and the status will not change unless the client explicitly changes it.
|
69384
|
+
"""
|
69385
|
+
return pulumi.get(self, "obsolete")
|
69386
|
+
|
69387
|
+
@property
|
69388
|
+
@pulumi.getter
|
69389
|
+
def replacement(self) -> builtins.str:
|
69390
|
+
"""
|
69391
|
+
The URL of the suggested replacement for a deprecated resource.
|
69392
|
+
The suggested replacement resource must be the same kind of resource as the deprecated resource.
|
69393
|
+
"""
|
69394
|
+
return pulumi.get(self, "replacement")
|
69395
|
+
|
69396
|
+
@property
|
69397
|
+
@pulumi.getter
|
69398
|
+
def state(self) -> builtins.str:
|
69399
|
+
"""
|
69400
|
+
The deprecation state of this resource. This can be ACTIVE, DEPRECATED, OBSOLETE, or DELETED.
|
69401
|
+
Operations which communicate the end of life date for an image, can use ACTIVE.
|
69402
|
+
Operations which create a new resource using a DEPRECATED resource will return successfully,
|
69403
|
+
but with a warning indicating the deprecated resource and recommending its replacement.
|
69404
|
+
Operations which use OBSOLETE or DELETED resources will be rejected and result in an error.
|
69405
|
+
"""
|
69406
|
+
return pulumi.get(self, "state")
|
69407
|
+
|
69408
|
+
|
68337
69409
|
@pulumi.output_type
|
68338
69410
|
class GetSubnetworkSecondaryIpRangeResult(dict):
|
68339
69411
|
def __init__(__self__, *,
|