pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729200523__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 +0 -70
- pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
- pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -2
- pulumi_gcp/apigee/__init__.py +0 -2
- pulumi_gcp/apigee/_inputs.py +0 -108
- pulumi_gcp/apigee/outputs.py +0 -64
- pulumi_gcp/artifactregistry/get_docker_image.py +0 -40
- pulumi_gcp/bigquery/connection.py +12 -12
- pulumi_gcp/bigquery/job.py +6 -6
- pulumi_gcp/cloudrunv2/get_service.py +1 -12
- pulumi_gcp/cloudrunv2/service.py +0 -92
- pulumi_gcp/compute/_inputs.py +116 -214
- pulumi_gcp/compute/backend_service.py +0 -76
- pulumi_gcp/compute/get_backend_service.py +1 -12
- pulumi_gcp/compute/get_instance.py +1 -29
- pulumi_gcp/compute/get_instance_template.py +1 -29
- pulumi_gcp/compute/get_region_instance_group_manager.py +18 -0
- pulumi_gcp/compute/get_region_instance_template.py +1 -29
- pulumi_gcp/compute/instance.py +0 -89
- pulumi_gcp/compute/instance_from_machine_image.py +0 -82
- pulumi_gcp/compute/instance_from_template.py +0 -82
- pulumi_gcp/compute/instance_template.py +0 -75
- pulumi_gcp/compute/network_firewall_policy_association.py +50 -76
- pulumi_gcp/compute/network_firewall_policy_rule.py +103 -149
- pulumi_gcp/compute/outputs.py +80 -170
- pulumi_gcp/compute/region_backend_service.py +0 -94
- pulumi_gcp/compute/region_instance_template.py +0 -75
- pulumi_gcp/compute/region_network_endpoint_group.py +4 -6
- pulumi_gcp/compute/region_network_firewall_policy_association.py +54 -104
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +107 -160
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/attached_cluster.py +6 -9
- pulumi_gcp/container/outputs.py +2 -2
- pulumi_gcp/datastream/stream.py +2 -2
- pulumi_gcp/diagflow/_inputs.py +2 -472
- pulumi_gcp/diagflow/cx_agent.py +4 -64
- pulumi_gcp/diagflow/cx_flow.py +0 -30
- pulumi_gcp/diagflow/outputs.py +2 -378
- pulumi_gcp/gkehub/feature.py +4 -2
- pulumi_gcp/iam/workload_identity_pool_provider.py +0 -56
- pulumi_gcp/looker/instance.py +2 -104
- pulumi_gcp/monitoring/_inputs.py +0 -23
- pulumi_gcp/monitoring/get_secret_version.py +3 -22
- pulumi_gcp/monitoring/outputs.py +0 -16
- pulumi_gcp/networkconnectivity/__init__.py +0 -1
- pulumi_gcp/networkconnectivity/_inputs.py +0 -148
- pulumi_gcp/networkconnectivity/outputs.py +0 -125
- pulumi_gcp/networkconnectivity/spoke.py +0 -144
- pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
- pulumi_gcp/organizations/folder.py +7 -7
- pulumi_gcp/organizations/project.py +7 -7
- pulumi_gcp/orgpolicy/_inputs.py +3 -3
- pulumi_gcp/orgpolicy/outputs.py +2 -2
- pulumi_gcp/privilegedaccessmanager/get_entitlement.py +2 -46
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/get_regional_secret_version.py +5 -24
- pulumi_gcp/secretmanager/get_regional_secret_version_access.py +5 -24
- pulumi_gcp/secretmanager/get_secret_version.py +3 -22
- pulumi_gcp/secretmanager/get_secret_version_access.py +3 -22
- pulumi_gcp/secretmanager/regional_secret.py +2 -2
- pulumi_gcp/siteverification/get_token.py +16 -0
- pulumi_gcp/siteverification/owner.py +16 -0
- pulumi_gcp/spanner/_inputs.py +5 -29
- pulumi_gcp/spanner/outputs.py +3 -20
- pulumi_gcp/sql/_inputs.py +6 -6
- pulumi_gcp/sql/outputs.py +4 -4
- pulumi_gcp/sql/user.py +21 -28
- pulumi_gcp/storage/_inputs.py +0 -36
- pulumi_gcp/storage/bucket.py +0 -47
- pulumi_gcp/storage/get_bucket.py +1 -12
- pulumi_gcp/storage/outputs.py +0 -40
- pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
- pulumi_gcp/vmwareengine/_inputs.py +0 -440
- pulumi_gcp/vmwareengine/cluster.py +2 -100
- pulumi_gcp/vmwareengine/get_cluster.py +1 -12
- pulumi_gcp/vmwareengine/outputs.py +0 -615
- pulumi_gcp/workstations/_inputs.py +0 -54
- pulumi_gcp/workstations/outputs.py +0 -32
- pulumi_gcp/workstations/workstation_config.py +0 -205
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/RECORD +89 -111
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/WHEEL +1 -1
- pulumi_gcp/apigee/app_group.py +0 -811
- pulumi_gcp/apigee/developer.py +0 -757
- pulumi_gcp/networkconnectivity/group.py +0 -764
- pulumi_gcp/oracledatabase/__init__.py +0 -20
- pulumi_gcp/oracledatabase/_inputs.py +0 -4745
- pulumi_gcp/oracledatabase/autonomous_database.py +0 -983
- pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +0 -842
- pulumi_gcp/oracledatabase/cloud_vm_cluster.py +0 -1086
- pulumi_gcp/oracledatabase/get_autonomous_database.py +0 -290
- pulumi_gcp/oracledatabase/get_autonomous_databases.py +0 -150
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +0 -257
- pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +0 -150
- pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +0 -290
- pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +0 -150
- pulumi_gcp/oracledatabase/get_db_nodes.py +0 -245
- pulumi_gcp/oracledatabase/get_db_servers.py +0 -245
- pulumi_gcp/oracledatabase/outputs.py +0 -9304
- pulumi_gcp/transcoder/__init__.py +0 -11
- pulumi_gcp/transcoder/_inputs.py +0 -3991
- pulumi_gcp/transcoder/job.py +0 -2134
- pulumi_gcp/transcoder/job_template.py +0 -1524
- pulumi_gcp/transcoder/outputs.py +0 -2918
- {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/top_level.txt +0 -0
@@ -39,33 +39,30 @@ class RegionNetworkFirewallPolicyRuleArgs:
|
|
39
39
|
"""
|
40
40
|
The set of arguments for constructing a RegionNetworkFirewallPolicyRule resource.
|
41
41
|
:param pulumi.Input[str] action: The Action to perform when the client connection triggers the rule. Valid actions are "allow", "deny", "goto_next" and "apply_security_profile_group".
|
42
|
-
:param pulumi.Input[str] direction: The direction in which this rule applies.
|
43
|
-
Possible values are: `INGRESS`, `EGRESS`.
|
42
|
+
:param pulumi.Input[str] direction: The direction in which this rule applies. Possible values: INGRESS, EGRESS
|
44
43
|
:param pulumi.Input[str] firewall_policy: The firewall policy of the resource.
|
45
44
|
:param pulumi.Input['RegionNetworkFirewallPolicyRuleMatchArgs'] match: A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
|
46
|
-
|
47
|
-
:param pulumi.Input[int] priority: An integer indicating the priority of a rule in the list.
|
48
|
-
The priority must be a positive value between 0 and 2147483647.
|
49
|
-
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
45
|
+
:param pulumi.Input[int] priority: An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
50
46
|
:param pulumi.Input[str] description: An optional description for this resource.
|
51
47
|
:param pulumi.Input[bool] disabled: Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and
|
52
48
|
traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.
|
53
49
|
:param pulumi.Input[bool] enable_logging: Denotes whether to enable logging for a particular rule. If logging is enabled, logs will be exported to the configured
|
54
50
|
export destination in Stackdriver. Logs may be exported to BigQuery or Pub/Sub. Note: you cannot enable logging on
|
55
51
|
"goto_next" rules.
|
52
|
+
:param pulumi.Input[str] project: The project for the resource
|
56
53
|
:param pulumi.Input[str] region: The location of this resource.
|
57
54
|
:param pulumi.Input[str] rule_name: An optional name for the rule. This field is not a unique identifier and can be updated.
|
58
|
-
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a
|
59
|
-
https://networksecurity.googleapis.com/v1/
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
targetSecureTag
|
65
|
-
|
66
|
-
|
55
|
+
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a SecurityProfileGroup resource. Example:
|
56
|
+
https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group.
|
57
|
+
It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
58
|
+
:param pulumi.Input[Sequence[pulumi.Input['RegionNetworkFirewallPolicyRuleTargetSecureTagArgs']]] target_secure_tags: A list of secure tags that controls which instances the firewall rule applies to. If <code>targetSecureTag</code> are
|
59
|
+
specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure
|
60
|
+
tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored.
|
61
|
+
<code>targetSecureTag</code> may not be set at the same time as <code>targetServiceAccounts</code>. If neither
|
62
|
+
<code>targetServiceAccounts</code> nor <code>targetSecureTag</code> are specified, the firewall rule applies to all
|
63
|
+
instances on the specified network. Maximum number of target label tags allowed is 256.
|
67
64
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] target_service_accounts: A list of service accounts indicating the sets of instances that are applied with this rule.
|
68
|
-
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted.
|
65
|
+
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action =
|
69
66
|
'apply_security_profile_group' and cannot be set for other actions.
|
70
67
|
"""
|
71
68
|
pulumi.set(__self__, "action", action)
|
@@ -110,8 +107,7 @@ class RegionNetworkFirewallPolicyRuleArgs:
|
|
110
107
|
@pulumi.getter
|
111
108
|
def direction(self) -> pulumi.Input[str]:
|
112
109
|
"""
|
113
|
-
The direction in which this rule applies.
|
114
|
-
Possible values are: `INGRESS`, `EGRESS`.
|
110
|
+
The direction in which this rule applies. Possible values: INGRESS, EGRESS
|
115
111
|
"""
|
116
112
|
return pulumi.get(self, "direction")
|
117
113
|
|
@@ -136,7 +132,6 @@ class RegionNetworkFirewallPolicyRuleArgs:
|
|
136
132
|
def match(self) -> pulumi.Input['RegionNetworkFirewallPolicyRuleMatchArgs']:
|
137
133
|
"""
|
138
134
|
A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
|
139
|
-
Structure is documented below.
|
140
135
|
"""
|
141
136
|
return pulumi.get(self, "match")
|
142
137
|
|
@@ -148,9 +143,7 @@ class RegionNetworkFirewallPolicyRuleArgs:
|
|
148
143
|
@pulumi.getter
|
149
144
|
def priority(self) -> pulumi.Input[int]:
|
150
145
|
"""
|
151
|
-
An integer indicating the priority of a rule in the list.
|
152
|
-
The priority must be a positive value between 0 and 2147483647.
|
153
|
-
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
146
|
+
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
154
147
|
"""
|
155
148
|
return pulumi.get(self, "priority")
|
156
149
|
|
@@ -200,6 +193,9 @@ class RegionNetworkFirewallPolicyRuleArgs:
|
|
200
193
|
@property
|
201
194
|
@pulumi.getter
|
202
195
|
def project(self) -> Optional[pulumi.Input[str]]:
|
196
|
+
"""
|
197
|
+
The project for the resource
|
198
|
+
"""
|
203
199
|
return pulumi.get(self, "project")
|
204
200
|
|
205
201
|
@project.setter
|
@@ -234,10 +230,9 @@ class RegionNetworkFirewallPolicyRuleArgs:
|
|
234
230
|
@pulumi.getter(name="securityProfileGroup")
|
235
231
|
def security_profile_group(self) -> Optional[pulumi.Input[str]]:
|
236
232
|
"""
|
237
|
-
A fully-qualified URL of a
|
238
|
-
https://networksecurity.googleapis.com/v1/
|
239
|
-
|
240
|
-
Group and Firewall Policy Rule must be in the same scope.
|
233
|
+
A fully-qualified URL of a SecurityProfileGroup resource. Example:
|
234
|
+
https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group.
|
235
|
+
It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
241
236
|
"""
|
242
237
|
return pulumi.get(self, "security_profile_group")
|
243
238
|
|
@@ -249,11 +244,12 @@ class RegionNetworkFirewallPolicyRuleArgs:
|
|
249
244
|
@pulumi.getter(name="targetSecureTags")
|
250
245
|
def target_secure_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionNetworkFirewallPolicyRuleTargetSecureTagArgs']]]]:
|
251
246
|
"""
|
252
|
-
A list of secure tags that controls which instances the firewall rule applies to. If targetSecureTag are
|
253
|
-
the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure
|
254
|
-
|
255
|
-
|
256
|
-
|
247
|
+
A list of secure tags that controls which instances the firewall rule applies to. If <code>targetSecureTag</code> are
|
248
|
+
specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure
|
249
|
+
tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored.
|
250
|
+
<code>targetSecureTag</code> may not be set at the same time as <code>targetServiceAccounts</code>. If neither
|
251
|
+
<code>targetServiceAccounts</code> nor <code>targetSecureTag</code> are specified, the firewall rule applies to all
|
252
|
+
instances on the specified network. Maximum number of target label tags allowed is 256.
|
257
253
|
"""
|
258
254
|
return pulumi.get(self, "target_secure_tags")
|
259
255
|
|
@@ -277,7 +273,7 @@ class RegionNetworkFirewallPolicyRuleArgs:
|
|
277
273
|
@pulumi.getter(name="tlsInspect")
|
278
274
|
def tls_inspect(self) -> Optional[pulumi.Input[bool]]:
|
279
275
|
"""
|
280
|
-
Boolean flag indicating if the traffic should be TLS decrypted.
|
276
|
+
Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action =
|
281
277
|
'apply_security_profile_group' and cannot be set for other actions.
|
282
278
|
"""
|
283
279
|
return pulumi.get(self, "tls_inspect")
|
@@ -291,7 +287,6 @@ class RegionNetworkFirewallPolicyRuleArgs:
|
|
291
287
|
class _RegionNetworkFirewallPolicyRuleState:
|
292
288
|
def __init__(__self__, *,
|
293
289
|
action: Optional[pulumi.Input[str]] = None,
|
294
|
-
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
295
290
|
description: Optional[pulumi.Input[str]] = None,
|
296
291
|
direction: Optional[pulumi.Input[str]] = None,
|
297
292
|
disabled: Optional[pulumi.Input[bool]] = None,
|
@@ -311,10 +306,8 @@ class _RegionNetworkFirewallPolicyRuleState:
|
|
311
306
|
"""
|
312
307
|
Input properties used for looking up and filtering RegionNetworkFirewallPolicyRule resources.
|
313
308
|
:param pulumi.Input[str] action: The Action to perform when the client connection triggers the rule. Valid actions are "allow", "deny", "goto_next" and "apply_security_profile_group".
|
314
|
-
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
315
309
|
:param pulumi.Input[str] description: An optional description for this resource.
|
316
|
-
:param pulumi.Input[str] direction: The direction in which this rule applies.
|
317
|
-
Possible values are: `INGRESS`, `EGRESS`.
|
310
|
+
:param pulumi.Input[str] direction: The direction in which this rule applies. Possible values: INGRESS, EGRESS
|
318
311
|
:param pulumi.Input[bool] disabled: Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and
|
319
312
|
traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.
|
320
313
|
:param pulumi.Input[bool] enable_logging: Denotes whether to enable logging for a particular rule. If logging is enabled, logs will be exported to the configured
|
@@ -323,30 +316,26 @@ class _RegionNetworkFirewallPolicyRuleState:
|
|
323
316
|
:param pulumi.Input[str] firewall_policy: The firewall policy of the resource.
|
324
317
|
:param pulumi.Input[str] kind: Type of the resource. Always `compute#firewallPolicyRule` for firewall policy rules
|
325
318
|
:param pulumi.Input['RegionNetworkFirewallPolicyRuleMatchArgs'] match: A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
|
326
|
-
|
327
|
-
:param pulumi.Input[
|
328
|
-
The priority must be a positive value between 0 and 2147483647.
|
329
|
-
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
319
|
+
:param pulumi.Input[int] priority: An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
320
|
+
:param pulumi.Input[str] project: The project for the resource
|
330
321
|
:param pulumi.Input[str] region: The location of this resource.
|
331
322
|
:param pulumi.Input[str] rule_name: An optional name for the rule. This field is not a unique identifier and can be updated.
|
332
323
|
:param pulumi.Input[int] rule_tuple_count: Calculation of the complexity of a single firewall policy rule.
|
333
|
-
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a
|
334
|
-
https://networksecurity.googleapis.com/v1/
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
targetSecureTag
|
340
|
-
|
341
|
-
|
324
|
+
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a SecurityProfileGroup resource. Example:
|
325
|
+
https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group.
|
326
|
+
It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
327
|
+
:param pulumi.Input[Sequence[pulumi.Input['RegionNetworkFirewallPolicyRuleTargetSecureTagArgs']]] target_secure_tags: A list of secure tags that controls which instances the firewall rule applies to. If <code>targetSecureTag</code> are
|
328
|
+
specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure
|
329
|
+
tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored.
|
330
|
+
<code>targetSecureTag</code> may not be set at the same time as <code>targetServiceAccounts</code>. If neither
|
331
|
+
<code>targetServiceAccounts</code> nor <code>targetSecureTag</code> are specified, the firewall rule applies to all
|
332
|
+
instances on the specified network. Maximum number of target label tags allowed is 256.
|
342
333
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] target_service_accounts: A list of service accounts indicating the sets of instances that are applied with this rule.
|
343
|
-
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted.
|
334
|
+
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action =
|
344
335
|
'apply_security_profile_group' and cannot be set for other actions.
|
345
336
|
"""
|
346
337
|
if action is not None:
|
347
338
|
pulumi.set(__self__, "action", action)
|
348
|
-
if creation_timestamp is not None:
|
349
|
-
pulumi.set(__self__, "creation_timestamp", creation_timestamp)
|
350
339
|
if description is not None:
|
351
340
|
pulumi.set(__self__, "description", description)
|
352
341
|
if direction is not None:
|
@@ -392,18 +381,6 @@ class _RegionNetworkFirewallPolicyRuleState:
|
|
392
381
|
def action(self, value: Optional[pulumi.Input[str]]):
|
393
382
|
pulumi.set(self, "action", value)
|
394
383
|
|
395
|
-
@property
|
396
|
-
@pulumi.getter(name="creationTimestamp")
|
397
|
-
def creation_timestamp(self) -> Optional[pulumi.Input[str]]:
|
398
|
-
"""
|
399
|
-
Creation timestamp in RFC3339 text format.
|
400
|
-
"""
|
401
|
-
return pulumi.get(self, "creation_timestamp")
|
402
|
-
|
403
|
-
@creation_timestamp.setter
|
404
|
-
def creation_timestamp(self, value: Optional[pulumi.Input[str]]):
|
405
|
-
pulumi.set(self, "creation_timestamp", value)
|
406
|
-
|
407
384
|
@property
|
408
385
|
@pulumi.getter
|
409
386
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -420,8 +397,7 @@ class _RegionNetworkFirewallPolicyRuleState:
|
|
420
397
|
@pulumi.getter
|
421
398
|
def direction(self) -> Optional[pulumi.Input[str]]:
|
422
399
|
"""
|
423
|
-
The direction in which this rule applies.
|
424
|
-
Possible values are: `INGRESS`, `EGRESS`.
|
400
|
+
The direction in which this rule applies. Possible values: INGRESS, EGRESS
|
425
401
|
"""
|
426
402
|
return pulumi.get(self, "direction")
|
427
403
|
|
@@ -485,7 +461,6 @@ class _RegionNetworkFirewallPolicyRuleState:
|
|
485
461
|
def match(self) -> Optional[pulumi.Input['RegionNetworkFirewallPolicyRuleMatchArgs']]:
|
486
462
|
"""
|
487
463
|
A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
|
488
|
-
Structure is documented below.
|
489
464
|
"""
|
490
465
|
return pulumi.get(self, "match")
|
491
466
|
|
@@ -497,9 +472,7 @@ class _RegionNetworkFirewallPolicyRuleState:
|
|
497
472
|
@pulumi.getter
|
498
473
|
def priority(self) -> Optional[pulumi.Input[int]]:
|
499
474
|
"""
|
500
|
-
An integer indicating the priority of a rule in the list.
|
501
|
-
The priority must be a positive value between 0 and 2147483647.
|
502
|
-
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
475
|
+
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
503
476
|
"""
|
504
477
|
return pulumi.get(self, "priority")
|
505
478
|
|
@@ -510,6 +483,9 @@ class _RegionNetworkFirewallPolicyRuleState:
|
|
510
483
|
@property
|
511
484
|
@pulumi.getter
|
512
485
|
def project(self) -> Optional[pulumi.Input[str]]:
|
486
|
+
"""
|
487
|
+
The project for the resource
|
488
|
+
"""
|
513
489
|
return pulumi.get(self, "project")
|
514
490
|
|
515
491
|
@project.setter
|
@@ -556,10 +532,9 @@ class _RegionNetworkFirewallPolicyRuleState:
|
|
556
532
|
@pulumi.getter(name="securityProfileGroup")
|
557
533
|
def security_profile_group(self) -> Optional[pulumi.Input[str]]:
|
558
534
|
"""
|
559
|
-
A fully-qualified URL of a
|
560
|
-
https://networksecurity.googleapis.com/v1/
|
561
|
-
|
562
|
-
Group and Firewall Policy Rule must be in the same scope.
|
535
|
+
A fully-qualified URL of a SecurityProfileGroup resource. Example:
|
536
|
+
https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group.
|
537
|
+
It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
563
538
|
"""
|
564
539
|
return pulumi.get(self, "security_profile_group")
|
565
540
|
|
@@ -571,11 +546,12 @@ class _RegionNetworkFirewallPolicyRuleState:
|
|
571
546
|
@pulumi.getter(name="targetSecureTags")
|
572
547
|
def target_secure_tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['RegionNetworkFirewallPolicyRuleTargetSecureTagArgs']]]]:
|
573
548
|
"""
|
574
|
-
A list of secure tags that controls which instances the firewall rule applies to. If targetSecureTag are
|
575
|
-
the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure
|
576
|
-
|
577
|
-
|
578
|
-
|
549
|
+
A list of secure tags that controls which instances the firewall rule applies to. If <code>targetSecureTag</code> are
|
550
|
+
specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure
|
551
|
+
tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored.
|
552
|
+
<code>targetSecureTag</code> may not be set at the same time as <code>targetServiceAccounts</code>. If neither
|
553
|
+
<code>targetServiceAccounts</code> nor <code>targetSecureTag</code> are specified, the firewall rule applies to all
|
554
|
+
instances on the specified network. Maximum number of target label tags allowed is 256.
|
579
555
|
"""
|
580
556
|
return pulumi.get(self, "target_secure_tags")
|
581
557
|
|
@@ -599,7 +575,7 @@ class _RegionNetworkFirewallPolicyRuleState:
|
|
599
575
|
@pulumi.getter(name="tlsInspect")
|
600
576
|
def tls_inspect(self) -> Optional[pulumi.Input[bool]]:
|
601
577
|
"""
|
602
|
-
Boolean flag indicating if the traffic should be TLS decrypted.
|
578
|
+
Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action =
|
603
579
|
'apply_security_profile_group' and cannot be set for other actions.
|
604
580
|
"""
|
605
581
|
return pulumi.get(self, "tls_inspect")
|
@@ -631,22 +607,17 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
631
607
|
tls_inspect: Optional[pulumi.Input[bool]] = None,
|
632
608
|
__props__=None):
|
633
609
|
"""
|
634
|
-
|
635
|
-
|
636
|
-
To get more information about RegionNetworkFirewallPolicyRule, see:
|
637
|
-
|
638
|
-
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionNetworkFirewallPolicies/addRule)
|
610
|
+
The Compute NetworkFirewallPolicyRule resource
|
639
611
|
|
640
612
|
## Example Usage
|
641
613
|
|
642
|
-
###
|
643
|
-
|
614
|
+
### Regional
|
644
615
|
```python
|
645
616
|
import pulumi
|
646
617
|
import pulumi_gcp as gcp
|
647
618
|
|
648
619
|
basic_regional_networksecurity_address_group = gcp.networksecurity.AddressGroup("basic_regional_networksecurity_address_group",
|
649
|
-
name="
|
620
|
+
name="policy",
|
650
621
|
parent="projects/my-project-name",
|
651
622
|
description="Sample regional networksecurity_address_group",
|
652
623
|
location="us-west1",
|
@@ -699,7 +670,7 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
699
670
|
|
700
671
|
## Import
|
701
672
|
|
702
|
-
|
673
|
+
NetworkFirewallPolicyRule can be imported using any of these accepted formats:
|
703
674
|
|
704
675
|
* `projects/{{project}}/regions/{{region}}/firewallPolicies/{{firewall_policy}}/{{priority}}`
|
705
676
|
|
@@ -709,7 +680,7 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
709
680
|
|
710
681
|
* `{{firewall_policy}}/{{priority}}`
|
711
682
|
|
712
|
-
When using the `pulumi import` command,
|
683
|
+
When using the `pulumi import` command, NetworkFirewallPolicyRule can be imported using one of the formats above. For example:
|
713
684
|
|
714
685
|
```sh
|
715
686
|
$ pulumi import gcp:compute/regionNetworkFirewallPolicyRule:RegionNetworkFirewallPolicyRule default projects/{{project}}/regions/{{region}}/firewallPolicies/{{firewall_policy}}/{{priority}}
|
@@ -731,8 +702,7 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
731
702
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
732
703
|
:param pulumi.Input[str] action: The Action to perform when the client connection triggers the rule. Valid actions are "allow", "deny", "goto_next" and "apply_security_profile_group".
|
733
704
|
:param pulumi.Input[str] description: An optional description for this resource.
|
734
|
-
:param pulumi.Input[str] direction: The direction in which this rule applies.
|
735
|
-
Possible values are: `INGRESS`, `EGRESS`.
|
705
|
+
:param pulumi.Input[str] direction: The direction in which this rule applies. Possible values: INGRESS, EGRESS
|
736
706
|
:param pulumi.Input[bool] disabled: Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and
|
737
707
|
traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.
|
738
708
|
:param pulumi.Input[bool] enable_logging: Denotes whether to enable logging for a particular rule. If logging is enabled, logs will be exported to the configured
|
@@ -740,23 +710,21 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
740
710
|
"goto_next" rules.
|
741
711
|
:param pulumi.Input[str] firewall_policy: The firewall policy of the resource.
|
742
712
|
:param pulumi.Input[Union['RegionNetworkFirewallPolicyRuleMatchArgs', 'RegionNetworkFirewallPolicyRuleMatchArgsDict']] match: A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
|
743
|
-
|
744
|
-
:param pulumi.Input[
|
745
|
-
The priority must be a positive value between 0 and 2147483647.
|
746
|
-
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
713
|
+
:param pulumi.Input[int] priority: An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
714
|
+
:param pulumi.Input[str] project: The project for the resource
|
747
715
|
:param pulumi.Input[str] region: The location of this resource.
|
748
716
|
:param pulumi.Input[str] rule_name: An optional name for the rule. This field is not a unique identifier and can be updated.
|
749
|
-
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a
|
750
|
-
https://networksecurity.googleapis.com/v1/
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
targetSecureTag
|
756
|
-
|
757
|
-
|
717
|
+
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a SecurityProfileGroup resource. Example:
|
718
|
+
https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group.
|
719
|
+
It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
720
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['RegionNetworkFirewallPolicyRuleTargetSecureTagArgs', 'RegionNetworkFirewallPolicyRuleTargetSecureTagArgsDict']]]] target_secure_tags: A list of secure tags that controls which instances the firewall rule applies to. If <code>targetSecureTag</code> are
|
721
|
+
specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure
|
722
|
+
tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored.
|
723
|
+
<code>targetSecureTag</code> may not be set at the same time as <code>targetServiceAccounts</code>. If neither
|
724
|
+
<code>targetServiceAccounts</code> nor <code>targetSecureTag</code> are specified, the firewall rule applies to all
|
725
|
+
instances on the specified network. Maximum number of target label tags allowed is 256.
|
758
726
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] target_service_accounts: A list of service accounts indicating the sets of instances that are applied with this rule.
|
759
|
-
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted.
|
727
|
+
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action =
|
760
728
|
'apply_security_profile_group' and cannot be set for other actions.
|
761
729
|
"""
|
762
730
|
...
|
@@ -766,22 +734,17 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
766
734
|
args: RegionNetworkFirewallPolicyRuleArgs,
|
767
735
|
opts: Optional[pulumi.ResourceOptions] = None):
|
768
736
|
"""
|
769
|
-
|
770
|
-
|
771
|
-
To get more information about RegionNetworkFirewallPolicyRule, see:
|
772
|
-
|
773
|
-
* [API documentation](https://cloud.google.com/compute/docs/reference/rest/v1/regionNetworkFirewallPolicies/addRule)
|
737
|
+
The Compute NetworkFirewallPolicyRule resource
|
774
738
|
|
775
739
|
## Example Usage
|
776
740
|
|
777
|
-
###
|
778
|
-
|
741
|
+
### Regional
|
779
742
|
```python
|
780
743
|
import pulumi
|
781
744
|
import pulumi_gcp as gcp
|
782
745
|
|
783
746
|
basic_regional_networksecurity_address_group = gcp.networksecurity.AddressGroup("basic_regional_networksecurity_address_group",
|
784
|
-
name="
|
747
|
+
name="policy",
|
785
748
|
parent="projects/my-project-name",
|
786
749
|
description="Sample regional networksecurity_address_group",
|
787
750
|
location="us-west1",
|
@@ -834,7 +797,7 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
834
797
|
|
835
798
|
## Import
|
836
799
|
|
837
|
-
|
800
|
+
NetworkFirewallPolicyRule can be imported using any of these accepted formats:
|
838
801
|
|
839
802
|
* `projects/{{project}}/regions/{{region}}/firewallPolicies/{{firewall_policy}}/{{priority}}`
|
840
803
|
|
@@ -844,7 +807,7 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
844
807
|
|
845
808
|
* `{{firewall_policy}}/{{priority}}`
|
846
809
|
|
847
|
-
When using the `pulumi import` command,
|
810
|
+
When using the `pulumi import` command, NetworkFirewallPolicyRule can be imported using one of the formats above. For example:
|
848
811
|
|
849
812
|
```sh
|
850
813
|
$ pulumi import gcp:compute/regionNetworkFirewallPolicyRule:RegionNetworkFirewallPolicyRule default projects/{{project}}/regions/{{region}}/firewallPolicies/{{firewall_policy}}/{{priority}}
|
@@ -926,7 +889,6 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
926
889
|
__props__.__dict__["target_secure_tags"] = target_secure_tags
|
927
890
|
__props__.__dict__["target_service_accounts"] = target_service_accounts
|
928
891
|
__props__.__dict__["tls_inspect"] = tls_inspect
|
929
|
-
__props__.__dict__["creation_timestamp"] = None
|
930
892
|
__props__.__dict__["kind"] = None
|
931
893
|
__props__.__dict__["rule_tuple_count"] = None
|
932
894
|
super(RegionNetworkFirewallPolicyRule, __self__).__init__(
|
@@ -940,7 +902,6 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
940
902
|
id: pulumi.Input[str],
|
941
903
|
opts: Optional[pulumi.ResourceOptions] = None,
|
942
904
|
action: Optional[pulumi.Input[str]] = None,
|
943
|
-
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
944
905
|
description: Optional[pulumi.Input[str]] = None,
|
945
906
|
direction: Optional[pulumi.Input[str]] = None,
|
946
907
|
disabled: Optional[pulumi.Input[bool]] = None,
|
@@ -965,10 +926,8 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
965
926
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
966
927
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
967
928
|
:param pulumi.Input[str] action: The Action to perform when the client connection triggers the rule. Valid actions are "allow", "deny", "goto_next" and "apply_security_profile_group".
|
968
|
-
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
969
929
|
:param pulumi.Input[str] description: An optional description for this resource.
|
970
|
-
:param pulumi.Input[str] direction: The direction in which this rule applies.
|
971
|
-
Possible values are: `INGRESS`, `EGRESS`.
|
930
|
+
:param pulumi.Input[str] direction: The direction in which this rule applies. Possible values: INGRESS, EGRESS
|
972
931
|
:param pulumi.Input[bool] disabled: Denotes whether the firewall policy rule is disabled. When set to true, the firewall policy rule is not enforced and
|
973
932
|
traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.
|
974
933
|
:param pulumi.Input[bool] enable_logging: Denotes whether to enable logging for a particular rule. If logging is enabled, logs will be exported to the configured
|
@@ -977,24 +936,22 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
977
936
|
:param pulumi.Input[str] firewall_policy: The firewall policy of the resource.
|
978
937
|
:param pulumi.Input[str] kind: Type of the resource. Always `compute#firewallPolicyRule` for firewall policy rules
|
979
938
|
:param pulumi.Input[Union['RegionNetworkFirewallPolicyRuleMatchArgs', 'RegionNetworkFirewallPolicyRuleMatchArgsDict']] match: A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
|
980
|
-
|
981
|
-
:param pulumi.Input[
|
982
|
-
The priority must be a positive value between 0 and 2147483647.
|
983
|
-
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
939
|
+
:param pulumi.Input[int] priority: An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
940
|
+
:param pulumi.Input[str] project: The project for the resource
|
984
941
|
:param pulumi.Input[str] region: The location of this resource.
|
985
942
|
:param pulumi.Input[str] rule_name: An optional name for the rule. This field is not a unique identifier and can be updated.
|
986
943
|
:param pulumi.Input[int] rule_tuple_count: Calculation of the complexity of a single firewall policy rule.
|
987
|
-
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a
|
988
|
-
https://networksecurity.googleapis.com/v1/
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
targetSecureTag
|
994
|
-
|
995
|
-
|
944
|
+
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a SecurityProfileGroup resource. Example:
|
945
|
+
https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group.
|
946
|
+
It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
947
|
+
:param pulumi.Input[Sequence[pulumi.Input[Union['RegionNetworkFirewallPolicyRuleTargetSecureTagArgs', 'RegionNetworkFirewallPolicyRuleTargetSecureTagArgsDict']]]] target_secure_tags: A list of secure tags that controls which instances the firewall rule applies to. If <code>targetSecureTag</code> are
|
948
|
+
specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure
|
949
|
+
tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored.
|
950
|
+
<code>targetSecureTag</code> may not be set at the same time as <code>targetServiceAccounts</code>. If neither
|
951
|
+
<code>targetServiceAccounts</code> nor <code>targetSecureTag</code> are specified, the firewall rule applies to all
|
952
|
+
instances on the specified network. Maximum number of target label tags allowed is 256.
|
996
953
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] target_service_accounts: A list of service accounts indicating the sets of instances that are applied with this rule.
|
997
|
-
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted.
|
954
|
+
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action =
|
998
955
|
'apply_security_profile_group' and cannot be set for other actions.
|
999
956
|
"""
|
1000
957
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -1002,7 +959,6 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
1002
959
|
__props__ = _RegionNetworkFirewallPolicyRuleState.__new__(_RegionNetworkFirewallPolicyRuleState)
|
1003
960
|
|
1004
961
|
__props__.__dict__["action"] = action
|
1005
|
-
__props__.__dict__["creation_timestamp"] = creation_timestamp
|
1006
962
|
__props__.__dict__["description"] = description
|
1007
963
|
__props__.__dict__["direction"] = direction
|
1008
964
|
__props__.__dict__["disabled"] = disabled
|
@@ -1029,14 +985,6 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
1029
985
|
"""
|
1030
986
|
return pulumi.get(self, "action")
|
1031
987
|
|
1032
|
-
@property
|
1033
|
-
@pulumi.getter(name="creationTimestamp")
|
1034
|
-
def creation_timestamp(self) -> pulumi.Output[str]:
|
1035
|
-
"""
|
1036
|
-
Creation timestamp in RFC3339 text format.
|
1037
|
-
"""
|
1038
|
-
return pulumi.get(self, "creation_timestamp")
|
1039
|
-
|
1040
988
|
@property
|
1041
989
|
@pulumi.getter
|
1042
990
|
def description(self) -> pulumi.Output[Optional[str]]:
|
@@ -1049,8 +997,7 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
1049
997
|
@pulumi.getter
|
1050
998
|
def direction(self) -> pulumi.Output[str]:
|
1051
999
|
"""
|
1052
|
-
The direction in which this rule applies.
|
1053
|
-
Possible values are: `INGRESS`, `EGRESS`.
|
1000
|
+
The direction in which this rule applies. Possible values: INGRESS, EGRESS
|
1054
1001
|
"""
|
1055
1002
|
return pulumi.get(self, "direction")
|
1056
1003
|
|
@@ -1094,7 +1041,6 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
1094
1041
|
def match(self) -> pulumi.Output['outputs.RegionNetworkFirewallPolicyRuleMatch']:
|
1095
1042
|
"""
|
1096
1043
|
A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
|
1097
|
-
Structure is documented below.
|
1098
1044
|
"""
|
1099
1045
|
return pulumi.get(self, "match")
|
1100
1046
|
|
@@ -1102,15 +1048,16 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
1102
1048
|
@pulumi.getter
|
1103
1049
|
def priority(self) -> pulumi.Output[int]:
|
1104
1050
|
"""
|
1105
|
-
An integer indicating the priority of a rule in the list.
|
1106
|
-
The priority must be a positive value between 0 and 2147483647.
|
1107
|
-
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
1051
|
+
An integer indicating the priority of a rule in the list. The priority must be a positive value between 0 and 2147483647. Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
1108
1052
|
"""
|
1109
1053
|
return pulumi.get(self, "priority")
|
1110
1054
|
|
1111
1055
|
@property
|
1112
1056
|
@pulumi.getter
|
1113
1057
|
def project(self) -> pulumi.Output[str]:
|
1058
|
+
"""
|
1059
|
+
The project for the resource
|
1060
|
+
"""
|
1114
1061
|
return pulumi.get(self, "project")
|
1115
1062
|
|
1116
1063
|
@property
|
@@ -1141,10 +1088,9 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
1141
1088
|
@pulumi.getter(name="securityProfileGroup")
|
1142
1089
|
def security_profile_group(self) -> pulumi.Output[Optional[str]]:
|
1143
1090
|
"""
|
1144
|
-
A fully-qualified URL of a
|
1145
|
-
https://networksecurity.googleapis.com/v1/
|
1146
|
-
|
1147
|
-
Group and Firewall Policy Rule must be in the same scope.
|
1091
|
+
A fully-qualified URL of a SecurityProfileGroup resource. Example:
|
1092
|
+
https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group.
|
1093
|
+
It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
1148
1094
|
"""
|
1149
1095
|
return pulumi.get(self, "security_profile_group")
|
1150
1096
|
|
@@ -1152,11 +1098,12 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
1152
1098
|
@pulumi.getter(name="targetSecureTags")
|
1153
1099
|
def target_secure_tags(self) -> pulumi.Output[Optional[Sequence['outputs.RegionNetworkFirewallPolicyRuleTargetSecureTag']]]:
|
1154
1100
|
"""
|
1155
|
-
A list of secure tags that controls which instances the firewall rule applies to. If targetSecureTag are
|
1156
|
-
the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure
|
1157
|
-
|
1158
|
-
|
1159
|
-
|
1101
|
+
A list of secure tags that controls which instances the firewall rule applies to. If <code>targetSecureTag</code> are
|
1102
|
+
specified, then the firewall rule applies only to instances in the VPC network that have one of those EFFECTIVE secure
|
1103
|
+
tags, if all the target_secure_tag are in INEFFECTIVE state, then this rule will be ignored.
|
1104
|
+
<code>targetSecureTag</code> may not be set at the same time as <code>targetServiceAccounts</code>. If neither
|
1105
|
+
<code>targetServiceAccounts</code> nor <code>targetSecureTag</code> are specified, the firewall rule applies to all
|
1106
|
+
instances on the specified network. Maximum number of target label tags allowed is 256.
|
1160
1107
|
"""
|
1161
1108
|
return pulumi.get(self, "target_secure_tags")
|
1162
1109
|
|
@@ -1172,7 +1119,7 @@ class RegionNetworkFirewallPolicyRule(pulumi.CustomResource):
|
|
1172
1119
|
@pulumi.getter(name="tlsInspect")
|
1173
1120
|
def tls_inspect(self) -> pulumi.Output[Optional[bool]]:
|
1174
1121
|
"""
|
1175
|
-
Boolean flag indicating if the traffic should be TLS decrypted.
|
1122
|
+
Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action =
|
1176
1123
|
'apply_security_profile_group' and cannot be set for other actions.
|
1177
1124
|
"""
|
1178
1125
|
return pulumi.get(self, "tls_inspect")
|
pulumi_gcp/config/__init__.pyi
CHANGED
@@ -259,8 +259,6 @@ networkServicesCustomEndpoint: Optional[str]
|
|
259
259
|
|
260
260
|
notebooksCustomEndpoint: Optional[str]
|
261
261
|
|
262
|
-
oracleDatabaseCustomEndpoint: Optional[str]
|
263
|
-
|
264
262
|
orgPolicyCustomEndpoint: Optional[str]
|
265
263
|
|
266
264
|
osConfigCustomEndpoint: Optional[str]
|
@@ -351,8 +349,6 @@ tpuCustomEndpoint: Optional[str]
|
|
351
349
|
|
352
350
|
tpuV2CustomEndpoint: Optional[str]
|
353
351
|
|
354
|
-
transcoderCustomEndpoint: Optional[str]
|
355
|
-
|
356
352
|
universeDomain: Optional[str]
|
357
353
|
|
358
354
|
userProjectOverride: Optional[bool]
|