pulumi-gcp 8.7.0a1730183903__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 +78 -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/accesscontextmanager/service_perimeter.py +2 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +4 -0
- pulumi_gcp/accesscontextmanager/service_perimeters.py +2 -0
- 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/__init__.py +2 -0
- pulumi_gcp/apigee/_inputs.py +108 -0
- pulumi_gcp/apigee/app_group.py +811 -0
- pulumi_gcp/apigee/developer.py +757 -0
- 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/apigee/outputs.py +64 -0
- 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/get_docker_image.py +40 -0
- 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 +14 -14
- 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/job.py +6 -6
- 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/get_service.py +12 -1
- 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 +94 -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 +396 -166
- 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.py +76 -0
- 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_backend_service.py +12 -1
- pulumi_gcp/compute/get_instance.py +29 -1
- pulumi_gcp/compute/get_instance_guest_attributes.py +277 -0
- pulumi_gcp/compute/get_instance_template.py +29 -1
- pulumi_gcp/compute/get_region_instance_group_manager.py +0 -18
- pulumi_gcp/compute/get_region_instance_template.py +29 -1
- 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.py +89 -0
- pulumi_gcp/compute/instance_from_machine_image.py +82 -0
- pulumi_gcp/compute/instance_from_template.py +82 -0
- 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/instance_template.py +75 -0
- 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/network_firewall_policy_association.py +76 -50
- pulumi_gcp/compute/network_firewall_policy_rule.py +149 -103
- pulumi_gcp/compute/outputs.py +367 -110
- pulumi_gcp/compute/region_backend_service.py +94 -0
- 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_instance_template.py +75 -0
- pulumi_gcp/compute/region_network_endpoint_group.py +6 -4
- pulumi_gcp/compute/region_network_firewall_policy_association.py +104 -54
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +160 -107
- 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/config/__init__.pyi +4 -0
- pulumi_gcp/config/vars.py +8 -0
- pulumi_gcp/container/attached_cluster.py +9 -6
- pulumi_gcp/container/aws_node_pool.py +12 -12
- pulumi_gcp/container/outputs.py +2 -2
- 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/datastream/stream.py +2 -2
- pulumi_gcp/diagflow/_inputs.py +472 -2
- pulumi_gcp/diagflow/cx_agent.py +64 -4
- pulumi_gcp/diagflow/cx_flow.py +34 -4
- pulumi_gcp/diagflow/cx_page.py +10 -10
- pulumi_gcp/diagflow/outputs.py +378 -2
- 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.py +2 -4
- 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/iam/workload_identity_pool_provider.py +56 -0
- 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/looker/instance.py +104 -2
- pulumi_gcp/memorystore/_inputs.py +117 -4
- pulumi_gcp/memorystore/instance.py +105 -0
- pulumi_gcp/memorystore/outputs.py +80 -4
- pulumi_gcp/monitoring/_inputs.py +23 -0
- pulumi_gcp/monitoring/get_secret_version.py +22 -3
- pulumi_gcp/monitoring/outputs.py +16 -0
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/_inputs.py +148 -0
- pulumi_gcp/networkconnectivity/group.py +764 -0
- pulumi_gcp/networkconnectivity/outputs.py +125 -0
- pulumi_gcp/networkconnectivity/spoke.py +144 -0
- 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/networksecurity/server_tls_policy.py +2 -2
- 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/oracledatabase/__init__.py +20 -0
- pulumi_gcp/oracledatabase/_inputs.py +4745 -0
- pulumi_gcp/oracledatabase/autonomous_database.py +983 -0
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +842 -0
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +1086 -0
- pulumi_gcp/oracledatabase/get_autonomous_database.py +290 -0
- pulumi_gcp/oracledatabase/get_autonomous_databases.py +150 -0
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +257 -0
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +150 -0
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +290 -0
- pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +150 -0
- pulumi_gcp/oracledatabase/get_db_nodes.py +245 -0
- pulumi_gcp/oracledatabase/get_db_servers.py +245 -0
- pulumi_gcp/oracledatabase/outputs.py +9304 -0
- pulumi_gcp/organizations/folder.py +7 -7
- pulumi_gcp/organizations/project.py +7 -7
- pulumi_gcp/orgpolicy/_inputs.py +3 -3
- pulumi_gcp/orgpolicy/outputs.py +2 -2
- pulumi_gcp/osconfig/os_policy_assignment.py +4 -4
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +46 -2
- pulumi_gcp/provider.py +40 -0
- 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/get_regional_secret_version.py +24 -5
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +24 -5
- pulumi_gcp/secretmanager/get_secret_version.py +22 -3
- pulumi_gcp/secretmanager/get_secret_version_access.py +22 -3
- pulumi_gcp/secretmanager/regional_secret.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/siteverification/get_token.py +0 -16
- pulumi_gcp/siteverification/owner.py +0 -16
- 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 +237 -17
- pulumi_gcp/spanner/outputs.py +307 -12
- pulumi_gcp/sql/_inputs.py +12 -9
- pulumi_gcp/sql/outputs.py +8 -6
- pulumi_gcp/sql/user.py +28 -21
- pulumi_gcp/storage/_inputs.py +33 -0
- pulumi_gcp/storage/bucket.py +47 -0
- 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/get_bucket.py +12 -1
- 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 +38 -0
- 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/transcoder/__init__.py +11 -0
- pulumi_gcp/transcoder/_inputs.py +3991 -0
- pulumi_gcp/transcoder/job.py +2134 -0
- pulumi_gcp/transcoder/job_template.py +1524 -0
- pulumi_gcp/transcoder/outputs.py +2918 -0
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
- 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 +912 -6
- pulumi_gcp/vmwareengine/cluster.py +100 -2
- pulumi_gcp/vmwareengine/get_cluster.py +12 -1
- pulumi_gcp/vmwareengine/outputs.py +1310 -49
- pulumi_gcp/vmwareengine/private_cloud.py +44 -0
- pulumi_gcp/workstations/_inputs.py +54 -0
- pulumi_gcp/workstations/outputs.py +32 -0
- pulumi_gcp/workstations/workstation_config.py +211 -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.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/RECORD +437 -412
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.7.0a1730183903.dist-info → pulumi_gcp-8.8.0.dist-info}/top_level.txt +0 -0
@@ -15,6 +15,16 @@ else:
|
|
15
15
|
from .. import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
+
'ClusterAutoscalingSettingsArgs',
|
19
|
+
'ClusterAutoscalingSettingsArgsDict',
|
20
|
+
'ClusterAutoscalingSettingsAutoscalingPolicyArgs',
|
21
|
+
'ClusterAutoscalingSettingsAutoscalingPolicyArgsDict',
|
22
|
+
'ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs',
|
23
|
+
'ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict',
|
24
|
+
'ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs',
|
25
|
+
'ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict',
|
26
|
+
'ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs',
|
27
|
+
'ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict',
|
18
28
|
'ClusterNodeTypeConfigArgs',
|
19
29
|
'ClusterNodeTypeConfigArgsDict',
|
20
30
|
'ExternalAccessRuleDestinationIpRangeArgs',
|
@@ -31,6 +41,16 @@ __all__ = [
|
|
31
41
|
'PrivateCloudHcxArgsDict',
|
32
42
|
'PrivateCloudManagementClusterArgs',
|
33
43
|
'PrivateCloudManagementClusterArgsDict',
|
44
|
+
'PrivateCloudManagementClusterAutoscalingSettingsArgs',
|
45
|
+
'PrivateCloudManagementClusterAutoscalingSettingsArgsDict',
|
46
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgs',
|
47
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyArgsDict',
|
48
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs',
|
49
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict',
|
50
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs',
|
51
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict',
|
52
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs',
|
53
|
+
'PrivateCloudManagementClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict',
|
34
54
|
'PrivateCloudManagementClusterNodeTypeConfigArgs',
|
35
55
|
'PrivateCloudManagementClusterNodeTypeConfigArgsDict',
|
36
56
|
'PrivateCloudManagementClusterStretchedClusterConfigArgs',
|
@@ -47,6 +67,436 @@ __all__ = [
|
|
47
67
|
|
48
68
|
MYPY = False
|
49
69
|
|
70
|
+
if not MYPY:
|
71
|
+
class ClusterAutoscalingSettingsArgsDict(TypedDict):
|
72
|
+
autoscaling_policies: pulumi.Input[Sequence[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyArgsDict']]]
|
73
|
+
"""
|
74
|
+
The map with autoscaling policies applied to the cluster.
|
75
|
+
The key is the identifier of the policy.
|
76
|
+
It must meet the following requirements:
|
77
|
+
* Only contains 1-63 alphanumeric characters and hyphens
|
78
|
+
* Begins with an alphabetical character
|
79
|
+
* Ends with a non-hyphen character
|
80
|
+
* Not formatted as a UUID
|
81
|
+
* Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
82
|
+
Currently the map must contain only one element
|
83
|
+
that describes the autoscaling policy for compute nodes.
|
84
|
+
Structure is documented below.
|
85
|
+
"""
|
86
|
+
cool_down_period: NotRequired[pulumi.Input[str]]
|
87
|
+
"""
|
88
|
+
The minimum duration between consecutive autoscale operations.
|
89
|
+
It starts once addition or removal of nodes is fully completed.
|
90
|
+
Minimum cool down period is 30m.
|
91
|
+
Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
|
92
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
93
|
+
"""
|
94
|
+
max_cluster_node_count: NotRequired[pulumi.Input[int]]
|
95
|
+
"""
|
96
|
+
Maximum number of nodes of any type in a cluster.
|
97
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
98
|
+
"""
|
99
|
+
min_cluster_node_count: NotRequired[pulumi.Input[int]]
|
100
|
+
"""
|
101
|
+
Minimum number of nodes of any type in a cluster.
|
102
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
103
|
+
"""
|
104
|
+
elif False:
|
105
|
+
ClusterAutoscalingSettingsArgsDict: TypeAlias = Mapping[str, Any]
|
106
|
+
|
107
|
+
@pulumi.input_type
|
108
|
+
class ClusterAutoscalingSettingsArgs:
|
109
|
+
def __init__(__self__, *,
|
110
|
+
autoscaling_policies: pulumi.Input[Sequence[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyArgs']]],
|
111
|
+
cool_down_period: Optional[pulumi.Input[str]] = None,
|
112
|
+
max_cluster_node_count: Optional[pulumi.Input[int]] = None,
|
113
|
+
min_cluster_node_count: Optional[pulumi.Input[int]] = None):
|
114
|
+
"""
|
115
|
+
:param pulumi.Input[Sequence[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyArgs']]] autoscaling_policies: The map with autoscaling policies applied to the cluster.
|
116
|
+
The key is the identifier of the policy.
|
117
|
+
It must meet the following requirements:
|
118
|
+
* Only contains 1-63 alphanumeric characters and hyphens
|
119
|
+
* Begins with an alphabetical character
|
120
|
+
* Ends with a non-hyphen character
|
121
|
+
* Not formatted as a UUID
|
122
|
+
* Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
123
|
+
Currently the map must contain only one element
|
124
|
+
that describes the autoscaling policy for compute nodes.
|
125
|
+
Structure is documented below.
|
126
|
+
:param pulumi.Input[str] cool_down_period: The minimum duration between consecutive autoscale operations.
|
127
|
+
It starts once addition or removal of nodes is fully completed.
|
128
|
+
Minimum cool down period is 30m.
|
129
|
+
Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
|
130
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
131
|
+
:param pulumi.Input[int] max_cluster_node_count: Maximum number of nodes of any type in a cluster.
|
132
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
133
|
+
:param pulumi.Input[int] min_cluster_node_count: Minimum number of nodes of any type in a cluster.
|
134
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
135
|
+
"""
|
136
|
+
pulumi.set(__self__, "autoscaling_policies", autoscaling_policies)
|
137
|
+
if cool_down_period is not None:
|
138
|
+
pulumi.set(__self__, "cool_down_period", cool_down_period)
|
139
|
+
if max_cluster_node_count is not None:
|
140
|
+
pulumi.set(__self__, "max_cluster_node_count", max_cluster_node_count)
|
141
|
+
if min_cluster_node_count is not None:
|
142
|
+
pulumi.set(__self__, "min_cluster_node_count", min_cluster_node_count)
|
143
|
+
|
144
|
+
@property
|
145
|
+
@pulumi.getter(name="autoscalingPolicies")
|
146
|
+
def autoscaling_policies(self) -> pulumi.Input[Sequence[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyArgs']]]:
|
147
|
+
"""
|
148
|
+
The map with autoscaling policies applied to the cluster.
|
149
|
+
The key is the identifier of the policy.
|
150
|
+
It must meet the following requirements:
|
151
|
+
* Only contains 1-63 alphanumeric characters and hyphens
|
152
|
+
* Begins with an alphabetical character
|
153
|
+
* Ends with a non-hyphen character
|
154
|
+
* Not formatted as a UUID
|
155
|
+
* Complies with [RFC 1034](https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
156
|
+
Currently the map must contain only one element
|
157
|
+
that describes the autoscaling policy for compute nodes.
|
158
|
+
Structure is documented below.
|
159
|
+
"""
|
160
|
+
return pulumi.get(self, "autoscaling_policies")
|
161
|
+
|
162
|
+
@autoscaling_policies.setter
|
163
|
+
def autoscaling_policies(self, value: pulumi.Input[Sequence[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyArgs']]]):
|
164
|
+
pulumi.set(self, "autoscaling_policies", value)
|
165
|
+
|
166
|
+
@property
|
167
|
+
@pulumi.getter(name="coolDownPeriod")
|
168
|
+
def cool_down_period(self) -> Optional[pulumi.Input[str]]:
|
169
|
+
"""
|
170
|
+
The minimum duration between consecutive autoscale operations.
|
171
|
+
It starts once addition or removal of nodes is fully completed.
|
172
|
+
Minimum cool down period is 30m.
|
173
|
+
Cool down period must be in whole minutes (for example, 30m, 31m, 50m).
|
174
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
175
|
+
"""
|
176
|
+
return pulumi.get(self, "cool_down_period")
|
177
|
+
|
178
|
+
@cool_down_period.setter
|
179
|
+
def cool_down_period(self, value: Optional[pulumi.Input[str]]):
|
180
|
+
pulumi.set(self, "cool_down_period", value)
|
181
|
+
|
182
|
+
@property
|
183
|
+
@pulumi.getter(name="maxClusterNodeCount")
|
184
|
+
def max_cluster_node_count(self) -> Optional[pulumi.Input[int]]:
|
185
|
+
"""
|
186
|
+
Maximum number of nodes of any type in a cluster.
|
187
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
188
|
+
"""
|
189
|
+
return pulumi.get(self, "max_cluster_node_count")
|
190
|
+
|
191
|
+
@max_cluster_node_count.setter
|
192
|
+
def max_cluster_node_count(self, value: Optional[pulumi.Input[int]]):
|
193
|
+
pulumi.set(self, "max_cluster_node_count", value)
|
194
|
+
|
195
|
+
@property
|
196
|
+
@pulumi.getter(name="minClusterNodeCount")
|
197
|
+
def min_cluster_node_count(self) -> Optional[pulumi.Input[int]]:
|
198
|
+
"""
|
199
|
+
Minimum number of nodes of any type in a cluster.
|
200
|
+
Mandatory for successful addition of autoscaling settings in cluster.
|
201
|
+
"""
|
202
|
+
return pulumi.get(self, "min_cluster_node_count")
|
203
|
+
|
204
|
+
@min_cluster_node_count.setter
|
205
|
+
def min_cluster_node_count(self, value: Optional[pulumi.Input[int]]):
|
206
|
+
pulumi.set(self, "min_cluster_node_count", value)
|
207
|
+
|
208
|
+
|
209
|
+
if not MYPY:
|
210
|
+
class ClusterAutoscalingSettingsAutoscalingPolicyArgsDict(TypedDict):
|
211
|
+
autoscale_policy_id: pulumi.Input[str]
|
212
|
+
"""
|
213
|
+
The identifier for this object. Format specified above.
|
214
|
+
"""
|
215
|
+
node_type_id: pulumi.Input[str]
|
216
|
+
"""
|
217
|
+
The canonical identifier of the node type to add or remove.
|
218
|
+
"""
|
219
|
+
scale_out_size: pulumi.Input[int]
|
220
|
+
"""
|
221
|
+
Number of nodes to add to a cluster during a scale-out operation.
|
222
|
+
Must be divisible by 2 for stretched clusters.
|
223
|
+
"""
|
224
|
+
consumed_memory_thresholds: NotRequired[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict']]
|
225
|
+
"""
|
226
|
+
Utilization thresholds pertaining to amount of consumed memory.
|
227
|
+
Structure is documented below.
|
228
|
+
"""
|
229
|
+
cpu_thresholds: NotRequired[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict']]
|
230
|
+
"""
|
231
|
+
Utilization thresholds pertaining to CPU utilization.
|
232
|
+
Structure is documented below.
|
233
|
+
"""
|
234
|
+
storage_thresholds: NotRequired[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict']]
|
235
|
+
"""
|
236
|
+
Utilization thresholds pertaining to amount of consumed storage.
|
237
|
+
Structure is documented below.
|
238
|
+
"""
|
239
|
+
elif False:
|
240
|
+
ClusterAutoscalingSettingsAutoscalingPolicyArgsDict: TypeAlias = Mapping[str, Any]
|
241
|
+
|
242
|
+
@pulumi.input_type
|
243
|
+
class ClusterAutoscalingSettingsAutoscalingPolicyArgs:
|
244
|
+
def __init__(__self__, *,
|
245
|
+
autoscale_policy_id: pulumi.Input[str],
|
246
|
+
node_type_id: pulumi.Input[str],
|
247
|
+
scale_out_size: pulumi.Input[int],
|
248
|
+
consumed_memory_thresholds: Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs']] = None,
|
249
|
+
cpu_thresholds: Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs']] = None,
|
250
|
+
storage_thresholds: Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs']] = None):
|
251
|
+
"""
|
252
|
+
:param pulumi.Input[str] autoscale_policy_id: The identifier for this object. Format specified above.
|
253
|
+
:param pulumi.Input[str] node_type_id: The canonical identifier of the node type to add or remove.
|
254
|
+
:param pulumi.Input[int] scale_out_size: Number of nodes to add to a cluster during a scale-out operation.
|
255
|
+
Must be divisible by 2 for stretched clusters.
|
256
|
+
:param pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs'] consumed_memory_thresholds: Utilization thresholds pertaining to amount of consumed memory.
|
257
|
+
Structure is documented below.
|
258
|
+
:param pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs'] cpu_thresholds: Utilization thresholds pertaining to CPU utilization.
|
259
|
+
Structure is documented below.
|
260
|
+
:param pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs'] storage_thresholds: Utilization thresholds pertaining to amount of consumed storage.
|
261
|
+
Structure is documented below.
|
262
|
+
"""
|
263
|
+
pulumi.set(__self__, "autoscale_policy_id", autoscale_policy_id)
|
264
|
+
pulumi.set(__self__, "node_type_id", node_type_id)
|
265
|
+
pulumi.set(__self__, "scale_out_size", scale_out_size)
|
266
|
+
if consumed_memory_thresholds is not None:
|
267
|
+
pulumi.set(__self__, "consumed_memory_thresholds", consumed_memory_thresholds)
|
268
|
+
if cpu_thresholds is not None:
|
269
|
+
pulumi.set(__self__, "cpu_thresholds", cpu_thresholds)
|
270
|
+
if storage_thresholds is not None:
|
271
|
+
pulumi.set(__self__, "storage_thresholds", storage_thresholds)
|
272
|
+
|
273
|
+
@property
|
274
|
+
@pulumi.getter(name="autoscalePolicyId")
|
275
|
+
def autoscale_policy_id(self) -> pulumi.Input[str]:
|
276
|
+
"""
|
277
|
+
The identifier for this object. Format specified above.
|
278
|
+
"""
|
279
|
+
return pulumi.get(self, "autoscale_policy_id")
|
280
|
+
|
281
|
+
@autoscale_policy_id.setter
|
282
|
+
def autoscale_policy_id(self, value: pulumi.Input[str]):
|
283
|
+
pulumi.set(self, "autoscale_policy_id", value)
|
284
|
+
|
285
|
+
@property
|
286
|
+
@pulumi.getter(name="nodeTypeId")
|
287
|
+
def node_type_id(self) -> pulumi.Input[str]:
|
288
|
+
"""
|
289
|
+
The canonical identifier of the node type to add or remove.
|
290
|
+
"""
|
291
|
+
return pulumi.get(self, "node_type_id")
|
292
|
+
|
293
|
+
@node_type_id.setter
|
294
|
+
def node_type_id(self, value: pulumi.Input[str]):
|
295
|
+
pulumi.set(self, "node_type_id", value)
|
296
|
+
|
297
|
+
@property
|
298
|
+
@pulumi.getter(name="scaleOutSize")
|
299
|
+
def scale_out_size(self) -> pulumi.Input[int]:
|
300
|
+
"""
|
301
|
+
Number of nodes to add to a cluster during a scale-out operation.
|
302
|
+
Must be divisible by 2 for stretched clusters.
|
303
|
+
"""
|
304
|
+
return pulumi.get(self, "scale_out_size")
|
305
|
+
|
306
|
+
@scale_out_size.setter
|
307
|
+
def scale_out_size(self, value: pulumi.Input[int]):
|
308
|
+
pulumi.set(self, "scale_out_size", value)
|
309
|
+
|
310
|
+
@property
|
311
|
+
@pulumi.getter(name="consumedMemoryThresholds")
|
312
|
+
def consumed_memory_thresholds(self) -> Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs']]:
|
313
|
+
"""
|
314
|
+
Utilization thresholds pertaining to amount of consumed memory.
|
315
|
+
Structure is documented below.
|
316
|
+
"""
|
317
|
+
return pulumi.get(self, "consumed_memory_thresholds")
|
318
|
+
|
319
|
+
@consumed_memory_thresholds.setter
|
320
|
+
def consumed_memory_thresholds(self, value: Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs']]):
|
321
|
+
pulumi.set(self, "consumed_memory_thresholds", value)
|
322
|
+
|
323
|
+
@property
|
324
|
+
@pulumi.getter(name="cpuThresholds")
|
325
|
+
def cpu_thresholds(self) -> Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs']]:
|
326
|
+
"""
|
327
|
+
Utilization thresholds pertaining to CPU utilization.
|
328
|
+
Structure is documented below.
|
329
|
+
"""
|
330
|
+
return pulumi.get(self, "cpu_thresholds")
|
331
|
+
|
332
|
+
@cpu_thresholds.setter
|
333
|
+
def cpu_thresholds(self, value: Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs']]):
|
334
|
+
pulumi.set(self, "cpu_thresholds", value)
|
335
|
+
|
336
|
+
@property
|
337
|
+
@pulumi.getter(name="storageThresholds")
|
338
|
+
def storage_thresholds(self) -> Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs']]:
|
339
|
+
"""
|
340
|
+
Utilization thresholds pertaining to amount of consumed storage.
|
341
|
+
Structure is documented below.
|
342
|
+
"""
|
343
|
+
return pulumi.get(self, "storage_thresholds")
|
344
|
+
|
345
|
+
@storage_thresholds.setter
|
346
|
+
def storage_thresholds(self, value: Optional[pulumi.Input['ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs']]):
|
347
|
+
pulumi.set(self, "storage_thresholds", value)
|
348
|
+
|
349
|
+
|
350
|
+
if not MYPY:
|
351
|
+
class ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict(TypedDict):
|
352
|
+
scale_in: pulumi.Input[int]
|
353
|
+
"""
|
354
|
+
The utilization triggering the scale-in operation in percent.
|
355
|
+
"""
|
356
|
+
scale_out: pulumi.Input[int]
|
357
|
+
"""
|
358
|
+
The utilization triggering the scale-out operation in percent.
|
359
|
+
"""
|
360
|
+
elif False:
|
361
|
+
ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgsDict: TypeAlias = Mapping[str, Any]
|
362
|
+
|
363
|
+
@pulumi.input_type
|
364
|
+
class ClusterAutoscalingSettingsAutoscalingPolicyConsumedMemoryThresholdsArgs:
|
365
|
+
def __init__(__self__, *,
|
366
|
+
scale_in: pulumi.Input[int],
|
367
|
+
scale_out: pulumi.Input[int]):
|
368
|
+
"""
|
369
|
+
:param pulumi.Input[int] scale_in: The utilization triggering the scale-in operation in percent.
|
370
|
+
:param pulumi.Input[int] scale_out: The utilization triggering the scale-out operation in percent.
|
371
|
+
"""
|
372
|
+
pulumi.set(__self__, "scale_in", scale_in)
|
373
|
+
pulumi.set(__self__, "scale_out", scale_out)
|
374
|
+
|
375
|
+
@property
|
376
|
+
@pulumi.getter(name="scaleIn")
|
377
|
+
def scale_in(self) -> pulumi.Input[int]:
|
378
|
+
"""
|
379
|
+
The utilization triggering the scale-in operation in percent.
|
380
|
+
"""
|
381
|
+
return pulumi.get(self, "scale_in")
|
382
|
+
|
383
|
+
@scale_in.setter
|
384
|
+
def scale_in(self, value: pulumi.Input[int]):
|
385
|
+
pulumi.set(self, "scale_in", value)
|
386
|
+
|
387
|
+
@property
|
388
|
+
@pulumi.getter(name="scaleOut")
|
389
|
+
def scale_out(self) -> pulumi.Input[int]:
|
390
|
+
"""
|
391
|
+
The utilization triggering the scale-out operation in percent.
|
392
|
+
"""
|
393
|
+
return pulumi.get(self, "scale_out")
|
394
|
+
|
395
|
+
@scale_out.setter
|
396
|
+
def scale_out(self, value: pulumi.Input[int]):
|
397
|
+
pulumi.set(self, "scale_out", value)
|
398
|
+
|
399
|
+
|
400
|
+
if not MYPY:
|
401
|
+
class ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict(TypedDict):
|
402
|
+
scale_in: pulumi.Input[int]
|
403
|
+
"""
|
404
|
+
The utilization triggering the scale-in operation in percent.
|
405
|
+
"""
|
406
|
+
scale_out: pulumi.Input[int]
|
407
|
+
"""
|
408
|
+
The utilization triggering the scale-out operation in percent.
|
409
|
+
"""
|
410
|
+
elif False:
|
411
|
+
ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgsDict: TypeAlias = Mapping[str, Any]
|
412
|
+
|
413
|
+
@pulumi.input_type
|
414
|
+
class ClusterAutoscalingSettingsAutoscalingPolicyCpuThresholdsArgs:
|
415
|
+
def __init__(__self__, *,
|
416
|
+
scale_in: pulumi.Input[int],
|
417
|
+
scale_out: pulumi.Input[int]):
|
418
|
+
"""
|
419
|
+
:param pulumi.Input[int] scale_in: The utilization triggering the scale-in operation in percent.
|
420
|
+
:param pulumi.Input[int] scale_out: The utilization triggering the scale-out operation in percent.
|
421
|
+
"""
|
422
|
+
pulumi.set(__self__, "scale_in", scale_in)
|
423
|
+
pulumi.set(__self__, "scale_out", scale_out)
|
424
|
+
|
425
|
+
@property
|
426
|
+
@pulumi.getter(name="scaleIn")
|
427
|
+
def scale_in(self) -> pulumi.Input[int]:
|
428
|
+
"""
|
429
|
+
The utilization triggering the scale-in operation in percent.
|
430
|
+
"""
|
431
|
+
return pulumi.get(self, "scale_in")
|
432
|
+
|
433
|
+
@scale_in.setter
|
434
|
+
def scale_in(self, value: pulumi.Input[int]):
|
435
|
+
pulumi.set(self, "scale_in", value)
|
436
|
+
|
437
|
+
@property
|
438
|
+
@pulumi.getter(name="scaleOut")
|
439
|
+
def scale_out(self) -> pulumi.Input[int]:
|
440
|
+
"""
|
441
|
+
The utilization triggering the scale-out operation in percent.
|
442
|
+
"""
|
443
|
+
return pulumi.get(self, "scale_out")
|
444
|
+
|
445
|
+
@scale_out.setter
|
446
|
+
def scale_out(self, value: pulumi.Input[int]):
|
447
|
+
pulumi.set(self, "scale_out", value)
|
448
|
+
|
449
|
+
|
450
|
+
if not MYPY:
|
451
|
+
class ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict(TypedDict):
|
452
|
+
scale_in: pulumi.Input[int]
|
453
|
+
"""
|
454
|
+
The utilization triggering the scale-in operation in percent.
|
455
|
+
"""
|
456
|
+
scale_out: pulumi.Input[int]
|
457
|
+
"""
|
458
|
+
The utilization triggering the scale-out operation in percent.
|
459
|
+
"""
|
460
|
+
elif False:
|
461
|
+
ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgsDict: TypeAlias = Mapping[str, Any]
|
462
|
+
|
463
|
+
@pulumi.input_type
|
464
|
+
class ClusterAutoscalingSettingsAutoscalingPolicyStorageThresholdsArgs:
|
465
|
+
def __init__(__self__, *,
|
466
|
+
scale_in: pulumi.Input[int],
|
467
|
+
scale_out: pulumi.Input[int]):
|
468
|
+
"""
|
469
|
+
:param pulumi.Input[int] scale_in: The utilization triggering the scale-in operation in percent.
|
470
|
+
:param pulumi.Input[int] scale_out: The utilization triggering the scale-out operation in percent.
|
471
|
+
"""
|
472
|
+
pulumi.set(__self__, "scale_in", scale_in)
|
473
|
+
pulumi.set(__self__, "scale_out", scale_out)
|
474
|
+
|
475
|
+
@property
|
476
|
+
@pulumi.getter(name="scaleIn")
|
477
|
+
def scale_in(self) -> pulumi.Input[int]:
|
478
|
+
"""
|
479
|
+
The utilization triggering the scale-in operation in percent.
|
480
|
+
"""
|
481
|
+
return pulumi.get(self, "scale_in")
|
482
|
+
|
483
|
+
@scale_in.setter
|
484
|
+
def scale_in(self, value: pulumi.Input[int]):
|
485
|
+
pulumi.set(self, "scale_in", value)
|
486
|
+
|
487
|
+
@property
|
488
|
+
@pulumi.getter(name="scaleOut")
|
489
|
+
def scale_out(self) -> pulumi.Input[int]:
|
490
|
+
"""
|
491
|
+
The utilization triggering the scale-out operation in percent.
|
492
|
+
"""
|
493
|
+
return pulumi.get(self, "scale_out")
|
494
|
+
|
495
|
+
@scale_out.setter
|
496
|
+
def scale_out(self, value: pulumi.Input[int]):
|
497
|
+
pulumi.set(self, "scale_out", value)
|
498
|
+
|
499
|
+
|
50
500
|
if not MYPY:
|
51
501
|
class ClusterNodeTypeConfigArgsDict(TypedDict):
|
52
502
|
node_count: pulumi.Input[int]
|
@@ -513,6 +963,12 @@ if not MYPY:
|
|
513
963
|
* Not formatted as a UUID
|
514
964
|
* Complies with RFC 1034 (https://datatracker.ietf.org/doc/html/rfc1034) (section 3.5)
|
515
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
|
+
"""
|
516
972
|
node_type_configs: NotRequired[pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterNodeTypeConfigArgsDict']]]]
|
517
973
|
"""
|
518
974
|
The map of cluster node types in this cluster,
|
@@ -531,6 +987,7 @@ elif False:
|
|
531
987
|
class PrivateCloudManagementClusterArgs:
|
532
988
|
def __init__(__self__, *,
|
533
989
|
cluster_id: pulumi.Input[str],
|
990
|
+
autoscaling_settings: Optional[pulumi.Input['PrivateCloudManagementClusterAutoscalingSettingsArgs']] = None,
|
534
991
|
node_type_configs: Optional[pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterNodeTypeConfigArgs']]]] = None,
|
535
992
|
stretched_cluster_config: Optional[pulumi.Input['PrivateCloudManagementClusterStretchedClusterConfigArgs']] = None):
|
536
993
|
"""
|
@@ -540,6 +997,9 @@ class PrivateCloudManagementClusterArgs:
|
|
540
997
|
* Ends with a non-hyphen character
|
541
998
|
* Not formatted as a UUID
|
542
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.
|
543
1003
|
:param pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterNodeTypeConfigArgs']]] node_type_configs: The map of cluster node types in this cluster,
|
544
1004
|
where the key is canonical identifier of the node type (corresponds to the NodeType).
|
545
1005
|
Structure is documented below.
|
@@ -547,6 +1007,8 @@ class PrivateCloudManagementClusterArgs:
|
|
547
1007
|
Structure is documented below.
|
548
1008
|
"""
|
549
1009
|
pulumi.set(__self__, "cluster_id", cluster_id)
|
1010
|
+
if autoscaling_settings is not None:
|
1011
|
+
pulumi.set(__self__, "autoscaling_settings", autoscaling_settings)
|
550
1012
|
if node_type_configs is not None:
|
551
1013
|
pulumi.set(__self__, "node_type_configs", node_type_configs)
|
552
1014
|
if stretched_cluster_config is not None:
|
@@ -569,6 +1031,20 @@ class PrivateCloudManagementClusterArgs:
|
|
569
1031
|
def cluster_id(self, value: pulumi.Input[str]):
|
570
1032
|
pulumi.set(self, "cluster_id", value)
|
571
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
|
+
|
572
1048
|
@property
|
573
1049
|
@pulumi.getter(name="nodeTypeConfigs")
|
574
1050
|
def node_type_configs(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['PrivateCloudManagementClusterNodeTypeConfigArgs']]]]:
|
@@ -597,6 +1073,442 @@ class PrivateCloudManagementClusterArgs:
|
|
597
1073
|
pulumi.set(self, "stretched_cluster_config", value)
|
598
1074
|
|
599
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
|
+
|
600
1512
|
if not MYPY:
|
601
1513
|
class PrivateCloudManagementClusterNodeTypeConfigArgsDict(TypedDict):
|
602
1514
|
node_count: pulumi.Input[int]
|
@@ -685,8 +1597,6 @@ if not MYPY:
|
|
685
1597
|
secondary_location: NotRequired[pulumi.Input[str]]
|
686
1598
|
"""
|
687
1599
|
Additional zone for a higher level of availability and load balancing.
|
688
|
-
|
689
|
-
- - -
|
690
1600
|
"""
|
691
1601
|
elif False:
|
692
1602
|
PrivateCloudManagementClusterStretchedClusterConfigArgsDict: TypeAlias = Mapping[str, Any]
|
@@ -699,8 +1609,6 @@ class PrivateCloudManagementClusterStretchedClusterConfigArgs:
|
|
699
1609
|
"""
|
700
1610
|
:param pulumi.Input[str] preferred_location: Zone that will remain operational when connection between the two zones is lost.
|
701
1611
|
:param pulumi.Input[str] secondary_location: Additional zone for a higher level of availability and load balancing.
|
702
|
-
|
703
|
-
- - -
|
704
1612
|
"""
|
705
1613
|
if preferred_location is not None:
|
706
1614
|
pulumi.set(__self__, "preferred_location", preferred_location)
|
@@ -724,8 +1632,6 @@ class PrivateCloudManagementClusterStretchedClusterConfigArgs:
|
|
724
1632
|
def secondary_location(self) -> Optional[pulumi.Input[str]]:
|
725
1633
|
"""
|
726
1634
|
Additional zone for a higher level of availability and load balancing.
|
727
|
-
|
728
|
-
- - -
|
729
1635
|
"""
|
730
1636
|
return pulumi.get(self, "secondary_location")
|
731
1637
|
|