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/_inputs.py
CHANGED
@@ -84,6 +84,8 @@ __all__ = [
|
|
84
84
|
'BackendServiceLocalityLbPolicyPolicyArgsDict',
|
85
85
|
'BackendServiceLogConfigArgs',
|
86
86
|
'BackendServiceLogConfigArgsDict',
|
87
|
+
'BackendServiceMaxStreamDurationArgs',
|
88
|
+
'BackendServiceMaxStreamDurationArgsDict',
|
87
89
|
'BackendServiceOutlierDetectionArgs',
|
88
90
|
'BackendServiceOutlierDetectionArgsDict',
|
89
91
|
'BackendServiceOutlierDetectionBaseEjectionTimeArgs',
|
@@ -1174,6 +1176,14 @@ __all__ = [
|
|
1174
1176
|
'SnapshotSnapshotEncryptionKeyArgsDict',
|
1175
1177
|
'SnapshotSourceDiskEncryptionKeyArgs',
|
1176
1178
|
'SnapshotSourceDiskEncryptionKeyArgsDict',
|
1179
|
+
'StoragePoolIamBindingConditionArgs',
|
1180
|
+
'StoragePoolIamBindingConditionArgsDict',
|
1181
|
+
'StoragePoolIamMemberConditionArgs',
|
1182
|
+
'StoragePoolIamMemberConditionArgsDict',
|
1183
|
+
'StoragePoolResourceStatusArgs',
|
1184
|
+
'StoragePoolResourceStatusArgsDict',
|
1185
|
+
'StoragePoolStatusArgs',
|
1186
|
+
'StoragePoolStatusArgsDict',
|
1177
1187
|
'SubnetworkIAMBindingConditionArgs',
|
1178
1188
|
'SubnetworkIAMBindingConditionArgsDict',
|
1179
1189
|
'SubnetworkIAMMemberConditionArgs',
|
@@ -2445,16 +2455,19 @@ if not MYPY:
|
|
2445
2455
|
"""
|
2446
2456
|
client_ttl: NotRequired[pulumi.Input[builtins.int]]
|
2447
2457
|
"""
|
2448
|
-
Specifies the maximum allowed TTL for cached content served by this origin.
|
2458
|
+
Specifies the maximum allowed TTL for cached content served by this origin. When the
|
2459
|
+
`cache_mode` is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
2449
2460
|
"""
|
2450
2461
|
default_ttl: NotRequired[pulumi.Input[builtins.int]]
|
2451
2462
|
"""
|
2452
2463
|
Specifies the default TTL for cached content served by this origin for responses
|
2453
|
-
that do not have an existing valid TTL (max-age or s-max-age).
|
2464
|
+
that do not have an existing valid TTL (max-age or s-max-age). When the `cache_mode`
|
2465
|
+
is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
2454
2466
|
"""
|
2455
2467
|
max_ttl: NotRequired[pulumi.Input[builtins.int]]
|
2456
2468
|
"""
|
2457
|
-
Specifies the maximum allowed TTL for cached content served by this origin.
|
2469
|
+
Specifies the maximum allowed TTL for cached content served by this origin. When the
|
2470
|
+
`cache_mode` is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
2458
2471
|
"""
|
2459
2472
|
negative_caching: NotRequired[pulumi.Input[builtins.bool]]
|
2460
2473
|
"""
|
@@ -2510,10 +2523,13 @@ class BackendBucketCdnPolicyArgs:
|
|
2510
2523
|
:param pulumi.Input[builtins.str] cache_mode: Specifies the cache setting for all responses from this backend.
|
2511
2524
|
The possible values are: USE_ORIGIN_HEADERS, FORCE_CACHE_ALL and CACHE_ALL_STATIC
|
2512
2525
|
Possible values are: `USE_ORIGIN_HEADERS`, `FORCE_CACHE_ALL`, `CACHE_ALL_STATIC`.
|
2513
|
-
:param pulumi.Input[builtins.int] client_ttl: Specifies the maximum allowed TTL for cached content served by this origin.
|
2526
|
+
:param pulumi.Input[builtins.int] client_ttl: Specifies the maximum allowed TTL for cached content served by this origin. When the
|
2527
|
+
`cache_mode` is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
2514
2528
|
:param pulumi.Input[builtins.int] default_ttl: Specifies the default TTL for cached content served by this origin for responses
|
2515
|
-
that do not have an existing valid TTL (max-age or s-max-age).
|
2516
|
-
|
2529
|
+
that do not have an existing valid TTL (max-age or s-max-age). When the `cache_mode`
|
2530
|
+
is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
2531
|
+
:param pulumi.Input[builtins.int] max_ttl: Specifies the maximum allowed TTL for cached content served by this origin. When the
|
2532
|
+
`cache_mode` is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
2517
2533
|
:param pulumi.Input[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.
|
2518
2534
|
:param pulumi.Input[Sequence[pulumi.Input['BackendBucketCdnPolicyNegativeCachingPolicyArgs']]] negative_caching_policies: Sets a cache TTL for the specified HTTP status code. negativeCaching must be enabled to configure negativeCachingPolicy.
|
2519
2535
|
Omitting the policy and leaving negativeCaching enabled will use Cloud CDN's default cache TTLs.
|
@@ -2596,7 +2612,8 @@ class BackendBucketCdnPolicyArgs:
|
|
2596
2612
|
@pulumi.getter(name="clientTtl")
|
2597
2613
|
def client_ttl(self) -> Optional[pulumi.Input[builtins.int]]:
|
2598
2614
|
"""
|
2599
|
-
Specifies the maximum allowed TTL for cached content served by this origin.
|
2615
|
+
Specifies the maximum allowed TTL for cached content served by this origin. When the
|
2616
|
+
`cache_mode` is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
2600
2617
|
"""
|
2601
2618
|
return pulumi.get(self, "client_ttl")
|
2602
2619
|
|
@@ -2609,7 +2626,8 @@ class BackendBucketCdnPolicyArgs:
|
|
2609
2626
|
def default_ttl(self) -> Optional[pulumi.Input[builtins.int]]:
|
2610
2627
|
"""
|
2611
2628
|
Specifies the default TTL for cached content served by this origin for responses
|
2612
|
-
that do not have an existing valid TTL (max-age or s-max-age).
|
2629
|
+
that do not have an existing valid TTL (max-age or s-max-age). When the `cache_mode`
|
2630
|
+
is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
2613
2631
|
"""
|
2614
2632
|
return pulumi.get(self, "default_ttl")
|
2615
2633
|
|
@@ -2621,7 +2639,8 @@ class BackendBucketCdnPolicyArgs:
|
|
2621
2639
|
@pulumi.getter(name="maxTtl")
|
2622
2640
|
def max_ttl(self) -> Optional[pulumi.Input[builtins.int]]:
|
2623
2641
|
"""
|
2624
|
-
Specifies the maximum allowed TTL for cached content served by this origin.
|
2642
|
+
Specifies the maximum allowed TTL for cached content served by this origin. When the
|
2643
|
+
`cache_mode` is set to "USE_ORIGIN_HEADERS", you must omit this field.
|
2625
2644
|
"""
|
2626
2645
|
return pulumi.get(self, "max_ttl")
|
2627
2646
|
|
@@ -3046,6 +3065,16 @@ if not MYPY:
|
|
3046
3065
|
Used when balancingMode is UTILIZATION. This ratio defines the
|
3047
3066
|
CPU utilization target for the group. Valid range is [0.0, 1.0].
|
3048
3067
|
"""
|
3068
|
+
preference: NotRequired[pulumi.Input[builtins.str]]
|
3069
|
+
"""
|
3070
|
+
This field indicates whether this backend should be fully utilized before sending traffic to backends
|
3071
|
+
with default preference. This field cannot be set when loadBalancingScheme is set to 'EXTERNAL'. The possible values are:
|
3072
|
+
- PREFERRED: Backends with this preference level will be filled up to their capacity limits first,
|
3073
|
+
based on RTT.
|
3074
|
+
- DEFAULT: If preferred backends don't have enough capacity, backends in this layer would be used and
|
3075
|
+
traffic would be assigned based on the load balancing algorithm you use. This is the default
|
3076
|
+
Possible values are: `PREFERRED`, `DEFAULT`.
|
3077
|
+
"""
|
3049
3078
|
elif False:
|
3050
3079
|
BackendServiceBackendArgsDict: TypeAlias = Mapping[str, Any]
|
3051
3080
|
|
@@ -3063,7 +3092,8 @@ class BackendServiceBackendArgs:
|
|
3063
3092
|
max_rate: Optional[pulumi.Input[builtins.int]] = None,
|
3064
3093
|
max_rate_per_endpoint: Optional[pulumi.Input[builtins.float]] = None,
|
3065
3094
|
max_rate_per_instance: Optional[pulumi.Input[builtins.float]] = None,
|
3066
|
-
max_utilization: Optional[pulumi.Input[builtins.float]] = None
|
3095
|
+
max_utilization: Optional[pulumi.Input[builtins.float]] = None,
|
3096
|
+
preference: Optional[pulumi.Input[builtins.str]] = None):
|
3067
3097
|
"""
|
3068
3098
|
:param pulumi.Input[builtins.str] group: The fully-qualified URL of an Instance Group or Network Endpoint
|
3069
3099
|
Group resource. In case of instance group this defines the list
|
@@ -3129,6 +3159,13 @@ class BackendServiceBackendArgs:
|
|
3129
3159
|
either maxRate or maxRatePerInstance must be set.
|
3130
3160
|
:param pulumi.Input[builtins.float] max_utilization: Used when balancingMode is UTILIZATION. This ratio defines the
|
3131
3161
|
CPU utilization target for the group. Valid range is [0.0, 1.0].
|
3162
|
+
:param pulumi.Input[builtins.str] preference: This field indicates whether this backend should be fully utilized before sending traffic to backends
|
3163
|
+
with default preference. This field cannot be set when loadBalancingScheme is set to 'EXTERNAL'. The possible values are:
|
3164
|
+
- PREFERRED: Backends with this preference level will be filled up to their capacity limits first,
|
3165
|
+
based on RTT.
|
3166
|
+
- DEFAULT: If preferred backends don't have enough capacity, backends in this layer would be used and
|
3167
|
+
traffic would be assigned based on the load balancing algorithm you use. This is the default
|
3168
|
+
Possible values are: `PREFERRED`, `DEFAULT`.
|
3132
3169
|
"""
|
3133
3170
|
pulumi.set(__self__, "group", group)
|
3134
3171
|
if balancing_mode is not None:
|
@@ -3153,6 +3190,8 @@ class BackendServiceBackendArgs:
|
|
3153
3190
|
pulumi.set(__self__, "max_rate_per_instance", max_rate_per_instance)
|
3154
3191
|
if max_utilization is not None:
|
3155
3192
|
pulumi.set(__self__, "max_utilization", max_utilization)
|
3193
|
+
if preference is not None:
|
3194
|
+
pulumi.set(__self__, "preference", preference)
|
3156
3195
|
|
3157
3196
|
@property
|
3158
3197
|
@pulumi.getter
|
@@ -3350,6 +3389,24 @@ class BackendServiceBackendArgs:
|
|
3350
3389
|
def max_utilization(self, value: Optional[pulumi.Input[builtins.float]]):
|
3351
3390
|
pulumi.set(self, "max_utilization", value)
|
3352
3391
|
|
3392
|
+
@property
|
3393
|
+
@pulumi.getter
|
3394
|
+
def preference(self) -> Optional[pulumi.Input[builtins.str]]:
|
3395
|
+
"""
|
3396
|
+
This field indicates whether this backend should be fully utilized before sending traffic to backends
|
3397
|
+
with default preference. This field cannot be set when loadBalancingScheme is set to 'EXTERNAL'. The possible values are:
|
3398
|
+
- PREFERRED: Backends with this preference level will be filled up to their capacity limits first,
|
3399
|
+
based on RTT.
|
3400
|
+
- DEFAULT: If preferred backends don't have enough capacity, backends in this layer would be used and
|
3401
|
+
traffic would be assigned based on the load balancing algorithm you use. This is the default
|
3402
|
+
Possible values are: `PREFERRED`, `DEFAULT`.
|
3403
|
+
"""
|
3404
|
+
return pulumi.get(self, "preference")
|
3405
|
+
|
3406
|
+
@preference.setter
|
3407
|
+
def preference(self, value: Optional[pulumi.Input[builtins.str]]):
|
3408
|
+
pulumi.set(self, "preference", value)
|
3409
|
+
|
3353
3410
|
|
3354
3411
|
if not MYPY:
|
3355
3412
|
class BackendServiceBackendCustomMetricArgsDict(TypedDict):
|
@@ -3490,6 +3547,11 @@ if not MYPY:
|
|
3490
3547
|
Omitting the policy and leaving negativeCaching enabled will use Cloud CDN's default cache TTLs.
|
3491
3548
|
Structure is documented below.
|
3492
3549
|
"""
|
3550
|
+
request_coalescing: NotRequired[pulumi.Input[builtins.bool]]
|
3551
|
+
"""
|
3552
|
+
If true then Cloud CDN will combine multiple concurrent cache fill requests into a small number of requests
|
3553
|
+
to the origin.
|
3554
|
+
"""
|
3493
3555
|
serve_while_stale: NotRequired[pulumi.Input[builtins.int]]
|
3494
3556
|
"""
|
3495
3557
|
Serve existing content from the cache (if available) when revalidating content with the origin, or when an error is encountered when refreshing the cache.
|
@@ -3520,6 +3582,7 @@ class BackendServiceCdnPolicyArgs:
|
|
3520
3582
|
max_ttl: Optional[pulumi.Input[builtins.int]] = None,
|
3521
3583
|
negative_caching: Optional[pulumi.Input[builtins.bool]] = None,
|
3522
3584
|
negative_caching_policies: Optional[pulumi.Input[Sequence[pulumi.Input['BackendServiceCdnPolicyNegativeCachingPolicyArgs']]]] = None,
|
3585
|
+
request_coalescing: Optional[pulumi.Input[builtins.bool]] = None,
|
3523
3586
|
serve_while_stale: Optional[pulumi.Input[builtins.int]] = None,
|
3524
3587
|
signed_url_cache_max_age_sec: Optional[pulumi.Input[builtins.int]] = None):
|
3525
3588
|
"""
|
@@ -3539,6 +3602,8 @@ class BackendServiceCdnPolicyArgs:
|
|
3539
3602
|
:param pulumi.Input[Sequence[pulumi.Input['BackendServiceCdnPolicyNegativeCachingPolicyArgs']]] negative_caching_policies: Sets a cache TTL for the specified HTTP status code. negativeCaching must be enabled to configure negativeCachingPolicy.
|
3540
3603
|
Omitting the policy and leaving negativeCaching enabled will use Cloud CDN's default cache TTLs.
|
3541
3604
|
Structure is documented below.
|
3605
|
+
:param pulumi.Input[builtins.bool] request_coalescing: If true then Cloud CDN will combine multiple concurrent cache fill requests into a small number of requests
|
3606
|
+
to the origin.
|
3542
3607
|
:param pulumi.Input[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.
|
3543
3608
|
:param pulumi.Input[builtins.int] signed_url_cache_max_age_sec: Maximum number of seconds the response to a signed URL request
|
3544
3609
|
will be considered fresh, defaults to 1hr (3600s). After this
|
@@ -3566,6 +3631,8 @@ class BackendServiceCdnPolicyArgs:
|
|
3566
3631
|
pulumi.set(__self__, "negative_caching", negative_caching)
|
3567
3632
|
if negative_caching_policies is not None:
|
3568
3633
|
pulumi.set(__self__, "negative_caching_policies", negative_caching_policies)
|
3634
|
+
if request_coalescing is not None:
|
3635
|
+
pulumi.set(__self__, "request_coalescing", request_coalescing)
|
3569
3636
|
if serve_while_stale is not None:
|
3570
3637
|
pulumi.set(__self__, "serve_while_stale", serve_while_stale)
|
3571
3638
|
if signed_url_cache_max_age_sec is not None:
|
@@ -3675,6 +3742,19 @@ class BackendServiceCdnPolicyArgs:
|
|
3675
3742
|
def negative_caching_policies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['BackendServiceCdnPolicyNegativeCachingPolicyArgs']]]]):
|
3676
3743
|
pulumi.set(self, "negative_caching_policies", value)
|
3677
3744
|
|
3745
|
+
@property
|
3746
|
+
@pulumi.getter(name="requestCoalescing")
|
3747
|
+
def request_coalescing(self) -> Optional[pulumi.Input[builtins.bool]]:
|
3748
|
+
"""
|
3749
|
+
If true then Cloud CDN will combine multiple concurrent cache fill requests into a small number of requests
|
3750
|
+
to the origin.
|
3751
|
+
"""
|
3752
|
+
return pulumi.get(self, "request_coalescing")
|
3753
|
+
|
3754
|
+
@request_coalescing.setter
|
3755
|
+
def request_coalescing(self, value: Optional[pulumi.Input[builtins.bool]]):
|
3756
|
+
pulumi.set(self, "request_coalescing", value)
|
3757
|
+
|
3678
3758
|
@property
|
3679
3759
|
@pulumi.getter(name="serveWhileStale")
|
3680
3760
|
def serve_while_stale(self) -> Optional[pulumi.Input[builtins.int]]:
|
@@ -4998,6 +5078,18 @@ if not MYPY:
|
|
4998
5078
|
"""
|
4999
5079
|
Whether to enable logging for the load balancer traffic served by this backend service.
|
5000
5080
|
"""
|
5081
|
+
optional_fields: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
5082
|
+
"""
|
5083
|
+
This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
5084
|
+
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
5085
|
+
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
5086
|
+
"""
|
5087
|
+
optional_mode: NotRequired[pulumi.Input[builtins.str]]
|
5088
|
+
"""
|
5089
|
+
Specifies the optional logging mode for the load balancer traffic.
|
5090
|
+
Supported values: INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM.
|
5091
|
+
Possible values are: `INCLUDE_ALL_OPTIONAL`, `EXCLUDE_ALL_OPTIONAL`, `CUSTOM`.
|
5092
|
+
"""
|
5001
5093
|
sample_rate: NotRequired[pulumi.Input[builtins.float]]
|
5002
5094
|
"""
|
5003
5095
|
This field can only be specified if logging is enabled for this backend service. The value of
|
@@ -5012,9 +5104,17 @@ elif False:
|
|
5012
5104
|
class BackendServiceLogConfigArgs:
|
5013
5105
|
def __init__(__self__, *,
|
5014
5106
|
enable: Optional[pulumi.Input[builtins.bool]] = None,
|
5107
|
+
optional_fields: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
5108
|
+
optional_mode: Optional[pulumi.Input[builtins.str]] = None,
|
5015
5109
|
sample_rate: Optional[pulumi.Input[builtins.float]] = None):
|
5016
5110
|
"""
|
5017
5111
|
:param pulumi.Input[builtins.bool] enable: Whether to enable logging for the load balancer traffic served by this backend service.
|
5112
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] optional_fields: This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
5113
|
+
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
5114
|
+
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
5115
|
+
:param pulumi.Input[builtins.str] optional_mode: Specifies the optional logging mode for the load balancer traffic.
|
5116
|
+
Supported values: INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM.
|
5117
|
+
Possible values are: `INCLUDE_ALL_OPTIONAL`, `EXCLUDE_ALL_OPTIONAL`, `CUSTOM`.
|
5018
5118
|
:param pulumi.Input[builtins.float] sample_rate: This field can only be specified if logging is enabled for this backend service. The value of
|
5019
5119
|
the field must be in [0, 1]. This configures the sampling rate of requests to the load balancer
|
5020
5120
|
where 1.0 means all logged requests are reported and 0.0 means no logged requests are reported.
|
@@ -5022,6 +5122,10 @@ class BackendServiceLogConfigArgs:
|
|
5022
5122
|
"""
|
5023
5123
|
if enable is not None:
|
5024
5124
|
pulumi.set(__self__, "enable", enable)
|
5125
|
+
if optional_fields is not None:
|
5126
|
+
pulumi.set(__self__, "optional_fields", optional_fields)
|
5127
|
+
if optional_mode is not None:
|
5128
|
+
pulumi.set(__self__, "optional_mode", optional_mode)
|
5025
5129
|
if sample_rate is not None:
|
5026
5130
|
pulumi.set(__self__, "sample_rate", sample_rate)
|
5027
5131
|
|
@@ -5037,6 +5141,34 @@ class BackendServiceLogConfigArgs:
|
|
5037
5141
|
def enable(self, value: Optional[pulumi.Input[builtins.bool]]):
|
5038
5142
|
pulumi.set(self, "enable", value)
|
5039
5143
|
|
5144
|
+
@property
|
5145
|
+
@pulumi.getter(name="optionalFields")
|
5146
|
+
def optional_fields(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
5147
|
+
"""
|
5148
|
+
This field can only be specified if logging is enabled for this backend service and "logConfig.optionalMode"
|
5149
|
+
was set to CUSTOM. Contains a list of optional fields you want to include in the logs.
|
5150
|
+
For example: serverInstance, serverGkeDetails.cluster, serverGkeDetails.pod.podNamespace
|
5151
|
+
"""
|
5152
|
+
return pulumi.get(self, "optional_fields")
|
5153
|
+
|
5154
|
+
@optional_fields.setter
|
5155
|
+
def optional_fields(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
|
5156
|
+
pulumi.set(self, "optional_fields", value)
|
5157
|
+
|
5158
|
+
@property
|
5159
|
+
@pulumi.getter(name="optionalMode")
|
5160
|
+
def optional_mode(self) -> Optional[pulumi.Input[builtins.str]]:
|
5161
|
+
"""
|
5162
|
+
Specifies the optional logging mode for the load balancer traffic.
|
5163
|
+
Supported values: INCLUDE_ALL_OPTIONAL, EXCLUDE_ALL_OPTIONAL, CUSTOM.
|
5164
|
+
Possible values are: `INCLUDE_ALL_OPTIONAL`, `EXCLUDE_ALL_OPTIONAL`, `CUSTOM`.
|
5165
|
+
"""
|
5166
|
+
return pulumi.get(self, "optional_mode")
|
5167
|
+
|
5168
|
+
@optional_mode.setter
|
5169
|
+
def optional_mode(self, value: Optional[pulumi.Input[builtins.str]]):
|
5170
|
+
pulumi.set(self, "optional_mode", value)
|
5171
|
+
|
5040
5172
|
@property
|
5041
5173
|
@pulumi.getter(name="sampleRate")
|
5042
5174
|
def sample_rate(self) -> Optional[pulumi.Input[builtins.float]]:
|
@@ -5053,6 +5185,63 @@ class BackendServiceLogConfigArgs:
|
|
5053
5185
|
pulumi.set(self, "sample_rate", value)
|
5054
5186
|
|
5055
5187
|
|
5188
|
+
if not MYPY:
|
5189
|
+
class BackendServiceMaxStreamDurationArgsDict(TypedDict):
|
5190
|
+
seconds: pulumi.Input[builtins.str]
|
5191
|
+
"""
|
5192
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. (int64 format)
|
5193
|
+
"""
|
5194
|
+
nanos: NotRequired[pulumi.Input[builtins.int]]
|
5195
|
+
"""
|
5196
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
5197
|
+
Durations less than one second are represented with a 0 seconds field and a positive nanos field.
|
5198
|
+
Must be from 0 to 999,999,999 inclusive.
|
5199
|
+
"""
|
5200
|
+
elif False:
|
5201
|
+
BackendServiceMaxStreamDurationArgsDict: TypeAlias = Mapping[str, Any]
|
5202
|
+
|
5203
|
+
@pulumi.input_type
|
5204
|
+
class BackendServiceMaxStreamDurationArgs:
|
5205
|
+
def __init__(__self__, *,
|
5206
|
+
seconds: pulumi.Input[builtins.str],
|
5207
|
+
nanos: Optional[pulumi.Input[builtins.int]] = None):
|
5208
|
+
"""
|
5209
|
+
:param pulumi.Input[builtins.str] seconds: Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. (int64 format)
|
5210
|
+
:param pulumi.Input[builtins.int] nanos: Span of time that's a fraction of a second at nanosecond resolution.
|
5211
|
+
Durations less than one second are represented with a 0 seconds field and a positive nanos field.
|
5212
|
+
Must be from 0 to 999,999,999 inclusive.
|
5213
|
+
"""
|
5214
|
+
pulumi.set(__self__, "seconds", seconds)
|
5215
|
+
if nanos is not None:
|
5216
|
+
pulumi.set(__self__, "nanos", nanos)
|
5217
|
+
|
5218
|
+
@property
|
5219
|
+
@pulumi.getter
|
5220
|
+
def seconds(self) -> pulumi.Input[builtins.str]:
|
5221
|
+
"""
|
5222
|
+
Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. (int64 format)
|
5223
|
+
"""
|
5224
|
+
return pulumi.get(self, "seconds")
|
5225
|
+
|
5226
|
+
@seconds.setter
|
5227
|
+
def seconds(self, value: pulumi.Input[builtins.str]):
|
5228
|
+
pulumi.set(self, "seconds", value)
|
5229
|
+
|
5230
|
+
@property
|
5231
|
+
@pulumi.getter
|
5232
|
+
def nanos(self) -> Optional[pulumi.Input[builtins.int]]:
|
5233
|
+
"""
|
5234
|
+
Span of time that's a fraction of a second at nanosecond resolution.
|
5235
|
+
Durations less than one second are represented with a 0 seconds field and a positive nanos field.
|
5236
|
+
Must be from 0 to 999,999,999 inclusive.
|
5237
|
+
"""
|
5238
|
+
return pulumi.get(self, "nanos")
|
5239
|
+
|
5240
|
+
@nanos.setter
|
5241
|
+
def nanos(self, value: Optional[pulumi.Input[builtins.int]]):
|
5242
|
+
pulumi.set(self, "nanos", value)
|
5243
|
+
|
5244
|
+
|
5056
5245
|
if not MYPY:
|
5057
5246
|
class BackendServiceOutlierDetectionArgsDict(TypedDict):
|
5058
5247
|
base_ejection_time: NotRequired[pulumi.Input['BackendServiceOutlierDetectionBaseEjectionTimeArgsDict']]
|
@@ -22473,41 +22662,69 @@ class InstanceTemplateDiskArgs:
|
|
22473
22662
|
|
22474
22663
|
if not MYPY:
|
22475
22664
|
class InstanceTemplateDiskDiskEncryptionKeyArgsDict(TypedDict):
|
22476
|
-
kms_key_self_link: pulumi.Input[builtins.str]
|
22665
|
+
kms_key_self_link: NotRequired[pulumi.Input[builtins.str]]
|
22477
22666
|
"""
|
22478
22667
|
The self link of the encryption key that is stored in Google Cloud KMS
|
22479
22668
|
"""
|
22669
|
+
kms_key_service_account: NotRequired[pulumi.Input[builtins.str]]
|
22670
|
+
"""
|
22671
|
+
The service account being used for the
|
22672
|
+
encryption request for the given KMS key. If absent, the Compute Engine
|
22673
|
+
default service account is used.
|
22674
|
+
"""
|
22480
22675
|
elif False:
|
22481
22676
|
InstanceTemplateDiskDiskEncryptionKeyArgsDict: TypeAlias = Mapping[str, Any]
|
22482
22677
|
|
22483
22678
|
@pulumi.input_type
|
22484
22679
|
class InstanceTemplateDiskDiskEncryptionKeyArgs:
|
22485
22680
|
def __init__(__self__, *,
|
22486
|
-
kms_key_self_link: pulumi.Input[builtins.str]
|
22681
|
+
kms_key_self_link: Optional[pulumi.Input[builtins.str]] = None,
|
22682
|
+
kms_key_service_account: Optional[pulumi.Input[builtins.str]] = None):
|
22487
22683
|
"""
|
22488
22684
|
:param pulumi.Input[builtins.str] kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
22685
|
+
:param pulumi.Input[builtins.str] kms_key_service_account: The service account being used for the
|
22686
|
+
encryption request for the given KMS key. If absent, the Compute Engine
|
22687
|
+
default service account is used.
|
22489
22688
|
"""
|
22490
|
-
|
22689
|
+
if kms_key_self_link is not None:
|
22690
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
22691
|
+
if kms_key_service_account is not None:
|
22692
|
+
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
22491
22693
|
|
22492
22694
|
@property
|
22493
22695
|
@pulumi.getter(name="kmsKeySelfLink")
|
22494
|
-
def kms_key_self_link(self) -> pulumi.Input[builtins.str]:
|
22696
|
+
def kms_key_self_link(self) -> Optional[pulumi.Input[builtins.str]]:
|
22495
22697
|
"""
|
22496
22698
|
The self link of the encryption key that is stored in Google Cloud KMS
|
22497
22699
|
"""
|
22498
22700
|
return pulumi.get(self, "kms_key_self_link")
|
22499
22701
|
|
22500
22702
|
@kms_key_self_link.setter
|
22501
|
-
def kms_key_self_link(self, value: pulumi.Input[builtins.str]):
|
22703
|
+
def kms_key_self_link(self, value: Optional[pulumi.Input[builtins.str]]):
|
22502
22704
|
pulumi.set(self, "kms_key_self_link", value)
|
22503
22705
|
|
22706
|
+
@property
|
22707
|
+
@pulumi.getter(name="kmsKeyServiceAccount")
|
22708
|
+
def kms_key_service_account(self) -> Optional[pulumi.Input[builtins.str]]:
|
22709
|
+
"""
|
22710
|
+
The service account being used for the
|
22711
|
+
encryption request for the given KMS key. If absent, the Compute Engine
|
22712
|
+
default service account is used.
|
22713
|
+
"""
|
22714
|
+
return pulumi.get(self, "kms_key_service_account")
|
22715
|
+
|
22716
|
+
@kms_key_service_account.setter
|
22717
|
+
def kms_key_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
22718
|
+
pulumi.set(self, "kms_key_service_account", value)
|
22719
|
+
|
22504
22720
|
|
22505
22721
|
if not MYPY:
|
22506
22722
|
class InstanceTemplateDiskSourceImageEncryptionKeyArgsDict(TypedDict):
|
22507
|
-
kms_key_self_link: pulumi.Input[builtins.str]
|
22723
|
+
kms_key_self_link: NotRequired[pulumi.Input[builtins.str]]
|
22508
22724
|
"""
|
22509
22725
|
The self link of the encryption key that is
|
22510
|
-
stored in Google Cloud KMS.
|
22726
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
22727
|
+
may be set.
|
22511
22728
|
"""
|
22512
22729
|
kms_key_service_account: NotRequired[pulumi.Input[builtins.str]]
|
22513
22730
|
"""
|
@@ -22515,36 +22732,67 @@ if not MYPY:
|
|
22515
22732
|
encryption request for the given KMS key. If absent, the Compute Engine
|
22516
22733
|
default service account is used.
|
22517
22734
|
"""
|
22735
|
+
raw_key: NotRequired[pulumi.Input[builtins.str]]
|
22736
|
+
"""
|
22737
|
+
A 256-bit [customer-supplied encryption key]
|
22738
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
22739
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
22740
|
+
to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
22741
|
+
may be set.
|
22742
|
+
"""
|
22743
|
+
rsa_encrypted_key: NotRequired[pulumi.Input[builtins.str]]
|
22744
|
+
"""
|
22745
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
22746
|
+
(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`
|
22747
|
+
may be set.
|
22748
|
+
"""
|
22518
22749
|
elif False:
|
22519
22750
|
InstanceTemplateDiskSourceImageEncryptionKeyArgsDict: TypeAlias = Mapping[str, Any]
|
22520
22751
|
|
22521
22752
|
@pulumi.input_type
|
22522
22753
|
class InstanceTemplateDiskSourceImageEncryptionKeyArgs:
|
22523
22754
|
def __init__(__self__, *,
|
22524
|
-
kms_key_self_link: pulumi.Input[builtins.str],
|
22525
|
-
kms_key_service_account: Optional[pulumi.Input[builtins.str]] = None
|
22755
|
+
kms_key_self_link: Optional[pulumi.Input[builtins.str]] = None,
|
22756
|
+
kms_key_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
22757
|
+
raw_key: Optional[pulumi.Input[builtins.str]] = None,
|
22758
|
+
rsa_encrypted_key: Optional[pulumi.Input[builtins.str]] = None):
|
22526
22759
|
"""
|
22527
22760
|
:param pulumi.Input[builtins.str] kms_key_self_link: The self link of the encryption key that is
|
22528
|
-
stored in Google Cloud KMS.
|
22761
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
22762
|
+
may be set.
|
22529
22763
|
:param pulumi.Input[builtins.str] kms_key_service_account: The service account being used for the
|
22530
22764
|
encryption request for the given KMS key. If absent, the Compute Engine
|
22531
22765
|
default service account is used.
|
22766
|
+
:param pulumi.Input[builtins.str] raw_key: A 256-bit [customer-supplied encryption key]
|
22767
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
22768
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
22769
|
+
to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
22770
|
+
may be set.
|
22771
|
+
:param pulumi.Input[builtins.str] rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
22772
|
+
(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`
|
22773
|
+
may be set.
|
22532
22774
|
"""
|
22533
|
-
|
22775
|
+
if kms_key_self_link is not None:
|
22776
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
22534
22777
|
if kms_key_service_account is not None:
|
22535
22778
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
22779
|
+
if raw_key is not None:
|
22780
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
22781
|
+
if rsa_encrypted_key is not None:
|
22782
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
22536
22783
|
|
22537
22784
|
@property
|
22538
22785
|
@pulumi.getter(name="kmsKeySelfLink")
|
22539
|
-
def kms_key_self_link(self) -> pulumi.Input[builtins.str]:
|
22786
|
+
def kms_key_self_link(self) -> Optional[pulumi.Input[builtins.str]]:
|
22540
22787
|
"""
|
22541
22788
|
The self link of the encryption key that is
|
22542
|
-
stored in Google Cloud KMS.
|
22789
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
22790
|
+
may be set.
|
22543
22791
|
"""
|
22544
22792
|
return pulumi.get(self, "kms_key_self_link")
|
22545
22793
|
|
22546
22794
|
@kms_key_self_link.setter
|
22547
|
-
def kms_key_self_link(self, value: pulumi.Input[builtins.str]):
|
22795
|
+
def kms_key_self_link(self, value: Optional[pulumi.Input[builtins.str]]):
|
22548
22796
|
pulumi.set(self, "kms_key_self_link", value)
|
22549
22797
|
|
22550
22798
|
@property
|
@@ -22561,13 +22809,44 @@ class InstanceTemplateDiskSourceImageEncryptionKeyArgs:
|
|
22561
22809
|
def kms_key_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
22562
22810
|
pulumi.set(self, "kms_key_service_account", value)
|
22563
22811
|
|
22812
|
+
@property
|
22813
|
+
@pulumi.getter(name="rawKey")
|
22814
|
+
def raw_key(self) -> Optional[pulumi.Input[builtins.str]]:
|
22815
|
+
"""
|
22816
|
+
A 256-bit [customer-supplied encryption key]
|
22817
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
22818
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
22819
|
+
to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
22820
|
+
may be set.
|
22821
|
+
"""
|
22822
|
+
return pulumi.get(self, "raw_key")
|
22823
|
+
|
22824
|
+
@raw_key.setter
|
22825
|
+
def raw_key(self, value: Optional[pulumi.Input[builtins.str]]):
|
22826
|
+
pulumi.set(self, "raw_key", value)
|
22827
|
+
|
22828
|
+
@property
|
22829
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
22830
|
+
def rsa_encrypted_key(self) -> Optional[pulumi.Input[builtins.str]]:
|
22831
|
+
"""
|
22832
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
22833
|
+
(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`
|
22834
|
+
may be set.
|
22835
|
+
"""
|
22836
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
22837
|
+
|
22838
|
+
@rsa_encrypted_key.setter
|
22839
|
+
def rsa_encrypted_key(self, value: Optional[pulumi.Input[builtins.str]]):
|
22840
|
+
pulumi.set(self, "rsa_encrypted_key", value)
|
22841
|
+
|
22564
22842
|
|
22565
22843
|
if not MYPY:
|
22566
22844
|
class InstanceTemplateDiskSourceSnapshotEncryptionKeyArgsDict(TypedDict):
|
22567
|
-
kms_key_self_link: pulumi.Input[builtins.str]
|
22845
|
+
kms_key_self_link: NotRequired[pulumi.Input[builtins.str]]
|
22568
22846
|
"""
|
22569
22847
|
The self link of the encryption key that is
|
22570
|
-
stored in Google Cloud KMS.
|
22848
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
22849
|
+
may be set.
|
22571
22850
|
"""
|
22572
22851
|
kms_key_service_account: NotRequired[pulumi.Input[builtins.str]]
|
22573
22852
|
"""
|
@@ -22575,36 +22854,67 @@ if not MYPY:
|
|
22575
22854
|
encryption request for the given KMS key. If absent, the Compute Engine
|
22576
22855
|
default service account is used.
|
22577
22856
|
"""
|
22857
|
+
raw_key: NotRequired[pulumi.Input[builtins.str]]
|
22858
|
+
"""
|
22859
|
+
A 256-bit [customer-supplied encryption key]
|
22860
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
22861
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
22862
|
+
to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
22863
|
+
may be set.
|
22864
|
+
"""
|
22865
|
+
rsa_encrypted_key: NotRequired[pulumi.Input[builtins.str]]
|
22866
|
+
"""
|
22867
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
22868
|
+
(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`
|
22869
|
+
may be set.
|
22870
|
+
"""
|
22578
22871
|
elif False:
|
22579
22872
|
InstanceTemplateDiskSourceSnapshotEncryptionKeyArgsDict: TypeAlias = Mapping[str, Any]
|
22580
22873
|
|
22581
22874
|
@pulumi.input_type
|
22582
22875
|
class InstanceTemplateDiskSourceSnapshotEncryptionKeyArgs:
|
22583
22876
|
def __init__(__self__, *,
|
22584
|
-
kms_key_self_link: pulumi.Input[builtins.str],
|
22585
|
-
kms_key_service_account: Optional[pulumi.Input[builtins.str]] = None
|
22877
|
+
kms_key_self_link: Optional[pulumi.Input[builtins.str]] = None,
|
22878
|
+
kms_key_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
22879
|
+
raw_key: Optional[pulumi.Input[builtins.str]] = None,
|
22880
|
+
rsa_encrypted_key: Optional[pulumi.Input[builtins.str]] = None):
|
22586
22881
|
"""
|
22587
22882
|
:param pulumi.Input[builtins.str] kms_key_self_link: The self link of the encryption key that is
|
22588
|
-
stored in Google Cloud KMS.
|
22883
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
22884
|
+
may be set.
|
22589
22885
|
:param pulumi.Input[builtins.str] kms_key_service_account: The service account being used for the
|
22590
22886
|
encryption request for the given KMS key. If absent, the Compute Engine
|
22591
22887
|
default service account is used.
|
22888
|
+
:param pulumi.Input[builtins.str] raw_key: A 256-bit [customer-supplied encryption key]
|
22889
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
22890
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
22891
|
+
to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
22892
|
+
may be set.
|
22893
|
+
:param pulumi.Input[builtins.str] rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
22894
|
+
(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`
|
22895
|
+
may be set.
|
22592
22896
|
"""
|
22593
|
-
|
22897
|
+
if kms_key_self_link is not None:
|
22898
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
22594
22899
|
if kms_key_service_account is not None:
|
22595
22900
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
22901
|
+
if raw_key is not None:
|
22902
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
22903
|
+
if rsa_encrypted_key is not None:
|
22904
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
22596
22905
|
|
22597
22906
|
@property
|
22598
22907
|
@pulumi.getter(name="kmsKeySelfLink")
|
22599
|
-
def kms_key_self_link(self) -> pulumi.Input[builtins.str]:
|
22908
|
+
def kms_key_self_link(self) -> Optional[pulumi.Input[builtins.str]]:
|
22600
22909
|
"""
|
22601
22910
|
The self link of the encryption key that is
|
22602
|
-
stored in Google Cloud KMS.
|
22911
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
22912
|
+
may be set.
|
22603
22913
|
"""
|
22604
22914
|
return pulumi.get(self, "kms_key_self_link")
|
22605
22915
|
|
22606
22916
|
@kms_key_self_link.setter
|
22607
|
-
def kms_key_self_link(self, value: pulumi.Input[builtins.str]):
|
22917
|
+
def kms_key_self_link(self, value: Optional[pulumi.Input[builtins.str]]):
|
22608
22918
|
pulumi.set(self, "kms_key_self_link", value)
|
22609
22919
|
|
22610
22920
|
@property
|
@@ -22621,6 +22931,36 @@ class InstanceTemplateDiskSourceSnapshotEncryptionKeyArgs:
|
|
22621
22931
|
def kms_key_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
22622
22932
|
pulumi.set(self, "kms_key_service_account", value)
|
22623
22933
|
|
22934
|
+
@property
|
22935
|
+
@pulumi.getter(name="rawKey")
|
22936
|
+
def raw_key(self) -> Optional[pulumi.Input[builtins.str]]:
|
22937
|
+
"""
|
22938
|
+
A 256-bit [customer-supplied encryption key]
|
22939
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
22940
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
22941
|
+
to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
22942
|
+
may be set.
|
22943
|
+
"""
|
22944
|
+
return pulumi.get(self, "raw_key")
|
22945
|
+
|
22946
|
+
@raw_key.setter
|
22947
|
+
def raw_key(self, value: Optional[pulumi.Input[builtins.str]]):
|
22948
|
+
pulumi.set(self, "raw_key", value)
|
22949
|
+
|
22950
|
+
@property
|
22951
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
22952
|
+
def rsa_encrypted_key(self) -> Optional[pulumi.Input[builtins.str]]:
|
22953
|
+
"""
|
22954
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
22955
|
+
(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`
|
22956
|
+
may be set.
|
22957
|
+
"""
|
22958
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
22959
|
+
|
22960
|
+
@rsa_encrypted_key.setter
|
22961
|
+
def rsa_encrypted_key(self, value: Optional[pulumi.Input[builtins.str]]):
|
22962
|
+
pulumi.set(self, "rsa_encrypted_key", value)
|
22963
|
+
|
22624
22964
|
|
22625
22965
|
if not MYPY:
|
22626
22966
|
class InstanceTemplateGuestAcceleratorArgsDict(TypedDict):
|
@@ -37132,41 +37472,69 @@ class RegionInstanceTemplateDiskArgs:
|
|
37132
37472
|
|
37133
37473
|
if not MYPY:
|
37134
37474
|
class RegionInstanceTemplateDiskDiskEncryptionKeyArgsDict(TypedDict):
|
37135
|
-
kms_key_self_link: pulumi.Input[builtins.str]
|
37475
|
+
kms_key_self_link: NotRequired[pulumi.Input[builtins.str]]
|
37136
37476
|
"""
|
37137
37477
|
The self link of the encryption key that is stored in Google Cloud KMS
|
37138
37478
|
"""
|
37479
|
+
kms_key_service_account: NotRequired[pulumi.Input[builtins.str]]
|
37480
|
+
"""
|
37481
|
+
The service account being used for the
|
37482
|
+
encryption request for the given KMS key. If absent, the Compute Engine
|
37483
|
+
default service account is used.
|
37484
|
+
"""
|
37139
37485
|
elif False:
|
37140
37486
|
RegionInstanceTemplateDiskDiskEncryptionKeyArgsDict: TypeAlias = Mapping[str, Any]
|
37141
37487
|
|
37142
37488
|
@pulumi.input_type
|
37143
37489
|
class RegionInstanceTemplateDiskDiskEncryptionKeyArgs:
|
37144
37490
|
def __init__(__self__, *,
|
37145
|
-
kms_key_self_link: pulumi.Input[builtins.str]
|
37491
|
+
kms_key_self_link: Optional[pulumi.Input[builtins.str]] = None,
|
37492
|
+
kms_key_service_account: Optional[pulumi.Input[builtins.str]] = None):
|
37146
37493
|
"""
|
37147
37494
|
:param pulumi.Input[builtins.str] kms_key_self_link: The self link of the encryption key that is stored in Google Cloud KMS
|
37495
|
+
:param pulumi.Input[builtins.str] kms_key_service_account: The service account being used for the
|
37496
|
+
encryption request for the given KMS key. If absent, the Compute Engine
|
37497
|
+
default service account is used.
|
37148
37498
|
"""
|
37149
|
-
|
37499
|
+
if kms_key_self_link is not None:
|
37500
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
37501
|
+
if kms_key_service_account is not None:
|
37502
|
+
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
37150
37503
|
|
37151
37504
|
@property
|
37152
37505
|
@pulumi.getter(name="kmsKeySelfLink")
|
37153
|
-
def kms_key_self_link(self) -> pulumi.Input[builtins.str]:
|
37506
|
+
def kms_key_self_link(self) -> Optional[pulumi.Input[builtins.str]]:
|
37154
37507
|
"""
|
37155
37508
|
The self link of the encryption key that is stored in Google Cloud KMS
|
37156
37509
|
"""
|
37157
37510
|
return pulumi.get(self, "kms_key_self_link")
|
37158
37511
|
|
37159
37512
|
@kms_key_self_link.setter
|
37160
|
-
def kms_key_self_link(self, value: pulumi.Input[builtins.str]):
|
37513
|
+
def kms_key_self_link(self, value: Optional[pulumi.Input[builtins.str]]):
|
37161
37514
|
pulumi.set(self, "kms_key_self_link", value)
|
37162
37515
|
|
37516
|
+
@property
|
37517
|
+
@pulumi.getter(name="kmsKeyServiceAccount")
|
37518
|
+
def kms_key_service_account(self) -> Optional[pulumi.Input[builtins.str]]:
|
37519
|
+
"""
|
37520
|
+
The service account being used for the
|
37521
|
+
encryption request for the given KMS key. If absent, the Compute Engine
|
37522
|
+
default service account is used.
|
37523
|
+
"""
|
37524
|
+
return pulumi.get(self, "kms_key_service_account")
|
37525
|
+
|
37526
|
+
@kms_key_service_account.setter
|
37527
|
+
def kms_key_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
37528
|
+
pulumi.set(self, "kms_key_service_account", value)
|
37529
|
+
|
37163
37530
|
|
37164
37531
|
if not MYPY:
|
37165
37532
|
class RegionInstanceTemplateDiskSourceImageEncryptionKeyArgsDict(TypedDict):
|
37166
|
-
kms_key_self_link: pulumi.Input[builtins.str]
|
37533
|
+
kms_key_self_link: NotRequired[pulumi.Input[builtins.str]]
|
37167
37534
|
"""
|
37168
37535
|
The self link of the encryption key that is
|
37169
|
-
stored in Google Cloud KMS.
|
37536
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
37537
|
+
may be set.
|
37170
37538
|
"""
|
37171
37539
|
kms_key_service_account: NotRequired[pulumi.Input[builtins.str]]
|
37172
37540
|
"""
|
@@ -37174,36 +37542,67 @@ if not MYPY:
|
|
37174
37542
|
encryption request for the given KMS key. If absent, the Compute Engine
|
37175
37543
|
default service account is used.
|
37176
37544
|
"""
|
37545
|
+
raw_key: NotRequired[pulumi.Input[builtins.str]]
|
37546
|
+
"""
|
37547
|
+
A 256-bit [customer-supplied encryption key]
|
37548
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
37549
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
37550
|
+
to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
37551
|
+
may be set.
|
37552
|
+
"""
|
37553
|
+
rsa_encrypted_key: NotRequired[pulumi.Input[builtins.str]]
|
37554
|
+
"""
|
37555
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
37556
|
+
(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`
|
37557
|
+
may be set.
|
37558
|
+
"""
|
37177
37559
|
elif False:
|
37178
37560
|
RegionInstanceTemplateDiskSourceImageEncryptionKeyArgsDict: TypeAlias = Mapping[str, Any]
|
37179
37561
|
|
37180
37562
|
@pulumi.input_type
|
37181
37563
|
class RegionInstanceTemplateDiskSourceImageEncryptionKeyArgs:
|
37182
37564
|
def __init__(__self__, *,
|
37183
|
-
kms_key_self_link: pulumi.Input[builtins.str],
|
37184
|
-
kms_key_service_account: Optional[pulumi.Input[builtins.str]] = None
|
37565
|
+
kms_key_self_link: Optional[pulumi.Input[builtins.str]] = None,
|
37566
|
+
kms_key_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
37567
|
+
raw_key: Optional[pulumi.Input[builtins.str]] = None,
|
37568
|
+
rsa_encrypted_key: Optional[pulumi.Input[builtins.str]] = None):
|
37185
37569
|
"""
|
37186
37570
|
:param pulumi.Input[builtins.str] kms_key_self_link: The self link of the encryption key that is
|
37187
|
-
stored in Google Cloud KMS.
|
37571
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
37572
|
+
may be set.
|
37188
37573
|
:param pulumi.Input[builtins.str] kms_key_service_account: The service account being used for the
|
37189
37574
|
encryption request for the given KMS key. If absent, the Compute Engine
|
37190
37575
|
default service account is used.
|
37576
|
+
:param pulumi.Input[builtins.str] raw_key: A 256-bit [customer-supplied encryption key]
|
37577
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
37578
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
37579
|
+
to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
37580
|
+
may be set.
|
37581
|
+
:param pulumi.Input[builtins.str] rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
37582
|
+
(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`
|
37583
|
+
may be set.
|
37191
37584
|
"""
|
37192
|
-
|
37585
|
+
if kms_key_self_link is not None:
|
37586
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
37193
37587
|
if kms_key_service_account is not None:
|
37194
37588
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
37589
|
+
if raw_key is not None:
|
37590
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
37591
|
+
if rsa_encrypted_key is not None:
|
37592
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
37195
37593
|
|
37196
37594
|
@property
|
37197
37595
|
@pulumi.getter(name="kmsKeySelfLink")
|
37198
|
-
def kms_key_self_link(self) -> pulumi.Input[builtins.str]:
|
37596
|
+
def kms_key_self_link(self) -> Optional[pulumi.Input[builtins.str]]:
|
37199
37597
|
"""
|
37200
37598
|
The self link of the encryption key that is
|
37201
|
-
stored in Google Cloud KMS.
|
37599
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
37600
|
+
may be set.
|
37202
37601
|
"""
|
37203
37602
|
return pulumi.get(self, "kms_key_self_link")
|
37204
37603
|
|
37205
37604
|
@kms_key_self_link.setter
|
37206
|
-
def kms_key_self_link(self, value: pulumi.Input[builtins.str]):
|
37605
|
+
def kms_key_self_link(self, value: Optional[pulumi.Input[builtins.str]]):
|
37207
37606
|
pulumi.set(self, "kms_key_self_link", value)
|
37208
37607
|
|
37209
37608
|
@property
|
@@ -37220,13 +37619,44 @@ class RegionInstanceTemplateDiskSourceImageEncryptionKeyArgs:
|
|
37220
37619
|
def kms_key_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
37221
37620
|
pulumi.set(self, "kms_key_service_account", value)
|
37222
37621
|
|
37622
|
+
@property
|
37623
|
+
@pulumi.getter(name="rawKey")
|
37624
|
+
def raw_key(self) -> Optional[pulumi.Input[builtins.str]]:
|
37625
|
+
"""
|
37626
|
+
A 256-bit [customer-supplied encryption key]
|
37627
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
37628
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
37629
|
+
to decrypt the given image. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
37630
|
+
may be set.
|
37631
|
+
"""
|
37632
|
+
return pulumi.get(self, "raw_key")
|
37633
|
+
|
37634
|
+
@raw_key.setter
|
37635
|
+
def raw_key(self, value: Optional[pulumi.Input[builtins.str]]):
|
37636
|
+
pulumi.set(self, "raw_key", value)
|
37637
|
+
|
37638
|
+
@property
|
37639
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
37640
|
+
def rsa_encrypted_key(self) -> Optional[pulumi.Input[builtins.str]]:
|
37641
|
+
"""
|
37642
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
37643
|
+
(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`
|
37644
|
+
may be set.
|
37645
|
+
"""
|
37646
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
37647
|
+
|
37648
|
+
@rsa_encrypted_key.setter
|
37649
|
+
def rsa_encrypted_key(self, value: Optional[pulumi.Input[builtins.str]]):
|
37650
|
+
pulumi.set(self, "rsa_encrypted_key", value)
|
37651
|
+
|
37223
37652
|
|
37224
37653
|
if not MYPY:
|
37225
37654
|
class RegionInstanceTemplateDiskSourceSnapshotEncryptionKeyArgsDict(TypedDict):
|
37226
|
-
kms_key_self_link: pulumi.Input[builtins.str]
|
37655
|
+
kms_key_self_link: NotRequired[pulumi.Input[builtins.str]]
|
37227
37656
|
"""
|
37228
37657
|
The self link of the encryption key that is
|
37229
|
-
stored in Google Cloud KMS.
|
37658
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
37659
|
+
may be set.
|
37230
37660
|
"""
|
37231
37661
|
kms_key_service_account: NotRequired[pulumi.Input[builtins.str]]
|
37232
37662
|
"""
|
@@ -37234,36 +37664,67 @@ if not MYPY:
|
|
37234
37664
|
encryption request for the given KMS key. If absent, the Compute Engine
|
37235
37665
|
default service account is used.
|
37236
37666
|
"""
|
37667
|
+
raw_key: NotRequired[pulumi.Input[builtins.str]]
|
37668
|
+
"""
|
37669
|
+
A 256-bit [customer-supplied encryption key]
|
37670
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
37671
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
37672
|
+
to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
37673
|
+
may be set.
|
37674
|
+
"""
|
37675
|
+
rsa_encrypted_key: NotRequired[pulumi.Input[builtins.str]]
|
37676
|
+
"""
|
37677
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
37678
|
+
(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`
|
37679
|
+
may be set.
|
37680
|
+
"""
|
37237
37681
|
elif False:
|
37238
37682
|
RegionInstanceTemplateDiskSourceSnapshotEncryptionKeyArgsDict: TypeAlias = Mapping[str, Any]
|
37239
37683
|
|
37240
37684
|
@pulumi.input_type
|
37241
37685
|
class RegionInstanceTemplateDiskSourceSnapshotEncryptionKeyArgs:
|
37242
37686
|
def __init__(__self__, *,
|
37243
|
-
kms_key_self_link: pulumi.Input[builtins.str],
|
37244
|
-
kms_key_service_account: Optional[pulumi.Input[builtins.str]] = None
|
37687
|
+
kms_key_self_link: Optional[pulumi.Input[builtins.str]] = None,
|
37688
|
+
kms_key_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
37689
|
+
raw_key: Optional[pulumi.Input[builtins.str]] = None,
|
37690
|
+
rsa_encrypted_key: Optional[pulumi.Input[builtins.str]] = None):
|
37245
37691
|
"""
|
37246
37692
|
:param pulumi.Input[builtins.str] kms_key_self_link: The self link of the encryption key that is
|
37247
|
-
stored in Google Cloud KMS.
|
37693
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
37694
|
+
may be set.
|
37248
37695
|
:param pulumi.Input[builtins.str] kms_key_service_account: The service account being used for the
|
37249
37696
|
encryption request for the given KMS key. If absent, the Compute Engine
|
37250
37697
|
default service account is used.
|
37698
|
+
:param pulumi.Input[builtins.str] raw_key: A 256-bit [customer-supplied encryption key]
|
37699
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
37700
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
37701
|
+
to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
37702
|
+
may be set.
|
37703
|
+
:param pulumi.Input[builtins.str] rsa_encrypted_key: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
37704
|
+
(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`
|
37705
|
+
may be set.
|
37251
37706
|
"""
|
37252
|
-
|
37707
|
+
if kms_key_self_link is not None:
|
37708
|
+
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
37253
37709
|
if kms_key_service_account is not None:
|
37254
37710
|
pulumi.set(__self__, "kms_key_service_account", kms_key_service_account)
|
37711
|
+
if raw_key is not None:
|
37712
|
+
pulumi.set(__self__, "raw_key", raw_key)
|
37713
|
+
if rsa_encrypted_key is not None:
|
37714
|
+
pulumi.set(__self__, "rsa_encrypted_key", rsa_encrypted_key)
|
37255
37715
|
|
37256
37716
|
@property
|
37257
37717
|
@pulumi.getter(name="kmsKeySelfLink")
|
37258
|
-
def kms_key_self_link(self) -> pulumi.Input[builtins.str]:
|
37718
|
+
def kms_key_self_link(self) -> Optional[pulumi.Input[builtins.str]]:
|
37259
37719
|
"""
|
37260
37720
|
The self link of the encryption key that is
|
37261
|
-
stored in Google Cloud KMS.
|
37721
|
+
stored in Google Cloud KMS. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
37722
|
+
may be set.
|
37262
37723
|
"""
|
37263
37724
|
return pulumi.get(self, "kms_key_self_link")
|
37264
37725
|
|
37265
37726
|
@kms_key_self_link.setter
|
37266
|
-
def kms_key_self_link(self, value: pulumi.Input[builtins.str]):
|
37727
|
+
def kms_key_self_link(self, value: Optional[pulumi.Input[builtins.str]]):
|
37267
37728
|
pulumi.set(self, "kms_key_self_link", value)
|
37268
37729
|
|
37269
37730
|
@property
|
@@ -37280,6 +37741,36 @@ class RegionInstanceTemplateDiskSourceSnapshotEncryptionKeyArgs:
|
|
37280
37741
|
def kms_key_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
37281
37742
|
pulumi.set(self, "kms_key_service_account", value)
|
37282
37743
|
|
37744
|
+
@property
|
37745
|
+
@pulumi.getter(name="rawKey")
|
37746
|
+
def raw_key(self) -> Optional[pulumi.Input[builtins.str]]:
|
37747
|
+
"""
|
37748
|
+
A 256-bit [customer-supplied encryption key]
|
37749
|
+
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption),
|
37750
|
+
encoded in [RFC 4648 base64](https://tools.ietf.org/html/rfc4648#section-4)
|
37751
|
+
to decrypt this snapshot. Only one of `kms_key_self_link`, `rsa_encrypted_key` and `raw_key`
|
37752
|
+
may be set.
|
37753
|
+
"""
|
37754
|
+
return pulumi.get(self, "raw_key")
|
37755
|
+
|
37756
|
+
@raw_key.setter
|
37757
|
+
def raw_key(self, value: Optional[pulumi.Input[builtins.str]]):
|
37758
|
+
pulumi.set(self, "raw_key", value)
|
37759
|
+
|
37760
|
+
@property
|
37761
|
+
@pulumi.getter(name="rsaEncryptedKey")
|
37762
|
+
def rsa_encrypted_key(self) -> Optional[pulumi.Input[builtins.str]]:
|
37763
|
+
"""
|
37764
|
+
Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit [customer-supplied encryption key]
|
37765
|
+
(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`
|
37766
|
+
may be set.
|
37767
|
+
"""
|
37768
|
+
return pulumi.get(self, "rsa_encrypted_key")
|
37769
|
+
|
37770
|
+
@rsa_encrypted_key.setter
|
37771
|
+
def rsa_encrypted_key(self, value: Optional[pulumi.Input[builtins.str]]):
|
37772
|
+
pulumi.set(self, "rsa_encrypted_key", value)
|
37773
|
+
|
37283
37774
|
|
37284
37775
|
if not MYPY:
|
37285
37776
|
class RegionInstanceTemplateGuestAcceleratorArgsDict(TypedDict):
|
@@ -59162,6 +59653,634 @@ class SnapshotSourceDiskEncryptionKeyArgs:
|
|
59162
59653
|
pulumi.set(self, "rsa_encrypted_key", value)
|
59163
59654
|
|
59164
59655
|
|
59656
|
+
if not MYPY:
|
59657
|
+
class StoragePoolIamBindingConditionArgsDict(TypedDict):
|
59658
|
+
expression: pulumi.Input[builtins.str]
|
59659
|
+
"""
|
59660
|
+
Textual representation of an expression in Common Expression Language syntax.
|
59661
|
+
"""
|
59662
|
+
title: pulumi.Input[builtins.str]
|
59663
|
+
"""
|
59664
|
+
A title for the expression, i.e. a short string describing its purpose.
|
59665
|
+
"""
|
59666
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
59667
|
+
elif False:
|
59668
|
+
StoragePoolIamBindingConditionArgsDict: TypeAlias = Mapping[str, Any]
|
59669
|
+
|
59670
|
+
@pulumi.input_type
|
59671
|
+
class StoragePoolIamBindingConditionArgs:
|
59672
|
+
def __init__(__self__, *,
|
59673
|
+
expression: pulumi.Input[builtins.str],
|
59674
|
+
title: pulumi.Input[builtins.str],
|
59675
|
+
description: Optional[pulumi.Input[builtins.str]] = None):
|
59676
|
+
"""
|
59677
|
+
:param pulumi.Input[builtins.str] expression: Textual representation of an expression in Common Expression Language syntax.
|
59678
|
+
:param pulumi.Input[builtins.str] title: A title for the expression, i.e. a short string describing its purpose.
|
59679
|
+
"""
|
59680
|
+
pulumi.set(__self__, "expression", expression)
|
59681
|
+
pulumi.set(__self__, "title", title)
|
59682
|
+
if description is not None:
|
59683
|
+
pulumi.set(__self__, "description", description)
|
59684
|
+
|
59685
|
+
@property
|
59686
|
+
@pulumi.getter
|
59687
|
+
def expression(self) -> pulumi.Input[builtins.str]:
|
59688
|
+
"""
|
59689
|
+
Textual representation of an expression in Common Expression Language syntax.
|
59690
|
+
"""
|
59691
|
+
return pulumi.get(self, "expression")
|
59692
|
+
|
59693
|
+
@expression.setter
|
59694
|
+
def expression(self, value: pulumi.Input[builtins.str]):
|
59695
|
+
pulumi.set(self, "expression", value)
|
59696
|
+
|
59697
|
+
@property
|
59698
|
+
@pulumi.getter
|
59699
|
+
def title(self) -> pulumi.Input[builtins.str]:
|
59700
|
+
"""
|
59701
|
+
A title for the expression, i.e. a short string describing its purpose.
|
59702
|
+
"""
|
59703
|
+
return pulumi.get(self, "title")
|
59704
|
+
|
59705
|
+
@title.setter
|
59706
|
+
def title(self, value: pulumi.Input[builtins.str]):
|
59707
|
+
pulumi.set(self, "title", value)
|
59708
|
+
|
59709
|
+
@property
|
59710
|
+
@pulumi.getter
|
59711
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
59712
|
+
return pulumi.get(self, "description")
|
59713
|
+
|
59714
|
+
@description.setter
|
59715
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
59716
|
+
pulumi.set(self, "description", value)
|
59717
|
+
|
59718
|
+
|
59719
|
+
if not MYPY:
|
59720
|
+
class StoragePoolIamMemberConditionArgsDict(TypedDict):
|
59721
|
+
expression: pulumi.Input[builtins.str]
|
59722
|
+
"""
|
59723
|
+
Textual representation of an expression in Common Expression Language syntax.
|
59724
|
+
"""
|
59725
|
+
title: pulumi.Input[builtins.str]
|
59726
|
+
"""
|
59727
|
+
A title for the expression, i.e. a short string describing its purpose.
|
59728
|
+
"""
|
59729
|
+
description: NotRequired[pulumi.Input[builtins.str]]
|
59730
|
+
elif False:
|
59731
|
+
StoragePoolIamMemberConditionArgsDict: TypeAlias = Mapping[str, Any]
|
59732
|
+
|
59733
|
+
@pulumi.input_type
|
59734
|
+
class StoragePoolIamMemberConditionArgs:
|
59735
|
+
def __init__(__self__, *,
|
59736
|
+
expression: pulumi.Input[builtins.str],
|
59737
|
+
title: pulumi.Input[builtins.str],
|
59738
|
+
description: Optional[pulumi.Input[builtins.str]] = None):
|
59739
|
+
"""
|
59740
|
+
:param pulumi.Input[builtins.str] expression: Textual representation of an expression in Common Expression Language syntax.
|
59741
|
+
:param pulumi.Input[builtins.str] title: A title for the expression, i.e. a short string describing its purpose.
|
59742
|
+
"""
|
59743
|
+
pulumi.set(__self__, "expression", expression)
|
59744
|
+
pulumi.set(__self__, "title", title)
|
59745
|
+
if description is not None:
|
59746
|
+
pulumi.set(__self__, "description", description)
|
59747
|
+
|
59748
|
+
@property
|
59749
|
+
@pulumi.getter
|
59750
|
+
def expression(self) -> pulumi.Input[builtins.str]:
|
59751
|
+
"""
|
59752
|
+
Textual representation of an expression in Common Expression Language syntax.
|
59753
|
+
"""
|
59754
|
+
return pulumi.get(self, "expression")
|
59755
|
+
|
59756
|
+
@expression.setter
|
59757
|
+
def expression(self, value: pulumi.Input[builtins.str]):
|
59758
|
+
pulumi.set(self, "expression", value)
|
59759
|
+
|
59760
|
+
@property
|
59761
|
+
@pulumi.getter
|
59762
|
+
def title(self) -> pulumi.Input[builtins.str]:
|
59763
|
+
"""
|
59764
|
+
A title for the expression, i.e. a short string describing its purpose.
|
59765
|
+
"""
|
59766
|
+
return pulumi.get(self, "title")
|
59767
|
+
|
59768
|
+
@title.setter
|
59769
|
+
def title(self, value: pulumi.Input[builtins.str]):
|
59770
|
+
pulumi.set(self, "title", value)
|
59771
|
+
|
59772
|
+
@property
|
59773
|
+
@pulumi.getter
|
59774
|
+
def description(self) -> Optional[pulumi.Input[builtins.str]]:
|
59775
|
+
return pulumi.get(self, "description")
|
59776
|
+
|
59777
|
+
@description.setter
|
59778
|
+
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
59779
|
+
pulumi.set(self, "description", value)
|
59780
|
+
|
59781
|
+
|
59782
|
+
if not MYPY:
|
59783
|
+
class StoragePoolResourceStatusArgsDict(TypedDict):
|
59784
|
+
disk_count: NotRequired[pulumi.Input[builtins.str]]
|
59785
|
+
"""
|
59786
|
+
(Output)
|
59787
|
+
Number of disks used.
|
59788
|
+
"""
|
59789
|
+
last_resize_timestamp: NotRequired[pulumi.Input[builtins.str]]
|
59790
|
+
"""
|
59791
|
+
(Output)
|
59792
|
+
Timestamp of the last successful resize in RFC3339 text format.
|
59793
|
+
"""
|
59794
|
+
max_total_provisioned_disk_capacity_gb: NotRequired[pulumi.Input[builtins.str]]
|
59795
|
+
"""
|
59796
|
+
(Output)
|
59797
|
+
Maximum allowed aggregate disk size in gigabytes.
|
59798
|
+
"""
|
59799
|
+
pool_used_capacity_bytes: NotRequired[pulumi.Input[builtins.str]]
|
59800
|
+
"""
|
59801
|
+
(Output)
|
59802
|
+
Space used by data stored in disks within the storage pool (in bytes).
|
59803
|
+
This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
|
59804
|
+
"""
|
59805
|
+
pool_used_iops: NotRequired[pulumi.Input[builtins.str]]
|
59806
|
+
"""
|
59807
|
+
(Output)
|
59808
|
+
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.
|
59809
|
+
"""
|
59810
|
+
pool_used_throughput: NotRequired[pulumi.Input[builtins.str]]
|
59811
|
+
"""
|
59812
|
+
(Output)
|
59813
|
+
Sum of all the disks' provisioned throughput in MB/s.
|
59814
|
+
"""
|
59815
|
+
pool_user_written_bytes: NotRequired[pulumi.Input[builtins.str]]
|
59816
|
+
"""
|
59817
|
+
(Output)
|
59818
|
+
Amount of data written into the pool, before it is compacted.
|
59819
|
+
"""
|
59820
|
+
total_provisioned_disk_capacity_gb: NotRequired[pulumi.Input[builtins.str]]
|
59821
|
+
"""
|
59822
|
+
(Output)
|
59823
|
+
Sum of all the capacity provisioned in disks in this storage pool.
|
59824
|
+
A disk's provisioned capacity is the same as its total capacity.
|
59825
|
+
"""
|
59826
|
+
total_provisioned_disk_iops: NotRequired[pulumi.Input[builtins.str]]
|
59827
|
+
"""
|
59828
|
+
(Output)
|
59829
|
+
Sum of all the disks' provisioned IOPS.
|
59830
|
+
"""
|
59831
|
+
total_provisioned_disk_throughput: NotRequired[pulumi.Input[builtins.str]]
|
59832
|
+
"""
|
59833
|
+
(Output)
|
59834
|
+
Sum of all the disks' provisioned throughput in MB/s,
|
59835
|
+
minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
|
59836
|
+
"""
|
59837
|
+
elif False:
|
59838
|
+
StoragePoolResourceStatusArgsDict: TypeAlias = Mapping[str, Any]
|
59839
|
+
|
59840
|
+
@pulumi.input_type
|
59841
|
+
class StoragePoolResourceStatusArgs:
|
59842
|
+
def __init__(__self__, *,
|
59843
|
+
disk_count: Optional[pulumi.Input[builtins.str]] = None,
|
59844
|
+
last_resize_timestamp: Optional[pulumi.Input[builtins.str]] = None,
|
59845
|
+
max_total_provisioned_disk_capacity_gb: Optional[pulumi.Input[builtins.str]] = None,
|
59846
|
+
pool_used_capacity_bytes: Optional[pulumi.Input[builtins.str]] = None,
|
59847
|
+
pool_used_iops: Optional[pulumi.Input[builtins.str]] = None,
|
59848
|
+
pool_used_throughput: Optional[pulumi.Input[builtins.str]] = None,
|
59849
|
+
pool_user_written_bytes: Optional[pulumi.Input[builtins.str]] = None,
|
59850
|
+
total_provisioned_disk_capacity_gb: Optional[pulumi.Input[builtins.str]] = None,
|
59851
|
+
total_provisioned_disk_iops: Optional[pulumi.Input[builtins.str]] = None,
|
59852
|
+
total_provisioned_disk_throughput: Optional[pulumi.Input[builtins.str]] = None):
|
59853
|
+
"""
|
59854
|
+
:param pulumi.Input[builtins.str] disk_count: (Output)
|
59855
|
+
Number of disks used.
|
59856
|
+
:param pulumi.Input[builtins.str] last_resize_timestamp: (Output)
|
59857
|
+
Timestamp of the last successful resize in RFC3339 text format.
|
59858
|
+
:param pulumi.Input[builtins.str] max_total_provisioned_disk_capacity_gb: (Output)
|
59859
|
+
Maximum allowed aggregate disk size in gigabytes.
|
59860
|
+
:param pulumi.Input[builtins.str] pool_used_capacity_bytes: (Output)
|
59861
|
+
Space used by data stored in disks within the storage pool (in bytes).
|
59862
|
+
This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
|
59863
|
+
:param pulumi.Input[builtins.str] pool_used_iops: (Output)
|
59864
|
+
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.
|
59865
|
+
:param pulumi.Input[builtins.str] pool_used_throughput: (Output)
|
59866
|
+
Sum of all the disks' provisioned throughput in MB/s.
|
59867
|
+
:param pulumi.Input[builtins.str] pool_user_written_bytes: (Output)
|
59868
|
+
Amount of data written into the pool, before it is compacted.
|
59869
|
+
:param pulumi.Input[builtins.str] total_provisioned_disk_capacity_gb: (Output)
|
59870
|
+
Sum of all the capacity provisioned in disks in this storage pool.
|
59871
|
+
A disk's provisioned capacity is the same as its total capacity.
|
59872
|
+
:param pulumi.Input[builtins.str] total_provisioned_disk_iops: (Output)
|
59873
|
+
Sum of all the disks' provisioned IOPS.
|
59874
|
+
:param pulumi.Input[builtins.str] total_provisioned_disk_throughput: (Output)
|
59875
|
+
Sum of all the disks' provisioned throughput in MB/s,
|
59876
|
+
minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
|
59877
|
+
"""
|
59878
|
+
if disk_count is not None:
|
59879
|
+
pulumi.set(__self__, "disk_count", disk_count)
|
59880
|
+
if last_resize_timestamp is not None:
|
59881
|
+
pulumi.set(__self__, "last_resize_timestamp", last_resize_timestamp)
|
59882
|
+
if max_total_provisioned_disk_capacity_gb is not None:
|
59883
|
+
pulumi.set(__self__, "max_total_provisioned_disk_capacity_gb", max_total_provisioned_disk_capacity_gb)
|
59884
|
+
if pool_used_capacity_bytes is not None:
|
59885
|
+
pulumi.set(__self__, "pool_used_capacity_bytes", pool_used_capacity_bytes)
|
59886
|
+
if pool_used_iops is not None:
|
59887
|
+
pulumi.set(__self__, "pool_used_iops", pool_used_iops)
|
59888
|
+
if pool_used_throughput is not None:
|
59889
|
+
pulumi.set(__self__, "pool_used_throughput", pool_used_throughput)
|
59890
|
+
if pool_user_written_bytes is not None:
|
59891
|
+
pulumi.set(__self__, "pool_user_written_bytes", pool_user_written_bytes)
|
59892
|
+
if total_provisioned_disk_capacity_gb is not None:
|
59893
|
+
pulumi.set(__self__, "total_provisioned_disk_capacity_gb", total_provisioned_disk_capacity_gb)
|
59894
|
+
if total_provisioned_disk_iops is not None:
|
59895
|
+
pulumi.set(__self__, "total_provisioned_disk_iops", total_provisioned_disk_iops)
|
59896
|
+
if total_provisioned_disk_throughput is not None:
|
59897
|
+
pulumi.set(__self__, "total_provisioned_disk_throughput", total_provisioned_disk_throughput)
|
59898
|
+
|
59899
|
+
@property
|
59900
|
+
@pulumi.getter(name="diskCount")
|
59901
|
+
def disk_count(self) -> Optional[pulumi.Input[builtins.str]]:
|
59902
|
+
"""
|
59903
|
+
(Output)
|
59904
|
+
Number of disks used.
|
59905
|
+
"""
|
59906
|
+
return pulumi.get(self, "disk_count")
|
59907
|
+
|
59908
|
+
@disk_count.setter
|
59909
|
+
def disk_count(self, value: Optional[pulumi.Input[builtins.str]]):
|
59910
|
+
pulumi.set(self, "disk_count", value)
|
59911
|
+
|
59912
|
+
@property
|
59913
|
+
@pulumi.getter(name="lastResizeTimestamp")
|
59914
|
+
def last_resize_timestamp(self) -> Optional[pulumi.Input[builtins.str]]:
|
59915
|
+
"""
|
59916
|
+
(Output)
|
59917
|
+
Timestamp of the last successful resize in RFC3339 text format.
|
59918
|
+
"""
|
59919
|
+
return pulumi.get(self, "last_resize_timestamp")
|
59920
|
+
|
59921
|
+
@last_resize_timestamp.setter
|
59922
|
+
def last_resize_timestamp(self, value: Optional[pulumi.Input[builtins.str]]):
|
59923
|
+
pulumi.set(self, "last_resize_timestamp", value)
|
59924
|
+
|
59925
|
+
@property
|
59926
|
+
@pulumi.getter(name="maxTotalProvisionedDiskCapacityGb")
|
59927
|
+
def max_total_provisioned_disk_capacity_gb(self) -> Optional[pulumi.Input[builtins.str]]:
|
59928
|
+
"""
|
59929
|
+
(Output)
|
59930
|
+
Maximum allowed aggregate disk size in gigabytes.
|
59931
|
+
"""
|
59932
|
+
return pulumi.get(self, "max_total_provisioned_disk_capacity_gb")
|
59933
|
+
|
59934
|
+
@max_total_provisioned_disk_capacity_gb.setter
|
59935
|
+
def max_total_provisioned_disk_capacity_gb(self, value: Optional[pulumi.Input[builtins.str]]):
|
59936
|
+
pulumi.set(self, "max_total_provisioned_disk_capacity_gb", value)
|
59937
|
+
|
59938
|
+
@property
|
59939
|
+
@pulumi.getter(name="poolUsedCapacityBytes")
|
59940
|
+
def pool_used_capacity_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
59941
|
+
"""
|
59942
|
+
(Output)
|
59943
|
+
Space used by data stored in disks within the storage pool (in bytes).
|
59944
|
+
This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
|
59945
|
+
"""
|
59946
|
+
return pulumi.get(self, "pool_used_capacity_bytes")
|
59947
|
+
|
59948
|
+
@pool_used_capacity_bytes.setter
|
59949
|
+
def pool_used_capacity_bytes(self, value: Optional[pulumi.Input[builtins.str]]):
|
59950
|
+
pulumi.set(self, "pool_used_capacity_bytes", value)
|
59951
|
+
|
59952
|
+
@property
|
59953
|
+
@pulumi.getter(name="poolUsedIops")
|
59954
|
+
def pool_used_iops(self) -> Optional[pulumi.Input[builtins.str]]:
|
59955
|
+
"""
|
59956
|
+
(Output)
|
59957
|
+
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.
|
59958
|
+
"""
|
59959
|
+
return pulumi.get(self, "pool_used_iops")
|
59960
|
+
|
59961
|
+
@pool_used_iops.setter
|
59962
|
+
def pool_used_iops(self, value: Optional[pulumi.Input[builtins.str]]):
|
59963
|
+
pulumi.set(self, "pool_used_iops", value)
|
59964
|
+
|
59965
|
+
@property
|
59966
|
+
@pulumi.getter(name="poolUsedThroughput")
|
59967
|
+
def pool_used_throughput(self) -> Optional[pulumi.Input[builtins.str]]:
|
59968
|
+
"""
|
59969
|
+
(Output)
|
59970
|
+
Sum of all the disks' provisioned throughput in MB/s.
|
59971
|
+
"""
|
59972
|
+
return pulumi.get(self, "pool_used_throughput")
|
59973
|
+
|
59974
|
+
@pool_used_throughput.setter
|
59975
|
+
def pool_used_throughput(self, value: Optional[pulumi.Input[builtins.str]]):
|
59976
|
+
pulumi.set(self, "pool_used_throughput", value)
|
59977
|
+
|
59978
|
+
@property
|
59979
|
+
@pulumi.getter(name="poolUserWrittenBytes")
|
59980
|
+
def pool_user_written_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
59981
|
+
"""
|
59982
|
+
(Output)
|
59983
|
+
Amount of data written into the pool, before it is compacted.
|
59984
|
+
"""
|
59985
|
+
return pulumi.get(self, "pool_user_written_bytes")
|
59986
|
+
|
59987
|
+
@pool_user_written_bytes.setter
|
59988
|
+
def pool_user_written_bytes(self, value: Optional[pulumi.Input[builtins.str]]):
|
59989
|
+
pulumi.set(self, "pool_user_written_bytes", value)
|
59990
|
+
|
59991
|
+
@property
|
59992
|
+
@pulumi.getter(name="totalProvisionedDiskCapacityGb")
|
59993
|
+
def total_provisioned_disk_capacity_gb(self) -> Optional[pulumi.Input[builtins.str]]:
|
59994
|
+
"""
|
59995
|
+
(Output)
|
59996
|
+
Sum of all the capacity provisioned in disks in this storage pool.
|
59997
|
+
A disk's provisioned capacity is the same as its total capacity.
|
59998
|
+
"""
|
59999
|
+
return pulumi.get(self, "total_provisioned_disk_capacity_gb")
|
60000
|
+
|
60001
|
+
@total_provisioned_disk_capacity_gb.setter
|
60002
|
+
def total_provisioned_disk_capacity_gb(self, value: Optional[pulumi.Input[builtins.str]]):
|
60003
|
+
pulumi.set(self, "total_provisioned_disk_capacity_gb", value)
|
60004
|
+
|
60005
|
+
@property
|
60006
|
+
@pulumi.getter(name="totalProvisionedDiskIops")
|
60007
|
+
def total_provisioned_disk_iops(self) -> Optional[pulumi.Input[builtins.str]]:
|
60008
|
+
"""
|
60009
|
+
(Output)
|
60010
|
+
Sum of all the disks' provisioned IOPS.
|
60011
|
+
"""
|
60012
|
+
return pulumi.get(self, "total_provisioned_disk_iops")
|
60013
|
+
|
60014
|
+
@total_provisioned_disk_iops.setter
|
60015
|
+
def total_provisioned_disk_iops(self, value: Optional[pulumi.Input[builtins.str]]):
|
60016
|
+
pulumi.set(self, "total_provisioned_disk_iops", value)
|
60017
|
+
|
60018
|
+
@property
|
60019
|
+
@pulumi.getter(name="totalProvisionedDiskThroughput")
|
60020
|
+
def total_provisioned_disk_throughput(self) -> Optional[pulumi.Input[builtins.str]]:
|
60021
|
+
"""
|
60022
|
+
(Output)
|
60023
|
+
Sum of all the disks' provisioned throughput in MB/s,
|
60024
|
+
minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
|
60025
|
+
"""
|
60026
|
+
return pulumi.get(self, "total_provisioned_disk_throughput")
|
60027
|
+
|
60028
|
+
@total_provisioned_disk_throughput.setter
|
60029
|
+
def total_provisioned_disk_throughput(self, value: Optional[pulumi.Input[builtins.str]]):
|
60030
|
+
pulumi.set(self, "total_provisioned_disk_throughput", value)
|
60031
|
+
|
60032
|
+
|
60033
|
+
if not MYPY:
|
60034
|
+
class StoragePoolStatusArgsDict(TypedDict):
|
60035
|
+
disk_count: NotRequired[pulumi.Input[builtins.str]]
|
60036
|
+
"""
|
60037
|
+
(Output)
|
60038
|
+
Number of disks used.
|
60039
|
+
"""
|
60040
|
+
last_resize_timestamp: NotRequired[pulumi.Input[builtins.str]]
|
60041
|
+
"""
|
60042
|
+
(Output)
|
60043
|
+
Timestamp of the last successful resize in RFC3339 text format.
|
60044
|
+
"""
|
60045
|
+
max_total_provisioned_disk_capacity_gb: NotRequired[pulumi.Input[builtins.str]]
|
60046
|
+
"""
|
60047
|
+
(Output)
|
60048
|
+
Maximum allowed aggregate disk size in gigabytes.
|
60049
|
+
"""
|
60050
|
+
pool_used_capacity_bytes: NotRequired[pulumi.Input[builtins.str]]
|
60051
|
+
"""
|
60052
|
+
(Output)
|
60053
|
+
Space used by data stored in disks within the storage pool (in bytes).
|
60054
|
+
This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
|
60055
|
+
"""
|
60056
|
+
pool_used_iops: NotRequired[pulumi.Input[builtins.str]]
|
60057
|
+
"""
|
60058
|
+
(Output)
|
60059
|
+
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.
|
60060
|
+
"""
|
60061
|
+
pool_used_throughput: NotRequired[pulumi.Input[builtins.str]]
|
60062
|
+
"""
|
60063
|
+
(Output)
|
60064
|
+
Sum of all the disks' provisioned throughput in MB/s.
|
60065
|
+
"""
|
60066
|
+
pool_user_written_bytes: NotRequired[pulumi.Input[builtins.str]]
|
60067
|
+
"""
|
60068
|
+
(Output)
|
60069
|
+
Amount of data written into the pool, before it is compacted.
|
60070
|
+
"""
|
60071
|
+
total_provisioned_disk_capacity_gb: NotRequired[pulumi.Input[builtins.str]]
|
60072
|
+
"""
|
60073
|
+
(Output)
|
60074
|
+
Sum of all the capacity provisioned in disks in this storage pool.
|
60075
|
+
A disk's provisioned capacity is the same as its total capacity.
|
60076
|
+
"""
|
60077
|
+
total_provisioned_disk_iops: NotRequired[pulumi.Input[builtins.str]]
|
60078
|
+
"""
|
60079
|
+
(Output)
|
60080
|
+
Sum of all the disks' provisioned IOPS.
|
60081
|
+
"""
|
60082
|
+
total_provisioned_disk_throughput: NotRequired[pulumi.Input[builtins.str]]
|
60083
|
+
"""
|
60084
|
+
(Output)
|
60085
|
+
Sum of all the disks' provisioned throughput in MB/s,
|
60086
|
+
minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
|
60087
|
+
"""
|
60088
|
+
elif False:
|
60089
|
+
StoragePoolStatusArgsDict: TypeAlias = Mapping[str, Any]
|
60090
|
+
|
60091
|
+
@pulumi.input_type
|
60092
|
+
class StoragePoolStatusArgs:
|
60093
|
+
def __init__(__self__, *,
|
60094
|
+
disk_count: Optional[pulumi.Input[builtins.str]] = None,
|
60095
|
+
last_resize_timestamp: Optional[pulumi.Input[builtins.str]] = None,
|
60096
|
+
max_total_provisioned_disk_capacity_gb: Optional[pulumi.Input[builtins.str]] = None,
|
60097
|
+
pool_used_capacity_bytes: Optional[pulumi.Input[builtins.str]] = None,
|
60098
|
+
pool_used_iops: Optional[pulumi.Input[builtins.str]] = None,
|
60099
|
+
pool_used_throughput: Optional[pulumi.Input[builtins.str]] = None,
|
60100
|
+
pool_user_written_bytes: Optional[pulumi.Input[builtins.str]] = None,
|
60101
|
+
total_provisioned_disk_capacity_gb: Optional[pulumi.Input[builtins.str]] = None,
|
60102
|
+
total_provisioned_disk_iops: Optional[pulumi.Input[builtins.str]] = None,
|
60103
|
+
total_provisioned_disk_throughput: Optional[pulumi.Input[builtins.str]] = None):
|
60104
|
+
"""
|
60105
|
+
:param pulumi.Input[builtins.str] disk_count: (Output)
|
60106
|
+
Number of disks used.
|
60107
|
+
:param pulumi.Input[builtins.str] last_resize_timestamp: (Output)
|
60108
|
+
Timestamp of the last successful resize in RFC3339 text format.
|
60109
|
+
:param pulumi.Input[builtins.str] max_total_provisioned_disk_capacity_gb: (Output)
|
60110
|
+
Maximum allowed aggregate disk size in gigabytes.
|
60111
|
+
:param pulumi.Input[builtins.str] pool_used_capacity_bytes: (Output)
|
60112
|
+
Space used by data stored in disks within the storage pool (in bytes).
|
60113
|
+
This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
|
60114
|
+
:param pulumi.Input[builtins.str] pool_used_iops: (Output)
|
60115
|
+
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.
|
60116
|
+
:param pulumi.Input[builtins.str] pool_used_throughput: (Output)
|
60117
|
+
Sum of all the disks' provisioned throughput in MB/s.
|
60118
|
+
:param pulumi.Input[builtins.str] pool_user_written_bytes: (Output)
|
60119
|
+
Amount of data written into the pool, before it is compacted.
|
60120
|
+
:param pulumi.Input[builtins.str] total_provisioned_disk_capacity_gb: (Output)
|
60121
|
+
Sum of all the capacity provisioned in disks in this storage pool.
|
60122
|
+
A disk's provisioned capacity is the same as its total capacity.
|
60123
|
+
:param pulumi.Input[builtins.str] total_provisioned_disk_iops: (Output)
|
60124
|
+
Sum of all the disks' provisioned IOPS.
|
60125
|
+
:param pulumi.Input[builtins.str] total_provisioned_disk_throughput: (Output)
|
60126
|
+
Sum of all the disks' provisioned throughput in MB/s,
|
60127
|
+
minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
|
60128
|
+
"""
|
60129
|
+
if disk_count is not None:
|
60130
|
+
pulumi.set(__self__, "disk_count", disk_count)
|
60131
|
+
if last_resize_timestamp is not None:
|
60132
|
+
pulumi.set(__self__, "last_resize_timestamp", last_resize_timestamp)
|
60133
|
+
if max_total_provisioned_disk_capacity_gb is not None:
|
60134
|
+
pulumi.set(__self__, "max_total_provisioned_disk_capacity_gb", max_total_provisioned_disk_capacity_gb)
|
60135
|
+
if pool_used_capacity_bytes is not None:
|
60136
|
+
pulumi.set(__self__, "pool_used_capacity_bytes", pool_used_capacity_bytes)
|
60137
|
+
if pool_used_iops is not None:
|
60138
|
+
pulumi.set(__self__, "pool_used_iops", pool_used_iops)
|
60139
|
+
if pool_used_throughput is not None:
|
60140
|
+
pulumi.set(__self__, "pool_used_throughput", pool_used_throughput)
|
60141
|
+
if pool_user_written_bytes is not None:
|
60142
|
+
pulumi.set(__self__, "pool_user_written_bytes", pool_user_written_bytes)
|
60143
|
+
if total_provisioned_disk_capacity_gb is not None:
|
60144
|
+
pulumi.set(__self__, "total_provisioned_disk_capacity_gb", total_provisioned_disk_capacity_gb)
|
60145
|
+
if total_provisioned_disk_iops is not None:
|
60146
|
+
pulumi.set(__self__, "total_provisioned_disk_iops", total_provisioned_disk_iops)
|
60147
|
+
if total_provisioned_disk_throughput is not None:
|
60148
|
+
pulumi.set(__self__, "total_provisioned_disk_throughput", total_provisioned_disk_throughput)
|
60149
|
+
|
60150
|
+
@property
|
60151
|
+
@pulumi.getter(name="diskCount")
|
60152
|
+
def disk_count(self) -> Optional[pulumi.Input[builtins.str]]:
|
60153
|
+
"""
|
60154
|
+
(Output)
|
60155
|
+
Number of disks used.
|
60156
|
+
"""
|
60157
|
+
return pulumi.get(self, "disk_count")
|
60158
|
+
|
60159
|
+
@disk_count.setter
|
60160
|
+
def disk_count(self, value: Optional[pulumi.Input[builtins.str]]):
|
60161
|
+
pulumi.set(self, "disk_count", value)
|
60162
|
+
|
60163
|
+
@property
|
60164
|
+
@pulumi.getter(name="lastResizeTimestamp")
|
60165
|
+
def last_resize_timestamp(self) -> Optional[pulumi.Input[builtins.str]]:
|
60166
|
+
"""
|
60167
|
+
(Output)
|
60168
|
+
Timestamp of the last successful resize in RFC3339 text format.
|
60169
|
+
"""
|
60170
|
+
return pulumi.get(self, "last_resize_timestamp")
|
60171
|
+
|
60172
|
+
@last_resize_timestamp.setter
|
60173
|
+
def last_resize_timestamp(self, value: Optional[pulumi.Input[builtins.str]]):
|
60174
|
+
pulumi.set(self, "last_resize_timestamp", value)
|
60175
|
+
|
60176
|
+
@property
|
60177
|
+
@pulumi.getter(name="maxTotalProvisionedDiskCapacityGb")
|
60178
|
+
def max_total_provisioned_disk_capacity_gb(self) -> Optional[pulumi.Input[builtins.str]]:
|
60179
|
+
"""
|
60180
|
+
(Output)
|
60181
|
+
Maximum allowed aggregate disk size in gigabytes.
|
60182
|
+
"""
|
60183
|
+
return pulumi.get(self, "max_total_provisioned_disk_capacity_gb")
|
60184
|
+
|
60185
|
+
@max_total_provisioned_disk_capacity_gb.setter
|
60186
|
+
def max_total_provisioned_disk_capacity_gb(self, value: Optional[pulumi.Input[builtins.str]]):
|
60187
|
+
pulumi.set(self, "max_total_provisioned_disk_capacity_gb", value)
|
60188
|
+
|
60189
|
+
@property
|
60190
|
+
@pulumi.getter(name="poolUsedCapacityBytes")
|
60191
|
+
def pool_used_capacity_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
60192
|
+
"""
|
60193
|
+
(Output)
|
60194
|
+
Space used by data stored in disks within the storage pool (in bytes).
|
60195
|
+
This will reflect the total number of bytes written to the disks in the pool, in contrast to the capacity of those disks.
|
60196
|
+
"""
|
60197
|
+
return pulumi.get(self, "pool_used_capacity_bytes")
|
60198
|
+
|
60199
|
+
@pool_used_capacity_bytes.setter
|
60200
|
+
def pool_used_capacity_bytes(self, value: Optional[pulumi.Input[builtins.str]]):
|
60201
|
+
pulumi.set(self, "pool_used_capacity_bytes", value)
|
60202
|
+
|
60203
|
+
@property
|
60204
|
+
@pulumi.getter(name="poolUsedIops")
|
60205
|
+
def pool_used_iops(self) -> Optional[pulumi.Input[builtins.str]]:
|
60206
|
+
"""
|
60207
|
+
(Output)
|
60208
|
+
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.
|
60209
|
+
"""
|
60210
|
+
return pulumi.get(self, "pool_used_iops")
|
60211
|
+
|
60212
|
+
@pool_used_iops.setter
|
60213
|
+
def pool_used_iops(self, value: Optional[pulumi.Input[builtins.str]]):
|
60214
|
+
pulumi.set(self, "pool_used_iops", value)
|
60215
|
+
|
60216
|
+
@property
|
60217
|
+
@pulumi.getter(name="poolUsedThroughput")
|
60218
|
+
def pool_used_throughput(self) -> Optional[pulumi.Input[builtins.str]]:
|
60219
|
+
"""
|
60220
|
+
(Output)
|
60221
|
+
Sum of all the disks' provisioned throughput in MB/s.
|
60222
|
+
"""
|
60223
|
+
return pulumi.get(self, "pool_used_throughput")
|
60224
|
+
|
60225
|
+
@pool_used_throughput.setter
|
60226
|
+
def pool_used_throughput(self, value: Optional[pulumi.Input[builtins.str]]):
|
60227
|
+
pulumi.set(self, "pool_used_throughput", value)
|
60228
|
+
|
60229
|
+
@property
|
60230
|
+
@pulumi.getter(name="poolUserWrittenBytes")
|
60231
|
+
def pool_user_written_bytes(self) -> Optional[pulumi.Input[builtins.str]]:
|
60232
|
+
"""
|
60233
|
+
(Output)
|
60234
|
+
Amount of data written into the pool, before it is compacted.
|
60235
|
+
"""
|
60236
|
+
return pulumi.get(self, "pool_user_written_bytes")
|
60237
|
+
|
60238
|
+
@pool_user_written_bytes.setter
|
60239
|
+
def pool_user_written_bytes(self, value: Optional[pulumi.Input[builtins.str]]):
|
60240
|
+
pulumi.set(self, "pool_user_written_bytes", value)
|
60241
|
+
|
60242
|
+
@property
|
60243
|
+
@pulumi.getter(name="totalProvisionedDiskCapacityGb")
|
60244
|
+
def total_provisioned_disk_capacity_gb(self) -> Optional[pulumi.Input[builtins.str]]:
|
60245
|
+
"""
|
60246
|
+
(Output)
|
60247
|
+
Sum of all the capacity provisioned in disks in this storage pool.
|
60248
|
+
A disk's provisioned capacity is the same as its total capacity.
|
60249
|
+
"""
|
60250
|
+
return pulumi.get(self, "total_provisioned_disk_capacity_gb")
|
60251
|
+
|
60252
|
+
@total_provisioned_disk_capacity_gb.setter
|
60253
|
+
def total_provisioned_disk_capacity_gb(self, value: Optional[pulumi.Input[builtins.str]]):
|
60254
|
+
pulumi.set(self, "total_provisioned_disk_capacity_gb", value)
|
60255
|
+
|
60256
|
+
@property
|
60257
|
+
@pulumi.getter(name="totalProvisionedDiskIops")
|
60258
|
+
def total_provisioned_disk_iops(self) -> Optional[pulumi.Input[builtins.str]]:
|
60259
|
+
"""
|
60260
|
+
(Output)
|
60261
|
+
Sum of all the disks' provisioned IOPS.
|
60262
|
+
"""
|
60263
|
+
return pulumi.get(self, "total_provisioned_disk_iops")
|
60264
|
+
|
60265
|
+
@total_provisioned_disk_iops.setter
|
60266
|
+
def total_provisioned_disk_iops(self, value: Optional[pulumi.Input[builtins.str]]):
|
60267
|
+
pulumi.set(self, "total_provisioned_disk_iops", value)
|
60268
|
+
|
60269
|
+
@property
|
60270
|
+
@pulumi.getter(name="totalProvisionedDiskThroughput")
|
60271
|
+
def total_provisioned_disk_throughput(self) -> Optional[pulumi.Input[builtins.str]]:
|
60272
|
+
"""
|
60273
|
+
(Output)
|
60274
|
+
Sum of all the disks' provisioned throughput in MB/s,
|
60275
|
+
minus some amount that is allowed per disk that is not counted towards pool's throughput capacity.
|
60276
|
+
"""
|
60277
|
+
return pulumi.get(self, "total_provisioned_disk_throughput")
|
60278
|
+
|
60279
|
+
@total_provisioned_disk_throughput.setter
|
60280
|
+
def total_provisioned_disk_throughput(self, value: Optional[pulumi.Input[builtins.str]]):
|
60281
|
+
pulumi.set(self, "total_provisioned_disk_throughput", value)
|
60282
|
+
|
60283
|
+
|
59165
60284
|
if not MYPY:
|
59166
60285
|
class SubnetworkIAMBindingConditionArgsDict(TypedDict):
|
59167
60286
|
expression: pulumi.Input[builtins.str]
|