pulumi-gcp 8.7.0a1730196225__py3-none-any.whl → 8.8.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 +8 -0
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +4 -4
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +4 -4
- pulumi_gcp/apigateway/api_config_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_policy.py +2 -2
- pulumi_gcp/apigateway/api_iam_binding.py +2 -2
- pulumi_gcp/apigateway/api_iam_member.py +2 -2
- pulumi_gcp/apigateway/api_iam_policy.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_binding.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_member.py +2 -2
- pulumi_gcp/apigateway/gateway_iam_policy.py +2 -2
- pulumi_gcp/apigee/environment_iam_binding.py +4 -4
- pulumi_gcp/apigee/environment_iam_member.py +4 -4
- pulumi_gcp/apigee/environment_iam_policy.py +4 -4
- pulumi_gcp/appengine/engine_split_traffic.py +4 -4
- pulumi_gcp/apphub/_inputs.py +6 -3
- pulumi_gcp/apphub/application.py +30 -4
- pulumi_gcp/apphub/outputs.py +8 -4
- pulumi_gcp/artifactregistry/repository_iam_binding.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_member.py +2 -2
- pulumi_gcp/artifactregistry/repository_iam_policy.py +2 -2
- pulumi_gcp/assuredworkloads/_inputs.py +34 -0
- pulumi_gcp/assuredworkloads/outputs.py +37 -0
- pulumi_gcp/assuredworkloads/workload.py +56 -3
- pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -6
- pulumi_gcp/backupdisasterrecovery/management_server.py +80 -34
- pulumi_gcp/backupdisasterrecovery/outputs.py +0 -4
- pulumi_gcp/biglake/table.py +12 -12
- pulumi_gcp/bigquery/_inputs.py +60 -0
- pulumi_gcp/bigquery/connection.py +2 -2
- pulumi_gcp/bigquery/connection_iam_binding.py +2 -2
- pulumi_gcp/bigquery/connection_iam_member.py +2 -2
- pulumi_gcp/bigquery/connection_iam_policy.py +2 -2
- pulumi_gcp/bigquery/dataset.py +99 -2
- pulumi_gcp/bigquery/dataset_access.py +2 -2
- pulumi_gcp/bigquery/dataset_iam_binding.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_member.py +53 -0
- pulumi_gcp/bigquery/dataset_iam_policy.py +32 -0
- pulumi_gcp/bigquery/get_dataset.py +12 -1
- pulumi_gcp/bigquery/iam_binding.py +2 -2
- pulumi_gcp/bigquery/iam_member.py +2 -2
- pulumi_gcp/bigquery/iam_policy.py +2 -2
- pulumi_gcp/bigquery/outputs.py +87 -0
- pulumi_gcp/bigquery/routine.py +6 -6
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +2 -2
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +2 -2
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +2 -2
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +2 -2
- pulumi_gcp/cloudbuild/trigger.py +18 -18
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +2 -2
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/delivery_pipeline.py +10 -10
- pulumi_gcp/cloudfunctions/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctions/function_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function.py +22 -22
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +2 -2
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/iam_binding.py +2 -2
- pulumi_gcp/cloudrun/iam_member.py +2 -2
- pulumi_gcp/cloudrun/iam_policy.py +2 -2
- pulumi_gcp/cloudrun/service.py +24 -24
- pulumi_gcp/cloudrunv2/job_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/job_iam_policy.py +2 -2
- pulumi_gcp/cloudrunv2/service.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_binding.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_member.py +2 -2
- pulumi_gcp/cloudrunv2/service_iam_policy.py +2 -2
- pulumi_gcp/cloudscheduler/job.py +4 -4
- pulumi_gcp/cloudtasks/queue_iam_binding.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_member.py +2 -2
- pulumi_gcp/cloudtasks/queue_iam_policy.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +182 -50
- pulumi_gcp/compute/backend_bucket_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_member.py +2 -2
- pulumi_gcp/compute/backend_bucket_iam_policy.py +2 -2
- pulumi_gcp/compute/backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/disk_iam_binding.py +2 -2
- pulumi_gcp/compute/disk_iam_member.py +2 -2
- pulumi_gcp/compute/disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_instance_guest_attributes.py +277 -0
- pulumi_gcp/compute/image.py +76 -22
- pulumi_gcp/compute/image_iam_binding.py +2 -2
- pulumi_gcp/compute/image_iam_member.py +2 -2
- pulumi_gcp/compute/image_iam_policy.py +2 -2
- pulumi_gcp/compute/instance_iam_binding.py +2 -2
- pulumi_gcp/compute/instance_iam_member.py +2 -2
- pulumi_gcp/compute/instance_iam_policy.py +2 -2
- pulumi_gcp/compute/machine_image_iam_binding.py +2 -2
- pulumi_gcp/compute/machine_image_iam_member.py +2 -2
- pulumi_gcp/compute/machine_image_iam_policy.py +2 -2
- pulumi_gcp/compute/outputs.py +197 -30
- pulumi_gcp/compute/region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_member.py +2 -2
- pulumi_gcp/compute/region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/compute/region_disk_iam_binding.py +2 -2
- pulumi_gcp/compute/region_disk_iam_member.py +2 -2
- pulumi_gcp/compute/region_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/region_security_policy_rule.py +74 -0
- pulumi_gcp/compute/security_policy_rule.py +111 -13
- pulumi_gcp/compute/snapshot_iam_binding.py +2 -2
- pulumi_gcp/compute/snapshot_iam_member.py +2 -2
- pulumi_gcp/compute/snapshot_iam_policy.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_binding.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_member.py +2 -2
- pulumi_gcp/compute/subnetwork_iam_policy.py +2 -2
- pulumi_gcp/compute/url_map.py +10 -10
- pulumi_gcp/container/aws_node_pool.py +12 -12
- pulumi_gcp/containeranalysis/note_iam_binding.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_member.py +2 -2
- pulumi_gcp/containeranalysis/note_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_member.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +4 -4
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +4 -4
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_member.py +2 -2
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +2 -2
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/asset_iam_binding.py +2 -2
- pulumi_gcp/dataplex/asset_iam_member.py +2 -2
- pulumi_gcp/dataplex/asset_iam_policy.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_binding.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_member.py +2 -2
- pulumi_gcp/dataplex/datascan_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_group_iam_policy.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_binding.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_member.py +2 -2
- pulumi_gcp/dataplex/entry_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/lake_iam_binding.py +2 -2
- pulumi_gcp/dataplex/lake_iam_member.py +2 -2
- pulumi_gcp/dataplex/lake_iam_policy.py +2 -2
- pulumi_gcp/dataplex/task.py +4 -4
- pulumi_gcp/dataplex/task_iam_binding.py +2 -2
- pulumi_gcp/dataplex/task_iam_member.py +2 -2
- pulumi_gcp/dataplex/task_iam_policy.py +2 -2
- pulumi_gcp/dataplex/zone_iam_binding.py +2 -2
- pulumi_gcp/dataplex/zone_iam_member.py +2 -2
- pulumi_gcp/dataplex/zone_iam_policy.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +2 -2
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +2 -2
- pulumi_gcp/dataproc/batch.py +24 -24
- pulumi_gcp/dataproc/cluster.py +2 -2
- pulumi_gcp/dataproc/job.py +4 -4
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_member.py +2 -2
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +2 -2
- pulumi_gcp/diagflow/cx_flow.py +4 -4
- pulumi_gcp/diagflow/cx_page.py +10 -10
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +2 -2
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_member.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_policy.py +2 -2
- pulumi_gcp/endpoints/service_iam_binding.py +4 -4
- pulumi_gcp/endpoints/service_iam_member.py +4 -4
- pulumi_gcp/endpoints/service_iam_policy.py +4 -4
- pulumi_gcp/firebase/extensions_instance.py +24 -24
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +2 -2
- pulumi_gcp/gkebackup/restore_plan.py +18 -18
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +2 -2
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +2 -2
- pulumi_gcp/gkehub/_inputs.py +21 -21
- pulumi_gcp/gkehub/feature_iam_binding.py +2 -2
- pulumi_gcp/gkehub/feature_iam_member.py +2 -2
- pulumi_gcp/gkehub/feature_iam_policy.py +2 -2
- pulumi_gcp/gkehub/membership_iam_binding.py +2 -2
- pulumi_gcp/gkehub/membership_iam_member.py +2 -2
- pulumi_gcp/gkehub/membership_iam_policy.py +2 -2
- pulumi_gcp/gkehub/outputs.py +13 -13
- pulumi_gcp/gkehub/scope_iam_binding.py +2 -2
- pulumi_gcp/gkehub/scope_iam_member.py +2 -2
- pulumi_gcp/gkehub/scope_iam_policy.py +2 -2
- pulumi_gcp/healthcare/consent_store_iam_binding.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_member.py +4 -4
- pulumi_gcp/healthcare/consent_store_iam_policy.py +4 -4
- pulumi_gcp/iap/__init__.py +1 -0
- pulumi_gcp/iap/_inputs.py +1002 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_service_iam_policy.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_binding.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_member.py +2 -2
- pulumi_gcp/iap/app_engine_version_iam_policy.py +2 -2
- pulumi_gcp/iap/outputs.py +827 -0
- pulumi_gcp/iap/settings.py +546 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_member.py +2 -2
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_iam_binding.py +2 -2
- pulumi_gcp/iap/web_iam_member.py +2 -2
- pulumi_gcp/iap/web_iam_policy.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +2 -2
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_binding.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_member.py +2 -2
- pulumi_gcp/iap/web_type_compute_iam_policy.py +2 -2
- pulumi_gcp/identityplatform/config.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_binding.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_member.py +2 -2
- pulumi_gcp/kms/ekm_connection_iam_policy.py +2 -2
- pulumi_gcp/logging/log_view_iam_binding.py +4 -4
- pulumi_gcp/logging/log_view_iam_member.py +4 -4
- pulumi_gcp/logging/log_view_iam_policy.py +4 -4
- pulumi_gcp/memorystore/_inputs.py +117 -4
- pulumi_gcp/memorystore/instance.py +105 -0
- pulumi_gcp/memorystore/outputs.py +80 -4
- pulumi_gcp/networksecurity/address_group_iam_binding.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_member.py +2 -2
- pulumi_gcp/networksecurity/address_group_iam_policy.py +2 -2
- pulumi_gcp/networksecurity/gateway_security_policy.py +7 -0
- pulumi_gcp/networkservices/edge_cache_service.py +2 -2
- pulumi_gcp/networkservices/http_route.py +4 -4
- pulumi_gcp/notebooks/instance_iam_binding.py +2 -2
- pulumi_gcp/notebooks/instance_iam_member.py +2 -2
- pulumi_gcp/notebooks/instance_iam_policy.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_binding.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_member.py +2 -2
- pulumi_gcp/notebooks/runtime_iam_policy.py +2 -2
- pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
- pulumi_gcp/pubsub/schema_iam_binding.py +2 -2
- pulumi_gcp/pubsub/schema_iam_member.py +2 -2
- pulumi_gcp/pubsub/schema_iam_policy.py +2 -2
- pulumi_gcp/pubsub/subscription.py +18 -66
- pulumi_gcp/pubsub/topic_iam_binding.py +2 -2
- pulumi_gcp/pubsub/topic_iam_member.py +2 -2
- pulumi_gcp/pubsub/topic_iam_policy.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/config_iam_binding.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_member.py +2 -2
- pulumi_gcp/runtimeconfig/config_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_binding.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_member.py +2 -2
- pulumi_gcp/secretmanager/secret_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_member.py +2 -2
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +4 -4
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +4 -4
- pulumi_gcp/serviceaccount/__init__.py +1 -0
- pulumi_gcp/serviceaccount/get_account.py +15 -1
- pulumi_gcp/serviceaccount/get_s.py +132 -0
- pulumi_gcp/serviceaccount/outputs.py +89 -0
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_member.py +4 -4
- pulumi_gcp/servicedirectory/service_iam_policy.py +4 -4
- pulumi_gcp/sourcerepo/repository_iam_binding.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_member.py +2 -2
- pulumi_gcp/sourcerepo/repository_iam_policy.py +2 -2
- pulumi_gcp/spanner/_inputs.py +208 -12
- pulumi_gcp/spanner/outputs.py +287 -9
- pulumi_gcp/sql/_inputs.py +6 -3
- pulumi_gcp/sql/outputs.py +4 -2
- pulumi_gcp/storage/_inputs.py +3 -6
- pulumi_gcp/storage/bucket.py +7 -7
- pulumi_gcp/storage/bucket_iam_binding.py +2 -2
- pulumi_gcp/storage/bucket_iam_member.py +2 -2
- pulumi_gcp/storage/bucket_iam_policy.py +2 -2
- pulumi_gcp/storage/managed_folder_iam_binding.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_member.py +4 -4
- pulumi_gcp/storage/managed_folder_iam_policy.py +4 -4
- pulumi_gcp/storage/outputs.py +4 -6
- pulumi_gcp/tags/tag_key_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_key_iam_member.py +4 -4
- pulumi_gcp/tags/tag_key_iam_policy.py +4 -4
- pulumi_gcp/tags/tag_value_iam_binding.py +4 -4
- pulumi_gcp/tags/tag_value_iam_member.py +4 -4
- pulumi_gcp/tags/tag_value_iam_policy.py +4 -4
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_entity_type_iam_policy.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_binding.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_member.py +2 -2
- pulumi_gcp/vertex/ai_feature_store_iam_policy.py +2 -2
- pulumi_gcp/vmwareengine/_inputs.py +472 -6
- pulumi_gcp/vmwareengine/outputs.py +668 -22
- pulumi_gcp/vmwareengine/private_cloud.py +44 -0
- pulumi_gcp/workstations/workstation_config.py +6 -6
- pulumi_gcp/workstations/workstation_config_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_config_iam_policy.py +2 -2
- pulumi_gcp/workstations/workstation_iam_binding.py +2 -2
- pulumi_gcp/workstations/workstation_iam_member.py +2 -2
- pulumi_gcp/workstations/workstation_iam_policy.py +2 -2
- {pulumi_gcp-8.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/RECORD +347 -344
- {pulumi_gcp-8.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.7.0a1730196225.dist-info → pulumi_gcp-8.8.0.dist-info}/top_level.txt +0 -0
@@ -41,6 +41,16 @@ __all__ = [
|
|
41
41
|
'PrivateCloudHcxArgsDict',
|
42
42
|
'PrivateCloudManagementClusterArgs',
|
43
43
|
'PrivateCloudManagementClusterArgsDict',
|
44
|
+
'PrivateCloudManagementClusterAutoscalingSettingsArgs',
|
45
|
+
'PrivateCloudManagementClusterAutoscalingSettingsArgsDict',
|
46
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs',
|
47
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgsDict',
|
48
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs',
|
49
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict',
|
50
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs',
|
51
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict',
|
52
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs',
|
53
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict',
|
44
54
|
'PrivateCloudManagementClusterNodeTypeConfigArgs',
|
45
55
|
'PrivateCloudManagementClusterNodeTypeConfigArgsDict',
|
46
56
|
'PrivateCloudManagementClusterStretchedClusterConfigArgs',
|
@@ -953,6 +963,12 @@ if not MYPY:
|
|
953
963
|
* Not formatted as a UUID
|
954
964
|
* Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
955
965
|
"""
|
966
|
+
autoscaling_settings: NotRequired[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsArgsDict']]
|
967
|
+
"""
|
968
|
+
Configuration of the autoscaling applied to this cluster
|
969
|
+
Private cloud must have a minimum of 3 nodes to add autoscale settings
|
970
|
+
Structure is documented below.
|
971
|
+
"""
|
956
972
|
node_type_configs: NotRequired[pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterNodeTypeConfigArgsDict']]]]
|
957
973
|
"""
|
958
974
|
The map of cluster node types in this cluster,
|
@@ -971,6 +987,7 @@ elif False:
|
|
971
987
|
class PrivateCloudManagementClusterArgs:
|
972
988
|
def __init__(__self__, *,
|
973
989
|
cluster_id: pulumi.Input[str],
|
990
|
+
autoscaling_settings: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsArgs']] = None,
|
974
991
|
node_type_configs: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterNodeTypeConfigArgs']]]] = None,
|
975
992
|
stretched_cluster_config: Optional[pulumi.Input['PrivateCloudManagementClusterStretchedClusterConfigArgs']] = None):
|
976
993
|
"""
|
@@ -980,6 +997,9 @@ class PrivateCloudManagementClusterArgs:
|
|
980
997
|
* Ends with a non-hyphen character
|
981
998
|
* Not formatted as a UUID
|
982
999
|
* Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
1000
|
+
:param pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsArgs'] autoscaling_settings: Configuration of the autoscaling applied to this cluster
|
1001
|
+
Private cloud must have a minimum of 3 nodes to add autoscale settings
|
1002
|
+
Structure is documented below.
|
983
1003
|
:param pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterNodeTypeConfigArgs']]] node_type_configs: The map of cluster node types in this cluster,
|
984
1004
|
where the key is canonical identifier of the node type (corresponds to the NodeType).
|
985
1005
|
Structure is documented below.
|
@@ -987,6 +1007,8 @@ class PrivateCloudManagementClusterArgs:
|
|
987
1007
|
Structure is documented below.
|
988
1008
|
"""
|
989
1009
|
pulumi.set(__self__, "cluster_id", cluster_id)
|
1010
|
+
if autoscaling_settings is not None:
|
1011
|
+
pulumi.set(__self__, "autoscaling_settings", autoscaling_settings)
|
990
1012
|
if node_type_configs is not None:
|
991
1013
|
pulumi.set(__self__, "node_type_configs", node_type_configs)
|
992
1014
|
if stretched_cluster_config is not None:
|
@@ -1009,6 +1031,20 @@ class PrivateCloudManagementClusterArgs:
|
|
1009
1031
|
def cluster_id(self, value: pulumi.Input[str]):
|
1010
1032
|
pulumi.set(self, "cluster_id", value)
|
1011
1033
|
|
1034
|
+
@property
|
1035
|
+
@pulumi.getter(name="autoscalingSettings")
|
1036
|
+
def autoscaling_settings(self) -> Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsArgs']]:
|
1037
|
+
"""
|
1038
|
+
Configuration of the autoscaling applied to this cluster
|
1039
|
+
Private cloud must have a minimum of 3 nodes to add autoscale settings
|
1040
|
+
Structure is documented below.
|
1041
|
+
"""
|
1042
|
+
return pulumi.get(self, "autoscaling_settings")
|
1043
|
+
|
1044
|
+
@autoscaling_settings.setter
|
1045
|
+
def autoscaling_settings(self, value: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsArgs']]):
|
1046
|
+
pulumi.set(self, "autoscaling_settings", value)
|
1047
|
+
|
1012
1048
|
@property
|
1013
1049
|
@pulumi.getter(name="nodeTypeConfigs")
|
1014
1050
|
def node_type_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterNodeTypeConfigArgs']]]]:
|
@@ -1037,6 +1073,442 @@ class PrivateCloudManagementClusterArgs:
|
|
1037
1073
|
pulumi.set(self, "stretched_cluster_config", value)
|
1038
1074
|
|
1039
1075
|
|
1076
|
+
if not MYPY:
|
1077
|
+
class PrivateCloudManagementClusterAutoscalingSettingsArgsDict(TypedDict):
|
1078
|
+
autoscaling_policies: pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgsDict']]]
|
1079
|
+
"""
|
1080
|
+
The map with autoscaling policies applied to the cluster.
|
1081
|
+
The key is the identifier of the policy.
|
1082
|
+
It must meet the following requirements:
|
1083
|
+
* Only contains 1-63 alphanumeric characters and hyphens
|
1084
|
+
* Begins with an alphabetical character
|
1085
|
+
* Ends with a non-hyphen character
|
1086
|
+
* Not formatted as a UUID
|
1087
|
+
* Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
1088
|
+
Currently the map must contain only one element
|
1089
|
+
that describes the autoscaling policy for compute nodes.
|
1090
|
+
Structure is documented below.
|
1091
|
+
"""
|
1092
|
+
cool_down_period: NotRequired[pulumi.Input[str]]
|
1093
|
+
"""
|
1094
|
+
The minimum duration between consecutive autoscale operations.
|
1095
|
+
It starts once addition or removal of nodes is fully completed.
|
1096
|
+
Minimum cool down period is 30m.
|
1097
|
+
Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
|
1098
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
1099
|
+
"""
|
1100
|
+
max_cluster_node_count: NotRequired[pulumi.Input[int]]
|
1101
|
+
"""
|
1102
|
+
Maximum number of nodes of any type in a cluster.
|
1103
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
1104
|
+
"""
|
1105
|
+
min_cluster_node_count: NotRequired[pulumi.Input[int]]
|
1106
|
+
"""
|
1107
|
+
Minimum number of nodes of any type in a cluster.
|
1108
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
1109
|
+
"""
|
1110
|
+
elif False:
|
1111
|
+
PrivateCloudManagementClusterAutoscalingSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
1112
|
+
|
1113
|
+
@pulumi.input_type
|
1114
|
+
class PrivateCloudManagementClusterAutoscalingSettingsArgs:
|
1115
|
+
def __init__(__self__, *,
|
1116
|
+
autoscaling_policies: pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs']]],
|
1117
|
+
cool_down_period: Optional[pulumi.Input[str]] = None,
|
1118
|
+
max_cluster_node_count: Optional[pulumi.Input[int]] = None,
|
1119
|
+
min_cluster_node_count: Optional[pulumi.Input[int]] = None):
|
1120
|
+
"""
|
1121
|
+
:param pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs']]] autoscaling_policies: The map with autoscaling policies applied to the cluster.
|
1122
|
+
The key is the identifier of the policy.
|
1123
|
+
It must meet the following requirements:
|
1124
|
+
* Only contains 1-63 alphanumeric characters and hyphens
|
1125
|
+
* Begins with an alphabetical character
|
1126
|
+
* Ends with a non-hyphen character
|
1127
|
+
* Not formatted as a UUID
|
1128
|
+
* Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
1129
|
+
Currently the map must contain only one element
|
1130
|
+
that describes the autoscaling policy for compute nodes.
|
1131
|
+
Structure is documented below.
|
1132
|
+
:param pulumi.Input[str] cool_down_period: The minimum duration between consecutive autoscale operations.
|
1133
|
+
It starts once addition or removal of nodes is fully completed.
|
1134
|
+
Minimum cool down period is 30m.
|
1135
|
+
Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
|
1136
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
1137
|
+
:param pulumi.Input[int] max_cluster_node_count: Maximum number of nodes of any type in a cluster.
|
1138
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
1139
|
+
:param pulumi.Input[int] min_cluster_node_count: Minimum number of nodes of any type in a cluster.
|
1140
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
1141
|
+
"""
|
1142
|
+
pulumi.set(__self__, "autoscaling_policies", autoscaling_policies)
|
1143
|
+
if cool_down_period is not None:
|
1144
|
+
pulumi.set(__self__, "cool_down_period", cool_down_period)
|
1145
|
+
if max_cluster_node_count is not None:
|
1146
|
+
pulumi.set(__self__, "max_cluster_node_count", max_cluster_node_count)
|
1147
|
+
if min_cluster_node_count is not None:
|
1148
|
+
pulumi.set(__self__, "min_cluster_node_count", min_cluster_node_count)
|
1149
|
+
|
1150
|
+
@property
|
1151
|
+
@pulumi.getter(name="autoscalingPolicies")
|
1152
|
+
def autoscaling_policies(self) -> pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs']]]:
|
1153
|
+
"""
|
1154
|
+
The map with autoscaling policies applied to the cluster.
|
1155
|
+
The key is the identifier of the policy.
|
1156
|
+
It must meet the following requirements:
|
1157
|
+
* Only contains 1-63 alphanumeric characters and hyphens
|
1158
|
+
* Begins with an alphabetical character
|
1159
|
+
* Ends with a non-hyphen character
|
1160
|
+
* Not formatted as a UUID
|
1161
|
+
* Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
1162
|
+
Currently the map must contain only one element
|
1163
|
+
that describes the autoscaling policy for compute nodes.
|
1164
|
+
Structure is documented below.
|
1165
|
+
"""
|
1166
|
+
return pulumi.get(self, "autoscaling_policies")
|
1167
|
+
|
1168
|
+
@autoscaling_policies.setter
|
1169
|
+
def autoscaling_policies(self, value: pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs']]]):
|
1170
|
+
pulumi.set(self, "autoscaling_policies", value)
|
1171
|
+
|
1172
|
+
@property
|
1173
|
+
@pulumi.getter(name="coolDownPeriod")
|
1174
|
+
def cool_down_period(self) -> Optional[pulumi.Input[str]]:
|
1175
|
+
"""
|
1176
|
+
The minimum duration between consecutive autoscale operations.
|
1177
|
+
It starts once addition or removal of nodes is fully completed.
|
1178
|
+
Minimum cool down period is 30m.
|
1179
|
+
Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
|
1180
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
1181
|
+
"""
|
1182
|
+
return pulumi.get(self, "cool_down_period")
|
1183
|
+
|
1184
|
+
@cool_down_period.setter
|
1185
|
+
def cool_down_period(self, value: Optional[pulumi.Input[str]]):
|
1186
|
+
pulumi.set(self, "cool_down_period", value)
|
1187
|
+
|
1188
|
+
@property
|
1189
|
+
@pulumi.getter(name="maxClusterNodeCount")
|
1190
|
+
def max_cluster_node_count(self) -> Optional[pulumi.Input[int]]:
|
1191
|
+
"""
|
1192
|
+
Maximum number of nodes of any type in a cluster.
|
1193
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
1194
|
+
"""
|
1195
|
+
return pulumi.get(self, "max_cluster_node_count")
|
1196
|
+
|
1197
|
+
@max_cluster_node_count.setter
|
1198
|
+
def max_cluster_node_count(self, value: Optional[pulumi.Input[int]]):
|
1199
|
+
pulumi.set(self, "max_cluster_node_count", value)
|
1200
|
+
|
1201
|
+
@property
|
1202
|
+
@pulumi.getter(name="minClusterNodeCount")
|
1203
|
+
def min_cluster_node_count(self) -> Optional[pulumi.Input[int]]:
|
1204
|
+
"""
|
1205
|
+
Minimum number of nodes of any type in a cluster.
|
1206
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
1207
|
+
"""
|
1208
|
+
return pulumi.get(self, "min_cluster_node_count")
|
1209
|
+
|
1210
|
+
@min_cluster_node_count.setter
|
1211
|
+
def min_cluster_node_count(self, value: Optional[pulumi.Input[int]]):
|
1212
|
+
pulumi.set(self, "min_cluster_node_count", value)
|
1213
|
+
|
1214
|
+
|
1215
|
+
if not MYPY:
|
1216
|
+
class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgsDict(TypedDict):
|
1217
|
+
autoscale_policy_id: pulumi.Input[str]
|
1218
|
+
"""
|
1219
|
+
The identifier for this object. Format specified above.
|
1220
|
+
"""
|
1221
|
+
node_type_id: pulumi.Input[str]
|
1222
|
+
"""
|
1223
|
+
The canonical identifier of the node type to add or remove.
|
1224
|
+
"""
|
1225
|
+
scale_out_size: pulumi.Input[int]
|
1226
|
+
"""
|
1227
|
+
Number of nodes to add to a cluster during a scale-out operation.
|
1228
|
+
Must be divisible by 2 for stretched clusters.
|
1229
|
+
"""
|
1230
|
+
consumed_memory_thresholds: NotRequired[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict']]
|
1231
|
+
"""
|
1232
|
+
Utilization thresholds pertaining to amount of consumed memory.
|
1233
|
+
Structure is documented below.
|
1234
|
+
"""
|
1235
|
+
cpu_thresholds: NotRequired[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict']]
|
1236
|
+
"""
|
1237
|
+
Utilization thresholds pertaining to CPU utilization.
|
1238
|
+
Structure is documented below.
|
1239
|
+
"""
|
1240
|
+
storage_thresholds: NotRequired[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict']]
|
1241
|
+
"""
|
1242
|
+
Utilization thresholds pertaining to amount of consumed storage.
|
1243
|
+
Structure is documented below.
|
1244
|
+
"""
|
1245
|
+
elif False:
|
1246
|
+
PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
1247
|
+
|
1248
|
+
@pulumi.input_type
|
1249
|
+
class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs:
|
1250
|
+
def __init__(__self__, *,
|
1251
|
+
autoscale_policy_id: pulumi.Input[str],
|
1252
|
+
node_type_id: pulumi.Input[str],
|
1253
|
+
scale_out_size: pulumi.Input[int],
|
1254
|
+
consumed_memory_thresholds: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs']] = None,
|
1255
|
+
cpu_thresholds: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs']] = None,
|
1256
|
+
storage_thresholds: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs']] = None):
|
1257
|
+
"""
|
1258
|
+
:param pulumi.Input[str] autoscale_policy_id: The identifier for this object. Format specified above.
|
1259
|
+
:param pulumi.Input[str] node_type_id: The canonical identifier of the node type to add or remove.
|
1260
|
+
:param pulumi.Input[int] scale_out_size: Number of nodes to add to a cluster during a scale-out operation.
|
1261
|
+
Must be divisible by 2 for stretched clusters.
|
1262
|
+
:param pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs'] consumed_memory_thresholds: Utilization thresholds pertaining to amount of consumed memory.
|
1263
|
+
Structure is documented below.
|
1264
|
+
:param pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs'] cpu_thresholds: Utilization thresholds pertaining to CPU utilization.
|
1265
|
+
Structure is documented below.
|
1266
|
+
:param pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs'] storage_thresholds: Utilization thresholds pertaining to amount of consumed storage.
|
1267
|
+
Structure is documented below.
|
1268
|
+
"""
|
1269
|
+
pulumi.set(__self__, "autoscale_policy_id", autoscale_policy_id)
|
1270
|
+
pulumi.set(__self__, "node_type_id", node_type_id)
|
1271
|
+
pulumi.set(__self__, "scale_out_size", scale_out_size)
|
1272
|
+
if consumed_memory_thresholds is not None:
|
1273
|
+
pulumi.set(__self__, "consumed_memory_thresholds", consumed_memory_thresholds)
|
1274
|
+
if cpu_thresholds is not None:
|
1275
|
+
pulumi.set(__self__, "cpu_thresholds", cpu_thresholds)
|
1276
|
+
if storage_thresholds is not None:
|
1277
|
+
pulumi.set(__self__, "storage_thresholds", storage_thresholds)
|
1278
|
+
|
1279
|
+
@property
|
1280
|
+
@pulumi.getter(name="autoscalePolicyId")
|
1281
|
+
def autoscale_policy_id(self) -> pulumi.Input[str]:
|
1282
|
+
"""
|
1283
|
+
The identifier for this object. Format specified above.
|
1284
|
+
"""
|
1285
|
+
return pulumi.get(self, "autoscale_policy_id")
|
1286
|
+
|
1287
|
+
@autoscale_policy_id.setter
|
1288
|
+
def autoscale_policy_id(self, value: pulumi.Input[str]):
|
1289
|
+
pulumi.set(self, "autoscale_policy_id", value)
|
1290
|
+
|
1291
|
+
@property
|
1292
|
+
@pulumi.getter(name="nodeTypeId")
|
1293
|
+
def node_type_id(self) -> pulumi.Input[str]:
|
1294
|
+
"""
|
1295
|
+
The canonical identifier of the node type to add or remove.
|
1296
|
+
"""
|
1297
|
+
return pulumi.get(self, "node_type_id")
|
1298
|
+
|
1299
|
+
@node_type_id.setter
|
1300
|
+
def node_type_id(self, value: pulumi.Input[str]):
|
1301
|
+
pulumi.set(self, "node_type_id", value)
|
1302
|
+
|
1303
|
+
@property
|
1304
|
+
@pulumi.getter(name="scaleOutSize")
|
1305
|
+
def scale_out_size(self) -> pulumi.Input[int]:
|
1306
|
+
"""
|
1307
|
+
Number of nodes to add to a cluster during a scale-out operation.
|
1308
|
+
Must be divisible by 2 for stretched clusters.
|
1309
|
+
"""
|
1310
|
+
return pulumi.get(self, "scale_out_size")
|
1311
|
+
|
1312
|
+
@scale_out_size.setter
|
1313
|
+
def scale_out_size(self, value: pulumi.Input[int]):
|
1314
|
+
pulumi.set(self, "scale_out_size", value)
|
1315
|
+
|
1316
|
+
@property
|
1317
|
+
@pulumi.getter(name="consumedMemoryThresholds")
|
1318
|
+
def consumed_memory_thresholds(self) -> Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs']]:
|
1319
|
+
"""
|
1320
|
+
Utilization thresholds pertaining to amount of consumed memory.
|
1321
|
+
Structure is documented below.
|
1322
|
+
"""
|
1323
|
+
return pulumi.get(self, "consumed_memory_thresholds")
|
1324
|
+
|
1325
|
+
@consumed_memory_thresholds.setter
|
1326
|
+
def consumed_memory_thresholds(self, value: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs']]):
|
1327
|
+
pulumi.set(self, "consumed_memory_thresholds", value)
|
1328
|
+
|
1329
|
+
@property
|
1330
|
+
@pulumi.getter(name="cpuThresholds")
|
1331
|
+
def cpu_thresholds(self) -> Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs']]:
|
1332
|
+
"""
|
1333
|
+
Utilization thresholds pertaining to CPU utilization.
|
1334
|
+
Structure is documented below.
|
1335
|
+
"""
|
1336
|
+
return pulumi.get(self, "cpu_thresholds")
|
1337
|
+
|
1338
|
+
@cpu_thresholds.setter
|
1339
|
+
def cpu_thresholds(self, value: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs']]):
|
1340
|
+
pulumi.set(self, "cpu_thresholds", value)
|
1341
|
+
|
1342
|
+
@property
|
1343
|
+
@pulumi.getter(name="storageThresholds")
|
1344
|
+
def storage_thresholds(self) -> Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs']]:
|
1345
|
+
"""
|
1346
|
+
Utilization thresholds pertaining to amount of consumed storage.
|
1347
|
+
Structure is documented below.
|
1348
|
+
"""
|
1349
|
+
return pulumi.get(self, "storage_thresholds")
|
1350
|
+
|
1351
|
+
@storage_thresholds.setter
|
1352
|
+
def storage_thresholds(self, value: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs']]):
|
1353
|
+
pulumi.set(self, "storage_thresholds", value)
|
1354
|
+
|
1355
|
+
|
1356
|
+
if not MYPY:
|
1357
|
+
class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict(TypedDict):
|
1358
|
+
scale_in: pulumi.Input[int]
|
1359
|
+
"""
|
1360
|
+
The utilization triggering the scale-in operation in percent.
|
1361
|
+
"""
|
1362
|
+
scale_out: pulumi.Input[int]
|
1363
|
+
"""
|
1364
|
+
The utilization triggering the scale-out operation in percent.
|
1365
|
+
"""
|
1366
|
+
elif False:
|
1367
|
+
PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict: TypeAlias = Mapping[str, Any]
|
1368
|
+
|
1369
|
+
@pulumi.input_type
|
1370
|
+
class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs:
|
1371
|
+
def __init__(__self__, *,
|
1372
|
+
scale_in: pulumi.Input[int],
|
1373
|
+
scale_out: pulumi.Input[int]):
|
1374
|
+
"""
|
1375
|
+
:param pulumi.Input[int] scale_in: The utilization triggering the scale-in operation in percent.
|
1376
|
+
:param pulumi.Input[int] scale_out: The utilization triggering the scale-out operation in percent.
|
1377
|
+
"""
|
1378
|
+
pulumi.set(__self__, "scale_in", scale_in)
|
1379
|
+
pulumi.set(__self__, "scale_out", scale_out)
|
1380
|
+
|
1381
|
+
@property
|
1382
|
+
@pulumi.getter(name="scaleIn")
|
1383
|
+
def scale_in(self) -> pulumi.Input[int]:
|
1384
|
+
"""
|
1385
|
+
The utilization triggering the scale-in operation in percent.
|
1386
|
+
"""
|
1387
|
+
return pulumi.get(self, "scale_in")
|
1388
|
+
|
1389
|
+
@scale_in.setter
|
1390
|
+
def scale_in(self, value: pulumi.Input[int]):
|
1391
|
+
pulumi.set(self, "scale_in", value)
|
1392
|
+
|
1393
|
+
@property
|
1394
|
+
@pulumi.getter(name="scaleOut")
|
1395
|
+
def scale_out(self) -> pulumi.Input[int]:
|
1396
|
+
"""
|
1397
|
+
The utilization triggering the scale-out operation in percent.
|
1398
|
+
"""
|
1399
|
+
return pulumi.get(self, "scale_out")
|
1400
|
+
|
1401
|
+
@scale_out.setter
|
1402
|
+
def scale_out(self, value: pulumi.Input[int]):
|
1403
|
+
pulumi.set(self, "scale_out", value)
|
1404
|
+
|
1405
|
+
|
1406
|
+
if not MYPY:
|
1407
|
+
class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict(TypedDict):
|
1408
|
+
scale_in: pulumi.Input[int]
|
1409
|
+
"""
|
1410
|
+
The utilization triggering the scale-in operation in percent.
|
1411
|
+
"""
|
1412
|
+
scale_out: pulumi.Input[int]
|
1413
|
+
"""
|
1414
|
+
The utilization triggering the scale-out operation in percent.
|
1415
|
+
"""
|
1416
|
+
elif False:
|
1417
|
+
PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict: TypeAlias = Mapping[str, Any]
|
1418
|
+
|
1419
|
+
@pulumi.input_type
|
1420
|
+
class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs:
|
1421
|
+
def __init__(__self__, *,
|
1422
|
+
scale_in: pulumi.Input[int],
|
1423
|
+
scale_out: pulumi.Input[int]):
|
1424
|
+
"""
|
1425
|
+
:param pulumi.Input[int] scale_in: The utilization triggering the scale-in operation in percent.
|
1426
|
+
:param pulumi.Input[int] scale_out: The utilization triggering the scale-out operation in percent.
|
1427
|
+
"""
|
1428
|
+
pulumi.set(__self__, "scale_in", scale_in)
|
1429
|
+
pulumi.set(__self__, "scale_out", scale_out)
|
1430
|
+
|
1431
|
+
@property
|
1432
|
+
@pulumi.getter(name="scaleIn")
|
1433
|
+
def scale_in(self) -> pulumi.Input[int]:
|
1434
|
+
"""
|
1435
|
+
The utilization triggering the scale-in operation in percent.
|
1436
|
+
"""
|
1437
|
+
return pulumi.get(self, "scale_in")
|
1438
|
+
|
1439
|
+
@scale_in.setter
|
1440
|
+
def scale_in(self, value: pulumi.Input[int]):
|
1441
|
+
pulumi.set(self, "scale_in", value)
|
1442
|
+
|
1443
|
+
@property
|
1444
|
+
@pulumi.getter(name="scaleOut")
|
1445
|
+
def scale_out(self) -> pulumi.Input[int]:
|
1446
|
+
"""
|
1447
|
+
The utilization triggering the scale-out operation in percent.
|
1448
|
+
"""
|
1449
|
+
return pulumi.get(self, "scale_out")
|
1450
|
+
|
1451
|
+
@scale_out.setter
|
1452
|
+
def scale_out(self, value: pulumi.Input[int]):
|
1453
|
+
pulumi.set(self, "scale_out", value)
|
1454
|
+
|
1455
|
+
|
1456
|
+
if not MYPY:
|
1457
|
+
class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict(TypedDict):
|
1458
|
+
scale_in: pulumi.Input[int]
|
1459
|
+
"""
|
1460
|
+
The utilization triggering the scale-in operation in percent.
|
1461
|
+
|
1462
|
+
- - -
|
1463
|
+
"""
|
1464
|
+
scale_out: pulumi.Input[int]
|
1465
|
+
"""
|
1466
|
+
The utilization triggering the scale-out operation in percent.
|
1467
|
+
"""
|
1468
|
+
elif False:
|
1469
|
+
PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict: TypeAlias = Mapping[str, Any]
|
1470
|
+
|
1471
|
+
@pulumi.input_type
|
1472
|
+
class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs:
|
1473
|
+
def __init__(__self__, *,
|
1474
|
+
scale_in: pulumi.Input[int],
|
1475
|
+
scale_out: pulumi.Input[int]):
|
1476
|
+
"""
|
1477
|
+
:param pulumi.Input[int] scale_in: The utilization triggering the scale-in operation in percent.
|
1478
|
+
|
1479
|
+
- - -
|
1480
|
+
:param pulumi.Input[int] scale_out: The utilization triggering the scale-out operation in percent.
|
1481
|
+
"""
|
1482
|
+
pulumi.set(__self__, "scale_in", scale_in)
|
1483
|
+
pulumi.set(__self__, "scale_out", scale_out)
|
1484
|
+
|
1485
|
+
@property
|
1486
|
+
@pulumi.getter(name="scaleIn")
|
1487
|
+
def scale_in(self) -> pulumi.Input[int]:
|
1488
|
+
"""
|
1489
|
+
The utilization triggering the scale-in operation in percent.
|
1490
|
+
|
1491
|
+
- - -
|
1492
|
+
"""
|
1493
|
+
return pulumi.get(self, "scale_in")
|
1494
|
+
|
1495
|
+
@scale_in.setter
|
1496
|
+
def scale_in(self, value: pulumi.Input[int]):
|
1497
|
+
pulumi.set(self, "scale_in", value)
|
1498
|
+
|
1499
|
+
@property
|
1500
|
+
@pulumi.getter(name="scaleOut")
|
1501
|
+
def scale_out(self) -> pulumi.Input[int]:
|
1502
|
+
"""
|
1503
|
+
The utilization triggering the scale-out operation in percent.
|
1504
|
+
"""
|
1505
|
+
return pulumi.get(self, "scale_out")
|
1506
|
+
|
1507
|
+
@scale_out.setter
|
1508
|
+
def scale_out(self, value: pulumi.Input[int]):
|
1509
|
+
pulumi.set(self, "scale_out", value)
|
1510
|
+
|
1511
|
+
|
1040
1512
|
if not MYPY:
|
1041
1513
|
class PrivateCloudManagementClusterNodeTypeConfigArgsDict(TypedDict):
|
1042
1514
|
node_count: pulumi.Input[int]
|
@@ -1125,8 +1597,6 @@ if not MYPY:
|
|
1125
1597
|
secondary_location: NotRequired[pulumi.Input[str]]
|
1126
1598
|
"""
|
1127
1599
|
Additional zone for a higher level of availability and load balancing.
|
1128
|
-
|
1129
|
-
- - -
|
1130
1600
|
"""
|
1131
1601
|
elif False:
|
1132
1602
|
PrivateCloudManagementClusterStretchedClusterConfigArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -1139,8 +1609,6 @@ class PrivateCloudManagementClusterStretchedClusterConfigArgs:
|
|
1139
1609
|
"""
|
1140
1610
|
:param pulumi.Input[str] preferred_location: Zone that will remain operational when connection between the two zones is lost.
|
1141
1611
|
:param pulumi.Input[str] secondary_location: Additional zone for a higher level of availability and load balancing.
|
1142
|
-
|
1143
|
-
- - -
|
1144
1612
|
"""
|
1145
1613
|
if preferred_location is not None:
|
1146
1614
|
pulumi.set(__self__, "preferred_location", preferred_location)
|
@@ -1164,8 +1632,6 @@ class PrivateCloudManagementClusterStretchedClusterConfigArgs:
|
|
1164
1632
|
def secondary_location(self) -> Optional[pulumi.Input[str]]:
|
1165
1633
|
"""
|
1166
1634
|
Additional zone for a higher level of availability and load balancing.
|
1167
|
-
|
1168
|
-
- - -
|
1169
1635
|
"""
|
1170
1636
|
return pulumi.get(self, "secondary_location")
|
1171
1637
|
|