pulumi-gcp 8.31.0a1747205151__py3-none-any.whl → 8.32.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pulumi_gcp/__init__.py +96 -0
- pulumi_gcp/accesscontextmanager/authorized_orgs_desc.py +2 -2
- pulumi_gcp/alloydb/_inputs.py +164 -0
- pulumi_gcp/alloydb/outputs.py +211 -0
- 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/_inputs.py +20 -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/apigee/outputs.py +12 -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/routine.py +56 -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/bigtable/table.py +7 -7
- pulumi_gcp/certificateauthority/_inputs.py +20 -19
- pulumi_gcp/certificateauthority/authority.py +70 -0
- pulumi_gcp/certificateauthority/outputs.py +12 -11
- 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/cloudfunctionsv2/function.py +4 -4
- pulumi_gcp/colab/schedule.py +2 -2
- pulumi_gcp/compute/__init__.py +1 -0
- pulumi_gcp/compute/_inputs.py +438 -0
- pulumi_gcp/compute/backend_service.py +259 -51
- pulumi_gcp/compute/cross_site_network.py +374 -0
- pulumi_gcp/compute/get_backend_service.py +23 -1
- pulumi_gcp/compute/get_global_forwarding_rule.py +23 -1
- pulumi_gcp/compute/get_health_check.py +12 -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/health_check.py +120 -0
- pulumi_gcp/compute/instance_template.py +28 -0
- pulumi_gcp/compute/network_endpoint_group.py +28 -0
- pulumi_gcp/compute/outputs.py +463 -0
- pulumi_gcp/compute/region_backend_service.py +58 -51
- pulumi_gcp/compute/region_health_check.py +120 -0
- pulumi_gcp/container/_inputs.py +6 -6
- pulumi_gcp/container/cluster.py +47 -0
- pulumi_gcp/container/get_cluster.py +12 -1
- pulumi_gcp/container/outputs.py +4 -4
- 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.py +1 -12
- 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.py +0 -61
- 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 +6245 -2553
- pulumi_gcp/diagflow/cx_agent.py +60 -0
- pulumi_gcp/diagflow/cx_flow.py +306 -0
- pulumi_gcp/diagflow/cx_page.py +290 -0
- pulumi_gcp/diagflow/entity_type.py +2 -2
- pulumi_gcp/diagflow/outputs.py +4924 -2135
- 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 +58 -2
- pulumi_gcp/netapp/backup_vault.py +185 -0
- pulumi_gcp/netapp/storage_pool.py +2 -2
- pulumi_gcp/networkconnectivity/internal_range.py +47 -0
- pulumi_gcp/networkconnectivity/regional_endpoint.py +13 -13
- 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/networkservices/_inputs.py +43 -0
- pulumi_gcp/networkservices/edge_cache_origin.py +61 -0
- pulumi_gcp/networkservices/outputs.py +43 -0
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/get_instance.py +1 -12
- pulumi_gcp/redis/instance.py +0 -61
- 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/spanner/database.py +56 -0
- pulumi_gcp/spanner/get_database.py +12 -1
- pulumi_gcp/storage/bucket.py +4 -4
- pulumi_gcp/storage/get_bucket_object_content.py +29 -1
- 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.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/RECORD +289 -273
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.31.0a1747205151.dist-info → pulumi_gcp-8.32.0.dist-info}/top_level.txt +0 -0
@@ -29,7 +29,7 @@ class WebTypeAppEngingIamBindingArgs:
|
|
29
29
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
30
30
|
"""
|
31
31
|
The set of arguments for constructing a WebTypeAppEngingIamBinding resource.
|
32
|
-
:param pulumi.Input[builtins.str] app_id:
|
32
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
33
33
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
34
34
|
Each entry can have one of the following values:
|
35
35
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -61,7 +61,7 @@ class WebTypeAppEngingIamBindingArgs:
|
|
61
61
|
@pulumi.getter(name="appId")
|
62
62
|
def app_id(self) -> pulumi.Input[builtins.str]:
|
63
63
|
"""
|
64
|
-
|
64
|
+
Used to find the parent resource to bind the IAM policy to
|
65
65
|
"""
|
66
66
|
return pulumi.get(self, "app_id")
|
67
67
|
|
@@ -143,7 +143,7 @@ class _WebTypeAppEngingIamBindingState:
|
|
143
143
|
role: Optional[pulumi.Input[builtins.str]] = None):
|
144
144
|
"""
|
145
145
|
Input properties used for looking up and filtering WebTypeAppEngingIamBinding resources.
|
146
|
-
:param pulumi.Input[builtins.str] app_id:
|
146
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
147
147
|
:param pulumi.Input['WebTypeAppEngingIamBindingConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
148
148
|
Structure is documented below.
|
149
149
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
@@ -181,7 +181,7 @@ class _WebTypeAppEngingIamBindingState:
|
|
181
181
|
@pulumi.getter(name="appId")
|
182
182
|
def app_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
183
183
|
"""
|
184
|
-
|
184
|
+
Used to find the parent resource to bind the IAM policy to
|
185
185
|
"""
|
186
186
|
return pulumi.get(self, "app_id")
|
187
187
|
|
@@ -546,7 +546,7 @@ class WebTypeAppEngingIamBinding(pulumi.CustomResource):
|
|
546
546
|
|
547
547
|
:param str resource_name: The name of the resource.
|
548
548
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
549
|
-
:param pulumi.Input[builtins.str] app_id:
|
549
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
550
550
|
:param pulumi.Input[Union['WebTypeAppEngingIamBindingConditionArgs', 'WebTypeAppEngingIamBindingConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
551
551
|
Structure is documented below.
|
552
552
|
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] members: Identities that will be granted the privilege in `role`.
|
@@ -904,7 +904,7 @@ class WebTypeAppEngingIamBinding(pulumi.CustomResource):
|
|
904
904
|
:param str resource_name: The unique name of the resulting resource.
|
905
905
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
906
906
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
907
|
-
:param pulumi.Input[builtins.str] app_id:
|
907
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
908
908
|
:param pulumi.Input[Union['WebTypeAppEngingIamBindingConditionArgs', 'WebTypeAppEngingIamBindingConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
909
909
|
Structure is documented below.
|
910
910
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
@@ -941,7 +941,7 @@ class WebTypeAppEngingIamBinding(pulumi.CustomResource):
|
|
941
941
|
@pulumi.getter(name="appId")
|
942
942
|
def app_id(self) -> pulumi.Output[builtins.str]:
|
943
943
|
"""
|
944
|
-
|
944
|
+
Used to find the parent resource to bind the IAM policy to
|
945
945
|
"""
|
946
946
|
return pulumi.get(self, "app_id")
|
947
947
|
|
@@ -29,7 +29,7 @@ class WebTypeAppEngingIamMemberArgs:
|
|
29
29
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
30
30
|
"""
|
31
31
|
The set of arguments for constructing a WebTypeAppEngingIamMember resource.
|
32
|
-
:param pulumi.Input[builtins.str] app_id:
|
32
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
33
33
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
34
34
|
Each entry can have one of the following values:
|
35
35
|
* **allUsers**: A special identifier that represents anyone who is on the internet; with or without a Google account.
|
@@ -61,7 +61,7 @@ class WebTypeAppEngingIamMemberArgs:
|
|
61
61
|
@pulumi.getter(name="appId")
|
62
62
|
def app_id(self) -> pulumi.Input[builtins.str]:
|
63
63
|
"""
|
64
|
-
|
64
|
+
Used to find the parent resource to bind the IAM policy to
|
65
65
|
"""
|
66
66
|
return pulumi.get(self, "app_id")
|
67
67
|
|
@@ -143,7 +143,7 @@ class _WebTypeAppEngingIamMemberState:
|
|
143
143
|
role: Optional[pulumi.Input[builtins.str]] = None):
|
144
144
|
"""
|
145
145
|
Input properties used for looking up and filtering WebTypeAppEngingIamMember resources.
|
146
|
-
:param pulumi.Input[builtins.str] app_id:
|
146
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
147
147
|
:param pulumi.Input['WebTypeAppEngingIamMemberConditionArgs'] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
148
148
|
Structure is documented below.
|
149
149
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
@@ -181,7 +181,7 @@ class _WebTypeAppEngingIamMemberState:
|
|
181
181
|
@pulumi.getter(name="appId")
|
182
182
|
def app_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
183
183
|
"""
|
184
|
-
|
184
|
+
Used to find the parent resource to bind the IAM policy to
|
185
185
|
"""
|
186
186
|
return pulumi.get(self, "app_id")
|
187
187
|
|
@@ -546,7 +546,7 @@ class WebTypeAppEngingIamMember(pulumi.CustomResource):
|
|
546
546
|
|
547
547
|
:param str resource_name: The name of the resource.
|
548
548
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
549
|
-
:param pulumi.Input[builtins.str] app_id:
|
549
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
550
550
|
:param pulumi.Input[Union['WebTypeAppEngingIamMemberConditionArgs', 'WebTypeAppEngingIamMemberConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
551
551
|
Structure is documented below.
|
552
552
|
:param pulumi.Input[builtins.str] member: Identities that will be granted the privilege in `role`.
|
@@ -904,7 +904,7 @@ class WebTypeAppEngingIamMember(pulumi.CustomResource):
|
|
904
904
|
:param str resource_name: The unique name of the resulting resource.
|
905
905
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
906
906
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
907
|
-
:param pulumi.Input[builtins.str] app_id:
|
907
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
908
908
|
:param pulumi.Input[Union['WebTypeAppEngingIamMemberConditionArgs', 'WebTypeAppEngingIamMemberConditionArgsDict']] condition: An [IAM Condition](https://cloud.google.com/iam/docs/conditions-overview) for a given binding.
|
909
909
|
Structure is documented below.
|
910
910
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
@@ -941,7 +941,7 @@ class WebTypeAppEngingIamMember(pulumi.CustomResource):
|
|
941
941
|
@pulumi.getter(name="appId")
|
942
942
|
def app_id(self) -> pulumi.Output[builtins.str]:
|
943
943
|
"""
|
944
|
-
|
944
|
+
Used to find the parent resource to bind the IAM policy to
|
945
945
|
"""
|
946
946
|
return pulumi.get(self, "app_id")
|
947
947
|
|
@@ -25,7 +25,7 @@ class WebTypeAppEngingIamPolicyArgs:
|
|
25
25
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
26
26
|
"""
|
27
27
|
The set of arguments for constructing a WebTypeAppEngingIamPolicy resource.
|
28
|
-
:param pulumi.Input[builtins.str] app_id:
|
28
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
29
29
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
30
30
|
a `organizations_get_iam_policy` data source.
|
31
31
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -40,7 +40,7 @@ class WebTypeAppEngingIamPolicyArgs:
|
|
40
40
|
@pulumi.getter(name="appId")
|
41
41
|
def app_id(self) -> pulumi.Input[builtins.str]:
|
42
42
|
"""
|
43
|
-
|
43
|
+
Used to find the parent resource to bind the IAM policy to
|
44
44
|
"""
|
45
45
|
return pulumi.get(self, "app_id")
|
46
46
|
|
@@ -84,7 +84,7 @@ class _WebTypeAppEngingIamPolicyState:
|
|
84
84
|
project: Optional[pulumi.Input[builtins.str]] = None):
|
85
85
|
"""
|
86
86
|
Input properties used for looking up and filtering WebTypeAppEngingIamPolicy resources.
|
87
|
-
:param pulumi.Input[builtins.str] app_id:
|
87
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
88
88
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
89
89
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
90
90
|
a `organizations_get_iam_policy` data source.
|
@@ -104,7 +104,7 @@ class _WebTypeAppEngingIamPolicyState:
|
|
104
104
|
@pulumi.getter(name="appId")
|
105
105
|
def app_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
106
106
|
"""
|
107
|
-
|
107
|
+
Used to find the parent resource to bind the IAM policy to
|
108
108
|
"""
|
109
109
|
return pulumi.get(self, "app_id")
|
110
110
|
|
@@ -431,7 +431,7 @@ class WebTypeAppEngingIamPolicy(pulumi.CustomResource):
|
|
431
431
|
|
432
432
|
:param str resource_name: The name of the resource.
|
433
433
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
434
|
-
:param pulumi.Input[builtins.str] app_id:
|
434
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
435
435
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
436
436
|
a `organizations_get_iam_policy` data source.
|
437
437
|
:param pulumi.Input[builtins.str] project: The ID of the project in which the resource belongs.
|
@@ -767,7 +767,7 @@ class WebTypeAppEngingIamPolicy(pulumi.CustomResource):
|
|
767
767
|
:param str resource_name: The unique name of the resulting resource.
|
768
768
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
769
769
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
770
|
-
:param pulumi.Input[builtins.str] app_id:
|
770
|
+
:param pulumi.Input[builtins.str] app_id: Used to find the parent resource to bind the IAM policy to
|
771
771
|
:param pulumi.Input[builtins.str] etag: (Computed) The etag of the IAM policy.
|
772
772
|
:param pulumi.Input[builtins.str] policy_data: The policy data generated by
|
773
773
|
a `organizations_get_iam_policy` data source.
|
@@ -788,7 +788,7 @@ class WebTypeAppEngingIamPolicy(pulumi.CustomResource):
|
|
788
788
|
@pulumi.getter(name="appId")
|
789
789
|
def app_id(self) -> pulumi.Output[builtins.str]:
|
790
790
|
"""
|
791
|
-
|
791
|
+
Used to find the parent resource to bind the IAM policy to
|
792
792
|
"""
|
793
793
|
return pulumi.get(self, "app_id")
|
794
794
|
|
pulumi_gcp/lustre/__init__.py
CHANGED
@@ -0,0 +1,280 @@
|
|
1
|
+
# coding=utf-8
|
2
|
+
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
3
|
+
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
4
|
+
|
5
|
+
import builtins
|
6
|
+
import copy
|
7
|
+
import warnings
|
8
|
+
import sys
|
9
|
+
import pulumi
|
10
|
+
import pulumi.runtime
|
11
|
+
from typing import Any, Mapping, Optional, Sequence, Union, overload
|
12
|
+
if sys.version_info >= (3, 11):
|
13
|
+
from typing import NotRequired, TypedDict, TypeAlias
|
14
|
+
else:
|
15
|
+
from typing_extensions import NotRequired, TypedDict, TypeAlias
|
16
|
+
from .. import _utilities
|
17
|
+
|
18
|
+
__all__ = [
|
19
|
+
'GetInstanceResult',
|
20
|
+
'AwaitableGetInstanceResult',
|
21
|
+
'get_instance',
|
22
|
+
'get_instance_output',
|
23
|
+
]
|
24
|
+
|
25
|
+
@pulumi.output_type
|
26
|
+
class GetInstanceResult:
|
27
|
+
"""
|
28
|
+
A collection of values returned by getInstance.
|
29
|
+
"""
|
30
|
+
def __init__(__self__, capacity_gib=None, create_time=None, description=None, effective_labels=None, filesystem=None, gke_support_enabled=None, id=None, instance_id=None, labels=None, location=None, mount_point=None, name=None, network=None, project=None, pulumi_labels=None, state=None, update_time=None, zone=None):
|
31
|
+
if capacity_gib and not isinstance(capacity_gib, str):
|
32
|
+
raise TypeError("Expected argument 'capacity_gib' to be a str")
|
33
|
+
pulumi.set(__self__, "capacity_gib", capacity_gib)
|
34
|
+
if create_time and not isinstance(create_time, str):
|
35
|
+
raise TypeError("Expected argument 'create_time' to be a str")
|
36
|
+
pulumi.set(__self__, "create_time", create_time)
|
37
|
+
if description and not isinstance(description, str):
|
38
|
+
raise TypeError("Expected argument 'description' to be a str")
|
39
|
+
pulumi.set(__self__, "description", description)
|
40
|
+
if effective_labels and not isinstance(effective_labels, dict):
|
41
|
+
raise TypeError("Expected argument 'effective_labels' to be a dict")
|
42
|
+
pulumi.set(__self__, "effective_labels", effective_labels)
|
43
|
+
if filesystem and not isinstance(filesystem, str):
|
44
|
+
raise TypeError("Expected argument 'filesystem' to be a str")
|
45
|
+
pulumi.set(__self__, "filesystem", filesystem)
|
46
|
+
if gke_support_enabled and not isinstance(gke_support_enabled, bool):
|
47
|
+
raise TypeError("Expected argument 'gke_support_enabled' to be a bool")
|
48
|
+
pulumi.set(__self__, "gke_support_enabled", gke_support_enabled)
|
49
|
+
if id and not isinstance(id, str):
|
50
|
+
raise TypeError("Expected argument 'id' to be a str")
|
51
|
+
pulumi.set(__self__, "id", id)
|
52
|
+
if instance_id and not isinstance(instance_id, str):
|
53
|
+
raise TypeError("Expected argument 'instance_id' to be a str")
|
54
|
+
pulumi.set(__self__, "instance_id", instance_id)
|
55
|
+
if labels and not isinstance(labels, dict):
|
56
|
+
raise TypeError("Expected argument 'labels' to be a dict")
|
57
|
+
pulumi.set(__self__, "labels", labels)
|
58
|
+
if location and not isinstance(location, str):
|
59
|
+
raise TypeError("Expected argument 'location' to be a str")
|
60
|
+
pulumi.set(__self__, "location", location)
|
61
|
+
if mount_point and not isinstance(mount_point, str):
|
62
|
+
raise TypeError("Expected argument 'mount_point' to be a str")
|
63
|
+
pulumi.set(__self__, "mount_point", mount_point)
|
64
|
+
if name and not isinstance(name, str):
|
65
|
+
raise TypeError("Expected argument 'name' to be a str")
|
66
|
+
pulumi.set(__self__, "name", name)
|
67
|
+
if network and not isinstance(network, str):
|
68
|
+
raise TypeError("Expected argument 'network' to be a str")
|
69
|
+
pulumi.set(__self__, "network", network)
|
70
|
+
if project and not isinstance(project, str):
|
71
|
+
raise TypeError("Expected argument 'project' to be a str")
|
72
|
+
pulumi.set(__self__, "project", project)
|
73
|
+
if pulumi_labels and not isinstance(pulumi_labels, dict):
|
74
|
+
raise TypeError("Expected argument 'pulumi_labels' to be a dict")
|
75
|
+
pulumi.set(__self__, "pulumi_labels", pulumi_labels)
|
76
|
+
if state and not isinstance(state, str):
|
77
|
+
raise TypeError("Expected argument 'state' to be a str")
|
78
|
+
pulumi.set(__self__, "state", state)
|
79
|
+
if update_time and not isinstance(update_time, str):
|
80
|
+
raise TypeError("Expected argument 'update_time' to be a str")
|
81
|
+
pulumi.set(__self__, "update_time", update_time)
|
82
|
+
if zone and not isinstance(zone, str):
|
83
|
+
raise TypeError("Expected argument 'zone' to be a str")
|
84
|
+
pulumi.set(__self__, "zone", zone)
|
85
|
+
|
86
|
+
@property
|
87
|
+
@pulumi.getter(name="capacityGib")
|
88
|
+
def capacity_gib(self) -> builtins.str:
|
89
|
+
return pulumi.get(self, "capacity_gib")
|
90
|
+
|
91
|
+
@property
|
92
|
+
@pulumi.getter(name="createTime")
|
93
|
+
def create_time(self) -> builtins.str:
|
94
|
+
return pulumi.get(self, "create_time")
|
95
|
+
|
96
|
+
@property
|
97
|
+
@pulumi.getter
|
98
|
+
def description(self) -> builtins.str:
|
99
|
+
return pulumi.get(self, "description")
|
100
|
+
|
101
|
+
@property
|
102
|
+
@pulumi.getter(name="effectiveLabels")
|
103
|
+
def effective_labels(self) -> Mapping[str, builtins.str]:
|
104
|
+
return pulumi.get(self, "effective_labels")
|
105
|
+
|
106
|
+
@property
|
107
|
+
@pulumi.getter
|
108
|
+
def filesystem(self) -> builtins.str:
|
109
|
+
return pulumi.get(self, "filesystem")
|
110
|
+
|
111
|
+
@property
|
112
|
+
@pulumi.getter(name="gkeSupportEnabled")
|
113
|
+
def gke_support_enabled(self) -> builtins.bool:
|
114
|
+
return pulumi.get(self, "gke_support_enabled")
|
115
|
+
|
116
|
+
@property
|
117
|
+
@pulumi.getter
|
118
|
+
def id(self) -> builtins.str:
|
119
|
+
"""
|
120
|
+
The provider-assigned unique ID for this managed resource.
|
121
|
+
"""
|
122
|
+
return pulumi.get(self, "id")
|
123
|
+
|
124
|
+
@property
|
125
|
+
@pulumi.getter(name="instanceId")
|
126
|
+
def instance_id(self) -> builtins.str:
|
127
|
+
return pulumi.get(self, "instance_id")
|
128
|
+
|
129
|
+
@property
|
130
|
+
@pulumi.getter
|
131
|
+
def labels(self) -> Mapping[str, builtins.str]:
|
132
|
+
return pulumi.get(self, "labels")
|
133
|
+
|
134
|
+
@property
|
135
|
+
@pulumi.getter
|
136
|
+
def location(self) -> builtins.str:
|
137
|
+
return pulumi.get(self, "location")
|
138
|
+
|
139
|
+
@property
|
140
|
+
@pulumi.getter(name="mountPoint")
|
141
|
+
def mount_point(self) -> builtins.str:
|
142
|
+
return pulumi.get(self, "mount_point")
|
143
|
+
|
144
|
+
@property
|
145
|
+
@pulumi.getter
|
146
|
+
def name(self) -> builtins.str:
|
147
|
+
return pulumi.get(self, "name")
|
148
|
+
|
149
|
+
@property
|
150
|
+
@pulumi.getter
|
151
|
+
def network(self) -> builtins.str:
|
152
|
+
return pulumi.get(self, "network")
|
153
|
+
|
154
|
+
@property
|
155
|
+
@pulumi.getter
|
156
|
+
def project(self) -> Optional[builtins.str]:
|
157
|
+
return pulumi.get(self, "project")
|
158
|
+
|
159
|
+
@property
|
160
|
+
@pulumi.getter(name="pulumiLabels")
|
161
|
+
def pulumi_labels(self) -> Mapping[str, builtins.str]:
|
162
|
+
return pulumi.get(self, "pulumi_labels")
|
163
|
+
|
164
|
+
@property
|
165
|
+
@pulumi.getter
|
166
|
+
def state(self) -> builtins.str:
|
167
|
+
return pulumi.get(self, "state")
|
168
|
+
|
169
|
+
@property
|
170
|
+
@pulumi.getter(name="updateTime")
|
171
|
+
def update_time(self) -> builtins.str:
|
172
|
+
return pulumi.get(self, "update_time")
|
173
|
+
|
174
|
+
@property
|
175
|
+
@pulumi.getter
|
176
|
+
def zone(self) -> Optional[builtins.str]:
|
177
|
+
return pulumi.get(self, "zone")
|
178
|
+
|
179
|
+
|
180
|
+
class AwaitableGetInstanceResult(GetInstanceResult):
|
181
|
+
# pylint: disable=using-constant-test
|
182
|
+
def __await__(self):
|
183
|
+
if False:
|
184
|
+
yield self
|
185
|
+
return GetInstanceResult(
|
186
|
+
capacity_gib=self.capacity_gib,
|
187
|
+
create_time=self.create_time,
|
188
|
+
description=self.description,
|
189
|
+
effective_labels=self.effective_labels,
|
190
|
+
filesystem=self.filesystem,
|
191
|
+
gke_support_enabled=self.gke_support_enabled,
|
192
|
+
id=self.id,
|
193
|
+
instance_id=self.instance_id,
|
194
|
+
labels=self.labels,
|
195
|
+
location=self.location,
|
196
|
+
mount_point=self.mount_point,
|
197
|
+
name=self.name,
|
198
|
+
network=self.network,
|
199
|
+
project=self.project,
|
200
|
+
pulumi_labels=self.pulumi_labels,
|
201
|
+
state=self.state,
|
202
|
+
update_time=self.update_time,
|
203
|
+
zone=self.zone)
|
204
|
+
|
205
|
+
|
206
|
+
def get_instance(instance_id: Optional[builtins.str] = None,
|
207
|
+
project: Optional[builtins.str] = None,
|
208
|
+
zone: Optional[builtins.str] = None,
|
209
|
+
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetInstanceResult:
|
210
|
+
"""
|
211
|
+
Use this data source to get information about a Lustre instance. For more information see the [API docs](https://cloud.google.com/filestore/docs/lustre/reference/rest/v1/projects.locations.instances).
|
212
|
+
|
213
|
+
|
214
|
+
:param builtins.str instance_id: The instance id of the Lustre instance.
|
215
|
+
:param builtins.str project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
216
|
+
:param builtins.str zone: The ID of the zone in which the resource belongs. If it is not provided, the provider zone is used.
|
217
|
+
"""
|
218
|
+
__args__ = dict()
|
219
|
+
__args__['instanceId'] = instance_id
|
220
|
+
__args__['project'] = project
|
221
|
+
__args__['zone'] = zone
|
222
|
+
opts = pulumi.InvokeOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
223
|
+
__ret__ = pulumi.runtime.invoke('gcp:lustre/getInstance:getInstance', __args__, opts=opts, typ=GetInstanceResult).value
|
224
|
+
|
225
|
+
return AwaitableGetInstanceResult(
|
226
|
+
capacity_gib=pulumi.get(__ret__, 'capacity_gib'),
|
227
|
+
create_time=pulumi.get(__ret__, 'create_time'),
|
228
|
+
description=pulumi.get(__ret__, 'description'),
|
229
|
+
effective_labels=pulumi.get(__ret__, 'effective_labels'),
|
230
|
+
filesystem=pulumi.get(__ret__, 'filesystem'),
|
231
|
+
gke_support_enabled=pulumi.get(__ret__, 'gke_support_enabled'),
|
232
|
+
id=pulumi.get(__ret__, 'id'),
|
233
|
+
instance_id=pulumi.get(__ret__, 'instance_id'),
|
234
|
+
labels=pulumi.get(__ret__, 'labels'),
|
235
|
+
location=pulumi.get(__ret__, 'location'),
|
236
|
+
mount_point=pulumi.get(__ret__, 'mount_point'),
|
237
|
+
name=pulumi.get(__ret__, 'name'),
|
238
|
+
network=pulumi.get(__ret__, 'network'),
|
239
|
+
project=pulumi.get(__ret__, 'project'),
|
240
|
+
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
241
|
+
state=pulumi.get(__ret__, 'state'),
|
242
|
+
update_time=pulumi.get(__ret__, 'update_time'),
|
243
|
+
zone=pulumi.get(__ret__, 'zone'))
|
244
|
+
def get_instance_output(instance_id: Optional[pulumi.Input[builtins.str]] = None,
|
245
|
+
project: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
246
|
+
zone: Optional[pulumi.Input[Optional[builtins.str]]] = None,
|
247
|
+
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetInstanceResult]:
|
248
|
+
"""
|
249
|
+
Use this data source to get information about a Lustre instance. For more information see the [API docs](https://cloud.google.com/filestore/docs/lustre/reference/rest/v1/projects.locations.instances).
|
250
|
+
|
251
|
+
|
252
|
+
:param builtins.str instance_id: The instance id of the Lustre instance.
|
253
|
+
:param builtins.str project: The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
|
254
|
+
:param builtins.str zone: The ID of the zone in which the resource belongs. If it is not provided, the provider zone is used.
|
255
|
+
"""
|
256
|
+
__args__ = dict()
|
257
|
+
__args__['instanceId'] = instance_id
|
258
|
+
__args__['project'] = project
|
259
|
+
__args__['zone'] = zone
|
260
|
+
opts = pulumi.InvokeOutputOptions.merge(_utilities.get_invoke_opts_defaults(), opts)
|
261
|
+
__ret__ = pulumi.runtime.invoke_output('gcp:lustre/getInstance:getInstance', __args__, opts=opts, typ=GetInstanceResult)
|
262
|
+
return __ret__.apply(lambda __response__: GetInstanceResult(
|
263
|
+
capacity_gib=pulumi.get(__response__, 'capacity_gib'),
|
264
|
+
create_time=pulumi.get(__response__, 'create_time'),
|
265
|
+
description=pulumi.get(__response__, 'description'),
|
266
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
267
|
+
filesystem=pulumi.get(__response__, 'filesystem'),
|
268
|
+
gke_support_enabled=pulumi.get(__response__, 'gke_support_enabled'),
|
269
|
+
id=pulumi.get(__response__, 'id'),
|
270
|
+
instance_id=pulumi.get(__response__, 'instance_id'),
|
271
|
+
labels=pulumi.get(__response__, 'labels'),
|
272
|
+
location=pulumi.get(__response__, 'location'),
|
273
|
+
mount_point=pulumi.get(__response__, 'mount_point'),
|
274
|
+
name=pulumi.get(__response__, 'name'),
|
275
|
+
network=pulumi.get(__response__, 'network'),
|
276
|
+
project=pulumi.get(__response__, 'project'),
|
277
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
278
|
+
state=pulumi.get(__response__, 'state'),
|
279
|
+
update_time=pulumi.get(__response__, 'update_time'),
|
280
|
+
zone=pulumi.get(__response__, 'zone')))
|
pulumi_gcp/lustre/instance.py
CHANGED
@@ -529,6 +529,12 @@ class Instance(pulumi.CustomResource):
|
|
529
529
|
"""
|
530
530
|
A Managed Lustre instance
|
531
531
|
|
532
|
+
To get more information about Instance, see:
|
533
|
+
|
534
|
+
* [API documentation](https://cloud.google.com/managed-lustre/docs/reference/rest/v1/projects.locations.instances)
|
535
|
+
* How-to Guides
|
536
|
+
* [Official Documentation](https://cloud.google.com/managed-lustre/docs/create-instance)
|
537
|
+
|
532
538
|
## Example Usage
|
533
539
|
|
534
540
|
### Lustre Instance Basic
|
@@ -619,6 +625,12 @@ class Instance(pulumi.CustomResource):
|
|
619
625
|
"""
|
620
626
|
A Managed Lustre instance
|
621
627
|
|
628
|
+
To get more information about Instance, see:
|
629
|
+
|
630
|
+
* [API documentation](https://cloud.google.com/managed-lustre/docs/reference/rest/v1/projects.locations.instances)
|
631
|
+
* How-to Guides
|
632
|
+
* [Official Documentation](https://cloud.google.com/managed-lustre/docs/create-instance)
|
633
|
+
|
622
634
|
## Example Usage
|
623
635
|
|
624
636
|
### Lustre Instance Basic
|