pulumi-gcp 8.8.0a1730788810__py3-none-any.whl → 8.8.0a1730875301__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.8.0a1730788810.dist-info → pulumi_gcp-8.8.0a1730875301.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.8.0a1730788810.dist-info → pulumi_gcp-8.8.0a1730875301.dist-info}/RECORD +347 -344
- {pulumi_gcp-8.8.0a1730788810.dist-info → pulumi_gcp-8.8.0a1730875301.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.8.0a1730788810.dist-info → pulumi_gcp-8.8.0a1730875301.dist-info}/top_level.txt +0 -0
@@ -29,6 +29,11 @@ __all__ = [
|
|
29
29
|
'NetworkVpcNetwork',
|
30
30
|
'PrivateCloudHcx',
|
31
31
|
'PrivateCloudManagementCluster',
|
32
|
+
'PrivateCloudManagementClusterAutoscalingSettings',
|
33
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy',
|
34
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds',
|
35
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds',
|
36
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds',
|
32
37
|
'PrivateCloudManagementClusterNodeTypeConfig',
|
33
38
|
'PrivateCloudManagementClusterStretchedClusterConfig',
|
34
39
|
'PrivateCloudNetworkConfig',
|
@@ -48,6 +53,11 @@ __all__ = [
|
|
48
53
|
'GetNetworkVpcNetworkResult',
|
49
54
|
'GetPrivateCloudHcxResult',
|
50
55
|
'GetPrivateCloudManagementClusterResult',
|
56
|
+
'GetPrivateCloudManagementClusterAutoscalingSettingResult',
|
57
|
+
'GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyResult',
|
58
|
+
'GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyConsumedMemoryThresholdResult',
|
59
|
+
'GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyCpuThresholdResult',
|
60
|
+
'GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyStorageThresholdResult',
|
51
61
|
'GetPrivateCloudManagementClusterNodeTypeConfigResult',
|
52
62
|
'GetPrivateCloudManagementClusterStretchedClusterConfigResult',
|
53
63
|
'GetPrivateCloudNetworkConfigResult',
|
@@ -776,6 +786,8 @@ class PrivateCloudManagementCluster(dict):
|
|
776
786
|
suggest = None
|
777
787
|
if key == "clusterId":
|
778
788
|
suggest = "cluster_id"
|
789
|
+
elif key == "autoscalingSettings":
|
790
|
+
suggest = "autoscaling_settings"
|
779
791
|
elif key == "nodeTypeConfigs":
|
780
792
|
suggest = "node_type_configs"
|
781
793
|
elif key == "stretchedClusterConfig":
|
@@ -794,6 +806,7 @@ class PrivateCloudManagementCluster(dict):
|
|
794
806
|
|
795
807
|
def __init__(__self__, *,
|
796
808
|
cluster_id: str,
|
809
|
+
autoscaling_settings: Optional['outputs.PrivateCloudManagementClusterAutoscalingSettings'] = None,
|
797
810
|
node_type_configs: Optional[Sequence['outputs.PrivateCloudManagementClusterNodeTypeConfig']] = None,
|
798
811
|
stretched_cluster_config: Optional['outputs.PrivateCloudManagementClusterStretchedClusterConfig'] = None):
|
799
812
|
"""
|
@@ -803,6 +816,9 @@ class PrivateCloudManagementCluster(dict):
|
|
803
816
|
* Ends with a non-hyphen character
|
804
817
|
* Not formatted as a UUID
|
805
818
|
* Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
819
|
+
:param 'PrivateCloudManagementClusterAutoscalingSettingsArgs' autoscaling_settings: Configuration of the autoscaling applied to this cluster
|
820
|
+
Private cloud must have a minimum of 3 nodes to add autoscale settings
|
821
|
+
Structure is documented below.
|
806
822
|
:param Sequence['PrivateCloudManagementClusterNodeTypeConfigArgs'] node_type_configs: The map of cluster node types in this cluster,
|
807
823
|
where the key is canonical identifier of the node type (corresponds to the NodeType).
|
808
824
|
Structure is documented below.
|
@@ -810,6 +826,8 @@ class PrivateCloudManagementCluster(dict):
|
|
810
826
|
Structure is documented below.
|
811
827
|
"""
|
812
828
|
pulumi.set(__self__, "cluster_id", cluster_id)
|
829
|
+
if autoscaling_settings is not None:
|
830
|
+
pulumi.set(__self__, "autoscaling_settings", autoscaling_settings)
|
813
831
|
if node_type_configs is not None:
|
814
832
|
pulumi.set(__self__, "node_type_configs", node_type_configs)
|
815
833
|
if stretched_cluster_config is not None:
|
@@ -819,33 +837,411 @@ class PrivateCloudManagementCluster(dict):
|
|
819
837
|
@pulumi.getter(name="clusterId")
|
820
838
|
def cluster_id(self) -> str:
|
821
839
|
"""
|
822
|
-
The user-provided identifier of the new Cluster. The identifier must meet the following requirements:
|
823
|
-
* Only contains 1-63 alphanumeric characters and hyphens
|
824
|
-
* Begins with an alphabetical character
|
825
|
-
* Ends with a non-hyphen character
|
826
|
-
* Not formatted as a UUID
|
827
|
-
* Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
840
|
+
The user-provided identifier of the new Cluster. The identifier must meet the following requirements:
|
841
|
+
* Only contains 1-63 alphanumeric characters and hyphens
|
842
|
+
* Begins with an alphabetical character
|
843
|
+
* Ends with a non-hyphen character
|
844
|
+
* Not formatted as a UUID
|
845
|
+
* Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
846
|
+
"""
|
847
|
+
return pulumi.get(self, "cluster_id")
|
848
|
+
|
849
|
+
@property
|
850
|
+
@pulumi.getter(name="autoscalingSettings")
|
851
|
+
def autoscaling_settings(self) -> Optional['outputs.PrivateCloudManagementClusterAutoscalingSettings']:
|
852
|
+
"""
|
853
|
+
Configuration of the autoscaling applied to this cluster
|
854
|
+
Private cloud must have a minimum of 3 nodes to add autoscale settings
|
855
|
+
Structure is documented below.
|
856
|
+
"""
|
857
|
+
return pulumi.get(self, "autoscaling_settings")
|
858
|
+
|
859
|
+
@property
|
860
|
+
@pulumi.getter(name="nodeTypeConfigs")
|
861
|
+
def node_type_configs(self) -> Optional[Sequence['outputs.PrivateCloudManagementClusterNodeTypeConfig']]:
|
862
|
+
"""
|
863
|
+
The map of cluster node types in this cluster,
|
864
|
+
where the key is canonical identifier of the node type (corresponds to the NodeType).
|
865
|
+
Structure is documented below.
|
866
|
+
"""
|
867
|
+
return pulumi.get(self, "node_type_configs")
|
868
|
+
|
869
|
+
@property
|
870
|
+
@pulumi.getter(name="stretchedClusterConfig")
|
871
|
+
def stretched_cluster_config(self) -> Optional['outputs.PrivateCloudManagementClusterStretchedClusterConfig']:
|
872
|
+
"""
|
873
|
+
The stretched cluster configuration for the private cloud.
|
874
|
+
Structure is documented below.
|
875
|
+
"""
|
876
|
+
return pulumi.get(self, "stretched_cluster_config")
|
877
|
+
|
878
|
+
|
879
|
+
@pulumi.output_type
|
880
|
+
class PrivateCloudManagementClusterAutoscalingSettings(dict):
|
881
|
+
@staticmethod
|
882
|
+
def __key_warning(key: str):
|
883
|
+
suggest = None
|
884
|
+
if key == "autoscalingPolicies":
|
885
|
+
suggest = "autoscaling_policies"
|
886
|
+
elif key == "coolDownPeriod":
|
887
|
+
suggest = "cool_down_period"
|
888
|
+
elif key == "maxClusterNodeCount":
|
889
|
+
suggest = "max_cluster_node_count"
|
890
|
+
elif key == "minClusterNodeCount":
|
891
|
+
suggest = "min_cluster_node_count"
|
892
|
+
|
893
|
+
if suggest:
|
894
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateCloudManagementClusterAutoscalingSettings. Access the value via the '{suggest}' property getter instead.")
|
895
|
+
|
896
|
+
def __getitem__(self, key: str) -> Any:
|
897
|
+
PrivateCloudManagementClusterAutoscalingSettings.__key_warning(key)
|
898
|
+
return super().__getitem__(key)
|
899
|
+
|
900
|
+
def get(self, key: str, default = None) -> Any:
|
901
|
+
PrivateCloudManagementClusterAutoscalingSettings.__key_warning(key)
|
902
|
+
return super().get(key, default)
|
903
|
+
|
904
|
+
def __init__(__self__, *,
|
905
|
+
autoscaling_policies: Sequence['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy'],
|
906
|
+
cool_down_period: Optional[str] = None,
|
907
|
+
max_cluster_node_count: Optional[int] = None,
|
908
|
+
min_cluster_node_count: Optional[int] = None):
|
909
|
+
"""
|
910
|
+
:param Sequence['PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs'] autoscaling_policies: The map with autoscaling policies applied to the cluster.
|
911
|
+
The key is the identifier of the policy.
|
912
|
+
It must meet the following requirements:
|
913
|
+
* Only contains 1-63 alphanumeric characters and hyphens
|
914
|
+
* Begins with an alphabetical character
|
915
|
+
* Ends with a non-hyphen character
|
916
|
+
* Not formatted as a UUID
|
917
|
+
* Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
918
|
+
Currently the map must contain only one element
|
919
|
+
that describes the autoscaling policy for compute nodes.
|
920
|
+
Structure is documented below.
|
921
|
+
:param str cool_down_period: The minimum duration between consecutive autoscale operations.
|
922
|
+
It starts once addition or removal of nodes is fully completed.
|
923
|
+
Minimum cool down period is 30m.
|
924
|
+
Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
|
925
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
926
|
+
:param int max_cluster_node_count: Maximum number of nodes of any type in a cluster.
|
927
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
928
|
+
:param int min_cluster_node_count: Minimum number of nodes of any type in a cluster.
|
929
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
930
|
+
"""
|
931
|
+
pulumi.set(__self__, "autoscaling_policies", autoscaling_policies)
|
932
|
+
if cool_down_period is not None:
|
933
|
+
pulumi.set(__self__, "cool_down_period", cool_down_period)
|
934
|
+
if max_cluster_node_count is not None:
|
935
|
+
pulumi.set(__self__, "max_cluster_node_count", max_cluster_node_count)
|
936
|
+
if min_cluster_node_count is not None:
|
937
|
+
pulumi.set(__self__, "min_cluster_node_count", min_cluster_node_count)
|
938
|
+
|
939
|
+
@property
|
940
|
+
@pulumi.getter(name="autoscalingPolicies")
|
941
|
+
def autoscaling_policies(self) -> Sequence['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy']:
|
942
|
+
"""
|
943
|
+
The map with autoscaling policies applied to the cluster.
|
944
|
+
The key is the identifier of the policy.
|
945
|
+
It must meet the following requirements:
|
946
|
+
* Only contains 1-63 alphanumeric characters and hyphens
|
947
|
+
* Begins with an alphabetical character
|
948
|
+
* Ends with a non-hyphen character
|
949
|
+
* Not formatted as a UUID
|
950
|
+
* Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
951
|
+
Currently the map must contain only one element
|
952
|
+
that describes the autoscaling policy for compute nodes.
|
953
|
+
Structure is documented below.
|
954
|
+
"""
|
955
|
+
return pulumi.get(self, "autoscaling_policies")
|
956
|
+
|
957
|
+
@property
|
958
|
+
@pulumi.getter(name="coolDownPeriod")
|
959
|
+
def cool_down_period(self) -> Optional[str]:
|
960
|
+
"""
|
961
|
+
The minimum duration between consecutive autoscale operations.
|
962
|
+
It starts once addition or removal of nodes is fully completed.
|
963
|
+
Minimum cool down period is 30m.
|
964
|
+
Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
|
965
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
966
|
+
"""
|
967
|
+
return pulumi.get(self, "cool_down_period")
|
968
|
+
|
969
|
+
@property
|
970
|
+
@pulumi.getter(name="maxClusterNodeCount")
|
971
|
+
def max_cluster_node_count(self) -> Optional[int]:
|
972
|
+
"""
|
973
|
+
Maximum number of nodes of any type in a cluster.
|
974
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
975
|
+
"""
|
976
|
+
return pulumi.get(self, "max_cluster_node_count")
|
977
|
+
|
978
|
+
@property
|
979
|
+
@pulumi.getter(name="minClusterNodeCount")
|
980
|
+
def min_cluster_node_count(self) -> Optional[int]:
|
981
|
+
"""
|
982
|
+
Minimum number of nodes of any type in a cluster.
|
983
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
984
|
+
"""
|
985
|
+
return pulumi.get(self, "min_cluster_node_count")
|
986
|
+
|
987
|
+
|
988
|
+
@pulumi.output_type
|
989
|
+
class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy(dict):
|
990
|
+
@staticmethod
|
991
|
+
def __key_warning(key: str):
|
992
|
+
suggest = None
|
993
|
+
if key == "autoscalePolicyId":
|
994
|
+
suggest = "autoscale_policy_id"
|
995
|
+
elif key == "nodeTypeId":
|
996
|
+
suggest = "node_type_id"
|
997
|
+
elif key == "scaleOutSize":
|
998
|
+
suggest = "scale_out_size"
|
999
|
+
elif key == "consumedMemoryThresholds":
|
1000
|
+
suggest = "consumed_memory_thresholds"
|
1001
|
+
elif key == "cpuThresholds":
|
1002
|
+
suggest = "cpu_thresholds"
|
1003
|
+
elif key == "storageThresholds":
|
1004
|
+
suggest = "storage_thresholds"
|
1005
|
+
|
1006
|
+
if suggest:
|
1007
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy. Access the value via the '{suggest}' property getter instead.")
|
1008
|
+
|
1009
|
+
def __getitem__(self, key: str) -> Any:
|
1010
|
+
PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy.__key_warning(key)
|
1011
|
+
return super().__getitem__(key)
|
1012
|
+
|
1013
|
+
def get(self, key: str, default = None) -> Any:
|
1014
|
+
PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicy.__key_warning(key)
|
1015
|
+
return super().get(key, default)
|
1016
|
+
|
1017
|
+
def __init__(__self__, *,
|
1018
|
+
autoscale_policy_id: str,
|
1019
|
+
node_type_id: str,
|
1020
|
+
scale_out_size: int,
|
1021
|
+
consumed_memory_thresholds: Optional['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds'] = None,
|
1022
|
+
cpu_thresholds: Optional['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds'] = None,
|
1023
|
+
storage_thresholds: Optional['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds'] = None):
|
1024
|
+
"""
|
1025
|
+
:param str autoscale_policy_id: The identifier for this object. Format specified above.
|
1026
|
+
:param str node_type_id: The canonical identifier of the node type to add or remove.
|
1027
|
+
:param int scale_out_size: Number of nodes to add to a cluster during a scale-out operation.
|
1028
|
+
Must be divisible by 2 for stretched clusters.
|
1029
|
+
:param 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs' consumed_memory_thresholds: Utilization thresholds pertaining to amount of consumed memory.
|
1030
|
+
Structure is documented below.
|
1031
|
+
:param 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs' cpu_thresholds: Utilization thresholds pertaining to CPU utilization.
|
1032
|
+
Structure is documented below.
|
1033
|
+
:param 'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs' storage_thresholds: Utilization thresholds pertaining to amount of consumed storage.
|
1034
|
+
Structure is documented below.
|
1035
|
+
"""
|
1036
|
+
pulumi.set(__self__, "autoscale_policy_id", autoscale_policy_id)
|
1037
|
+
pulumi.set(__self__, "node_type_id", node_type_id)
|
1038
|
+
pulumi.set(__self__, "scale_out_size", scale_out_size)
|
1039
|
+
if consumed_memory_thresholds is not None:
|
1040
|
+
pulumi.set(__self__, "consumed_memory_thresholds", consumed_memory_thresholds)
|
1041
|
+
if cpu_thresholds is not None:
|
1042
|
+
pulumi.set(__self__, "cpu_thresholds", cpu_thresholds)
|
1043
|
+
if storage_thresholds is not None:
|
1044
|
+
pulumi.set(__self__, "storage_thresholds", storage_thresholds)
|
1045
|
+
|
1046
|
+
@property
|
1047
|
+
@pulumi.getter(name="autoscalePolicyId")
|
1048
|
+
def autoscale_policy_id(self) -> str:
|
1049
|
+
"""
|
1050
|
+
The identifier for this object. Format specified above.
|
1051
|
+
"""
|
1052
|
+
return pulumi.get(self, "autoscale_policy_id")
|
1053
|
+
|
1054
|
+
@property
|
1055
|
+
@pulumi.getter(name="nodeTypeId")
|
1056
|
+
def node_type_id(self) -> str:
|
1057
|
+
"""
|
1058
|
+
The canonical identifier of the node type to add or remove.
|
1059
|
+
"""
|
1060
|
+
return pulumi.get(self, "node_type_id")
|
1061
|
+
|
1062
|
+
@property
|
1063
|
+
@pulumi.getter(name="scaleOutSize")
|
1064
|
+
def scale_out_size(self) -> int:
|
1065
|
+
"""
|
1066
|
+
Number of nodes to add to a cluster during a scale-out operation.
|
1067
|
+
Must be divisible by 2 for stretched clusters.
|
1068
|
+
"""
|
1069
|
+
return pulumi.get(self, "scale_out_size")
|
1070
|
+
|
1071
|
+
@property
|
1072
|
+
@pulumi.getter(name="consumedMemoryThresholds")
|
1073
|
+
def consumed_memory_thresholds(self) -> Optional['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds']:
|
1074
|
+
"""
|
1075
|
+
Utilization thresholds pertaining to amount of consumed memory.
|
1076
|
+
Structure is documented below.
|
1077
|
+
"""
|
1078
|
+
return pulumi.get(self, "consumed_memory_thresholds")
|
1079
|
+
|
1080
|
+
@property
|
1081
|
+
@pulumi.getter(name="cpuThresholds")
|
1082
|
+
def cpu_thresholds(self) -> Optional['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds']:
|
1083
|
+
"""
|
1084
|
+
Utilization thresholds pertaining to CPU utilization.
|
1085
|
+
Structure is documented below.
|
1086
|
+
"""
|
1087
|
+
return pulumi.get(self, "cpu_thresholds")
|
1088
|
+
|
1089
|
+
@property
|
1090
|
+
@pulumi.getter(name="storageThresholds")
|
1091
|
+
def storage_thresholds(self) -> Optional['outputs.PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds']:
|
1092
|
+
"""
|
1093
|
+
Utilization thresholds pertaining to amount of consumed storage.
|
1094
|
+
Structure is documented below.
|
1095
|
+
"""
|
1096
|
+
return pulumi.get(self, "storage_thresholds")
|
1097
|
+
|
1098
|
+
|
1099
|
+
@pulumi.output_type
|
1100
|
+
class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds(dict):
|
1101
|
+
@staticmethod
|
1102
|
+
def __key_warning(key: str):
|
1103
|
+
suggest = None
|
1104
|
+
if key == "scaleIn":
|
1105
|
+
suggest = "scale_in"
|
1106
|
+
elif key == "scaleOut":
|
1107
|
+
suggest = "scale_out"
|
1108
|
+
|
1109
|
+
if suggest:
|
1110
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds. Access the value via the '{suggest}' property getter instead.")
|
1111
|
+
|
1112
|
+
def __getitem__(self, key: str) -> Any:
|
1113
|
+
PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds.__key_warning(key)
|
1114
|
+
return super().__getitem__(key)
|
1115
|
+
|
1116
|
+
def get(self, key: str, default = None) -> Any:
|
1117
|
+
PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholds.__key_warning(key)
|
1118
|
+
return super().get(key, default)
|
1119
|
+
|
1120
|
+
def __init__(__self__, *,
|
1121
|
+
scale_in: int,
|
1122
|
+
scale_out: int):
|
1123
|
+
"""
|
1124
|
+
:param int scale_in: The utilization triggering the scale-in operation in percent.
|
1125
|
+
:param int scale_out: The utilization triggering the scale-out operation in percent.
|
1126
|
+
"""
|
1127
|
+
pulumi.set(__self__, "scale_in", scale_in)
|
1128
|
+
pulumi.set(__self__, "scale_out", scale_out)
|
1129
|
+
|
1130
|
+
@property
|
1131
|
+
@pulumi.getter(name="scaleIn")
|
1132
|
+
def scale_in(self) -> int:
|
1133
|
+
"""
|
1134
|
+
The utilization triggering the scale-in operation in percent.
|
1135
|
+
"""
|
1136
|
+
return pulumi.get(self, "scale_in")
|
1137
|
+
|
1138
|
+
@property
|
1139
|
+
@pulumi.getter(name="scaleOut")
|
1140
|
+
def scale_out(self) -> int:
|
1141
|
+
"""
|
1142
|
+
The utilization triggering the scale-out operation in percent.
|
1143
|
+
"""
|
1144
|
+
return pulumi.get(self, "scale_out")
|
1145
|
+
|
1146
|
+
|
1147
|
+
@pulumi.output_type
|
1148
|
+
class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds(dict):
|
1149
|
+
@staticmethod
|
1150
|
+
def __key_warning(key: str):
|
1151
|
+
suggest = None
|
1152
|
+
if key == "scaleIn":
|
1153
|
+
suggest = "scale_in"
|
1154
|
+
elif key == "scaleOut":
|
1155
|
+
suggest = "scale_out"
|
1156
|
+
|
1157
|
+
if suggest:
|
1158
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds. Access the value via the '{suggest}' property getter instead.")
|
1159
|
+
|
1160
|
+
def __getitem__(self, key: str) -> Any:
|
1161
|
+
PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds.__key_warning(key)
|
1162
|
+
return super().__getitem__(key)
|
1163
|
+
|
1164
|
+
def get(self, key: str, default = None) -> Any:
|
1165
|
+
PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholds.__key_warning(key)
|
1166
|
+
return super().get(key, default)
|
1167
|
+
|
1168
|
+
def __init__(__self__, *,
|
1169
|
+
scale_in: int,
|
1170
|
+
scale_out: int):
|
1171
|
+
"""
|
1172
|
+
:param int scale_in: The utilization triggering the scale-in operation in percent.
|
1173
|
+
:param int scale_out: The utilization triggering the scale-out operation in percent.
|
1174
|
+
"""
|
1175
|
+
pulumi.set(__self__, "scale_in", scale_in)
|
1176
|
+
pulumi.set(__self__, "scale_out", scale_out)
|
1177
|
+
|
1178
|
+
@property
|
1179
|
+
@pulumi.getter(name="scaleIn")
|
1180
|
+
def scale_in(self) -> int:
|
1181
|
+
"""
|
1182
|
+
The utilization triggering the scale-in operation in percent.
|
1183
|
+
"""
|
1184
|
+
return pulumi.get(self, "scale_in")
|
1185
|
+
|
1186
|
+
@property
|
1187
|
+
@pulumi.getter(name="scaleOut")
|
1188
|
+
def scale_out(self) -> int:
|
1189
|
+
"""
|
1190
|
+
The utilization triggering the scale-out operation in percent.
|
1191
|
+
"""
|
1192
|
+
return pulumi.get(self, "scale_out")
|
1193
|
+
|
1194
|
+
|
1195
|
+
@pulumi.output_type
|
1196
|
+
class PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds(dict):
|
1197
|
+
@staticmethod
|
1198
|
+
def __key_warning(key: str):
|
1199
|
+
suggest = None
|
1200
|
+
if key == "scaleIn":
|
1201
|
+
suggest = "scale_in"
|
1202
|
+
elif key == "scaleOut":
|
1203
|
+
suggest = "scale_out"
|
1204
|
+
|
1205
|
+
if suggest:
|
1206
|
+
pulumi.log.warn(f"Key '{key}' not found in PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds. Access the value via the '{suggest}' property getter instead.")
|
1207
|
+
|
1208
|
+
def __getitem__(self, key: str) -> Any:
|
1209
|
+
PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds.__key_warning(key)
|
1210
|
+
return super().__getitem__(key)
|
1211
|
+
|
1212
|
+
def get(self, key: str, default = None) -> Any:
|
1213
|
+
PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholds.__key_warning(key)
|
1214
|
+
return super().get(key, default)
|
1215
|
+
|
1216
|
+
def __init__(__self__, *,
|
1217
|
+
scale_in: int,
|
1218
|
+
scale_out: int):
|
1219
|
+
"""
|
1220
|
+
:param int scale_in: The utilization triggering the scale-in operation in percent.
|
1221
|
+
|
1222
|
+
- - -
|
1223
|
+
:param int scale_out: The utilization triggering the scale-out operation in percent.
|
828
1224
|
"""
|
829
|
-
|
1225
|
+
pulumi.set(__self__, "scale_in", scale_in)
|
1226
|
+
pulumi.set(__self__, "scale_out", scale_out)
|
830
1227
|
|
831
1228
|
@property
|
832
|
-
@pulumi.getter(name="
|
833
|
-
def
|
1229
|
+
@pulumi.getter(name="scaleIn")
|
1230
|
+
def scale_in(self) -> int:
|
834
1231
|
"""
|
835
|
-
The
|
836
|
-
|
837
|
-
|
1232
|
+
The utilization triggering the scale-in operation in percent.
|
1233
|
+
|
1234
|
+
- - -
|
838
1235
|
"""
|
839
|
-
return pulumi.get(self, "
|
1236
|
+
return pulumi.get(self, "scale_in")
|
840
1237
|
|
841
1238
|
@property
|
842
|
-
@pulumi.getter(name="
|
843
|
-
def
|
1239
|
+
@pulumi.getter(name="scaleOut")
|
1240
|
+
def scale_out(self) -> int:
|
844
1241
|
"""
|
845
|
-
The
|
846
|
-
Structure is documented below.
|
1242
|
+
The utilization triggering the scale-out operation in percent.
|
847
1243
|
"""
|
848
|
-
return pulumi.get(self, "
|
1244
|
+
return pulumi.get(self, "scale_out")
|
849
1245
|
|
850
1246
|
|
851
1247
|
@pulumi.output_type
|
@@ -943,8 +1339,6 @@ class PrivateCloudManagementClusterStretchedClusterConfig(dict):
|
|
943
1339
|
"""
|
944
1340
|
:param str preferred_location: Zone that will remain operational when connection between the two zones is lost.
|
945
1341
|
:param str secondary_location: Additional zone for a higher level of availability and load balancing.
|
946
|
-
|
947
|
-
- - -
|
948
1342
|
"""
|
949
1343
|
if preferred_location is not None:
|
950
1344
|
pulumi.set(__self__, "preferred_location", preferred_location)
|
@@ -964,8 +1358,6 @@ class PrivateCloudManagementClusterStretchedClusterConfig(dict):
|
|
964
1358
|
def secondary_location(self) -> Optional[str]:
|
965
1359
|
"""
|
966
1360
|
Additional zone for a higher level of availability and load balancing.
|
967
|
-
|
968
|
-
- - -
|
969
1361
|
"""
|
970
1362
|
return pulumi.get(self, "secondary_location")
|
971
1363
|
|
@@ -1769,10 +2161,13 @@ class GetPrivateCloudHcxResult(dict):
|
|
1769
2161
|
@pulumi.output_type
|
1770
2162
|
class GetPrivateCloudManagementClusterResult(dict):
|
1771
2163
|
def __init__(__self__, *,
|
2164
|
+
autoscaling_settings: Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingResult'],
|
1772
2165
|
cluster_id: str,
|
1773
2166
|
node_type_configs: Sequence['outputs.GetPrivateCloudManagementClusterNodeTypeConfigResult'],
|
1774
2167
|
stretched_cluster_configs: Sequence['outputs.GetPrivateCloudManagementClusterStretchedClusterConfigResult']):
|
1775
2168
|
"""
|
2169
|
+
:param Sequence['GetPrivateCloudManagementClusterAutoscalingSettingArgs'] autoscaling_settings: Configuration of the autoscaling applied to this cluster
|
2170
|
+
Private cloud must have a minimum of 3 nodes to add autoscale settings
|
1776
2171
|
:param str cluster_id: The user-provided identifier of the new Cluster. The identifier must meet the following requirements:
|
1777
2172
|
* Only contains 1-63 alphanumeric characters and hyphens
|
1778
2173
|
* Begins with an alphabetical character
|
@@ -1783,10 +2178,20 @@ class GetPrivateCloudManagementClusterResult(dict):
|
|
1783
2178
|
where the key is canonical identifier of the node type (corresponds to the NodeType).
|
1784
2179
|
:param Sequence['GetPrivateCloudManagementClusterStretchedClusterConfigArgs'] stretched_cluster_configs: The stretched cluster configuration for the private cloud.
|
1785
2180
|
"""
|
2181
|
+
pulumi.set(__self__, "autoscaling_settings", autoscaling_settings)
|
1786
2182
|
pulumi.set(__self__, "cluster_id", cluster_id)
|
1787
2183
|
pulumi.set(__self__, "node_type_configs", node_type_configs)
|
1788
2184
|
pulumi.set(__self__, "stretched_cluster_configs", stretched_cluster_configs)
|
1789
2185
|
|
2186
|
+
@property
|
2187
|
+
@pulumi.getter(name="autoscalingSettings")
|
2188
|
+
def autoscaling_settings(self) -> Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingResult']:
|
2189
|
+
"""
|
2190
|
+
Configuration of the autoscaling applied to this cluster
|
2191
|
+
Private cloud must have a minimum of 3 nodes to add autoscale settings
|
2192
|
+
"""
|
2193
|
+
return pulumi.get(self, "autoscaling_settings")
|
2194
|
+
|
1790
2195
|
@property
|
1791
2196
|
@pulumi.getter(name="clusterId")
|
1792
2197
|
def cluster_id(self) -> str:
|
@@ -1818,6 +2223,247 @@ class GetPrivateCloudManagementClusterResult(dict):
|
|
1818
2223
|
return pulumi.get(self, "stretched_cluster_configs")
|
1819
2224
|
|
1820
2225
|
|
2226
|
+
@pulumi.output_type
|
2227
|
+
class GetPrivateCloudManagementClusterAutoscalingSettingResult(dict):
|
2228
|
+
def __init__(__self__, *,
|
2229
|
+
autoscaling_policies: Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyResult'],
|
2230
|
+
cool_down_period: str,
|
2231
|
+
max_cluster_node_count: int,
|
2232
|
+
min_cluster_node_count: int):
|
2233
|
+
"""
|
2234
|
+
:param Sequence['GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyArgs'] autoscaling_policies: The map with autoscaling policies applied to the cluster.
|
2235
|
+
The key is the identifier of the policy.
|
2236
|
+
It must meet the following requirements:
|
2237
|
+
* Only contains 1-63 alphanumeric characters and hyphens
|
2238
|
+
* Begins with an alphabetical character
|
2239
|
+
* Ends with a non-hyphen character
|
2240
|
+
* Not formatted as a UUID
|
2241
|
+
* Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
2242
|
+
|
2243
|
+
Currently the map must contain only one element
|
2244
|
+
that describes the autoscaling policy for compute nodes.
|
2245
|
+
:param str cool_down_period: The minimum duration between consecutive autoscale operations.
|
2246
|
+
It starts once addition or removal of nodes is fully completed.
|
2247
|
+
Minimum cool down period is 30m.
|
2248
|
+
Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
|
2249
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
2250
|
+
:param int max_cluster_node_count: Maximum number of nodes of any type in a cluster.
|
2251
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
2252
|
+
:param int min_cluster_node_count: Minimum number of nodes of any type in a cluster.
|
2253
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
2254
|
+
"""
|
2255
|
+
pulumi.set(__self__, "autoscaling_policies", autoscaling_policies)
|
2256
|
+
pulumi.set(__self__, "cool_down_period", cool_down_period)
|
2257
|
+
pulumi.set(__self__, "max_cluster_node_count", max_cluster_node_count)
|
2258
|
+
pulumi.set(__self__, "min_cluster_node_count", min_cluster_node_count)
|
2259
|
+
|
2260
|
+
@property
|
2261
|
+
@pulumi.getter(name="autoscalingPolicies")
|
2262
|
+
def autoscaling_policies(self) -> Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyResult']:
|
2263
|
+
"""
|
2264
|
+
The map with autoscaling policies applied to the cluster.
|
2265
|
+
The key is the identifier of the policy.
|
2266
|
+
It must meet the following requirements:
|
2267
|
+
* Only contains 1-63 alphanumeric characters and hyphens
|
2268
|
+
* Begins with an alphabetical character
|
2269
|
+
* Ends with a non-hyphen character
|
2270
|
+
* Not formatted as a UUID
|
2271
|
+
* Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
2272
|
+
|
2273
|
+
Currently the map must contain only one element
|
2274
|
+
that describes the autoscaling policy for compute nodes.
|
2275
|
+
"""
|
2276
|
+
return pulumi.get(self, "autoscaling_policies")
|
2277
|
+
|
2278
|
+
@property
|
2279
|
+
@pulumi.getter(name="coolDownPeriod")
|
2280
|
+
def cool_down_period(self) -> str:
|
2281
|
+
"""
|
2282
|
+
The minimum duration between consecutive autoscale operations.
|
2283
|
+
It starts once addition or removal of nodes is fully completed.
|
2284
|
+
Minimum cool down period is 30m.
|
2285
|
+
Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
|
2286
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
2287
|
+
"""
|
2288
|
+
return pulumi.get(self, "cool_down_period")
|
2289
|
+
|
2290
|
+
@property
|
2291
|
+
@pulumi.getter(name="maxClusterNodeCount")
|
2292
|
+
def max_cluster_node_count(self) -> int:
|
2293
|
+
"""
|
2294
|
+
Maximum number of nodes of any type in a cluster.
|
2295
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
2296
|
+
"""
|
2297
|
+
return pulumi.get(self, "max_cluster_node_count")
|
2298
|
+
|
2299
|
+
@property
|
2300
|
+
@pulumi.getter(name="minClusterNodeCount")
|
2301
|
+
def min_cluster_node_count(self) -> int:
|
2302
|
+
"""
|
2303
|
+
Minimum number of nodes of any type in a cluster.
|
2304
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
2305
|
+
"""
|
2306
|
+
return pulumi.get(self, "min_cluster_node_count")
|
2307
|
+
|
2308
|
+
|
2309
|
+
@pulumi.output_type
|
2310
|
+
class GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyResult(dict):
|
2311
|
+
def __init__(__self__, *,
|
2312
|
+
autoscale_policy_id: str,
|
2313
|
+
consumed_memory_thresholds: Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyConsumedMemoryThresholdResult'],
|
2314
|
+
cpu_thresholds: Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyCpuThresholdResult'],
|
2315
|
+
node_type_id: str,
|
2316
|
+
scale_out_size: int,
|
2317
|
+
storage_thresholds: Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyStorageThresholdResult']):
|
2318
|
+
"""
|
2319
|
+
:param Sequence['GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyConsumedMemoryThresholdArgs'] consumed_memory_thresholds: Utilization thresholds pertaining to amount of consumed memory.
|
2320
|
+
:param Sequence['GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyCpuThresholdArgs'] cpu_thresholds: Utilization thresholds pertaining to CPU utilization.
|
2321
|
+
:param str node_type_id: The canonical identifier of the node type to add or remove.
|
2322
|
+
:param int scale_out_size: Number of nodes to add to a cluster during a scale-out operation.
|
2323
|
+
Must be divisible by 2 for stretched clusters.
|
2324
|
+
:param Sequence['GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyStorageThresholdArgs'] storage_thresholds: Utilization thresholds pertaining to amount of consumed storage.
|
2325
|
+
"""
|
2326
|
+
pulumi.set(__self__, "autoscale_policy_id", autoscale_policy_id)
|
2327
|
+
pulumi.set(__self__, "consumed_memory_thresholds", consumed_memory_thresholds)
|
2328
|
+
pulumi.set(__self__, "cpu_thresholds", cpu_thresholds)
|
2329
|
+
pulumi.set(__self__, "node_type_id", node_type_id)
|
2330
|
+
pulumi.set(__self__, "scale_out_size", scale_out_size)
|
2331
|
+
pulumi.set(__self__, "storage_thresholds", storage_thresholds)
|
2332
|
+
|
2333
|
+
@property
|
2334
|
+
@pulumi.getter(name="autoscalePolicyId")
|
2335
|
+
def autoscale_policy_id(self) -> str:
|
2336
|
+
return pulumi.get(self, "autoscale_policy_id")
|
2337
|
+
|
2338
|
+
@property
|
2339
|
+
@pulumi.getter(name="consumedMemoryThresholds")
|
2340
|
+
def consumed_memory_thresholds(self) -> Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyConsumedMemoryThresholdResult']:
|
2341
|
+
"""
|
2342
|
+
Utilization thresholds pertaining to amount of consumed memory.
|
2343
|
+
"""
|
2344
|
+
return pulumi.get(self, "consumed_memory_thresholds")
|
2345
|
+
|
2346
|
+
@property
|
2347
|
+
@pulumi.getter(name="cpuThresholds")
|
2348
|
+
def cpu_thresholds(self) -> Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyCpuThresholdResult']:
|
2349
|
+
"""
|
2350
|
+
Utilization thresholds pertaining to CPU utilization.
|
2351
|
+
"""
|
2352
|
+
return pulumi.get(self, "cpu_thresholds")
|
2353
|
+
|
2354
|
+
@property
|
2355
|
+
@pulumi.getter(name="nodeTypeId")
|
2356
|
+
def node_type_id(self) -> str:
|
2357
|
+
"""
|
2358
|
+
The canonical identifier of the node type to add or remove.
|
2359
|
+
"""
|
2360
|
+
return pulumi.get(self, "node_type_id")
|
2361
|
+
|
2362
|
+
@property
|
2363
|
+
@pulumi.getter(name="scaleOutSize")
|
2364
|
+
def scale_out_size(self) -> int:
|
2365
|
+
"""
|
2366
|
+
Number of nodes to add to a cluster during a scale-out operation.
|
2367
|
+
Must be divisible by 2 for stretched clusters.
|
2368
|
+
"""
|
2369
|
+
return pulumi.get(self, "scale_out_size")
|
2370
|
+
|
2371
|
+
@property
|
2372
|
+
@pulumi.getter(name="storageThresholds")
|
2373
|
+
def storage_thresholds(self) -> Sequence['outputs.GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyStorageThresholdResult']:
|
2374
|
+
"""
|
2375
|
+
Utilization thresholds pertaining to amount of consumed storage.
|
2376
|
+
"""
|
2377
|
+
return pulumi.get(self, "storage_thresholds")
|
2378
|
+
|
2379
|
+
|
2380
|
+
@pulumi.output_type
|
2381
|
+
class GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyConsumedMemoryThresholdResult(dict):
|
2382
|
+
def __init__(__self__, *,
|
2383
|
+
scale_in: int,
|
2384
|
+
scale_out: int):
|
2385
|
+
"""
|
2386
|
+
:param int scale_in: The utilization triggering the scale-in operation in percent.
|
2387
|
+
:param int scale_out: The utilization triggering the scale-out operation in percent.
|
2388
|
+
"""
|
2389
|
+
pulumi.set(__self__, "scale_in", scale_in)
|
2390
|
+
pulumi.set(__self__, "scale_out", scale_out)
|
2391
|
+
|
2392
|
+
@property
|
2393
|
+
@pulumi.getter(name="scaleIn")
|
2394
|
+
def scale_in(self) -> int:
|
2395
|
+
"""
|
2396
|
+
The utilization triggering the scale-in operation in percent.
|
2397
|
+
"""
|
2398
|
+
return pulumi.get(self, "scale_in")
|
2399
|
+
|
2400
|
+
@property
|
2401
|
+
@pulumi.getter(name="scaleOut")
|
2402
|
+
def scale_out(self) -> int:
|
2403
|
+
"""
|
2404
|
+
The utilization triggering the scale-out operation in percent.
|
2405
|
+
"""
|
2406
|
+
return pulumi.get(self, "scale_out")
|
2407
|
+
|
2408
|
+
|
2409
|
+
@pulumi.output_type
|
2410
|
+
class GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyCpuThresholdResult(dict):
|
2411
|
+
def __init__(__self__, *,
|
2412
|
+
scale_in: int,
|
2413
|
+
scale_out: int):
|
2414
|
+
"""
|
2415
|
+
:param int scale_in: The utilization triggering the scale-in operation in percent.
|
2416
|
+
:param int scale_out: The utilization triggering the scale-out operation in percent.
|
2417
|
+
"""
|
2418
|
+
pulumi.set(__self__, "scale_in", scale_in)
|
2419
|
+
pulumi.set(__self__, "scale_out", scale_out)
|
2420
|
+
|
2421
|
+
@property
|
2422
|
+
@pulumi.getter(name="scaleIn")
|
2423
|
+
def scale_in(self) -> int:
|
2424
|
+
"""
|
2425
|
+
The utilization triggering the scale-in operation in percent.
|
2426
|
+
"""
|
2427
|
+
return pulumi.get(self, "scale_in")
|
2428
|
+
|
2429
|
+
@property
|
2430
|
+
@pulumi.getter(name="scaleOut")
|
2431
|
+
def scale_out(self) -> int:
|
2432
|
+
"""
|
2433
|
+
The utilization triggering the scale-out operation in percent.
|
2434
|
+
"""
|
2435
|
+
return pulumi.get(self, "scale_out")
|
2436
|
+
|
2437
|
+
|
2438
|
+
@pulumi.output_type
|
2439
|
+
class GetPrivateCloudManagementClusterAutoscalingSettingAutoscalingPolicyStorageThresholdResult(dict):
|
2440
|
+
def __init__(__self__, *,
|
2441
|
+
scale_in: int,
|
2442
|
+
scale_out: int):
|
2443
|
+
"""
|
2444
|
+
:param int scale_in: The utilization triggering the scale-in operation in percent.
|
2445
|
+
:param int scale_out: The utilization triggering the scale-out operation in percent.
|
2446
|
+
"""
|
2447
|
+
pulumi.set(__self__, "scale_in", scale_in)
|
2448
|
+
pulumi.set(__self__, "scale_out", scale_out)
|
2449
|
+
|
2450
|
+
@property
|
2451
|
+
@pulumi.getter(name="scaleIn")
|
2452
|
+
def scale_in(self) -> int:
|
2453
|
+
"""
|
2454
|
+
The utilization triggering the scale-in operation in percent.
|
2455
|
+
"""
|
2456
|
+
return pulumi.get(self, "scale_in")
|
2457
|
+
|
2458
|
+
@property
|
2459
|
+
@pulumi.getter(name="scaleOut")
|
2460
|
+
def scale_out(self) -> int:
|
2461
|
+
"""
|
2462
|
+
The utilization triggering the scale-out operation in percent.
|
2463
|
+
"""
|
2464
|
+
return pulumi.get(self, "scale_out")
|
2465
|
+
|
2466
|
+
|
1821
2467
|
@pulumi.output_type
|
1822
2468
|
class GetPrivateCloudManagementClusterNodeTypeConfigResult(dict):
|
1823
2469
|
def __init__(__self__, *,
|