pulumi-gcp 8.20.0a1739946722__py3-none-any.whl → 8.21.0a1740551699__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 +48 -0
- pulumi_gcp/accesscontextmanager/_inputs.py +168 -8
- pulumi_gcp/accesscontextmanager/get_access_policy_iam_policy.py +2 -2
- pulumi_gcp/accesscontextmanager/outputs.py +104 -8
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +78 -3
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +78 -3
- pulumi_gcp/alloydb/__init__.py +1 -0
- pulumi_gcp/alloydb/get_instance.py +466 -0
- pulumi_gcp/alloydb/outputs.py +352 -0
- pulumi_gcp/apigateway/get_api_config_iam_policy.py +20 -2
- pulumi_gcp/apigateway/get_api_iam_policy.py +20 -2
- pulumi_gcp/apigateway/get_gateway_iam_policy.py +22 -2
- pulumi_gcp/apigee/get_environment_iam_policy.py +2 -2
- pulumi_gcp/artifactregistry/get_repository_iam_policy.py +2 -2
- pulumi_gcp/beyondcorp/get_application_iam_policy.py +2 -2
- pulumi_gcp/beyondcorp/get_security_gateway_iam_policy.py +2 -2
- pulumi_gcp/bigquery/connection.py +2 -14
- pulumi_gcp/bigquery/get_connection_iam_policy.py +2 -2
- pulumi_gcp/bigquery/get_table_iam_policy.py +2 -2
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_binding.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_member.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/data_exchange_iam_policy.py +8 -8
- 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 +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing_iam_member.py +8 -8
- pulumi_gcp/bigqueryanalyticshub/listing_iam_policy.py +8 -8
- pulumi_gcp/bigquerydatapolicy/get_iam_policy.py +2 -2
- pulumi_gcp/binaryauthorization/get_attestor_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/get_ca_pool_iam_policy.py +2 -2
- pulumi_gcp/certificateauthority/get_certificate_template_iam_policy.py +2 -2
- pulumi_gcp/cloudbuildv2/get_connection_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_custom_target_type_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_delivery_pipeline_iam_policy.py +2 -2
- pulumi_gcp/clouddeploy/get_target_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctions/get_function_iam_policy.py +2 -2
- pulumi_gcp/cloudfunctionsv2/get_function_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +6 -3
- pulumi_gcp/cloudrun/get_service_iam_policy.py +2 -2
- pulumi_gcp/cloudrun/outputs.py +4 -2
- pulumi_gcp/cloudrunv2/get_job_iam_policy.py +2 -2
- pulumi_gcp/cloudrunv2/get_service_iam_policy.py +2 -2
- pulumi_gcp/cloudtasks/get_queue_iam_policy.py +2 -2
- pulumi_gcp/colab/get_runtime_template_iam_policy.py +2 -2
- pulumi_gcp/composer/_inputs.py +6 -6
- pulumi_gcp/composer/outputs.py +8 -8
- pulumi_gcp/compute/_inputs.py +756 -30
- pulumi_gcp/compute/firewall_policy_rule.py +0 -2
- pulumi_gcp/compute/get_backend_bucket_iam_policy.py +20 -2
- pulumi_gcp/compute/get_backend_service_iam_policy.py +20 -2
- pulumi_gcp/compute/get_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_hc_vpn_gateway.py +45 -1
- pulumi_gcp/compute/get_image_iam_policy.py +2 -2
- pulumi_gcp/compute/get_instance_iam_policy.py +2 -2
- pulumi_gcp/compute/get_instance_template_iam_policy.py +2 -2
- pulumi_gcp/compute/get_machine_image_iam_policy.py +20 -2
- pulumi_gcp/compute/get_region_backend_service_iam_policy.py +22 -2
- pulumi_gcp/compute/get_region_disk_iam_policy.py +2 -2
- pulumi_gcp/compute/get_snapshot_iam_policy.py +2 -2
- pulumi_gcp/compute/get_subnetwork_iam_policy.py +2 -2
- pulumi_gcp/compute/ha_vpn_gateway.py +189 -2
- pulumi_gcp/compute/instance_template.py +14 -35
- pulumi_gcp/compute/outputs.py +796 -18
- pulumi_gcp/config/__init__.pyi +2 -0
- pulumi_gcp/config/vars.py +4 -0
- pulumi_gcp/container/_inputs.py +447 -3
- pulumi_gcp/container/outputs.py +469 -5
- pulumi_gcp/containeranalysis/get_note_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/entry_group_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/entry_group_iam_member.py +8 -8
- pulumi_gcp/datacatalog/entry_group_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/get_entry_group_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_policy_tag_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_tag_template_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/get_taxonomy_iam_policy.py +2 -2
- pulumi_gcp/datacatalog/policy_tag_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/policy_tag_iam_member.py +8 -8
- pulumi_gcp/datacatalog/policy_tag_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/tag_template_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/tag_template_iam_member.py +8 -8
- pulumi_gcp/datacatalog/tag_template_iam_policy.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_binding.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_member.py +8 -8
- pulumi_gcp/datacatalog/taxonomy_iam_policy.py +8 -8
- pulumi_gcp/dataform/get_repository_iam_policy.py +22 -2
- pulumi_gcp/datafusion/get_instance_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_aspect_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_asset_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_datascan_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_entry_group_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_entry_type_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_lake_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_task_iam_policy.py +2 -2
- pulumi_gcp/dataplex/get_zone_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_autoscaling_policy_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_metastore_federation_iam_policy.py +2 -2
- pulumi_gcp/dataproc/get_metastore_service_iam_policy.py +2 -2
- pulumi_gcp/dataproc/metastore_federation_iam_binding.py +8 -8
- pulumi_gcp/dataproc/metastore_federation_iam_member.py +8 -8
- pulumi_gcp/dataproc/metastore_federation_iam_policy.py +8 -8
- pulumi_gcp/dataproc/metastore_service_iam_binding.py +8 -8
- pulumi_gcp/dataproc/metastore_service_iam_member.py +8 -8
- pulumi_gcp/dataproc/metastore_service_iam_policy.py +8 -8
- pulumi_gcp/dns/get_managed_zone_iam_policy.py +2 -2
- pulumi_gcp/endpoints/get_service_iam_policy.py +2 -2
- pulumi_gcp/eventarc/_inputs.py +29 -8
- pulumi_gcp/eventarc/google_channel_config.py +58 -46
- pulumi_gcp/eventarc/outputs.py +20 -6
- pulumi_gcp/eventarc/trigger.py +95 -72
- pulumi_gcp/filestore/backup.py +4 -4
- pulumi_gcp/firebase/__init__.py +1 -0
- pulumi_gcp/firebase/data_connect_service.py +937 -0
- pulumi_gcp/gemini/__init__.py +4 -0
- pulumi_gcp/gemini/data_sharing_with_google_setting.py +607 -0
- pulumi_gcp/gemini/gemini_gcp_enablement_setting.py +608 -0
- pulumi_gcp/gemini/get_repository_group_iam_policy.py +2 -2
- pulumi_gcp/gemini/logging_setting.py +42 -54
- pulumi_gcp/gemini/logging_setting_binding.py +722 -0
- pulumi_gcp/gemini/release_channel_setting.py +39 -43
- pulumi_gcp/gemini/release_channel_setting_binding.py +734 -0
- pulumi_gcp/gkebackup/get_backup_plan_iam_policy.py +2 -2
- pulumi_gcp/gkebackup/get_restore_plan_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_feature_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_membership_iam_policy.py +2 -2
- pulumi_gcp/gkehub/get_scope_iam_policy.py +2 -2
- pulumi_gcp/healthcare/get_consent_store_iam_policy.py +2 -2
- pulumi_gcp/iap/get_app_engine_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_app_engine_version_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_dest_group_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_iam_policy.py +2 -2
- pulumi_gcp/iap/get_tunnel_instance_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_region_backend_service_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_type_app_engine_iam_policy.py +2 -2
- pulumi_gcp/iap/get_web_type_compute_iam_policy.py +2 -2
- pulumi_gcp/kms/get_ekm_connection_iam_policy.py +2 -2
- pulumi_gcp/logging/get_log_view_iam_policy.py +2 -2
- pulumi_gcp/monitoring/_inputs.py +588 -0
- pulumi_gcp/monitoring/outputs.py +410 -0
- pulumi_gcp/netapp/__init__.py +1 -0
- pulumi_gcp/netapp/volume_quota_rule.py +895 -0
- pulumi_gcp/networksecurity/address_group_iam_binding.py +4 -4
- pulumi_gcp/networksecurity/address_group_iam_member.py +4 -4
- pulumi_gcp/networksecurity/address_group_iam_policy.py +4 -4
- pulumi_gcp/networkservices/authz_extension.py +8 -15
- pulumi_gcp/networkservices/mesh.py +79 -12
- pulumi_gcp/notebooks/get_instance_iam_policy.py +2 -2
- pulumi_gcp/notebooks/get_runtime_iam_policy.py +2 -2
- pulumi_gcp/provider.py +20 -0
- pulumi_gcp/pubsub/get_schema_iam_policy.py +2 -2
- pulumi_gcp/pubsub/get_topic_iam_policy.py +2 -2
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/runtimeconfig/get_config_iam_policy.py +20 -2
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +2 -2
- pulumi_gcp/secretmanager/get_secret_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/get_instance_iam_policy.py +2 -2
- pulumi_gcp/securesourcemanager/get_repository_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/get_source_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/get_v2_organization_source_iam_policy.py +2 -2
- pulumi_gcp/securitycenter/mute_config.py +136 -3
- pulumi_gcp/securitycenter/v2_folder_notification_config.py +2 -14
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +2 -14
- pulumi_gcp/securitycenter/v2_organization_source_iam_binding.py +8 -8
- pulumi_gcp/securitycenter/v2_organization_source_iam_member.py +8 -8
- pulumi_gcp/securitycenter/v2_organization_source_iam_policy.py +8 -8
- pulumi_gcp/securitycenter/v2_project_notification_config.py +2 -14
- pulumi_gcp/servicedirectory/get_namespace_iam_policy.py +18 -2
- pulumi_gcp/servicedirectory/get_service_iam_policy.py +18 -2
- pulumi_gcp/sourcerepo/get_repository_iam_policy.py +2 -2
- pulumi_gcp/spanner/instance.py +0 -46
- pulumi_gcp/sql/_inputs.py +6 -6
- pulumi_gcp/sql/outputs.py +4 -4
- pulumi_gcp/storage/bucket.py +30 -0
- pulumi_gcp/storage/get_bucket_iam_policy.py +2 -2
- pulumi_gcp/tags/get_tag_key_iam_policy.py +2 -2
- pulumi_gcp/tags/get_tag_value_iam_policy.py +2 -2
- pulumi_gcp/vertex/get_ai_endpoint_iam_policy.py +22 -2
- pulumi_gcp/vertex/get_ai_featurestore_entitytype_iam_policy.py +20 -2
- pulumi_gcp/vertex/get_ai_featurestore_iam_policy.py +22 -2
- pulumi_gcp/workbench/get_instance_iam_policy.py +2 -2
- pulumi_gcp/workstations/get_workstation_config_iam_policy.py +24 -2
- pulumi_gcp/workstations/get_workstation_iam_policy.py +26 -2
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/RECORD +189 -182
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/WHEEL +1 -1
- {pulumi_gcp-8.20.0a1739946722.dist-info → pulumi_gcp-8.21.0a1740551699.dist-info}/top_level.txt +0 -0
@@ -570,7 +570,6 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
570
570
|
"dest_threat_intelligences": ["iplist-known-malicious-ips"],
|
571
571
|
"src_address_groups": [],
|
572
572
|
"dest_address_groups": [basic_global_networksecurity_address_group.id],
|
573
|
-
"dest_network_scope": "INTERNET",
|
574
573
|
"layer4_configs": [
|
575
574
|
{
|
576
575
|
"ip_protocol": "tcp",
|
@@ -721,7 +720,6 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
721
720
|
"dest_threat_intelligences": ["iplist-known-malicious-ips"],
|
722
721
|
"src_address_groups": [],
|
723
722
|
"dest_address_groups": [basic_global_networksecurity_address_group.id],
|
724
|
-
"dest_network_scope": "INTERNET",
|
725
723
|
"layer4_configs": [
|
726
724
|
{
|
727
725
|
"ip_protocol": "tcp",
|
@@ -96,7 +96,16 @@ def get_backend_bucket_iam_policy(name: Optional[str] = None,
|
|
96
96
|
project: Optional[str] = None,
|
97
97
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBackendBucketIamPolicyResult:
|
98
98
|
"""
|
99
|
-
|
99
|
+
## Example Usage
|
100
|
+
|
101
|
+
```python
|
102
|
+
import pulumi
|
103
|
+
import pulumi_gcp as gcp
|
104
|
+
|
105
|
+
policy = gcp.compute.get_backend_bucket_iam_policy(project=image_backend["project"],
|
106
|
+
name=image_backend["name"])
|
107
|
+
```
|
108
|
+
|
100
109
|
|
101
110
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
102
111
|
:param str project: The ID of the project in which the resource belongs.
|
@@ -118,7 +127,16 @@ def get_backend_bucket_iam_policy_output(name: Optional[pulumi.Input[str]] = Non
|
|
118
127
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
119
128
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBackendBucketIamPolicyResult]:
|
120
129
|
"""
|
121
|
-
|
130
|
+
## Example Usage
|
131
|
+
|
132
|
+
```python
|
133
|
+
import pulumi
|
134
|
+
import pulumi_gcp as gcp
|
135
|
+
|
136
|
+
policy = gcp.compute.get_backend_bucket_iam_policy(project=image_backend["project"],
|
137
|
+
name=image_backend["name"])
|
138
|
+
```
|
139
|
+
|
122
140
|
|
123
141
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
124
142
|
:param str project: The ID of the project in which the resource belongs.
|
@@ -96,7 +96,16 @@ def get_backend_service_iam_policy(name: Optional[str] = None,
|
|
96
96
|
project: Optional[str] = None,
|
97
97
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetBackendServiceIamPolicyResult:
|
98
98
|
"""
|
99
|
-
|
99
|
+
## Example Usage
|
100
|
+
|
101
|
+
```python
|
102
|
+
import pulumi
|
103
|
+
import pulumi_gcp as gcp
|
104
|
+
|
105
|
+
policy = gcp.compute.get_backend_service_iam_policy(project=default["project"],
|
106
|
+
name=default["name"])
|
107
|
+
```
|
108
|
+
|
100
109
|
|
101
110
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
102
111
|
:param str project: The ID of the project in which the resource belongs.
|
@@ -118,7 +127,16 @@ def get_backend_service_iam_policy_output(name: Optional[pulumi.Input[str]] = No
|
|
118
127
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
119
128
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetBackendServiceIamPolicyResult]:
|
120
129
|
"""
|
121
|
-
|
130
|
+
## Example Usage
|
131
|
+
|
132
|
+
```python
|
133
|
+
import pulumi
|
134
|
+
import pulumi_gcp as gcp
|
135
|
+
|
136
|
+
policy = gcp.compute.get_backend_service_iam_policy(project=default["project"],
|
137
|
+
name=default["name"])
|
138
|
+
```
|
139
|
+
|
122
140
|
|
123
141
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
124
142
|
:param str project: The ID of the project in which the resource belongs.
|
@@ -108,7 +108,7 @@ def get_disk_iam_policy(name: Optional[str] = None,
|
|
108
108
|
"""
|
109
109
|
Retrieves the current IAM policy data for disk
|
110
110
|
|
111
|
-
##
|
111
|
+
## Example Usage
|
112
112
|
|
113
113
|
```python
|
114
114
|
import pulumi
|
@@ -148,7 +148,7 @@ def get_disk_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
|
148
148
|
"""
|
149
149
|
Retrieves the current IAM policy data for disk
|
150
150
|
|
151
|
-
##
|
151
|
+
## Example Usage
|
152
152
|
|
153
153
|
```python
|
154
154
|
import pulumi
|
@@ -27,16 +27,25 @@ class GetHcVpnGatewayResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getHcVpnGateway.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, description=None, gateway_ip_version=None, id=None, name=None, network=None, project=None, region=None, self_link=None, stack_type=None, vpn_interfaces=None):
|
30
|
+
def __init__(__self__, description=None, effective_labels=None, gateway_ip_version=None, id=None, label_fingerprint=None, labels=None, name=None, network=None, project=None, pulumi_labels=None, region=None, self_link=None, stack_type=None, vpn_interfaces=None):
|
31
31
|
if description and not isinstance(description, str):
|
32
32
|
raise TypeError("Expected argument 'description' to be a str")
|
33
33
|
pulumi.set(__self__, "description", description)
|
34
|
+
if effective_labels and not isinstance(effective_labels, dict):
|
35
|
+
raise TypeError("Expected argument 'effective_labels' to be a dict")
|
36
|
+
pulumi.set(__self__, "effective_labels", effective_labels)
|
34
37
|
if gateway_ip_version and not isinstance(gateway_ip_version, str):
|
35
38
|
raise TypeError("Expected argument 'gateway_ip_version' to be a str")
|
36
39
|
pulumi.set(__self__, "gateway_ip_version", gateway_ip_version)
|
37
40
|
if id and not isinstance(id, str):
|
38
41
|
raise TypeError("Expected argument 'id' to be a str")
|
39
42
|
pulumi.set(__self__, "id", id)
|
43
|
+
if label_fingerprint and not isinstance(label_fingerprint, str):
|
44
|
+
raise TypeError("Expected argument 'label_fingerprint' to be a str")
|
45
|
+
pulumi.set(__self__, "label_fingerprint", label_fingerprint)
|
46
|
+
if labels and not isinstance(labels, dict):
|
47
|
+
raise TypeError("Expected argument 'labels' to be a dict")
|
48
|
+
pulumi.set(__self__, "labels", labels)
|
40
49
|
if name and not isinstance(name, str):
|
41
50
|
raise TypeError("Expected argument 'name' to be a str")
|
42
51
|
pulumi.set(__self__, "name", name)
|
@@ -46,6 +55,9 @@ class GetHcVpnGatewayResult:
|
|
46
55
|
if project and not isinstance(project, str):
|
47
56
|
raise TypeError("Expected argument 'project' to be a str")
|
48
57
|
pulumi.set(__self__, "project", project)
|
58
|
+
if pulumi_labels and not isinstance(pulumi_labels, dict):
|
59
|
+
raise TypeError("Expected argument 'pulumi_labels' to be a dict")
|
60
|
+
pulumi.set(__self__, "pulumi_labels", pulumi_labels)
|
49
61
|
if region and not isinstance(region, str):
|
50
62
|
raise TypeError("Expected argument 'region' to be a str")
|
51
63
|
pulumi.set(__self__, "region", region)
|
@@ -64,6 +76,11 @@ class GetHcVpnGatewayResult:
|
|
64
76
|
def description(self) -> str:
|
65
77
|
return pulumi.get(self, "description")
|
66
78
|
|
79
|
+
@property
|
80
|
+
@pulumi.getter(name="effectiveLabels")
|
81
|
+
def effective_labels(self) -> Mapping[str, str]:
|
82
|
+
return pulumi.get(self, "effective_labels")
|
83
|
+
|
67
84
|
@property
|
68
85
|
@pulumi.getter(name="gatewayIpVersion")
|
69
86
|
def gateway_ip_version(self) -> str:
|
@@ -77,6 +94,16 @@ class GetHcVpnGatewayResult:
|
|
77
94
|
"""
|
78
95
|
return pulumi.get(self, "id")
|
79
96
|
|
97
|
+
@property
|
98
|
+
@pulumi.getter(name="labelFingerprint")
|
99
|
+
def label_fingerprint(self) -> str:
|
100
|
+
return pulumi.get(self, "label_fingerprint")
|
101
|
+
|
102
|
+
@property
|
103
|
+
@pulumi.getter
|
104
|
+
def labels(self) -> Mapping[str, str]:
|
105
|
+
return pulumi.get(self, "labels")
|
106
|
+
|
80
107
|
@property
|
81
108
|
@pulumi.getter
|
82
109
|
def name(self) -> str:
|
@@ -92,6 +119,11 @@ class GetHcVpnGatewayResult:
|
|
92
119
|
def project(self) -> Optional[str]:
|
93
120
|
return pulumi.get(self, "project")
|
94
121
|
|
122
|
+
@property
|
123
|
+
@pulumi.getter(name="pulumiLabels")
|
124
|
+
def pulumi_labels(self) -> Mapping[str, str]:
|
125
|
+
return pulumi.get(self, "pulumi_labels")
|
126
|
+
|
95
127
|
@property
|
96
128
|
@pulumi.getter
|
97
129
|
def region(self) -> Optional[str]:
|
@@ -120,11 +152,15 @@ class AwaitableGetHcVpnGatewayResult(GetHcVpnGatewayResult):
|
|
120
152
|
yield self
|
121
153
|
return GetHcVpnGatewayResult(
|
122
154
|
description=self.description,
|
155
|
+
effective_labels=self.effective_labels,
|
123
156
|
gateway_ip_version=self.gateway_ip_version,
|
124
157
|
id=self.id,
|
158
|
+
label_fingerprint=self.label_fingerprint,
|
159
|
+
labels=self.labels,
|
125
160
|
name=self.name,
|
126
161
|
network=self.network,
|
127
162
|
project=self.project,
|
163
|
+
pulumi_labels=self.pulumi_labels,
|
128
164
|
region=self.region,
|
129
165
|
self_link=self.self_link,
|
130
166
|
stack_type=self.stack_type,
|
@@ -166,11 +202,15 @@ def get_hc_vpn_gateway(name: Optional[str] = None,
|
|
166
202
|
|
167
203
|
return AwaitableGetHcVpnGatewayResult(
|
168
204
|
description=pulumi.get(__ret__, 'description'),
|
205
|
+
effective_labels=pulumi.get(__ret__, 'effective_labels'),
|
169
206
|
gateway_ip_version=pulumi.get(__ret__, 'gateway_ip_version'),
|
170
207
|
id=pulumi.get(__ret__, 'id'),
|
208
|
+
label_fingerprint=pulumi.get(__ret__, 'label_fingerprint'),
|
209
|
+
labels=pulumi.get(__ret__, 'labels'),
|
171
210
|
name=pulumi.get(__ret__, 'name'),
|
172
211
|
network=pulumi.get(__ret__, 'network'),
|
173
212
|
project=pulumi.get(__ret__, 'project'),
|
213
|
+
pulumi_labels=pulumi.get(__ret__, 'pulumi_labels'),
|
174
214
|
region=pulumi.get(__ret__, 'region'),
|
175
215
|
self_link=pulumi.get(__ret__, 'self_link'),
|
176
216
|
stack_type=pulumi.get(__ret__, 'stack_type'),
|
@@ -209,11 +249,15 @@ def get_hc_vpn_gateway_output(name: Optional[pulumi.Input[str]] = None,
|
|
209
249
|
__ret__ = pulumi.runtime.invoke_output('gcp:compute/getHcVpnGateway:getHcVpnGateway', __args__, opts=opts, typ=GetHcVpnGatewayResult)
|
210
250
|
return __ret__.apply(lambda __response__: GetHcVpnGatewayResult(
|
211
251
|
description=pulumi.get(__response__, 'description'),
|
252
|
+
effective_labels=pulumi.get(__response__, 'effective_labels'),
|
212
253
|
gateway_ip_version=pulumi.get(__response__, 'gateway_ip_version'),
|
213
254
|
id=pulumi.get(__response__, 'id'),
|
255
|
+
label_fingerprint=pulumi.get(__response__, 'label_fingerprint'),
|
256
|
+
labels=pulumi.get(__response__, 'labels'),
|
214
257
|
name=pulumi.get(__response__, 'name'),
|
215
258
|
network=pulumi.get(__response__, 'network'),
|
216
259
|
project=pulumi.get(__response__, 'project'),
|
260
|
+
pulumi_labels=pulumi.get(__response__, 'pulumi_labels'),
|
217
261
|
region=pulumi.get(__response__, 'region'),
|
218
262
|
self_link=pulumi.get(__response__, 'self_link'),
|
219
263
|
stack_type=pulumi.get(__response__, 'stack_type'),
|
@@ -98,7 +98,7 @@ def get_image_iam_policy(image: Optional[str] = None,
|
|
98
98
|
"""
|
99
99
|
Retrieves the current IAM policy data for image
|
100
100
|
|
101
|
-
##
|
101
|
+
## Example Usage
|
102
102
|
|
103
103
|
```python
|
104
104
|
import pulumi
|
@@ -131,7 +131,7 @@ def get_image_iam_policy_output(image: Optional[pulumi.Input[str]] = None,
|
|
131
131
|
"""
|
132
132
|
Retrieves the current IAM policy data for image
|
133
133
|
|
134
|
-
##
|
134
|
+
## Example Usage
|
135
135
|
|
136
136
|
```python
|
137
137
|
import pulumi
|
@@ -108,7 +108,7 @@ def get_instance_iam_policy(instance_name: Optional[str] = None,
|
|
108
108
|
"""
|
109
109
|
Retrieves the current IAM policy data for instance
|
110
110
|
|
111
|
-
##
|
111
|
+
## Example Usage
|
112
112
|
|
113
113
|
```python
|
114
114
|
import pulumi
|
@@ -148,7 +148,7 @@ def get_instance_iam_policy_output(instance_name: Optional[pulumi.Input[str]] =
|
|
148
148
|
"""
|
149
149
|
Retrieves the current IAM policy data for instance
|
150
150
|
|
151
|
-
##
|
151
|
+
## Example Usage
|
152
152
|
|
153
153
|
```python
|
154
154
|
import pulumi
|
@@ -98,7 +98,7 @@ def get_instance_template_iam_policy(name: Optional[str] = None,
|
|
98
98
|
"""
|
99
99
|
Retrieves the current IAM policy data for instancetemplate
|
100
100
|
|
101
|
-
##
|
101
|
+
## Example Usage
|
102
102
|
|
103
103
|
```python
|
104
104
|
import pulumi
|
@@ -131,7 +131,7 @@ def get_instance_template_iam_policy_output(name: Optional[pulumi.Input[str]] =
|
|
131
131
|
"""
|
132
132
|
Retrieves the current IAM policy data for instancetemplate
|
133
133
|
|
134
|
-
##
|
134
|
+
## Example Usage
|
135
135
|
|
136
136
|
```python
|
137
137
|
import pulumi
|
@@ -96,7 +96,16 @@ def get_machine_image_iam_policy(machine_image: Optional[str] = None,
|
|
96
96
|
project: Optional[str] = None,
|
97
97
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetMachineImageIamPolicyResult:
|
98
98
|
"""
|
99
|
-
|
99
|
+
## Example Usage
|
100
|
+
|
101
|
+
```python
|
102
|
+
import pulumi
|
103
|
+
import pulumi_gcp as gcp
|
104
|
+
|
105
|
+
policy = gcp.compute.get_machine_image_iam_policy(project=image["project"],
|
106
|
+
machine_image=image["name"])
|
107
|
+
```
|
108
|
+
|
100
109
|
|
101
110
|
:param str machine_image: Used to find the parent resource to bind the IAM policy to
|
102
111
|
:param str project: The ID of the project in which the resource belongs.
|
@@ -118,7 +127,16 @@ def get_machine_image_iam_policy_output(machine_image: Optional[pulumi.Input[str
|
|
118
127
|
project: Optional[pulumi.Input[Optional[str]]] = None,
|
119
128
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetMachineImageIamPolicyResult]:
|
120
129
|
"""
|
121
|
-
|
130
|
+
## Example Usage
|
131
|
+
|
132
|
+
```python
|
133
|
+
import pulumi
|
134
|
+
import pulumi_gcp as gcp
|
135
|
+
|
136
|
+
policy = gcp.compute.get_machine_image_iam_policy(project=image["project"],
|
137
|
+
machine_image=image["name"])
|
138
|
+
```
|
139
|
+
|
122
140
|
|
123
141
|
:param str machine_image: Used to find the parent resource to bind the IAM policy to
|
124
142
|
:param str project: The ID of the project in which the resource belongs.
|
@@ -106,7 +106,17 @@ def get_region_backend_service_iam_policy(name: Optional[str] = None,
|
|
106
106
|
region: Optional[str] = None,
|
107
107
|
opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetRegionBackendServiceIamPolicyResult:
|
108
108
|
"""
|
109
|
-
|
109
|
+
## Example Usage
|
110
|
+
|
111
|
+
```python
|
112
|
+
import pulumi
|
113
|
+
import pulumi_gcp as gcp
|
114
|
+
|
115
|
+
policy = gcp.compute.get_region_backend_service_iam_policy(project=default["project"],
|
116
|
+
region=default["region"],
|
117
|
+
name=default["name"])
|
118
|
+
```
|
119
|
+
|
110
120
|
|
111
121
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
112
122
|
:param str project: The ID of the project in which the resource belongs.
|
@@ -136,7 +146,17 @@ def get_region_backend_service_iam_policy_output(name: Optional[pulumi.Input[str
|
|
136
146
|
region: Optional[pulumi.Input[Optional[str]]] = None,
|
137
147
|
opts: Optional[Union[pulumi.InvokeOptions, pulumi.InvokeOutputOptions]] = None) -> pulumi.Output[GetRegionBackendServiceIamPolicyResult]:
|
138
148
|
"""
|
139
|
-
|
149
|
+
## Example Usage
|
150
|
+
|
151
|
+
```python
|
152
|
+
import pulumi
|
153
|
+
import pulumi_gcp as gcp
|
154
|
+
|
155
|
+
policy = gcp.compute.get_region_backend_service_iam_policy(project=default["project"],
|
156
|
+
region=default["region"],
|
157
|
+
name=default["name"])
|
158
|
+
```
|
159
|
+
|
140
160
|
|
141
161
|
:param str name: Used to find the parent resource to bind the IAM policy to
|
142
162
|
:param str project: The ID of the project in which the resource belongs.
|
@@ -108,7 +108,7 @@ def get_region_disk_iam_policy(name: Optional[str] = None,
|
|
108
108
|
"""
|
109
109
|
Retrieves the current IAM policy data for regiondisk
|
110
110
|
|
111
|
-
##
|
111
|
+
## Example Usage
|
112
112
|
|
113
113
|
```python
|
114
114
|
import pulumi
|
@@ -148,7 +148,7 @@ def get_region_disk_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
|
148
148
|
"""
|
149
149
|
Retrieves the current IAM policy data for regiondisk
|
150
150
|
|
151
|
-
##
|
151
|
+
## Example Usage
|
152
152
|
|
153
153
|
```python
|
154
154
|
import pulumi
|
@@ -98,7 +98,7 @@ def get_snapshot_iam_policy(name: Optional[str] = None,
|
|
98
98
|
"""
|
99
99
|
Retrieves the current IAM policy data for snapshot
|
100
100
|
|
101
|
-
##
|
101
|
+
## Example Usage
|
102
102
|
|
103
103
|
```python
|
104
104
|
import pulumi
|
@@ -131,7 +131,7 @@ def get_snapshot_iam_policy_output(name: Optional[pulumi.Input[str]] = None,
|
|
131
131
|
"""
|
132
132
|
Retrieves the current IAM policy data for snapshot
|
133
133
|
|
134
|
-
##
|
134
|
+
## Example Usage
|
135
135
|
|
136
136
|
```python
|
137
137
|
import pulumi
|
@@ -108,7 +108,7 @@ def get_subnetwork_iam_policy(project: Optional[str] = None,
|
|
108
108
|
"""
|
109
109
|
Retrieves the current IAM policy data for subnetwork
|
110
110
|
|
111
|
-
##
|
111
|
+
## Example Usage
|
112
112
|
|
113
113
|
```python
|
114
114
|
import pulumi
|
@@ -149,7 +149,7 @@ def get_subnetwork_iam_policy_output(project: Optional[pulumi.Input[Optional[str
|
|
149
149
|
"""
|
150
150
|
Retrieves the current IAM policy data for subnetwork
|
151
151
|
|
152
|
-
##
|
152
|
+
## Example Usage
|
153
153
|
|
154
154
|
```python
|
155
155
|
import pulumi
|