pulumi-gcp 8.8.2a1731515595__py3-none-any.whl → 8.9.0a1731021465__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 -64
- pulumi_gcp/activedirectory/domain.py +0 -24
- pulumi_gcp/apigee/__init__.py +0 -1
- pulumi_gcp/apigee/_inputs.py +0 -74
- pulumi_gcp/apigee/outputs.py +0 -65
- pulumi_gcp/applicationintegration/auth_config.py +0 -24
- pulumi_gcp/backupdisasterrecovery/__init__.py +0 -4
- pulumi_gcp/backupdisasterrecovery/_inputs.py +0 -533
- pulumi_gcp/backupdisasterrecovery/backup_vault.py +6 -146
- pulumi_gcp/backupdisasterrecovery/outputs.py +0 -702
- pulumi_gcp/bigquery/data_transfer_config.py +0 -24
- pulumi_gcp/cloudrunv2/_inputs.py +0 -46
- pulumi_gcp/cloudrunv2/job.py +2 -0
- pulumi_gcp/cloudrunv2/outputs.py +2 -60
- pulumi_gcp/cloudrunv2/service.py +2 -0
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +255 -2162
- pulumi_gcp/compute/disk.py +7 -7
- pulumi_gcp/compute/firewall_policy_rule.py +54 -108
- pulumi_gcp/compute/get_region_instance_group_manager.py +1 -12
- pulumi_gcp/compute/health_check.py +42 -42
- pulumi_gcp/compute/network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/node_template.py +0 -95
- pulumi_gcp/compute/outputs.py +213 -1639
- pulumi_gcp/compute/region_disk.py +7 -7
- pulumi_gcp/compute/region_health_check.py +42 -42
- pulumi_gcp/compute/region_instance_group_manager.py +14 -54
- pulumi_gcp/compute/region_network_firewall_policy_rule.py +4 -4
- pulumi_gcp/compute/region_network_firewall_policy_with_rules.py +10 -10
- pulumi_gcp/compute/region_security_policy.py +0 -120
- pulumi_gcp/compute/region_security_policy_rule.py +6 -6
- pulumi_gcp/compute/router_peer.py +35 -56
- pulumi_gcp/compute/security_scan_config.py +8 -8
- pulumi_gcp/config/__init__.pyi +0 -4
- pulumi_gcp/config/vars.py +0 -8
- pulumi_gcp/container/_inputs.py +10 -345
- pulumi_gcp/container/cluster.py +0 -101
- pulumi_gcp/container/get_cluster.py +1 -23
- pulumi_gcp/container/outputs.py +8 -456
- pulumi_gcp/dataloss/prevention_discovery_config.py +7 -7
- pulumi_gcp/dataproc/__init__.py +0 -2
- pulumi_gcp/dataproc/_inputs.py +0 -101
- pulumi_gcp/dataproc/outputs.py +0 -94
- pulumi_gcp/edgecontainer/vpn_connection.py +4 -4
- pulumi_gcp/firebase/android_app.py +2 -2
- pulumi_gcp/firebase/apple_app.py +2 -2
- pulumi_gcp/firebase/web_app.py +2 -2
- pulumi_gcp/firestore/index.py +0 -44
- pulumi_gcp/gkeonprem/_inputs.py +15 -15
- pulumi_gcp/gkeonprem/outputs.py +10 -10
- pulumi_gcp/healthcare/dataset.py +7 -7
- pulumi_gcp/healthcare/dicom_store.py +7 -7
- pulumi_gcp/healthcare/fhir_store.py +7 -7
- pulumi_gcp/healthcare/hl7_store.py +14 -14
- pulumi_gcp/iam/__init__.py +0 -1
- pulumi_gcp/iam/_inputs.py +0 -161
- pulumi_gcp/iam/outputs.py +0 -114
- pulumi_gcp/logging/metric.py +2 -2
- pulumi_gcp/looker/_inputs.py +0 -6
- pulumi_gcp/looker/instance.py +321 -169
- pulumi_gcp/looker/outputs.py +0 -4
- pulumi_gcp/memorystore/instance.py +0 -4
- pulumi_gcp/monitoring/alert_policy.py +0 -24
- pulumi_gcp/monitoring/custom_service.py +0 -24
- pulumi_gcp/monitoring/group.py +0 -24
- pulumi_gcp/monitoring/metric_descriptor.py +0 -24
- pulumi_gcp/monitoring/slo.py +0 -24
- pulumi_gcp/monitoring/uptime_check_config.py +0 -24
- pulumi_gcp/networkmanagement/__init__.py +0 -1
- pulumi_gcp/osconfig/patch_deployment.py +8 -8
- pulumi_gcp/provider.py +0 -40
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/redis/_inputs.py +3 -3
- pulumi_gcp/redis/outputs.py +2 -2
- pulumi_gcp/securitycenter/notification_config.py +16 -4
- pulumi_gcp/securitycenter/project_notification_config.py +24 -0
- pulumi_gcp/securitycenter/v2_organization_notification_config.py +16 -4
- pulumi_gcp/spanner/__init__.py +0 -1
- pulumi_gcp/spanner/_inputs.py +9 -9
- pulumi_gcp/spanner/get_instance.py +1 -12
- pulumi_gcp/spanner/instance.py +0 -70
- pulumi_gcp/spanner/outputs.py +12 -46
- pulumi_gcp/sql/_inputs.py +0 -26
- pulumi_gcp/sql/database_instance.py +11 -124
- pulumi_gcp/sql/get_database_instance.py +1 -12
- pulumi_gcp/sql/outputs.py +0 -51
- pulumi_gcp/storage/_inputs.py +3 -3
- pulumi_gcp/storage/outputs.py +2 -2
- pulumi_gcp/tags/tag_binding.py +4 -4
- pulumi_gcp/tags/tag_value.py +2 -2
- pulumi_gcp/transcoder/job.py +0 -24
- pulumi_gcp/vertex/_inputs.py +0 -184
- pulumi_gcp/vertex/ai_endpoint.py +8 -394
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vertex/outputs.py +0 -166
- pulumi_gcp/workbench/instance.py +7 -21
- pulumi_gcp/workflows/workflow.py +0 -36
- pulumi_gcp/workstations/workstation_config.py +8 -8
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/RECORD +103 -114
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/WHEEL +1 -1
- pulumi_gcp/apigee/api.py +0 -456
- pulumi_gcp/backupdisasterrecovery/backup_plan.py +0 -653
- pulumi_gcp/backupdisasterrecovery/backup_plan_association.py +0 -766
- pulumi_gcp/backupdisasterrecovery/get_backup_plan.py +0 -204
- pulumi_gcp/backupdisasterrecovery/get_backup_plan_association.py +0 -243
- pulumi_gcp/compute/region_resize_request.py +0 -772
- pulumi_gcp/dataproc/gdc_application_environment.py +0 -931
- pulumi_gcp/dataproc/gdc_service_instance.py +0 -1022
- pulumi_gcp/iam/principal_access_boundary_policy.py +0 -679
- pulumi_gcp/networkmanagement/vpc_flow_logs_config.py +0 -1358
- pulumi_gcp/spanner/get_database.py +0 -229
- {pulumi_gcp-8.8.2a1731515595.dist-info → pulumi_gcp-8.9.0a1731021465.dist-info}/top_level.txt +0 -0
pulumi_gcp/compute/disk.py
CHANGED
@@ -53,7 +53,7 @@ class DiskArgs:
|
|
53
53
|
* READ_WRITE_SINGLE
|
54
54
|
* READ_WRITE_MANY
|
55
55
|
* READ_ONLY_SINGLE
|
56
|
-
:param pulumi.Input['DiskAsyncPrimaryDiskArgs'] async_primary_disk: A nested object resource
|
56
|
+
:param pulumi.Input['DiskAsyncPrimaryDiskArgs'] async_primary_disk: A nested object resource
|
57
57
|
Structure is documented below.
|
58
58
|
:param pulumi.Input[str] description: An optional description of this resource. Provide this property when
|
59
59
|
you create the resource.
|
@@ -234,7 +234,7 @@ class DiskArgs:
|
|
234
234
|
@pulumi.getter(name="asyncPrimaryDisk")
|
235
235
|
def async_primary_disk(self) -> Optional[pulumi.Input['DiskAsyncPrimaryDiskArgs']]:
|
236
236
|
"""
|
237
|
-
A nested object resource
|
237
|
+
A nested object resource
|
238
238
|
Structure is documented below.
|
239
239
|
"""
|
240
240
|
return pulumi.get(self, "async_primary_disk")
|
@@ -649,7 +649,7 @@ class _DiskState:
|
|
649
649
|
* READ_WRITE_SINGLE
|
650
650
|
* READ_WRITE_MANY
|
651
651
|
* READ_ONLY_SINGLE
|
652
|
-
:param pulumi.Input['DiskAsyncPrimaryDiskArgs'] async_primary_disk: A nested object resource
|
652
|
+
:param pulumi.Input['DiskAsyncPrimaryDiskArgs'] async_primary_disk: A nested object resource
|
653
653
|
Structure is documented below.
|
654
654
|
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
655
655
|
:param pulumi.Input[str] description: An optional description of this resource. Provide this property when
|
@@ -880,7 +880,7 @@ class _DiskState:
|
|
880
880
|
@pulumi.getter(name="asyncPrimaryDisk")
|
881
881
|
def async_primary_disk(self) -> Optional[pulumi.Input['DiskAsyncPrimaryDiskArgs']]:
|
882
882
|
"""
|
883
|
-
A nested object resource
|
883
|
+
A nested object resource
|
884
884
|
Structure is documented below.
|
885
885
|
"""
|
886
886
|
return pulumi.get(self, "async_primary_disk")
|
@@ -1563,7 +1563,7 @@ class Disk(pulumi.CustomResource):
|
|
1563
1563
|
* READ_WRITE_SINGLE
|
1564
1564
|
* READ_WRITE_MANY
|
1565
1565
|
* READ_ONLY_SINGLE
|
1566
|
-
:param pulumi.Input[Union['DiskAsyncPrimaryDiskArgs', 'DiskAsyncPrimaryDiskArgsDict']] async_primary_disk: A nested object resource
|
1566
|
+
:param pulumi.Input[Union['DiskAsyncPrimaryDiskArgs', 'DiskAsyncPrimaryDiskArgsDict']] async_primary_disk: A nested object resource
|
1567
1567
|
Structure is documented below.
|
1568
1568
|
:param pulumi.Input[str] description: An optional description of this resource. Provide this property when
|
1569
1569
|
you create the resource.
|
@@ -1942,7 +1942,7 @@ class Disk(pulumi.CustomResource):
|
|
1942
1942
|
* READ_WRITE_SINGLE
|
1943
1943
|
* READ_WRITE_MANY
|
1944
1944
|
* READ_ONLY_SINGLE
|
1945
|
-
:param pulumi.Input[Union['DiskAsyncPrimaryDiskArgs', 'DiskAsyncPrimaryDiskArgsDict']] async_primary_disk: A nested object resource
|
1945
|
+
:param pulumi.Input[Union['DiskAsyncPrimaryDiskArgs', 'DiskAsyncPrimaryDiskArgsDict']] async_primary_disk: A nested object resource
|
1946
1946
|
Structure is documented below.
|
1947
1947
|
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
1948
1948
|
:param pulumi.Input[str] description: An optional description of this resource. Provide this property when
|
@@ -2134,7 +2134,7 @@ class Disk(pulumi.CustomResource):
|
|
2134
2134
|
@pulumi.getter(name="asyncPrimaryDisk")
|
2135
2135
|
def async_primary_disk(self) -> pulumi.Output[Optional['outputs.DiskAsyncPrimaryDisk']]:
|
2136
2136
|
"""
|
2137
|
-
A nested object resource
|
2137
|
+
A nested object resource
|
2138
2138
|
Structure is documented below.
|
2139
2139
|
"""
|
2140
2140
|
return pulumi.get(self, "async_primary_disk")
|
@@ -36,27 +36,23 @@ class FirewallPolicyRuleArgs:
|
|
36
36
|
"""
|
37
37
|
The set of arguments for constructing a FirewallPolicyRule resource.
|
38
38
|
: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".
|
39
|
-
:param pulumi.Input[str] direction: The direction in which this rule applies.
|
40
|
-
Possible values are: `INGRESS`, `EGRESS`.
|
39
|
+
:param pulumi.Input[str] direction: The direction in which this rule applies. Possible values: INGRESS, EGRESS
|
41
40
|
:param pulumi.Input[str] firewall_policy: The firewall policy of the resource.
|
42
41
|
:param pulumi.Input['FirewallPolicyRuleMatchArgs'] match: A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
|
43
|
-
|
44
|
-
:param pulumi.Input[int] priority: An integer indicating the priority of a rule in the list.
|
45
|
-
The priority must be a positive value between 0 and 2147483647.
|
46
|
-
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
42
|
+
: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.
|
47
43
|
:param pulumi.Input[str] description: An optional description for this resource.
|
48
44
|
: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
|
49
45
|
traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.
|
50
46
|
: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
|
51
47
|
export destination in Stackdriver. Logs may be exported to BigQuery or Pub/Sub. Note: you cannot enable logging on
|
52
48
|
"goto_next" rules.
|
53
|
-
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a
|
54
|
-
https://networksecurity.googleapis.com/v1/
|
55
|
-
|
49
|
+
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a SecurityProfileGroup resource. Example:
|
50
|
+
https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group.
|
51
|
+
It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
56
52
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] target_resources: A list of network resource URLs to which this rule applies. This field allows you to control which network's VMs get
|
57
53
|
this rule. If this field is left blank, all VMs within the organization will receive the rule.
|
58
54
|
: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.
|
59
|
-
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted.
|
55
|
+
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action =
|
60
56
|
'apply_security_profile_group' and cannot be set for other actions.
|
61
57
|
"""
|
62
58
|
pulumi.set(__self__, "action", action)
|
@@ -95,8 +91,7 @@ class FirewallPolicyRuleArgs:
|
|
95
91
|
@pulumi.getter
|
96
92
|
def direction(self) -> pulumi.Input[str]:
|
97
93
|
"""
|
98
|
-
The direction in which this rule applies.
|
99
|
-
Possible values are: `INGRESS`, `EGRESS`.
|
94
|
+
The direction in which this rule applies. Possible values: INGRESS, EGRESS
|
100
95
|
"""
|
101
96
|
return pulumi.get(self, "direction")
|
102
97
|
|
@@ -121,7 +116,6 @@ class FirewallPolicyRuleArgs:
|
|
121
116
|
def match(self) -> pulumi.Input['FirewallPolicyRuleMatchArgs']:
|
122
117
|
"""
|
123
118
|
A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
|
124
|
-
Structure is documented below.
|
125
119
|
"""
|
126
120
|
return pulumi.get(self, "match")
|
127
121
|
|
@@ -133,9 +127,7 @@ class FirewallPolicyRuleArgs:
|
|
133
127
|
@pulumi.getter
|
134
128
|
def priority(self) -> pulumi.Input[int]:
|
135
129
|
"""
|
136
|
-
An integer indicating the priority of a rule in the list.
|
137
|
-
The priority must be a positive value between 0 and 2147483647.
|
138
|
-
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
130
|
+
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.
|
139
131
|
"""
|
140
132
|
return pulumi.get(self, "priority")
|
141
133
|
|
@@ -186,9 +178,9 @@ class FirewallPolicyRuleArgs:
|
|
186
178
|
@pulumi.getter(name="securityProfileGroup")
|
187
179
|
def security_profile_group(self) -> Optional[pulumi.Input[str]]:
|
188
180
|
"""
|
189
|
-
A fully-qualified URL of a
|
190
|
-
https://networksecurity.googleapis.com/v1/
|
191
|
-
|
181
|
+
A fully-qualified URL of a SecurityProfileGroup resource. Example:
|
182
|
+
https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group.
|
183
|
+
It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
192
184
|
"""
|
193
185
|
return pulumi.get(self, "security_profile_group")
|
194
186
|
|
@@ -225,7 +217,7 @@ class FirewallPolicyRuleArgs:
|
|
225
217
|
@pulumi.getter(name="tlsInspect")
|
226
218
|
def tls_inspect(self) -> Optional[pulumi.Input[bool]]:
|
227
219
|
"""
|
228
|
-
Boolean flag indicating if the traffic should be TLS decrypted.
|
220
|
+
Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action =
|
229
221
|
'apply_security_profile_group' and cannot be set for other actions.
|
230
222
|
"""
|
231
223
|
return pulumi.get(self, "tls_inspect")
|
@@ -239,7 +231,6 @@ class FirewallPolicyRuleArgs:
|
|
239
231
|
class _FirewallPolicyRuleState:
|
240
232
|
def __init__(__self__, *,
|
241
233
|
action: Optional[pulumi.Input[str]] = None,
|
242
|
-
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
243
234
|
description: Optional[pulumi.Input[str]] = None,
|
244
235
|
direction: Optional[pulumi.Input[str]] = None,
|
245
236
|
disabled: Optional[pulumi.Input[bool]] = None,
|
@@ -256,10 +247,8 @@ class _FirewallPolicyRuleState:
|
|
256
247
|
"""
|
257
248
|
Input properties used for looking up and filtering FirewallPolicyRule resources.
|
258
249
|
: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".
|
259
|
-
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
260
250
|
:param pulumi.Input[str] description: An optional description for this resource.
|
261
|
-
:param pulumi.Input[str] direction: The direction in which this rule applies.
|
262
|
-
Possible values are: `INGRESS`, `EGRESS`.
|
251
|
+
:param pulumi.Input[str] direction: The direction in which this rule applies. Possible values: INGRESS, EGRESS
|
263
252
|
: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
|
264
253
|
traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.
|
265
254
|
: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
|
@@ -268,24 +257,19 @@ class _FirewallPolicyRuleState:
|
|
268
257
|
:param pulumi.Input[str] firewall_policy: The firewall policy of the resource.
|
269
258
|
:param pulumi.Input[str] kind: Type of the resource. Always `compute#firewallPolicyRule` for firewall policy rules
|
270
259
|
:param pulumi.Input['FirewallPolicyRuleMatchArgs'] match: A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
|
271
|
-
|
272
|
-
:param pulumi.Input[int] priority: An integer indicating the priority of a rule in the list.
|
273
|
-
The priority must be a positive value between 0 and 2147483647.
|
274
|
-
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
260
|
+
: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.
|
275
261
|
:param pulumi.Input[int] rule_tuple_count: Calculation of the complexity of a single firewall policy rule.
|
276
|
-
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a
|
277
|
-
https://networksecurity.googleapis.com/v1/
|
278
|
-
|
262
|
+
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a SecurityProfileGroup resource. Example:
|
263
|
+
https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group.
|
264
|
+
It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
279
265
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] target_resources: A list of network resource URLs to which this rule applies. This field allows you to control which network's VMs get
|
280
266
|
this rule. If this field is left blank, all VMs within the organization will receive the rule.
|
281
267
|
: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.
|
282
|
-
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted.
|
268
|
+
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action =
|
283
269
|
'apply_security_profile_group' and cannot be set for other actions.
|
284
270
|
"""
|
285
271
|
if action is not None:
|
286
272
|
pulumi.set(__self__, "action", action)
|
287
|
-
if creation_timestamp is not None:
|
288
|
-
pulumi.set(__self__, "creation_timestamp", creation_timestamp)
|
289
273
|
if description is not None:
|
290
274
|
pulumi.set(__self__, "description", description)
|
291
275
|
if direction is not None:
|
@@ -325,18 +309,6 @@ class _FirewallPolicyRuleState:
|
|
325
309
|
def action(self, value: Optional[pulumi.Input[str]]):
|
326
310
|
pulumi.set(self, "action", value)
|
327
311
|
|
328
|
-
@property
|
329
|
-
@pulumi.getter(name="creationTimestamp")
|
330
|
-
def creation_timestamp(self) -> Optional[pulumi.Input[str]]:
|
331
|
-
"""
|
332
|
-
Creation timestamp in RFC3339 text format.
|
333
|
-
"""
|
334
|
-
return pulumi.get(self, "creation_timestamp")
|
335
|
-
|
336
|
-
@creation_timestamp.setter
|
337
|
-
def creation_timestamp(self, value: Optional[pulumi.Input[str]]):
|
338
|
-
pulumi.set(self, "creation_timestamp", value)
|
339
|
-
|
340
312
|
@property
|
341
313
|
@pulumi.getter
|
342
314
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -353,8 +325,7 @@ class _FirewallPolicyRuleState:
|
|
353
325
|
@pulumi.getter
|
354
326
|
def direction(self) -> Optional[pulumi.Input[str]]:
|
355
327
|
"""
|
356
|
-
The direction in which this rule applies.
|
357
|
-
Possible values are: `INGRESS`, `EGRESS`.
|
328
|
+
The direction in which this rule applies. Possible values: INGRESS, EGRESS
|
358
329
|
"""
|
359
330
|
return pulumi.get(self, "direction")
|
360
331
|
|
@@ -418,7 +389,6 @@ class _FirewallPolicyRuleState:
|
|
418
389
|
def match(self) -> Optional[pulumi.Input['FirewallPolicyRuleMatchArgs']]:
|
419
390
|
"""
|
420
391
|
A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
|
421
|
-
Structure is documented below.
|
422
392
|
"""
|
423
393
|
return pulumi.get(self, "match")
|
424
394
|
|
@@ -430,9 +400,7 @@ class _FirewallPolicyRuleState:
|
|
430
400
|
@pulumi.getter
|
431
401
|
def priority(self) -> Optional[pulumi.Input[int]]:
|
432
402
|
"""
|
433
|
-
An integer indicating the priority of a rule in the list.
|
434
|
-
The priority must be a positive value between 0 and 2147483647.
|
435
|
-
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
403
|
+
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.
|
436
404
|
"""
|
437
405
|
return pulumi.get(self, "priority")
|
438
406
|
|
@@ -456,9 +424,9 @@ class _FirewallPolicyRuleState:
|
|
456
424
|
@pulumi.getter(name="securityProfileGroup")
|
457
425
|
def security_profile_group(self) -> Optional[pulumi.Input[str]]:
|
458
426
|
"""
|
459
|
-
A fully-qualified URL of a
|
460
|
-
https://networksecurity.googleapis.com/v1/
|
461
|
-
|
427
|
+
A fully-qualified URL of a SecurityProfileGroup resource. Example:
|
428
|
+
https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group.
|
429
|
+
It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
462
430
|
"""
|
463
431
|
return pulumi.get(self, "security_profile_group")
|
464
432
|
|
@@ -495,7 +463,7 @@ class _FirewallPolicyRuleState:
|
|
495
463
|
@pulumi.getter(name="tlsInspect")
|
496
464
|
def tls_inspect(self) -> Optional[pulumi.Input[bool]]:
|
497
465
|
"""
|
498
|
-
Boolean flag indicating if the traffic should be TLS decrypted.
|
466
|
+
Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action =
|
499
467
|
'apply_security_profile_group' and cannot be set for other actions.
|
500
468
|
"""
|
501
469
|
return pulumi.get(self, "tls_inspect")
|
@@ -524,16 +492,17 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
524
492
|
tls_inspect: Optional[pulumi.Input[bool]] = None,
|
525
493
|
__props__=None):
|
526
494
|
"""
|
527
|
-
|
495
|
+
The Compute FirewallPolicyRule resource
|
528
496
|
|
529
|
-
|
497
|
+
## Example Usage
|
530
498
|
|
499
|
+
### Basic_fir_sec_rule
|
531
500
|
```python
|
532
501
|
import pulumi
|
533
502
|
import pulumi_gcp as gcp
|
534
503
|
|
535
504
|
basic_global_networksecurity_address_group = gcp.networksecurity.AddressGroup("basic_global_networksecurity_address_group",
|
536
|
-
name="
|
505
|
+
name="policy",
|
537
506
|
parent="organizations/123456789",
|
538
507
|
description="Sample global networksecurity_address_group",
|
539
508
|
location="global",
|
@@ -541,14 +510,14 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
541
510
|
type="IPV4",
|
542
511
|
capacity=100)
|
543
512
|
folder = gcp.organizations.Folder("folder",
|
544
|
-
display_name="
|
513
|
+
display_name="policy",
|
545
514
|
parent="organizations/123456789",
|
546
515
|
deletion_protection=False)
|
547
516
|
default = gcp.compute.FirewallPolicy("default",
|
548
517
|
parent=folder.id,
|
549
518
|
short_name="policy",
|
550
519
|
description="Resource created for Terraform acceptance testing")
|
551
|
-
|
520
|
+
primary = gcp.compute.FirewallPolicyRule("primary",
|
552
521
|
firewall_policy=default.name,
|
553
522
|
description="Resource created for Terraform acceptance testing",
|
554
523
|
priority=9000,
|
@@ -599,8 +568,7 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
599
568
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
600
569
|
: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".
|
601
570
|
:param pulumi.Input[str] description: An optional description for this resource.
|
602
|
-
:param pulumi.Input[str] direction: The direction in which this rule applies.
|
603
|
-
Possible values are: `INGRESS`, `EGRESS`.
|
571
|
+
:param pulumi.Input[str] direction: The direction in which this rule applies. Possible values: INGRESS, EGRESS
|
604
572
|
: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
|
605
573
|
traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.
|
606
574
|
: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
|
@@ -608,17 +576,14 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
608
576
|
"goto_next" rules.
|
609
577
|
:param pulumi.Input[str] firewall_policy: The firewall policy of the resource.
|
610
578
|
:param pulumi.Input[Union['FirewallPolicyRuleMatchArgs', 'FirewallPolicyRuleMatchArgsDict']] match: A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
|
611
|
-
|
612
|
-
:param pulumi.Input[
|
613
|
-
|
614
|
-
|
615
|
-
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a SecurityProfile resource instance. Example:
|
616
|
-
https://networksecurity.googleapis.com/v1/projects/{project}/locations/{location}/securityProfileGroups/my-security-profile-group
|
617
|
-
Must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
579
|
+
: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.
|
580
|
+
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a SecurityProfileGroup resource. Example:
|
581
|
+
https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group.
|
582
|
+
It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
618
583
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] target_resources: A list of network resource URLs to which this rule applies. This field allows you to control which network's VMs get
|
619
584
|
this rule. If this field is left blank, all VMs within the organization will receive the rule.
|
620
585
|
: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.
|
621
|
-
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted.
|
586
|
+
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action =
|
622
587
|
'apply_security_profile_group' and cannot be set for other actions.
|
623
588
|
"""
|
624
589
|
...
|
@@ -628,16 +593,17 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
628
593
|
args: FirewallPolicyRuleArgs,
|
629
594
|
opts: Optional[pulumi.ResourceOptions] = None):
|
630
595
|
"""
|
631
|
-
|
596
|
+
The Compute FirewallPolicyRule resource
|
632
597
|
|
633
|
-
|
598
|
+
## Example Usage
|
634
599
|
|
600
|
+
### Basic_fir_sec_rule
|
635
601
|
```python
|
636
602
|
import pulumi
|
637
603
|
import pulumi_gcp as gcp
|
638
604
|
|
639
605
|
basic_global_networksecurity_address_group = gcp.networksecurity.AddressGroup("basic_global_networksecurity_address_group",
|
640
|
-
name="
|
606
|
+
name="policy",
|
641
607
|
parent="organizations/123456789",
|
642
608
|
description="Sample global networksecurity_address_group",
|
643
609
|
location="global",
|
@@ -645,14 +611,14 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
645
611
|
type="IPV4",
|
646
612
|
capacity=100)
|
647
613
|
folder = gcp.organizations.Folder("folder",
|
648
|
-
display_name="
|
614
|
+
display_name="policy",
|
649
615
|
parent="organizations/123456789",
|
650
616
|
deletion_protection=False)
|
651
617
|
default = gcp.compute.FirewallPolicy("default",
|
652
618
|
parent=folder.id,
|
653
619
|
short_name="policy",
|
654
620
|
description="Resource created for Terraform acceptance testing")
|
655
|
-
|
621
|
+
primary = gcp.compute.FirewallPolicyRule("primary",
|
656
622
|
firewall_policy=default.name,
|
657
623
|
description="Resource created for Terraform acceptance testing",
|
658
624
|
priority=9000,
|
@@ -757,7 +723,6 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
757
723
|
__props__.__dict__["target_resources"] = target_resources
|
758
724
|
__props__.__dict__["target_service_accounts"] = target_service_accounts
|
759
725
|
__props__.__dict__["tls_inspect"] = tls_inspect
|
760
|
-
__props__.__dict__["creation_timestamp"] = None
|
761
726
|
__props__.__dict__["kind"] = None
|
762
727
|
__props__.__dict__["rule_tuple_count"] = None
|
763
728
|
super(FirewallPolicyRule, __self__).__init__(
|
@@ -771,7 +736,6 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
771
736
|
id: pulumi.Input[str],
|
772
737
|
opts: Optional[pulumi.ResourceOptions] = None,
|
773
738
|
action: Optional[pulumi.Input[str]] = None,
|
774
|
-
creation_timestamp: Optional[pulumi.Input[str]] = None,
|
775
739
|
description: Optional[pulumi.Input[str]] = None,
|
776
740
|
direction: Optional[pulumi.Input[str]] = None,
|
777
741
|
disabled: Optional[pulumi.Input[bool]] = None,
|
@@ -793,10 +757,8 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
793
757
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
794
758
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
795
759
|
: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".
|
796
|
-
:param pulumi.Input[str] creation_timestamp: Creation timestamp in RFC3339 text format.
|
797
760
|
:param pulumi.Input[str] description: An optional description for this resource.
|
798
|
-
:param pulumi.Input[str] direction: The direction in which this rule applies.
|
799
|
-
Possible values are: `INGRESS`, `EGRESS`.
|
761
|
+
:param pulumi.Input[str] direction: The direction in which this rule applies. Possible values: INGRESS, EGRESS
|
800
762
|
: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
|
801
763
|
traffic behaves as if it did not exist. If this is unspecified, the firewall policy rule will be enabled.
|
802
764
|
: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
|
@@ -805,18 +767,15 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
805
767
|
:param pulumi.Input[str] firewall_policy: The firewall policy of the resource.
|
806
768
|
:param pulumi.Input[str] kind: Type of the resource. Always `compute#firewallPolicyRule` for firewall policy rules
|
807
769
|
:param pulumi.Input[Union['FirewallPolicyRuleMatchArgs', 'FirewallPolicyRuleMatchArgsDict']] match: A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
|
808
|
-
|
809
|
-
:param pulumi.Input[int] priority: An integer indicating the priority of a rule in the list.
|
810
|
-
The priority must be a positive value between 0 and 2147483647.
|
811
|
-
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
770
|
+
: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.
|
812
771
|
:param pulumi.Input[int] rule_tuple_count: Calculation of the complexity of a single firewall policy rule.
|
813
|
-
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a
|
814
|
-
https://networksecurity.googleapis.com/v1/
|
815
|
-
|
772
|
+
:param pulumi.Input[str] security_profile_group: A fully-qualified URL of a SecurityProfileGroup resource. Example:
|
773
|
+
https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group.
|
774
|
+
It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
816
775
|
:param pulumi.Input[Sequence[pulumi.Input[str]]] target_resources: A list of network resource URLs to which this rule applies. This field allows you to control which network's VMs get
|
817
776
|
this rule. If this field is left blank, all VMs within the organization will receive the rule.
|
818
777
|
: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.
|
819
|
-
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted.
|
778
|
+
:param pulumi.Input[bool] tls_inspect: Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action =
|
820
779
|
'apply_security_profile_group' and cannot be set for other actions.
|
821
780
|
"""
|
822
781
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
@@ -824,7 +783,6 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
824
783
|
__props__ = _FirewallPolicyRuleState.__new__(_FirewallPolicyRuleState)
|
825
784
|
|
826
785
|
__props__.__dict__["action"] = action
|
827
|
-
__props__.__dict__["creation_timestamp"] = creation_timestamp
|
828
786
|
__props__.__dict__["description"] = description
|
829
787
|
__props__.__dict__["direction"] = direction
|
830
788
|
__props__.__dict__["disabled"] = disabled
|
@@ -848,14 +806,6 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
848
806
|
"""
|
849
807
|
return pulumi.get(self, "action")
|
850
808
|
|
851
|
-
@property
|
852
|
-
@pulumi.getter(name="creationTimestamp")
|
853
|
-
def creation_timestamp(self) -> pulumi.Output[str]:
|
854
|
-
"""
|
855
|
-
Creation timestamp in RFC3339 text format.
|
856
|
-
"""
|
857
|
-
return pulumi.get(self, "creation_timestamp")
|
858
|
-
|
859
809
|
@property
|
860
810
|
@pulumi.getter
|
861
811
|
def description(self) -> pulumi.Output[Optional[str]]:
|
@@ -868,8 +818,7 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
868
818
|
@pulumi.getter
|
869
819
|
def direction(self) -> pulumi.Output[str]:
|
870
820
|
"""
|
871
|
-
The direction in which this rule applies.
|
872
|
-
Possible values are: `INGRESS`, `EGRESS`.
|
821
|
+
The direction in which this rule applies. Possible values: INGRESS, EGRESS
|
873
822
|
"""
|
874
823
|
return pulumi.get(self, "direction")
|
875
824
|
|
@@ -913,7 +862,6 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
913
862
|
def match(self) -> pulumi.Output['outputs.FirewallPolicyRuleMatch']:
|
914
863
|
"""
|
915
864
|
A match condition that incoming traffic is evaluated against. If it evaluates to true, the corresponding 'action' is enforced.
|
916
|
-
Structure is documented below.
|
917
865
|
"""
|
918
866
|
return pulumi.get(self, "match")
|
919
867
|
|
@@ -921,9 +869,7 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
921
869
|
@pulumi.getter
|
922
870
|
def priority(self) -> pulumi.Output[int]:
|
923
871
|
"""
|
924
|
-
An integer indicating the priority of a rule in the list.
|
925
|
-
The priority must be a positive value between 0 and 2147483647.
|
926
|
-
Rules are evaluated from highest to lowest priority where 0 is the highest priority and 2147483647 is the lowest prority.
|
872
|
+
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.
|
927
873
|
"""
|
928
874
|
return pulumi.get(self, "priority")
|
929
875
|
|
@@ -939,9 +885,9 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
939
885
|
@pulumi.getter(name="securityProfileGroup")
|
940
886
|
def security_profile_group(self) -> pulumi.Output[Optional[str]]:
|
941
887
|
"""
|
942
|
-
A fully-qualified URL of a
|
943
|
-
https://networksecurity.googleapis.com/v1/
|
944
|
-
|
888
|
+
A fully-qualified URL of a SecurityProfileGroup resource. Example:
|
889
|
+
https://networksecurity.googleapis.com/v1/organizations/{organizationId}/locations/global/securityProfileGroups/my-security-profile-group.
|
890
|
+
It must be specified if action = 'apply_security_profile_group' and cannot be specified for other actions.
|
945
891
|
"""
|
946
892
|
return pulumi.get(self, "security_profile_group")
|
947
893
|
|
@@ -966,7 +912,7 @@ class FirewallPolicyRule(pulumi.CustomResource):
|
|
966
912
|
@pulumi.getter(name="tlsInspect")
|
967
913
|
def tls_inspect(self) -> pulumi.Output[Optional[bool]]:
|
968
914
|
"""
|
969
|
-
Boolean flag indicating if the traffic should be TLS decrypted.
|
915
|
+
Boolean flag indicating if the traffic should be TLS decrypted. It can be set only if action =
|
970
916
|
'apply_security_profile_group' and cannot be set for other actions.
|
971
917
|
"""
|
972
918
|
return pulumi.get(self, "tls_inspect")
|
@@ -27,7 +27,7 @@ class GetRegionInstanceGroupManagerResult:
|
|
27
27
|
"""
|
28
28
|
A collection of values returned by getRegionInstanceGroupManager.
|
29
29
|
"""
|
30
|
-
def __init__(__self__, all_instances_configs=None, auto_healing_policies=None, base_instance_name=None, creation_timestamp=None, description=None, distribution_policy_target_shape=None, distribution_policy_zones=None, fingerprint=None, id=None,
|
30
|
+
def __init__(__self__, all_instances_configs=None, auto_healing_policies=None, base_instance_name=None, creation_timestamp=None, description=None, distribution_policy_target_shape=None, distribution_policy_zones=None, fingerprint=None, id=None, instance_group=None, instance_lifecycle_policies=None, list_managed_instances_results=None, name=None, named_ports=None, params=None, project=None, region=None, self_link=None, standby_policies=None, stateful_disks=None, stateful_external_ips=None, stateful_internal_ips=None, statuses=None, target_pools=None, target_size=None, target_stopped_size=None, target_suspended_size=None, update_policies=None, versions=None, wait_for_instances=None, wait_for_instances_status=None):
|
31
31
|
if all_instances_configs and not isinstance(all_instances_configs, list):
|
32
32
|
raise TypeError("Expected argument 'all_instances_configs' to be a list")
|
33
33
|
pulumi.set(__self__, "all_instances_configs", all_instances_configs)
|
@@ -55,9 +55,6 @@ class GetRegionInstanceGroupManagerResult:
|
|
55
55
|
if id and not isinstance(id, str):
|
56
56
|
raise TypeError("Expected argument 'id' to be a str")
|
57
57
|
pulumi.set(__self__, "id", id)
|
58
|
-
if instance_flexibility_policies and not isinstance(instance_flexibility_policies, list):
|
59
|
-
raise TypeError("Expected argument 'instance_flexibility_policies' to be a list")
|
60
|
-
pulumi.set(__self__, "instance_flexibility_policies", instance_flexibility_policies)
|
61
58
|
if instance_group and not isinstance(instance_group, str):
|
62
59
|
raise TypeError("Expected argument 'instance_group' to be a str")
|
63
60
|
pulumi.set(__self__, "instance_group", instance_group)
|
@@ -173,11 +170,6 @@ class GetRegionInstanceGroupManagerResult:
|
|
173
170
|
"""
|
174
171
|
return pulumi.get(self, "id")
|
175
172
|
|
176
|
-
@property
|
177
|
-
@pulumi.getter(name="instanceFlexibilityPolicies")
|
178
|
-
def instance_flexibility_policies(self) -> Sequence['outputs.GetRegionInstanceGroupManagerInstanceFlexibilityPolicyResult']:
|
179
|
-
return pulumi.get(self, "instance_flexibility_policies")
|
180
|
-
|
181
173
|
@property
|
182
174
|
@pulumi.getter(name="instanceGroup")
|
183
175
|
def instance_group(self) -> str:
|
@@ -304,7 +296,6 @@ class AwaitableGetRegionInstanceGroupManagerResult(GetRegionInstanceGroupManager
|
|
304
296
|
distribution_policy_zones=self.distribution_policy_zones,
|
305
297
|
fingerprint=self.fingerprint,
|
306
298
|
id=self.id,
|
307
|
-
instance_flexibility_policies=self.instance_flexibility_policies,
|
308
299
|
instance_group=self.instance_group,
|
309
300
|
instance_lifecycle_policies=self.instance_lifecycle_policies,
|
310
301
|
list_managed_instances_results=self.list_managed_instances_results,
|
@@ -374,7 +365,6 @@ def get_region_instance_group_manager(name: Optional[str] = None,
|
|
374
365
|
distribution_policy_zones=pulumi.get(__ret__, 'distribution_policy_zones'),
|
375
366
|
fingerprint=pulumi.get(__ret__, 'fingerprint'),
|
376
367
|
id=pulumi.get(__ret__, 'id'),
|
377
|
-
instance_flexibility_policies=pulumi.get(__ret__, 'instance_flexibility_policies'),
|
378
368
|
instance_group=pulumi.get(__ret__, 'instance_group'),
|
379
369
|
instance_lifecycle_policies=pulumi.get(__ret__, 'instance_lifecycle_policies'),
|
380
370
|
list_managed_instances_results=pulumi.get(__ret__, 'list_managed_instances_results'),
|
@@ -441,7 +431,6 @@ def get_region_instance_group_manager_output(name: Optional[pulumi.Input[Optiona
|
|
441
431
|
distribution_policy_zones=pulumi.get(__response__, 'distribution_policy_zones'),
|
442
432
|
fingerprint=pulumi.get(__response__, 'fingerprint'),
|
443
433
|
id=pulumi.get(__response__, 'id'),
|
444
|
-
instance_flexibility_policies=pulumi.get(__response__, 'instance_flexibility_policies'),
|
445
434
|
instance_group=pulumi.get(__response__, 'instance_group'),
|
446
435
|
instance_lifecycle_policies=pulumi.get(__response__, 'instance_lifecycle_policies'),
|
447
436
|
list_managed_instances_results=pulumi.get(__response__, 'list_managed_instances_results'),
|