pulumi-gcp 7.19.0a1713335069__py3-none-any.whl → 7.20.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 +19 -0
- pulumi_gcp/accessapproval/get_folder_service_account.py +0 -4
- pulumi_gcp/accessapproval/get_organization_service_account.py +0 -4
- pulumi_gcp/accessapproval/get_project_service_account.py +0 -4
- pulumi_gcp/accesscontextmanager/access_level.py +0 -4
- pulumi_gcp/accesscontextmanager/access_level_condition.py +0 -4
- pulumi_gcp/accesscontextmanager/access_levels.py +0 -4
- pulumi_gcp/accesscontextmanager/access_policy.py +4 -12
- pulumi_gcp/accesscontextmanager/access_policy_iam_binding.py +0 -24
- pulumi_gcp/accesscontextmanager/access_policy_iam_member.py +0 -24
- pulumi_gcp/accesscontextmanager/access_policy_iam_policy.py +0 -24
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +0 -4
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +0 -4
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -12
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_resource.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -4
- pulumi_gcp/activedirectory/domain.py +0 -4
- pulumi_gcp/activedirectory/domain_trust.py +0 -4
- pulumi_gcp/activedirectory/peering.py +0 -4
- pulumi_gcp/alloydb/_inputs.py +2 -2
- pulumi_gcp/alloydb/backup.py +0 -8
- pulumi_gcp/alloydb/cluster.py +0 -16
- pulumi_gcp/alloydb/get_locations.py +0 -4
- pulumi_gcp/alloydb/get_supported_database_flags.py +0 -4
- pulumi_gcp/alloydb/instance.py +0 -8
- pulumi_gcp/alloydb/outputs.py +2 -2
- pulumi_gcp/alloydb/user.py +0 -8
- pulumi_gcp/apigateway/api.py +0 -4
- pulumi_gcp/apigateway/api_config.py +0 -8
- pulumi_gcp/apigateway/api_config_iam_binding.py +0 -24
- pulumi_gcp/apigateway/api_config_iam_member.py +0 -24
- pulumi_gcp/apigateway/api_config_iam_policy.py +0 -24
- pulumi_gcp/apigateway/api_iam_binding.py +0 -24
- pulumi_gcp/apigateway/api_iam_member.py +0 -24
- pulumi_gcp/apigateway/api_iam_policy.py +0 -24
- pulumi_gcp/apigateway/gateway.py +0 -4
- pulumi_gcp/apigateway/gateway_iam_binding.py +0 -24
- pulumi_gcp/apigateway/gateway_iam_member.py +0 -24
- pulumi_gcp/apigateway/gateway_iam_policy.py +0 -24
- pulumi_gcp/apigee/addons_config.py +0 -8
- pulumi_gcp/apigee/endpoint_attachment.py +0 -4
- pulumi_gcp/apigee/env_group.py +0 -4
- pulumi_gcp/apigee/environment.py +0 -4
- pulumi_gcp/apigee/environment_iam_binding.py +0 -24
- pulumi_gcp/apigee/environment_iam_member.py +0 -24
- pulumi_gcp/apigee/environment_iam_policy.py +0 -24
- pulumi_gcp/apigee/get_environment_iam_policy.py +0 -4
- pulumi_gcp/apigee/instance.py +0 -16
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +0 -11
- pulumi_gcp/apigee/nat_address.py +0 -4
- pulumi_gcp/apigee/organization.py +166 -20
- pulumi_gcp/apigee/sync_authorization.py +4 -8
- pulumi_gcp/apigee/target_server.py +0 -4
- pulumi_gcp/appengine/application.py +0 -4
- pulumi_gcp/appengine/application_url_dispatch_rules.py +0 -24
- pulumi_gcp/appengine/domain_mapping.py +0 -4
- pulumi_gcp/appengine/engine_split_traffic.py +0 -24
- pulumi_gcp/appengine/firewall_rule.py +0 -4
- pulumi_gcp/appengine/flexible_app_version.py +172 -263
- pulumi_gcp/appengine/get_default_service_account.py +0 -4
- pulumi_gcp/appengine/service_network_settings.py +0 -24
- pulumi_gcp/appengine/standard_app_version.py +158 -189
- pulumi_gcp/apphub/application.py +7 -42
- pulumi_gcp/apphub/get_application.py +0 -4
- pulumi_gcp/apphub/get_discovered_service.py +0 -4
- pulumi_gcp/apphub/get_discovered_workload.py +0 -4
- pulumi_gcp/apphub/service.py +0 -8
- pulumi_gcp/apphub/service_project_attachment.py +0 -8
- pulumi_gcp/apphub/workload.py +0 -8
- pulumi_gcp/applicationintegration/client.py +0 -8
- pulumi_gcp/artifactregistry/_inputs.py +186 -0
- pulumi_gcp/artifactregistry/get_repository.py +0 -4
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +0 -4
- pulumi_gcp/artifactregistry/outputs.py +297 -4
- pulumi_gcp/artifactregistry/repository.py +346 -52
- pulumi_gcp/artifactregistry/repository_iam_binding.py +0 -24
- pulumi_gcp/artifactregistry/repository_iam_member.py +0 -24
- pulumi_gcp/artifactregistry/repository_iam_policy.py +0 -24
- pulumi_gcp/artifactregistry/vpcsc_config.py +0 -4
- pulumi_gcp/assuredworkloads/_inputs.py +4 -4
- pulumi_gcp/assuredworkloads/outputs.py +4 -4
- pulumi_gcp/assuredworkloads/workload.py +0 -8
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +0 -4
- pulumi_gcp/backupdisasterrecovery/management_server.py +7 -45
- pulumi_gcp/beyondcorp/app_connection.py +35 -77
- pulumi_gcp/beyondcorp/app_connector.py +21 -56
- pulumi_gcp/beyondcorp/app_gateway.py +0 -8
- pulumi_gcp/beyondcorp/get_app_connection.py +0 -4
- pulumi_gcp/beyondcorp/get_app_connector.py +0 -4
- pulumi_gcp/beyondcorp/get_app_gateway.py +0 -4
- pulumi_gcp/biglake/catalog.py +0 -4
- pulumi_gcp/biglake/database.py +0 -4
- pulumi_gcp/biglake/table.py +0 -4
- pulumi_gcp/bigquery/_inputs.py +4 -4
- pulumi_gcp/bigquery/app_profile.py +0 -16
- pulumi_gcp/bigquery/bi_reservation.py +0 -4
- pulumi_gcp/bigquery/capacity_commitment.py +0 -4
- pulumi_gcp/bigquery/connection.py +0 -32
- pulumi_gcp/bigquery/connection_iam_binding.py +0 -24
- pulumi_gcp/bigquery/connection_iam_member.py +0 -24
- pulumi_gcp/bigquery/connection_iam_policy.py +0 -24
- pulumi_gcp/bigquery/data_transfer_config.py +0 -4
- pulumi_gcp/bigquery/dataset.py +0 -20
- pulumi_gcp/bigquery/dataset_access.py +0 -16
- pulumi_gcp/bigquery/dataset_iam_binding.py +0 -24
- pulumi_gcp/bigquery/dataset_iam_member.py +0 -24
- pulumi_gcp/bigquery/dataset_iam_policy.py +0 -24
- pulumi_gcp/bigquery/get_connection_iam_policy.py +0 -4
- pulumi_gcp/bigquery/get_dataset.py +0 -4
- pulumi_gcp/bigquery/get_dataset_iam_policy.py +0 -4
- pulumi_gcp/bigquery/get_default_service_account.py +0 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +0 -4
- pulumi_gcp/bigquery/iam_binding.py +0 -48
- pulumi_gcp/bigquery/iam_member.py +0 -48
- pulumi_gcp/bigquery/iam_policy.py +0 -48
- pulumi_gcp/bigquery/job.py +35 -125
- pulumi_gcp/bigquery/outputs.py +4 -4
- pulumi_gcp/bigquery/reservation.py +0 -4
- pulumi_gcp/bigquery/reservation_assignment.py +0 -4
- pulumi_gcp/bigquery/routine.py +0 -32
- pulumi_gcp/bigquery/table.py +72 -117
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +0 -4
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +0 -24
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +0 -24
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +0 -24
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +0 -4
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +0 -4
- pulumi_gcp/bigqueryanalyticshub/listing.py +18 -60
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +0 -24
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +0 -24
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +0 -24
- pulumi_gcp/bigquerydatapolicy/data_policy.py +0 -4
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +0 -24
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +0 -24
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +0 -24
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +0 -4
- pulumi_gcp/bigtable/gc_policy.py +0 -12
- pulumi_gcp/bigtable/get_instance_iam_policy.py +0 -4
- pulumi_gcp/bigtable/get_table_iam_policy.py +0 -4
- pulumi_gcp/bigtable/instance.py +0 -8
- pulumi_gcp/bigtable/instance_iam_binding.py +0 -24
- pulumi_gcp/bigtable/instance_iam_member.py +0 -24
- pulumi_gcp/bigtable/instance_iam_policy.py +0 -24
- pulumi_gcp/bigtable/table.py +0 -4
- pulumi_gcp/bigtable/table_iam_binding.py +0 -24
- pulumi_gcp/bigtable/table_iam_member.py +0 -24
- pulumi_gcp/bigtable/table_iam_policy.py +0 -24
- pulumi_gcp/billing/account_iam_binding.py +0 -24
- pulumi_gcp/billing/account_iam_member.py +0 -24
- pulumi_gcp/billing/account_iam_policy.py +0 -24
- pulumi_gcp/billing/budget.py +82 -90
- pulumi_gcp/billing/get_account_iam_policy.py +0 -4
- pulumi_gcp/billing/project_info.py +0 -4
- pulumi_gcp/billing/sub_account.py +0 -4
- pulumi_gcp/binaryauthorization/attestor.py +7 -42
- pulumi_gcp/binaryauthorization/attestor_iam_binding.py +0 -24
- pulumi_gcp/binaryauthorization/attestor_iam_member.py +0 -24
- pulumi_gcp/binaryauthorization/attestor_iam_policy.py +0 -24
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +0 -4
- pulumi_gcp/binaryauthorization/policy.py +56 -154
- pulumi_gcp/blockchainnodeengine/_inputs.py +3 -9
- pulumi_gcp/blockchainnodeengine/blockchain_nodes.py +0 -8
- pulumi_gcp/blockchainnodeengine/outputs.py +3 -9
- pulumi_gcp/certificateauthority/_inputs.py +54 -38
- pulumi_gcp/certificateauthority/authority.py +147 -242
- pulumi_gcp/certificateauthority/ca_pool.py +0 -8
- pulumi_gcp/certificateauthority/ca_pool_iam_binding.py +0 -48
- pulumi_gcp/certificateauthority/ca_pool_iam_member.py +0 -48
- pulumi_gcp/certificateauthority/ca_pool_iam_policy.py +0 -48
- pulumi_gcp/certificateauthority/certificate.py +0 -16
- pulumi_gcp/certificateauthority/certificate_template.py +105 -60
- pulumi_gcp/certificateauthority/certificate_template_iam_binding.py +0 -48
- pulumi_gcp/certificateauthority/certificate_template_iam_member.py +0 -48
- pulumi_gcp/certificateauthority/certificate_template_iam_policy.py +0 -48
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +0 -4
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +0 -4
- pulumi_gcp/certificateauthority/outputs.py +54 -38
- pulumi_gcp/certificatemanager/_inputs.py +13 -25
- pulumi_gcp/certificatemanager/certificate.py +0 -28
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +28 -59
- pulumi_gcp/certificatemanager/certificate_map.py +0 -4
- pulumi_gcp/certificatemanager/certificate_map_entry.py +0 -4
- pulumi_gcp/certificatemanager/dns_authorization.py +0 -8
- pulumi_gcp/certificatemanager/outputs.py +13 -25
- pulumi_gcp/certificatemanager/trust_config.py +0 -4
- pulumi_gcp/cloudasset/folder_feed.py +91 -116
- pulumi_gcp/cloudasset/get_resources_search_all.py +0 -12
- pulumi_gcp/cloudasset/organization_feed.py +91 -116
- pulumi_gcp/cloudasset/project_feed.py +105 -164
- pulumi_gcp/cloudbuild/_inputs.py +4 -0
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +49 -74
- pulumi_gcp/cloudbuild/get_trigger.py +0 -4
- pulumi_gcp/cloudbuild/outputs.py +4 -0
- pulumi_gcp/cloudbuild/trigger.py +0 -64
- pulumi_gcp/cloudbuild/worker_pool.py +0 -8
- pulumi_gcp/cloudbuildv2/connection.py +0 -12
- pulumi_gcp/cloudbuildv2/connection_iam_binding.py +0 -24
- pulumi_gcp/cloudbuildv2/connection_iam_member.py +0 -24
- pulumi_gcp/cloudbuildv2/connection_iam_policy.py +0 -24
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +0 -4
- pulumi_gcp/cloudbuildv2/repository.py +0 -8
- pulumi_gcp/clouddeploy/automation.py +119 -77
- pulumi_gcp/clouddeploy/custom_target_type.py +0 -12
- pulumi_gcp/clouddeploy/delivery_pipeline.py +77 -76
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +0 -4
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +0 -4
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +0 -4
- pulumi_gcp/clouddeploy/target.py +0 -12
- pulumi_gcp/clouddomains/registration.py +21 -59
- pulumi_gcp/cloudfunctions/function.py +0 -8
- pulumi_gcp/cloudfunctions/function_iam_binding.py +0 -24
- pulumi_gcp/cloudfunctions/function_iam_member.py +0 -24
- pulumi_gcp/cloudfunctions/function_iam_policy.py +0 -24
- pulumi_gcp/cloudfunctions/get_function.py +0 -4
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +0 -4
- pulumi_gcp/cloudfunctionsv2/_inputs.py +16 -0
- pulumi_gcp/cloudfunctionsv2/function.py +110 -36
- pulumi_gcp/cloudfunctionsv2/function_iam_binding.py +0 -24
- pulumi_gcp/cloudfunctionsv2/function_iam_member.py +0 -24
- pulumi_gcp/cloudfunctionsv2/function_iam_policy.py +0 -24
- pulumi_gcp/cloudfunctionsv2/get_function.py +0 -4
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +0 -4
- pulumi_gcp/cloudfunctionsv2/outputs.py +25 -0
- pulumi_gcp/cloudidentity/_inputs.py +6 -6
- pulumi_gcp/cloudidentity/group.py +28 -60
- pulumi_gcp/cloudidentity/group_membership.py +4 -30
- pulumi_gcp/cloudidentity/outputs.py +6 -6
- pulumi_gcp/cloudids/endpoint.py +0 -4
- pulumi_gcp/cloudquota/get_s_quota_info.py +0 -4
- pulumi_gcp/cloudquota/get_s_quota_infos.py +0 -4
- pulumi_gcp/cloudquota/s_quota_preference.py +84 -60
- pulumi_gcp/cloudrun/_inputs.py +3 -1
- pulumi_gcp/cloudrun/domain_mapping.py +0 -31
- pulumi_gcp/cloudrun/get_locations.py +0 -4
- pulumi_gcp/cloudrun/get_service.py +0 -4
- pulumi_gcp/cloudrun/get_service_iam_policy.py +0 -4
- pulumi_gcp/cloudrun/iam_binding.py +0 -24
- pulumi_gcp/cloudrun/iam_member.py +0 -24
- pulumi_gcp/cloudrun/iam_policy.py +0 -24
- pulumi_gcp/cloudrun/outputs.py +3 -1
- pulumi_gcp/cloudrun/service.py +81 -174
- pulumi_gcp/cloudrunv2/_inputs.py +21 -15
- pulumi_gcp/cloudrunv2/get_job.py +0 -4
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +0 -4
- pulumi_gcp/cloudrunv2/get_service.py +0 -4
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +0 -4
- pulumi_gcp/cloudrunv2/job.py +147 -167
- pulumi_gcp/cloudrunv2/job_iam_binding.py +0 -24
- pulumi_gcp/cloudrunv2/job_iam_member.py +0 -24
- pulumi_gcp/cloudrunv2/job_iam_policy.py +0 -24
- pulumi_gcp/cloudrunv2/outputs.py +21 -15
- pulumi_gcp/cloudrunv2/service.py +203 -228
- pulumi_gcp/cloudrunv2/service_iam_binding.py +0 -24
- pulumi_gcp/cloudrunv2/service_iam_member.py +0 -24
- pulumi_gcp/cloudrunv2/service_iam_policy.py +0 -24
- pulumi_gcp/cloudscheduler/job.py +0 -24
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +0 -4
- pulumi_gcp/cloudtasks/queue.py +0 -8
- pulumi_gcp/cloudtasks/queue_iam_binding.py +0 -24
- pulumi_gcp/cloudtasks/queue_iam_member.py +0 -24
- pulumi_gcp/cloudtasks/queue_iam_policy.py +0 -24
- pulumi_gcp/composer/get_environment.py +0 -4
- pulumi_gcp/composer/get_image_versions.py +0 -4
- pulumi_gcp/compute/_inputs.py +228 -182
- pulumi_gcp/compute/address.py +0 -20
- pulumi_gcp/compute/attached_disk.py +0 -4
- pulumi_gcp/compute/autoscaler.py +0 -28
- pulumi_gcp/compute/backend_bucket.py +0 -16
- pulumi_gcp/compute/backend_bucket_signed_url_key.py +0 -4
- pulumi_gcp/compute/backend_service.py +0 -44
- pulumi_gcp/compute/backend_service_signed_url_key.py +0 -4
- pulumi_gcp/compute/ca_external_account_key.py +0 -4
- pulumi_gcp/compute/disk.py +49 -40
- pulumi_gcp/compute/disk_iam_binding.py +0 -24
- pulumi_gcp/compute/disk_iam_member.py +0 -24
- pulumi_gcp/compute/disk_iam_policy.py +0 -24
- pulumi_gcp/compute/disk_resource_policy_attachment.py +0 -4
- pulumi_gcp/compute/external_vpn_gateway.py +0 -4
- pulumi_gcp/compute/firewall.py +0 -8
- pulumi_gcp/compute/firewall_policy.py +0 -4
- pulumi_gcp/compute/firewall_policy_association.py +0 -4
- pulumi_gcp/compute/firewall_policy_rule.py +49 -25
- pulumi_gcp/compute/forwarding_rule.py +0 -52
- pulumi_gcp/compute/get_address.py +0 -4
- pulumi_gcp/compute/get_addresses.py +0 -4
- pulumi_gcp/compute/get_default_service_account.py +0 -4
- pulumi_gcp/compute/get_disk.py +0 -4
- pulumi_gcp/compute/get_disk_iam_policy.py +0 -4
- pulumi_gcp/compute/get_global_address.py +0 -4
- pulumi_gcp/compute/get_image.py +0 -4
- pulumi_gcp/compute/get_image_iam_policy.py +0 -4
- pulumi_gcp/compute/get_instance.py +0 -4
- pulumi_gcp/compute/get_instance_group.py +0 -4
- pulumi_gcp/compute/get_instance_group_manager.py +11 -5
- pulumi_gcp/compute/get_instance_iam_policy.py +0 -4
- pulumi_gcp/compute/get_instance_serial_port.py +0 -8
- pulumi_gcp/compute/get_network_endpoint_group.py +0 -4
- pulumi_gcp/compute/get_network_peering.py +0 -4
- pulumi_gcp/compute/get_node_types.py +0 -4
- pulumi_gcp/compute/get_region_disk_iam_policy.py +0 -4
- pulumi_gcp/compute/get_region_instance_group.py +0 -4
- pulumi_gcp/compute/get_region_instance_template.py +0 -4
- pulumi_gcp/compute/get_region_network_endpoint_group.py +0 -4
- pulumi_gcp/compute/get_regions.py +0 -4
- pulumi_gcp/compute/get_reservation.py +0 -4
- pulumi_gcp/compute/get_resource_policy.py +0 -4
- pulumi_gcp/compute/get_router.py +0 -4
- pulumi_gcp/compute/get_router_nat.py +11 -5
- pulumi_gcp/compute/get_router_status.py +0 -4
- pulumi_gcp/compute/get_snapshot.py +0 -4
- pulumi_gcp/compute/get_snapshot_iam_policy.py +0 -4
- pulumi_gcp/compute/get_subnetwork.py +0 -4
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +0 -4
- pulumi_gcp/compute/global_address.py +0 -8
- pulumi_gcp/compute/global_forwarding_rule.py +0 -40
- pulumi_gcp/compute/global_network_endpoint.py +0 -4
- pulumi_gcp/compute/global_network_endpoint_group.py +0 -8
- pulumi_gcp/compute/ha_vpn_gateway.py +0 -12
- pulumi_gcp/compute/health_check.py +0 -52
- pulumi_gcp/compute/http_health_check.py +0 -4
- pulumi_gcp/compute/https_health_check.py +0 -4
- pulumi_gcp/compute/image.py +0 -12
- pulumi_gcp/compute/image_iam_binding.py +0 -48
- pulumi_gcp/compute/image_iam_member.py +0 -48
- pulumi_gcp/compute/image_iam_policy.py +0 -48
- pulumi_gcp/compute/instance.py +0 -4
- pulumi_gcp/compute/instance_from_machine_image.py +0 -4
- pulumi_gcp/compute/instance_from_template.py +0 -4
- pulumi_gcp/compute/instance_group.py +0 -12
- pulumi_gcp/compute/instance_group_manager.py +68 -29
- pulumi_gcp/compute/instance_group_membership.py +0 -4
- pulumi_gcp/compute/instance_group_named_port.py +0 -4
- pulumi_gcp/compute/instance_iam_binding.py +0 -48
- pulumi_gcp/compute/instance_iam_member.py +0 -48
- pulumi_gcp/compute/instance_iam_policy.py +0 -48
- pulumi_gcp/compute/instance_settings.py +16 -4
- pulumi_gcp/compute/instance_template.py +0 -8
- pulumi_gcp/compute/interconnect_attachment.py +0 -8
- pulumi_gcp/compute/machine_image.py +0 -8
- pulumi_gcp/compute/machine_image_iam_binding.py +0 -48
- pulumi_gcp/compute/machine_image_iam_member.py +0 -48
- pulumi_gcp/compute/machine_image_iam_policy.py +0 -48
- pulumi_gcp/compute/managed_ssl_certificate.py +0 -4
- pulumi_gcp/compute/manged_ssl_certificate.py +0 -4
- pulumi_gcp/compute/network.py +0 -12
- pulumi_gcp/compute/network_attachment.py +0 -8
- pulumi_gcp/compute/network_edge_security_service.py +0 -4
- pulumi_gcp/compute/network_endpoint.py +0 -4
- pulumi_gcp/compute/network_endpoint_group.py +0 -8
- pulumi_gcp/compute/network_endpoint_list.py +0 -4
- pulumi_gcp/compute/network_firewall_policy.py +0 -4
- pulumi_gcp/compute/network_firewall_policy_association.py +0 -4
- pulumi_gcp/compute/network_firewall_policy_rule.py +77 -25
- pulumi_gcp/compute/network_peering.py +0 -4
- pulumi_gcp/compute/network_peering_routes_config.py +0 -8
- pulumi_gcp/compute/node_group.py +0 -16
- pulumi_gcp/compute/node_template.py +0 -8
- pulumi_gcp/compute/organization_security_policy.py +0 -4
- pulumi_gcp/compute/organization_security_policy_association.py +0 -4
- pulumi_gcp/compute/organization_security_policy_rule.py +49 -81
- pulumi_gcp/compute/outputs.py +292 -186
- pulumi_gcp/compute/packet_mirroring.py +28 -73
- pulumi_gcp/compute/per_instance_config.py +0 -4
- pulumi_gcp/compute/project_default_network_tier.py +0 -4
- pulumi_gcp/compute/project_metadata.py +0 -8
- pulumi_gcp/compute/project_metadata_item.py +0 -4
- pulumi_gcp/compute/public_advertised_prefix.py +0 -4
- pulumi_gcp/compute/public_delegated_prefix.py +0 -4
- pulumi_gcp/compute/region_autoscaler.py +0 -24
- pulumi_gcp/compute/region_backend_service.py +0 -36
- pulumi_gcp/compute/region_commitment.py +0 -8
- pulumi_gcp/compute/region_disk.py +42 -40
- pulumi_gcp/compute/region_disk_iam_binding.py +0 -24
- pulumi_gcp/compute/region_disk_iam_member.py +0 -24
- pulumi_gcp/compute/region_disk_iam_policy.py +0 -24
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +0 -4
- pulumi_gcp/compute/region_health_check.py +0 -52
- pulumi_gcp/compute/region_instance_group_manager.py +61 -22
- pulumi_gcp/compute/region_network_endpoint.py +0 -8
- pulumi_gcp/compute/region_network_endpoint_group.py +0 -32
- pulumi_gcp/compute/region_network_firewall_policy.py +0 -4
- pulumi_gcp/compute/region_network_firewall_policy_association.py +0 -4
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +77 -25
- pulumi_gcp/compute/region_per_instance_config.py +0 -4
- pulumi_gcp/compute/region_security_policy.py +0 -12
- pulumi_gcp/compute/region_security_policy_rule.py +0 -12
- pulumi_gcp/compute/region_ssl_certificate.py +0 -12
- pulumi_gcp/compute/region_target_http_proxy.py +0 -8
- pulumi_gcp/compute/region_target_https_proxy.py +0 -8
- pulumi_gcp/compute/region_target_tcp_proxy.py +0 -4
- pulumi_gcp/compute/region_url_map.py +0 -32
- pulumi_gcp/compute/reservation.py +14 -52
- pulumi_gcp/compute/resource_policy.py +0 -28
- pulumi_gcp/compute/route.py +0 -12
- pulumi_gcp/compute/router.py +0 -8
- pulumi_gcp/compute/router_interface.py +47 -4
- pulumi_gcp/compute/router_nat.py +68 -16
- pulumi_gcp/compute/router_peer.py +141 -16
- pulumi_gcp/compute/router_status.py +0 -4
- pulumi_gcp/compute/security_policy.py +0 -16
- pulumi_gcp/compute/security_scan_config.py +0 -4
- pulumi_gcp/compute/service_attachment.py +0 -16
- pulumi_gcp/compute/shared_vpc_host_project.py +0 -4
- pulumi_gcp/compute/shared_vpc_service_project.py +0 -4
- pulumi_gcp/compute/snapshot.py +0 -8
- pulumi_gcp/compute/snapshot_iam_binding.py +0 -24
- pulumi_gcp/compute/snapshot_iam_member.py +0 -24
- pulumi_gcp/compute/snapshot_iam_policy.py +0 -24
- pulumi_gcp/compute/ssl_certificate.py +0 -12
- pulumi_gcp/compute/ssl_policy.py +0 -4
- pulumi_gcp/compute/subnetwork.py +0 -28
- pulumi_gcp/compute/subnetwork_iam_binding.py +0 -48
- pulumi_gcp/compute/subnetwork_iam_member.py +0 -48
- pulumi_gcp/compute/subnetwork_iam_policy.py +0 -48
- pulumi_gcp/compute/target_grpc_proxy.py +0 -4
- pulumi_gcp/compute/target_http_proxy.py +0 -12
- pulumi_gcp/compute/target_https_proxy.py +0 -16
- pulumi_gcp/compute/target_instance.py +0 -12
- pulumi_gcp/compute/target_pool.py +0 -4
- pulumi_gcp/compute/target_ssl_proxy.py +0 -4
- pulumi_gcp/compute/target_tcp_proxy.py +0 -4
- pulumi_gcp/compute/url_map.py +0 -32
- pulumi_gcp/compute/vpn_gateway.py +0 -4
- pulumi_gcp/compute/vpn_tunnel.py +0 -4
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +88 -103
- pulumi_gcp/container/attached_cluster.py +49 -144
- pulumi_gcp/container/aws_cluster.py +49 -47
- pulumi_gcp/container/aws_node_pool.py +42 -40
- pulumi_gcp/container/azure_client.py +0 -4
- pulumi_gcp/container/azure_cluster.py +77 -50
- pulumi_gcp/container/azure_node_pool.py +42 -32
- pulumi_gcp/container/cluster.py +0 -12
- pulumi_gcp/container/get_attached_install_manifest.py +0 -4
- pulumi_gcp/container/get_attached_versions.py +0 -4
- pulumi_gcp/container/get_aws_versions.py +0 -4
- pulumi_gcp/container/get_azure_versions.py +0 -4
- pulumi_gcp/container/get_engine_versions.py +0 -4
- pulumi_gcp/container/get_registry_image.py +0 -4
- pulumi_gcp/container/get_registry_repository.py +0 -4
- pulumi_gcp/container/node_pool.py +0 -8
- pulumi_gcp/container/outputs.py +111 -108
- pulumi_gcp/container/registry.py +0 -8
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +0 -4
- pulumi_gcp/containeranalysis/note.py +0 -35
- pulumi_gcp/containeranalysis/note_iam_binding.py +0 -24
- pulumi_gcp/containeranalysis/note_iam_member.py +0 -24
- pulumi_gcp/containeranalysis/note_iam_policy.py +0 -24
- pulumi_gcp/containeranalysis/occurence.py +0 -20
- pulumi_gcp/databasemigrationservice/connection_profile.py +0 -16
- pulumi_gcp/databasemigrationservice/private_connection.py +14 -45
- pulumi_gcp/datacatalog/_inputs.py +2 -6
- pulumi_gcp/datacatalog/entry.py +0 -12
- pulumi_gcp/datacatalog/entry_group.py +0 -8
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +0 -24
- pulumi_gcp/datacatalog/entry_group_iam_member.py +0 -24
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +0 -24
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +0 -4
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +0 -4
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +0 -4
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +0 -4
- pulumi_gcp/datacatalog/outputs.py +2 -6
- pulumi_gcp/datacatalog/policy_tag.py +0 -8
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +0 -24
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +0 -24
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +0 -24
- pulumi_gcp/datacatalog/tag.py +35 -54
- pulumi_gcp/datacatalog/tag_template.py +18 -39
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +0 -24
- pulumi_gcp/datacatalog/tag_template_iam_member.py +0 -24
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +0 -24
- pulumi_gcp/datacatalog/taxonomy.py +0 -4
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +0 -24
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +0 -24
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +0 -24
- pulumi_gcp/dataflow/flex_template_job.py +0 -8
- pulumi_gcp/dataflow/job.py +0 -12
- pulumi_gcp/dataflow/pipeline.py +0 -4
- pulumi_gcp/dataform/repository.py +0 -4
- pulumi_gcp/dataform/repository_release_config.py +0 -4
- pulumi_gcp/dataform/repository_workflow_config.py +0 -4
- pulumi_gcp/datafusion/get_instance_iam_policy.py +0 -4
- pulumi_gcp/datafusion/instance.py +28 -32
- pulumi_gcp/dataloss/_inputs.py +30 -12
- pulumi_gcp/dataloss/outputs.py +30 -12
- pulumi_gcp/dataloss/prevention_deidentify_template.py +18 -33
- pulumi_gcp/dataloss/prevention_inspect_template.py +4 -20
- pulumi_gcp/dataloss/prevention_job_trigger.py +34 -110
- pulumi_gcp/dataloss/prevention_stored_info_type.py +4 -20
- pulumi_gcp/dataplex/_inputs.py +4 -2
- pulumi_gcp/dataplex/asset.py +21 -32
- pulumi_gcp/dataplex/asset_iam_binding.py +0 -24
- pulumi_gcp/dataplex/asset_iam_member.py +0 -24
- pulumi_gcp/dataplex/asset_iam_policy.py +0 -24
- pulumi_gcp/dataplex/datascan.py +32 -112
- pulumi_gcp/dataplex/datascan_iam_binding.py +0 -24
- pulumi_gcp/dataplex/datascan_iam_member.py +0 -24
- pulumi_gcp/dataplex/datascan_iam_policy.py +0 -24
- pulumi_gcp/dataplex/get_asset_iam_policy.py +0 -4
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +0 -4
- pulumi_gcp/dataplex/get_lake_iam_policy.py +0 -4
- pulumi_gcp/dataplex/get_task_iam_policy.py +0 -4
- pulumi_gcp/dataplex/get_zone_iam_policy.py +0 -4
- pulumi_gcp/dataplex/lake.py +0 -4
- pulumi_gcp/dataplex/lake_iam_binding.py +0 -24
- pulumi_gcp/dataplex/lake_iam_member.py +0 -24
- pulumi_gcp/dataplex/lake_iam_policy.py +0 -24
- pulumi_gcp/dataplex/outputs.py +4 -2
- pulumi_gcp/dataplex/task.py +42 -88
- pulumi_gcp/dataplex/task_iam_binding.py +0 -24
- pulumi_gcp/dataplex/task_iam_member.py +0 -24
- pulumi_gcp/dataplex/task_iam_policy.py +0 -24
- pulumi_gcp/dataplex/zone.py +21 -32
- pulumi_gcp/dataplex/zone_iam_binding.py +0 -24
- pulumi_gcp/dataplex/zone_iam_member.py +0 -24
- pulumi_gcp/dataplex/zone_iam_policy.py +0 -24
- pulumi_gcp/dataproc/_inputs.py +130 -210
- pulumi_gcp/dataproc/autoscaling_policy.py +0 -4
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +0 -24
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +0 -24
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +0 -24
- pulumi_gcp/dataproc/cluster.py +0 -12
- pulumi_gcp/dataproc/cluster_iam_binding.py +0 -24
- pulumi_gcp/dataproc/cluster_iam_member.py +0 -24
- pulumi_gcp/dataproc/cluster_iam_policy.py +0 -24
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +0 -4
- pulumi_gcp/dataproc/get_cluster_iam_policy.py +0 -4
- pulumi_gcp/dataproc/get_job_iam_policy.py +0 -4
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +0 -4
- pulumi_gcp/dataproc/job.py +0 -4
- pulumi_gcp/dataproc/job_iam_binding.py +0 -24
- pulumi_gcp/dataproc/job_iam_member.py +0 -24
- pulumi_gcp/dataproc/job_iam_policy.py +0 -24
- pulumi_gcp/dataproc/metastore_federation.py +25 -53
- pulumi_gcp/dataproc/metastore_service.py +2 -34
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +0 -24
- pulumi_gcp/dataproc/metastore_service_iam_member.py +0 -24
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +0 -24
- pulumi_gcp/dataproc/outputs.py +130 -210
- pulumi_gcp/dataproc/workflow_template.py +105 -32
- pulumi_gcp/datastore/data_store_index.py +14 -4
- pulumi_gcp/datastream/connection_profile.py +0 -16
- pulumi_gcp/datastream/get_static_ips.py +0 -4
- pulumi_gcp/datastream/private_connection.py +14 -45
- pulumi_gcp/datastream/stream.py +35 -89
- pulumi_gcp/deploymentmanager/deployment.py +84 -192
- pulumi_gcp/diagflow/agent.py +0 -4
- pulumi_gcp/diagflow/cx_agent.py +0 -4
- pulumi_gcp/diagflow/cx_entity_type.py +84 -109
- pulumi_gcp/diagflow/cx_environment.py +21 -25
- pulumi_gcp/diagflow/cx_flow.py +8 -16
- pulumi_gcp/diagflow/cx_intent.py +0 -4
- pulumi_gcp/diagflow/cx_page.py +8 -12
- pulumi_gcp/diagflow/cx_security_settings.py +0 -8
- pulumi_gcp/diagflow/cx_test_case.py +0 -4
- pulumi_gcp/diagflow/cx_version.py +0 -4
- pulumi_gcp/diagflow/cx_webhook.py +0 -4
- pulumi_gcp/diagflow/entity_type.py +0 -4
- pulumi_gcp/diagflow/fulfillment.py +0 -4
- pulumi_gcp/diagflow/intent.py +0 -8
- pulumi_gcp/discoveryengine/chat_engine.py +14 -52
- pulumi_gcp/discoveryengine/data_store.py +0 -4
- pulumi_gcp/discoveryengine/search_engine.py +21 -52
- pulumi_gcp/dns/_inputs.py +18 -150
- pulumi_gcp/dns/dns_managed_zone_iam_binding.py +0 -24
- pulumi_gcp/dns/dns_managed_zone_iam_member.py +0 -24
- pulumi_gcp/dns/dns_managed_zone_iam_policy.py +0 -24
- pulumi_gcp/dns/get_keys.py +1 -5
- pulumi_gcp/dns/get_managed_zone.py +0 -4
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +0 -4
- pulumi_gcp/dns/get_managed_zones.py +3 -13
- pulumi_gcp/dns/get_record_set.py +3 -0
- pulumi_gcp/dns/managed_zone.py +0 -28
- pulumi_gcp/dns/outputs.py +52 -78
- pulumi_gcp/dns/policy.py +0 -4
- pulumi_gcp/dns/record_set.py +0 -28
- pulumi_gcp/dns/response_policy.py +0 -4
- pulumi_gcp/dns/response_policy_rule.py +0 -4
- pulumi_gcp/edgecontainer/_inputs.py +18 -14
- pulumi_gcp/edgecontainer/cluster.py +63 -137
- pulumi_gcp/edgecontainer/node_pool.py +0 -12
- pulumi_gcp/edgecontainer/outputs.py +18 -14
- pulumi_gcp/edgecontainer/vpn_connection.py +0 -4
- pulumi_gcp/edgenetwork/network.py +0 -4
- pulumi_gcp/edgenetwork/subnet.py +0 -8
- pulumi_gcp/endpoints/get_service_iam_policy.py +0 -4
- pulumi_gcp/endpoints/service.py +0 -4
- pulumi_gcp/endpoints/service_iam_binding.py +0 -24
- pulumi_gcp/endpoints/service_iam_member.py +0 -24
- pulumi_gcp/endpoints/service_iam_policy.py +0 -24
- pulumi_gcp/essentialcontacts/contact.py +0 -4
- pulumi_gcp/essentialcontacts/document_ai_processor.py +0 -4
- pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +0 -4
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +4 -40
- pulumi_gcp/essentialcontacts/document_ai_warehouse_location.py +0 -4
- pulumi_gcp/eventarc/channel.py +0 -4
- pulumi_gcp/eventarc/google_channel_config.py +0 -4
- pulumi_gcp/eventarc/trigger.py +119 -60
- pulumi_gcp/filestore/backup.py +0 -4
- pulumi_gcp/filestore/instance.py +25 -85
- pulumi_gcp/filestore/snapshot.py +0 -8
- pulumi_gcp/firebase/android_app.py +0 -8
- pulumi_gcp/firebase/app_check_app_attest_config.py +0 -8
- pulumi_gcp/firebase/app_check_debug_token.py +0 -4
- pulumi_gcp/firebase/app_check_device_check_config.py +0 -4
- pulumi_gcp/firebase/app_check_play_integrity_config.py +0 -8
- pulumi_gcp/firebase/app_check_recaptcha_enterprise_config.py +0 -4
- pulumi_gcp/firebase/app_check_recaptcha_v3_config.py +0 -4
- pulumi_gcp/firebase/app_check_service_config.py +0 -12
- pulumi_gcp/firebase/apple_app.py +0 -8
- pulumi_gcp/firebase/database_instance.py +0 -12
- pulumi_gcp/firebase/extensions_instance.py +8 -40
- pulumi_gcp/firebase/hosting_channel.py +0 -8
- pulumi_gcp/firebase/hosting_custom_domain.py +0 -12
- pulumi_gcp/firebase/hosting_release.py +0 -12
- pulumi_gcp/firebase/hosting_site.py +0 -8
- pulumi_gcp/firebase/hosting_version.py +0 -12
- pulumi_gcp/firebase/project.py +0 -4
- pulumi_gcp/firebase/storage_bucket.py +0 -4
- pulumi_gcp/firebase/web_app.py +0 -4
- pulumi_gcp/firebaserules/release.py +0 -8
- pulumi_gcp/firebaserules/ruleset.py +4 -20
- pulumi_gcp/firestore/_inputs.py +80 -11
- pulumi_gcp/firestore/backup_schedule.py +0 -8
- pulumi_gcp/firestore/database.py +0 -24
- pulumi_gcp/firestore/document.py +4 -16
- pulumi_gcp/firestore/field.py +0 -12
- pulumi_gcp/firestore/index.py +140 -119
- pulumi_gcp/firestore/outputs.py +70 -11
- pulumi_gcp/folder/access_approval_settings.py +42 -50
- pulumi_gcp/folder/get_iam_policy.py +0 -4
- pulumi_gcp/folder/get_organization_policy.py +0 -4
- pulumi_gcp/folder/iam_audit_config.py +0 -56
- pulumi_gcp/folder/iam_binding.py +0 -4
- pulumi_gcp/folder/iam_member.py +0 -56
- pulumi_gcp/folder/iam_policy.py +0 -56
- pulumi_gcp/folder/organization_policy.py +0 -16
- pulumi_gcp/gkebackup/_inputs.py +358 -15
- pulumi_gcp/gkebackup/backup_plan.py +286 -16
- pulumi_gcp/gkebackup/backup_plan_iam_binding.py +0 -24
- pulumi_gcp/gkebackup/backup_plan_iam_member.py +0 -24
- pulumi_gcp/gkebackup/backup_plan_iam_policy.py +0 -24
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +0 -4
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +0 -4
- pulumi_gcp/gkebackup/outputs.py +353 -15
- pulumi_gcp/gkebackup/restore_plan.py +21 -86
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +0 -44
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +0 -44
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +0 -44
- pulumi_gcp/gkehub/feature.py +0 -48
- pulumi_gcp/gkehub/feature_iam_binding.py +0 -24
- pulumi_gcp/gkehub/feature_iam_member.py +0 -24
- pulumi_gcp/gkehub/feature_iam_policy.py +0 -24
- pulumi_gcp/gkehub/feature_membership.py +0 -28
- pulumi_gcp/gkehub/fleet.py +0 -4
- pulumi_gcp/gkehub/get_feature_iam_policy.py +0 -4
- pulumi_gcp/gkehub/get_membership_iam_policy.py +0 -4
- pulumi_gcp/gkehub/get_scope_iam_policy.py +0 -4
- pulumi_gcp/gkehub/membership.py +0 -12
- pulumi_gcp/gkehub/membership_binding.py +0 -4
- pulumi_gcp/gkehub/membership_iam_binding.py +0 -24
- pulumi_gcp/gkehub/membership_iam_member.py +0 -24
- pulumi_gcp/gkehub/membership_iam_policy.py +0 -24
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +0 -24
- pulumi_gcp/gkehub/namespace.py +0 -4
- pulumi_gcp/gkehub/scope.py +0 -4
- pulumi_gcp/gkehub/scope_iam_binding.py +0 -24
- pulumi_gcp/gkehub/scope_iam_member.py +0 -24
- pulumi_gcp/gkehub/scope_iam_policy.py +0 -24
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +49 -101
- pulumi_gcp/gkeonprem/_inputs.py +12 -20
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +0 -8
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +56 -179
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +42 -105
- pulumi_gcp/gkeonprem/outputs.py +12 -20
- pulumi_gcp/gkeonprem/v_mware_cluster.py +70 -207
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +42 -108
- pulumi_gcp/healthcare/consent_store.py +0 -12
- pulumi_gcp/healthcare/consent_store_iam_binding.py +0 -24
- pulumi_gcp/healthcare/consent_store_iam_member.py +0 -24
- pulumi_gcp/healthcare/consent_store_iam_policy.py +0 -24
- pulumi_gcp/healthcare/dataset.py +0 -4
- pulumi_gcp/healthcare/dataset_iam_binding.py +0 -24
- pulumi_gcp/healthcare/dataset_iam_member.py +0 -24
- pulumi_gcp/healthcare/dataset_iam_policy.py +0 -24
- pulumi_gcp/healthcare/dicom_store.py +0 -8
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +0 -24
- pulumi_gcp/healthcare/dicom_store_iam_member.py +0 -24
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +0 -24
- pulumi_gcp/healthcare/fhir_store.py +0 -16
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +0 -24
- pulumi_gcp/healthcare/fhir_store_iam_member.py +0 -24
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +0 -24
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +0 -4
- pulumi_gcp/healthcare/get_dataset_iam_policy.py +0 -4
- pulumi_gcp/healthcare/get_dicom_store_iam_policy.py +0 -4
- pulumi_gcp/healthcare/get_fhir_store_iam_policy.py +0 -4
- pulumi_gcp/healthcare/get_hl7_v2_store_iam_policy.py +0 -4
- pulumi_gcp/healthcare/hl7_store.py +0 -12
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +0 -24
- pulumi_gcp/healthcare/hl7_store_iam_member.py +0 -24
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +0 -24
- pulumi_gcp/iam/access_boundary_policy.py +0 -4
- pulumi_gcp/iam/deny_policy.py +0 -4
- pulumi_gcp/iam/get_rule.py +0 -4
- pulumi_gcp/iam/get_testable_permissions.py +0 -4
- pulumi_gcp/iam/workforce_pool.py +0 -8
- pulumi_gcp/iam/workforce_pool_provider.py +0 -16
- pulumi_gcp/iam/workload_identity_pool.py +0 -8
- pulumi_gcp/iam/workload_identity_pool_provider.py +0 -28
- pulumi_gcp/iap/app_engine_service_iam_binding.py +0 -48
- pulumi_gcp/iap/app_engine_service_iam_member.py +0 -48
- pulumi_gcp/iap/app_engine_service_iam_policy.py +0 -48
- pulumi_gcp/iap/app_engine_version_iam_binding.py +0 -48
- pulumi_gcp/iap/app_engine_version_iam_member.py +0 -48
- pulumi_gcp/iap/app_engine_version_iam_policy.py +0 -48
- pulumi_gcp/iap/brand.py +0 -4
- pulumi_gcp/iap/client.py +0 -4
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +0 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +0 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +0 -4
- pulumi_gcp/iap/get_tunnel_iam_policy.py +0 -4
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +0 -4
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +0 -4
- pulumi_gcp/iap/get_web_iam_policy.py +0 -4
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +0 -4
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +0 -4
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +0 -4
- pulumi_gcp/iap/tunnel_dest_group.py +0 -4
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +0 -48
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +0 -48
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +0 -48
- pulumi_gcp/iap/tunnel_iam_binding.py +0 -48
- pulumi_gcp/iap/tunnel_iam_member.py +0 -48
- pulumi_gcp/iap/tunnel_iam_policy.py +0 -48
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +0 -48
- pulumi_gcp/iap/tunnel_instance_iam_member.py +0 -48
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +0 -48
- pulumi_gcp/iap/web_backend_service_iam_binding.py +0 -48
- pulumi_gcp/iap/web_backend_service_iam_member.py +0 -48
- pulumi_gcp/iap/web_backend_service_iam_policy.py +0 -48
- pulumi_gcp/iap/web_iam_binding.py +0 -48
- pulumi_gcp/iap/web_iam_member.py +0 -48
- pulumi_gcp/iap/web_iam_policy.py +0 -48
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +0 -48
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +0 -48
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +0 -48
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +0 -48
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +0 -48
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +0 -48
- pulumi_gcp/iap/web_type_compute_iam_binding.py +0 -48
- pulumi_gcp/iap/web_type_compute_iam_member.py +0 -48
- pulumi_gcp/iap/web_type_compute_iam_policy.py +0 -48
- pulumi_gcp/identityplatform/_inputs.py +12 -32
- pulumi_gcp/identityplatform/config.py +0 -4
- pulumi_gcp/identityplatform/default_supported_idp_config.py +0 -4
- pulumi_gcp/identityplatform/inbound_saml_config.py +0 -24
- pulumi_gcp/identityplatform/oauth_idp_config.py +0 -4
- pulumi_gcp/identityplatform/outputs.py +12 -32
- pulumi_gcp/identityplatform/project_default_config.py +0 -4
- pulumi_gcp/identityplatform/tenant.py +0 -4
- pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +0 -4
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +0 -24
- pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +0 -4
- pulumi_gcp/integrationconnectors/_inputs.py +4 -12
- pulumi_gcp/integrationconnectors/connection.py +0 -8
- pulumi_gcp/integrationconnectors/endpoint_attachment.py +0 -4
- pulumi_gcp/integrationconnectors/outputs.py +4 -12
- pulumi_gcp/kms/crypto_key.py +0 -8
- pulumi_gcp/kms/crypto_key_iam_binding.py +0 -24
- pulumi_gcp/kms/crypto_key_iam_member.py +0 -24
- pulumi_gcp/kms/crypto_key_iam_policy.py +0 -24
- pulumi_gcp/kms/crypto_key_version.py +0 -4
- pulumi_gcp/kms/ekm_connection.py +28 -52
- pulumi_gcp/kms/get_crypto_key_iam_policy.py +0 -4
- pulumi_gcp/kms/get_key_ring_iam_policy.py +0 -4
- pulumi_gcp/kms/get_kms_crypto_key.py +0 -4
- pulumi_gcp/kms/get_kms_crypto_key_version.py +0 -4
- pulumi_gcp/kms/get_kms_key_ring.py +0 -4
- pulumi_gcp/kms/get_kms_secret.py +0 -8
- pulumi_gcp/kms/get_kms_secret_asymmetric.py +0 -8
- pulumi_gcp/kms/get_kms_secret_ciphertext.py +0 -8
- pulumi_gcp/kms/key_ring.py +0 -4
- pulumi_gcp/kms/key_ring_iam_binding.py +0 -48
- pulumi_gcp/kms/key_ring_iam_member.py +0 -48
- pulumi_gcp/kms/key_ring_iam_policy.py +0 -48
- pulumi_gcp/kms/secret_ciphertext.py +0 -4
- pulumi_gcp/logging/billing_account_bucket_config.py +0 -4
- pulumi_gcp/logging/billing_account_exclusion.py +0 -4
- pulumi_gcp/logging/billing_account_sink.py +0 -4
- pulumi_gcp/logging/folder_bucket_config.py +0 -4
- pulumi_gcp/logging/folder_exclusion.py +0 -4
- pulumi_gcp/logging/folder_settings.py +0 -4
- pulumi_gcp/logging/folder_sink.py +0 -4
- pulumi_gcp/logging/get_folder_settings.py +0 -4
- pulumi_gcp/logging/get_organization_settings.py +0 -4
- pulumi_gcp/logging/get_project_cmek_settings.py +0 -4
- pulumi_gcp/logging/get_project_settings.py +0 -4
- pulumi_gcp/logging/get_sink.py +0 -4
- pulumi_gcp/logging/linked_dataset.py +0 -8
- pulumi_gcp/logging/log_view.py +0 -4
- pulumi_gcp/logging/metric.py +0 -20
- pulumi_gcp/logging/organization_bucket_config.py +0 -4
- pulumi_gcp/logging/organization_exclusion.py +0 -4
- pulumi_gcp/logging/organization_settings.py +0 -4
- pulumi_gcp/logging/organization_sink.py +0 -4
- pulumi_gcp/logging/project_bucket_config.py +4 -24
- pulumi_gcp/logging/project_exclusion.py +0 -4
- pulumi_gcp/looker/instance.py +0 -16
- pulumi_gcp/memcache/_inputs.py +8 -4
- pulumi_gcp/memcache/instance.py +74 -166
- pulumi_gcp/memcache/outputs.py +8 -4
- pulumi_gcp/migrationcenter/group.py +0 -4
- pulumi_gcp/migrationcenter/preference_set.py +0 -8
- pulumi_gcp/ml/engine_model.py +0 -8
- pulumi_gcp/monitoring/_inputs.py +2 -2
- pulumi_gcp/monitoring/alert_policy.py +99 -225
- pulumi_gcp/monitoring/custom_service.py +0 -4
- pulumi_gcp/monitoring/dashboard.py +0 -8
- pulumi_gcp/monitoring/generic_service.py +0 -4
- pulumi_gcp/monitoring/get_app_engine_service.py +0 -4
- pulumi_gcp/monitoring/get_cluster_istio_service.py +0 -4
- pulumi_gcp/monitoring/get_istio_canonical_service.py +0 -4
- pulumi_gcp/monitoring/get_mesh_istio_service.py +0 -4
- pulumi_gcp/monitoring/get_notification_channel.py +0 -4
- pulumi_gcp/monitoring/get_secret_version.py +0 -4
- pulumi_gcp/monitoring/get_uptime_check_i_ps.py +0 -4
- pulumi_gcp/monitoring/group.py +0 -8
- pulumi_gcp/monitoring/metric_descriptor.py +0 -8
- pulumi_gcp/monitoring/monitored_project.py +0 -4
- pulumi_gcp/monitoring/notification_channel.py +0 -8
- pulumi_gcp/monitoring/outputs.py +2 -2
- pulumi_gcp/monitoring/slo.py +0 -24
- pulumi_gcp/monitoring/uptime_check_config.py +4 -24
- pulumi_gcp/netapp/active_directory.py +0 -4
- pulumi_gcp/netapp/backup_policy.py +0 -4
- pulumi_gcp/netapp/backup_vault.py +0 -4
- pulumi_gcp/netapp/kmsconfig.py +0 -4
- pulumi_gcp/netapp/storage_pool.py +0 -4
- pulumi_gcp/netapp/volume.py +0 -4
- pulumi_gcp/netapp/volume_replication.py +0 -4
- pulumi_gcp/netapp/volume_snapshot.py +0 -4
- pulumi_gcp/networkconnectivity/hub.py +0 -4
- pulumi_gcp/networkconnectivity/policy_based_route.py +42 -91
- pulumi_gcp/networkconnectivity/service_connection_policy.py +0 -4
- pulumi_gcp/networkconnectivity/spoke.py +49 -43
- pulumi_gcp/networkmanagement/connectivity_test.py +42 -91
- pulumi_gcp/networksecurity/address_group.py +0 -12
- pulumi_gcp/networksecurity/authorization_policy.py +0 -8
- pulumi_gcp/networksecurity/client_tls_policy.py +0 -8
- pulumi_gcp/networksecurity/firewall_endpoint.py +2 -4
- pulumi_gcp/networksecurity/firewall_endpoint_association.py +61 -4
- pulumi_gcp/networksecurity/gateway_security_policy.py +0 -8
- pulumi_gcp/networksecurity/gateway_security_policy_rule.py +0 -8
- pulumi_gcp/networksecurity/security_profile.py +0 -8
- pulumi_gcp/networksecurity/security_profile_group.py +0 -4
- pulumi_gcp/networksecurity/server_tls_policy.py +0 -16
- pulumi_gcp/networksecurity/tls_inspection_policy.py +0 -4
- pulumi_gcp/networksecurity/url_list.py +0 -8
- pulumi_gcp/networkservices/_inputs.py +4 -2
- pulumi_gcp/networkservices/edge_cache_keyset.py +0 -8
- pulumi_gcp/networkservices/edge_cache_origin.py +0 -12
- pulumi_gcp/networkservices/edge_cache_service.py +133 -151
- pulumi_gcp/networkservices/endpoint_policy.py +63 -77
- pulumi_gcp/networkservices/gateway.py +0 -16
- pulumi_gcp/networkservices/grpc_route.py +21 -53
- pulumi_gcp/networkservices/http_route.py +63 -92
- pulumi_gcp/networkservices/mesh.py +0 -8
- pulumi_gcp/networkservices/outputs.py +4 -2
- pulumi_gcp/networkservices/service_binding.py +0 -4
- pulumi_gcp/networkservices/tcp_route.py +63 -92
- pulumi_gcp/networkservices/tls_route.py +42 -67
- pulumi_gcp/notebooks/environment.py +0 -4
- pulumi_gcp/notebooks/get_instance_iam_policy.py +0 -4
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +0 -4
- pulumi_gcp/notebooks/instance.py +0 -20
- pulumi_gcp/notebooks/instance_iam_binding.py +0 -24
- pulumi_gcp/notebooks/instance_iam_member.py +0 -24
- pulumi_gcp/notebooks/instance_iam_policy.py +0 -24
- pulumi_gcp/notebooks/runtime.py +0 -20
- pulumi_gcp/notebooks/runtime_iam_binding.py +0 -24
- pulumi_gcp/notebooks/runtime_iam_member.py +0 -24
- pulumi_gcp/notebooks/runtime_iam_policy.py +0 -24
- pulumi_gcp/organizations/_inputs.py +0 -10
- pulumi_gcp/organizations/access_approval_settings.py +35 -43
- pulumi_gcp/organizations/folder.py +0 -4
- pulumi_gcp/organizations/get_active_folder.py +18 -3
- pulumi_gcp/organizations/get_billing_account.py +0 -4
- pulumi_gcp/organizations/get_client_open_id_user_info.py +0 -4
- pulumi_gcp/organizations/get_folder.py +0 -4
- pulumi_gcp/organizations/get_folders.py +0 -4
- pulumi_gcp/organizations/get_organization.py +0 -4
- pulumi_gcp/organizations/get_project.py +0 -4
- pulumi_gcp/organizations/iam_audit_config.py +0 -4
- pulumi_gcp/organizations/iam_binding.py +0 -4
- pulumi_gcp/organizations/iam_custom_role.py +0 -4
- pulumi_gcp/organizations/iam_member.py +0 -56
- pulumi_gcp/organizations/iam_policy.py +0 -56
- pulumi_gcp/organizations/outputs.py +0 -10
- pulumi_gcp/organizations/policy.py +0 -16
- pulumi_gcp/organizations/project.py +0 -8
- pulumi_gcp/orgpolicy/custom_constraint.py +0 -8
- pulumi_gcp/orgpolicy/policy.py +4 -24
- pulumi_gcp/osconfig/guest_policies.py +25 -78
- pulumi_gcp/osconfig/os_policy_assignment.py +21 -46
- pulumi_gcp/osconfig/patch_deployment.py +18 -90
- pulumi_gcp/oslogin/ssh_public_key.py +0 -4
- pulumi_gcp/parallelstore/__init__.py +8 -0
- pulumi_gcp/parallelstore/instance.py +1124 -0
- pulumi_gcp/projects/__init__.py +1 -0
- pulumi_gcp/projects/access_approval_settings.py +46 -75
- pulumi_gcp/projects/api_key.py +0 -20
- pulumi_gcp/projects/default_service_accounts.py +0 -8
- pulumi_gcp/projects/get_iam_policy.py +0 -4
- pulumi_gcp/projects/get_organization_policy.py +0 -4
- pulumi_gcp/projects/get_project.py +0 -4
- pulumi_gcp/projects/get_project_service.py +0 -4
- pulumi_gcp/projects/iam_audit_config.py +0 -56
- pulumi_gcp/projects/iam_binding.py +0 -56
- pulumi_gcp/projects/iam_custom_role.py +0 -4
- pulumi_gcp/projects/iam_member.py +0 -56
- pulumi_gcp/projects/iam_member_remove.py +313 -0
- pulumi_gcp/projects/iam_policy.py +0 -56
- pulumi_gcp/projects/organization_policy.py +0 -16
- pulumi_gcp/projects/service.py +0 -4
- pulumi_gcp/projects/service_identity.py +0 -4
- pulumi_gcp/projects/usage_export_bucket.py +0 -8
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/get_schema_iam_policy.py +0 -4
- pulumi_gcp/pubsub/get_subscription.py +0 -4
- pulumi_gcp/pubsub/get_subscription_iam_policy.py +0 -4
- pulumi_gcp/pubsub/get_topic.py +0 -4
- pulumi_gcp/pubsub/get_topic_iam_policy.py +0 -4
- pulumi_gcp/pubsub/lite_reservation.py +0 -4
- pulumi_gcp/pubsub/lite_subscription.py +0 -4
- pulumi_gcp/pubsub/lite_topic.py +0 -4
- pulumi_gcp/pubsub/schema.py +0 -8
- pulumi_gcp/pubsub/schema_iam_binding.py +0 -24
- pulumi_gcp/pubsub/schema_iam_member.py +0 -24
- pulumi_gcp/pubsub/schema_iam_policy.py +0 -24
- pulumi_gcp/pubsub/subscription.py +0 -28
- pulumi_gcp/pubsub/subscription_iam_binding.py +0 -24
- pulumi_gcp/pubsub/subscription_iam_member.py +0 -24
- pulumi_gcp/pubsub/subscription_iam_policy.py +0 -24
- pulumi_gcp/pubsub/topic.py +0 -20
- pulumi_gcp/pubsub/topic_iam_binding.py +0 -24
- pulumi_gcp/pubsub/topic_iam_member.py +0 -24
- pulumi_gcp/pubsub/topic_iam_policy.py +0 -24
- pulumi_gcp/recaptcha/enterprise_key.py +0 -24
- pulumi_gcp/redis/_inputs.py +14 -30
- pulumi_gcp/redis/cluster.py +49 -87
- pulumi_gcp/redis/instance.py +4 -36
- pulumi_gcp/redis/outputs.py +14 -30
- pulumi_gcp/resourcemanager/lien.py +0 -4
- pulumi_gcp/runtimeconfig/config.py +0 -4
- pulumi_gcp/runtimeconfig/get_config.py +0 -4
- pulumi_gcp/runtimeconfig/get_variable.py +0 -4
- pulumi_gcp/runtimeconfig/variable.py +0 -8
- pulumi_gcp/secretmanager/get_secret.py +0 -4
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +0 -4
- pulumi_gcp/secretmanager/get_secret_version.py +0 -4
- pulumi_gcp/secretmanager/get_secret_version_access.py +0 -4
- pulumi_gcp/secretmanager/get_secrets.py +0 -4
- pulumi_gcp/secretmanager/secret.py +211 -327
- pulumi_gcp/secretmanager/secret_iam_binding.py +0 -24
- pulumi_gcp/secretmanager/secret_iam_member.py +0 -24
- pulumi_gcp/secretmanager/secret_iam_policy.py +0 -24
- pulumi_gcp/secretmanager/secret_version.py +0 -16
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +0 -4
- pulumi_gcp/securesourcemanager/instance.py +0 -12
- pulumi_gcp/securitycenter/folder_custom_module.py +8 -12
- pulumi_gcp/securitycenter/get_source_iam_policy.py +0 -4
- pulumi_gcp/securitycenter/instance_iam_binding.py +0 -24
- pulumi_gcp/securitycenter/instance_iam_member.py +0 -24
- pulumi_gcp/securitycenter/instance_iam_policy.py +0 -24
- pulumi_gcp/securitycenter/mute_config.py +0 -4
- pulumi_gcp/securitycenter/notification_config.py +0 -4
- pulumi_gcp/securitycenter/organization_custom_module.py +8 -12
- pulumi_gcp/securitycenter/project_custom_module.py +8 -32
- pulumi_gcp/securitycenter/source.py +0 -4
- pulumi_gcp/securitycenter/source_iam_binding.py +0 -4
- pulumi_gcp/securitycenter/source_iam_member.py +0 -4
- pulumi_gcp/securitycenter/source_iam_policy.py +0 -4
- pulumi_gcp/securityposture/posture.py +11 -15
- pulumi_gcp/securityposture/posture_deployment.py +0 -4
- pulumi_gcp/serviceaccount/account.py +0 -4
- pulumi_gcp/serviceaccount/get_account.py +0 -8
- pulumi_gcp/serviceaccount/get_account_access_token.py +0 -8
- pulumi_gcp/serviceaccount/get_account_id_token.py +18 -30
- pulumi_gcp/serviceaccount/get_account_jwt.py +0 -4
- pulumi_gcp/serviceaccount/get_account_key.py +0 -4
- pulumi_gcp/serviceaccount/get_iam_policy.py +0 -4
- pulumi_gcp/serviceaccount/iam_binding.py +0 -40
- pulumi_gcp/serviceaccount/iam_member.py +0 -40
- pulumi_gcp/serviceaccount/iam_policy.py +0 -40
- pulumi_gcp/serviceaccount/key.py +0 -12
- pulumi_gcp/servicedirectory/endpoint.py +0 -8
- pulumi_gcp/servicedirectory/namespace.py +0 -4
- pulumi_gcp/servicedirectory/namespace_iam_binding.py +0 -24
- pulumi_gcp/servicedirectory/namespace_iam_member.py +0 -24
- pulumi_gcp/servicedirectory/namespace_iam_policy.py +0 -24
- pulumi_gcp/servicedirectory/service.py +0 -4
- pulumi_gcp/servicedirectory/service_iam_binding.py +0 -24
- pulumi_gcp/servicedirectory/service_iam_member.py +0 -24
- pulumi_gcp/servicedirectory/service_iam_policy.py +0 -24
- pulumi_gcp/servicenetworking/connection.py +0 -4
- pulumi_gcp/servicenetworking/peered_dns_domain.py +0 -4
- pulumi_gcp/serviceusage/consumer_quota_override.py +0 -12
- pulumi_gcp/sourcerepo/get_repository.py +0 -4
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +0 -4
- pulumi_gcp/sourcerepo/repository.py +0 -8
- pulumi_gcp/sourcerepo/repository_iam_binding.py +0 -24
- pulumi_gcp/sourcerepo/repository_iam_member.py +0 -24
- pulumi_gcp/sourcerepo/repository_iam_policy.py +0 -24
- pulumi_gcp/spanner/database.py +0 -4
- pulumi_gcp/spanner/database_iam_binding.py +0 -48
- pulumi_gcp/spanner/database_iam_member.py +0 -48
- pulumi_gcp/spanner/database_iam_policy.py +0 -48
- pulumi_gcp/spanner/get_database_iam_policy.py +0 -4
- pulumi_gcp/spanner/get_instance_iam_policy.py +0 -4
- pulumi_gcp/spanner/instance.py +0 -16
- pulumi_gcp/spanner/instance_iam_binding.py +0 -24
- pulumi_gcp/spanner/instance_iam_member.py +0 -24
- pulumi_gcp/spanner/instance_iam_policy.py +0 -24
- pulumi_gcp/sql/_inputs.py +18 -26
- pulumi_gcp/sql/database.py +0 -8
- pulumi_gcp/sql/database_instance.py +0 -16
- pulumi_gcp/sql/get_backup_run.py +0 -4
- pulumi_gcp/sql/get_database.py +0 -4
- pulumi_gcp/sql/get_database_instance.py +0 -4
- pulumi_gcp/sql/get_database_instance_latest_recovery_time.py +0 -4
- pulumi_gcp/sql/get_database_instances.py +0 -4
- pulumi_gcp/sql/get_databases.py +0 -4
- pulumi_gcp/sql/get_tiers.py +0 -4
- pulumi_gcp/sql/outputs.py +38 -26
- pulumi_gcp/sql/source_representation_instance.py +0 -8
- pulumi_gcp/sql/ssl_cert.py +0 -4
- pulumi_gcp/sql/user.py +0 -12
- pulumi_gcp/storage/_inputs.py +6 -14
- pulumi_gcp/storage/bucket.py +0 -12
- pulumi_gcp/storage/bucket_access_control.py +0 -4
- pulumi_gcp/storage/bucket_acl.py +0 -4
- pulumi_gcp/storage/bucket_iam_binding.py +0 -48
- pulumi_gcp/storage/bucket_iam_member.py +0 -48
- pulumi_gcp/storage/bucket_iam_policy.py +0 -48
- pulumi_gcp/storage/bucket_object.py +0 -8
- pulumi_gcp/storage/default_object_access_control.py +0 -4
- pulumi_gcp/storage/default_object_acl.py +0 -4
- pulumi_gcp/storage/get_bucket.py +0 -4
- pulumi_gcp/storage/get_bucket_iam_policy.py +0 -4
- pulumi_gcp/storage/get_bucket_object.py +0 -4
- pulumi_gcp/storage/get_bucket_object_content.py +0 -4
- pulumi_gcp/storage/get_object_signed_url.py +0 -8
- pulumi_gcp/storage/get_project_service_account.py +0 -8
- pulumi_gcp/storage/get_transfer_project_service_account.py +0 -4
- pulumi_gcp/storage/get_transfer_project_servie_account.py +0 -4
- pulumi_gcp/storage/hmac_key.py +0 -4
- pulumi_gcp/storage/insights_report_config.py +0 -38
- pulumi_gcp/storage/notification.py +0 -4
- pulumi_gcp/storage/object_access_control.py +0 -4
- pulumi_gcp/storage/object_acl.py +0 -4
- pulumi_gcp/storage/outputs.py +6 -14
- pulumi_gcp/storage/transfer_agent_pool.py +0 -4
- pulumi_gcp/storage/transfer_job.py +0 -4
- pulumi_gcp/tags/__init__.py +2 -0
- pulumi_gcp/tags/get_tag_key_iam_policy.py +0 -4
- pulumi_gcp/tags/get_tag_keys.py +101 -0
- pulumi_gcp/tags/get_tag_value_iam_policy.py +0 -4
- pulumi_gcp/tags/get_tag_values.py +101 -0
- pulumi_gcp/tags/location_tag_binding.py +0 -8
- pulumi_gcp/tags/outputs.py +200 -0
- pulumi_gcp/tags/tag_binding.py +0 -4
- pulumi_gcp/tags/tag_key.py +0 -4
- pulumi_gcp/tags/tag_key_iam_binding.py +0 -24
- pulumi_gcp/tags/tag_key_iam_member.py +0 -24
- pulumi_gcp/tags/tag_key_iam_policy.py +0 -24
- pulumi_gcp/tags/tag_value.py +0 -4
- pulumi_gcp/tags/tag_value_iam_binding.py +0 -24
- pulumi_gcp/tags/tag_value_iam_member.py +0 -24
- pulumi_gcp/tags/tag_value_iam_policy.py +0 -24
- pulumi_gcp/tpu/get_tensorflow_versions.py +0 -8
- pulumi_gcp/tpu/get_v2_accelerator_types.py +0 -8
- pulumi_gcp/tpu/get_v2_runtime_versions.py +0 -8
- pulumi_gcp/tpu/node.py +0 -8
- pulumi_gcp/tpu/v2_vm.py +0 -8
- pulumi_gcp/vertex/ai_dataset.py +0 -4
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +0 -4
- pulumi_gcp/vertex/ai_endpoint.py +0 -4
- pulumi_gcp/vertex/ai_feature_group.py +0 -4
- pulumi_gcp/vertex/ai_feature_group_feature.py +0 -4
- pulumi_gcp/vertex/ai_feature_online_store.py +0 -12
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +0 -12
- pulumi_gcp/vertex/ai_feature_store.py +0 -12
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +0 -8
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +0 -8
- pulumi_gcp/vertex/ai_index.py +0 -8
- pulumi_gcp/vertex/ai_index_endpoint.py +0 -12
- pulumi_gcp/vertex/ai_metadata_store.py +0 -4
- pulumi_gcp/vertex/ai_tensorboard.py +0 -8
- pulumi_gcp/vmwareengine/_inputs.py +63 -5
- pulumi_gcp/vmwareengine/cluster.py +0 -8
- pulumi_gcp/vmwareengine/external_access_rule.py +0 -8
- pulumi_gcp/vmwareengine/external_address.py +0 -4
- pulumi_gcp/vmwareengine/get_cluster.py +0 -4
- pulumi_gcp/vmwareengine/get_external_access_rule.py +0 -4
- pulumi_gcp/vmwareengine/get_external_address.py +0 -4
- pulumi_gcp/vmwareengine/get_network.py +0 -4
- pulumi_gcp/vmwareengine/get_network_peering.py +0 -4
- pulumi_gcp/vmwareengine/get_network_policy.py +0 -4
- pulumi_gcp/vmwareengine/get_nsx_credentials.py +0 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +0 -4
- pulumi_gcp/vmwareengine/get_subnet.py +0 -4
- pulumi_gcp/vmwareengine/get_vcenter_credentials.py +0 -4
- pulumi_gcp/vmwareengine/network.py +0 -8
- pulumi_gcp/vmwareengine/network_peering.py +0 -8
- pulumi_gcp/vmwareengine/network_policy.py +0 -8
- pulumi_gcp/vmwareengine/outputs.py +113 -5
- pulumi_gcp/vmwareengine/private_cloud.py +7 -42
- pulumi_gcp/vmwareengine/subnet.py +0 -4
- pulumi_gcp/vpcaccess/connector.py +0 -8
- pulumi_gcp/vpcaccess/get_connector.py +0 -4
- pulumi_gcp/workbench/_inputs.py +4 -10
- pulumi_gcp/workbench/get_instance_iam_policy.py +0 -4
- pulumi_gcp/workbench/instance.py +4 -24
- pulumi_gcp/workbench/outputs.py +4 -10
- pulumi_gcp/workflows/workflow.py +0 -4
- pulumi_gcp/workstations/workstation.py +0 -4
- pulumi_gcp/workstations/workstation_cluster.py +32 -12
- pulumi_gcp/workstations/workstation_config.py +0 -32
- {pulumi_gcp-7.19.0a1713335069.dist-info → pulumi_gcp-7.20.0.dist-info}/METADATA +1 -1
- pulumi_gcp-7.20.0.dist-info/RECORD +1541 -0
- pulumi_gcp-7.19.0a1713335069.dist-info/RECORD +0 -1536
- {pulumi_gcp-7.19.0a1713335069.dist-info → pulumi_gcp-7.20.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.19.0a1713335069.dist-info → pulumi_gcp-7.20.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/dataproc/outputs.py
CHANGED
@@ -1023,10 +1023,7 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroup(dict):
|
|
1023
1023
|
"""
|
1024
1024
|
:param Sequence[str] roles: Node group roles.
|
1025
1025
|
One of `"DRIVER"`.
|
1026
|
-
:param str name: The
|
1027
|
-
zone.
|
1028
|
-
|
1029
|
-
- - -
|
1026
|
+
:param str name: The Node group resource name.
|
1030
1027
|
:param 'ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigArgs' node_group_config: The node group instance group configuration.
|
1031
1028
|
"""
|
1032
1029
|
pulumi.set(__self__, "roles", roles)
|
@@ -1048,10 +1045,7 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroup(dict):
|
|
1048
1045
|
@pulumi.getter
|
1049
1046
|
def name(self) -> Optional[str]:
|
1050
1047
|
"""
|
1051
|
-
The
|
1052
|
-
zone.
|
1053
|
-
|
1054
|
-
- - -
|
1048
|
+
The Node group resource name.
|
1055
1049
|
"""
|
1056
1050
|
return pulumi.get(self, "name")
|
1057
1051
|
|
@@ -1099,19 +1093,12 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfig(dict):
|
|
1099
1093
|
min_cpu_platform: Optional[str] = None,
|
1100
1094
|
num_instances: Optional[int] = None):
|
1101
1095
|
"""
|
1102
|
-
:param Sequence['ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs'] accelerators: The Compute Engine accelerator (GPU) configuration for these instances. Can be specified
|
1103
|
-
multiple times.
|
1096
|
+
:param Sequence['ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAcceleratorArgs'] accelerators: The Compute Engine accelerator (GPU) configuration for these instances. Can be specified multiple times.
|
1104
1097
|
:param 'ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfigArgs' disk_config: Disk Config
|
1105
1098
|
:param Sequence[str] instance_names: List of auxiliary node group instance names which have been assigned to the cluster.
|
1106
|
-
:param str machine_type: The name of a Google Compute Engine machine type
|
1107
|
-
|
1108
|
-
|
1109
|
-
:param str min_cpu_platform: The name of a minimum generation of CPU family
|
1110
|
-
for the node group. If not specified, GCP will default to a predetermined computed value
|
1111
|
-
for each zone. See [the guide](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
|
1112
|
-
for details about which CPU families are available (and defaulted) for each zone.
|
1113
|
-
:param int num_instances: Specifies the number of master nodes to create.
|
1114
|
-
Please set a number greater than 0. Node Group must have at least 1 instance.
|
1099
|
+
:param str machine_type: The name of a Google Compute Engine machine type to create for the master
|
1100
|
+
:param str min_cpu_platform: The name of a minimum generation of CPU family for the auxiliary node group. If not specified, GCP will default to a predetermined computed value for each zone.
|
1101
|
+
:param int num_instances: Specifies the number of auxiliary nodes to create. If not specified, GCP will default to a predetermined computed value.
|
1115
1102
|
"""
|
1116
1103
|
if accelerators is not None:
|
1117
1104
|
pulumi.set(__self__, "accelerators", accelerators)
|
@@ -1130,8 +1117,7 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfig(dict):
|
|
1130
1117
|
@pulumi.getter
|
1131
1118
|
def accelerators(self) -> Optional[Sequence['outputs.ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAccelerator']]:
|
1132
1119
|
"""
|
1133
|
-
The Compute Engine accelerator (GPU) configuration for these instances. Can be specified
|
1134
|
-
multiple times.
|
1120
|
+
The Compute Engine accelerator (GPU) configuration for these instances. Can be specified multiple times.
|
1135
1121
|
"""
|
1136
1122
|
return pulumi.get(self, "accelerators")
|
1137
1123
|
|
@@ -1155,9 +1141,7 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfig(dict):
|
|
1155
1141
|
@pulumi.getter(name="machineType")
|
1156
1142
|
def machine_type(self) -> Optional[str]:
|
1157
1143
|
"""
|
1158
|
-
The name of a Google Compute Engine machine type
|
1159
|
-
to create for the node group. If not specified, GCP will default to a predetermined
|
1160
|
-
computed value (currently `n1-standard-4`).
|
1144
|
+
The name of a Google Compute Engine machine type to create for the master
|
1161
1145
|
"""
|
1162
1146
|
return pulumi.get(self, "machine_type")
|
1163
1147
|
|
@@ -1165,10 +1149,7 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfig(dict):
|
|
1165
1149
|
@pulumi.getter(name="minCpuPlatform")
|
1166
1150
|
def min_cpu_platform(self) -> Optional[str]:
|
1167
1151
|
"""
|
1168
|
-
The name of a minimum generation of CPU family
|
1169
|
-
for the node group. If not specified, GCP will default to a predetermined computed value
|
1170
|
-
for each zone. See [the guide](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
|
1171
|
-
for details about which CPU families are available (and defaulted) for each zone.
|
1152
|
+
The name of a minimum generation of CPU family for the auxiliary node group. If not specified, GCP will default to a predetermined computed value for each zone.
|
1172
1153
|
"""
|
1173
1154
|
return pulumi.get(self, "min_cpu_platform")
|
1174
1155
|
|
@@ -1176,8 +1157,7 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfig(dict):
|
|
1176
1157
|
@pulumi.getter(name="numInstances")
|
1177
1158
|
def num_instances(self) -> Optional[int]:
|
1178
1159
|
"""
|
1179
|
-
Specifies the number of
|
1180
|
-
Please set a number greater than 0. Node Group must have at least 1 instance.
|
1160
|
+
Specifies the number of auxiliary nodes to create. If not specified, GCP will default to a predetermined computed value.
|
1181
1161
|
"""
|
1182
1162
|
return pulumi.get(self, "num_instances")
|
1183
1163
|
|
@@ -1207,11 +1187,8 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAccelerator(
|
|
1207
1187
|
accelerator_count: int,
|
1208
1188
|
accelerator_type: str):
|
1209
1189
|
"""
|
1210
|
-
:param int accelerator_count: The number of the accelerator cards of this type exposed to this instance. Often restricted to one of
|
1211
|
-
|
1212
|
-
|
1213
|
-
- - -
|
1214
|
-
:param str accelerator_type: The short name of the accelerator type to expose to this instance. For example, `nvidia-tesla-k80`.
|
1190
|
+
:param int accelerator_count: The number of the accelerator cards of this type exposed to this instance. Often restricted to one of 1, 2, 4, or 8.
|
1191
|
+
:param str accelerator_type: The short name of the accelerator type to expose to this instance. For example, nvidia-tesla-k80.
|
1215
1192
|
"""
|
1216
1193
|
pulumi.set(__self__, "accelerator_count", accelerator_count)
|
1217
1194
|
pulumi.set(__self__, "accelerator_type", accelerator_type)
|
@@ -1220,10 +1197,7 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAccelerator(
|
|
1220
1197
|
@pulumi.getter(name="acceleratorCount")
|
1221
1198
|
def accelerator_count(self) -> int:
|
1222
1199
|
"""
|
1223
|
-
The number of the accelerator cards of this type exposed to this instance. Often restricted to one of
|
1224
|
-
|
1225
|
-
|
1226
|
-
- - -
|
1200
|
+
The number of the accelerator cards of this type exposed to this instance. Often restricted to one of 1, 2, 4, or 8.
|
1227
1201
|
"""
|
1228
1202
|
return pulumi.get(self, "accelerator_count")
|
1229
1203
|
|
@@ -1231,7 +1205,7 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigAccelerator(
|
|
1231
1205
|
@pulumi.getter(name="acceleratorType")
|
1232
1206
|
def accelerator_type(self) -> str:
|
1233
1207
|
"""
|
1234
|
-
The short name of the accelerator type to expose to this instance. For example,
|
1208
|
+
The short name of the accelerator type to expose to this instance. For example, nvidia-tesla-k80.
|
1235
1209
|
"""
|
1236
1210
|
return pulumi.get(self, "accelerator_type")
|
1237
1211
|
|
@@ -1264,15 +1238,9 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfig(d
|
|
1264
1238
|
boot_disk_type: Optional[str] = None,
|
1265
1239
|
num_local_ssds: Optional[int] = None):
|
1266
1240
|
"""
|
1267
|
-
:param int boot_disk_size_gb: Size of the primary disk attached to each node, specified
|
1268
|
-
|
1269
|
-
|
1270
|
-
computed value if not set (currently 500GB). Note: If SSDs are not
|
1271
|
-
attached, it also contains the HDFS data blocks and Hadoop working directories.
|
1272
|
-
:param str boot_disk_type: The disk type of the primary disk attached to each node.
|
1273
|
-
One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
|
1274
|
-
:param int num_local_ssds: The amount of local SSD disks that will be attached to each master cluster node.
|
1275
|
-
Defaults to 0.
|
1241
|
+
:param int boot_disk_size_gb: Size of the primary disk attached to each node, specified in GB. The primary disk contains the boot volume and system libraries, and the smallest allowed disk size is 10GB. GCP will default to a predetermined computed value if not set (currently 500GB). Note: If SSDs are not attached, it also contains the HDFS data blocks and Hadoop working directories.
|
1242
|
+
:param str boot_disk_type: The disk type of the primary disk attached to each node. Such as "pd-ssd" or "pd-standard". Defaults to "pd-standard".
|
1243
|
+
:param int num_local_ssds: The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0.
|
1276
1244
|
"""
|
1277
1245
|
if boot_disk_size_gb is not None:
|
1278
1246
|
pulumi.set(__self__, "boot_disk_size_gb", boot_disk_size_gb)
|
@@ -1285,11 +1253,7 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfig(d
|
|
1285
1253
|
@pulumi.getter(name="bootDiskSizeGb")
|
1286
1254
|
def boot_disk_size_gb(self) -> Optional[int]:
|
1287
1255
|
"""
|
1288
|
-
Size of the primary disk attached to each node, specified
|
1289
|
-
in GB. The primary disk contains the boot volume and system libraries, and the
|
1290
|
-
smallest allowed disk size is 10GB. GCP will default to a predetermined
|
1291
|
-
computed value if not set (currently 500GB). Note: If SSDs are not
|
1292
|
-
attached, it also contains the HDFS data blocks and Hadoop working directories.
|
1256
|
+
Size of the primary disk attached to each node, specified in GB. The primary disk contains the boot volume and system libraries, and the smallest allowed disk size is 10GB. GCP will default to a predetermined computed value if not set (currently 500GB). Note: If SSDs are not attached, it also contains the HDFS data blocks and Hadoop working directories.
|
1293
1257
|
"""
|
1294
1258
|
return pulumi.get(self, "boot_disk_size_gb")
|
1295
1259
|
|
@@ -1297,8 +1261,7 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfig(d
|
|
1297
1261
|
@pulumi.getter(name="bootDiskType")
|
1298
1262
|
def boot_disk_type(self) -> Optional[str]:
|
1299
1263
|
"""
|
1300
|
-
The disk type of the primary disk attached to each node.
|
1301
|
-
One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
|
1264
|
+
The disk type of the primary disk attached to each node. Such as "pd-ssd" or "pd-standard". Defaults to "pd-standard".
|
1302
1265
|
"""
|
1303
1266
|
return pulumi.get(self, "boot_disk_type")
|
1304
1267
|
|
@@ -1306,8 +1269,7 @@ class ClusterClusterConfigAuxiliaryNodeGroupNodeGroupNodeGroupConfigDiskConfig(d
|
|
1306
1269
|
@pulumi.getter(name="numLocalSsds")
|
1307
1270
|
def num_local_ssds(self) -> Optional[int]:
|
1308
1271
|
"""
|
1309
|
-
The amount of local SSD disks that will be attached to each master cluster node.
|
1310
|
-
Defaults to 0.
|
1272
|
+
The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0.
|
1311
1273
|
"""
|
1312
1274
|
return pulumi.get(self, "num_local_ssds")
|
1313
1275
|
|
@@ -1451,7 +1413,8 @@ class ClusterClusterConfigEndpointConfig(dict):
|
|
1451
1413
|
"""
|
1452
1414
|
:param bool enable_http_port_access: The flag to enable http access to specific ports
|
1453
1415
|
on the cluster from external sources (aka Component Gateway). Defaults to false.
|
1454
|
-
:param Mapping[str, Any] http_ports: The map of port descriptions to URLs. Will only be populated if
|
1416
|
+
:param Mapping[str, Any] http_ports: The map of port descriptions to URLs. Will only be populated if
|
1417
|
+
`enable_http_port_access` is true.
|
1455
1418
|
"""
|
1456
1419
|
pulumi.set(__self__, "enable_http_port_access", enable_http_port_access)
|
1457
1420
|
if http_ports is not None:
|
@@ -1470,7 +1433,8 @@ class ClusterClusterConfigEndpointConfig(dict):
|
|
1470
1433
|
@pulumi.getter(name="httpPorts")
|
1471
1434
|
def http_ports(self) -> Optional[Mapping[str, Any]]:
|
1472
1435
|
"""
|
1473
|
-
The map of port descriptions to URLs. Will only be populated if
|
1436
|
+
The map of port descriptions to URLs. Will only be populated if
|
1437
|
+
`enable_http_port_access` is true.
|
1474
1438
|
"""
|
1475
1439
|
return pulumi.get(self, "http_ports")
|
1476
1440
|
|
@@ -1940,7 +1904,8 @@ class ClusterClusterConfigLifecycleConfig(dict):
|
|
1940
1904
|
- - -
|
1941
1905
|
:param str idle_delete_ttl: The duration to keep the cluster alive while idling
|
1942
1906
|
(no jobs running). After this TTL, the cluster will be deleted. Valid range: [10m, 14d].
|
1943
|
-
:param str idle_start_time: Time when the cluster became idle
|
1907
|
+
:param str idle_start_time: Time when the cluster became idle
|
1908
|
+
(most recent job finished) and became eligible for deletion due to idleness.
|
1944
1909
|
"""
|
1945
1910
|
if auto_delete_time is not None:
|
1946
1911
|
pulumi.set(__self__, "auto_delete_time", auto_delete_time)
|
@@ -1974,7 +1939,8 @@ class ClusterClusterConfigLifecycleConfig(dict):
|
|
1974
1939
|
@pulumi.getter(name="idleStartTime")
|
1975
1940
|
def idle_start_time(self) -> Optional[str]:
|
1976
1941
|
"""
|
1977
|
-
Time when the cluster became idle
|
1942
|
+
Time when the cluster became idle
|
1943
|
+
(most recent job finished) and became eligible for deletion due to idleness.
|
1978
1944
|
"""
|
1979
1945
|
return pulumi.get(self, "idle_start_time")
|
1980
1946
|
|
@@ -2021,7 +1987,8 @@ class ClusterClusterConfigMasterConfig(dict):
|
|
2021
1987
|
:param 'ClusterClusterConfigMasterConfigDiskConfigArgs' disk_config: Disk Config
|
2022
1988
|
:param str image_uri: The URI for the image to use for this worker. See [the guide](https://cloud.google.com/dataproc/docs/guides/dataproc-images)
|
2023
1989
|
for more information.
|
2024
|
-
:param Sequence[str] instance_names: List of master instance names which
|
1990
|
+
:param Sequence[str] instance_names: List of master instance names which
|
1991
|
+
have been assigned to the cluster.
|
2025
1992
|
:param str machine_type: The name of a Google Compute Engine machine type
|
2026
1993
|
to create for the master. If not specified, GCP will default to a predetermined
|
2027
1994
|
computed value (currently `n1-standard-4`).
|
@@ -2076,7 +2043,8 @@ class ClusterClusterConfigMasterConfig(dict):
|
|
2076
2043
|
@pulumi.getter(name="instanceNames")
|
2077
2044
|
def instance_names(self) -> Optional[Sequence[str]]:
|
2078
2045
|
"""
|
2079
|
-
List of master instance names which
|
2046
|
+
List of master instance names which
|
2047
|
+
have been assigned to the cluster.
|
2080
2048
|
"""
|
2081
2049
|
return pulumi.get(self, "instance_names")
|
2082
2050
|
|
@@ -2138,6 +2106,9 @@ class ClusterClusterConfigMasterConfigAccelerator(dict):
|
|
2138
2106
|
"""
|
2139
2107
|
:param int accelerator_count: The number of the accelerator cards of this type exposed to this instance. Often restricted to one of `1`, `2`, `4`, or `8`.
|
2140
2108
|
|
2109
|
+
> The Cloud Dataproc API can return unintuitive error messages when using accelerators; even when you have defined an accelerator, Auto Zone Placement does not exclusively select
|
2110
|
+
zones that have that accelerator available. If you get a 400 error that the accelerator can't be found, this is a likely cause. Make sure you check [accelerator availability by zone](https://cloud.google.com/compute/docs/reference/rest/v1/acceleratorTypes/list)
|
2111
|
+
if you are trying to use accelerators in a given zone.
|
2141
2112
|
|
2142
2113
|
- - -
|
2143
2114
|
:param str accelerator_type: The short name of the accelerator type to expose to this instance. For example, `nvidia-tesla-k80`.
|
@@ -2151,6 +2122,9 @@ class ClusterClusterConfigMasterConfigAccelerator(dict):
|
|
2151
2122
|
"""
|
2152
2123
|
The number of the accelerator cards of this type exposed to this instance. Often restricted to one of `1`, `2`, `4`, or `8`.
|
2153
2124
|
|
2125
|
+
> The Cloud Dataproc API can return unintuitive error messages when using accelerators; even when you have defined an accelerator, Auto Zone Placement does not exclusively select
|
2126
|
+
zones that have that accelerator available. If you get a 400 error that the accelerator can't be found, this is a likely cause. Make sure you check [accelerator availability by zone](https://cloud.google.com/compute/docs/reference/rest/v1/acceleratorTypes/list)
|
2127
|
+
if you are trying to use accelerators in a given zone.
|
2154
2128
|
|
2155
2129
|
- - -
|
2156
2130
|
"""
|
@@ -2193,15 +2167,9 @@ class ClusterClusterConfigMasterConfigDiskConfig(dict):
|
|
2193
2167
|
boot_disk_type: Optional[str] = None,
|
2194
2168
|
num_local_ssds: Optional[int] = None):
|
2195
2169
|
"""
|
2196
|
-
:param int boot_disk_size_gb: Size of the primary disk attached to each node, specified
|
2197
|
-
|
2198
|
-
|
2199
|
-
computed value if not set (currently 500GB). Note: If SSDs are not
|
2200
|
-
attached, it also contains the HDFS data blocks and Hadoop working directories.
|
2201
|
-
:param str boot_disk_type: The disk type of the primary disk attached to each node.
|
2202
|
-
One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
|
2203
|
-
:param int num_local_ssds: The amount of local SSD disks that will be attached to each master cluster node.
|
2204
|
-
Defaults to 0.
|
2170
|
+
:param int boot_disk_size_gb: Size of the primary disk attached to each node, specified in GB. The primary disk contains the boot volume and system libraries, and the smallest allowed disk size is 10GB. GCP will default to a predetermined computed value if not set (currently 500GB). Note: If SSDs are not attached, it also contains the HDFS data blocks and Hadoop working directories.
|
2171
|
+
:param str boot_disk_type: The disk type of the primary disk attached to each node. Such as "pd-ssd" or "pd-standard". Defaults to "pd-standard".
|
2172
|
+
:param int num_local_ssds: The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0.
|
2205
2173
|
"""
|
2206
2174
|
if boot_disk_size_gb is not None:
|
2207
2175
|
pulumi.set(__self__, "boot_disk_size_gb", boot_disk_size_gb)
|
@@ -2214,11 +2182,7 @@ class ClusterClusterConfigMasterConfigDiskConfig(dict):
|
|
2214
2182
|
@pulumi.getter(name="bootDiskSizeGb")
|
2215
2183
|
def boot_disk_size_gb(self) -> Optional[int]:
|
2216
2184
|
"""
|
2217
|
-
Size of the primary disk attached to each node, specified
|
2218
|
-
in GB. The primary disk contains the boot volume and system libraries, and the
|
2219
|
-
smallest allowed disk size is 10GB. GCP will default to a predetermined
|
2220
|
-
computed value if not set (currently 500GB). Note: If SSDs are not
|
2221
|
-
attached, it also contains the HDFS data blocks and Hadoop working directories.
|
2185
|
+
Size of the primary disk attached to each node, specified in GB. The primary disk contains the boot volume and system libraries, and the smallest allowed disk size is 10GB. GCP will default to a predetermined computed value if not set (currently 500GB). Note: If SSDs are not attached, it also contains the HDFS data blocks and Hadoop working directories.
|
2222
2186
|
"""
|
2223
2187
|
return pulumi.get(self, "boot_disk_size_gb")
|
2224
2188
|
|
@@ -2226,8 +2190,7 @@ class ClusterClusterConfigMasterConfigDiskConfig(dict):
|
|
2226
2190
|
@pulumi.getter(name="bootDiskType")
|
2227
2191
|
def boot_disk_type(self) -> Optional[str]:
|
2228
2192
|
"""
|
2229
|
-
The disk type of the primary disk attached to each node.
|
2230
|
-
One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
|
2193
|
+
The disk type of the primary disk attached to each node. Such as "pd-ssd" or "pd-standard". Defaults to "pd-standard".
|
2231
2194
|
"""
|
2232
2195
|
return pulumi.get(self, "boot_disk_type")
|
2233
2196
|
|
@@ -2235,8 +2198,7 @@ class ClusterClusterConfigMasterConfigDiskConfig(dict):
|
|
2235
2198
|
@pulumi.getter(name="numLocalSsds")
|
2236
2199
|
def num_local_ssds(self) -> Optional[int]:
|
2237
2200
|
"""
|
2238
|
-
The amount of local SSD disks that will be attached to each master cluster node.
|
2239
|
-
Defaults to 0.
|
2201
|
+
The amount of local SSD disks that will be attached to each master cluster node. Defaults to 0.
|
2240
2202
|
"""
|
2241
2203
|
return pulumi.get(self, "num_local_ssds")
|
2242
2204
|
|
@@ -2318,7 +2280,8 @@ class ClusterClusterConfigPreemptibleWorkerConfig(dict):
|
|
2318
2280
|
"""
|
2319
2281
|
:param 'ClusterClusterConfigPreemptibleWorkerConfigDiskConfigArgs' disk_config: Disk Config
|
2320
2282
|
:param 'ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyArgs' instance_flexibility_policy: Instance flexibility Policy allowing a mixture of VM shapes and provisioning models.
|
2321
|
-
:param Sequence[str] instance_names: List of preemptible instance names which have been assigned
|
2283
|
+
:param Sequence[str] instance_names: List of preemptible instance names which have been assigned
|
2284
|
+
to the cluster.
|
2322
2285
|
:param int num_instances: Specifies the number of preemptible nodes to create.
|
2323
2286
|
Defaults to 0.
|
2324
2287
|
:param str preemptibility: Specifies the preemptibility of the secondary workers. The default value is `PREEMPTIBLE`
|
@@ -2358,7 +2321,8 @@ class ClusterClusterConfigPreemptibleWorkerConfig(dict):
|
|
2358
2321
|
@pulumi.getter(name="instanceNames")
|
2359
2322
|
def instance_names(self) -> Optional[Sequence[str]]:
|
2360
2323
|
"""
|
2361
|
-
List of preemptible instance names which have been assigned
|
2324
|
+
List of preemptible instance names which have been assigned
|
2325
|
+
to the cluster.
|
2362
2326
|
"""
|
2363
2327
|
return pulumi.get(self, "instance_names")
|
2364
2328
|
|
@@ -2412,15 +2376,13 @@ class ClusterClusterConfigPreemptibleWorkerConfigDiskConfig(dict):
|
|
2412
2376
|
boot_disk_type: Optional[str] = None,
|
2413
2377
|
num_local_ssds: Optional[int] = None):
|
2414
2378
|
"""
|
2415
|
-
:param int boot_disk_size_gb: Size of the primary disk attached to each node, specified
|
2416
|
-
in GB. The
|
2417
|
-
smallest allowed disk size is 10GB. GCP will default to a predetermined
|
2379
|
+
:param int boot_disk_size_gb: Size of the primary disk attached to each preemptible worker node, specified
|
2380
|
+
in GB. The smallest allowed disk size is 10GB. GCP will default to a predetermined
|
2418
2381
|
computed value if not set (currently 500GB). Note: If SSDs are not
|
2419
2382
|
attached, it also contains the HDFS data blocks and Hadoop working directories.
|
2420
|
-
:param str boot_disk_type: The disk type of the primary disk attached to each node.
|
2383
|
+
:param str boot_disk_type: The disk type of the primary disk attached to each preemptible worker node.
|
2421
2384
|
One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
|
2422
|
-
:param int num_local_ssds: The amount of local SSD disks that will be attached to each
|
2423
|
-
Defaults to 0.
|
2385
|
+
:param int num_local_ssds: The amount of local SSD disks that will be attached to each preemptible worker node. Defaults to 0.
|
2424
2386
|
"""
|
2425
2387
|
if boot_disk_size_gb is not None:
|
2426
2388
|
pulumi.set(__self__, "boot_disk_size_gb", boot_disk_size_gb)
|
@@ -2433,9 +2395,8 @@ class ClusterClusterConfigPreemptibleWorkerConfigDiskConfig(dict):
|
|
2433
2395
|
@pulumi.getter(name="bootDiskSizeGb")
|
2434
2396
|
def boot_disk_size_gb(self) -> Optional[int]:
|
2435
2397
|
"""
|
2436
|
-
Size of the primary disk attached to each node, specified
|
2437
|
-
in GB. The
|
2438
|
-
smallest allowed disk size is 10GB. GCP will default to a predetermined
|
2398
|
+
Size of the primary disk attached to each preemptible worker node, specified
|
2399
|
+
in GB. The smallest allowed disk size is 10GB. GCP will default to a predetermined
|
2439
2400
|
computed value if not set (currently 500GB). Note: If SSDs are not
|
2440
2401
|
attached, it also contains the HDFS data blocks and Hadoop working directories.
|
2441
2402
|
"""
|
@@ -2445,7 +2406,7 @@ class ClusterClusterConfigPreemptibleWorkerConfigDiskConfig(dict):
|
|
2445
2406
|
@pulumi.getter(name="bootDiskType")
|
2446
2407
|
def boot_disk_type(self) -> Optional[str]:
|
2447
2408
|
"""
|
2448
|
-
The disk type of the primary disk attached to each node.
|
2409
|
+
The disk type of the primary disk attached to each preemptible worker node.
|
2449
2410
|
One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
|
2450
2411
|
"""
|
2451
2412
|
return pulumi.get(self, "boot_disk_type")
|
@@ -2454,8 +2415,7 @@ class ClusterClusterConfigPreemptibleWorkerConfigDiskConfig(dict):
|
|
2454
2415
|
@pulumi.getter(name="numLocalSsds")
|
2455
2416
|
def num_local_ssds(self) -> Optional[int]:
|
2456
2417
|
"""
|
2457
|
-
The amount of local SSD disks that will be attached to each
|
2458
|
-
Defaults to 0.
|
2418
|
+
The amount of local SSD disks that will be attached to each preemptible worker node. Defaults to 0.
|
2459
2419
|
"""
|
2460
2420
|
return pulumi.get(self, "num_local_ssds")
|
2461
2421
|
|
@@ -2533,10 +2493,8 @@ class ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstan
|
|
2533
2493
|
machine_types: Optional[Sequence[str]] = None,
|
2534
2494
|
rank: Optional[int] = None):
|
2535
2495
|
"""
|
2536
|
-
:param Sequence[str] machine_types: Full machine-type names, e.g.
|
2537
|
-
:param int rank: Preference of this instance selection.
|
2538
|
-
|
2539
|
-
- - -
|
2496
|
+
:param Sequence[str] machine_types: Full machine-type names, e.g. "n1-standard-16".
|
2497
|
+
:param int rank: Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
|
2540
2498
|
"""
|
2541
2499
|
if machine_types is not None:
|
2542
2500
|
pulumi.set(__self__, "machine_types", machine_types)
|
@@ -2547,7 +2505,7 @@ class ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstan
|
|
2547
2505
|
@pulumi.getter(name="machineTypes")
|
2548
2506
|
def machine_types(self) -> Optional[Sequence[str]]:
|
2549
2507
|
"""
|
2550
|
-
Full machine-type names, e.g.
|
2508
|
+
Full machine-type names, e.g. "n1-standard-16".
|
2551
2509
|
"""
|
2552
2510
|
return pulumi.get(self, "machine_types")
|
2553
2511
|
|
@@ -2555,9 +2513,7 @@ class ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstan
|
|
2555
2513
|
@pulumi.getter
|
2556
2514
|
def rank(self) -> Optional[int]:
|
2557
2515
|
"""
|
2558
|
-
Preference of this instance selection.
|
2559
|
-
|
2560
|
-
- - -
|
2516
|
+
Preference of this instance selection. Lower number means higher preference. Dataproc will first try to create a VM based on the machine-type with priority rank and fallback to next rank based on availability. Machine types and instance selections with the same priority have the same preference.
|
2561
2517
|
"""
|
2562
2518
|
return pulumi.get(self, "rank")
|
2563
2519
|
|
@@ -2587,9 +2543,7 @@ class ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstan
|
|
2587
2543
|
machine_type: Optional[str] = None,
|
2588
2544
|
vm_count: Optional[int] = None):
|
2589
2545
|
"""
|
2590
|
-
:param str machine_type:
|
2591
|
-
to create for the node group. If not specified, GCP will default to a predetermined
|
2592
|
-
computed value (currently `n1-standard-4`).
|
2546
|
+
:param str machine_type: Full machine-type names, e.g. "n1-standard-16".
|
2593
2547
|
:param int vm_count: Number of VM provisioned with the machine_type.
|
2594
2548
|
"""
|
2595
2549
|
if machine_type is not None:
|
@@ -2601,9 +2555,7 @@ class ClusterClusterConfigPreemptibleWorkerConfigInstanceFlexibilityPolicyInstan
|
|
2601
2555
|
@pulumi.getter(name="machineType")
|
2602
2556
|
def machine_type(self) -> Optional[str]:
|
2603
2557
|
"""
|
2604
|
-
|
2605
|
-
to create for the node group. If not specified, GCP will default to a predetermined
|
2606
|
-
computed value (currently `n1-standard-4`).
|
2558
|
+
Full machine-type names, e.g. "n1-standard-16".
|
2607
2559
|
"""
|
2608
2560
|
return pulumi.get(self, "machine_type")
|
2609
2561
|
|
@@ -2956,8 +2908,8 @@ class ClusterClusterConfigSoftwareConfig(dict):
|
|
2956
2908
|
used to modify various aspects of the common configuration files used when creating
|
2957
2909
|
a cluster. For a list of valid properties please see
|
2958
2910
|
[Cluster properties](https://cloud.google.com/dataproc/docs/concepts/cluster-properties)
|
2959
|
-
:param Mapping[str, Any] properties:
|
2960
|
-
|
2911
|
+
:param Mapping[str, Any] properties: A list of the properties used to set the daemon config files.
|
2912
|
+
This will include any values supplied by the user via `cluster_config.software_config.override_properties`
|
2961
2913
|
"""
|
2962
2914
|
if image_version is not None:
|
2963
2915
|
pulumi.set(__self__, "image_version", image_version)
|
@@ -3005,8 +2957,8 @@ class ClusterClusterConfigSoftwareConfig(dict):
|
|
3005
2957
|
@pulumi.getter
|
3006
2958
|
def properties(self) -> Optional[Mapping[str, Any]]:
|
3007
2959
|
"""
|
3008
|
-
|
3009
|
-
|
2960
|
+
A list of the properties used to set the daemon config files.
|
2961
|
+
This will include any values supplied by the user via `cluster_config.software_config.override_properties`
|
3010
2962
|
"""
|
3011
2963
|
return pulumi.get(self, "properties")
|
3012
2964
|
|
@@ -3056,7 +3008,8 @@ class ClusterClusterConfigWorkerConfig(dict):
|
|
3056
3008
|
:param 'ClusterClusterConfigWorkerConfigDiskConfigArgs' disk_config: Disk Config
|
3057
3009
|
:param str image_uri: The URI for the image to use for this worker. See [the guide](https://cloud.google.com/dataproc/docs/guides/dataproc-images)
|
3058
3010
|
for more information.
|
3059
|
-
:param Sequence[str] instance_names: List of
|
3011
|
+
:param Sequence[str] instance_names: List of worker instance names which have been assigned
|
3012
|
+
to the cluster.
|
3060
3013
|
:param str machine_type: The name of a Google Compute Engine machine type
|
3061
3014
|
to create for the worker nodes. If not specified, GCP will default to a predetermined
|
3062
3015
|
computed value (currently `n1-standard-4`).
|
@@ -3119,7 +3072,8 @@ class ClusterClusterConfigWorkerConfig(dict):
|
|
3119
3072
|
@pulumi.getter(name="instanceNames")
|
3120
3073
|
def instance_names(self) -> Optional[Sequence[str]]:
|
3121
3074
|
"""
|
3122
|
-
List of
|
3075
|
+
List of worker instance names which have been assigned
|
3076
|
+
to the cluster.
|
3123
3077
|
"""
|
3124
3078
|
return pulumi.get(self, "instance_names")
|
3125
3079
|
|
@@ -3194,6 +3148,9 @@ class ClusterClusterConfigWorkerConfigAccelerator(dict):
|
|
3194
3148
|
"""
|
3195
3149
|
:param int accelerator_count: The number of the accelerator cards of this type exposed to this instance. Often restricted to one of `1`, `2`, `4`, or `8`.
|
3196
3150
|
|
3151
|
+
> The Cloud Dataproc API can return unintuitive error messages when using accelerators; even when you have defined an accelerator, Auto Zone Placement does not exclusively select
|
3152
|
+
zones that have that accelerator available. If you get a 400 error that the accelerator can't be found, this is a likely cause. Make sure you check [accelerator availability by zone](https://cloud.google.com/compute/docs/reference/rest/v1/acceleratorTypes/list)
|
3153
|
+
if you are trying to use accelerators in a given zone.
|
3197
3154
|
|
3198
3155
|
- - -
|
3199
3156
|
:param str accelerator_type: The short name of the accelerator type to expose to this instance. For example, `nvidia-tesla-k80`.
|
@@ -3207,6 +3164,9 @@ class ClusterClusterConfigWorkerConfigAccelerator(dict):
|
|
3207
3164
|
"""
|
3208
3165
|
The number of the accelerator cards of this type exposed to this instance. Often restricted to one of `1`, `2`, `4`, or `8`.
|
3209
3166
|
|
3167
|
+
> The Cloud Dataproc API can return unintuitive error messages when using accelerators; even when you have defined an accelerator, Auto Zone Placement does not exclusively select
|
3168
|
+
zones that have that accelerator available. If you get a 400 error that the accelerator can't be found, this is a likely cause. Make sure you check [accelerator availability by zone](https://cloud.google.com/compute/docs/reference/rest/v1/acceleratorTypes/list)
|
3169
|
+
if you are trying to use accelerators in a given zone.
|
3210
3170
|
|
3211
3171
|
- - -
|
3212
3172
|
"""
|
@@ -3249,15 +3209,14 @@ class ClusterClusterConfigWorkerConfigDiskConfig(dict):
|
|
3249
3209
|
boot_disk_type: Optional[str] = None,
|
3250
3210
|
num_local_ssds: Optional[int] = None):
|
3251
3211
|
"""
|
3252
|
-
:param int boot_disk_size_gb: Size of the primary disk attached to each node, specified
|
3253
|
-
in GB. The
|
3254
|
-
smallest allowed disk size is 10GB. GCP will default to a predetermined
|
3212
|
+
:param int boot_disk_size_gb: Size of the primary disk attached to each worker node, specified
|
3213
|
+
in GB. The smallest allowed disk size is 10GB. GCP will default to a predetermined
|
3255
3214
|
computed value if not set (currently 500GB). Note: If SSDs are not
|
3256
3215
|
attached, it also contains the HDFS data blocks and Hadoop working directories.
|
3257
3216
|
:param str boot_disk_type: The disk type of the primary disk attached to each node.
|
3258
3217
|
One of `"pd-ssd"` or `"pd-standard"`. Defaults to `"pd-standard"`.
|
3259
|
-
:param int num_local_ssds: The amount of local SSD disks that will be
|
3260
|
-
Defaults to 0.
|
3218
|
+
:param int num_local_ssds: The amount of local SSD disks that will be
|
3219
|
+
attached to each worker cluster node. Defaults to 0.
|
3261
3220
|
"""
|
3262
3221
|
if boot_disk_size_gb is not None:
|
3263
3222
|
pulumi.set(__self__, "boot_disk_size_gb", boot_disk_size_gb)
|
@@ -3270,9 +3229,8 @@ class ClusterClusterConfigWorkerConfigDiskConfig(dict):
|
|
3270
3229
|
@pulumi.getter(name="bootDiskSizeGb")
|
3271
3230
|
def boot_disk_size_gb(self) -> Optional[int]:
|
3272
3231
|
"""
|
3273
|
-
Size of the primary disk attached to each node, specified
|
3274
|
-
in GB. The
|
3275
|
-
smallest allowed disk size is 10GB. GCP will default to a predetermined
|
3232
|
+
Size of the primary disk attached to each worker node, specified
|
3233
|
+
in GB. The smallest allowed disk size is 10GB. GCP will default to a predetermined
|
3276
3234
|
computed value if not set (currently 500GB). Note: If SSDs are not
|
3277
3235
|
attached, it also contains the HDFS data blocks and Hadoop working directories.
|
3278
3236
|
"""
|
@@ -3291,8 +3249,8 @@ class ClusterClusterConfigWorkerConfigDiskConfig(dict):
|
|
3291
3249
|
@pulumi.getter(name="numLocalSsds")
|
3292
3250
|
def num_local_ssds(self) -> Optional[int]:
|
3293
3251
|
"""
|
3294
|
-
The amount of local SSD disks that will be
|
3295
|
-
Defaults to 0.
|
3252
|
+
The amount of local SSD disks that will be
|
3253
|
+
attached to each worker cluster node. Defaults to 0.
|
3296
3254
|
"""
|
3297
3255
|
return pulumi.get(self, "num_local_ssds")
|
3298
3256
|
|
@@ -3506,10 +3464,6 @@ class ClusterVirtualClusterConfigAuxiliaryServicesConfigMetastoreConfig(dict):
|
|
3506
3464
|
dataproc_metastore_service: Optional[str] = None):
|
3507
3465
|
"""
|
3508
3466
|
:param str dataproc_metastore_service: Resource name of an existing Dataproc Metastore service.
|
3509
|
-
|
3510
|
-
Only resource names including projectid and location (region) are valid. Examples:
|
3511
|
-
|
3512
|
-
`projects/[projectId]/locations/[dataproc_region]/services/[service-name]`
|
3513
3467
|
"""
|
3514
3468
|
if dataproc_metastore_service is not None:
|
3515
3469
|
pulumi.set(__self__, "dataproc_metastore_service", dataproc_metastore_service)
|
@@ -3519,10 +3473,6 @@ class ClusterVirtualClusterConfigAuxiliaryServicesConfigMetastoreConfig(dict):
|
|
3519
3473
|
def dataproc_metastore_service(self) -> Optional[str]:
|
3520
3474
|
"""
|
3521
3475
|
Resource name of an existing Dataproc Metastore service.
|
3522
|
-
|
3523
|
-
Only resource names including projectid and location (region) are valid. Examples:
|
3524
|
-
|
3525
|
-
`projects/[projectId]/locations/[dataproc_region]/services/[service-name]`
|
3526
3476
|
"""
|
3527
3477
|
return pulumi.get(self, "dataproc_metastore_service")
|
3528
3478
|
|
@@ -3715,13 +3665,9 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
|
|
3715
3665
|
roles: Sequence[str],
|
3716
3666
|
node_pool_config: Optional['outputs.ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfig'] = None):
|
3717
3667
|
"""
|
3718
|
-
:param str node_pool: The target GKE node pool.
|
3719
|
-
:param Sequence[str] roles:
|
3720
|
-
|
3721
|
-
:param 'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigArgs' node_pool_config: The configuration for the GKE node pool.
|
3722
|
-
If specified, Dataproc attempts to create a node pool with the specified shape.
|
3723
|
-
If one with the same name already exists, it is verified against all specified fields.
|
3724
|
-
If a field differs, the virtual cluster creation will fail.
|
3668
|
+
:param str node_pool: The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{nodePool}'
|
3669
|
+
:param Sequence[str] roles: The roles associated with the GKE node pool.
|
3670
|
+
:param 'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigArgs' node_pool_config: Input only. The configuration for the GKE node pool.
|
3725
3671
|
"""
|
3726
3672
|
pulumi.set(__self__, "node_pool", node_pool)
|
3727
3673
|
pulumi.set(__self__, "roles", roles)
|
@@ -3732,7 +3678,7 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
|
|
3732
3678
|
@pulumi.getter(name="nodePool")
|
3733
3679
|
def node_pool(self) -> str:
|
3734
3680
|
"""
|
3735
|
-
The target GKE node pool.
|
3681
|
+
The target GKE node pool. Format: 'projects/{project}/locations/{location}/clusters/{cluster}/nodePools/{nodePool}'
|
3736
3682
|
"""
|
3737
3683
|
return pulumi.get(self, "node_pool")
|
3738
3684
|
|
@@ -3740,8 +3686,7 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
|
|
3740
3686
|
@pulumi.getter
|
3741
3687
|
def roles(self) -> Sequence[str]:
|
3742
3688
|
"""
|
3743
|
-
|
3744
|
-
One of `"DRIVER"`.
|
3689
|
+
The roles associated with the GKE node pool.
|
3745
3690
|
"""
|
3746
3691
|
return pulumi.get(self, "roles")
|
3747
3692
|
|
@@ -3749,10 +3694,7 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
|
|
3749
3694
|
@pulumi.getter(name="nodePoolConfig")
|
3750
3695
|
def node_pool_config(self) -> Optional['outputs.ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfig']:
|
3751
3696
|
"""
|
3752
|
-
The configuration for the GKE node pool.
|
3753
|
-
If specified, Dataproc attempts to create a node pool with the specified shape.
|
3754
|
-
If one with the same name already exists, it is verified against all specified fields.
|
3755
|
-
If a field differs, the virtual cluster creation will fail.
|
3697
|
+
Input only. The configuration for the GKE node pool.
|
3756
3698
|
"""
|
3757
3699
|
return pulumi.get(self, "node_pool_config")
|
3758
3700
|
|
@@ -3764,11 +3706,8 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
|
|
3764
3706
|
autoscaling: Optional['outputs.ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscaling'] = None,
|
3765
3707
|
config: Optional['outputs.ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigConfig'] = None):
|
3766
3708
|
"""
|
3767
|
-
:param Sequence[str] locations: The list of Compute Engine zones where node pool nodes associated
|
3768
|
-
|
3769
|
-
- - -
|
3770
|
-
:param 'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscalingArgs' autoscaling: The autoscaler configuration for this node pool.
|
3771
|
-
The autoscaler is enabled only when a valid configuration is present.
|
3709
|
+
:param Sequence[str] locations: The list of Compute Engine zones where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.
|
3710
|
+
:param 'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscalingArgs' autoscaling: The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
|
3772
3711
|
:param 'ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigConfigArgs' config: The node pool configuration.
|
3773
3712
|
"""
|
3774
3713
|
pulumi.set(__self__, "locations", locations)
|
@@ -3781,9 +3720,7 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
|
|
3781
3720
|
@pulumi.getter
|
3782
3721
|
def locations(self) -> Sequence[str]:
|
3783
3722
|
"""
|
3784
|
-
The list of Compute Engine zones where node pool nodes associated
|
3785
|
-
with a Dataproc on GKE virtual cluster will be located.
|
3786
|
-
- - -
|
3723
|
+
The list of Compute Engine zones where node pool nodes associated with a Dataproc on GKE virtual cluster will be located.
|
3787
3724
|
"""
|
3788
3725
|
return pulumi.get(self, "locations")
|
3789
3726
|
|
@@ -3791,8 +3728,7 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
|
|
3791
3728
|
@pulumi.getter
|
3792
3729
|
def autoscaling(self) -> Optional['outputs.ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePoolTargetNodePoolConfigAutoscaling']:
|
3793
3730
|
"""
|
3794
|
-
The autoscaler configuration for this node pool.
|
3795
|
-
The autoscaler is enabled only when a valid configuration is present.
|
3731
|
+
The autoscaler configuration for this node pool. The autoscaler is enabled only when a valid configuration is present.
|
3796
3732
|
"""
|
3797
3733
|
return pulumi.get(self, "autoscaling")
|
3798
3734
|
|
@@ -3885,18 +3821,10 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
|
|
3885
3821
|
preemptible: Optional[bool] = None,
|
3886
3822
|
spot: Optional[bool] = None):
|
3887
3823
|
"""
|
3888
|
-
:param int local_ssd_count: The number of
|
3889
|
-
|
3890
|
-
:param str
|
3891
|
-
|
3892
|
-
computed value (currently `n1-standard-4`).
|
3893
|
-
:param str min_cpu_platform: The name of a minimum generation of CPU family
|
3894
|
-
for the node group. If not specified, GCP will default to a predetermined computed value
|
3895
|
-
for each zone. See [the guide](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
|
3896
|
-
for details about which CPU families are available (and defaulted) for each zone.
|
3897
|
-
:param bool preemptible: Whether the nodes are created as preemptible VM instances.
|
3898
|
-
Preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the
|
3899
|
-
CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
|
3824
|
+
:param int local_ssd_count: The minimum number of nodes in the node pool. Must be >= 0 and <= maxNodeCount.
|
3825
|
+
:param str machine_type: The name of a Compute Engine machine type.
|
3826
|
+
:param str min_cpu_platform: Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell" or "Intel Sandy Bridge".
|
3827
|
+
:param bool preemptible: Whether the nodes are created as preemptible VM instances. Preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
|
3900
3828
|
:param bool spot: Spot flag for enabling Spot VM, which is a rebrand of the existing preemptible flag.
|
3901
3829
|
"""
|
3902
3830
|
if local_ssd_count is not None:
|
@@ -3914,8 +3842,7 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
|
|
3914
3842
|
@pulumi.getter(name="localSsdCount")
|
3915
3843
|
def local_ssd_count(self) -> Optional[int]:
|
3916
3844
|
"""
|
3917
|
-
The number of
|
3918
|
-
which is limited by the maximum number of disks allowable per zone.
|
3845
|
+
The minimum number of nodes in the node pool. Must be >= 0 and <= maxNodeCount.
|
3919
3846
|
"""
|
3920
3847
|
return pulumi.get(self, "local_ssd_count")
|
3921
3848
|
|
@@ -3923,9 +3850,7 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
|
|
3923
3850
|
@pulumi.getter(name="machineType")
|
3924
3851
|
def machine_type(self) -> Optional[str]:
|
3925
3852
|
"""
|
3926
|
-
The name of a
|
3927
|
-
to create for the node group. If not specified, GCP will default to a predetermined
|
3928
|
-
computed value (currently `n1-standard-4`).
|
3853
|
+
The name of a Compute Engine machine type.
|
3929
3854
|
"""
|
3930
3855
|
return pulumi.get(self, "machine_type")
|
3931
3856
|
|
@@ -3933,10 +3858,7 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
|
|
3933
3858
|
@pulumi.getter(name="minCpuPlatform")
|
3934
3859
|
def min_cpu_platform(self) -> Optional[str]:
|
3935
3860
|
"""
|
3936
|
-
The
|
3937
|
-
for the node group. If not specified, GCP will default to a predetermined computed value
|
3938
|
-
for each zone. See [the guide](https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform)
|
3939
|
-
for details about which CPU families are available (and defaulted) for each zone.
|
3861
|
+
Minimum CPU platform to be used by this instance. The instance may be scheduled on the specified or a newer CPU platform. Specify the friendly names of CPU platforms, such as "Intel Haswell" or "Intel Sandy Bridge".
|
3940
3862
|
"""
|
3941
3863
|
return pulumi.get(self, "min_cpu_platform")
|
3942
3864
|
|
@@ -3944,9 +3866,7 @@ class ClusterVirtualClusterConfigKubernetesClusterConfigGkeClusterConfigNodePool
|
|
3944
3866
|
@pulumi.getter
|
3945
3867
|
def preemptible(self) -> Optional[bool]:
|
3946
3868
|
"""
|
3947
|
-
Whether the nodes are created as preemptible VM instances.
|
3948
|
-
Preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the
|
3949
|
-
CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
|
3869
|
+
Whether the nodes are created as preemptible VM instances. Preemptible nodes cannot be used in a node pool with the CONTROLLER role or in the DEFAULT node pool if the CONTROLLER role is not assigned (the DEFAULT node pool will assume the CONTROLLER role).
|
3950
3870
|
"""
|
3951
3871
|
return pulumi.get(self, "preemptible")
|
3952
3872
|
|
@@ -9265,16 +9185,16 @@ class WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig(dict):
|
|
9265
9185
|
num_instances: Optional[int] = None,
|
9266
9186
|
preemptibility: Optional[str] = None):
|
9267
9187
|
"""
|
9268
|
-
:param Sequence['WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigAcceleratorArgs'] accelerators: The Compute Engine accelerator configuration for these instances.
|
9269
|
-
:param 'WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigDiskConfigArgs' disk_config: Disk option config settings.
|
9270
|
-
:param str image: The Compute Engine image resource used for cluster instances. The URI can represent an image or image family. Image examples: * `https://www.googleapis.com/compute/beta/projects
|
9188
|
+
:param Sequence['WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigAcceleratorArgs'] accelerators: Optional. The Compute Engine accelerator configuration for these instances.
|
9189
|
+
:param 'WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigDiskConfigArgs' disk_config: Optional. Disk option config settings.
|
9190
|
+
:param str image: Optional. The Compute Engine image resource used for cluster instances. The URI can represent an image or image family. Image examples: * `https://www.googleapis.com/compute/beta/projects/[project_id]/global/images/[image-id]` * `projects/[project_id]/global/images/[image-id]` * `image-id` Image family examples. Dataproc will use the most recent image from the family: * `https://www.googleapis.com/compute/beta/projects/[project_id]/global/images/family/[custom-image-family-name]` * `projects/[project_id]/global/images/family/[custom-image-family-name]` If the URI is unspecified, it will be inferred from `SoftwareConfig.image_version` or the system default.
|
9271
9191
|
:param Sequence[str] instance_names: Output only. The list of instance names. Dataproc derives the names from `cluster_name`, `num_instances`, and the instance group.
|
9272
9192
|
:param bool is_preemptible: Output only. Specifies that this instance group contains preemptible instances.
|
9273
|
-
:param str machine_type: The Compute Engine machine type used for cluster instances. A full URL, partial URI, or short name are valid. Examples: * `https://www.googleapis.com/compute/v1/projects/(https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, `n1-standard-2`.
|
9193
|
+
:param str machine_type: Optional. The Compute Engine machine type used for cluster instances. A full URL, partial URI, or short name are valid. Examples: * `https://www.googleapis.com/compute/v1/projects/[project_id]/zones/us-east1-a/machineTypes/n1-standard-2` * `projects/[project_id]/zones/us-east1-a/machineTypes/n1-standard-2` * `n1-standard-2` **Auto Zone Exception**: If you are using the Dataproc [Auto Zone Placement](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, `n1-standard-2`.
|
9274
9194
|
:param Sequence['WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigManagedGroupConfigArgs'] managed_group_configs: Output only. The config for Compute Engine Instance Group Manager that manages this group. This is only used for preemptible instance groups.
|
9275
|
-
:param str min_cpu_platform: Specifies the minimum cpu platform for the Instance Group. See (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
|
9276
|
-
:param int num_instances: The number of VM instances in the instance group. For
|
9277
|
-
:param str preemptibility: Specifies the preemptibility of the instance group. The default value for master and worker groups is `NON_PREEMPTIBLE`. This default cannot be changed. The default value for secondary instances is `PREEMPTIBLE`. Possible values: PREEMPTIBILITY_UNSPECIFIED, NON_PREEMPTIBLE, PREEMPTIBLE
|
9195
|
+
:param str min_cpu_platform: Optional. Specifies the minimum cpu platform for the Instance Group. See [Dataproc > Minimum CPU Platform](https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
|
9196
|
+
:param int num_instances: Optional. The number of VM instances in the instance group. For [HA cluster](https://www.terraform.io/dataproc/docs/concepts/configuring-clusters/high-availability) master_config groups, **must be set to 3**. For standard cluster master_config groups, **must be set to 1**.
|
9197
|
+
:param str preemptibility: Optional. Specifies the preemptibility of the instance group. The default value for master and worker groups is `NON_PREEMPTIBLE`. This default cannot be changed. The default value for secondary instances is `PREEMPTIBLE`. Possible values: PREEMPTIBILITY_UNSPECIFIED, NON_PREEMPTIBLE, PREEMPTIBLE
|
9278
9198
|
"""
|
9279
9199
|
if accelerators is not None:
|
9280
9200
|
pulumi.set(__self__, "accelerators", accelerators)
|
@@ -9301,7 +9221,7 @@ class WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig(dict):
|
|
9301
9221
|
@pulumi.getter
|
9302
9222
|
def accelerators(self) -> Optional[Sequence['outputs.WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigAccelerator']]:
|
9303
9223
|
"""
|
9304
|
-
The Compute Engine accelerator configuration for these instances.
|
9224
|
+
Optional. The Compute Engine accelerator configuration for these instances.
|
9305
9225
|
"""
|
9306
9226
|
return pulumi.get(self, "accelerators")
|
9307
9227
|
|
@@ -9309,7 +9229,7 @@ class WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig(dict):
|
|
9309
9229
|
@pulumi.getter(name="diskConfig")
|
9310
9230
|
def disk_config(self) -> Optional['outputs.WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfigDiskConfig']:
|
9311
9231
|
"""
|
9312
|
-
Disk option config settings.
|
9232
|
+
Optional. Disk option config settings.
|
9313
9233
|
"""
|
9314
9234
|
return pulumi.get(self, "disk_config")
|
9315
9235
|
|
@@ -9317,7 +9237,7 @@ class WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig(dict):
|
|
9317
9237
|
@pulumi.getter
|
9318
9238
|
def image(self) -> Optional[str]:
|
9319
9239
|
"""
|
9320
|
-
The Compute Engine image resource used for cluster instances. The URI can represent an image or image family. Image examples: * `https://www.googleapis.com/compute/beta/projects
|
9240
|
+
Optional. The Compute Engine image resource used for cluster instances. The URI can represent an image or image family. Image examples: * `https://www.googleapis.com/compute/beta/projects/[project_id]/global/images/[image-id]` * `projects/[project_id]/global/images/[image-id]` * `image-id` Image family examples. Dataproc will use the most recent image from the family: * `https://www.googleapis.com/compute/beta/projects/[project_id]/global/images/family/[custom-image-family-name]` * `projects/[project_id]/global/images/family/[custom-image-family-name]` If the URI is unspecified, it will be inferred from `SoftwareConfig.image_version` or the system default.
|
9321
9241
|
"""
|
9322
9242
|
return pulumi.get(self, "image")
|
9323
9243
|
|
@@ -9341,7 +9261,7 @@ class WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig(dict):
|
|
9341
9261
|
@pulumi.getter(name="machineType")
|
9342
9262
|
def machine_type(self) -> Optional[str]:
|
9343
9263
|
"""
|
9344
|
-
The Compute Engine machine type used for cluster instances. A full URL, partial URI, or short name are valid. Examples: * `https://www.googleapis.com/compute/v1/projects/(https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, `n1-standard-2`.
|
9264
|
+
Optional. The Compute Engine machine type used for cluster instances. A full URL, partial URI, or short name are valid. Examples: * `https://www.googleapis.com/compute/v1/projects/[project_id]/zones/us-east1-a/machineTypes/n1-standard-2` * `projects/[project_id]/zones/us-east1-a/machineTypes/n1-standard-2` * `n1-standard-2` **Auto Zone Exception**: If you are using the Dataproc [Auto Zone Placement](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, `n1-standard-2`.
|
9345
9265
|
"""
|
9346
9266
|
return pulumi.get(self, "machine_type")
|
9347
9267
|
|
@@ -9357,7 +9277,7 @@ class WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig(dict):
|
|
9357
9277
|
@pulumi.getter(name="minCpuPlatform")
|
9358
9278
|
def min_cpu_platform(self) -> Optional[str]:
|
9359
9279
|
"""
|
9360
|
-
Specifies the minimum cpu platform for the Instance Group. See (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
|
9280
|
+
Optional. Specifies the minimum cpu platform for the Instance Group. See [Dataproc > Minimum CPU Platform](https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
|
9361
9281
|
"""
|
9362
9282
|
return pulumi.get(self, "min_cpu_platform")
|
9363
9283
|
|
@@ -9365,7 +9285,7 @@ class WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig(dict):
|
|
9365
9285
|
@pulumi.getter(name="numInstances")
|
9366
9286
|
def num_instances(self) -> Optional[int]:
|
9367
9287
|
"""
|
9368
|
-
The number of VM instances in the instance group. For
|
9288
|
+
Optional. The number of VM instances in the instance group. For [HA cluster](https://www.terraform.io/dataproc/docs/concepts/configuring-clusters/high-availability) master_config groups, **must be set to 3**. For standard cluster master_config groups, **must be set to 1**.
|
9369
9289
|
"""
|
9370
9290
|
return pulumi.get(self, "num_instances")
|
9371
9291
|
|
@@ -9373,7 +9293,7 @@ class WorkflowTemplatePlacementManagedClusterConfigSecondaryWorkerConfig(dict):
|
|
9373
9293
|
@pulumi.getter
|
9374
9294
|
def preemptibility(self) -> Optional[str]:
|
9375
9295
|
"""
|
9376
|
-
Specifies the preemptibility of the instance group. The default value for master and worker groups is `NON_PREEMPTIBLE`. This default cannot be changed. The default value for secondary instances is `PREEMPTIBLE`. Possible values: PREEMPTIBILITY_UNSPECIFIED, NON_PREEMPTIBLE, PREEMPTIBLE
|
9296
|
+
Optional. Specifies the preemptibility of the instance group. The default value for master and worker groups is `NON_PREEMPTIBLE`. This default cannot be changed. The default value for secondary instances is `PREEMPTIBLE`. Possible values: PREEMPTIBILITY_UNSPECIFIED, NON_PREEMPTIBLE, PREEMPTIBLE
|
9377
9297
|
"""
|
9378
9298
|
return pulumi.get(self, "preemptibility")
|
9379
9299
|
|
@@ -9939,16 +9859,16 @@ class WorkflowTemplatePlacementManagedClusterConfigWorkerConfig(dict):
|
|
9939
9859
|
num_instances: Optional[int] = None,
|
9940
9860
|
preemptibility: Optional[str] = None):
|
9941
9861
|
"""
|
9942
|
-
:param Sequence['WorkflowTemplatePlacementManagedClusterConfigWorkerConfigAcceleratorArgs'] accelerators: The Compute Engine accelerator configuration for these instances.
|
9943
|
-
:param 'WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfigArgs' disk_config: Disk option config settings.
|
9944
|
-
:param str image: The Compute Engine image resource used for cluster instances. The URI can represent an image or image family. Image examples: * `https://www.googleapis.com/compute/beta/projects
|
9862
|
+
:param Sequence['WorkflowTemplatePlacementManagedClusterConfigWorkerConfigAcceleratorArgs'] accelerators: Optional. The Compute Engine accelerator configuration for these instances.
|
9863
|
+
:param 'WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfigArgs' disk_config: Optional. Disk option config settings.
|
9864
|
+
:param str image: Optional. The Compute Engine image resource used for cluster instances. The URI can represent an image or image family. Image examples: * `https://www.googleapis.com/compute/beta/projects/[project_id]/global/images/[image-id]` * `projects/[project_id]/global/images/[image-id]` * `image-id` Image family examples. Dataproc will use the most recent image from the family: * `https://www.googleapis.com/compute/beta/projects/[project_id]/global/images/family/[custom-image-family-name]` * `projects/[project_id]/global/images/family/[custom-image-family-name]` If the URI is unspecified, it will be inferred from `SoftwareConfig.image_version` or the system default.
|
9945
9865
|
:param Sequence[str] instance_names: Output only. The list of instance names. Dataproc derives the names from `cluster_name`, `num_instances`, and the instance group.
|
9946
9866
|
:param bool is_preemptible: Output only. Specifies that this instance group contains preemptible instances.
|
9947
|
-
:param str machine_type: The Compute Engine machine type used for cluster instances. A full URL, partial URI, or short name are valid. Examples: * `https://www.googleapis.com/compute/v1/projects/(https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, `n1-standard-2`.
|
9867
|
+
:param str machine_type: Optional. The Compute Engine machine type used for cluster instances. A full URL, partial URI, or short name are valid. Examples: * `https://www.googleapis.com/compute/v1/projects/[project_id]/zones/us-east1-a/machineTypes/n1-standard-2` * `projects/[project_id]/zones/us-east1-a/machineTypes/n1-standard-2` * `n1-standard-2` **Auto Zone Exception**: If you are using the Dataproc [Auto Zone Placement](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, `n1-standard-2`.
|
9948
9868
|
:param Sequence['WorkflowTemplatePlacementManagedClusterConfigWorkerConfigManagedGroupConfigArgs'] managed_group_configs: Output only. The config for Compute Engine Instance Group Manager that manages this group. This is only used for preemptible instance groups.
|
9949
|
-
:param str min_cpu_platform: Specifies the minimum cpu platform for the Instance Group. See (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
|
9950
|
-
:param int num_instances: The number of VM instances in the instance group. For
|
9951
|
-
:param str preemptibility: Specifies the preemptibility of the instance group. The default value for master and worker groups is `NON_PREEMPTIBLE`. This default cannot be changed. The default value for secondary instances is `PREEMPTIBLE`. Possible values: PREEMPTIBILITY_UNSPECIFIED, NON_PREEMPTIBLE, PREEMPTIBLE
|
9869
|
+
:param str min_cpu_platform: Optional. Specifies the minimum cpu platform for the Instance Group. See [Dataproc > Minimum CPU Platform](https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
|
9870
|
+
:param int num_instances: Optional. The number of VM instances in the instance group. For [HA cluster](https://www.terraform.io/dataproc/docs/concepts/configuring-clusters/high-availability) master_config groups, **must be set to 3**. For standard cluster master_config groups, **must be set to 1**.
|
9871
|
+
:param str preemptibility: Optional. Specifies the preemptibility of the instance group. The default value for master and worker groups is `NON_PREEMPTIBLE`. This default cannot be changed. The default value for secondary instances is `PREEMPTIBLE`. Possible values: PREEMPTIBILITY_UNSPECIFIED, NON_PREEMPTIBLE, PREEMPTIBLE
|
9952
9872
|
"""
|
9953
9873
|
if accelerators is not None:
|
9954
9874
|
pulumi.set(__self__, "accelerators", accelerators)
|
@@ -9975,7 +9895,7 @@ class WorkflowTemplatePlacementManagedClusterConfigWorkerConfig(dict):
|
|
9975
9895
|
@pulumi.getter
|
9976
9896
|
def accelerators(self) -> Optional[Sequence['outputs.WorkflowTemplatePlacementManagedClusterConfigWorkerConfigAccelerator']]:
|
9977
9897
|
"""
|
9978
|
-
The Compute Engine accelerator configuration for these instances.
|
9898
|
+
Optional. The Compute Engine accelerator configuration for these instances.
|
9979
9899
|
"""
|
9980
9900
|
return pulumi.get(self, "accelerators")
|
9981
9901
|
|
@@ -9983,7 +9903,7 @@ class WorkflowTemplatePlacementManagedClusterConfigWorkerConfig(dict):
|
|
9983
9903
|
@pulumi.getter(name="diskConfig")
|
9984
9904
|
def disk_config(self) -> Optional['outputs.WorkflowTemplatePlacementManagedClusterConfigWorkerConfigDiskConfig']:
|
9985
9905
|
"""
|
9986
|
-
Disk option config settings.
|
9906
|
+
Optional. Disk option config settings.
|
9987
9907
|
"""
|
9988
9908
|
return pulumi.get(self, "disk_config")
|
9989
9909
|
|
@@ -9991,7 +9911,7 @@ class WorkflowTemplatePlacementManagedClusterConfigWorkerConfig(dict):
|
|
9991
9911
|
@pulumi.getter
|
9992
9912
|
def image(self) -> Optional[str]:
|
9993
9913
|
"""
|
9994
|
-
The Compute Engine image resource used for cluster instances. The URI can represent an image or image family. Image examples: * `https://www.googleapis.com/compute/beta/projects
|
9914
|
+
Optional. The Compute Engine image resource used for cluster instances. The URI can represent an image or image family. Image examples: * `https://www.googleapis.com/compute/beta/projects/[project_id]/global/images/[image-id]` * `projects/[project_id]/global/images/[image-id]` * `image-id` Image family examples. Dataproc will use the most recent image from the family: * `https://www.googleapis.com/compute/beta/projects/[project_id]/global/images/family/[custom-image-family-name]` * `projects/[project_id]/global/images/family/[custom-image-family-name]` If the URI is unspecified, it will be inferred from `SoftwareConfig.image_version` or the system default.
|
9995
9915
|
"""
|
9996
9916
|
return pulumi.get(self, "image")
|
9997
9917
|
|
@@ -10015,7 +9935,7 @@ class WorkflowTemplatePlacementManagedClusterConfigWorkerConfig(dict):
|
|
10015
9935
|
@pulumi.getter(name="machineType")
|
10016
9936
|
def machine_type(self) -> Optional[str]:
|
10017
9937
|
"""
|
10018
|
-
The Compute Engine machine type used for cluster instances. A full URL, partial URI, or short name are valid. Examples: * `https://www.googleapis.com/compute/v1/projects/(https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, `n1-standard-2`.
|
9938
|
+
Optional. The Compute Engine machine type used for cluster instances. A full URL, partial URI, or short name are valid. Examples: * `https://www.googleapis.com/compute/v1/projects/[project_id]/zones/us-east1-a/machineTypes/n1-standard-2` * `projects/[project_id]/zones/us-east1-a/machineTypes/n1-standard-2` * `n1-standard-2` **Auto Zone Exception**: If you are using the Dataproc [Auto Zone Placement](https://cloud.google.com/dataproc/docs/concepts/configuring-clusters/auto-zone#using_auto_zone_placement) feature, you must use the short name of the machine type resource, for example, `n1-standard-2`.
|
10019
9939
|
"""
|
10020
9940
|
return pulumi.get(self, "machine_type")
|
10021
9941
|
|
@@ -10031,7 +9951,7 @@ class WorkflowTemplatePlacementManagedClusterConfigWorkerConfig(dict):
|
|
10031
9951
|
@pulumi.getter(name="minCpuPlatform")
|
10032
9952
|
def min_cpu_platform(self) -> Optional[str]:
|
10033
9953
|
"""
|
10034
|
-
Specifies the minimum cpu platform for the Instance Group. See (https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
|
9954
|
+
Optional. Specifies the minimum cpu platform for the Instance Group. See [Dataproc > Minimum CPU Platform](https://cloud.google.com/dataproc/docs/concepts/compute/dataproc-min-cpu).
|
10035
9955
|
"""
|
10036
9956
|
return pulumi.get(self, "min_cpu_platform")
|
10037
9957
|
|
@@ -10039,7 +9959,7 @@ class WorkflowTemplatePlacementManagedClusterConfigWorkerConfig(dict):
|
|
10039
9959
|
@pulumi.getter(name="numInstances")
|
10040
9960
|
def num_instances(self) -> Optional[int]:
|
10041
9961
|
"""
|
10042
|
-
The number of VM instances in the instance group. For
|
9962
|
+
Optional. The number of VM instances in the instance group. For [HA cluster](https://www.terraform.io/dataproc/docs/concepts/configuring-clusters/high-availability) master_config groups, **must be set to 3**. For standard cluster master_config groups, **must be set to 1**.
|
10043
9963
|
"""
|
10044
9964
|
return pulumi.get(self, "num_instances")
|
10045
9965
|
|
@@ -10047,7 +9967,7 @@ class WorkflowTemplatePlacementManagedClusterConfigWorkerConfig(dict):
|
|
10047
9967
|
@pulumi.getter
|
10048
9968
|
def preemptibility(self) -> Optional[str]:
|
10049
9969
|
"""
|
10050
|
-
Specifies the preemptibility of the instance group. The default value for master and worker groups is `NON_PREEMPTIBLE`. This default cannot be changed. The default value for secondary instances is `PREEMPTIBLE`. Possible values: PREEMPTIBILITY_UNSPECIFIED, NON_PREEMPTIBLE, PREEMPTIBLE
|
9970
|
+
Optional. Specifies the preemptibility of the instance group. The default value for master and worker groups is `NON_PREEMPTIBLE`. This default cannot be changed. The default value for secondary instances is `PREEMPTIBLE`. Possible values: PREEMPTIBILITY_UNSPECIFIED, NON_PREEMPTIBLE, PREEMPTIBLE
|
10051
9971
|
"""
|
10052
9972
|
return pulumi.get(self, "preemptibility")
|
10053
9973
|
|