pulumi-gcp 8.32.0a1747459264__py3-none-any.whl → 8.32.1__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.32.1.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.dist-info}/RECORD +256 -241
- {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.32.0a1747459264.dist-info → pulumi_gcp-8.32.1.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
|
pulumi_gcp/netapp/backup.py
CHANGED
@@ -516,7 +516,7 @@ class Backup(pulumi.CustomResource):
|
|
516
516
|
import pulumi
|
517
517
|
import pulumi_gcp as gcp
|
518
518
|
|
519
|
-
default = gcp.compute.get_network(name="")
|
519
|
+
default = gcp.compute.get_network(name="network")
|
520
520
|
default_storage_pool = gcp.netapp.StoragePool("default",
|
521
521
|
name="backup-pool",
|
522
522
|
location="us-central1",
|
@@ -624,7 +624,7 @@ class Backup(pulumi.CustomResource):
|
|
624
624
|
import pulumi
|
625
625
|
import pulumi_gcp as gcp
|
626
626
|
|
627
|
-
default = gcp.compute.get_network(name="")
|
627
|
+
default = gcp.compute.get_network(name="network")
|
628
628
|
default_storage_pool = gcp.netapp.StoragePool("default",
|
629
629
|
name="backup-pool",
|
630
630
|
location="us-central1",
|
@@ -460,6 +460,11 @@ class InterceptDeployment(pulumi.CustomResource):
|
|
460
460
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
461
461
|
__props__=None):
|
462
462
|
"""
|
463
|
+
A deployment represents a zonal intercept backend ready to accept
|
464
|
+
GENEVE-encapsulated traffic, e.g. a zonal instance group fronted by an
|
465
|
+
internal passthrough load balancer. Deployments are always part of a
|
466
|
+
global deployment group which represents a global intercept service.
|
467
|
+
|
463
468
|
## Example Usage
|
464
469
|
|
465
470
|
### Network Security Intercept Deployment Basic
|
@@ -565,6 +570,11 @@ class InterceptDeployment(pulumi.CustomResource):
|
|
565
570
|
args: InterceptDeploymentArgs,
|
566
571
|
opts: Optional[pulumi.ResourceOptions] = None):
|
567
572
|
"""
|
573
|
+
A deployment represents a zonal intercept backend ready to accept
|
574
|
+
GENEVE-encapsulated traffic, e.g. a zonal instance group fronted by an
|
575
|
+
internal passthrough load balancer. Deployments are always part of a
|
576
|
+
global deployment group which represents a global intercept service.
|
577
|
+
|
568
578
|
## Example Usage
|
569
579
|
|
570
580
|
### Network Security Intercept Deployment Basic
|
@@ -454,6 +454,10 @@ class InterceptDeploymentGroup(pulumi.CustomResource):
|
|
454
454
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
455
455
|
__props__=None):
|
456
456
|
"""
|
457
|
+
A deployment group aggregates many zonal intercept backends (deployments)
|
458
|
+
into a single global intercept service. Consumers can connect this service
|
459
|
+
using an endpoint group.
|
460
|
+
|
457
461
|
## Example Usage
|
458
462
|
|
459
463
|
### Network Security Intercept Deployment Group Basic
|
@@ -525,6 +529,10 @@ class InterceptDeploymentGroup(pulumi.CustomResource):
|
|
525
529
|
args: InterceptDeploymentGroupArgs,
|
526
530
|
opts: Optional[pulumi.ResourceOptions] = None):
|
527
531
|
"""
|
532
|
+
A deployment group aggregates many zonal intercept backends (deployments)
|
533
|
+
into a single global intercept service. Consumers can connect this service
|
534
|
+
using an endpoint group.
|
535
|
+
|
528
536
|
## Example Usage
|
529
537
|
|
530
538
|
### Network Security Intercept Deployment Group Basic
|
@@ -454,6 +454,12 @@ class InterceptEndpointGroup(pulumi.CustomResource):
|
|
454
454
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
455
455
|
__props__=None):
|
456
456
|
"""
|
457
|
+
An endpoint group is a consumer frontend for a deployment group (backend).
|
458
|
+
In order to configure intercept for a network, consumers must create:
|
459
|
+
- An association between their network and the endpoint group.
|
460
|
+
- A security profile that points to the endpoint group.
|
461
|
+
- A firewall rule that references the security profile (group).
|
462
|
+
|
457
463
|
## Example Usage
|
458
464
|
|
459
465
|
### Network Security Intercept Endpoint Group Basic
|
@@ -529,6 +535,12 @@ class InterceptEndpointGroup(pulumi.CustomResource):
|
|
529
535
|
args: InterceptEndpointGroupArgs,
|
530
536
|
opts: Optional[pulumi.ResourceOptions] = None):
|
531
537
|
"""
|
538
|
+
An endpoint group is a consumer frontend for a deployment group (backend).
|
539
|
+
In order to configure intercept for a network, consumers must create:
|
540
|
+
- An association between their network and the endpoint group.
|
541
|
+
- A security profile that points to the endpoint group.
|
542
|
+
- A firewall rule that references the security profile (group).
|
543
|
+
|
532
544
|
## Example Usage
|
533
545
|
|
534
546
|
### Network Security Intercept Endpoint Group Basic
|
@@ -472,6 +472,14 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
|
|
472
472
|
project: Optional[pulumi.Input[builtins.str]] = None,
|
473
473
|
__props__=None):
|
474
474
|
"""
|
475
|
+
An endpoint group association represents a link between a network and an
|
476
|
+
endpoint group in the organization.
|
477
|
+
|
478
|
+
Creating an association creates the networking infrastructure linking the
|
479
|
+
network to the endpoint group, but does not enable intercept by itself.
|
480
|
+
To enable intercept, the user must also create a network firewall policy
|
481
|
+
containing intercept rules and associate it with the network.
|
482
|
+
|
475
483
|
## Example Usage
|
476
484
|
|
477
485
|
### Network Security Intercept Endpoint Group Association Basic
|
@@ -556,6 +564,14 @@ class InterceptEndpointGroupAssociation(pulumi.CustomResource):
|
|
556
564
|
args: InterceptEndpointGroupAssociationInitArgs,
|
557
565
|
opts: Optional[pulumi.ResourceOptions] = None):
|
558
566
|
"""
|
567
|
+
An endpoint group association represents a link between a network and an
|
568
|
+
endpoint group in the organization.
|
569
|
+
|
570
|
+
Creating an association creates the networking infrastructure linking the
|
571
|
+
network to the endpoint group, but does not enable intercept by itself.
|
572
|
+
To enable intercept, the user must also create a network firewall policy
|
573
|
+
containing intercept rules and associate it with the network.
|
574
|
+
|
559
575
|
## Example Usage
|
560
576
|
|
561
577
|
### Network Security Intercept Endpoint Group Association Basic
|
pulumi_gcp/pulumi-plugin.json
CHANGED
@@ -127,6 +127,7 @@ def get_regional_secret_iam_policy(location: Optional[builtins.str] = None,
|
|
127
127
|
location is specified, it is taken from the provider configuration.
|
128
128
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
129
129
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
130
|
+
:param builtins.str secret_id: Used to find the parent resource to bind the IAM policy to
|
130
131
|
"""
|
131
132
|
__args__ = dict()
|
132
133
|
__args__['location'] = location
|
@@ -167,6 +168,7 @@ def get_regional_secret_iam_policy_output(location: Optional[pulumi.Input[Option
|
|
167
168
|
location is specified, it is taken from the provider configuration.
|
168
169
|
:param builtins.str project: The ID of the project in which the resource belongs.
|
169
170
|
If it is not provided, the project will be parsed from the identifier of the parent resource. If no project is provided in the parent identifier and no project is specified, the provider project is used.
|
171
|
+
:param builtins.str secret_id: Used to find the parent resource to bind the IAM policy to
|
170
172
|
"""
|
171
173
|
__args__ = dict()
|
172
174
|
__args__['location'] = location
|