pulumi-gcp 7.0.0a1699651384__py3-none-any.whl → 7.1.0__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- pulumi_gcp/__init__.py +118 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +546 -71
- pulumi_gcp/accesscontextmanager/access_level.py +18 -2
- pulumi_gcp/accesscontextmanager/access_level_condition.py +57 -3
- pulumi_gcp/accesscontextmanager/access_levels.py +18 -2
- pulumi_gcp/accesscontextmanager/access_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +18 -2
- pulumi_gcp/accesscontextmanager/egress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/gcp_user_access_binding.py +18 -2
- pulumi_gcp/accesscontextmanager/ingress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/outputs.py +643 -71
- pulumi_gcp/accesscontextmanager/service_perimeter.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_resource.py +18 -2
- pulumi_gcp/accesscontextmanager/service_perimeters.py +18 -2
- pulumi_gcp/activedirectory/domain.py +22 -10
- pulumi_gcp/activedirectory/domain_trust.py +18 -2
- pulumi_gcp/activedirectory/peering.py +4 -8
- pulumi_gcp/alloydb/__init__.py +1 -0
- pulumi_gcp/alloydb/_inputs.py +93 -0
- pulumi_gcp/alloydb/backup.py +22 -10
- pulumi_gcp/alloydb/cluster.py +283 -11
- pulumi_gcp/alloydb/instance.py +241 -40
- pulumi_gcp/alloydb/outputs.py +130 -0
- pulumi_gcp/alloydb/user.py +609 -0
- pulumi_gcp/apigateway/api.py +22 -10
- pulumi_gcp/apigateway/api_config.py +22 -10
- pulumi_gcp/apigateway/gateway.py +22 -10
- pulumi_gcp/apigee/addons_config.py +18 -2
- pulumi_gcp/apigee/endpoint_attachment.py +18 -2
- pulumi_gcp/apigee/env_group.py +18 -2
- pulumi_gcp/apigee/env_group_attachment.py +18 -2
- pulumi_gcp/apigee/env_keystore.py +18 -2
- pulumi_gcp/apigee/env_references.py +18 -2
- pulumi_gcp/apigee/environment.py +96 -5
- pulumi_gcp/apigee/flowhook.py +18 -2
- pulumi_gcp/apigee/instance.py +18 -2
- pulumi_gcp/apigee/instance_attachment.py +18 -2
- pulumi_gcp/apigee/keystores_aliases_key_cert_file.py +18 -2
- pulumi_gcp/apigee/keystores_aliases_pkcs12.py +18 -2
- pulumi_gcp/apigee/keystores_aliases_self_signed_cert.py +18 -2
- pulumi_gcp/apigee/nat_address.py +18 -2
- pulumi_gcp/apigee/organization.py +18 -2
- pulumi_gcp/apigee/sharedflow.py +18 -2
- pulumi_gcp/apigee/sharedflow_deployment.py +18 -2
- pulumi_gcp/apigee/sync_authorization.py +18 -2
- pulumi_gcp/apigee/target_server.py +18 -2
- pulumi_gcp/appengine/application.py +20 -4
- pulumi_gcp/appengine/application_url_dispatch_rules.py +18 -2
- pulumi_gcp/appengine/domain_mapping.py +18 -2
- pulumi_gcp/appengine/engine_split_traffic.py +18 -2
- pulumi_gcp/appengine/firewall_rule.py +18 -2
- pulumi_gcp/appengine/flexible_app_version.py +18 -2
- pulumi_gcp/appengine/service_network_settings.py +18 -2
- pulumi_gcp/appengine/standard_app_version.py +18 -2
- pulumi_gcp/artifactregistry/_inputs.py +4 -4
- pulumi_gcp/artifactregistry/outputs.py +4 -4
- pulumi_gcp/artifactregistry/repository.py +24 -12
- pulumi_gcp/artifactregistry/vpcsc_config.py +18 -2
- pulumi_gcp/assuredworkloads/_inputs.py +178 -4
- pulumi_gcp/assuredworkloads/outputs.py +217 -5
- pulumi_gcp/assuredworkloads/workload.py +474 -63
- pulumi_gcp/backupdisasterrecovery/__init__.py +1 -0
- pulumi_gcp/backupdisasterrecovery/get_management_server.py +152 -0
- pulumi_gcp/backupdisasterrecovery/management_server.py +18 -2
- pulumi_gcp/backupdisasterrecovery/outputs.py +40 -0
- pulumi_gcp/beyondcorp/app_connection.py +22 -10
- pulumi_gcp/beyondcorp/app_connector.py +22 -10
- pulumi_gcp/beyondcorp/app_gateway.py +22 -10
- pulumi_gcp/biglake/catalog.py +18 -2
- pulumi_gcp/biglake/database.py +18 -2
- pulumi_gcp/biglake/table.py +18 -2
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/_inputs.py +94 -8
- pulumi_gcp/bigquery/app_profile.py +18 -2
- pulumi_gcp/bigquery/bi_reservation.py +18 -2
- pulumi_gcp/bigquery/capacity_commitment.py +25 -9
- pulumi_gcp/bigquery/connection.py +56 -2
- pulumi_gcp/bigquery/data_transfer_config.py +18 -2
- pulumi_gcp/bigquery/dataset.py +22 -10
- pulumi_gcp/bigquery/dataset_iam_binding.py +10 -38
- pulumi_gcp/bigquery/dataset_iam_member.py +10 -38
- pulumi_gcp/bigquery/dataset_iam_policy.py +10 -38
- pulumi_gcp/bigquery/get_dataset.py +315 -0
- pulumi_gcp/bigquery/job.py +26 -10
- pulumi_gcp/bigquery/outputs.py +275 -9
- pulumi_gcp/bigquery/reservation.py +18 -2
- pulumi_gcp/bigquery/reservation_assignment.py +18 -2
- pulumi_gcp/bigquery/routine.py +18 -2
- pulumi_gcp/bigquery/table.py +171 -17
- pulumi_gcp/bigqueryanalyticshub/data_exchange.py +18 -2
- pulumi_gcp/bigqueryanalyticshub/listing.py +18 -2
- pulumi_gcp/bigquerydatapolicy/data_policy.py +18 -2
- pulumi_gcp/bigtable/instance.py +30 -10
- pulumi_gcp/bigtable/instance_iam_binding.py +12 -20
- pulumi_gcp/bigtable/instance_iam_member.py +12 -20
- pulumi_gcp/bigtable/instance_iam_policy.py +12 -20
- pulumi_gcp/bigtable/table.py +18 -6
- pulumi_gcp/bigtable/table_iam_binding.py +12 -20
- pulumi_gcp/bigtable/table_iam_member.py +12 -20
- pulumi_gcp/bigtable/table_iam_policy.py +12 -20
- pulumi_gcp/billing/account_iam_binding.py +12 -20
- pulumi_gcp/billing/account_iam_member.py +12 -20
- pulumi_gcp/billing/account_iam_policy.py +12 -20
- pulumi_gcp/billing/budget.py +18 -2
- pulumi_gcp/billing/project_info.py +18 -2
- pulumi_gcp/billing/sub_account.py +18 -2
- pulumi_gcp/binaryauthorization/attestor.py +18 -2
- pulumi_gcp/binaryauthorization/policy.py +18 -2
- pulumi_gcp/certificateauthority/authority.py +22 -10
- pulumi_gcp/certificateauthority/ca_pool.py +22 -10
- pulumi_gcp/certificateauthority/certificate.py +22 -10
- pulumi_gcp/certificateauthority/certificate_template.py +22 -10
- pulumi_gcp/certificatemanager/certificate.py +223 -31
- pulumi_gcp/certificatemanager/certificate_issuance_config.py +22 -10
- pulumi_gcp/certificatemanager/certificate_map.py +22 -10
- pulumi_gcp/certificatemanager/certificate_map_entry.py +22 -10
- pulumi_gcp/certificatemanager/dns_authorization.py +22 -10
- pulumi_gcp/certificatemanager/trust_config.py +22 -10
- pulumi_gcp/cloudasset/folder_feed.py +18 -2
- pulumi_gcp/cloudasset/organization_feed.py +18 -2
- pulumi_gcp/cloudasset/project_feed.py +18 -2
- pulumi_gcp/cloudbuild/bitbucket_server_config.py +18 -2
- pulumi_gcp/cloudbuild/trigger.py +18 -2
- pulumi_gcp/cloudbuild/worker_pool.py +18 -2
- pulumi_gcp/cloudbuildv2/connection.py +18 -2
- pulumi_gcp/cloudbuildv2/repository.py +18 -2
- pulumi_gcp/clouddeploy/delivery_pipeline.py +22 -10
- pulumi_gcp/clouddeploy/target.py +22 -10
- pulumi_gcp/cloudfunctions/function.py +26 -14
- pulumi_gcp/cloudfunctions/get_function.py +3 -0
- pulumi_gcp/cloudfunctionsv2/function.py +22 -10
- pulumi_gcp/cloudidentity/__init__.py +1 -0
- pulumi_gcp/cloudidentity/_inputs.py +119 -0
- pulumi_gcp/cloudidentity/get_group_lookup.py +128 -0
- pulumi_gcp/cloudidentity/group.py +50 -2
- pulumi_gcp/cloudidentity/group_membership.py +18 -2
- pulumi_gcp/cloudidentity/outputs.py +156 -0
- pulumi_gcp/cloudids/endpoint.py +18 -2
- pulumi_gcp/cloudrun/_inputs.py +12 -0
- pulumi_gcp/cloudrun/domain_mapping.py +18 -2
- pulumi_gcp/cloudrun/outputs.py +12 -0
- pulumi_gcp/cloudrun/service.py +18 -2
- pulumi_gcp/cloudrunv2/__init__.py +2 -0
- pulumi_gcp/cloudrunv2/get_job.py +394 -0
- pulumi_gcp/cloudrunv2/get_service.py +454 -0
- pulumi_gcp/cloudrunv2/job.py +40 -27
- pulumi_gcp/cloudrunv2/outputs.py +1687 -0
- pulumi_gcp/cloudrunv2/service.py +40 -27
- pulumi_gcp/cloudscheduler/job.py +18 -2
- pulumi_gcp/cloudtasks/queue.py +18 -2
- pulumi_gcp/composer/_inputs.py +17 -0
- pulumi_gcp/composer/environment.py +68 -5
- pulumi_gcp/composer/get_environment.py +13 -3
- pulumi_gcp/composer/outputs.py +26 -0
- pulumi_gcp/compute/__init__.py +2 -0
- pulumi_gcp/compute/_inputs.py +158 -4
- pulumi_gcp/compute/address.py +38 -18
- pulumi_gcp/compute/attached_disk.py +18 -2
- pulumi_gcp/compute/autoscaler.py +18 -2
- pulumi_gcp/compute/backend_bucket.py +18 -2
- pulumi_gcp/compute/backend_service.py +32 -16
- pulumi_gcp/compute/disk.py +22 -10
- pulumi_gcp/compute/disk_resource_policy_attachment.py +18 -2
- pulumi_gcp/compute/external_vpn_gateway.py +22 -10
- pulumi_gcp/compute/firewall.py +18 -2
- pulumi_gcp/compute/firewall_policy_association.py +18 -2
- pulumi_gcp/compute/firewall_policy_rule.py +18 -2
- pulumi_gcp/compute/forwarding_rule.py +377 -276
- pulumi_gcp/compute/get_disk.py +3 -0
- pulumi_gcp/compute/get_forwarding_rule.py +11 -1
- pulumi_gcp/compute/get_image.py +3 -0
- pulumi_gcp/compute/get_network.py +14 -1
- pulumi_gcp/compute/get_networks.py +130 -0
- pulumi_gcp/compute/get_subnetwork.py +14 -1
- pulumi_gcp/compute/global_address.py +18 -2
- pulumi_gcp/compute/global_forwarding_rule.py +127 -108
- pulumi_gcp/compute/global_network_endpoint.py +18 -2
- pulumi_gcp/compute/global_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/ha_vpn_gateway.py +18 -2
- pulumi_gcp/compute/health_check.py +18 -2
- pulumi_gcp/compute/http_health_check.py +18 -2
- pulumi_gcp/compute/https_health_check.py +18 -2
- pulumi_gcp/compute/image.py +22 -10
- pulumi_gcp/compute/instance.py +44 -36
- pulumi_gcp/compute/instance_group.py +24 -8
- pulumi_gcp/compute/instance_group_manager.py +26 -10
- pulumi_gcp/compute/instance_group_named_port.py +18 -2
- pulumi_gcp/compute/instance_settings.py +387 -0
- pulumi_gcp/compute/instance_template.py +29 -21
- pulumi_gcp/compute/interconnect_attachment.py +18 -2
- pulumi_gcp/compute/machine_image.py +18 -2
- pulumi_gcp/compute/managed_ssl_certificate.py +18 -2
- pulumi_gcp/compute/manged_ssl_certificate.py +18 -2
- pulumi_gcp/compute/network.py +18 -2
- pulumi_gcp/compute/network_attachment.py +156 -2
- pulumi_gcp/compute/network_edge_security_service.py +18 -2
- pulumi_gcp/compute/network_endpoint.py +18 -2
- pulumi_gcp/compute/network_endpoint_group.py +32 -16
- pulumi_gcp/compute/network_endpoint_list.py +18 -2
- pulumi_gcp/compute/network_firewall_policy.py +18 -2
- pulumi_gcp/compute/network_firewall_policy_association.py +18 -2
- pulumi_gcp/compute/network_firewall_policy_rule.py +18 -2
- pulumi_gcp/compute/network_peering.py +20 -4
- pulumi_gcp/compute/network_peering_routes_config.py +18 -2
- pulumi_gcp/compute/node_group.py +129 -2
- pulumi_gcp/compute/node_template.py +18 -2
- pulumi_gcp/compute/organization_security_policy.py +18 -2
- pulumi_gcp/compute/organization_security_policy_association.py +18 -2
- pulumi_gcp/compute/organization_security_policy_rule.py +18 -2
- pulumi_gcp/compute/outputs.py +230 -7
- pulumi_gcp/compute/packet_mirroring.py +18 -2
- pulumi_gcp/compute/per_instance_config.py +18 -2
- pulumi_gcp/compute/project_default_network_tier.py +20 -4
- pulumi_gcp/compute/project_metadata.py +20 -4
- pulumi_gcp/compute/project_metadata_item.py +20 -4
- pulumi_gcp/compute/public_advertised_prefix.py +18 -2
- pulumi_gcp/compute/public_delegated_prefix.py +18 -2
- pulumi_gcp/compute/region_autoscaler.py +18 -2
- pulumi_gcp/compute/region_backend_service.py +18 -2
- pulumi_gcp/compute/region_commitment.py +18 -2
- pulumi_gcp/compute/region_disk.py +22 -10
- pulumi_gcp/compute/region_disk_resource_policy_attachment.py +18 -2
- pulumi_gcp/compute/region_health_check.py +18 -2
- pulumi_gcp/compute/region_instance_group_manager.py +20 -4
- pulumi_gcp/compute/region_instance_template.py +29 -21
- pulumi_gcp/compute/region_network_endpoint_group.py +18 -2
- pulumi_gcp/compute/region_network_firewall_policy.py +18 -2
- pulumi_gcp/compute/region_network_firewall_policy_association.py +18 -2
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +18 -2
- pulumi_gcp/compute/region_per_instance_config.py +18 -2
- pulumi_gcp/compute/region_security_policy.py +18 -2
- pulumi_gcp/compute/region_security_policy_rule.py +18 -2
- pulumi_gcp/compute/region_ssl_certificate.py +18 -2
- pulumi_gcp/compute/region_ssl_policy.py +18 -2
- pulumi_gcp/compute/region_target_http_proxy.py +18 -2
- pulumi_gcp/compute/region_target_https_proxy.py +18 -2
- pulumi_gcp/compute/region_target_tcp_proxy.py +18 -2
- pulumi_gcp/compute/region_url_map.py +18 -2
- pulumi_gcp/compute/reservation.py +18 -2
- pulumi_gcp/compute/resource_policy.py +18 -2
- pulumi_gcp/compute/route.py +18 -2
- pulumi_gcp/compute/router.py +18 -2
- pulumi_gcp/compute/router_interface.py +22 -6
- pulumi_gcp/compute/router_nat.py +18 -2
- pulumi_gcp/compute/router_peer.py +18 -2
- pulumi_gcp/compute/security_policy.py +52 -4
- pulumi_gcp/compute/security_scan_config.py +18 -2
- pulumi_gcp/compute/service_attachment.py +18 -2
- pulumi_gcp/compute/shared_vpc_host_project.py +20 -4
- pulumi_gcp/compute/shared_vpc_service_project.py +20 -4
- pulumi_gcp/compute/snapshot.py +22 -10
- pulumi_gcp/compute/ssl_certificate.py +18 -2
- pulumi_gcp/compute/ssl_policy.py +18 -2
- pulumi_gcp/compute/subnetwork.py +109 -2
- pulumi_gcp/compute/target_grpc_proxy.py +18 -2
- pulumi_gcp/compute/target_http_proxy.py +18 -2
- pulumi_gcp/compute/target_https_proxy.py +181 -16
- pulumi_gcp/compute/target_instance.py +18 -2
- pulumi_gcp/compute/target_pool.py +18 -2
- pulumi_gcp/compute/target_ssl_proxy.py +18 -2
- pulumi_gcp/compute/target_tcp_proxy.py +18 -2
- pulumi_gcp/compute/url_map.py +18 -2
- pulumi_gcp/compute/vpn_gateway.py +18 -2
- pulumi_gcp/compute/vpn_tunnel.py +18 -2
- pulumi_gcp/config/vars.py +12 -0
- pulumi_gcp/container/_inputs.py +299 -54
- pulumi_gcp/container/attached_cluster.py +18 -2
- pulumi_gcp/container/aws_cluster.py +24 -2
- pulumi_gcp/container/aws_node_pool.py +18 -2
- pulumi_gcp/container/azure_client.py +18 -2
- pulumi_gcp/container/azure_cluster.py +24 -2
- pulumi_gcp/container/azure_node_pool.py +18 -2
- pulumi_gcp/container/cluster.py +92 -29
- pulumi_gcp/container/get_cluster.py +11 -1
- pulumi_gcp/container/node_pool.py +22 -6
- pulumi_gcp/container/outputs.py +384 -52
- pulumi_gcp/containeranalysis/note.py +18 -2
- pulumi_gcp/containeranalysis/occurence.py +18 -2
- pulumi_gcp/databasemigrationservice/__init__.py +1 -0
- pulumi_gcp/databasemigrationservice/_inputs.py +465 -0
- pulumi_gcp/databasemigrationservice/connection_profile.py +122 -12
- pulumi_gcp/databasemigrationservice/outputs.py +466 -0
- pulumi_gcp/databasemigrationservice/private_connection.py +672 -0
- pulumi_gcp/datacatalog/entry.py +18 -2
- pulumi_gcp/datacatalog/entry_group.py +18 -2
- pulumi_gcp/datacatalog/policy_tag.py +18 -2
- pulumi_gcp/datacatalog/tag.py +18 -2
- pulumi_gcp/datacatalog/tag_template.py +18 -2
- pulumi_gcp/datacatalog/taxonomy.py +18 -2
- pulumi_gcp/dataflow/job.py +24 -12
- pulumi_gcp/dataflow/pipeline.py +18 -2
- pulumi_gcp/dataform/_inputs.py +78 -21
- pulumi_gcp/dataform/outputs.py +86 -20
- pulumi_gcp/dataform/repository.py +140 -9
- pulumi_gcp/dataform/repository_release_config.py +18 -2
- pulumi_gcp/dataform/repository_workflow_config.py +20 -4
- pulumi_gcp/datafusion/instance.py +22 -10
- pulumi_gcp/dataloss/prevention_deidentify_template.py +18 -2
- pulumi_gcp/dataloss/prevention_inspect_template.py +18 -2
- pulumi_gcp/dataloss/prevention_job_trigger.py +18 -2
- pulumi_gcp/dataloss/prevention_stored_info_type.py +18 -2
- pulumi_gcp/dataplex/asset.py +22 -10
- pulumi_gcp/dataplex/datascan.py +22 -10
- pulumi_gcp/dataplex/lake.py +22 -10
- pulumi_gcp/dataplex/task.py +22 -10
- pulumi_gcp/dataplex/zone.py +22 -10
- pulumi_gcp/dataproc/_inputs.py +148 -0
- pulumi_gcp/dataproc/autoscaling_policy.py +18 -2
- pulumi_gcp/dataproc/cluster.py +2 -2
- pulumi_gcp/dataproc/cluster_iam_binding.py +12 -20
- pulumi_gcp/dataproc/cluster_iam_member.py +12 -20
- pulumi_gcp/dataproc/cluster_iam_policy.py +12 -20
- pulumi_gcp/dataproc/job.py +20 -8
- pulumi_gcp/dataproc/job_iam_binding.py +12 -20
- pulumi_gcp/dataproc/job_iam_member.py +12 -20
- pulumi_gcp/dataproc/job_iam_policy.py +12 -20
- pulumi_gcp/dataproc/metastore_federation.py +22 -10
- pulumi_gcp/dataproc/metastore_service.py +22 -10
- pulumi_gcp/dataproc/outputs.py +175 -0
- pulumi_gcp/dataproc/workflow_template.py +18 -2
- pulumi_gcp/datastore/data_store_index.py +18 -2
- pulumi_gcp/datastream/connection_profile.py +22 -10
- pulumi_gcp/datastream/private_connection.py +22 -10
- pulumi_gcp/datastream/stream.py +22 -10
- pulumi_gcp/deploymentmanager/deployment.py +18 -2
- pulumi_gcp/diagflow/_inputs.py +626 -4
- pulumi_gcp/diagflow/agent.py +18 -2
- pulumi_gcp/diagflow/cx_agent.py +288 -21
- pulumi_gcp/diagflow/cx_entity_type.py +18 -2
- pulumi_gcp/diagflow/cx_environment.py +18 -2
- pulumi_gcp/diagflow/cx_flow.py +309 -4
- pulumi_gcp/diagflow/cx_intent.py +165 -10
- pulumi_gcp/diagflow/cx_page.py +109 -4
- pulumi_gcp/diagflow/cx_security_settings.py +18 -2
- pulumi_gcp/diagflow/cx_test_case.py +18 -2
- pulumi_gcp/diagflow/cx_version.py +18 -2
- pulumi_gcp/diagflow/cx_webhook.py +18 -2
- pulumi_gcp/diagflow/entity_type.py +18 -2
- pulumi_gcp/diagflow/fulfillment.py +18 -2
- pulumi_gcp/diagflow/intent.py +18 -2
- pulumi_gcp/diagflow/outputs.py +722 -5
- pulumi_gcp/dns/get_keys.py +16 -2
- pulumi_gcp/dns/managed_zone.py +22 -10
- pulumi_gcp/dns/policy.py +18 -2
- pulumi_gcp/dns/record_set.py +24 -8
- pulumi_gcp/dns/response_policy.py +18 -2
- pulumi_gcp/dns/response_policy_rule.py +18 -2
- pulumi_gcp/edgecontainer/__init__.py +12 -0
- pulumi_gcp/edgecontainer/_inputs.py +1171 -0
- pulumi_gcp/edgecontainer/cluster.py +1539 -0
- pulumi_gcp/edgecontainer/node_pool.py +1062 -0
- pulumi_gcp/edgecontainer/outputs.py +1204 -0
- pulumi_gcp/edgecontainer/vpn_connection.py +918 -0
- pulumi_gcp/edgenetwork/network.py +18 -2
- pulumi_gcp/edgenetwork/subnet.py +18 -2
- pulumi_gcp/essentialcontacts/contact.py +18 -2
- pulumi_gcp/essentialcontacts/document_ai_processor.py +18 -2
- pulumi_gcp/essentialcontacts/document_ai_processor_default_version.py +18 -2
- pulumi_gcp/essentialcontacts/document_ai_warehouse_document_schema.py +18 -2
- pulumi_gcp/eventarc/channel.py +18 -2
- pulumi_gcp/eventarc/google_channel_config.py +18 -2
- pulumi_gcp/eventarc/trigger.py +22 -10
- pulumi_gcp/filestore/backup.py +22 -10
- pulumi_gcp/filestore/instance.py +22 -10
- pulumi_gcp/filestore/snapshot.py +22 -10
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/_inputs.py +878 -0
- pulumi_gcp/firebase/android_app.py +18 -2
- pulumi_gcp/firebase/apple_app.py +18 -2
- pulumi_gcp/firebase/database_instance.py +18 -2
- pulumi_gcp/firebase/extensions_instance.py +18 -2
- pulumi_gcp/firebase/hosting_channel.py +22 -10
- pulumi_gcp/firebase/hosting_custom_domain.py +1274 -0
- pulumi_gcp/firebase/hosting_release.py +18 -2
- pulumi_gcp/firebase/hosting_site.py +18 -2
- pulumi_gcp/firebase/hosting_version.py +18 -2
- pulumi_gcp/firebase/outputs.py +905 -0
- pulumi_gcp/firebase/project.py +18 -2
- pulumi_gcp/firebase/storage_bucket.py +18 -2
- pulumi_gcp/firebase/web_app.py +18 -2
- pulumi_gcp/firebaserules/release.py +18 -2
- pulumi_gcp/firebaserules/ruleset.py +18 -2
- pulumi_gcp/firestore/__init__.py +1 -0
- pulumi_gcp/firestore/_inputs.py +35 -2
- pulumi_gcp/firestore/backup_schedule.py +547 -0
- pulumi_gcp/firestore/database.py +24 -4
- pulumi_gcp/firestore/document.py +22 -2
- pulumi_gcp/firestore/field.py +27 -13
- pulumi_gcp/firestore/index.py +140 -21
- pulumi_gcp/firestore/outputs.py +31 -2
- pulumi_gcp/folder/access_approval_settings.py +18 -2
- pulumi_gcp/folder/iam_audit_config.py +10 -58
- pulumi_gcp/folder/iam_member.py +10 -58
- pulumi_gcp/folder/iam_policy.py +10 -58
- pulumi_gcp/folder/organization_policy.py +22 -6
- pulumi_gcp/gkebackup/backup_plan.py +22 -10
- pulumi_gcp/gkebackup/restore_plan.py +22 -10
- pulumi_gcp/gkebackup/restore_plan_iam_binding.py +18 -2
- pulumi_gcp/gkebackup/restore_plan_iam_member.py +18 -2
- pulumi_gcp/gkebackup/restore_plan_iam_policy.py +18 -2
- pulumi_gcp/gkehub/__init__.py +1 -0
- pulumi_gcp/gkehub/_inputs.py +431 -0
- pulumi_gcp/gkehub/feature.py +76 -10
- pulumi_gcp/gkehub/feature_membership.py +22 -2
- pulumi_gcp/gkehub/fleet.py +432 -0
- pulumi_gcp/gkehub/get_membership_iam_policy.py +24 -3
- pulumi_gcp/gkehub/membership.py +120 -16
- pulumi_gcp/gkehub/membership_binding.py +22 -10
- pulumi_gcp/gkehub/membership_iam_binding.py +67 -0
- pulumi_gcp/gkehub/membership_iam_member.py +67 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +67 -0
- pulumi_gcp/gkehub/membership_rbac_role_binding.py +18 -2
- pulumi_gcp/gkehub/namespace.py +22 -10
- pulumi_gcp/gkehub/outputs.py +432 -1
- pulumi_gcp/gkehub/scope.py +22 -10
- pulumi_gcp/gkehub/scope_rbac_role_binding.py +22 -10
- pulumi_gcp/gkeonprem/_inputs.py +17 -31
- pulumi_gcp/gkeonprem/bare_metal_admin_cluster.py +148 -132
- pulumi_gcp/gkeonprem/bare_metal_cluster.py +260 -246
- pulumi_gcp/gkeonprem/bare_metal_node_pool.py +30 -18
- pulumi_gcp/gkeonprem/outputs.py +17 -31
- pulumi_gcp/gkeonprem/v_mware_cluster.py +287 -230
- pulumi_gcp/gkeonprem/v_mware_node_pool.py +30 -18
- pulumi_gcp/healthcare/consent_store.py +22 -10
- pulumi_gcp/healthcare/dataset.py +18 -2
- pulumi_gcp/healthcare/dataset_iam_binding.py +10 -38
- pulumi_gcp/healthcare/dataset_iam_member.py +10 -38
- pulumi_gcp/healthcare/dataset_iam_policy.py +10 -38
- pulumi_gcp/healthcare/dicom_store.py +22 -10
- pulumi_gcp/healthcare/dicom_store_iam_binding.py +10 -30
- pulumi_gcp/healthcare/dicom_store_iam_member.py +10 -30
- pulumi_gcp/healthcare/dicom_store_iam_policy.py +10 -30
- pulumi_gcp/healthcare/fhir_store.py +22 -10
- pulumi_gcp/healthcare/fhir_store_iam_binding.py +10 -30
- pulumi_gcp/healthcare/fhir_store_iam_member.py +10 -30
- pulumi_gcp/healthcare/fhir_store_iam_policy.py +10 -30
- pulumi_gcp/healthcare/hl7_store.py +22 -10
- pulumi_gcp/healthcare/hl7_store_iam_binding.py +10 -30
- pulumi_gcp/healthcare/hl7_store_iam_member.py +10 -30
- pulumi_gcp/healthcare/hl7_store_iam_policy.py +10 -30
- pulumi_gcp/iam/_inputs.py +20 -0
- pulumi_gcp/iam/access_boundary_policy.py +18 -2
- pulumi_gcp/iam/deny_policy.py +18 -2
- pulumi_gcp/iam/outputs.py +20 -0
- pulumi_gcp/iam/workforce_pool.py +18 -2
- pulumi_gcp/iam/workforce_pool_provider.py +18 -2
- pulumi_gcp/iam/workload_identity_pool.py +18 -2
- pulumi_gcp/iam/workload_identity_pool_provider.py +18 -2
- pulumi_gcp/iap/brand.py +18 -2
- pulumi_gcp/iap/client.py +18 -2
- pulumi_gcp/identityplatform/_inputs.py +92 -0
- pulumi_gcp/identityplatform/config.py +91 -5
- pulumi_gcp/identityplatform/default_supported_idp_config.py +18 -2
- pulumi_gcp/identityplatform/inbound_saml_config.py +18 -2
- pulumi_gcp/identityplatform/oauth_idp_config.py +18 -2
- pulumi_gcp/identityplatform/outputs.py +129 -0
- pulumi_gcp/identityplatform/project_default_config.py +18 -2
- pulumi_gcp/identityplatform/tenant.py +18 -2
- pulumi_gcp/identityplatform/tenant_default_supported_idp_config.py +18 -2
- pulumi_gcp/identityplatform/tenant_inbound_saml_config.py +18 -2
- pulumi_gcp/identityplatform/tenant_oauth_idp_config.py +18 -2
- pulumi_gcp/integrationconnectors/__init__.py +10 -0
- pulumi_gcp/integrationconnectors/_inputs.py +2518 -0
- pulumi_gcp/integrationconnectors/connection.py +1921 -0
- pulumi_gcp/integrationconnectors/outputs.py +2780 -0
- pulumi_gcp/kms/crypto_key.py +22 -10
- pulumi_gcp/kms/crypto_key_iam_binding.py +10 -30
- pulumi_gcp/kms/crypto_key_iam_member.py +10 -30
- pulumi_gcp/kms/crypto_key_iam_policy.py +10 -30
- pulumi_gcp/kms/crypto_key_version.py +18 -2
- pulumi_gcp/kms/key_ring.py +18 -2
- pulumi_gcp/kms/key_ring_iam_binding.py +10 -30
- pulumi_gcp/kms/key_ring_iam_member.py +10 -30
- pulumi_gcp/kms/key_ring_iam_policy.py +10 -30
- pulumi_gcp/kms/key_ring_import_job.py +18 -2
- pulumi_gcp/logging/_inputs.py +160 -0
- pulumi_gcp/logging/billing_account_bucket_config.py +61 -26
- pulumi_gcp/logging/billing_account_exclusion.py +20 -4
- pulumi_gcp/logging/billing_account_sink.py +20 -4
- pulumi_gcp/logging/folder_bucket_config.py +75 -4
- pulumi_gcp/logging/folder_exclusion.py +20 -4
- pulumi_gcp/logging/folder_sink.py +20 -4
- pulumi_gcp/logging/linked_dataset.py +18 -2
- pulumi_gcp/logging/log_view.py +18 -2
- pulumi_gcp/logging/metric.py +18 -2
- pulumi_gcp/logging/organization_bucket_config.py +75 -4
- pulumi_gcp/logging/organization_exclusion.py +20 -4
- pulumi_gcp/logging/organization_sink.py +20 -4
- pulumi_gcp/logging/outputs.py +196 -0
- pulumi_gcp/logging/project_bucket_config.py +59 -134
- pulumi_gcp/logging/project_exclusion.py +20 -4
- pulumi_gcp/logging/project_sink.py +95 -18
- pulumi_gcp/looker/instance.py +18 -2
- pulumi_gcp/memcache/instance.py +22 -10
- pulumi_gcp/ml/engine_model.py +22 -10
- pulumi_gcp/monitoring/_inputs.py +127 -13
- pulumi_gcp/monitoring/alert_policy.py +64 -2
- pulumi_gcp/monitoring/custom_service.py +18 -2
- pulumi_gcp/monitoring/dashboard.py +18 -2
- pulumi_gcp/monitoring/generic_service.py +18 -2
- pulumi_gcp/monitoring/group.py +18 -2
- pulumi_gcp/monitoring/metric_descriptor.py +18 -2
- pulumi_gcp/monitoring/monitored_project.py +18 -2
- pulumi_gcp/monitoring/notification_channel.py +18 -2
- pulumi_gcp/monitoring/outputs.py +158 -13
- pulumi_gcp/monitoring/slo.py +18 -2
- pulumi_gcp/monitoring/uptime_check_config.py +92 -9
- pulumi_gcp/networkconnectivity/__init__.py +1 -0
- pulumi_gcp/networkconnectivity/_inputs.py +185 -0
- pulumi_gcp/networkconnectivity/hub.py +22 -10
- pulumi_gcp/networkconnectivity/outputs.py +189 -0
- pulumi_gcp/networkconnectivity/policy_based_route.py +1003 -0
- pulumi_gcp/networkconnectivity/service_connection_policy.py +22 -10
- pulumi_gcp/networkconnectivity/spoke.py +22 -10
- pulumi_gcp/networkmanagement/connectivity_test.py +22 -10
- pulumi_gcp/networksecurity/address_group.py +22 -10
- pulumi_gcp/networksecurity/authorization_policy.py +22 -10
- pulumi_gcp/networksecurity/client_tls_policy.py +22 -10
- pulumi_gcp/networksecurity/gateway_security_policy.py +18 -2
- pulumi_gcp/networksecurity/gateway_security_policy_rule.py +18 -2
- pulumi_gcp/networksecurity/server_tls_policy.py +92 -10
- pulumi_gcp/networksecurity/tls_inspection_policy.py +18 -2
- pulumi_gcp/networksecurity/url_list.py +18 -2
- pulumi_gcp/networkservices/edge_cache_keyset.py +22 -10
- pulumi_gcp/networkservices/edge_cache_origin.py +22 -10
- pulumi_gcp/networkservices/edge_cache_service.py +22 -10
- pulumi_gcp/networkservices/endpoint_policy.py +22 -10
- pulumi_gcp/networkservices/gateway.py +22 -10
- pulumi_gcp/networkservices/grpc_route.py +22 -10
- pulumi_gcp/networkservices/http_route.py +22 -10
- pulumi_gcp/networkservices/mesh.py +22 -10
- pulumi_gcp/networkservices/service_binding.py +22 -10
- pulumi_gcp/networkservices/tcp_route.py +22 -10
- pulumi_gcp/networkservices/tls_route.py +18 -2
- pulumi_gcp/notebooks/environment.py +18 -2
- pulumi_gcp/notebooks/instance.py +22 -10
- pulumi_gcp/notebooks/location.py +18 -2
- pulumi_gcp/notebooks/runtime.py +18 -2
- pulumi_gcp/organizations/access_approval_settings.py +18 -2
- pulumi_gcp/organizations/folder.py +22 -6
- pulumi_gcp/organizations/iam_member.py +10 -58
- pulumi_gcp/organizations/iam_policy.py +10 -58
- pulumi_gcp/organizations/policy.py +22 -4
- pulumi_gcp/organizations/project.py +24 -12
- pulumi_gcp/orgpolicy/custom_constraint.py +50 -22
- pulumi_gcp/orgpolicy/policy.py +18 -2
- pulumi_gcp/osconfig/guest_policies.py +18 -2
- pulumi_gcp/osconfig/os_policy_assignment.py +18 -2
- pulumi_gcp/osconfig/patch_deployment.py +18 -2
- pulumi_gcp/oslogin/ssh_public_key.py +18 -2
- pulumi_gcp/projects/access_approval_settings.py +18 -2
- pulumi_gcp/projects/api_key.py +18 -2
- pulumi_gcp/projects/iam_audit_config.py +10 -58
- pulumi_gcp/projects/iam_binding.py +10 -58
- pulumi_gcp/projects/iam_custom_role.py +18 -2
- pulumi_gcp/projects/iam_member.py +10 -58
- pulumi_gcp/projects/iam_policy.py +10 -58
- pulumi_gcp/projects/organization_policy.py +24 -8
- pulumi_gcp/projects/service.py +22 -4
- pulumi_gcp/projects/usage_export_bucket.py +20 -4
- pulumi_gcp/provider.py +60 -0
- pulumi_gcp/pubsub/__init__.py +4 -0
- pulumi_gcp/pubsub/_inputs.py +80 -0
- pulumi_gcp/pubsub/get_schema_iam_policy.py +147 -0
- pulumi_gcp/pubsub/lite_reservation.py +18 -2
- pulumi_gcp/pubsub/lite_subscription.py +18 -2
- pulumi_gcp/pubsub/lite_topic.py +18 -2
- pulumi_gcp/pubsub/outputs.py +56 -0
- pulumi_gcp/pubsub/schema.py +18 -2
- pulumi_gcp/pubsub/schema_iam_binding.py +601 -0
- pulumi_gcp/pubsub/schema_iam_member.py +601 -0
- pulumi_gcp/pubsub/schema_iam_policy.py +523 -0
- pulumi_gcp/pubsub/subscription.py +22 -10
- pulumi_gcp/pubsub/subscription_iam_binding.py +12 -20
- pulumi_gcp/pubsub/subscription_iam_member.py +12 -20
- pulumi_gcp/pubsub/subscription_iam_policy.py +12 -20
- pulumi_gcp/pubsub/topic.py +36 -17
- pulumi_gcp/recaptcha/enterprise_key.py +22 -10
- pulumi_gcp/redis/cluster.py +42 -18
- pulumi_gcp/redis/instance.py +22 -58
- pulumi_gcp/resourcemanager/lien.py +18 -2
- pulumi_gcp/runtimeconfig/config.py +26 -6
- pulumi_gcp/runtimeconfig/variable.py +26 -6
- pulumi_gcp/secretmanager/__init__.py +1 -0
- pulumi_gcp/secretmanager/get_secrets.py +133 -0
- pulumi_gcp/secretmanager/outputs.py +354 -0
- pulumi_gcp/secretmanager/secret.py +36 -10
- pulumi_gcp/secretmanager/secret_version.py +18 -2
- pulumi_gcp/securitycenter/folder_custom_module.py +18 -2
- pulumi_gcp/securitycenter/instance_iam_binding.py +18 -2
- pulumi_gcp/securitycenter/instance_iam_member.py +18 -2
- pulumi_gcp/securitycenter/instance_iam_policy.py +18 -2
- pulumi_gcp/securitycenter/mute_config.py +18 -2
- pulumi_gcp/securitycenter/notification_config.py +18 -2
- pulumi_gcp/securitycenter/organization_custom_module.py +18 -2
- pulumi_gcp/securitycenter/project_custom_module.py +18 -2
- pulumi_gcp/securitycenter/source.py +18 -2
- pulumi_gcp/securitycenter/source_iam_binding.py +18 -2
- pulumi_gcp/securitycenter/source_iam_member.py +18 -2
- pulumi_gcp/securitycenter/source_iam_policy.py +18 -2
- pulumi_gcp/serviceaccount/account.py +20 -4
- pulumi_gcp/serviceaccount/iam_binding.py +2 -30
- pulumi_gcp/serviceaccount/iam_member.py +2 -30
- pulumi_gcp/serviceaccount/iam_policy.py +2 -30
- pulumi_gcp/servicedirectory/endpoint.py +18 -2
- pulumi_gcp/servicedirectory/namespace.py +22 -10
- pulumi_gcp/servicedirectory/service.py +18 -2
- pulumi_gcp/servicenetworking/connection.py +22 -6
- pulumi_gcp/servicenetworking/peered_dns_domain.py +18 -6
- pulumi_gcp/serviceusage/consumer_quota_override.py +18 -2
- pulumi_gcp/sourcerepo/repository.py +18 -2
- pulumi_gcp/spanner/_inputs.py +142 -0
- pulumi_gcp/spanner/database.py +18 -2
- pulumi_gcp/spanner/database_iam_binding.py +10 -26
- pulumi_gcp/spanner/database_iam_member.py +10 -26
- pulumi_gcp/spanner/database_iam_policy.py +10 -26
- pulumi_gcp/spanner/get_instance.py +12 -1
- pulumi_gcp/spanner/instance.py +99 -10
- pulumi_gcp/spanner/instance_iam_binding.py +10 -26
- pulumi_gcp/spanner/instance_iam_member.py +10 -26
- pulumi_gcp/spanner/instance_iam_policy.py +10 -26
- pulumi_gcp/spanner/outputs.py +236 -0
- pulumi_gcp/sql/_inputs.py +27 -7
- pulumi_gcp/sql/database.py +18 -2
- pulumi_gcp/sql/database_instance.py +24 -8
- pulumi_gcp/sql/outputs.py +41 -9
- pulumi_gcp/sql/source_representation_instance.py +25 -9
- pulumi_gcp/sql/user.py +38 -8
- pulumi_gcp/storage/_inputs.py +59 -1
- pulumi_gcp/storage/bucket.py +69 -6
- pulumi_gcp/storage/bucket_access_control.py +18 -2
- pulumi_gcp/storage/bucket_object.py +47 -0
- pulumi_gcp/storage/default_object_access_control.py +18 -2
- pulumi_gcp/storage/get_bucket.py +11 -1
- pulumi_gcp/storage/get_bucket_object.py +11 -1
- pulumi_gcp/storage/get_bucket_object_content.py +11 -1
- pulumi_gcp/storage/hmac_key.py +18 -2
- pulumi_gcp/storage/insights_report_config.py +18 -2
- pulumi_gcp/storage/notification.py +20 -4
- pulumi_gcp/storage/object_access_control.py +18 -2
- pulumi_gcp/storage/outputs.py +129 -2
- pulumi_gcp/storage/transfer_agent_pool.py +18 -2
- pulumi_gcp/storage/transfer_job.py +20 -4
- pulumi_gcp/tags/location_tag_binding.py +35 -19
- pulumi_gcp/tags/tag_binding.py +18 -2
- pulumi_gcp/tags/tag_key.py +18 -2
- pulumi_gcp/tags/tag_value.py +18 -2
- pulumi_gcp/tpu/_inputs.py +450 -0
- pulumi_gcp/tpu/node.py +22 -10
- pulumi_gcp/tpu/outputs.py +477 -0
- pulumi_gcp/tpu/v2_vm.py +906 -38
- pulumi_gcp/vertex/_inputs.py +39 -0
- pulumi_gcp/vertex/ai_dataset.py +4 -8
- pulumi_gcp/vertex/ai_endpoint.py +22 -10
- pulumi_gcp/vertex/ai_feature_store.py +22 -10
- pulumi_gcp/vertex/ai_feature_store_entity_type.py +22 -10
- pulumi_gcp/vertex/ai_feature_store_entity_type_feature.py +22 -10
- pulumi_gcp/vertex/ai_index.py +22 -10
- pulumi_gcp/vertex/ai_index_endpoint.py +116 -10
- pulumi_gcp/vertex/ai_metadata_store.py +18 -2
- pulumi_gcp/vertex/ai_tensorboard.py +22 -10
- pulumi_gcp/vertex/outputs.py +50 -0
- pulumi_gcp/vmwareengine/cluster.py +18 -2
- pulumi_gcp/vmwareengine/network.py +18 -2
- pulumi_gcp/vmwareengine/private_cloud.py +18 -2
- pulumi_gcp/vpcaccess/connector.py +18 -2
- pulumi_gcp/workflows/workflow.py +159 -11
- pulumi_gcp/workstations/_inputs.py +23 -0
- pulumi_gcp/workstations/outputs.py +19 -0
- pulumi_gcp/workstations/workstation.py +22 -10
- pulumi_gcp/workstations/workstation_cluster.py +142 -10
- pulumi_gcp/workstations/workstation_config.py +24 -12
- {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/RECORD +678 -650
- {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.0.0a1699651384.dist-info → pulumi_gcp-7.1.0.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/outputs.py
CHANGED
@@ -157,6 +157,7 @@ __all__ = [
|
|
157
157
|
'InstanceSchedulingNodeAffinity',
|
158
158
|
'InstanceScratchDisk',
|
159
159
|
'InstanceServiceAccount',
|
160
|
+
'InstanceSettingsMetadata',
|
160
161
|
'InstanceShieldedInstanceConfig',
|
161
162
|
'InstanceTemplateAdvancedMachineFeatures',
|
162
163
|
'InstanceTemplateConfidentialInstanceConfig',
|
@@ -5324,7 +5325,7 @@ class ImageGuestOsFeature(dict):
|
|
5324
5325
|
type: str):
|
5325
5326
|
"""
|
5326
5327
|
:param str type: The type of supported feature. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
|
5327
|
-
Possible values are: `MULTI_IP_SUBNET`, `SECURE_BOOT`, `SEV_CAPABLE`, `UEFI_COMPATIBLE`, `VIRTIO_SCSI_MULTIQUEUE`, `WINDOWS`, `GVNIC`, `SEV_LIVE_MIGRATABLE`, `SEV_SNP_CAPABLE`, `SUSPEND_RESUME_COMPATIBLE`, `TDX_CAPABLE`.
|
5328
|
+
Possible values are: `MULTI_IP_SUBNET`, `SECURE_BOOT`, `SEV_CAPABLE`, `UEFI_COMPATIBLE`, `VIRTIO_SCSI_MULTIQUEUE`, `WINDOWS`, `GVNIC`, `SEV_LIVE_MIGRATABLE`, `SEV_SNP_CAPABLE`, `SUSPEND_RESUME_COMPATIBLE`, `TDX_CAPABLE`, `SEV_LIVE_MIGRATABLE_V2`.
|
5328
5329
|
"""
|
5329
5330
|
pulumi.set(__self__, "type", type)
|
5330
5331
|
|
@@ -5333,7 +5334,7 @@ class ImageGuestOsFeature(dict):
|
|
5333
5334
|
def type(self) -> str:
|
5334
5335
|
"""
|
5335
5336
|
The type of supported feature. Read [Enabling guest operating system features](https://cloud.google.com/compute/docs/images/create-delete-deprecate-private-images#guest-os-features) to see a list of available options.
|
5336
|
-
Possible values are: `MULTI_IP_SUBNET`, `SECURE_BOOT`, `SEV_CAPABLE`, `UEFI_COMPATIBLE`, `VIRTIO_SCSI_MULTIQUEUE`, `WINDOWS`, `GVNIC`, `SEV_LIVE_MIGRATABLE`, `SEV_SNP_CAPABLE`, `SUSPEND_RESUME_COMPATIBLE`, `TDX_CAPABLE`.
|
5337
|
+
Possible values are: `MULTI_IP_SUBNET`, `SECURE_BOOT`, `SEV_CAPABLE`, `UEFI_COMPATIBLE`, `VIRTIO_SCSI_MULTIQUEUE`, `WINDOWS`, `GVNIC`, `SEV_LIVE_MIGRATABLE`, `SEV_SNP_CAPABLE`, `SUSPEND_RESUME_COMPATIBLE`, `TDX_CAPABLE`, `SEV_LIVE_MIGRATABLE_V2`.
|
5337
5338
|
"""
|
5338
5339
|
return pulumi.get(self, "type")
|
5339
5340
|
|
@@ -5903,7 +5904,9 @@ class InstanceBootDiskInitializeParams(dict):
|
|
5903
5904
|
@staticmethod
|
5904
5905
|
def __key_warning(key: str):
|
5905
5906
|
suggest = None
|
5906
|
-
if key == "
|
5907
|
+
if key == "enableConfidentialCompute":
|
5908
|
+
suggest = "enable_confidential_compute"
|
5909
|
+
elif key == "resourceManagerTags":
|
5907
5910
|
suggest = "resource_manager_tags"
|
5908
5911
|
|
5909
5912
|
if suggest:
|
@@ -5918,12 +5921,14 @@ class InstanceBootDiskInitializeParams(dict):
|
|
5918
5921
|
return super().get(key, default)
|
5919
5922
|
|
5920
5923
|
def __init__(__self__, *,
|
5924
|
+
enable_confidential_compute: Optional[bool] = None,
|
5921
5925
|
image: Optional[str] = None,
|
5922
5926
|
labels: Optional[Mapping[str, Any]] = None,
|
5923
5927
|
resource_manager_tags: Optional[Mapping[str, Any]] = None,
|
5924
5928
|
size: Optional[int] = None,
|
5925
5929
|
type: Optional[str] = None):
|
5926
5930
|
"""
|
5931
|
+
:param bool enable_confidential_compute: Defines whether the instance should have confidential compute enabled. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
5927
5932
|
:param str image: The image from which to initialize this disk. This can be
|
5928
5933
|
one of: the image's `self_link`, `projects/{project}/global/images/{image}`,
|
5929
5934
|
`projects/{project}/global/images/family/{family}`, `global/images/{image}`,
|
@@ -5939,6 +5944,8 @@ class InstanceBootDiskInitializeParams(dict):
|
|
5939
5944
|
will inherit the size of its base image.
|
5940
5945
|
:param str type: The GCE disk type. Such as pd-standard, pd-balanced or pd-ssd.
|
5941
5946
|
"""
|
5947
|
+
if enable_confidential_compute is not None:
|
5948
|
+
pulumi.set(__self__, "enable_confidential_compute", enable_confidential_compute)
|
5942
5949
|
if image is not None:
|
5943
5950
|
pulumi.set(__self__, "image", image)
|
5944
5951
|
if labels is not None:
|
@@ -5950,6 +5957,14 @@ class InstanceBootDiskInitializeParams(dict):
|
|
5950
5957
|
if type is not None:
|
5951
5958
|
pulumi.set(__self__, "type", type)
|
5952
5959
|
|
5960
|
+
@property
|
5961
|
+
@pulumi.getter(name="enableConfidentialCompute")
|
5962
|
+
def enable_confidential_compute(self) -> Optional[bool]:
|
5963
|
+
"""
|
5964
|
+
Defines whether the instance should have confidential compute enabled. `on_host_maintenance` has to be set to TERMINATE or this will fail to create the VM.
|
5965
|
+
"""
|
5966
|
+
return pulumi.get(self, "enable_confidential_compute")
|
5967
|
+
|
5953
5968
|
@property
|
5954
5969
|
@pulumi.getter
|
5955
5970
|
def image(self) -> Optional[str]:
|
@@ -6259,7 +6274,9 @@ class InstanceFromMachineImageBootDiskInitializeParams(dict):
|
|
6259
6274
|
@staticmethod
|
6260
6275
|
def __key_warning(key: str):
|
6261
6276
|
suggest = None
|
6262
|
-
if key == "
|
6277
|
+
if key == "enableConfidentialCompute":
|
6278
|
+
suggest = "enable_confidential_compute"
|
6279
|
+
elif key == "resourceManagerTags":
|
6263
6280
|
suggest = "resource_manager_tags"
|
6264
6281
|
|
6265
6282
|
if suggest:
|
@@ -6274,11 +6291,14 @@ class InstanceFromMachineImageBootDiskInitializeParams(dict):
|
|
6274
6291
|
return super().get(key, default)
|
6275
6292
|
|
6276
6293
|
def __init__(__self__, *,
|
6294
|
+
enable_confidential_compute: Optional[bool] = None,
|
6277
6295
|
image: Optional[str] = None,
|
6278
6296
|
labels: Optional[Mapping[str, Any]] = None,
|
6279
6297
|
resource_manager_tags: Optional[Mapping[str, Any]] = None,
|
6280
6298
|
size: Optional[int] = None,
|
6281
6299
|
type: Optional[str] = None):
|
6300
|
+
if enable_confidential_compute is not None:
|
6301
|
+
pulumi.set(__self__, "enable_confidential_compute", enable_confidential_compute)
|
6282
6302
|
if image is not None:
|
6283
6303
|
pulumi.set(__self__, "image", image)
|
6284
6304
|
if labels is not None:
|
@@ -6290,6 +6310,11 @@ class InstanceFromMachineImageBootDiskInitializeParams(dict):
|
|
6290
6310
|
if type is not None:
|
6291
6311
|
pulumi.set(__self__, "type", type)
|
6292
6312
|
|
6313
|
+
@property
|
6314
|
+
@pulumi.getter(name="enableConfidentialCompute")
|
6315
|
+
def enable_confidential_compute(self) -> Optional[bool]:
|
6316
|
+
return pulumi.get(self, "enable_confidential_compute")
|
6317
|
+
|
6293
6318
|
@property
|
6294
6319
|
@pulumi.getter
|
6295
6320
|
def image(self) -> Optional[str]:
|
@@ -7031,10 +7056,30 @@ class InstanceFromMachineImageSchedulingNodeAffinity(dict):
|
|
7031
7056
|
|
7032
7057
|
@pulumi.output_type
|
7033
7058
|
class InstanceFromMachineImageScratchDisk(dict):
|
7059
|
+
@staticmethod
|
7060
|
+
def __key_warning(key: str):
|
7061
|
+
suggest = None
|
7062
|
+
if key == "deviceName":
|
7063
|
+
suggest = "device_name"
|
7064
|
+
|
7065
|
+
if suggest:
|
7066
|
+
pulumi.log.warn(f"Key '{key}' not found in InstanceFromMachineImageScratchDisk. Access the value via the '{suggest}' property getter instead.")
|
7067
|
+
|
7068
|
+
def __getitem__(self, key: str) -> Any:
|
7069
|
+
InstanceFromMachineImageScratchDisk.__key_warning(key)
|
7070
|
+
return super().__getitem__(key)
|
7071
|
+
|
7072
|
+
def get(self, key: str, default = None) -> Any:
|
7073
|
+
InstanceFromMachineImageScratchDisk.__key_warning(key)
|
7074
|
+
return super().get(key, default)
|
7075
|
+
|
7034
7076
|
def __init__(__self__, *,
|
7035
7077
|
interface: str,
|
7078
|
+
device_name: Optional[str] = None,
|
7036
7079
|
size: Optional[int] = None):
|
7037
7080
|
pulumi.set(__self__, "interface", interface)
|
7081
|
+
if device_name is not None:
|
7082
|
+
pulumi.set(__self__, "device_name", device_name)
|
7038
7083
|
if size is not None:
|
7039
7084
|
pulumi.set(__self__, "size", size)
|
7040
7085
|
|
@@ -7043,6 +7088,11 @@ class InstanceFromMachineImageScratchDisk(dict):
|
|
7043
7088
|
def interface(self) -> str:
|
7044
7089
|
return pulumi.get(self, "interface")
|
7045
7090
|
|
7091
|
+
@property
|
7092
|
+
@pulumi.getter(name="deviceName")
|
7093
|
+
def device_name(self) -> Optional[str]:
|
7094
|
+
return pulumi.get(self, "device_name")
|
7095
|
+
|
7046
7096
|
@property
|
7047
7097
|
@pulumi.getter
|
7048
7098
|
def size(self) -> Optional[int]:
|
@@ -7345,7 +7395,9 @@ class InstanceFromTemplateBootDiskInitializeParams(dict):
|
|
7345
7395
|
@staticmethod
|
7346
7396
|
def __key_warning(key: str):
|
7347
7397
|
suggest = None
|
7348
|
-
if key == "
|
7398
|
+
if key == "enableConfidentialCompute":
|
7399
|
+
suggest = "enable_confidential_compute"
|
7400
|
+
elif key == "resourceManagerTags":
|
7349
7401
|
suggest = "resource_manager_tags"
|
7350
7402
|
|
7351
7403
|
if suggest:
|
@@ -7360,11 +7412,14 @@ class InstanceFromTemplateBootDiskInitializeParams(dict):
|
|
7360
7412
|
return super().get(key, default)
|
7361
7413
|
|
7362
7414
|
def __init__(__self__, *,
|
7415
|
+
enable_confidential_compute: Optional[bool] = None,
|
7363
7416
|
image: Optional[str] = None,
|
7364
7417
|
labels: Optional[Mapping[str, Any]] = None,
|
7365
7418
|
resource_manager_tags: Optional[Mapping[str, Any]] = None,
|
7366
7419
|
size: Optional[int] = None,
|
7367
7420
|
type: Optional[str] = None):
|
7421
|
+
if enable_confidential_compute is not None:
|
7422
|
+
pulumi.set(__self__, "enable_confidential_compute", enable_confidential_compute)
|
7368
7423
|
if image is not None:
|
7369
7424
|
pulumi.set(__self__, "image", image)
|
7370
7425
|
if labels is not None:
|
@@ -7376,6 +7431,11 @@ class InstanceFromTemplateBootDiskInitializeParams(dict):
|
|
7376
7431
|
if type is not None:
|
7377
7432
|
pulumi.set(__self__, "type", type)
|
7378
7433
|
|
7434
|
+
@property
|
7435
|
+
@pulumi.getter(name="enableConfidentialCompute")
|
7436
|
+
def enable_confidential_compute(self) -> Optional[bool]:
|
7437
|
+
return pulumi.get(self, "enable_confidential_compute")
|
7438
|
+
|
7379
7439
|
@property
|
7380
7440
|
@pulumi.getter
|
7381
7441
|
def image(self) -> Optional[str]:
|
@@ -8117,10 +8177,30 @@ class InstanceFromTemplateSchedulingNodeAffinity(dict):
|
|
8117
8177
|
|
8118
8178
|
@pulumi.output_type
|
8119
8179
|
class InstanceFromTemplateScratchDisk(dict):
|
8180
|
+
@staticmethod
|
8181
|
+
def __key_warning(key: str):
|
8182
|
+
suggest = None
|
8183
|
+
if key == "deviceName":
|
8184
|
+
suggest = "device_name"
|
8185
|
+
|
8186
|
+
if suggest:
|
8187
|
+
pulumi.log.warn(f"Key '{key}' not found in InstanceFromTemplateScratchDisk. Access the value via the '{suggest}' property getter instead.")
|
8188
|
+
|
8189
|
+
def __getitem__(self, key: str) -> Any:
|
8190
|
+
InstanceFromTemplateScratchDisk.__key_warning(key)
|
8191
|
+
return super().__getitem__(key)
|
8192
|
+
|
8193
|
+
def get(self, key: str, default = None) -> Any:
|
8194
|
+
InstanceFromTemplateScratchDisk.__key_warning(key)
|
8195
|
+
return super().get(key, default)
|
8196
|
+
|
8120
8197
|
def __init__(__self__, *,
|
8121
8198
|
interface: str,
|
8199
|
+
device_name: Optional[str] = None,
|
8122
8200
|
size: Optional[int] = None):
|
8123
8201
|
pulumi.set(__self__, "interface", interface)
|
8202
|
+
if device_name is not None:
|
8203
|
+
pulumi.set(__self__, "device_name", device_name)
|
8124
8204
|
if size is not None:
|
8125
8205
|
pulumi.set(__self__, "size", size)
|
8126
8206
|
|
@@ -8129,6 +8209,11 @@ class InstanceFromTemplateScratchDisk(dict):
|
|
8129
8209
|
def interface(self) -> str:
|
8130
8210
|
return pulumi.get(self, "interface")
|
8131
8211
|
|
8212
|
+
@property
|
8213
|
+
@pulumi.getter(name="deviceName")
|
8214
|
+
def device_name(self) -> Optional[str]:
|
8215
|
+
return pulumi.get(self, "device_name")
|
8216
|
+
|
8132
8217
|
@property
|
8133
8218
|
@pulumi.getter
|
8134
8219
|
def size(self) -> Optional[int]:
|
@@ -10074,15 +10159,37 @@ class InstanceSchedulingNodeAffinity(dict):
|
|
10074
10159
|
|
10075
10160
|
@pulumi.output_type
|
10076
10161
|
class InstanceScratchDisk(dict):
|
10162
|
+
@staticmethod
|
10163
|
+
def __key_warning(key: str):
|
10164
|
+
suggest = None
|
10165
|
+
if key == "deviceName":
|
10166
|
+
suggest = "device_name"
|
10167
|
+
|
10168
|
+
if suggest:
|
10169
|
+
pulumi.log.warn(f"Key '{key}' not found in InstanceScratchDisk. Access the value via the '{suggest}' property getter instead.")
|
10170
|
+
|
10171
|
+
def __getitem__(self, key: str) -> Any:
|
10172
|
+
InstanceScratchDisk.__key_warning(key)
|
10173
|
+
return super().__getitem__(key)
|
10174
|
+
|
10175
|
+
def get(self, key: str, default = None) -> Any:
|
10176
|
+
InstanceScratchDisk.__key_warning(key)
|
10177
|
+
return super().get(key, default)
|
10178
|
+
|
10077
10179
|
def __init__(__self__, *,
|
10078
10180
|
interface: str,
|
10181
|
+
device_name: Optional[str] = None,
|
10079
10182
|
size: Optional[int] = None):
|
10080
10183
|
"""
|
10081
10184
|
:param str interface: The disk interface to use for attaching this disk; either SCSI or NVME.
|
10185
|
+
:param str device_name: Name with which the attached disk will be accessible
|
10186
|
+
under `/dev/disk/by-id/google-*`
|
10082
10187
|
:param int size: The size of the image in gigabytes. If not specified, it
|
10083
10188
|
will inherit the size of its base image.
|
10084
10189
|
"""
|
10085
10190
|
pulumi.set(__self__, "interface", interface)
|
10191
|
+
if device_name is not None:
|
10192
|
+
pulumi.set(__self__, "device_name", device_name)
|
10086
10193
|
if size is not None:
|
10087
10194
|
pulumi.set(__self__, "size", size)
|
10088
10195
|
|
@@ -10094,6 +10201,15 @@ class InstanceScratchDisk(dict):
|
|
10094
10201
|
"""
|
10095
10202
|
return pulumi.get(self, "interface")
|
10096
10203
|
|
10204
|
+
@property
|
10205
|
+
@pulumi.getter(name="deviceName")
|
10206
|
+
def device_name(self) -> Optional[str]:
|
10207
|
+
"""
|
10208
|
+
Name with which the attached disk will be accessible
|
10209
|
+
under `/dev/disk/by-id/google-*`
|
10210
|
+
"""
|
10211
|
+
return pulumi.get(self, "device_name")
|
10212
|
+
|
10097
10213
|
@property
|
10098
10214
|
@pulumi.getter
|
10099
10215
|
def size(self) -> Optional[int]:
|
@@ -10142,6 +10258,25 @@ class InstanceServiceAccount(dict):
|
|
10142
10258
|
return pulumi.get(self, "email")
|
10143
10259
|
|
10144
10260
|
|
10261
|
+
@pulumi.output_type
|
10262
|
+
class InstanceSettingsMetadata(dict):
|
10263
|
+
def __init__(__self__, *,
|
10264
|
+
items: Optional[Mapping[str, str]] = None):
|
10265
|
+
"""
|
10266
|
+
:param Mapping[str, str] items: A metadata key/value items map. The total size of all keys and values must be less than 512KB
|
10267
|
+
"""
|
10268
|
+
if items is not None:
|
10269
|
+
pulumi.set(__self__, "items", items)
|
10270
|
+
|
10271
|
+
@property
|
10272
|
+
@pulumi.getter
|
10273
|
+
def items(self) -> Optional[Mapping[str, str]]:
|
10274
|
+
"""
|
10275
|
+
A metadata key/value items map. The total size of all keys and values must be less than 512KB
|
10276
|
+
"""
|
10277
|
+
return pulumi.get(self, "items")
|
10278
|
+
|
10279
|
+
|
10145
10280
|
@pulumi.output_type
|
10146
10281
|
class InstanceShieldedInstanceConfig(dict):
|
10147
10282
|
@staticmethod
|
@@ -10403,6 +10538,10 @@ class InstanceTemplateDisk(dict):
|
|
10403
10538
|
:param str mode: The mode in which to attach this disk, either READ_WRITE
|
10404
10539
|
or READ_ONLY. If you are attaching or creating a boot disk, this must
|
10405
10540
|
read-write mode.
|
10541
|
+
:param int provisioned_iops: Indicates how many IOPS to provision for the disk. This
|
10542
|
+
sets the number of I/O operations per second that the disk can handle.
|
10543
|
+
Values must be between 10,000 and 120,000. For more details, see the
|
10544
|
+
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
10406
10545
|
:param str resource_policies: - A list (short name or id) of resource policies to attach to this disk for automatic snapshot creations. Currently a max of 1 resource policy is supported.
|
10407
10546
|
:param str source: The name (**not self_link**)
|
10408
10547
|
of the disk (such as those managed by `compute.Disk`) to attach.
|
@@ -10571,6 +10710,12 @@ class InstanceTemplateDisk(dict):
|
|
10571
10710
|
@property
|
10572
10711
|
@pulumi.getter(name="provisionedIops")
|
10573
10712
|
def provisioned_iops(self) -> Optional[int]:
|
10713
|
+
"""
|
10714
|
+
Indicates how many IOPS to provision for the disk. This
|
10715
|
+
sets the number of I/O operations per second that the disk can handle.
|
10716
|
+
Values must be between 10,000 and 120,000. For more details, see the
|
10717
|
+
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
10718
|
+
"""
|
10574
10719
|
return pulumi.get(self, "provisioned_iops")
|
10575
10720
|
|
10576
10721
|
@property
|
@@ -10900,6 +11045,7 @@ class InstanceTemplateNetworkInterface(dict):
|
|
10900
11045
|
:param str network: The name or self_link of the network to attach this interface to.
|
10901
11046
|
Use `network` attribute for Legacy or Auto subnetted networks and
|
10902
11047
|
`subnetwork` for custom subnetted networks.
|
11048
|
+
:param str network_attachment: ) The URL of the network attachment that this interface should connect to in the following format: projects/{projectNumber}/regions/{region_name}/networkAttachments/{network_attachment_name}.
|
10903
11049
|
:param str network_ip: The private IP address to assign to the instance. If
|
10904
11050
|
empty, the address will be automatically assigned.
|
10905
11051
|
:param str nic_type: The type of vNIC to be used on this interface. Possible values: GVNIC, VIRTIO_NET.
|
@@ -11012,6 +11158,9 @@ class InstanceTemplateNetworkInterface(dict):
|
|
11012
11158
|
@property
|
11013
11159
|
@pulumi.getter(name="networkAttachment")
|
11014
11160
|
def network_attachment(self) -> Optional[str]:
|
11161
|
+
"""
|
11162
|
+
) The URL of the network attachment that this interface should connect to in the following format: projects/{projectNumber}/regions/{region_name}/networkAttachments/{network_attachment_name}.
|
11163
|
+
"""
|
11015
11164
|
return pulumi.get(self, "network_attachment")
|
11016
11165
|
|
11017
11166
|
@property
|
@@ -11449,7 +11598,7 @@ class InstanceTemplateScheduling(dict):
|
|
11449
11598
|
:param bool preemptible: Allows instance to be preempted. This defaults to
|
11450
11599
|
false. Read more on this
|
11451
11600
|
[here](https://cloud.google.com/compute/docs/instances/preemptible).
|
11452
|
-
:param str provisioning_model: Describe the type of preemptible VM. This field accepts the value `STANDARD` or `SPOT`. If the value is `STANDARD`, there will be no discount. If this is set to `SPOT`,
|
11601
|
+
:param str provisioning_model: Describe the type of preemptible VM. This field accepts the value `STANDARD` or `SPOT`. If the value is `STANDARD`, there will be no discount. If this is set to `SPOT`,
|
11453
11602
|
`preemptible` should be `true` and `automatic_restart` should be
|
11454
11603
|
`false`. For more info about
|
11455
11604
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
@@ -11552,7 +11701,7 @@ class InstanceTemplateScheduling(dict):
|
|
11552
11701
|
@pulumi.getter(name="provisioningModel")
|
11553
11702
|
def provisioning_model(self) -> Optional[str]:
|
11554
11703
|
"""
|
11555
|
-
Describe the type of preemptible VM. This field accepts the value `STANDARD` or `SPOT`. If the value is `STANDARD`, there will be no discount. If this is set to `SPOT`,
|
11704
|
+
Describe the type of preemptible VM. This field accepts the value `STANDARD` or `SPOT`. If the value is `STANDARD`, there will be no discount. If this is set to `SPOT`,
|
11556
11705
|
`preemptible` should be `true` and `automatic_restart` should be
|
11557
11706
|
`false`. For more info about
|
11558
11707
|
`SPOT`, read [here](https://cloud.google.com/compute/docs/instances/spot)
|
@@ -13243,6 +13392,10 @@ class PerInstanceConfigPreservedState(dict):
|
|
13243
13392
|
"""
|
13244
13393
|
:param Sequence['PerInstanceConfigPreservedStateDiskArgs'] disks: Stateful disks for the instance.
|
13245
13394
|
Structure is documented below.
|
13395
|
+
:param Sequence['PerInstanceConfigPreservedStateExternalIpArgs'] external_ips: Preserved external IPs defined for this instance. This map is keyed with the name of the network interface.
|
13396
|
+
Structure is documented below.
|
13397
|
+
:param Sequence['PerInstanceConfigPreservedStateInternalIpArgs'] internal_ips: Preserved internal IPs defined for this instance. This map is keyed with the name of the network interface.
|
13398
|
+
Structure is documented below.
|
13246
13399
|
:param Mapping[str, str] metadata: Preserved metadata defined for this instance. This is a list of key->value pairs.
|
13247
13400
|
"""
|
13248
13401
|
if disks is not None:
|
@@ -13266,11 +13419,19 @@ class PerInstanceConfigPreservedState(dict):
|
|
13266
13419
|
@property
|
13267
13420
|
@pulumi.getter(name="externalIps")
|
13268
13421
|
def external_ips(self) -> Optional[Sequence['outputs.PerInstanceConfigPreservedStateExternalIp']]:
|
13422
|
+
"""
|
13423
|
+
Preserved external IPs defined for this instance. This map is keyed with the name of the network interface.
|
13424
|
+
Structure is documented below.
|
13425
|
+
"""
|
13269
13426
|
return pulumi.get(self, "external_ips")
|
13270
13427
|
|
13271
13428
|
@property
|
13272
13429
|
@pulumi.getter(name="internalIps")
|
13273
13430
|
def internal_ips(self) -> Optional[Sequence['outputs.PerInstanceConfigPreservedStateInternalIp']]:
|
13431
|
+
"""
|
13432
|
+
Preserved internal IPs defined for this instance. This map is keyed with the name of the network interface.
|
13433
|
+
Structure is documented below.
|
13434
|
+
"""
|
13274
13435
|
return pulumi.get(self, "internal_ips")
|
13275
13436
|
|
13276
13437
|
@property
|
@@ -18118,6 +18279,10 @@ class RegionInstanceTemplateDisk(dict):
|
|
18118
18279
|
:param str mode: The mode in which to attach this disk, either READ_WRITE
|
18119
18280
|
or READ_ONLY. If you are attaching or creating a boot disk, this must
|
18120
18281
|
read-write mode.
|
18282
|
+
:param int provisioned_iops: Indicates how many IOPS to provision for the disk. This
|
18283
|
+
sets the number of I/O operations per second that the disk can handle.
|
18284
|
+
Values must be between 10,000 and 120,000. For more details, see the
|
18285
|
+
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
18121
18286
|
:param str resource_policies: - A list (short name or id) of resource policies to attach to this disk for automatic snapshot creations. Currently a max of 1 resource policy is supported.
|
18122
18287
|
:param str source: The name (**not self_link**)
|
18123
18288
|
of the disk (such as those managed by `compute.Disk`) to attach.
|
@@ -18286,6 +18451,12 @@ class RegionInstanceTemplateDisk(dict):
|
|
18286
18451
|
@property
|
18287
18452
|
@pulumi.getter(name="provisionedIops")
|
18288
18453
|
def provisioned_iops(self) -> Optional[int]:
|
18454
|
+
"""
|
18455
|
+
Indicates how many IOPS to provision for the disk. This
|
18456
|
+
sets the number of I/O operations per second that the disk can handle.
|
18457
|
+
Values must be between 10,000 and 120,000. For more details, see the
|
18458
|
+
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
18459
|
+
"""
|
18289
18460
|
return pulumi.get(self, "provisioned_iops")
|
18290
18461
|
|
18291
18462
|
@property
|
@@ -20121,6 +20292,10 @@ class RegionPerInstanceConfigPreservedState(dict):
|
|
20121
20292
|
"""
|
20122
20293
|
:param Sequence['RegionPerInstanceConfigPreservedStateDiskArgs'] disks: Stateful disks for the instance.
|
20123
20294
|
Structure is documented below.
|
20295
|
+
:param Sequence['RegionPerInstanceConfigPreservedStateExternalIpArgs'] external_ips: Preserved external IPs defined for this instance. This map is keyed with the name of the network interface.
|
20296
|
+
Structure is documented below.
|
20297
|
+
:param Sequence['RegionPerInstanceConfigPreservedStateInternalIpArgs'] internal_ips: Preserved internal IPs defined for this instance. This map is keyed with the name of the network interface.
|
20298
|
+
Structure is documented below.
|
20124
20299
|
:param Mapping[str, str] metadata: Preserved metadata defined for this instance. This is a list of key->value pairs.
|
20125
20300
|
"""
|
20126
20301
|
if disks is not None:
|
@@ -20144,11 +20319,19 @@ class RegionPerInstanceConfigPreservedState(dict):
|
|
20144
20319
|
@property
|
20145
20320
|
@pulumi.getter(name="externalIps")
|
20146
20321
|
def external_ips(self) -> Optional[Sequence['outputs.RegionPerInstanceConfigPreservedStateExternalIp']]:
|
20322
|
+
"""
|
20323
|
+
Preserved external IPs defined for this instance. This map is keyed with the name of the network interface.
|
20324
|
+
Structure is documented below.
|
20325
|
+
"""
|
20147
20326
|
return pulumi.get(self, "external_ips")
|
20148
20327
|
|
20149
20328
|
@property
|
20150
20329
|
@pulumi.getter(name="internalIps")
|
20151
20330
|
def internal_ips(self) -> Optional[Sequence['outputs.RegionPerInstanceConfigPreservedStateInternalIp']]:
|
20331
|
+
"""
|
20332
|
+
Preserved internal IPs defined for this instance. This map is keyed with the name of the network interface.
|
20333
|
+
Structure is documented below.
|
20334
|
+
"""
|
20152
20335
|
return pulumi.get(self, "internal_ips")
|
20153
20336
|
|
20154
20337
|
@property
|
@@ -37990,6 +38173,7 @@ class GetInstanceBootDiskResult(dict):
|
|
37990
38173
|
@pulumi.output_type
|
37991
38174
|
class GetInstanceBootDiskInitializeParamResult(dict):
|
37992
38175
|
def __init__(__self__, *,
|
38176
|
+
enable_confidential_compute: bool,
|
37993
38177
|
image: str,
|
37994
38178
|
labels: Mapping[str, Any],
|
37995
38179
|
resource_manager_tags: Mapping[str, Any],
|
@@ -38001,12 +38185,18 @@ class GetInstanceBootDiskInitializeParamResult(dict):
|
|
38001
38185
|
:param int size: The size of the image in gigabytes.
|
38002
38186
|
:param str type: The accelerator type resource exposed to this instance. E.g. `nvidia-tesla-k80`.
|
38003
38187
|
"""
|
38188
|
+
pulumi.set(__self__, "enable_confidential_compute", enable_confidential_compute)
|
38004
38189
|
pulumi.set(__self__, "image", image)
|
38005
38190
|
pulumi.set(__self__, "labels", labels)
|
38006
38191
|
pulumi.set(__self__, "resource_manager_tags", resource_manager_tags)
|
38007
38192
|
pulumi.set(__self__, "size", size)
|
38008
38193
|
pulumi.set(__self__, "type", type)
|
38009
38194
|
|
38195
|
+
@property
|
38196
|
+
@pulumi.getter(name="enableConfidentialCompute")
|
38197
|
+
def enable_confidential_compute(self) -> bool:
|
38198
|
+
return pulumi.get(self, "enable_confidential_compute")
|
38199
|
+
|
38010
38200
|
@property
|
38011
38201
|
@pulumi.getter
|
38012
38202
|
def image(self) -> str:
|
@@ -38986,15 +39176,28 @@ class GetInstanceSchedulingNodeAffinityResult(dict):
|
|
38986
39176
|
@pulumi.output_type
|
38987
39177
|
class GetInstanceScratchDiskResult(dict):
|
38988
39178
|
def __init__(__self__, *,
|
39179
|
+
device_name: str,
|
38989
39180
|
interface: str,
|
38990
39181
|
size: int):
|
38991
39182
|
"""
|
39183
|
+
:param str device_name: Name with which the attached disk is accessible
|
39184
|
+
under `/dev/disk/by-id/`
|
38992
39185
|
:param str interface: The disk interface used for attaching this disk. One of `SCSI` or `NVME`.
|
38993
39186
|
:param int size: The size of the image in gigabytes.
|
38994
39187
|
"""
|
39188
|
+
pulumi.set(__self__, "device_name", device_name)
|
38995
39189
|
pulumi.set(__self__, "interface", interface)
|
38996
39190
|
pulumi.set(__self__, "size", size)
|
38997
39191
|
|
39192
|
+
@property
|
39193
|
+
@pulumi.getter(name="deviceName")
|
39194
|
+
def device_name(self) -> str:
|
39195
|
+
"""
|
39196
|
+
Name with which the attached disk is accessible
|
39197
|
+
under `/dev/disk/by-id/`
|
39198
|
+
"""
|
39199
|
+
return pulumi.get(self, "device_name")
|
39200
|
+
|
38998
39201
|
@property
|
38999
39202
|
@pulumi.getter
|
39000
39203
|
def interface(self) -> str:
|
@@ -39170,6 +39373,10 @@ class GetInstanceTemplateDiskResult(dict):
|
|
39170
39373
|
:param str mode: The mode in which to attach this disk, either READ_WRITE
|
39171
39374
|
or READ_ONLY. If you are attaching or creating a boot disk, this must
|
39172
39375
|
read-write mode.
|
39376
|
+
:param int provisioned_iops: Indicates how many IOPS to provision for the disk. This
|
39377
|
+
sets the number of I/O operations per second that the disk can handle.
|
39378
|
+
Values must be between 10,000 and 120,000. For more details, see the
|
39379
|
+
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
39173
39380
|
:param Sequence[str] resource_policies: (Optional) -- A list of short names of resource policies to attach to this disk for automatic snapshot creations. Currently a max of 1 resource policy is supported.
|
39174
39381
|
:param str source: The name (**not self_link**)
|
39175
39382
|
of the disk (such as those managed by `compute.Disk`) to attach.
|
@@ -39298,6 +39505,12 @@ class GetInstanceTemplateDiskResult(dict):
|
|
39298
39505
|
@property
|
39299
39506
|
@pulumi.getter(name="provisionedIops")
|
39300
39507
|
def provisioned_iops(self) -> int:
|
39508
|
+
"""
|
39509
|
+
Indicates how many IOPS to provision for the disk. This
|
39510
|
+
sets the number of I/O operations per second that the disk can handle.
|
39511
|
+
Values must be between 10,000 and 120,000. For more details, see the
|
39512
|
+
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
39513
|
+
"""
|
39301
39514
|
return pulumi.get(self, "provisioned_iops")
|
39302
39515
|
|
39303
39516
|
@property
|
@@ -40252,6 +40465,10 @@ class GetRegionInstanceTemplateDiskResult(dict):
|
|
40252
40465
|
:param str mode: The mode in which to attach this disk, either READ_WRITE
|
40253
40466
|
or READ_ONLY. If you are attaching or creating a boot disk, this must
|
40254
40467
|
read-write mode.
|
40468
|
+
:param int provisioned_iops: Indicates how many IOPS to provision for the disk. This
|
40469
|
+
sets the number of I/O operations per second that the disk can handle.
|
40470
|
+
Values must be between 10,000 and 120,000. For more details, see the
|
40471
|
+
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
40255
40472
|
:param Sequence[str] resource_policies: (Optional) -- A list of short names of resource policies to attach to this disk for automatic snapshot creations. Currently a max of 1 resource policy is supported.
|
40256
40473
|
:param str source: The name (**not self_link**)
|
40257
40474
|
of the disk (such as those managed by `compute.Disk`) to attach.
|
@@ -40380,6 +40597,12 @@ class GetRegionInstanceTemplateDiskResult(dict):
|
|
40380
40597
|
@property
|
40381
40598
|
@pulumi.getter(name="provisionedIops")
|
40382
40599
|
def provisioned_iops(self) -> int:
|
40600
|
+
"""
|
40601
|
+
Indicates how many IOPS to provision for the disk. This
|
40602
|
+
sets the number of I/O operations per second that the disk can handle.
|
40603
|
+
Values must be between 10,000 and 120,000. For more details, see the
|
40604
|
+
[Extreme persistent disk documentation](https://cloud.google.com/compute/docs/disks/extreme-persistent-disk).
|
40605
|
+
"""
|
40383
40606
|
return pulumi.get(self, "provisioned_iops")
|
40384
40607
|
|
40385
40608
|
@property
|
@@ -396,7 +396,15 @@ class PacketMirroring(pulumi.CustomResource):
|
|
396
396
|
|
397
397
|
## Import
|
398
398
|
|
399
|
-
PacketMirroring can be imported using any of these accepted formats
|
399
|
+
PacketMirroring can be imported using any of these accepted formats* `projects/{{project}}/regions/{{region}}/packetMirrorings/{{name}}` * `{{project}}/{{region}}/{{name}}` * `{{region}}/{{name}}` * `{{name}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import PacketMirroring using one of the formats above. For exampletf import {
|
400
|
+
|
401
|
+
id = "projects/{{project}}/regions/{{region}}/packetMirrorings/{{name}}"
|
402
|
+
|
403
|
+
to = google_compute_packet_mirroring.default }
|
404
|
+
|
405
|
+
```sh
|
406
|
+
$ pulumi import gcp:compute/packetMirroring:PacketMirroring When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), PacketMirroring can be imported using one of the formats above. For example
|
407
|
+
```
|
400
408
|
|
401
409
|
```sh
|
402
410
|
$ pulumi import gcp:compute/packetMirroring:PacketMirroring default projects/{{project}}/regions/{{region}}/packetMirrorings/{{name}}
|
@@ -460,7 +468,15 @@ class PacketMirroring(pulumi.CustomResource):
|
|
460
468
|
|
461
469
|
## Import
|
462
470
|
|
463
|
-
PacketMirroring can be imported using any of these accepted formats
|
471
|
+
PacketMirroring can be imported using any of these accepted formats* `projects/{{project}}/regions/{{region}}/packetMirrorings/{{name}}` * `{{project}}/{{region}}/{{name}}` * `{{region}}/{{name}}` * `{{name}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import PacketMirroring using one of the formats above. For exampletf import {
|
472
|
+
|
473
|
+
id = "projects/{{project}}/regions/{{region}}/packetMirrorings/{{name}}"
|
474
|
+
|
475
|
+
to = google_compute_packet_mirroring.default }
|
476
|
+
|
477
|
+
```sh
|
478
|
+
$ pulumi import gcp:compute/packetMirroring:PacketMirroring When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), PacketMirroring can be imported using one of the formats above. For example
|
479
|
+
```
|
464
480
|
|
465
481
|
```sh
|
466
482
|
$ pulumi import gcp:compute/packetMirroring:PacketMirroring default projects/{{project}}/regions/{{region}}/packetMirrorings/{{name}}
|
@@ -439,7 +439,15 @@ class PerInstanceConfig(pulumi.CustomResource):
|
|
439
439
|
|
440
440
|
## Import
|
441
441
|
|
442
|
-
PerInstanceConfig can be imported using any of these accepted formats
|
442
|
+
PerInstanceConfig can be imported using any of these accepted formats* `projects/{{project}}/zones/{{zone}}/instanceGroupManagers/{{instance_group_manager}}/{{name}}` * `{{project}}/{{zone}}/{{instance_group_manager}}/{{name}}` * `{{zone}}/{{instance_group_manager}}/{{name}}` * `{{instance_group_manager}}/{{name}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import PerInstanceConfig using one of the formats above. For exampletf import {
|
443
|
+
|
444
|
+
id = "projects/{{project}}/zones/{{zone}}/instanceGroupManagers/{{instance_group_manager}}/{{name}}"
|
445
|
+
|
446
|
+
to = google_compute_per_instance_config.default }
|
447
|
+
|
448
|
+
```sh
|
449
|
+
$ pulumi import gcp:compute/perInstanceConfig:PerInstanceConfig When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), PerInstanceConfig can be imported using one of the formats above. For example
|
450
|
+
```
|
443
451
|
|
444
452
|
```sh
|
445
453
|
$ pulumi import gcp:compute/perInstanceConfig:PerInstanceConfig default projects/{{project}}/zones/{{zone}}/instanceGroupManagers/{{instance_group_manager}}/{{name}}
|
@@ -564,7 +572,15 @@ class PerInstanceConfig(pulumi.CustomResource):
|
|
564
572
|
|
565
573
|
## Import
|
566
574
|
|
567
|
-
PerInstanceConfig can be imported using any of these accepted formats
|
575
|
+
PerInstanceConfig can be imported using any of these accepted formats* `projects/{{project}}/zones/{{zone}}/instanceGroupManagers/{{instance_group_manager}}/{{name}}` * `{{project}}/{{zone}}/{{instance_group_manager}}/{{name}}` * `{{zone}}/{{instance_group_manager}}/{{name}}` * `{{instance_group_manager}}/{{name}}` In Terraform v1.5.0 and later, use an [`import` block](https://developer.hashicorp.com/terraform/language/import) to import PerInstanceConfig using one of the formats above. For exampletf import {
|
576
|
+
|
577
|
+
id = "projects/{{project}}/zones/{{zone}}/instanceGroupManagers/{{instance_group_manager}}/{{name}}"
|
578
|
+
|
579
|
+
to = google_compute_per_instance_config.default }
|
580
|
+
|
581
|
+
```sh
|
582
|
+
$ pulumi import gcp:compute/perInstanceConfig:PerInstanceConfig When using the [`terraform import` command](https://developer.hashicorp.com/terraform/cli/commands/import), PerInstanceConfig can be imported using one of the formats above. For example
|
583
|
+
```
|
568
584
|
|
569
585
|
```sh
|
570
586
|
$ pulumi import gcp:compute/perInstanceConfig:PerInstanceConfig default projects/{{project}}/zones/{{zone}}/instanceGroupManagers/{{instance_group_manager}}/{{name}}
|