pulumi-gcp 7.33.0a1721887782__py3-none-any.whl → 7.33.0a1721974181__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/_utilities.py +2 -0
- pulumi_gcp/accesscontextmanager/access_level.py +8 -8
- pulumi_gcp/accesscontextmanager/access_level_condition.py +18 -18
- pulumi_gcp/accesscontextmanager/access_levels.py +16 -16
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +8 -8
- pulumi_gcp/accesscontextmanager/service_perimeter.py +66 -66
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +2 -2
- pulumi_gcp/accesscontextmanager/service_perimeters.py +12 -12
- pulumi_gcp/alloydb/cluster.py +22 -22
- pulumi_gcp/alloydb/instance.py +8 -8
- pulumi_gcp/apigee/addons_config.py +14 -14
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +6 -6
- pulumi_gcp/appengine/application_url_dispatch_rules.py +2 -2
- pulumi_gcp/appengine/domain_mapping.py +2 -2
- pulumi_gcp/appengine/engine_split_traffic.py +10 -10
- pulumi_gcp/appengine/flexible_app_version.py +18 -18
- pulumi_gcp/appengine/service_network_settings.py +4 -4
- pulumi_gcp/appengine/standard_app_version.py +26 -26
- pulumi_gcp/apphub/application.py +12 -12
- pulumi_gcp/apphub/service.py +12 -12
- pulumi_gcp/applicationintegration/auth_config.py +4 -4
- pulumi_gcp/applicationintegration/client.py +8 -8
- pulumi_gcp/artifactregistry/repository.py +102 -102
- pulumi_gcp/assuredworkloads/workload.py +26 -26
- pulumi_gcp/backupdisasterrecovery/management_server.py +2 -2
- pulumi_gcp/beyondcorp/app_connection.py +6 -6
- pulumi_gcp/beyondcorp/app_connector.py +4 -4
- pulumi_gcp/biglake/database.py +2 -2
- pulumi_gcp/biglake/table.py +24 -24
- pulumi_gcp/bigquery/app_profile.py +56 -56
- pulumi_gcp/bigquery/connection.py +42 -42
- pulumi_gcp/bigquery/dataset.py +30 -30
- pulumi_gcp/bigquery/dataset_access.py +26 -26
- pulumi_gcp/bigquery/job.py +126 -126
- pulumi_gcp/bigquery/reservation.py +2 -2
- pulumi_gcp/bigquery/routine.py +40 -40
- pulumi_gcp/bigquery/table.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy.py +2 -2
- pulumi_gcp/bigtable/authorized_view.py +16 -16
- pulumi_gcp/bigtable/gc_policy.py +8 -8
- pulumi_gcp/bigtable/instance.py +24 -24
- pulumi_gcp/bigtable/table.py +6 -6
- pulumi_gcp/billing/budget.py +64 -64
- pulumi_gcp/binaryauthorization/attestor.py +20 -20
- pulumi_gcp/binaryauthorization/policy.py +26 -26
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +32 -32
- pulumi_gcp/certificateauthority/authority.py +222 -222
- pulumi_gcp/certificateauthority/ca_pool.py +108 -108
- pulumi_gcp/certificateauthority/certificate.py +338 -338
- pulumi_gcp/certificateauthority/certificate_template.py +70 -70
- pulumi_gcp/certificatemanager/certificate.py +76 -76
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +30 -30
- pulumi_gcp/certificatemanager/certificate_map_entry.py +2 -2
- pulumi_gcp/certificatemanager/trust_config.py +12 -12
- pulumi_gcp/cloudasset/folder_feed.py +2 -2
- pulumi_gcp/cloudasset/organization_feed.py +2 -2
- pulumi_gcp/cloudasset/project_feed.py +2 -2
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +26 -26
- pulumi_gcp/cloudbuild/trigger.py +228 -228
- pulumi_gcp/cloudbuild/worker_pool.py +16 -16
- pulumi_gcp/cloudbuildv2/connection.py +24 -24
- pulumi_gcp/cloudbuildv2/repository.py +18 -18
- pulumi_gcp/clouddeploy/automation.py +16 -16
- pulumi_gcp/clouddeploy/custom_target_type.py +26 -26
- pulumi_gcp/clouddeploy/delivery_pipeline.py +50 -50
- pulumi_gcp/clouddeploy/target.py +6 -6
- pulumi_gcp/clouddomains/registration.py +48 -48
- pulumi_gcp/cloudfunctionsv2/function.py +292 -292
- pulumi_gcp/cloudquota/s_quota_preference.py +2 -2
- pulumi_gcp/cloudrun/domain_mapping.py +2 -2
- pulumi_gcp/cloudrun/service.py +60 -60
- pulumi_gcp/cloudrunv2/job.py +30 -30
- pulumi_gcp/cloudrunv2/service.py +78 -78
- pulumi_gcp/cloudscheduler/job.py +40 -40
- pulumi_gcp/cloudtasks/queue.py +16 -16
- pulumi_gcp/composer/get_image_versions.py +4 -4
- pulumi_gcp/composer/get_user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/get_user_workloads_secret.py +4 -4
- pulumi_gcp/composer/user_workloads_config_map.py +4 -4
- pulumi_gcp/composer/user_workloads_secret.py +4 -4
- pulumi_gcp/compute/address.py +6 -6
- pulumi_gcp/compute/attached_disk.py +2 -2
- pulumi_gcp/compute/autoscaler.py +24 -24
- pulumi_gcp/compute/backend_bucket.py +8 -8
- pulumi_gcp/compute/backend_service.py +72 -72
- pulumi_gcp/compute/backend_service_signed_url_key.py +6 -6
- pulumi_gcp/compute/disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/external_vpn_gateway.py +2 -2
- pulumi_gcp/compute/firewall_policy_rule.py +18 -18
- pulumi_gcp/compute/forwarding_rule.py +24 -24
- pulumi_gcp/compute/get_disk.py +2 -2
- pulumi_gcp/compute/get_image.py +2 -2
- pulumi_gcp/compute/get_instance_serial_port.py +4 -4
- pulumi_gcp/compute/global_forwarding_rule.py +50 -50
- pulumi_gcp/compute/ha_vpn_gateway.py +4 -4
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/instance.py +4 -4
- pulumi_gcp/compute/instance_from_template.py +6 -6
- pulumi_gcp/compute/instance_group_manager.py +18 -18
- pulumi_gcp/compute/instance_group_membership.py +2 -2
- pulumi_gcp/compute/instance_group_named_port.py +4 -4
- pulumi_gcp/compute/instance_template.py +24 -24
- pulumi_gcp/compute/machine_image.py +6 -6
- pulumi_gcp/compute/managed_ssl_certificate.py +6 -6
- pulumi_gcp/compute/manged_ssl_certificate.py +6 -6
- pulumi_gcp/compute/network_attachment.py +4 -4
- pulumi_gcp/compute/network_endpoint.py +4 -4
- pulumi_gcp/compute/network_endpoint_list.py +12 -12
- pulumi_gcp/compute/network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/network_peering_routes_config.py +18 -18
- pulumi_gcp/compute/node_group.py +12 -12
- pulumi_gcp/compute/organization_security_policy_association.py +8 -8
- pulumi_gcp/compute/organization_security_policy_rule.py +8 -8
- pulumi_gcp/compute/packet_mirroring.py +8 -8
- pulumi_gcp/compute/per_instance_config.py +8 -8
- pulumi_gcp/compute/region_autoscaler.py +18 -18
- pulumi_gcp/compute/region_backend_service.py +42 -42
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +6 -6
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +18 -18
- pulumi_gcp/compute/region_network_endpoint.py +4 -4
- pulumi_gcp/compute/region_network_endpoint_group.py +20 -20
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +16 -16
- pulumi_gcp/compute/region_per_instance_config.py +12 -12
- pulumi_gcp/compute/region_security_policy.py +2 -2
- pulumi_gcp/compute/region_security_policy_rule.py +32 -32
- pulumi_gcp/compute/region_target_http_proxy.py +10 -10
- pulumi_gcp/compute/region_target_https_proxy.py +28 -28
- pulumi_gcp/compute/region_url_map.py +314 -314
- pulumi_gcp/compute/reservation.py +6 -6
- pulumi_gcp/compute/resource_policy.py +56 -56
- pulumi_gcp/compute/router.py +6 -6
- pulumi_gcp/compute/router_nat.py +16 -16
- pulumi_gcp/compute/router_peer.py +16 -16
- pulumi_gcp/compute/security_policy.py +54 -54
- pulumi_gcp/compute/security_policy_rule.py +20 -20
- pulumi_gcp/compute/service_attachment.py +12 -12
- pulumi_gcp/compute/subnetwork.py +8 -8
- pulumi_gcp/compute/target_grpc_proxy.py +66 -66
- pulumi_gcp/compute/target_http_proxy.py +16 -16
- pulumi_gcp/compute/target_https_proxy.py +40 -40
- pulumi_gcp/compute/target_instance.py +10 -10
- pulumi_gcp/compute/url_map.py +324 -324
- pulumi_gcp/container/attached_cluster.py +20 -20
- pulumi_gcp/container/aws_cluster.py +176 -176
- pulumi_gcp/container/aws_node_pool.py +288 -288
- pulumi_gcp/container/azure_cluster.py +34 -34
- pulumi_gcp/container/azure_node_pool.py +38 -38
- pulumi_gcp/container/cluster.py +10 -10
- pulumi_gcp/container/node_pool.py +18 -18
- pulumi_gcp/containeranalysis/note.py +4 -4
- pulumi_gcp/databasemigrationservice/connection_profile.py +60 -60
- pulumi_gcp/databasemigrationservice/private_connection.py +2 -2
- pulumi_gcp/datacatalog/entry.py +2 -2
- pulumi_gcp/datacatalog/tag.py +112 -112
- pulumi_gcp/datacatalog/tag_template.py +28 -28
- pulumi_gcp/dataflow/pipeline.py +32 -32
- pulumi_gcp/dataform/repository.py +10 -10
- pulumi_gcp/dataform/repository_release_config.py +24 -24
- pulumi_gcp/dataform/repository_workflow_config.py +36 -36
- pulumi_gcp/datafusion/instance.py +14 -14
- pulumi_gcp/dataloss/prevention_deidentify_template.py +66 -66
- pulumi_gcp/dataloss/prevention_inspect_template.py +124 -124
- pulumi_gcp/dataloss/prevention_job_trigger.py +292 -292
- pulumi_gcp/dataloss/prevention_stored_info_type.py +10 -10
- pulumi_gcp/dataplex/asset.py +2 -2
- pulumi_gcp/dataplex/datascan.py +76 -76
- pulumi_gcp/dataplex/task.py +64 -64
- pulumi_gcp/dataplex/zone.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy.py +14 -14
- pulumi_gcp/dataproc/cluster.py +58 -58
- pulumi_gcp/dataproc/job.py +18 -18
- pulumi_gcp/dataproc/metastore_federation.py +10 -10
- pulumi_gcp/dataproc/metastore_service.py +52 -52
- pulumi_gcp/dataproc/workflow_template.py +52 -52
- pulumi_gcp/datastream/connection_profile.py +18 -18
- pulumi_gcp/datastream/stream.py +222 -222
- pulumi_gcp/diagflow/cx_agent.py +22 -22
- pulumi_gcp/diagflow/cx_entity_type.py +2 -2
- pulumi_gcp/diagflow/cx_environment.py +2 -2
- pulumi_gcp/diagflow/cx_flow.py +98 -98
- pulumi_gcp/diagflow/cx_intent.py +6 -6
- pulumi_gcp/diagflow/cx_page.py +154 -154
- pulumi_gcp/diagflow/cx_security_settings.py +22 -22
- pulumi_gcp/diagflow/cx_test_case.py +46 -46
- pulumi_gcp/diagflow/cx_version.py +2 -2
- pulumi_gcp/diagflow/cx_webhook.py +2 -2
- pulumi_gcp/diagflow/fulfillment.py +2 -2
- pulumi_gcp/discoveryengine/chat_engine.py +8 -8
- pulumi_gcp/discoveryengine/data_store.py +12 -12
- pulumi_gcp/dns/get_keys.py +2 -2
- pulumi_gcp/dns/managed_zone.py +48 -48
- pulumi_gcp/dns/policy.py +12 -12
- pulumi_gcp/dns/record_set.py +20 -20
- pulumi_gcp/dns/response_policy.py +26 -26
- pulumi_gcp/dns/response_policy_rule.py +6 -6
- pulumi_gcp/edgecontainer/cluster.py +32 -32
- pulumi_gcp/edgecontainer/node_pool.py +28 -28
- pulumi_gcp/edgecontainer/vpn_connection.py +6 -6
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +20 -20
- pulumi_gcp/eventarc/trigger.py +10 -10
- pulumi_gcp/filestore/backup.py +4 -4
- pulumi_gcp/filestore/instance.py +28 -28
- pulumi_gcp/filestore/snapshot.py +4 -4
- pulumi_gcp/firebase/android_app.py +8 -8
- pulumi_gcp/firebase/apple_app.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +34 -34
- pulumi_gcp/firebase/hosting_custom_domain.py +2 -2
- pulumi_gcp/firebase/hosting_release.py +4 -4
- pulumi_gcp/firebase/hosting_version.py +4 -4
- pulumi_gcp/firebase/web_app.py +4 -4
- pulumi_gcp/firestore/database.py +4 -4
- pulumi_gcp/firestore/field.py +6 -6
- pulumi_gcp/firestore/index.py +16 -16
- pulumi_gcp/folder/access_approval_settings.py +4 -4
- pulumi_gcp/folder/iam_audit_config.py +12 -12
- pulumi_gcp/folder/iam_member.py +12 -12
- pulumi_gcp/folder/iam_policy.py +12 -12
- pulumi_gcp/folder/organization_policy.py +2 -2
- pulumi_gcp/gkebackup/backup_plan.py +130 -130
- pulumi_gcp/gkebackup/restore_plan.py +262 -262
- pulumi_gcp/gkehub/feature.py +90 -90
- pulumi_gcp/gkehub/feature_membership.py +66 -66
- pulumi_gcp/gkehub/fleet.py +4 -4
- pulumi_gcp/gkehub/membership.py +14 -14
- pulumi_gcp/gkehub/membership_binding.py +4 -4
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +6 -6
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +2 -2
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +100 -100
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +182 -182
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +100 -100
- pulumi_gcp/gkeonprem/v_mware_cluster.py +112 -112
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +24 -24
- pulumi_gcp/healthcare/dataset.py +2 -2
- pulumi_gcp/healthcare/dicom_store.py +10 -10
- pulumi_gcp/healthcare/fhir_store.py +22 -22
- pulumi_gcp/healthcare/hl7_store.py +10 -10
- pulumi_gcp/iam/access_boundary_policy.py +16 -16
- pulumi_gcp/iam/deny_policy.py +18 -18
- pulumi_gcp/iam/workforce_pool.py +4 -4
- pulumi_gcp/iam/workforce_pool_provider.py +84 -84
- pulumi_gcp/iam/workload_identity_pool_provider.py +20 -20
- pulumi_gcp/identityplatform/config.py +32 -32
- pulumi_gcp/identityplatform/inbound_saml_config.py +14 -14
- pulumi_gcp/identityplatform/project_default_config.py +10 -10
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +14 -14
- pulumi_gcp/integrationconnectors/connection.py +132 -132
- pulumi_gcp/integrationconnectors/managed_zone.py +2 -2
- pulumi_gcp/kms/ekm_connection.py +6 -6
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +4 -4
- pulumi_gcp/kms/secret_ciphertext.py +4 -4
- pulumi_gcp/logging/folder_bucket_config.py +2 -2
- pulumi_gcp/logging/metric.py +28 -28
- pulumi_gcp/logging/organization_bucket_config.py +2 -2
- pulumi_gcp/logging/project_bucket_config.py +4 -4
- pulumi_gcp/looker/instance.py +38 -38
- pulumi_gcp/managedkafka/cluster.py +18 -18
- pulumi_gcp/managedkafka/topic.py +8 -8
- pulumi_gcp/memcache/instance.py +8 -8
- pulumi_gcp/migrationcenter/preference_set.py +46 -46
- pulumi_gcp/monitoring/alert_policy.py +42 -42
- pulumi_gcp/monitoring/custom_service.py +2 -2
- pulumi_gcp/monitoring/generic_service.py +4 -4
- pulumi_gcp/monitoring/get_app_engine_service.py +2 -2
- pulumi_gcp/monitoring/get_notification_channel.py +8 -8
- pulumi_gcp/monitoring/metric_descriptor.py +10 -10
- pulumi_gcp/monitoring/notification_channel.py +2 -2
- pulumi_gcp/monitoring/slo.py +28 -28
- pulumi_gcp/monitoring/uptime_check_config.py +66 -66
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/netapp/volume_replication.py +6 -6
- pulumi_gcp/networkconnectivity/policy_based_route.py +10 -10
- pulumi_gcp/networkconnectivity/spoke.py +16 -16
- pulumi_gcp/networkmanagement/connectivity_test.py +18 -18
- pulumi_gcp/networksecurity/authorization_policy.py +10 -10
- pulumi_gcp/networksecurity/client_tls_policy.py +12 -12
- pulumi_gcp/networksecurity/gateway_security_policy.py +42 -42
- pulumi_gcp/networksecurity/security_profile.py +6 -6
- pulumi_gcp/networksecurity/server_tls_policy.py +36 -36
- pulumi_gcp/networksecurity/tls_inspection_policy.py +92 -92
- pulumi_gcp/networkservices/edge_cache_keyset.py +2 -2
- pulumi_gcp/networkservices/edge_cache_origin.py +30 -30
- pulumi_gcp/networkservices/edge_cache_service.py +260 -260
- pulumi_gcp/networkservices/endpoint_policy.py +14 -14
- pulumi_gcp/networkservices/gateway.py +8 -8
- pulumi_gcp/networkservices/grpc_route.py +36 -36
- pulumi_gcp/networkservices/http_route.py +148 -148
- pulumi_gcp/networkservices/service_lb_policies.py +2 -2
- pulumi_gcp/networkservices/tcp_route.py +16 -16
- pulumi_gcp/networkservices/tls_route.py +12 -12
- pulumi_gcp/notebooks/instance.py +10 -10
- pulumi_gcp/notebooks/runtime.py +90 -90
- pulumi_gcp/organizations/access_approval_settings.py +8 -8
- pulumi_gcp/organizations/iam_audit_config.py +4 -4
- pulumi_gcp/organizations/iam_member.py +12 -12
- pulumi_gcp/organizations/iam_policy.py +12 -12
- pulumi_gcp/organizations/policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +12 -12
- pulumi_gcp/osconfig/guest_policies.py +28 -28
- pulumi_gcp/osconfig/os_policy_assignment.py +42 -42
- pulumi_gcp/osconfig/patch_deployment.py +70 -70
- pulumi_gcp/privilegedaccessmanager/entitlement.py +20 -20
- pulumi_gcp/projects/access_approval_settings.py +6 -6
- pulumi_gcp/projects/api_key.py +28 -28
- pulumi_gcp/projects/iam_audit_config.py +12 -12
- pulumi_gcp/projects/iam_binding.py +12 -12
- pulumi_gcp/projects/iam_member.py +12 -12
- pulumi_gcp/projects/iam_policy.py +12 -12
- pulumi_gcp/projects/organization_policy.py +2 -2
- pulumi_gcp/pubsub/lite_subscription.py +8 -8
- pulumi_gcp/pubsub/lite_topic.py +8 -8
- pulumi_gcp/pubsub/subscription.py +50 -50
- pulumi_gcp/pubsub/topic.py +12 -12
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/recaptcha/enterprise_key.py +54 -54
- pulumi_gcp/redis/instance.py +8 -8
- pulumi_gcp/secretmanager/secret.py +6 -6
- pulumi_gcp/secretmanager/secret_version.py +6 -6
- pulumi_gcp/securesourcemanager/instance.py +30 -30
- pulumi_gcp/securesourcemanager/repository.py +2 -2
- pulumi_gcp/securitycenter/folder_custom_module.py +12 -12
- pulumi_gcp/securitycenter/instance_iam_binding.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_member.py +14 -14
- pulumi_gcp/securitycenter/instance_iam_policy.py +14 -14
- pulumi_gcp/securitycenter/management_folder_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_organization_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/management_project_security_health_analytics_custom_module.py +12 -12
- pulumi_gcp/securitycenter/organization_custom_module.py +12 -12
- pulumi_gcp/securitycenter/project_custom_module.py +12 -12
- pulumi_gcp/securityposture/posture.py +52 -52
- pulumi_gcp/sourcerepo/repository.py +4 -4
- pulumi_gcp/spanner/instance.py +12 -12
- pulumi_gcp/sql/database_instance.py +28 -28
- pulumi_gcp/sql/user.py +4 -4
- pulumi_gcp/storage/bucket.py +12 -12
- pulumi_gcp/storage/get_project_service_account.py +2 -2
- pulumi_gcp/storage/insights_report_config.py +16 -16
- pulumi_gcp/storage/transfer_agent_pool.py +2 -2
- pulumi_gcp/storage/transfer_job.py +38 -38
- pulumi_gcp/tpu/v2_vm.py +8 -8
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +16 -16
- pulumi_gcp/vertex/ai_endpoint.py +2 -2
- pulumi_gcp/vertex/ai_feature_group.py +6 -6
- pulumi_gcp/vertex/ai_feature_group_feature.py +6 -6
- pulumi_gcp/vertex/ai_feature_online_store.py +22 -22
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +76 -76
- pulumi_gcp/vertex/ai_feature_store.py +14 -14
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +30 -30
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +12 -12
- pulumi_gcp/vertex/ai_index.py +28 -28
- pulumi_gcp/vertex/ai_index_endpoint.py +4 -4
- pulumi_gcp/vertex/ai_tensorboard.py +2 -2
- pulumi_gcp/vmwareengine/cluster.py +36 -36
- pulumi_gcp/vmwareengine/external_access_rule.py +20 -20
- pulumi_gcp/vmwareengine/external_address.py +12 -12
- pulumi_gcp/vmwareengine/private_cloud.py +26 -26
- pulumi_gcp/vmwareengine/subnet.py +12 -12
- pulumi_gcp/workbench/instance.py +66 -66
- pulumi_gcp/workstations/workstation.py +8 -8
- pulumi_gcp/workstations/workstation_cluster.py +4 -4
- pulumi_gcp/workstations/workstation_config.py +122 -122
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/RECORD +367 -367
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.33.0a1721887782.dist-info → pulumi_gcp-7.33.0a1721974181.dist-info}/top_level.txt +0 -0
@@ -327,11 +327,11 @@ class PreferenceSet(pulumi.CustomResource):
|
|
327
327
|
description="Terraform integration test description",
|
328
328
|
display_name="Terraform integration test display",
|
329
329
|
virtual_machine_preferences={
|
330
|
-
"
|
331
|
-
"
|
330
|
+
"vmware_engine_preferences": {
|
331
|
+
"cpu_overcommit_ratio": 1.5,
|
332
332
|
},
|
333
|
-
"
|
334
|
-
"
|
333
|
+
"sizing_optimization_strategy": "SIZING_OPTIMIZATION_STRATEGY_SAME_AS_SOURCE",
|
334
|
+
"target_product": "COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE",
|
335
335
|
})
|
336
336
|
```
|
337
337
|
### Preference Set Full
|
@@ -346,29 +346,29 @@ class PreferenceSet(pulumi.CustomResource):
|
|
346
346
|
description="Terraform integration test description",
|
347
347
|
display_name="Terraform integration test display",
|
348
348
|
virtual_machine_preferences={
|
349
|
-
"
|
350
|
-
"
|
351
|
-
"
|
352
|
-
"
|
349
|
+
"vmware_engine_preferences": {
|
350
|
+
"cpu_overcommit_ratio": 1.5,
|
351
|
+
"storage_deduplication_compression_ratio": 1.3,
|
352
|
+
"commitment_plan": "ON_DEMAND",
|
353
353
|
},
|
354
|
-
"
|
355
|
-
"
|
356
|
-
"
|
357
|
-
"
|
358
|
-
"
|
354
|
+
"sizing_optimization_strategy": "SIZING_OPTIMIZATION_STRATEGY_SAME_AS_SOURCE",
|
355
|
+
"target_product": "COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE",
|
356
|
+
"commitment_plan": "COMMITMENT_PLAN_ONE_YEAR",
|
357
|
+
"region_preferences": {
|
358
|
+
"preferred_regions": ["us-central1"],
|
359
359
|
},
|
360
|
-
"
|
361
|
-
"
|
362
|
-
"
|
363
|
-
"
|
364
|
-
"
|
365
|
-
"
|
360
|
+
"sole_tenancy_preferences": {
|
361
|
+
"commitment_plan": "ON_DEMAND",
|
362
|
+
"cpu_overcommit_ratio": 1.2,
|
363
|
+
"host_maintenance_policy": "HOST_MAINTENANCE_POLICY_DEFAULT",
|
364
|
+
"node_types": [{
|
365
|
+
"node_name": "tf-test",
|
366
366
|
}],
|
367
367
|
},
|
368
|
-
"
|
369
|
-
"
|
370
|
-
"
|
371
|
-
"
|
368
|
+
"compute_engine_preferences": {
|
369
|
+
"license_type": "LICENSE_TYPE_BRING_YOUR_OWN_LICENSE",
|
370
|
+
"machine_preferences": {
|
371
|
+
"allowed_machine_series": [{
|
372
372
|
"code": "C3",
|
373
373
|
}],
|
374
374
|
},
|
@@ -443,11 +443,11 @@ class PreferenceSet(pulumi.CustomResource):
|
|
443
443
|
description="Terraform integration test description",
|
444
444
|
display_name="Terraform integration test display",
|
445
445
|
virtual_machine_preferences={
|
446
|
-
"
|
447
|
-
"
|
446
|
+
"vmware_engine_preferences": {
|
447
|
+
"cpu_overcommit_ratio": 1.5,
|
448
448
|
},
|
449
|
-
"
|
450
|
-
"
|
449
|
+
"sizing_optimization_strategy": "SIZING_OPTIMIZATION_STRATEGY_SAME_AS_SOURCE",
|
450
|
+
"target_product": "COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE",
|
451
451
|
})
|
452
452
|
```
|
453
453
|
### Preference Set Full
|
@@ -462,29 +462,29 @@ class PreferenceSet(pulumi.CustomResource):
|
|
462
462
|
description="Terraform integration test description",
|
463
463
|
display_name="Terraform integration test display",
|
464
464
|
virtual_machine_preferences={
|
465
|
-
"
|
466
|
-
"
|
467
|
-
"
|
468
|
-
"
|
465
|
+
"vmware_engine_preferences": {
|
466
|
+
"cpu_overcommit_ratio": 1.5,
|
467
|
+
"storage_deduplication_compression_ratio": 1.3,
|
468
|
+
"commitment_plan": "ON_DEMAND",
|
469
469
|
},
|
470
|
-
"
|
471
|
-
"
|
472
|
-
"
|
473
|
-
"
|
474
|
-
"
|
470
|
+
"sizing_optimization_strategy": "SIZING_OPTIMIZATION_STRATEGY_SAME_AS_SOURCE",
|
471
|
+
"target_product": "COMPUTE_MIGRATION_TARGET_PRODUCT_COMPUTE_ENGINE",
|
472
|
+
"commitment_plan": "COMMITMENT_PLAN_ONE_YEAR",
|
473
|
+
"region_preferences": {
|
474
|
+
"preferred_regions": ["us-central1"],
|
475
475
|
},
|
476
|
-
"
|
477
|
-
"
|
478
|
-
"
|
479
|
-
"
|
480
|
-
"
|
481
|
-
"
|
476
|
+
"sole_tenancy_preferences": {
|
477
|
+
"commitment_plan": "ON_DEMAND",
|
478
|
+
"cpu_overcommit_ratio": 1.2,
|
479
|
+
"host_maintenance_policy": "HOST_MAINTENANCE_POLICY_DEFAULT",
|
480
|
+
"node_types": [{
|
481
|
+
"node_name": "tf-test",
|
482
482
|
}],
|
483
483
|
},
|
484
|
-
"
|
485
|
-
"
|
486
|
-
"
|
487
|
-
"
|
484
|
+
"compute_engine_preferences": {
|
485
|
+
"license_type": "LICENSE_TYPE_BRING_YOUR_OWN_LICENSE",
|
486
|
+
"machine_preferences": {
|
487
|
+
"allowed_machine_series": [{
|
488
488
|
"code": "C3",
|
489
489
|
}],
|
490
490
|
},
|
@@ -494,14 +494,14 @@ class AlertPolicy(pulumi.CustomResource):
|
|
494
494
|
display_name="My Alert Policy",
|
495
495
|
combiner="OR",
|
496
496
|
conditions=[{
|
497
|
-
"
|
498
|
-
"
|
497
|
+
"display_name": "test condition",
|
498
|
+
"condition_threshold": {
|
499
499
|
"filter": "metric.type=\\"compute.googleapis.com/instance/disk/write_bytes_count\\" AND resource.type=\\"gce_instance\\"",
|
500
500
|
"duration": "60s",
|
501
501
|
"comparison": "COMPARISON_GT",
|
502
502
|
"aggregations": [{
|
503
|
-
"
|
504
|
-
"
|
503
|
+
"alignment_period": "60s",
|
504
|
+
"per_series_aligner": "ALIGN_RATE",
|
505
505
|
}],
|
506
506
|
},
|
507
507
|
}],
|
@@ -519,16 +519,16 @@ class AlertPolicy(pulumi.CustomResource):
|
|
519
519
|
display_name="My Alert Policy",
|
520
520
|
combiner="OR",
|
521
521
|
conditions=[{
|
522
|
-
"
|
523
|
-
"
|
522
|
+
"display_name": "test condition",
|
523
|
+
"condition_threshold": {
|
524
524
|
"filter": "metric.type=\\"compute.googleapis.com/instance/disk/write_bytes_count\\" AND resource.type=\\"gce_instance\\"",
|
525
525
|
"duration": "60s",
|
526
526
|
"comparison": "COMPARISON_GT",
|
527
527
|
"aggregations": [{
|
528
|
-
"
|
529
|
-
"
|
528
|
+
"alignment_period": "60s",
|
529
|
+
"per_series_aligner": "ALIGN_RATE",
|
530
530
|
}],
|
531
|
-
"
|
531
|
+
"evaluation_missing_data": "EVALUATION_MISSING_DATA_INACTIVE",
|
532
532
|
},
|
533
533
|
}],
|
534
534
|
user_labels={
|
@@ -545,17 +545,17 @@ class AlertPolicy(pulumi.CustomResource):
|
|
545
545
|
display_name="My Alert Policy",
|
546
546
|
combiner="OR",
|
547
547
|
conditions=[{
|
548
|
-
"
|
549
|
-
"
|
548
|
+
"display_name": "test condition",
|
549
|
+
"condition_threshold": {
|
550
550
|
"filter": "metric.type=\\"compute.googleapis.com/instance/disk/write_bytes_count\\" AND resource.type=\\"gce_instance\\"",
|
551
551
|
"duration": "60s",
|
552
|
-
"
|
553
|
-
"
|
552
|
+
"forecast_options": {
|
553
|
+
"forecast_horizon": "3600s",
|
554
554
|
},
|
555
555
|
"comparison": "COMPARISON_GT",
|
556
556
|
"aggregations": [{
|
557
|
-
"
|
558
|
-
"
|
557
|
+
"alignment_period": "60s",
|
558
|
+
"per_series_aligner": "ALIGN_RATE",
|
559
559
|
}],
|
560
560
|
},
|
561
561
|
}],
|
@@ -573,17 +573,17 @@ class AlertPolicy(pulumi.CustomResource):
|
|
573
573
|
display_name="My Alert Policy",
|
574
574
|
combiner="OR",
|
575
575
|
conditions=[{
|
576
|
-
"
|
577
|
-
"
|
576
|
+
"display_name": "test condition",
|
577
|
+
"condition_prometheus_query_language": {
|
578
578
|
"query": "compute_googleapis_com:instance_cpu_usage_time > 0",
|
579
579
|
"duration": "60s",
|
580
|
-
"
|
581
|
-
"
|
582
|
-
"
|
580
|
+
"evaluation_interval": "60s",
|
581
|
+
"alert_rule": "AlwaysOn",
|
582
|
+
"rule_group": "a test",
|
583
583
|
},
|
584
584
|
}],
|
585
585
|
alert_strategy={
|
586
|
-
"
|
586
|
+
"auto_close": "1800s",
|
587
587
|
})
|
588
588
|
```
|
589
589
|
|
@@ -658,14 +658,14 @@ class AlertPolicy(pulumi.CustomResource):
|
|
658
658
|
display_name="My Alert Policy",
|
659
659
|
combiner="OR",
|
660
660
|
conditions=[{
|
661
|
-
"
|
662
|
-
"
|
661
|
+
"display_name": "test condition",
|
662
|
+
"condition_threshold": {
|
663
663
|
"filter": "metric.type=\\"compute.googleapis.com/instance/disk/write_bytes_count\\" AND resource.type=\\"gce_instance\\"",
|
664
664
|
"duration": "60s",
|
665
665
|
"comparison": "COMPARISON_GT",
|
666
666
|
"aggregations": [{
|
667
|
-
"
|
668
|
-
"
|
667
|
+
"alignment_period": "60s",
|
668
|
+
"per_series_aligner": "ALIGN_RATE",
|
669
669
|
}],
|
670
670
|
},
|
671
671
|
}],
|
@@ -683,16 +683,16 @@ class AlertPolicy(pulumi.CustomResource):
|
|
683
683
|
display_name="My Alert Policy",
|
684
684
|
combiner="OR",
|
685
685
|
conditions=[{
|
686
|
-
"
|
687
|
-
"
|
686
|
+
"display_name": "test condition",
|
687
|
+
"condition_threshold": {
|
688
688
|
"filter": "metric.type=\\"compute.googleapis.com/instance/disk/write_bytes_count\\" AND resource.type=\\"gce_instance\\"",
|
689
689
|
"duration": "60s",
|
690
690
|
"comparison": "COMPARISON_GT",
|
691
691
|
"aggregations": [{
|
692
|
-
"
|
693
|
-
"
|
692
|
+
"alignment_period": "60s",
|
693
|
+
"per_series_aligner": "ALIGN_RATE",
|
694
694
|
}],
|
695
|
-
"
|
695
|
+
"evaluation_missing_data": "EVALUATION_MISSING_DATA_INACTIVE",
|
696
696
|
},
|
697
697
|
}],
|
698
698
|
user_labels={
|
@@ -709,17 +709,17 @@ class AlertPolicy(pulumi.CustomResource):
|
|
709
709
|
display_name="My Alert Policy",
|
710
710
|
combiner="OR",
|
711
711
|
conditions=[{
|
712
|
-
"
|
713
|
-
"
|
712
|
+
"display_name": "test condition",
|
713
|
+
"condition_threshold": {
|
714
714
|
"filter": "metric.type=\\"compute.googleapis.com/instance/disk/write_bytes_count\\" AND resource.type=\\"gce_instance\\"",
|
715
715
|
"duration": "60s",
|
716
|
-
"
|
717
|
-
"
|
716
|
+
"forecast_options": {
|
717
|
+
"forecast_horizon": "3600s",
|
718
718
|
},
|
719
719
|
"comparison": "COMPARISON_GT",
|
720
720
|
"aggregations": [{
|
721
|
-
"
|
722
|
-
"
|
721
|
+
"alignment_period": "60s",
|
722
|
+
"per_series_aligner": "ALIGN_RATE",
|
723
723
|
}],
|
724
724
|
},
|
725
725
|
}],
|
@@ -737,17 +737,17 @@ class AlertPolicy(pulumi.CustomResource):
|
|
737
737
|
display_name="My Alert Policy",
|
738
738
|
combiner="OR",
|
739
739
|
conditions=[{
|
740
|
-
"
|
741
|
-
"
|
740
|
+
"display_name": "test condition",
|
741
|
+
"condition_prometheus_query_language": {
|
742
742
|
"query": "compute_googleapis_com:instance_cpu_usage_time > 0",
|
743
743
|
"duration": "60s",
|
744
|
-
"
|
745
|
-
"
|
746
|
-
"
|
744
|
+
"evaluation_interval": "60s",
|
745
|
+
"alert_rule": "AlwaysOn",
|
746
|
+
"rule_group": "a test",
|
747
747
|
},
|
748
748
|
}],
|
749
749
|
alert_strategy={
|
750
|
-
"
|
750
|
+
"auto_close": "1800s",
|
751
751
|
})
|
752
752
|
```
|
753
753
|
|
@@ -281,7 +281,7 @@ class CustomService(pulumi.CustomResource):
|
|
281
281
|
service_id="custom-srv",
|
282
282
|
display_name="My Custom Service custom-srv",
|
283
283
|
telemetry={
|
284
|
-
"
|
284
|
+
"resource_name": "//product.googleapis.com/foo/foo/services/test",
|
285
285
|
},
|
286
286
|
user_labels={
|
287
287
|
"my_key": "my_value",
|
@@ -349,7 +349,7 @@ class CustomService(pulumi.CustomResource):
|
|
349
349
|
service_id="custom-srv",
|
350
350
|
display_name="My Custom Service custom-srv",
|
351
351
|
telemetry={
|
352
|
-
"
|
352
|
+
"resource_name": "//product.googleapis.com/foo/foo/services/test",
|
353
353
|
},
|
354
354
|
user_labels={
|
355
355
|
"my_key": "my_value",
|
@@ -322,8 +322,8 @@ class GenericService(pulumi.CustomResource):
|
|
322
322
|
"my_other_key": "my_other_value",
|
323
323
|
},
|
324
324
|
basic_service={
|
325
|
-
"
|
326
|
-
"
|
325
|
+
"service_type": "APP_ENGINE",
|
326
|
+
"service_labels": {
|
327
327
|
"module_id": "another-module-id",
|
328
328
|
},
|
329
329
|
})
|
@@ -410,8 +410,8 @@ class GenericService(pulumi.CustomResource):
|
|
410
410
|
"my_other_key": "my_other_value",
|
411
411
|
},
|
412
412
|
basic_service={
|
413
|
-
"
|
414
|
-
"
|
413
|
+
"service_type": "APP_ENGINE",
|
414
|
+
"service_labels": {
|
415
415
|
"module_id": "another-module-id",
|
416
416
|
},
|
417
417
|
})
|
@@ -165,7 +165,7 @@ def get_app_engine_service(module_id: Optional[str] = None,
|
|
165
165
|
},
|
166
166
|
deployment={
|
167
167
|
"zip": {
|
168
|
-
"
|
168
|
+
"source_url": pulumi.Output.all(bucket.name, object.name).apply(lambda bucketName, objectName: f"https://storage.googleapis.com/{bucket_name}/{object_name}"),
|
169
169
|
},
|
170
170
|
},
|
171
171
|
env_variables={
|
@@ -246,7 +246,7 @@ def get_app_engine_service_output(module_id: Optional[pulumi.Input[str]] = None,
|
|
246
246
|
},
|
247
247
|
deployment={
|
248
248
|
"zip": {
|
249
|
-
"
|
249
|
+
"source_url": pulumi.Output.all(bucket.name, object.name).apply(lambda bucketName, objectName: f"https://storage.googleapis.com/{bucket_name}/{object_name}"),
|
250
250
|
},
|
251
251
|
},
|
252
252
|
env_variables={
|
@@ -201,14 +201,14 @@ def get_notification_channel(display_name: Optional[str] = None,
|
|
201
201
|
notification_channels=[basic.name],
|
202
202
|
combiner="OR",
|
203
203
|
conditions=[{
|
204
|
-
"
|
205
|
-
"
|
204
|
+
"display_name": "test condition",
|
205
|
+
"condition_threshold": {
|
206
206
|
"filter": "metric.type=\\"compute.googleapis.com/instance/disk/write_bytes_count\\" AND resource.type=\\"gce_instance\\"",
|
207
207
|
"duration": "60s",
|
208
208
|
"comparison": "COMPARISON_GT",
|
209
209
|
"aggregations": [{
|
210
|
-
"
|
211
|
-
"
|
210
|
+
"alignment_period": "60s",
|
211
|
+
"per_series_aligner": "ALIGN_RATE",
|
212
212
|
}],
|
213
213
|
},
|
214
214
|
}])
|
@@ -285,14 +285,14 @@ def get_notification_channel_output(display_name: Optional[pulumi.Input[Optional
|
|
285
285
|
notification_channels=[basic.name],
|
286
286
|
combiner="OR",
|
287
287
|
conditions=[{
|
288
|
-
"
|
289
|
-
"
|
288
|
+
"display_name": "test condition",
|
289
|
+
"condition_threshold": {
|
290
290
|
"filter": "metric.type=\\"compute.googleapis.com/instance/disk/write_bytes_count\\" AND resource.type=\\"gce_instance\\"",
|
291
291
|
"duration": "60s",
|
292
292
|
"comparison": "COMPARISON_GT",
|
293
293
|
"aggregations": [{
|
294
|
-
"
|
295
|
-
"
|
294
|
+
"alignment_period": "60s",
|
295
|
+
"per_series_aligner": "ALIGN_RATE",
|
296
296
|
}],
|
297
297
|
},
|
298
298
|
}])
|
@@ -523,13 +523,13 @@ class MetricDescriptor(pulumi.CustomResource):
|
|
523
523
|
unit="{USD}",
|
524
524
|
labels=[{
|
525
525
|
"key": "store_id",
|
526
|
-
"
|
526
|
+
"value_type": "STRING",
|
527
527
|
"description": "The ID of the store.",
|
528
528
|
}],
|
529
529
|
launch_stage="BETA",
|
530
530
|
metadata={
|
531
|
-
"
|
532
|
-
"
|
531
|
+
"sample_period": "60s",
|
532
|
+
"ingest_delay": "30s",
|
533
533
|
})
|
534
534
|
```
|
535
535
|
### Monitoring Metric Descriptor Alert
|
@@ -549,8 +549,8 @@ class MetricDescriptor(pulumi.CustomResource):
|
|
549
549
|
display_name="metric-descriptor",
|
550
550
|
combiner="OR",
|
551
551
|
conditions=[{
|
552
|
-
"
|
553
|
-
"
|
552
|
+
"display_name": "test condition",
|
553
|
+
"condition_threshold": {
|
554
554
|
"filter": with_alert.type.apply(lambda type: f"metric.type=\\"{type}\\" AND resource.type=\\"gce_instance\\""),
|
555
555
|
"duration": "60s",
|
556
556
|
"comparison": "COMPARISON_GT",
|
@@ -640,13 +640,13 @@ class MetricDescriptor(pulumi.CustomResource):
|
|
640
640
|
unit="{USD}",
|
641
641
|
labels=[{
|
642
642
|
"key": "store_id",
|
643
|
-
"
|
643
|
+
"value_type": "STRING",
|
644
644
|
"description": "The ID of the store.",
|
645
645
|
}],
|
646
646
|
launch_stage="BETA",
|
647
647
|
metadata={
|
648
|
-
"
|
649
|
-
"
|
648
|
+
"sample_period": "60s",
|
649
|
+
"ingest_delay": "30s",
|
650
650
|
})
|
651
651
|
```
|
652
652
|
### Monitoring Metric Descriptor Alert
|
@@ -666,8 +666,8 @@ class MetricDescriptor(pulumi.CustomResource):
|
|
666
666
|
display_name="metric-descriptor",
|
667
667
|
combiner="OR",
|
668
668
|
conditions=[{
|
669
|
-
"
|
670
|
-
"
|
669
|
+
"display_name": "test condition",
|
670
|
+
"condition_threshold": {
|
671
671
|
"filter": with_alert.type.apply(lambda type: f"metric.type=\\"{type}\\" AND resource.type=\\"gce_instance\\""),
|
672
672
|
"duration": "60s",
|
673
673
|
"comparison": "COMPARISON_GT",
|
@@ -502,7 +502,7 @@ class NotificationChannel(pulumi.CustomResource):
|
|
502
502
|
"channel_name": "#foobar",
|
503
503
|
},
|
504
504
|
sensitive_labels={
|
505
|
-
"
|
505
|
+
"auth_token": "one",
|
506
506
|
})
|
507
507
|
```
|
508
508
|
|
@@ -609,7 +609,7 @@ class NotificationChannel(pulumi.CustomResource):
|
|
609
609
|
"channel_name": "#foobar",
|
610
610
|
},
|
611
611
|
sensitive_labels={
|
612
|
-
"
|
612
|
+
"auth_token": "one",
|
613
613
|
})
|
614
614
|
```
|
615
615
|
|
pulumi_gcp/monitoring/slo.py
CHANGED
@@ -608,8 +608,8 @@ class Slo(pulumi.CustomResource):
|
|
608
608
|
goal=0.9,
|
609
609
|
rolling_period_days=30,
|
610
610
|
request_based_sli={
|
611
|
-
"
|
612
|
-
"
|
611
|
+
"distribution_cut": {
|
612
|
+
"distribution_filter": "metric.type=\\"serviceruntime.googleapis.com/api/request_latencies\\" resource.type=\\"api\\" ",
|
613
613
|
"range": {
|
614
614
|
"max": 0.5,
|
615
615
|
},
|
@@ -632,8 +632,8 @@ class Slo(pulumi.CustomResource):
|
|
632
632
|
goal=0.95,
|
633
633
|
calendar_period="FORTNIGHT",
|
634
634
|
windows_based_sli={
|
635
|
-
"
|
636
|
-
"
|
635
|
+
"window_period": "400s",
|
636
|
+
"good_bad_metric_filter": std.join(separator=" AND ",
|
637
637
|
input=[
|
638
638
|
"metric.type=\\"monitoring.googleapis.com/uptime_check/check_passed\\"",
|
639
639
|
"resource.type=\\"uptime_url\\"",
|
@@ -656,9 +656,9 @@ class Slo(pulumi.CustomResource):
|
|
656
656
|
goal=0.9,
|
657
657
|
rolling_period_days=20,
|
658
658
|
windows_based_sli={
|
659
|
-
"
|
660
|
-
"
|
661
|
-
"
|
659
|
+
"window_period": "600s",
|
660
|
+
"metric_mean_in_range": {
|
661
|
+
"time_series": std.join(separator=" AND ",
|
662
662
|
input=[
|
663
663
|
"metric.type=\\"agent.googleapis.com/cassandra/client_request/latency/95p\\"",
|
664
664
|
"resource.type=\\"gce_instance\\"",
|
@@ -685,9 +685,9 @@ class Slo(pulumi.CustomResource):
|
|
685
685
|
goal=0.9,
|
686
686
|
rolling_period_days=20,
|
687
687
|
windows_based_sli={
|
688
|
-
"
|
689
|
-
"
|
690
|
-
"
|
688
|
+
"window_period": "400s",
|
689
|
+
"metric_sum_in_range": {
|
690
|
+
"time_series": std.join(separator=" AND ",
|
691
691
|
input=[
|
692
692
|
"metric.type=\\"monitoring.googleapis.com/uptime_check/request_latency\\"",
|
693
693
|
"resource.type=\\"uptime_url\\"",
|
@@ -714,12 +714,12 @@ class Slo(pulumi.CustomResource):
|
|
714
714
|
goal=0.9,
|
715
715
|
rolling_period_days=20,
|
716
716
|
windows_based_sli={
|
717
|
-
"
|
718
|
-
"
|
717
|
+
"window_period": "100s",
|
718
|
+
"good_total_ratio_threshold": {
|
719
719
|
"threshold": 0.1,
|
720
720
|
"performance": {
|
721
|
-
"
|
722
|
-
"
|
721
|
+
"distribution_cut": {
|
722
|
+
"distribution_filter": std.join(separator=" AND ",
|
723
723
|
input=[
|
724
724
|
"metric.type=\\"serviceruntime.googleapis.com/api/request_latencies\\"",
|
725
725
|
"resource.type=\\"consumed_api\\"",
|
@@ -856,8 +856,8 @@ class Slo(pulumi.CustomResource):
|
|
856
856
|
goal=0.9,
|
857
857
|
rolling_period_days=30,
|
858
858
|
request_based_sli={
|
859
|
-
"
|
860
|
-
"
|
859
|
+
"distribution_cut": {
|
860
|
+
"distribution_filter": "metric.type=\\"serviceruntime.googleapis.com/api/request_latencies\\" resource.type=\\"api\\" ",
|
861
861
|
"range": {
|
862
862
|
"max": 0.5,
|
863
863
|
},
|
@@ -880,8 +880,8 @@ class Slo(pulumi.CustomResource):
|
|
880
880
|
goal=0.95,
|
881
881
|
calendar_period="FORTNIGHT",
|
882
882
|
windows_based_sli={
|
883
|
-
"
|
884
|
-
"
|
883
|
+
"window_period": "400s",
|
884
|
+
"good_bad_metric_filter": std.join(separator=" AND ",
|
885
885
|
input=[
|
886
886
|
"metric.type=\\"monitoring.googleapis.com/uptime_check/check_passed\\"",
|
887
887
|
"resource.type=\\"uptime_url\\"",
|
@@ -904,9 +904,9 @@ class Slo(pulumi.CustomResource):
|
|
904
904
|
goal=0.9,
|
905
905
|
rolling_period_days=20,
|
906
906
|
windows_based_sli={
|
907
|
-
"
|
908
|
-
"
|
909
|
-
"
|
907
|
+
"window_period": "600s",
|
908
|
+
"metric_mean_in_range": {
|
909
|
+
"time_series": std.join(separator=" AND ",
|
910
910
|
input=[
|
911
911
|
"metric.type=\\"agent.googleapis.com/cassandra/client_request/latency/95p\\"",
|
912
912
|
"resource.type=\\"gce_instance\\"",
|
@@ -933,9 +933,9 @@ class Slo(pulumi.CustomResource):
|
|
933
933
|
goal=0.9,
|
934
934
|
rolling_period_days=20,
|
935
935
|
windows_based_sli={
|
936
|
-
"
|
937
|
-
"
|
938
|
-
"
|
936
|
+
"window_period": "400s",
|
937
|
+
"metric_sum_in_range": {
|
938
|
+
"time_series": std.join(separator=" AND ",
|
939
939
|
input=[
|
940
940
|
"metric.type=\\"monitoring.googleapis.com/uptime_check/request_latency\\"",
|
941
941
|
"resource.type=\\"uptime_url\\"",
|
@@ -962,12 +962,12 @@ class Slo(pulumi.CustomResource):
|
|
962
962
|
goal=0.9,
|
963
963
|
rolling_period_days=20,
|
964
964
|
windows_based_sli={
|
965
|
-
"
|
966
|
-
"
|
965
|
+
"window_period": "100s",
|
966
|
+
"good_total_ratio_threshold": {
|
967
967
|
"threshold": 0.1,
|
968
968
|
"performance": {
|
969
|
-
"
|
970
|
-
"
|
969
|
+
"distribution_cut": {
|
970
|
+
"distribution_filter": std.join(separator=" AND ",
|
971
971
|
input=[
|
972
972
|
"metric.type=\\"serviceruntime.googleapis.com/api/request_latencies\\"",
|
973
973
|
"resource.type=\\"consumed_api\\"",
|