pulumi-gcp 8.32.0a1747377897__py3-none-any.whl → 8.32.0a1747834582__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 +88 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/apigateway/api_config_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_config_iam_policy.py +13 -0
- pulumi_gcp/apigateway/api_iam_binding.py +13 -0
- pulumi_gcp/apigateway/api_iam_member.py +13 -0
- pulumi_gcp/apigateway/api_iam_policy.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_binding.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_member.py +13 -0
- pulumi_gcp/apigateway/gateway_iam_policy.py +13 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_api_iam_policy.py +2 -0
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +2 -0
- pulumi_gcp/apigee/environment_iam_binding.py +27 -0
- pulumi_gcp/apigee/environment_iam_member.py +27 -0
- pulumi_gcp/apigee/environment_iam_policy.py +27 -0
- pulumi_gcp/apigee/get_environment_iam_policy.py +6 -0
- pulumi_gcp/beyondcorp/__init__.py +1 -0
- pulumi_gcp/beyondcorp/application.py +8 -4
- pulumi_gcp/beyondcorp/application_iam_binding.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_member.py +26 -0
- pulumi_gcp/beyondcorp/application_iam_policy.py +26 -0
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +4 -0
- pulumi_gcp/beyondcorp/get_security_gateway.py +222 -0
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -0
- pulumi_gcp/beyondcorp/outputs.py +45 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_binding.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_member.py +13 -0
- pulumi_gcp/beyondcorp/security_gateway_iam_policy.py +13 -0
- pulumi_gcp/bigquery/__init__.py +1 -0
- pulumi_gcp/bigquery/connection_iam_binding.py +4 -11
- pulumi_gcp/bigquery/connection_iam_member.py +4 -11
- pulumi_gcp/bigquery/connection_iam_policy.py +4 -11
- pulumi_gcp/bigquery/data_transfer_config.py +2 -2
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -4
- pulumi_gcp/bigquery/get_table_iam_policy.py +4 -0
- pulumi_gcp/bigquery/iam_binding.py +26 -0
- pulumi_gcp/bigquery/iam_member.py +26 -0
- pulumi_gcp/bigquery/iam_policy.py +26 -0
- pulumi_gcp/bigquery/row_access_policy.py +787 -0
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/get_data_exchange_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/get_listing_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/listing_iam_binding.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +7 -7
- pulumi_gcp/bigqueryanalyticshub/listing_subscription.py +6 -6
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_binding.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_member.py +13 -0
- pulumi_gcp/bigquerydatapolicy/data_policy_iam_policy.py +13 -0
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -0
- pulumi_gcp/bigtable/logical_view.py +49 -0
- pulumi_gcp/cloudbuild/trigger.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +6 -0
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +6 -0
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/_inputs.py +126 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_instance_template.py +12 -1
- pulumi_gcp/compute/get_network_endpoint_group.py +12 -1
- pulumi_gcp/compute/global_forwarding_rule.py +199 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +110 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_member.py +34 -0
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +8 -0
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_member.py +34 -0
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +34 -0
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +34 -0
- pulumi_gcp/dataplex/__init__.py +5 -0
- pulumi_gcp/dataplex/_inputs.py +98 -0
- pulumi_gcp/dataplex/aspect_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/aspect_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/asset_iam_binding.py +53 -0
- pulumi_gcp/dataplex/asset_iam_member.py +53 -0
- pulumi_gcp/dataplex/asset_iam_policy.py +53 -0
- pulumi_gcp/dataplex/datascan_iam_binding.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_member.py +13 -0
- pulumi_gcp/dataplex/datascan_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_group_iam_policy.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_binding.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_member.py +13 -0
- pulumi_gcp/dataplex/entry_type_iam_policy.py +13 -0
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_asset_iam_policy.py +10 -0
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_glossary_iam_policy.py +185 -0
- pulumi_gcp/dataplex/get_lake_iam_policy.py +6 -0
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -0
- pulumi_gcp/dataplex/get_zone_iam_policy.py +8 -0
- pulumi_gcp/dataplex/glossary.py +772 -0
- pulumi_gcp/dataplex/glossary_iam_binding.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_member.py +837 -0
- pulumi_gcp/dataplex/glossary_iam_policy.py +676 -0
- pulumi_gcp/dataplex/lake_iam_binding.py +27 -0
- pulumi_gcp/dataplex/lake_iam_member.py +27 -0
- pulumi_gcp/dataplex/lake_iam_policy.py +27 -0
- pulumi_gcp/dataplex/outputs.py +56 -0
- pulumi_gcp/dataplex/task_iam_binding.py +13 -0
- pulumi_gcp/dataplex/task_iam_member.py +13 -0
- pulumi_gcp/dataplex/task_iam_policy.py +13 -0
- pulumi_gcp/dataplex/zone_iam_binding.py +40 -0
- pulumi_gcp/dataplex/zone_iam_member.py +40 -0
- pulumi_gcp/dataplex/zone_iam_policy.py +40 -0
- pulumi_gcp/dataproc/autoscaling_policy_iam_binding.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_member.py +4 -25
- pulumi_gcp/dataproc/autoscaling_policy_iam_policy.py +4 -25
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -8
- pulumi_gcp/dataproc/get_metastore_database_iam_policy.py +8 -0
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -0
- pulumi_gcp/dataproc/get_metastore_table_iam_policy.py +10 -0
- pulumi_gcp/dataproc/metastore_database_iam_binding.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_member.py +40 -0
- pulumi_gcp/dataproc/metastore_database_iam_policy.py +40 -0
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_member.py +13 -0
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +13 -0
- pulumi_gcp/dataproc/metastore_table_iam_binding.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_member.py +53 -0
- pulumi_gcp/dataproc/metastore_table_iam_policy.py +53 -0
- pulumi_gcp/diagflow/_inputs.py +56 -0
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +2 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +35 -0
- pulumi_gcp/edgecontainer/node_pool.py +2 -2
- pulumi_gcp/endpoints/consumers_iam_binding.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_member.py +26 -0
- pulumi_gcp/endpoints/consumers_iam_policy.py +26 -0
- pulumi_gcp/endpoints/get_service_consumers_iam_policy.py +8 -0
- pulumi_gcp/endpoints/get_service_iam_policy.py +6 -0
- pulumi_gcp/endpoints/service_iam_binding.py +13 -0
- pulumi_gcp/endpoints/service_iam_member.py +13 -0
- pulumi_gcp/endpoints/service_iam_policy.py +13 -0
- pulumi_gcp/firebase/__init__.py +3 -0
- pulumi_gcp/firebase/_inputs.py +1527 -0
- pulumi_gcp/firebase/app_hosting_backend.py +104 -0
- pulumi_gcp/firebase/app_hosting_default_domain.py +721 -0
- pulumi_gcp/firebase/app_hosting_domain.py +796 -0
- pulumi_gcp/firebase/app_hosting_traffic.py +914 -0
- pulumi_gcp/firebase/extensions_instance.py +4 -4
- pulumi_gcp/firebase/outputs.py +1075 -0
- pulumi_gcp/firestore/database.py +9 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +4 -0
- pulumi_gcp/gemini/repository_group_iam_binding.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_member.py +26 -0
- pulumi_gcp/gemini/repository_group_iam_policy.py +26 -0
- pulumi_gcp/gkebackup/backup_channel.py +9 -9
- pulumi_gcp/gkebackup/restore_channel.py +9 -9
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -0
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -0
- pulumi_gcp/gkehub/membership_iam_binding.py +13 -0
- pulumi_gcp/gkehub/membership_iam_member.py +13 -0
- pulumi_gcp/gkehub/membership_iam_policy.py +13 -0
- pulumi_gcp/gkehub/scope_iam_binding.py +13 -0
- pulumi_gcp/gkehub/scope_iam_member.py +13 -0
- pulumi_gcp/gkehub/scope_iam_policy.py +13 -0
- pulumi_gcp/iam/__init__.py +4 -0
- pulumi_gcp/iam/_inputs.py +432 -0
- pulumi_gcp/iam/get_workload_identity_pool.py +35 -1
- pulumi_gcp/iam/get_workload_identity_pool_iam_policy.py +156 -0
- pulumi_gcp/iam/oauth_client_credential.py +6 -0
- pulumi_gcp/iam/outputs.py +510 -0
- pulumi_gcp/iam/workload_identity_pool.py +446 -24
- pulumi_gcp/iam/workload_identity_pool_iam_binding.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_member.py +539 -0
- pulumi_gcp/iam/workload_identity_pool_iam_policy.py +358 -0
- pulumi_gcp/iap/app_engine_service_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_service_iam_policy.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_binding.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_member.py +14 -14
- pulumi_gcp/iap/app_engine_version_iam_policy.py +14 -14
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +4 -4
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +4 -4
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -0
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +6 -0
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/tunnel_dest_group_iam_binding.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_member.py +13 -0
- pulumi_gcp/iap/tunnel_dest_group_iam_policy.py +13 -0
- pulumi_gcp/iap/tunnel_instance_iam_binding.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_member.py +27 -0
- pulumi_gcp/iap/tunnel_instance_iam_policy.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_binding.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_member.py +27 -0
- pulumi_gcp/iap/web_region_backend_service_iam_policy.py +27 -0
- pulumi_gcp/iap/web_type_app_enging_iam_binding.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_member.py +7 -7
- pulumi_gcp/iap/web_type_app_enging_iam_policy.py +7 -7
- pulumi_gcp/lustre/__init__.py +1 -0
- pulumi_gcp/lustre/get_instance.py +280 -0
- pulumi_gcp/lustre/instance.py +12 -0
- pulumi_gcp/netapp/backup.py +2 -2
- pulumi_gcp/networksecurity/intercept_deployment.py +10 -0
- pulumi_gcp/networksecurity/intercept_deployment_group.py +8 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group.py +12 -0
- pulumi_gcp/networksecurity/intercept_endpoint_group_association.py +16 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -0
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_binding.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_member.py +13 -0
- pulumi_gcp/secretmanager/secret_iam_policy.py +13 -0
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -4
- pulumi_gcp/securesourcemanager/repository_iam_binding.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_member.py +4 -11
- pulumi_gcp/securesourcemanager/repository_iam_policy.py +4 -11
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +2 -2
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_binding.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_member.py +13 -0
- pulumi_gcp/vertex/ai_feature_online_store_featureview_iam_policy.py +13 -0
- pulumi_gcp/vertex/get_ai_feature_online_store_featureview_iam_policy.py +2 -0
- pulumi_gcp/vmwareengine/external_address.py +4 -4
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +6 -0
- pulumi_gcp/workstations/get_workstation_iam_policy.py +10 -0
- pulumi_gcp/workstations/workstation_config_iam_binding.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_member.py +33 -0
- pulumi_gcp/workstations/workstation_config_iam_policy.py +33 -0
- pulumi_gcp/workstations/workstation_iam_binding.py +53 -0
- pulumi_gcp/workstations/workstation_iam_member.py +53 -0
- pulumi_gcp/workstations/workstation_iam_policy.py +53 -0
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/RECORD +256 -241
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.32.0a1747377897.dist-info → pulumi_gcp-8.32.0a1747834582.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/_inputs.py
CHANGED
@@ -11833,6 +11833,10 @@ if not MYPY:
|
|
11833
11833
|
"""
|
11834
11834
|
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
11835
11835
|
"""
|
11836
|
+
force_attach: NotRequired[pulumi.Input[builtins.bool]]
|
11837
|
+
"""
|
11838
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
11839
|
+
"""
|
11836
11840
|
kms_key_self_link: NotRequired[pulumi.Input[builtins.str]]
|
11837
11841
|
"""
|
11838
11842
|
The self_link of the encryption key that is
|
@@ -11858,6 +11862,7 @@ class InstanceAttachedDiskArgs:
|
|
11858
11862
|
disk_encryption_key_rsa: Optional[pulumi.Input[builtins.str]] = None,
|
11859
11863
|
disk_encryption_key_sha256: Optional[pulumi.Input[builtins.str]] = None,
|
11860
11864
|
disk_encryption_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
11865
|
+
force_attach: Optional[pulumi.Input[builtins.bool]] = None,
|
11861
11866
|
kms_key_self_link: Optional[pulumi.Input[builtins.str]] = None,
|
11862
11867
|
mode: Optional[pulumi.Input[builtins.str]] = None):
|
11863
11868
|
"""
|
@@ -11876,6 +11881,7 @@ class InstanceAttachedDiskArgs:
|
|
11876
11881
|
encoded SHA-256 hash of the [customer-supplied encryption key]
|
11877
11882
|
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
11878
11883
|
:param pulumi.Input[builtins.str] disk_encryption_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
11884
|
+
:param pulumi.Input[builtins.bool] force_attach: Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
11879
11885
|
:param pulumi.Input[builtins.str] kms_key_self_link: The self_link of the encryption key that is
|
11880
11886
|
stored in Google Cloud KMS to encrypt this disk. Only one of `kms_key_self_link`, `disk_encryption_key_rsa` and `disk_encryption_key_raw`
|
11881
11887
|
may be set.
|
@@ -11895,6 +11901,8 @@ class InstanceAttachedDiskArgs:
|
|
11895
11901
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
11896
11902
|
if disk_encryption_service_account is not None:
|
11897
11903
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
11904
|
+
if force_attach is not None:
|
11905
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
11898
11906
|
if kms_key_self_link is not None:
|
11899
11907
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
11900
11908
|
if mode is not None:
|
@@ -11981,6 +11989,18 @@ class InstanceAttachedDiskArgs:
|
|
11981
11989
|
def disk_encryption_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
11982
11990
|
pulumi.set(self, "disk_encryption_service_account", value)
|
11983
11991
|
|
11992
|
+
@property
|
11993
|
+
@pulumi.getter(name="forceAttach")
|
11994
|
+
def force_attach(self) -> Optional[pulumi.Input[builtins.bool]]:
|
11995
|
+
"""
|
11996
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
11997
|
+
"""
|
11998
|
+
return pulumi.get(self, "force_attach")
|
11999
|
+
|
12000
|
+
@force_attach.setter
|
12001
|
+
def force_attach(self, value: Optional[pulumi.Input[builtins.bool]]):
|
12002
|
+
pulumi.set(self, "force_attach", value)
|
12003
|
+
|
11984
12004
|
@property
|
11985
12005
|
@pulumi.getter(name="kmsKeySelfLink")
|
11986
12006
|
def kms_key_self_link(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -12046,6 +12066,12 @@ if not MYPY:
|
|
12046
12066
|
"""
|
12047
12067
|
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
12048
12068
|
"""
|
12069
|
+
force_attach: NotRequired[pulumi.Input[builtins.bool]]
|
12070
|
+
"""
|
12071
|
+
boolean field that determines whether to force attach the regional
|
12072
|
+
disk even if it's currently attached to another instance. If you try to force attach a zonal
|
12073
|
+
disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
12074
|
+
"""
|
12049
12075
|
guest_os_features: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
12050
12076
|
"""
|
12051
12077
|
A list of features to enable on the guest operating system. Applicable only for bootable images. 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.
|
@@ -12090,6 +12116,7 @@ class InstanceBootDiskArgs:
|
|
12090
12116
|
disk_encryption_key_rsa: Optional[pulumi.Input[builtins.str]] = None,
|
12091
12117
|
disk_encryption_key_sha256: Optional[pulumi.Input[builtins.str]] = None,
|
12092
12118
|
disk_encryption_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
12119
|
+
force_attach: Optional[pulumi.Input[builtins.bool]] = None,
|
12093
12120
|
guest_os_features: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
12094
12121
|
initialize_params: Optional[pulumi.Input['InstanceBootDiskInitializeParamsArgs']] = None,
|
12095
12122
|
interface: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -12112,6 +12139,9 @@ class InstanceBootDiskArgs:
|
|
12112
12139
|
encoded SHA-256 hash of the [customer-supplied encryption key]
|
12113
12140
|
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
12114
12141
|
:param pulumi.Input[builtins.str] disk_encryption_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used.
|
12142
|
+
:param pulumi.Input[builtins.bool] force_attach: boolean field that determines whether to force attach the regional
|
12143
|
+
disk even if it's currently attached to another instance. If you try to force attach a zonal
|
12144
|
+
disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
12115
12145
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images. 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.
|
12116
12146
|
:param pulumi.Input['InstanceBootDiskInitializeParamsArgs'] initialize_params: Parameters for a new disk that will be created
|
12117
12147
|
alongside the new instance. Either `initialize_params` or `source` must be set.
|
@@ -12139,6 +12169,8 @@ class InstanceBootDiskArgs:
|
|
12139
12169
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
12140
12170
|
if disk_encryption_service_account is not None:
|
12141
12171
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
12172
|
+
if force_attach is not None:
|
12173
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
12142
12174
|
if guest_os_features is not None:
|
12143
12175
|
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
12144
12176
|
if initialize_params is not None:
|
@@ -12233,6 +12265,20 @@ class InstanceBootDiskArgs:
|
|
12233
12265
|
def disk_encryption_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
12234
12266
|
pulumi.set(self, "disk_encryption_service_account", value)
|
12235
12267
|
|
12268
|
+
@property
|
12269
|
+
@pulumi.getter(name="forceAttach")
|
12270
|
+
def force_attach(self) -> Optional[pulumi.Input[builtins.bool]]:
|
12271
|
+
"""
|
12272
|
+
boolean field that determines whether to force attach the regional
|
12273
|
+
disk even if it's currently attached to another instance. If you try to force attach a zonal
|
12274
|
+
disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
12275
|
+
"""
|
12276
|
+
return pulumi.get(self, "force_attach")
|
12277
|
+
|
12278
|
+
@force_attach.setter
|
12279
|
+
def force_attach(self, value: Optional[pulumi.Input[builtins.bool]]):
|
12280
|
+
pulumi.set(self, "force_attach", value)
|
12281
|
+
|
12236
12282
|
@property
|
12237
12283
|
@pulumi.getter(name="guestOsFeatures")
|
12238
12284
|
def guest_os_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
@@ -13160,6 +13206,10 @@ if not MYPY:
|
|
13160
13206
|
"""
|
13161
13207
|
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
13162
13208
|
"""
|
13209
|
+
force_attach: NotRequired[pulumi.Input[builtins.bool]]
|
13210
|
+
"""
|
13211
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
13212
|
+
"""
|
13163
13213
|
kms_key_self_link: NotRequired[pulumi.Input[builtins.str]]
|
13164
13214
|
"""
|
13165
13215
|
The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link, disk_encryption_key_rsa and disk_encryption_key_raw may be set.
|
@@ -13180,6 +13230,7 @@ class InstanceFromMachineImageAttachedDiskArgs:
|
|
13180
13230
|
disk_encryption_key_rsa: Optional[pulumi.Input[builtins.str]] = None,
|
13181
13231
|
disk_encryption_key_sha256: Optional[pulumi.Input[builtins.str]] = None,
|
13182
13232
|
disk_encryption_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
13233
|
+
force_attach: Optional[pulumi.Input[builtins.bool]] = None,
|
13183
13234
|
kms_key_self_link: Optional[pulumi.Input[builtins.str]] = None,
|
13184
13235
|
mode: Optional[pulumi.Input[builtins.str]] = None):
|
13185
13236
|
"""
|
@@ -13189,6 +13240,7 @@ class InstanceFromMachineImageAttachedDiskArgs:
|
|
13189
13240
|
:param pulumi.Input[builtins.str] disk_encryption_key_rsa: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, disk_encryption_key_rsa and disk_encryption_key_raw may be set.
|
13190
13241
|
:param pulumi.Input[builtins.str] disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
13191
13242
|
:param pulumi.Input[builtins.str] disk_encryption_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
13243
|
+
:param pulumi.Input[builtins.bool] force_attach: Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
13192
13244
|
:param pulumi.Input[builtins.str] kms_key_self_link: The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link, disk_encryption_key_rsa and disk_encryption_key_raw may be set.
|
13193
13245
|
:param pulumi.Input[builtins.str] mode: Read/write mode for the disk. One of "READ_ONLY" or "READ_WRITE".
|
13194
13246
|
"""
|
@@ -13203,6 +13255,8 @@ class InstanceFromMachineImageAttachedDiskArgs:
|
|
13203
13255
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
13204
13256
|
if disk_encryption_service_account is not None:
|
13205
13257
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
13258
|
+
if force_attach is not None:
|
13259
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
13206
13260
|
if kms_key_self_link is not None:
|
13207
13261
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
13208
13262
|
if mode is not None:
|
@@ -13280,6 +13334,18 @@ class InstanceFromMachineImageAttachedDiskArgs:
|
|
13280
13334
|
def disk_encryption_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
13281
13335
|
pulumi.set(self, "disk_encryption_service_account", value)
|
13282
13336
|
|
13337
|
+
@property
|
13338
|
+
@pulumi.getter(name="forceAttach")
|
13339
|
+
def force_attach(self) -> Optional[pulumi.Input[builtins.bool]]:
|
13340
|
+
"""
|
13341
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
13342
|
+
"""
|
13343
|
+
return pulumi.get(self, "force_attach")
|
13344
|
+
|
13345
|
+
@force_attach.setter
|
13346
|
+
def force_attach(self, value: Optional[pulumi.Input[builtins.bool]]):
|
13347
|
+
pulumi.set(self, "force_attach", value)
|
13348
|
+
|
13283
13349
|
@property
|
13284
13350
|
@pulumi.getter(name="kmsKeySelfLink")
|
13285
13351
|
def kms_key_self_link(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -13331,6 +13397,10 @@ if not MYPY:
|
|
13331
13397
|
"""
|
13332
13398
|
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
13333
13399
|
"""
|
13400
|
+
force_attach: NotRequired[pulumi.Input[builtins.bool]]
|
13401
|
+
"""
|
13402
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
13403
|
+
"""
|
13334
13404
|
guest_os_features: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
13335
13405
|
"""
|
13336
13406
|
A list of features to enable on the guest operating system. Applicable only for bootable images.
|
@@ -13367,6 +13437,7 @@ class InstanceFromMachineImageBootDiskArgs:
|
|
13367
13437
|
disk_encryption_key_rsa: Optional[pulumi.Input[builtins.str]] = None,
|
13368
13438
|
disk_encryption_key_sha256: Optional[pulumi.Input[builtins.str]] = None,
|
13369
13439
|
disk_encryption_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
13440
|
+
force_attach: Optional[pulumi.Input[builtins.bool]] = None,
|
13370
13441
|
guest_os_features: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
13371
13442
|
initialize_params: Optional[pulumi.Input['InstanceFromMachineImageBootDiskInitializeParamsArgs']] = None,
|
13372
13443
|
interface: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -13380,6 +13451,7 @@ class InstanceFromMachineImageBootDiskArgs:
|
|
13380
13451
|
:param pulumi.Input[builtins.str] disk_encryption_key_rsa: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, disk_encryption_key_raw and disk_encryption_key_rsa may be set.
|
13381
13452
|
:param pulumi.Input[builtins.str] disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
13382
13453
|
:param pulumi.Input[builtins.str] disk_encryption_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
13454
|
+
:param pulumi.Input[builtins.bool] force_attach: Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
13383
13455
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images.
|
13384
13456
|
:param pulumi.Input['InstanceFromMachineImageBootDiskInitializeParamsArgs'] initialize_params: Parameters with which a disk was created alongside the instance.
|
13385
13457
|
:param pulumi.Input[builtins.str] interface: The disk interface used for attaching this disk. One of SCSI or NVME. (This field is shared with attached_disk and only used for specific cases, please don't specify this field without advice from Google.)
|
@@ -13399,6 +13471,8 @@ class InstanceFromMachineImageBootDiskArgs:
|
|
13399
13471
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
13400
13472
|
if disk_encryption_service_account is not None:
|
13401
13473
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
13474
|
+
if force_attach is not None:
|
13475
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
13402
13476
|
if guest_os_features is not None:
|
13403
13477
|
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
13404
13478
|
if initialize_params is not None:
|
@@ -13484,6 +13558,18 @@ class InstanceFromMachineImageBootDiskArgs:
|
|
13484
13558
|
def disk_encryption_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
13485
13559
|
pulumi.set(self, "disk_encryption_service_account", value)
|
13486
13560
|
|
13561
|
+
@property
|
13562
|
+
@pulumi.getter(name="forceAttach")
|
13563
|
+
def force_attach(self) -> Optional[pulumi.Input[builtins.bool]]:
|
13564
|
+
"""
|
13565
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
13566
|
+
"""
|
13567
|
+
return pulumi.get(self, "force_attach")
|
13568
|
+
|
13569
|
+
@force_attach.setter
|
13570
|
+
def force_attach(self, value: Optional[pulumi.Input[builtins.bool]]):
|
13571
|
+
pulumi.set(self, "force_attach", value)
|
13572
|
+
|
13487
13573
|
@property
|
13488
13574
|
@pulumi.getter(name="guestOsFeatures")
|
13489
13575
|
def guest_os_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|
@@ -16103,6 +16189,10 @@ if not MYPY:
|
|
16103
16189
|
"""
|
16104
16190
|
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
16105
16191
|
"""
|
16192
|
+
force_attach: NotRequired[pulumi.Input[builtins.bool]]
|
16193
|
+
"""
|
16194
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
16195
|
+
"""
|
16106
16196
|
kms_key_self_link: NotRequired[pulumi.Input[builtins.str]]
|
16107
16197
|
"""
|
16108
16198
|
The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link, disk_encryption_key_rsa and disk_encryption_key_raw may be set.
|
@@ -16123,6 +16213,7 @@ class InstanceFromTemplateAttachedDiskArgs:
|
|
16123
16213
|
disk_encryption_key_rsa: Optional[pulumi.Input[builtins.str]] = None,
|
16124
16214
|
disk_encryption_key_sha256: Optional[pulumi.Input[builtins.str]] = None,
|
16125
16215
|
disk_encryption_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
16216
|
+
force_attach: Optional[pulumi.Input[builtins.bool]] = None,
|
16126
16217
|
kms_key_self_link: Optional[pulumi.Input[builtins.str]] = None,
|
16127
16218
|
mode: Optional[pulumi.Input[builtins.str]] = None):
|
16128
16219
|
"""
|
@@ -16132,6 +16223,7 @@ class InstanceFromTemplateAttachedDiskArgs:
|
|
16132
16223
|
:param pulumi.Input[builtins.str] disk_encryption_key_rsa: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, disk_encryption_key_rsa and disk_encryption_key_raw may be set.
|
16133
16224
|
:param pulumi.Input[builtins.str] disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
16134
16225
|
:param pulumi.Input[builtins.str] disk_encryption_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
16226
|
+
:param pulumi.Input[builtins.bool] force_attach: Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
16135
16227
|
:param pulumi.Input[builtins.str] kms_key_self_link: The self_link of the encryption key that is stored in Google Cloud KMS to encrypt this disk. Only one of kms_key_self_link, disk_encryption_key_rsa and disk_encryption_key_raw may be set.
|
16136
16228
|
:param pulumi.Input[builtins.str] mode: Read/write mode for the disk. One of "READ_ONLY" or "READ_WRITE".
|
16137
16229
|
"""
|
@@ -16146,6 +16238,8 @@ class InstanceFromTemplateAttachedDiskArgs:
|
|
16146
16238
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
16147
16239
|
if disk_encryption_service_account is not None:
|
16148
16240
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
16241
|
+
if force_attach is not None:
|
16242
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
16149
16243
|
if kms_key_self_link is not None:
|
16150
16244
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
16151
16245
|
if mode is not None:
|
@@ -16223,6 +16317,18 @@ class InstanceFromTemplateAttachedDiskArgs:
|
|
16223
16317
|
def disk_encryption_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
16224
16318
|
pulumi.set(self, "disk_encryption_service_account", value)
|
16225
16319
|
|
16320
|
+
@property
|
16321
|
+
@pulumi.getter(name="forceAttach")
|
16322
|
+
def force_attach(self) -> Optional[pulumi.Input[builtins.bool]]:
|
16323
|
+
"""
|
16324
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
16325
|
+
"""
|
16326
|
+
return pulumi.get(self, "force_attach")
|
16327
|
+
|
16328
|
+
@force_attach.setter
|
16329
|
+
def force_attach(self, value: Optional[pulumi.Input[builtins.bool]]):
|
16330
|
+
pulumi.set(self, "force_attach", value)
|
16331
|
+
|
16226
16332
|
@property
|
16227
16333
|
@pulumi.getter(name="kmsKeySelfLink")
|
16228
16334
|
def kms_key_self_link(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -16274,6 +16380,10 @@ if not MYPY:
|
|
16274
16380
|
"""
|
16275
16381
|
The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
16276
16382
|
"""
|
16383
|
+
force_attach: NotRequired[pulumi.Input[builtins.bool]]
|
16384
|
+
"""
|
16385
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
16386
|
+
"""
|
16277
16387
|
guest_os_features: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
|
16278
16388
|
"""
|
16279
16389
|
A list of features to enable on the guest operating system. Applicable only for bootable images.
|
@@ -16310,6 +16420,7 @@ class InstanceFromTemplateBootDiskArgs:
|
|
16310
16420
|
disk_encryption_key_rsa: Optional[pulumi.Input[builtins.str]] = None,
|
16311
16421
|
disk_encryption_key_sha256: Optional[pulumi.Input[builtins.str]] = None,
|
16312
16422
|
disk_encryption_service_account: Optional[pulumi.Input[builtins.str]] = None,
|
16423
|
+
force_attach: Optional[pulumi.Input[builtins.bool]] = None,
|
16313
16424
|
guest_os_features: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
16314
16425
|
initialize_params: Optional[pulumi.Input['InstanceFromTemplateBootDiskInitializeParamsArgs']] = None,
|
16315
16426
|
interface: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -16323,6 +16434,7 @@ class InstanceFromTemplateBootDiskArgs:
|
|
16323
16434
|
:param pulumi.Input[builtins.str] disk_encryption_key_rsa: Specifies an RFC 4648 base64 encoded, RSA-wrapped 2048-bit customer-supplied encryption key to either encrypt or decrypt this resource. Only one of kms_key_self_link, disk_encryption_key_raw and disk_encryption_key_rsa may be set.
|
16324
16435
|
:param pulumi.Input[builtins.str] disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
16325
16436
|
:param pulumi.Input[builtins.str] disk_encryption_service_account: The service account being used for the encryption request for the given KMS key. If absent, the Compute Engine default service account is used
|
16437
|
+
:param pulumi.Input[builtins.bool] force_attach: Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
16326
16438
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images.
|
16327
16439
|
:param pulumi.Input['InstanceFromTemplateBootDiskInitializeParamsArgs'] initialize_params: Parameters with which a disk was created alongside the instance.
|
16328
16440
|
:param pulumi.Input[builtins.str] interface: The disk interface used for attaching this disk. One of SCSI or NVME. (This field is shared with attached_disk and only used for specific cases, please don't specify this field without advice from Google.)
|
@@ -16342,6 +16454,8 @@ class InstanceFromTemplateBootDiskArgs:
|
|
16342
16454
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
16343
16455
|
if disk_encryption_service_account is not None:
|
16344
16456
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
16457
|
+
if force_attach is not None:
|
16458
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
16345
16459
|
if guest_os_features is not None:
|
16346
16460
|
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
16347
16461
|
if initialize_params is not None:
|
@@ -16427,6 +16541,18 @@ class InstanceFromTemplateBootDiskArgs:
|
|
16427
16541
|
def disk_encryption_service_account(self, value: Optional[pulumi.Input[builtins.str]]):
|
16428
16542
|
pulumi.set(self, "disk_encryption_service_account", value)
|
16429
16543
|
|
16544
|
+
@property
|
16545
|
+
@pulumi.getter(name="forceAttach")
|
16546
|
+
def force_attach(self) -> Optional[pulumi.Input[builtins.bool]]:
|
16547
|
+
"""
|
16548
|
+
Whether to force attach the regional disk even if it's currently attached to another instance. If you try to force attach a zonal disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
16549
|
+
"""
|
16550
|
+
return pulumi.get(self, "force_attach")
|
16551
|
+
|
16552
|
+
@force_attach.setter
|
16553
|
+
def force_attach(self, value: Optional[pulumi.Input[builtins.bool]]):
|
16554
|
+
pulumi.set(self, "force_attach", value)
|
16555
|
+
|
16430
16556
|
@property
|
16431
16557
|
@pulumi.getter(name="guestOsFeatures")
|
16432
16558
|
def guest_os_features(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
|