pulumi-gcp 8.32.0a1747459264__py3-none-any.whl → 8.33.0a1747896426__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.0a1747459264.dist-info → pulumi_gcp-8.33.0a1747896426.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.33.0a1747896426.dist-info}/RECORD +256 -241
- {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.33.0a1747896426.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.33.0a1747896426.dist-info}/top_level.txt +0 -0
@@ -577,6 +577,7 @@ class _InstanceTemplateState:
|
|
577
577
|
name_prefix: Optional[pulumi.Input[builtins.str]] = None,
|
578
578
|
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input['InstanceTemplateNetworkInterfaceArgs']]]] = None,
|
579
579
|
network_performance_config: Optional[pulumi.Input['InstanceTemplateNetworkPerformanceConfigArgs']] = None,
|
580
|
+
numeric_id: Optional[pulumi.Input[builtins.str]] = None,
|
580
581
|
partner_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
581
582
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
582
583
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
@@ -645,6 +646,7 @@ class _InstanceTemplateState:
|
|
645
646
|
the `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)
|
646
647
|
in `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`
|
647
648
|
in order for this setting to take effect.
|
649
|
+
:param pulumi.Input[builtins.str] numeric_id: numeric identifier of the resource.
|
648
650
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] partner_metadata: Beta key/value pair represents partner metadata assigned to instance template where key represent a defined namespace and value is a json string represent the entries associted with the namespace.
|
649
651
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs. If it
|
650
652
|
is not provided, the provider project is used.
|
@@ -712,6 +714,8 @@ class _InstanceTemplateState:
|
|
712
714
|
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
713
715
|
if network_performance_config is not None:
|
714
716
|
pulumi.set(__self__, "network_performance_config", network_performance_config)
|
717
|
+
if numeric_id is not None:
|
718
|
+
pulumi.set(__self__, "numeric_id", numeric_id)
|
715
719
|
if partner_metadata is not None:
|
716
720
|
pulumi.set(__self__, "partner_metadata", partner_metadata)
|
717
721
|
if project is not None:
|
@@ -1024,6 +1028,18 @@ class _InstanceTemplateState:
|
|
1024
1028
|
def network_performance_config(self, value: Optional[pulumi.Input['InstanceTemplateNetworkPerformanceConfigArgs']]):
|
1025
1029
|
pulumi.set(self, "network_performance_config", value)
|
1026
1030
|
|
1031
|
+
@property
|
1032
|
+
@pulumi.getter(name="numericId")
|
1033
|
+
def numeric_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
1034
|
+
"""
|
1035
|
+
numeric identifier of the resource.
|
1036
|
+
"""
|
1037
|
+
return pulumi.get(self, "numeric_id")
|
1038
|
+
|
1039
|
+
@numeric_id.setter
|
1040
|
+
def numeric_id(self, value: Optional[pulumi.Input[builtins.str]]):
|
1041
|
+
pulumi.set(self, "numeric_id", value)
|
1042
|
+
|
1027
1043
|
@property
|
1028
1044
|
@pulumi.getter(name="partnerMetadata")
|
1029
1045
|
def partner_metadata(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
|
@@ -1912,6 +1928,7 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
1912
1928
|
__props__.__dict__["creation_timestamp"] = None
|
1913
1929
|
__props__.__dict__["effective_labels"] = None
|
1914
1930
|
__props__.__dict__["metadata_fingerprint"] = None
|
1931
|
+
__props__.__dict__["numeric_id"] = None
|
1915
1932
|
__props__.__dict__["pulumi_labels"] = None
|
1916
1933
|
__props__.__dict__["self_link"] = None
|
1917
1934
|
__props__.__dict__["self_link_unique"] = None
|
@@ -1949,6 +1966,7 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
1949
1966
|
name_prefix: Optional[pulumi.Input[builtins.str]] = None,
|
1950
1967
|
network_interfaces: Optional[pulumi.Input[Sequence[pulumi.Input[Union['InstanceTemplateNetworkInterfaceArgs', 'InstanceTemplateNetworkInterfaceArgsDict']]]]] = None,
|
1951
1968
|
network_performance_config: Optional[pulumi.Input[Union['InstanceTemplateNetworkPerformanceConfigArgs', 'InstanceTemplateNetworkPerformanceConfigArgsDict']]] = None,
|
1969
|
+
numeric_id: Optional[pulumi.Input[builtins.str]] = None,
|
1952
1970
|
partner_metadata: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
1953
1971
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
1954
1972
|
pulumi_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
@@ -2022,6 +2040,7 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
2022
2040
|
the `image` used must include the [`GVNIC`](https://cloud.google.com/compute/docs/networking/using-gvnic#create-instance-gvnic-image)
|
2023
2041
|
in `guest-os-features`, and `network_interface.0.nic-type` must be `GVNIC`
|
2024
2042
|
in order for this setting to take effect.
|
2043
|
+
:param pulumi.Input[builtins.str] numeric_id: numeric identifier of the resource.
|
2025
2044
|
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] partner_metadata: Beta key/value pair represents partner metadata assigned to instance template where key represent a defined namespace and value is a json string represent the entries associted with the namespace.
|
2026
2045
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs. If it
|
2027
2046
|
is not provided, the provider project is used.
|
@@ -2072,6 +2091,7 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
2072
2091
|
__props__.__dict__["name_prefix"] = name_prefix
|
2073
2092
|
__props__.__dict__["network_interfaces"] = network_interfaces
|
2074
2093
|
__props__.__dict__["network_performance_config"] = network_performance_config
|
2094
|
+
__props__.__dict__["numeric_id"] = numeric_id
|
2075
2095
|
__props__.__dict__["partner_metadata"] = partner_metadata
|
2076
2096
|
__props__.__dict__["project"] = project
|
2077
2097
|
__props__.__dict__["pulumi_labels"] = pulumi_labels
|
@@ -2287,6 +2307,14 @@ class InstanceTemplate(pulumi.CustomResource):
|
|
2287
2307
|
"""
|
2288
2308
|
return pulumi.get(self, "network_performance_config")
|
2289
2309
|
|
2310
|
+
@property
|
2311
|
+
@pulumi.getter(name="numericId")
|
2312
|
+
def numeric_id(self) -> pulumi.Output[builtins.str]:
|
2313
|
+
"""
|
2314
|
+
numeric identifier of the resource.
|
2315
|
+
"""
|
2316
|
+
return pulumi.get(self, "numeric_id")
|
2317
|
+
|
2290
2318
|
@property
|
2291
2319
|
@pulumi.getter(name="partnerMetadata")
|
2292
2320
|
def partner_metadata(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
|
@@ -201,6 +201,7 @@ class _NetworkEndpointGroupState:
|
|
201
201
|
def __init__(__self__, *,
|
202
202
|
default_port: Optional[pulumi.Input[builtins.int]] = None,
|
203
203
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
204
|
+
generated_id: Optional[pulumi.Input[builtins.int]] = None,
|
204
205
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
205
206
|
network: Optional[pulumi.Input[builtins.str]] = None,
|
206
207
|
network_endpoint_type: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -215,6 +216,7 @@ class _NetworkEndpointGroupState:
|
|
215
216
|
network endpoint.
|
216
217
|
:param pulumi.Input[builtins.str] description: An optional description of this resource. Provide this property when
|
217
218
|
you create the resource.
|
219
|
+
:param pulumi.Input[builtins.int] generated_id: The uniquely generated identifier for the resource. This identifier is defined by the server.
|
218
220
|
:param pulumi.Input[builtins.str] name: Name of the resource; provided by the client when the resource is
|
219
221
|
created. The name must be 1-63 characters long, and comply with
|
220
222
|
RFC1035. Specifically, the name must be 1-63 characters long and match
|
@@ -248,6 +250,8 @@ class _NetworkEndpointGroupState:
|
|
248
250
|
pulumi.set(__self__, "default_port", default_port)
|
249
251
|
if description is not None:
|
250
252
|
pulumi.set(__self__, "description", description)
|
253
|
+
if generated_id is not None:
|
254
|
+
pulumi.set(__self__, "generated_id", generated_id)
|
251
255
|
if name is not None:
|
252
256
|
pulumi.set(__self__, "name", name)
|
253
257
|
if network is not None:
|
@@ -291,6 +295,18 @@ class _NetworkEndpointGroupState:
|
|
291
295
|
def description(self, value: Optional[pulumi.Input[builtins.str]]):
|
292
296
|
pulumi.set(self, "description", value)
|
293
297
|
|
298
|
+
@property
|
299
|
+
@pulumi.getter(name="generatedId")
|
300
|
+
def generated_id(self) -> Optional[pulumi.Input[builtins.int]]:
|
301
|
+
"""
|
302
|
+
The uniquely generated identifier for the resource. This identifier is defined by the server.
|
303
|
+
"""
|
304
|
+
return pulumi.get(self, "generated_id")
|
305
|
+
|
306
|
+
@generated_id.setter
|
307
|
+
def generated_id(self, value: Optional[pulumi.Input[builtins.int]]):
|
308
|
+
pulumi.set(self, "generated_id", value)
|
309
|
+
|
294
310
|
@property
|
295
311
|
@pulumi.getter
|
296
312
|
def name(self) -> Optional[pulumi.Input[builtins.str]]:
|
@@ -692,6 +708,7 @@ class NetworkEndpointGroup(pulumi.CustomResource):
|
|
692
708
|
__props__.__dict__["project"] = project
|
693
709
|
__props__.__dict__["subnetwork"] = subnetwork
|
694
710
|
__props__.__dict__["zone"] = zone
|
711
|
+
__props__.__dict__["generated_id"] = None
|
695
712
|
__props__.__dict__["self_link"] = None
|
696
713
|
__props__.__dict__["size"] = None
|
697
714
|
super(NetworkEndpointGroup, __self__).__init__(
|
@@ -706,6 +723,7 @@ class NetworkEndpointGroup(pulumi.CustomResource):
|
|
706
723
|
opts: Optional[pulumi.ResourceOptions] = None,
|
707
724
|
default_port: Optional[pulumi.Input[builtins.int]] = None,
|
708
725
|
description: Optional[pulumi.Input[builtins.str]] = None,
|
726
|
+
generated_id: Optional[pulumi.Input[builtins.int]] = None,
|
709
727
|
name: Optional[pulumi.Input[builtins.str]] = None,
|
710
728
|
network: Optional[pulumi.Input[builtins.str]] = None,
|
711
729
|
network_endpoint_type: Optional[pulumi.Input[builtins.str]] = None,
|
@@ -725,6 +743,7 @@ class NetworkEndpointGroup(pulumi.CustomResource):
|
|
725
743
|
network endpoint.
|
726
744
|
:param pulumi.Input[builtins.str] description: An optional description of this resource. Provide this property when
|
727
745
|
you create the resource.
|
746
|
+
:param pulumi.Input[builtins.int] generated_id: The uniquely generated identifier for the resource. This identifier is defined by the server.
|
728
747
|
:param pulumi.Input[builtins.str] name: Name of the resource; provided by the client when the resource is
|
729
748
|
created. The name must be 1-63 characters long, and comply with
|
730
749
|
RFC1035. Specifically, the name must be 1-63 characters long and match
|
@@ -760,6 +779,7 @@ class NetworkEndpointGroup(pulumi.CustomResource):
|
|
760
779
|
|
761
780
|
__props__.__dict__["default_port"] = default_port
|
762
781
|
__props__.__dict__["description"] = description
|
782
|
+
__props__.__dict__["generated_id"] = generated_id
|
763
783
|
__props__.__dict__["name"] = name
|
764
784
|
__props__.__dict__["network"] = network
|
765
785
|
__props__.__dict__["network_endpoint_type"] = network_endpoint_type
|
@@ -788,6 +808,14 @@ class NetworkEndpointGroup(pulumi.CustomResource):
|
|
788
808
|
"""
|
789
809
|
return pulumi.get(self, "description")
|
790
810
|
|
811
|
+
@property
|
812
|
+
@pulumi.getter(name="generatedId")
|
813
|
+
def generated_id(self) -> pulumi.Output[builtins.int]:
|
814
|
+
"""
|
815
|
+
The uniquely generated identifier for the resource. This identifier is defined by the server.
|
816
|
+
"""
|
817
|
+
return pulumi.get(self, "generated_id")
|
818
|
+
|
791
819
|
@property
|
792
820
|
@pulumi.getter
|
793
821
|
def name(self) -> pulumi.Output[builtins.str]:
|
pulumi_gcp/compute/outputs.py
CHANGED
@@ -8662,6 +8662,8 @@ class InstanceAttachedDisk(dict):
|
|
8662
8662
|
suggest = "disk_encryption_key_sha256"
|
8663
8663
|
elif key == "diskEncryptionServiceAccount":
|
8664
8664
|
suggest = "disk_encryption_service_account"
|
8665
|
+
elif key == "forceAttach":
|
8666
|
+
suggest = "force_attach"
|
8665
8667
|
elif key == "kmsKeySelfLink":
|
8666
8668
|
suggest = "kms_key_self_link"
|
8667
8669
|
|
@@ -8683,6 +8685,7 @@ class InstanceAttachedDisk(dict):
|
|
8683
8685
|
disk_encryption_key_rsa: Optional[builtins.str] = None,
|
8684
8686
|
disk_encryption_key_sha256: Optional[builtins.str] = None,
|
8685
8687
|
disk_encryption_service_account: Optional[builtins.str] = None,
|
8688
|
+
force_attach: Optional[builtins.bool] = None,
|
8686
8689
|
kms_key_self_link: Optional[builtins.str] = None,
|
8687
8690
|
mode: Optional[builtins.str] = None):
|
8688
8691
|
"""
|
@@ -8701,6 +8704,7 @@ class InstanceAttachedDisk(dict):
|
|
8701
8704
|
encoded SHA-256 hash of the [customer-supplied encryption key]
|
8702
8705
|
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
8703
8706
|
:param 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.
|
8707
|
+
:param 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.
|
8704
8708
|
:param builtins.str kms_key_self_link: The self_link of the encryption key that is
|
8705
8709
|
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`
|
8706
8710
|
may be set.
|
@@ -8720,6 +8724,8 @@ class InstanceAttachedDisk(dict):
|
|
8720
8724
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
8721
8725
|
if disk_encryption_service_account is not None:
|
8722
8726
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
8727
|
+
if force_attach is not None:
|
8728
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
8723
8729
|
if kms_key_self_link is not None:
|
8724
8730
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
8725
8731
|
if mode is not None:
|
@@ -8782,6 +8788,14 @@ class InstanceAttachedDisk(dict):
|
|
8782
8788
|
"""
|
8783
8789
|
return pulumi.get(self, "disk_encryption_service_account")
|
8784
8790
|
|
8791
|
+
@property
|
8792
|
+
@pulumi.getter(name="forceAttach")
|
8793
|
+
def force_attach(self) -> Optional[builtins.bool]:
|
8794
|
+
"""
|
8795
|
+
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.
|
8796
|
+
"""
|
8797
|
+
return pulumi.get(self, "force_attach")
|
8798
|
+
|
8785
8799
|
@property
|
8786
8800
|
@pulumi.getter(name="kmsKeySelfLink")
|
8787
8801
|
def kms_key_self_link(self) -> Optional[builtins.str]:
|
@@ -8821,6 +8835,8 @@ class InstanceBootDisk(dict):
|
|
8821
8835
|
suggest = "disk_encryption_key_sha256"
|
8822
8836
|
elif key == "diskEncryptionServiceAccount":
|
8823
8837
|
suggest = "disk_encryption_service_account"
|
8838
|
+
elif key == "forceAttach":
|
8839
|
+
suggest = "force_attach"
|
8824
8840
|
elif key == "guestOsFeatures":
|
8825
8841
|
suggest = "guest_os_features"
|
8826
8842
|
elif key == "initializeParams":
|
@@ -8846,6 +8862,7 @@ class InstanceBootDisk(dict):
|
|
8846
8862
|
disk_encryption_key_rsa: Optional[builtins.str] = None,
|
8847
8863
|
disk_encryption_key_sha256: Optional[builtins.str] = None,
|
8848
8864
|
disk_encryption_service_account: Optional[builtins.str] = None,
|
8865
|
+
force_attach: Optional[builtins.bool] = None,
|
8849
8866
|
guest_os_features: Optional[Sequence[builtins.str]] = None,
|
8850
8867
|
initialize_params: Optional['outputs.InstanceBootDiskInitializeParams'] = None,
|
8851
8868
|
interface: Optional[builtins.str] = None,
|
@@ -8868,6 +8885,9 @@ class InstanceBootDisk(dict):
|
|
8868
8885
|
encoded SHA-256 hash of the [customer-supplied encryption key]
|
8869
8886
|
(https://cloud.google.com/compute/docs/disks/customer-supplied-encryption) that protects this resource.
|
8870
8887
|
:param 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.
|
8888
|
+
:param builtins.bool force_attach: boolean field that determines whether to force attach the regional
|
8889
|
+
disk even if it's currently attached to another instance. If you try to force attach a zonal
|
8890
|
+
disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
8871
8891
|
:param Sequence[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.
|
8872
8892
|
:param 'InstanceBootDiskInitializeParamsArgs' initialize_params: Parameters for a new disk that will be created
|
8873
8893
|
alongside the new instance. Either `initialize_params` or `source` must be set.
|
@@ -8895,6 +8915,8 @@ class InstanceBootDisk(dict):
|
|
8895
8915
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
8896
8916
|
if disk_encryption_service_account is not None:
|
8897
8917
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
8918
|
+
if force_attach is not None:
|
8919
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
8898
8920
|
if guest_os_features is not None:
|
8899
8921
|
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
8900
8922
|
if initialize_params is not None:
|
@@ -8965,6 +8987,16 @@ class InstanceBootDisk(dict):
|
|
8965
8987
|
"""
|
8966
8988
|
return pulumi.get(self, "disk_encryption_service_account")
|
8967
8989
|
|
8990
|
+
@property
|
8991
|
+
@pulumi.getter(name="forceAttach")
|
8992
|
+
def force_attach(self) -> Optional[builtins.bool]:
|
8993
|
+
"""
|
8994
|
+
boolean field that determines whether to force attach the regional
|
8995
|
+
disk even if it's currently attached to another instance. If you try to force attach a zonal
|
8996
|
+
disk to an instance, you will receive an error. Setting this parameter cause VM recreation.
|
8997
|
+
"""
|
8998
|
+
return pulumi.get(self, "force_attach")
|
8999
|
+
|
8968
9000
|
@property
|
8969
9001
|
@pulumi.getter(name="guestOsFeatures")
|
8970
9002
|
def guest_os_features(self) -> Optional[Sequence[builtins.str]]:
|
@@ -9659,6 +9691,8 @@ class InstanceFromMachineImageAttachedDisk(dict):
|
|
9659
9691
|
suggest = "disk_encryption_key_sha256"
|
9660
9692
|
elif key == "diskEncryptionServiceAccount":
|
9661
9693
|
suggest = "disk_encryption_service_account"
|
9694
|
+
elif key == "forceAttach":
|
9695
|
+
suggest = "force_attach"
|
9662
9696
|
elif key == "kmsKeySelfLink":
|
9663
9697
|
suggest = "kms_key_self_link"
|
9664
9698
|
|
@@ -9680,6 +9714,7 @@ class InstanceFromMachineImageAttachedDisk(dict):
|
|
9680
9714
|
disk_encryption_key_rsa: Optional[builtins.str] = None,
|
9681
9715
|
disk_encryption_key_sha256: Optional[builtins.str] = None,
|
9682
9716
|
disk_encryption_service_account: Optional[builtins.str] = None,
|
9717
|
+
force_attach: Optional[builtins.bool] = None,
|
9683
9718
|
kms_key_self_link: Optional[builtins.str] = None,
|
9684
9719
|
mode: Optional[builtins.str] = None):
|
9685
9720
|
"""
|
@@ -9689,6 +9724,7 @@ class InstanceFromMachineImageAttachedDisk(dict):
|
|
9689
9724
|
:param 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.
|
9690
9725
|
:param builtins.str disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
9691
9726
|
:param 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
|
9727
|
+
:param 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.
|
9692
9728
|
:param 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.
|
9693
9729
|
:param builtins.str mode: Read/write mode for the disk. One of "READ_ONLY" or "READ_WRITE".
|
9694
9730
|
"""
|
@@ -9703,6 +9739,8 @@ class InstanceFromMachineImageAttachedDisk(dict):
|
|
9703
9739
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
9704
9740
|
if disk_encryption_service_account is not None:
|
9705
9741
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
9742
|
+
if force_attach is not None:
|
9743
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
9706
9744
|
if kms_key_self_link is not None:
|
9707
9745
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
9708
9746
|
if mode is not None:
|
@@ -9756,6 +9794,14 @@ class InstanceFromMachineImageAttachedDisk(dict):
|
|
9756
9794
|
"""
|
9757
9795
|
return pulumi.get(self, "disk_encryption_service_account")
|
9758
9796
|
|
9797
|
+
@property
|
9798
|
+
@pulumi.getter(name="forceAttach")
|
9799
|
+
def force_attach(self) -> Optional[builtins.bool]:
|
9800
|
+
"""
|
9801
|
+
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.
|
9802
|
+
"""
|
9803
|
+
return pulumi.get(self, "force_attach")
|
9804
|
+
|
9759
9805
|
@property
|
9760
9806
|
@pulumi.getter(name="kmsKeySelfLink")
|
9761
9807
|
def kms_key_self_link(self) -> Optional[builtins.str]:
|
@@ -9790,6 +9836,8 @@ class InstanceFromMachineImageBootDisk(dict):
|
|
9790
9836
|
suggest = "disk_encryption_key_sha256"
|
9791
9837
|
elif key == "diskEncryptionServiceAccount":
|
9792
9838
|
suggest = "disk_encryption_service_account"
|
9839
|
+
elif key == "forceAttach":
|
9840
|
+
suggest = "force_attach"
|
9793
9841
|
elif key == "guestOsFeatures":
|
9794
9842
|
suggest = "guest_os_features"
|
9795
9843
|
elif key == "initializeParams":
|
@@ -9815,6 +9863,7 @@ class InstanceFromMachineImageBootDisk(dict):
|
|
9815
9863
|
disk_encryption_key_rsa: Optional[builtins.str] = None,
|
9816
9864
|
disk_encryption_key_sha256: Optional[builtins.str] = None,
|
9817
9865
|
disk_encryption_service_account: Optional[builtins.str] = None,
|
9866
|
+
force_attach: Optional[builtins.bool] = None,
|
9818
9867
|
guest_os_features: Optional[Sequence[builtins.str]] = None,
|
9819
9868
|
initialize_params: Optional['outputs.InstanceFromMachineImageBootDiskInitializeParams'] = None,
|
9820
9869
|
interface: Optional[builtins.str] = None,
|
@@ -9828,6 +9877,7 @@ class InstanceFromMachineImageBootDisk(dict):
|
|
9828
9877
|
:param 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.
|
9829
9878
|
:param builtins.str disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
9830
9879
|
:param 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
|
9880
|
+
:param 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.
|
9831
9881
|
:param Sequence[builtins.str] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images.
|
9832
9882
|
:param 'InstanceFromMachineImageBootDiskInitializeParamsArgs' initialize_params: Parameters with which a disk was created alongside the instance.
|
9833
9883
|
:param 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.)
|
@@ -9847,6 +9897,8 @@ class InstanceFromMachineImageBootDisk(dict):
|
|
9847
9897
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
9848
9898
|
if disk_encryption_service_account is not None:
|
9849
9899
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
9900
|
+
if force_attach is not None:
|
9901
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
9850
9902
|
if guest_os_features is not None:
|
9851
9903
|
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
9852
9904
|
if initialize_params is not None:
|
@@ -9908,6 +9960,14 @@ class InstanceFromMachineImageBootDisk(dict):
|
|
9908
9960
|
"""
|
9909
9961
|
return pulumi.get(self, "disk_encryption_service_account")
|
9910
9962
|
|
9963
|
+
@property
|
9964
|
+
@pulumi.getter(name="forceAttach")
|
9965
|
+
def force_attach(self) -> Optional[builtins.bool]:
|
9966
|
+
"""
|
9967
|
+
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.
|
9968
|
+
"""
|
9969
|
+
return pulumi.get(self, "force_attach")
|
9970
|
+
|
9911
9971
|
@property
|
9912
9972
|
@pulumi.getter(name="guestOsFeatures")
|
9913
9973
|
def guest_os_features(self) -> Optional[Sequence[builtins.str]]:
|
@@ -11916,6 +11976,8 @@ class InstanceFromTemplateAttachedDisk(dict):
|
|
11916
11976
|
suggest = "disk_encryption_key_sha256"
|
11917
11977
|
elif key == "diskEncryptionServiceAccount":
|
11918
11978
|
suggest = "disk_encryption_service_account"
|
11979
|
+
elif key == "forceAttach":
|
11980
|
+
suggest = "force_attach"
|
11919
11981
|
elif key == "kmsKeySelfLink":
|
11920
11982
|
suggest = "kms_key_self_link"
|
11921
11983
|
|
@@ -11937,6 +11999,7 @@ class InstanceFromTemplateAttachedDisk(dict):
|
|
11937
11999
|
disk_encryption_key_rsa: Optional[builtins.str] = None,
|
11938
12000
|
disk_encryption_key_sha256: Optional[builtins.str] = None,
|
11939
12001
|
disk_encryption_service_account: Optional[builtins.str] = None,
|
12002
|
+
force_attach: Optional[builtins.bool] = None,
|
11940
12003
|
kms_key_self_link: Optional[builtins.str] = None,
|
11941
12004
|
mode: Optional[builtins.str] = None):
|
11942
12005
|
"""
|
@@ -11946,6 +12009,7 @@ class InstanceFromTemplateAttachedDisk(dict):
|
|
11946
12009
|
:param 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.
|
11947
12010
|
:param builtins.str disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
11948
12011
|
:param 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
|
12012
|
+
:param 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.
|
11949
12013
|
:param 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.
|
11950
12014
|
:param builtins.str mode: Read/write mode for the disk. One of "READ_ONLY" or "READ_WRITE".
|
11951
12015
|
"""
|
@@ -11960,6 +12024,8 @@ class InstanceFromTemplateAttachedDisk(dict):
|
|
11960
12024
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
11961
12025
|
if disk_encryption_service_account is not None:
|
11962
12026
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
12027
|
+
if force_attach is not None:
|
12028
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
11963
12029
|
if kms_key_self_link is not None:
|
11964
12030
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
11965
12031
|
if mode is not None:
|
@@ -12013,6 +12079,14 @@ class InstanceFromTemplateAttachedDisk(dict):
|
|
12013
12079
|
"""
|
12014
12080
|
return pulumi.get(self, "disk_encryption_service_account")
|
12015
12081
|
|
12082
|
+
@property
|
12083
|
+
@pulumi.getter(name="forceAttach")
|
12084
|
+
def force_attach(self) -> Optional[builtins.bool]:
|
12085
|
+
"""
|
12086
|
+
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.
|
12087
|
+
"""
|
12088
|
+
return pulumi.get(self, "force_attach")
|
12089
|
+
|
12016
12090
|
@property
|
12017
12091
|
@pulumi.getter(name="kmsKeySelfLink")
|
12018
12092
|
def kms_key_self_link(self) -> Optional[builtins.str]:
|
@@ -12047,6 +12121,8 @@ class InstanceFromTemplateBootDisk(dict):
|
|
12047
12121
|
suggest = "disk_encryption_key_sha256"
|
12048
12122
|
elif key == "diskEncryptionServiceAccount":
|
12049
12123
|
suggest = "disk_encryption_service_account"
|
12124
|
+
elif key == "forceAttach":
|
12125
|
+
suggest = "force_attach"
|
12050
12126
|
elif key == "guestOsFeatures":
|
12051
12127
|
suggest = "guest_os_features"
|
12052
12128
|
elif key == "initializeParams":
|
@@ -12072,6 +12148,7 @@ class InstanceFromTemplateBootDisk(dict):
|
|
12072
12148
|
disk_encryption_key_rsa: Optional[builtins.str] = None,
|
12073
12149
|
disk_encryption_key_sha256: Optional[builtins.str] = None,
|
12074
12150
|
disk_encryption_service_account: Optional[builtins.str] = None,
|
12151
|
+
force_attach: Optional[builtins.bool] = None,
|
12075
12152
|
guest_os_features: Optional[Sequence[builtins.str]] = None,
|
12076
12153
|
initialize_params: Optional['outputs.InstanceFromTemplateBootDiskInitializeParams'] = None,
|
12077
12154
|
interface: Optional[builtins.str] = None,
|
@@ -12085,6 +12162,7 @@ class InstanceFromTemplateBootDisk(dict):
|
|
12085
12162
|
:param 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.
|
12086
12163
|
:param builtins.str disk_encryption_key_sha256: The RFC 4648 base64 encoded SHA-256 hash of the customer-supplied encryption key that protects this resource.
|
12087
12164
|
:param 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
|
12165
|
+
:param 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.
|
12088
12166
|
:param Sequence[builtins.str] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images.
|
12089
12167
|
:param 'InstanceFromTemplateBootDiskInitializeParamsArgs' initialize_params: Parameters with which a disk was created alongside the instance.
|
12090
12168
|
:param 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.)
|
@@ -12104,6 +12182,8 @@ class InstanceFromTemplateBootDisk(dict):
|
|
12104
12182
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
12105
12183
|
if disk_encryption_service_account is not None:
|
12106
12184
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
12185
|
+
if force_attach is not None:
|
12186
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
12107
12187
|
if guest_os_features is not None:
|
12108
12188
|
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
12109
12189
|
if initialize_params is not None:
|
@@ -12165,6 +12245,14 @@ class InstanceFromTemplateBootDisk(dict):
|
|
12165
12245
|
"""
|
12166
12246
|
return pulumi.get(self, "disk_encryption_service_account")
|
12167
12247
|
|
12248
|
+
@property
|
12249
|
+
@pulumi.getter(name="forceAttach")
|
12250
|
+
def force_attach(self) -> Optional[builtins.bool]:
|
12251
|
+
"""
|
12252
|
+
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.
|
12253
|
+
"""
|
12254
|
+
return pulumi.get(self, "force_attach")
|
12255
|
+
|
12168
12256
|
@property
|
12169
12257
|
@pulumi.getter(name="guestOsFeatures")
|
12170
12258
|
def guest_os_features(self) -> Optional[Sequence[builtins.str]]:
|
@@ -58387,6 +58475,7 @@ class GetInstanceAttachedDiskResult(dict):
|
|
58387
58475
|
disk_encryption_key_rsa: builtins.str,
|
58388
58476
|
disk_encryption_key_sha256: builtins.str,
|
58389
58477
|
disk_encryption_service_account: builtins.str,
|
58478
|
+
force_attach: builtins.bool,
|
58390
58479
|
kms_key_self_link: builtins.str,
|
58391
58480
|
mode: builtins.str,
|
58392
58481
|
source: builtins.str):
|
@@ -58399,6 +58488,7 @@ class GetInstanceAttachedDiskResult(dict):
|
|
58399
58488
|
encoded SHA-256 hash of the [customer-supplied encryption key]
|
58400
58489
|
(<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
|
58401
58490
|
:param 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
|
58491
|
+
:param 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.
|
58402
58492
|
:param 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.
|
58403
58493
|
:param builtins.str mode: Read/write mode for the disk. One of `"READ_ONLY"` or `"READ_WRITE"`.
|
58404
58494
|
:param builtins.str source: The self_link of the disk attached to this instance.
|
@@ -58408,6 +58498,7 @@ class GetInstanceAttachedDiskResult(dict):
|
|
58408
58498
|
pulumi.set(__self__, "disk_encryption_key_rsa", disk_encryption_key_rsa)
|
58409
58499
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
58410
58500
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
58501
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
58411
58502
|
pulumi.set(__self__, "kms_key_self_link", kms_key_self_link)
|
58412
58503
|
pulumi.set(__self__, "mode", mode)
|
58413
58504
|
pulumi.set(__self__, "source", source)
|
@@ -58455,6 +58546,14 @@ class GetInstanceAttachedDiskResult(dict):
|
|
58455
58546
|
"""
|
58456
58547
|
return pulumi.get(self, "disk_encryption_service_account")
|
58457
58548
|
|
58549
|
+
@property
|
58550
|
+
@pulumi.getter(name="forceAttach")
|
58551
|
+
def force_attach(self) -> builtins.bool:
|
58552
|
+
"""
|
58553
|
+
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.
|
58554
|
+
"""
|
58555
|
+
return pulumi.get(self, "force_attach")
|
58556
|
+
|
58458
58557
|
@property
|
58459
58558
|
@pulumi.getter(name="kmsKeySelfLink")
|
58460
58559
|
def kms_key_self_link(self) -> builtins.str:
|
@@ -58489,6 +58588,7 @@ class GetInstanceBootDiskResult(dict):
|
|
58489
58588
|
disk_encryption_key_rsa: builtins.str,
|
58490
58589
|
disk_encryption_key_sha256: builtins.str,
|
58491
58590
|
disk_encryption_service_account: builtins.str,
|
58591
|
+
force_attach: builtins.bool,
|
58492
58592
|
guest_os_features: Sequence[builtins.str],
|
58493
58593
|
initialize_params: Sequence['outputs.GetInstanceBootDiskInitializeParamResult'],
|
58494
58594
|
interface: builtins.str,
|
@@ -58505,6 +58605,7 @@ class GetInstanceBootDiskResult(dict):
|
|
58505
58605
|
encoded SHA-256 hash of the [customer-supplied encryption key]
|
58506
58606
|
(<https://cloud.google.com/compute/docs/disks/customer-supplied-encryption>) that protects this resource.
|
58507
58607
|
:param 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
|
58608
|
+
:param 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.
|
58508
58609
|
:param Sequence[builtins.str] guest_os_features: A list of features to enable on the guest operating system. Applicable only for bootable images.
|
58509
58610
|
:param Sequence['GetInstanceBootDiskInitializeParamArgs'] initialize_params: Parameters with which a disk was created alongside the instance.
|
58510
58611
|
Structure is documented below.
|
@@ -58519,6 +58620,7 @@ class GetInstanceBootDiskResult(dict):
|
|
58519
58620
|
pulumi.set(__self__, "disk_encryption_key_rsa", disk_encryption_key_rsa)
|
58520
58621
|
pulumi.set(__self__, "disk_encryption_key_sha256", disk_encryption_key_sha256)
|
58521
58622
|
pulumi.set(__self__, "disk_encryption_service_account", disk_encryption_service_account)
|
58623
|
+
pulumi.set(__self__, "force_attach", force_attach)
|
58522
58624
|
pulumi.set(__self__, "guest_os_features", guest_os_features)
|
58523
58625
|
pulumi.set(__self__, "initialize_params", initialize_params)
|
58524
58626
|
pulumi.set(__self__, "interface", interface)
|
@@ -58577,6 +58679,14 @@ class GetInstanceBootDiskResult(dict):
|
|
58577
58679
|
"""
|
58578
58680
|
return pulumi.get(self, "disk_encryption_service_account")
|
58579
58681
|
|
58682
|
+
@property
|
58683
|
+
@pulumi.getter(name="forceAttach")
|
58684
|
+
def force_attach(self) -> builtins.bool:
|
58685
|
+
"""
|
58686
|
+
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.
|
58687
|
+
"""
|
58688
|
+
return pulumi.get(self, "force_attach")
|
58689
|
+
|
58580
58690
|
@property
|
58581
58691
|
@pulumi.getter(name="guestOsFeatures")
|
58582
58692
|
def guest_os_features(self) -> Sequence[builtins.str]:
|