pulumi-gcp 7.34.0__py3-none-any.whl → 7.34.0a1722421695__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.
Potentially problematic release.
This version of pulumi-gcp might be problematic. Click here for more details.
- pulumi_gcp/__init__.py +0 -40
- pulumi_gcp/alloydb/_inputs.py +0 -174
- pulumi_gcp/alloydb/instance.py +0 -54
- pulumi_gcp/alloydb/outputs.py +0 -133
- pulumi_gcp/apigee/__init__.py +0 -2
- pulumi_gcp/apigee/instance.py +2 -2
- pulumi_gcp/apigee/nat_address.py +2 -2
- pulumi_gcp/apigee/organization.py +4 -4
- pulumi_gcp/apphub/service_project_attachment.py +11 -11
- pulumi_gcp/bigquery/_inputs.py +0 -36
- pulumi_gcp/bigquery/app_profile.py +0 -54
- pulumi_gcp/bigquery/outputs.py +0 -38
- pulumi_gcp/bigquery/reservation.py +4 -34
- pulumi_gcp/bigquery/table.py +21 -65
- pulumi_gcp/bigtable/table.py +26 -27
- pulumi_gcp/certificateauthority/authority.py +4 -4
- pulumi_gcp/cloudfunctions/function.py +0 -47
- pulumi_gcp/cloudfunctions/get_function.py +1 -11
- pulumi_gcp/cloudfunctionsv2/function.py +2 -2
- pulumi_gcp/cloudrun/_inputs.py +21 -24
- pulumi_gcp/cloudrun/outputs.py +24 -20
- pulumi_gcp/cloudrunv2/_inputs.py +0 -3
- pulumi_gcp/cloudrunv2/outputs.py +0 -4
- pulumi_gcp/compute/__init__.py +0 -2
- pulumi_gcp/compute/_inputs.py +328 -2333
- pulumi_gcp/compute/backend_service.py +0 -6
- pulumi_gcp/compute/outputs.py +7 -1466
- pulumi_gcp/compute/public_advertised_prefix.py +2 -30
- pulumi_gcp/compute/router_peer.py +0 -437
- pulumi_gcp/compute/service_attachment.py +14 -7
- pulumi_gcp/container/_inputs.py +18 -215
- pulumi_gcp/container/node_pool.py +14 -0
- pulumi_gcp/container/outputs.py +12 -226
- pulumi_gcp/databasemigrationservice/private_connection.py +6 -10
- pulumi_gcp/dataloss/_inputs.py +21 -707
- pulumi_gcp/dataloss/outputs.py +14 -588
- pulumi_gcp/datastore/data_store_index.py +12 -24
- pulumi_gcp/datastream/_inputs.py +3 -83
- pulumi_gcp/datastream/outputs.py +3 -51
- pulumi_gcp/datastream/stream.py +0 -170
- pulumi_gcp/firebase/database_instance.py +8 -8
- pulumi_gcp/firebase/hosting_site.py +8 -8
- pulumi_gcp/firestore/index.py +10 -10
- pulumi_gcp/gkeonprem/_inputs.py +78 -78
- pulumi_gcp/gkeonprem/outputs.py +52 -52
- pulumi_gcp/iap/client.py +4 -4
- pulumi_gcp/integrationconnectors/_inputs.py +30 -30
- pulumi_gcp/integrationconnectors/outputs.py +20 -20
- pulumi_gcp/netapp/volume.py +1 -1
- pulumi_gcp/networkconnectivity/_inputs.py +6 -3
- pulumi_gcp/networkconnectivity/hub.py +49 -60
- pulumi_gcp/networkconnectivity/outputs.py +4 -2
- pulumi_gcp/networkconnectivity/spoke.py +104 -159
- pulumi_gcp/networksecurity/tls_inspection_policy.py +2 -2
- pulumi_gcp/orgpolicy/policy.py +4 -4
- pulumi_gcp/projects/get_project_service.py +1 -11
- pulumi_gcp/projects/service.py +0 -68
- pulumi_gcp/projects/service_identity.py +2 -30
- pulumi_gcp/pubsub/subscription.py +6 -6
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/securesourcemanager/instance.py +4 -528
- pulumi_gcp/securitycenter/__init__.py +0 -1
- pulumi_gcp/sql/database_instance.py +2 -2
- pulumi_gcp/vertex/ai_feature_online_store_featureview.py +4 -4
- pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
- pulumi_gcp/vmwareengine/private_cloud.py +2 -121
- pulumi_gcp/workbench/_inputs.py +0 -77
- pulumi_gcp/workbench/instance.py +4 -18
- pulumi_gcp/workbench/outputs.py +1 -67
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/METADATA +1 -1
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/RECORD +73 -78
- pulumi_gcp/apigee/environment_keyvaluemaps.py +0 -370
- pulumi_gcp/apigee/environment_keyvaluemaps_entries.py +0 -440
- pulumi_gcp/compute/resize_request.py +0 -782
- pulumi_gcp/compute/router_route_policy.py +0 -616
- pulumi_gcp/securitycenter/v2_organization_mute_config.py +0 -673
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/WHEEL +0 -0
- {pulumi_gcp-7.34.0.dist-info → pulumi_gcp-7.34.0a1722421695.dist-info}/top_level.txt +0 -0
@@ -32,7 +32,7 @@ class ServiceProjectAttachmentArgs:
|
|
32
32
|
If it is not provided, the provider project is used.
|
33
33
|
:param pulumi.Input[str] service_project: "Immutable. Service project name in the format: \\"projects/abc\\"
|
34
34
|
or \\"projects/123\\". As input, project name with either project id or number
|
35
|
-
are accepted. As output, this field will contain project number."
|
35
|
+
are accepted. As output, this field will contain project number. "
|
36
36
|
"""
|
37
37
|
pulumi.set(__self__, "service_project_attachment_id", service_project_attachment_id)
|
38
38
|
if project is not None:
|
@@ -74,7 +74,7 @@ class ServiceProjectAttachmentArgs:
|
|
74
74
|
"""
|
75
75
|
"Immutable. Service project name in the format: \\"projects/abc\\"
|
76
76
|
or \\"projects/123\\". As input, project name with either project id or number
|
77
|
-
are accepted. As output, this field will contain project number."
|
77
|
+
are accepted. As output, this field will contain project number. "
|
78
78
|
"""
|
79
79
|
return pulumi.get(self, "service_project")
|
80
80
|
|
@@ -96,12 +96,12 @@ class _ServiceProjectAttachmentState:
|
|
96
96
|
"""
|
97
97
|
Input properties used for looking up and filtering ServiceProjectAttachment resources.
|
98
98
|
:param pulumi.Input[str] create_time: Output only. Create time.
|
99
|
-
:param pulumi.Input[str] name: "Identifier. The resource name of a ServiceProjectAttachment. Format:\\"projects/{host-project-id}/locations/global/serviceProjectAttachments/{service-project-id}.\\""
|
99
|
+
:param pulumi.Input[str] name: "Identifier. The resource name of a ServiceProjectAttachment. Format:\\"projects/{host-project-id}/locations/global/serviceProjectAttachments/{service-project-id}.\\" "
|
100
100
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
101
101
|
If it is not provided, the provider project is used.
|
102
102
|
:param pulumi.Input[str] service_project: "Immutable. Service project name in the format: \\"projects/abc\\"
|
103
103
|
or \\"projects/123\\". As input, project name with either project id or number
|
104
|
-
are accepted. As output, this field will contain project number."
|
104
|
+
are accepted. As output, this field will contain project number. "
|
105
105
|
:param pulumi.Input[str] service_project_attachment_id: Required. The service project attachment identifier must contain the project_id of the service project specified in the service_project_attachment.service_project field. Hint: "projects/{project_id}"
|
106
106
|
|
107
107
|
|
@@ -140,7 +140,7 @@ class _ServiceProjectAttachmentState:
|
|
140
140
|
@pulumi.getter
|
141
141
|
def name(self) -> Optional[pulumi.Input[str]]:
|
142
142
|
"""
|
143
|
-
"Identifier. The resource name of a ServiceProjectAttachment. Format:\\"projects/{host-project-id}/locations/global/serviceProjectAttachments/{service-project-id}.\\""
|
143
|
+
"Identifier. The resource name of a ServiceProjectAttachment. Format:\\"projects/{host-project-id}/locations/global/serviceProjectAttachments/{service-project-id}.\\" "
|
144
144
|
"""
|
145
145
|
return pulumi.get(self, "name")
|
146
146
|
|
@@ -167,7 +167,7 @@ class _ServiceProjectAttachmentState:
|
|
167
167
|
"""
|
168
168
|
"Immutable. Service project name in the format: \\"projects/abc\\"
|
169
169
|
or \\"projects/123\\". As input, project name with either project id or number
|
170
|
-
are accepted. As output, this field will contain project number."
|
170
|
+
are accepted. As output, this field will contain project number. "
|
171
171
|
"""
|
172
172
|
return pulumi.get(self, "service_project")
|
173
173
|
|
@@ -294,7 +294,7 @@ class ServiceProjectAttachment(pulumi.CustomResource):
|
|
294
294
|
If it is not provided, the provider project is used.
|
295
295
|
:param pulumi.Input[str] service_project: "Immutable. Service project name in the format: \\"projects/abc\\"
|
296
296
|
or \\"projects/123\\". As input, project name with either project id or number
|
297
|
-
are accepted. As output, this field will contain project number."
|
297
|
+
are accepted. As output, this field will contain project number. "
|
298
298
|
:param pulumi.Input[str] service_project_attachment_id: Required. The service project attachment identifier must contain the project_id of the service project specified in the service_project_attachment.service_project field. Hint: "projects/{project_id}"
|
299
299
|
|
300
300
|
|
@@ -431,12 +431,12 @@ class ServiceProjectAttachment(pulumi.CustomResource):
|
|
431
431
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
432
432
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
433
433
|
:param pulumi.Input[str] create_time: Output only. Create time.
|
434
|
-
:param pulumi.Input[str] name: "Identifier. The resource name of a ServiceProjectAttachment. Format:\\"projects/{host-project-id}/locations/global/serviceProjectAttachments/{service-project-id}.\\""
|
434
|
+
:param pulumi.Input[str] name: "Identifier. The resource name of a ServiceProjectAttachment. Format:\\"projects/{host-project-id}/locations/global/serviceProjectAttachments/{service-project-id}.\\" "
|
435
435
|
:param pulumi.Input[str] project: The ID of the project in which the resource belongs.
|
436
436
|
If it is not provided, the provider project is used.
|
437
437
|
:param pulumi.Input[str] service_project: "Immutable. Service project name in the format: \\"projects/abc\\"
|
438
438
|
or \\"projects/123\\". As input, project name with either project id or number
|
439
|
-
are accepted. As output, this field will contain project number."
|
439
|
+
are accepted. As output, this field will contain project number. "
|
440
440
|
:param pulumi.Input[str] service_project_attachment_id: Required. The service project attachment identifier must contain the project_id of the service project specified in the service_project_attachment.service_project field. Hint: "projects/{project_id}"
|
441
441
|
|
442
442
|
|
@@ -469,7 +469,7 @@ class ServiceProjectAttachment(pulumi.CustomResource):
|
|
469
469
|
@pulumi.getter
|
470
470
|
def name(self) -> pulumi.Output[str]:
|
471
471
|
"""
|
472
|
-
"Identifier. The resource name of a ServiceProjectAttachment. Format:\\"projects/{host-project-id}/locations/global/serviceProjectAttachments/{service-project-id}.\\""
|
472
|
+
"Identifier. The resource name of a ServiceProjectAttachment. Format:\\"projects/{host-project-id}/locations/global/serviceProjectAttachments/{service-project-id}.\\" "
|
473
473
|
"""
|
474
474
|
return pulumi.get(self, "name")
|
475
475
|
|
@@ -488,7 +488,7 @@ class ServiceProjectAttachment(pulumi.CustomResource):
|
|
488
488
|
"""
|
489
489
|
"Immutable. Service project name in the format: \\"projects/abc\\"
|
490
490
|
or \\"projects/123\\". As input, project name with either project id or number
|
491
|
-
are accepted. As output, this field will contain project number."
|
491
|
+
are accepted. As output, this field will contain project number. "
|
492
492
|
"""
|
493
493
|
return pulumi.get(self, "service_project")
|
494
494
|
|
pulumi_gcp/bigquery/_inputs.py
CHANGED
@@ -15,8 +15,6 @@ else:
|
|
15
15
|
from .. import _utilities
|
16
16
|
|
17
17
|
__all__ = [
|
18
|
-
'AppProfileDataBoostIsolationReadOnlyArgs',
|
19
|
-
'AppProfileDataBoostIsolationReadOnlyArgsDict',
|
20
18
|
'AppProfileSingleClusterRoutingArgs',
|
21
19
|
'AppProfileSingleClusterRoutingArgsDict',
|
22
20
|
'AppProfileStandardIsolationArgs',
|
@@ -177,40 +175,6 @@ __all__ = [
|
|
177
175
|
|
178
176
|
MYPY = False
|
179
177
|
|
180
|
-
if not MYPY:
|
181
|
-
class AppProfileDataBoostIsolationReadOnlyArgsDict(TypedDict):
|
182
|
-
compute_billing_owner: pulumi.Input[str]
|
183
|
-
"""
|
184
|
-
The Compute Billing Owner for this Data Boost App Profile.
|
185
|
-
Possible values are: `HOST_PAYS`.
|
186
|
-
"""
|
187
|
-
elif False:
|
188
|
-
AppProfileDataBoostIsolationReadOnlyArgsDict: TypeAlias = Mapping[str, Any]
|
189
|
-
|
190
|
-
@pulumi.input_type
|
191
|
-
class AppProfileDataBoostIsolationReadOnlyArgs:
|
192
|
-
def __init__(__self__, *,
|
193
|
-
compute_billing_owner: pulumi.Input[str]):
|
194
|
-
"""
|
195
|
-
:param pulumi.Input[str] compute_billing_owner: The Compute Billing Owner for this Data Boost App Profile.
|
196
|
-
Possible values are: `HOST_PAYS`.
|
197
|
-
"""
|
198
|
-
pulumi.set(__self__, "compute_billing_owner", compute_billing_owner)
|
199
|
-
|
200
|
-
@property
|
201
|
-
@pulumi.getter(name="computeBillingOwner")
|
202
|
-
def compute_billing_owner(self) -> pulumi.Input[str]:
|
203
|
-
"""
|
204
|
-
The Compute Billing Owner for this Data Boost App Profile.
|
205
|
-
Possible values are: `HOST_PAYS`.
|
206
|
-
"""
|
207
|
-
return pulumi.get(self, "compute_billing_owner")
|
208
|
-
|
209
|
-
@compute_billing_owner.setter
|
210
|
-
def compute_billing_owner(self, value: pulumi.Input[str]):
|
211
|
-
pulumi.set(self, "compute_billing_owner", value)
|
212
|
-
|
213
|
-
|
214
178
|
if not MYPY:
|
215
179
|
class AppProfileSingleClusterRoutingArgsDict(TypedDict):
|
216
180
|
cluster_id: pulumi.Input[str]
|
@@ -22,7 +22,6 @@ __all__ = ['AppProfileArgs', 'AppProfile']
|
|
22
22
|
class AppProfileArgs:
|
23
23
|
def __init__(__self__, *,
|
24
24
|
app_profile_id: pulumi.Input[str],
|
25
|
-
data_boost_isolation_read_only: Optional[pulumi.Input['AppProfileDataBoostIsolationReadOnlyArgs']] = None,
|
26
25
|
description: Optional[pulumi.Input[str]] = None,
|
27
26
|
ignore_warnings: Optional[pulumi.Input[bool]] = None,
|
28
27
|
instance: Optional[pulumi.Input[str]] = None,
|
@@ -37,8 +36,6 @@ class AppProfileArgs:
|
|
37
36
|
|
38
37
|
|
39
38
|
- - -
|
40
|
-
:param pulumi.Input['AppProfileDataBoostIsolationReadOnlyArgs'] data_boost_isolation_read_only: Specifies that this app profile is intended for read-only usage via the Data Boost feature.
|
41
|
-
Structure is documented below.
|
42
39
|
:param pulumi.Input[str] description: Long form description of the use case for this app profile.
|
43
40
|
:param pulumi.Input[bool] ignore_warnings: If true, ignore safety checks when deleting/updating the app profile.
|
44
41
|
:param pulumi.Input[str] instance: The name of the instance to create the app profile within.
|
@@ -55,8 +52,6 @@ class AppProfileArgs:
|
|
55
52
|
Structure is documented below.
|
56
53
|
"""
|
57
54
|
pulumi.set(__self__, "app_profile_id", app_profile_id)
|
58
|
-
if data_boost_isolation_read_only is not None:
|
59
|
-
pulumi.set(__self__, "data_boost_isolation_read_only", data_boost_isolation_read_only)
|
60
55
|
if description is not None:
|
61
56
|
pulumi.set(__self__, "description", description)
|
62
57
|
if ignore_warnings is not None:
|
@@ -89,19 +84,6 @@ class AppProfileArgs:
|
|
89
84
|
def app_profile_id(self, value: pulumi.Input[str]):
|
90
85
|
pulumi.set(self, "app_profile_id", value)
|
91
86
|
|
92
|
-
@property
|
93
|
-
@pulumi.getter(name="dataBoostIsolationReadOnly")
|
94
|
-
def data_boost_isolation_read_only(self) -> Optional[pulumi.Input['AppProfileDataBoostIsolationReadOnlyArgs']]:
|
95
|
-
"""
|
96
|
-
Specifies that this app profile is intended for read-only usage via the Data Boost feature.
|
97
|
-
Structure is documented below.
|
98
|
-
"""
|
99
|
-
return pulumi.get(self, "data_boost_isolation_read_only")
|
100
|
-
|
101
|
-
@data_boost_isolation_read_only.setter
|
102
|
-
def data_boost_isolation_read_only(self, value: Optional[pulumi.Input['AppProfileDataBoostIsolationReadOnlyArgs']]):
|
103
|
-
pulumi.set(self, "data_boost_isolation_read_only", value)
|
104
|
-
|
105
87
|
@property
|
106
88
|
@pulumi.getter
|
107
89
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -209,7 +191,6 @@ class AppProfileArgs:
|
|
209
191
|
class _AppProfileState:
|
210
192
|
def __init__(__self__, *,
|
211
193
|
app_profile_id: Optional[pulumi.Input[str]] = None,
|
212
|
-
data_boost_isolation_read_only: Optional[pulumi.Input['AppProfileDataBoostIsolationReadOnlyArgs']] = None,
|
213
194
|
description: Optional[pulumi.Input[str]] = None,
|
214
195
|
ignore_warnings: Optional[pulumi.Input[bool]] = None,
|
215
196
|
instance: Optional[pulumi.Input[str]] = None,
|
@@ -225,8 +206,6 @@ class _AppProfileState:
|
|
225
206
|
|
226
207
|
|
227
208
|
- - -
|
228
|
-
:param pulumi.Input['AppProfileDataBoostIsolationReadOnlyArgs'] data_boost_isolation_read_only: Specifies that this app profile is intended for read-only usage via the Data Boost feature.
|
229
|
-
Structure is documented below.
|
230
209
|
:param pulumi.Input[str] description: Long form description of the use case for this app profile.
|
231
210
|
:param pulumi.Input[bool] ignore_warnings: If true, ignore safety checks when deleting/updating the app profile.
|
232
211
|
:param pulumi.Input[str] instance: The name of the instance to create the app profile within.
|
@@ -245,8 +224,6 @@ class _AppProfileState:
|
|
245
224
|
"""
|
246
225
|
if app_profile_id is not None:
|
247
226
|
pulumi.set(__self__, "app_profile_id", app_profile_id)
|
248
|
-
if data_boost_isolation_read_only is not None:
|
249
|
-
pulumi.set(__self__, "data_boost_isolation_read_only", data_boost_isolation_read_only)
|
250
227
|
if description is not None:
|
251
228
|
pulumi.set(__self__, "description", description)
|
252
229
|
if ignore_warnings is not None:
|
@@ -281,19 +258,6 @@ class _AppProfileState:
|
|
281
258
|
def app_profile_id(self, value: Optional[pulumi.Input[str]]):
|
282
259
|
pulumi.set(self, "app_profile_id", value)
|
283
260
|
|
284
|
-
@property
|
285
|
-
@pulumi.getter(name="dataBoostIsolationReadOnly")
|
286
|
-
def data_boost_isolation_read_only(self) -> Optional[pulumi.Input['AppProfileDataBoostIsolationReadOnlyArgs']]:
|
287
|
-
"""
|
288
|
-
Specifies that this app profile is intended for read-only usage via the Data Boost feature.
|
289
|
-
Structure is documented below.
|
290
|
-
"""
|
291
|
-
return pulumi.get(self, "data_boost_isolation_read_only")
|
292
|
-
|
293
|
-
@data_boost_isolation_read_only.setter
|
294
|
-
def data_boost_isolation_read_only(self, value: Optional[pulumi.Input['AppProfileDataBoostIsolationReadOnlyArgs']]):
|
295
|
-
pulumi.set(self, "data_boost_isolation_read_only", value)
|
296
|
-
|
297
261
|
@property
|
298
262
|
@pulumi.getter
|
299
263
|
def description(self) -> Optional[pulumi.Input[str]]:
|
@@ -415,7 +379,6 @@ class AppProfile(pulumi.CustomResource):
|
|
415
379
|
resource_name: str,
|
416
380
|
opts: Optional[pulumi.ResourceOptions] = None,
|
417
381
|
app_profile_id: Optional[pulumi.Input[str]] = None,
|
418
|
-
data_boost_isolation_read_only: Optional[pulumi.Input[Union['AppProfileDataBoostIsolationReadOnlyArgs', 'AppProfileDataBoostIsolationReadOnlyArgsDict']]] = None,
|
419
382
|
description: Optional[pulumi.Input[str]] = None,
|
420
383
|
ignore_warnings: Optional[pulumi.Input[bool]] = None,
|
421
384
|
instance: Optional[pulumi.Input[str]] = None,
|
@@ -590,8 +553,6 @@ class AppProfile(pulumi.CustomResource):
|
|
590
553
|
|
591
554
|
|
592
555
|
- - -
|
593
|
-
:param pulumi.Input[Union['AppProfileDataBoostIsolationReadOnlyArgs', 'AppProfileDataBoostIsolationReadOnlyArgsDict']] data_boost_isolation_read_only: Specifies that this app profile is intended for read-only usage via the Data Boost feature.
|
594
|
-
Structure is documented below.
|
595
556
|
:param pulumi.Input[str] description: Long form description of the use case for this app profile.
|
596
557
|
:param pulumi.Input[bool] ignore_warnings: If true, ignore safety checks when deleting/updating the app profile.
|
597
558
|
:param pulumi.Input[str] instance: The name of the instance to create the app profile within.
|
@@ -788,7 +749,6 @@ class AppProfile(pulumi.CustomResource):
|
|
788
749
|
resource_name: str,
|
789
750
|
opts: Optional[pulumi.ResourceOptions] = None,
|
790
751
|
app_profile_id: Optional[pulumi.Input[str]] = None,
|
791
|
-
data_boost_isolation_read_only: Optional[pulumi.Input[Union['AppProfileDataBoostIsolationReadOnlyArgs', 'AppProfileDataBoostIsolationReadOnlyArgsDict']]] = None,
|
792
752
|
description: Optional[pulumi.Input[str]] = None,
|
793
753
|
ignore_warnings: Optional[pulumi.Input[bool]] = None,
|
794
754
|
instance: Optional[pulumi.Input[str]] = None,
|
@@ -809,7 +769,6 @@ class AppProfile(pulumi.CustomResource):
|
|
809
769
|
if app_profile_id is None and not opts.urn:
|
810
770
|
raise TypeError("Missing required property 'app_profile_id'")
|
811
771
|
__props__.__dict__["app_profile_id"] = app_profile_id
|
812
|
-
__props__.__dict__["data_boost_isolation_read_only"] = data_boost_isolation_read_only
|
813
772
|
__props__.__dict__["description"] = description
|
814
773
|
__props__.__dict__["ignore_warnings"] = ignore_warnings
|
815
774
|
__props__.__dict__["instance"] = instance
|
@@ -830,7 +789,6 @@ class AppProfile(pulumi.CustomResource):
|
|
830
789
|
id: pulumi.Input[str],
|
831
790
|
opts: Optional[pulumi.ResourceOptions] = None,
|
832
791
|
app_profile_id: Optional[pulumi.Input[str]] = None,
|
833
|
-
data_boost_isolation_read_only: Optional[pulumi.Input[Union['AppProfileDataBoostIsolationReadOnlyArgs', 'AppProfileDataBoostIsolationReadOnlyArgsDict']]] = None,
|
834
792
|
description: Optional[pulumi.Input[str]] = None,
|
835
793
|
ignore_warnings: Optional[pulumi.Input[bool]] = None,
|
836
794
|
instance: Optional[pulumi.Input[str]] = None,
|
@@ -851,8 +809,6 @@ class AppProfile(pulumi.CustomResource):
|
|
851
809
|
|
852
810
|
|
853
811
|
- - -
|
854
|
-
:param pulumi.Input[Union['AppProfileDataBoostIsolationReadOnlyArgs', 'AppProfileDataBoostIsolationReadOnlyArgsDict']] data_boost_isolation_read_only: Specifies that this app profile is intended for read-only usage via the Data Boost feature.
|
855
|
-
Structure is documented below.
|
856
812
|
:param pulumi.Input[str] description: Long form description of the use case for this app profile.
|
857
813
|
:param pulumi.Input[bool] ignore_warnings: If true, ignore safety checks when deleting/updating the app profile.
|
858
814
|
:param pulumi.Input[str] instance: The name of the instance to create the app profile within.
|
@@ -874,7 +830,6 @@ class AppProfile(pulumi.CustomResource):
|
|
874
830
|
__props__ = _AppProfileState.__new__(_AppProfileState)
|
875
831
|
|
876
832
|
__props__.__dict__["app_profile_id"] = app_profile_id
|
877
|
-
__props__.__dict__["data_boost_isolation_read_only"] = data_boost_isolation_read_only
|
878
833
|
__props__.__dict__["description"] = description
|
879
834
|
__props__.__dict__["ignore_warnings"] = ignore_warnings
|
880
835
|
__props__.__dict__["instance"] = instance
|
@@ -897,15 +852,6 @@ class AppProfile(pulumi.CustomResource):
|
|
897
852
|
"""
|
898
853
|
return pulumi.get(self, "app_profile_id")
|
899
854
|
|
900
|
-
@property
|
901
|
-
@pulumi.getter(name="dataBoostIsolationReadOnly")
|
902
|
-
def data_boost_isolation_read_only(self) -> pulumi.Output[Optional['outputs.AppProfileDataBoostIsolationReadOnly']]:
|
903
|
-
"""
|
904
|
-
Specifies that this app profile is intended for read-only usage via the Data Boost feature.
|
905
|
-
Structure is documented below.
|
906
|
-
"""
|
907
|
-
return pulumi.get(self, "data_boost_isolation_read_only")
|
908
|
-
|
909
855
|
@property
|
910
856
|
@pulumi.getter
|
911
857
|
def description(self) -> pulumi.Output[Optional[str]]:
|
pulumi_gcp/bigquery/outputs.py
CHANGED
@@ -16,7 +16,6 @@ from .. import _utilities
|
|
16
16
|
from . import outputs
|
17
17
|
|
18
18
|
__all__ = [
|
19
|
-
'AppProfileDataBoostIsolationReadOnly',
|
20
19
|
'AppProfileSingleClusterRouting',
|
21
20
|
'AppProfileStandardIsolation',
|
22
21
|
'BiReservationPreferredTable',
|
@@ -104,43 +103,6 @@ __all__ = [
|
|
104
103
|
'GetDatasetExternalDatasetReferenceResult',
|
105
104
|
]
|
106
105
|
|
107
|
-
@pulumi.output_type
|
108
|
-
class AppProfileDataBoostIsolationReadOnly(dict):
|
109
|
-
@staticmethod
|
110
|
-
def __key_warning(key: str):
|
111
|
-
suggest = None
|
112
|
-
if key == "computeBillingOwner":
|
113
|
-
suggest = "compute_billing_owner"
|
114
|
-
|
115
|
-
if suggest:
|
116
|
-
pulumi.log.warn(f"Key '{key}' not found in AppProfileDataBoostIsolationReadOnly. Access the value via the '{suggest}' property getter instead.")
|
117
|
-
|
118
|
-
def __getitem__(self, key: str) -> Any:
|
119
|
-
AppProfileDataBoostIsolationReadOnly.__key_warning(key)
|
120
|
-
return super().__getitem__(key)
|
121
|
-
|
122
|
-
def get(self, key: str, default = None) -> Any:
|
123
|
-
AppProfileDataBoostIsolationReadOnly.__key_warning(key)
|
124
|
-
return super().get(key, default)
|
125
|
-
|
126
|
-
def __init__(__self__, *,
|
127
|
-
compute_billing_owner: str):
|
128
|
-
"""
|
129
|
-
:param str compute_billing_owner: The Compute Billing Owner for this Data Boost App Profile.
|
130
|
-
Possible values are: `HOST_PAYS`.
|
131
|
-
"""
|
132
|
-
pulumi.set(__self__, "compute_billing_owner", compute_billing_owner)
|
133
|
-
|
134
|
-
@property
|
135
|
-
@pulumi.getter(name="computeBillingOwner")
|
136
|
-
def compute_billing_owner(self) -> str:
|
137
|
-
"""
|
138
|
-
The Compute Billing Owner for this Data Boost App Profile.
|
139
|
-
Possible values are: `HOST_PAYS`.
|
140
|
-
"""
|
141
|
-
return pulumi.get(self, "compute_billing_owner")
|
142
|
-
|
143
|
-
|
144
106
|
@pulumi.output_type
|
145
107
|
class AppProfileSingleClusterRouting(dict):
|
146
108
|
@staticmethod
|
@@ -43,11 +43,8 @@ class ReservationArgs:
|
|
43
43
|
capacity specified above at most.
|
44
44
|
:param pulumi.Input[str] location: The geographic location where the transfer config should reside.
|
45
45
|
Examples: US, EU, asia-northeast1. The default value is US.
|
46
|
-
:param pulumi.Input[bool] multi_region_auxiliary: (
|
47
|
-
Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
|
46
|
+
:param pulumi.Input[bool] multi_region_auxiliary: Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
|
48
47
|
If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.
|
49
|
-
|
50
|
-
> **Warning:** `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.
|
51
48
|
:param pulumi.Input[str] name: The name of the reservation. This field must only contain alphanumeric characters or dash.
|
52
49
|
|
53
50
|
|
@@ -66,9 +63,6 @@ class ReservationArgs:
|
|
66
63
|
pulumi.set(__self__, "ignore_idle_slots", ignore_idle_slots)
|
67
64
|
if location is not None:
|
68
65
|
pulumi.set(__self__, "location", location)
|
69
|
-
if multi_region_auxiliary is not None:
|
70
|
-
warnings.warn("""`multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.""", DeprecationWarning)
|
71
|
-
pulumi.log.warn("""multi_region_auxiliary is deprecated: `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.""")
|
72
66
|
if multi_region_auxiliary is not None:
|
73
67
|
pulumi.set(__self__, "multi_region_auxiliary", multi_region_auxiliary)
|
74
68
|
if name is not None:
|
@@ -155,14 +149,10 @@ class ReservationArgs:
|
|
155
149
|
|
156
150
|
@property
|
157
151
|
@pulumi.getter(name="multiRegionAuxiliary")
|
158
|
-
@_utilities.deprecated("""`multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.""")
|
159
152
|
def multi_region_auxiliary(self) -> Optional[pulumi.Input[bool]]:
|
160
153
|
"""
|
161
|
-
(Optional, Deprecated)
|
162
154
|
Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
|
163
155
|
If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.
|
164
|
-
|
165
|
-
> **Warning:** `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.
|
166
156
|
"""
|
167
157
|
return pulumi.get(self, "multi_region_auxiliary")
|
168
158
|
|
@@ -222,11 +212,8 @@ class _ReservationState:
|
|
222
212
|
capacity specified above at most.
|
223
213
|
:param pulumi.Input[str] location: The geographic location where the transfer config should reside.
|
224
214
|
Examples: US, EU, asia-northeast1. The default value is US.
|
225
|
-
:param pulumi.Input[bool] multi_region_auxiliary: (
|
226
|
-
Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
|
215
|
+
:param pulumi.Input[bool] multi_region_auxiliary: Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
|
227
216
|
If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.
|
228
|
-
|
229
|
-
> **Warning:** `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.
|
230
217
|
:param pulumi.Input[str] name: The name of the reservation. This field must only contain alphanumeric characters or dash.
|
231
218
|
|
232
219
|
|
@@ -246,9 +233,6 @@ class _ReservationState:
|
|
246
233
|
pulumi.set(__self__, "ignore_idle_slots", ignore_idle_slots)
|
247
234
|
if location is not None:
|
248
235
|
pulumi.set(__self__, "location", location)
|
249
|
-
if multi_region_auxiliary is not None:
|
250
|
-
warnings.warn("""`multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.""", DeprecationWarning)
|
251
|
-
pulumi.log.warn("""multi_region_auxiliary is deprecated: `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.""")
|
252
236
|
if multi_region_auxiliary is not None:
|
253
237
|
pulumi.set(__self__, "multi_region_auxiliary", multi_region_auxiliary)
|
254
238
|
if name is not None:
|
@@ -324,14 +308,10 @@ class _ReservationState:
|
|
324
308
|
|
325
309
|
@property
|
326
310
|
@pulumi.getter(name="multiRegionAuxiliary")
|
327
|
-
@_utilities.deprecated("""`multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.""")
|
328
311
|
def multi_region_auxiliary(self) -> Optional[pulumi.Input[bool]]:
|
329
312
|
"""
|
330
|
-
(Optional, Deprecated)
|
331
313
|
Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
|
332
314
|
If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.
|
333
|
-
|
334
|
-
> **Warning:** `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.
|
335
315
|
"""
|
336
316
|
return pulumi.get(self, "multi_region_auxiliary")
|
337
317
|
|
@@ -460,11 +440,8 @@ class Reservation(pulumi.CustomResource):
|
|
460
440
|
capacity specified above at most.
|
461
441
|
:param pulumi.Input[str] location: The geographic location where the transfer config should reside.
|
462
442
|
Examples: US, EU, asia-northeast1. The default value is US.
|
463
|
-
:param pulumi.Input[bool] multi_region_auxiliary: (
|
464
|
-
Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
|
443
|
+
:param pulumi.Input[bool] multi_region_auxiliary: Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
|
465
444
|
If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.
|
466
|
-
|
467
|
-
> **Warning:** `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.
|
468
445
|
:param pulumi.Input[str] name: The name of the reservation. This field must only contain alphanumeric characters or dash.
|
469
446
|
|
470
447
|
|
@@ -612,11 +589,8 @@ class Reservation(pulumi.CustomResource):
|
|
612
589
|
capacity specified above at most.
|
613
590
|
:param pulumi.Input[str] location: The geographic location where the transfer config should reside.
|
614
591
|
Examples: US, EU, asia-northeast1. The default value is US.
|
615
|
-
:param pulumi.Input[bool] multi_region_auxiliary: (
|
616
|
-
Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
|
592
|
+
:param pulumi.Input[bool] multi_region_auxiliary: Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
|
617
593
|
If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.
|
618
|
-
|
619
|
-
> **Warning:** `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.
|
620
594
|
:param pulumi.Input[str] name: The name of the reservation. This field must only contain alphanumeric characters or dash.
|
621
595
|
|
622
596
|
|
@@ -687,14 +661,10 @@ class Reservation(pulumi.CustomResource):
|
|
687
661
|
|
688
662
|
@property
|
689
663
|
@pulumi.getter(name="multiRegionAuxiliary")
|
690
|
-
@_utilities.deprecated("""`multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.""")
|
691
664
|
def multi_region_auxiliary(self) -> pulumi.Output[Optional[bool]]:
|
692
665
|
"""
|
693
|
-
(Optional, Deprecated)
|
694
666
|
Applicable only for reservations located within one of the BigQuery multi-regions (US or EU).
|
695
667
|
If set to true, this reservation is placed in the organization's secondary region which is designated for disaster recovery purposes. If false, this reservation is placed in the organization's default region.
|
696
|
-
|
697
|
-
> **Warning:** `multi_region_auxiliary` is deprecated and will be removed in a future major release. This field is no longer supported by the BigQuery Reservation API.
|
698
668
|
"""
|
699
669
|
return pulumi.get(self, "multi_region_auxiliary")
|
700
670
|
|