pulumi-gcp 8.3.0__py3-none-any.whl → 8.3.0a1726726047__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 -120
- pulumi_gcp/alloydb/_inputs.py +0 -20
- pulumi_gcp/alloydb/instance.py +0 -36
- pulumi_gcp/alloydb/outputs.py +0 -14
- pulumi_gcp/compute/__init__.py +0 -1
- pulumi_gcp/compute/_inputs.py +0 -1400
- pulumi_gcp/compute/attached_disk.py +0 -103
- pulumi_gcp/compute/backend_service.py +22 -29
- pulumi_gcp/compute/outputs.py +0 -1019
- pulumi_gcp/compute/region_backend_service.py +22 -29
- pulumi_gcp/compute/router_nat.py +66 -27
- pulumi_gcp/config/__init__.pyi +0 -2
- pulumi_gcp/config/vars.py +0 -4
- pulumi_gcp/container/_inputs.py +99 -72
- pulumi_gcp/container/outputs.py +70 -53
- pulumi_gcp/databasemigrationservice/__init__.py +0 -1
- pulumi_gcp/databasemigrationservice/_inputs.py +0 -362
- pulumi_gcp/databasemigrationservice/outputs.py +0 -268
- pulumi_gcp/dataproc/get_metastore_service.py +1 -11
- pulumi_gcp/dataproc/metastore_service.py +0 -93
- pulumi_gcp/developerconnect/_inputs.py +39 -42
- pulumi_gcp/developerconnect/connection.py +83 -86
- pulumi_gcp/developerconnect/outputs.py +26 -28
- pulumi_gcp/discoveryengine/__init__.py +0 -1
- pulumi_gcp/discoveryengine/_inputs.py +0 -131
- pulumi_gcp/discoveryengine/outputs.py +0 -131
- pulumi_gcp/dns/managed_zone.py +1 -1
- pulumi_gcp/filestore/get_instance.py +1 -21
- pulumi_gcp/filestore/instance.py +0 -94
- pulumi_gcp/gkehub/feature_membership.py +62 -140
- pulumi_gcp/healthcare/__init__.py +0 -1
- pulumi_gcp/healthcare/_inputs.py +0 -39
- pulumi_gcp/healthcare/outputs.py +0 -40
- pulumi_gcp/looker/instance.py +0 -81
- pulumi_gcp/netapp/_inputs.py +0 -63
- pulumi_gcp/netapp/outputs.py +0 -57
- pulumi_gcp/netapp/storage_pool.py +0 -54
- pulumi_gcp/netapp/volume.py +0 -82
- pulumi_gcp/provider.py +0 -20
- pulumi_gcp/pubsub/subscription.py +7 -43
- pulumi_gcp/pulumi-plugin.json +1 -1
- pulumi_gcp/secretmanager/__init__.py +0 -8
- pulumi_gcp/secretmanager/_inputs.py +0 -308
- pulumi_gcp/secretmanager/outputs.py +0 -336
- pulumi_gcp/securitycenter/__init__.py +0 -4
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_exports.py +2 -6
- pulumi_gcp/siteverification/__init__.py +0 -3
- pulumi_gcp/spanner/__init__.py +0 -1
- pulumi_gcp/spanner/_inputs.py +0 -129
- pulumi_gcp/spanner/get_instance.py +1 -11
- pulumi_gcp/spanner/instance.py +0 -56
- pulumi_gcp/spanner/outputs.py +0 -93
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726726047.dist-info}/METADATA +1 -1
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726726047.dist-info}/RECORD +56 -76
- pulumi_gcp/compute/firewall_policy_with_rules.py +0 -769
- pulumi_gcp/databasemigrationservice/migration_job.py +0 -1739
- pulumi_gcp/discoveryengine/target_site.py +0 -870
- pulumi_gcp/healthcare/workspace.py +0 -465
- pulumi_gcp/secretmanager/get_regional_secret.py +0 -279
- pulumi_gcp/secretmanager/get_regional_secret_iam_policy.py +0 -173
- pulumi_gcp/secretmanager/get_regional_secret_version.py +0 -241
- pulumi_gcp/secretmanager/regional_secret.py +0 -1433
- pulumi_gcp/secretmanager/regional_secret_iam_binding.py +0 -1082
- pulumi_gcp/secretmanager/regional_secret_iam_member.py +0 -1082
- pulumi_gcp/secretmanager/regional_secret_iam_policy.py +0 -901
- pulumi_gcp/secretmanager/regional_secret_version.py +0 -753
- pulumi_gcp/securitycenter/folder_scc_big_query_export.py +0 -795
- pulumi_gcp/securitycenter/organization_scc_big_query_export.py +0 -738
- pulumi_gcp/securitycenter/project_scc_big_query_export.py +0 -749
- pulumi_gcp/securitycenter/v2_organization_scc_big_query_export.py +0 -862
- pulumi_gcp/siteverification/_inputs.py +0 -85
- pulumi_gcp/siteverification/outputs.py +0 -57
- pulumi_gcp/siteverification/web_resource.py +0 -398
- pulumi_gcp/spanner/backup_schedule.py +0 -748
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726726047.dist-info}/WHEEL +0 -0
- {pulumi_gcp-8.3.0.dist-info → pulumi_gcp-8.3.0a1726726047.dist-info}/top_level.txt +0 -0
pulumi_gcp/spanner/instance.py
CHANGED
@@ -24,7 +24,6 @@ class InstanceArgs:
|
|
24
24
|
config: pulumi.Input[str],
|
25
25
|
display_name: pulumi.Input[str],
|
26
26
|
autoscaling_config: Optional[pulumi.Input['InstanceAutoscalingConfigArgs']] = None,
|
27
|
-
edition: Optional[pulumi.Input[str]] = None,
|
28
27
|
force_destroy: Optional[pulumi.Input[bool]] = None,
|
29
28
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
30
29
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -49,8 +48,6 @@ class InstanceArgs:
|
|
49
48
|
OUTPUT_ONLY fields and reflect the current compute capacity allocated to
|
50
49
|
the instance.
|
51
50
|
Structure is documented below.
|
52
|
-
:param pulumi.Input[str] edition: The edition selected for this instance. Different editions provide different capabilities at different price points.
|
53
|
-
Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
|
54
51
|
:param pulumi.Input[bool] force_destroy: When deleting a spanner instance, this boolean option will delete all backups of this instance.
|
55
52
|
This must be set to true if you created a backup manually in the console.
|
56
53
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: An object containing a list of "key": value pairs.
|
@@ -69,8 +66,6 @@ class InstanceArgs:
|
|
69
66
|
pulumi.set(__self__, "display_name", display_name)
|
70
67
|
if autoscaling_config is not None:
|
71
68
|
pulumi.set(__self__, "autoscaling_config", autoscaling_config)
|
72
|
-
if edition is not None:
|
73
|
-
pulumi.set(__self__, "edition", edition)
|
74
69
|
if force_destroy is not None:
|
75
70
|
pulumi.set(__self__, "force_destroy", force_destroy)
|
76
71
|
if labels is not None:
|
@@ -133,19 +128,6 @@ class InstanceArgs:
|
|
133
128
|
def autoscaling_config(self, value: Optional[pulumi.Input['InstanceAutoscalingConfigArgs']]):
|
134
129
|
pulumi.set(self, "autoscaling_config", value)
|
135
130
|
|
136
|
-
@property
|
137
|
-
@pulumi.getter
|
138
|
-
def edition(self) -> Optional[pulumi.Input[str]]:
|
139
|
-
"""
|
140
|
-
The edition selected for this instance. Different editions provide different capabilities at different price points.
|
141
|
-
Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
|
142
|
-
"""
|
143
|
-
return pulumi.get(self, "edition")
|
144
|
-
|
145
|
-
@edition.setter
|
146
|
-
def edition(self, value: Optional[pulumi.Input[str]]):
|
147
|
-
pulumi.set(self, "edition", value)
|
148
|
-
|
149
131
|
@property
|
150
132
|
@pulumi.getter(name="forceDestroy")
|
151
133
|
def force_destroy(self) -> Optional[pulumi.Input[bool]]:
|
@@ -228,7 +210,6 @@ class _InstanceState:
|
|
228
210
|
autoscaling_config: Optional[pulumi.Input['InstanceAutoscalingConfigArgs']] = None,
|
229
211
|
config: Optional[pulumi.Input[str]] = None,
|
230
212
|
display_name: Optional[pulumi.Input[str]] = None,
|
231
|
-
edition: Optional[pulumi.Input[str]] = None,
|
232
213
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
233
214
|
force_destroy: Optional[pulumi.Input[bool]] = None,
|
234
215
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -256,8 +237,6 @@ class _InstanceState:
|
|
256
237
|
|
257
238
|
|
258
239
|
- - -
|
259
|
-
:param pulumi.Input[str] edition: The edition selected for this instance. Different editions provide different capabilities at different price points.
|
260
|
-
Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
|
261
240
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
262
241
|
:param pulumi.Input[bool] force_destroy: When deleting a spanner instance, this boolean option will delete all backups of this instance.
|
263
242
|
This must be set to true if you created a backup manually in the console.
|
@@ -282,8 +261,6 @@ class _InstanceState:
|
|
282
261
|
pulumi.set(__self__, "config", config)
|
283
262
|
if display_name is not None:
|
284
263
|
pulumi.set(__self__, "display_name", display_name)
|
285
|
-
if edition is not None:
|
286
|
-
pulumi.set(__self__, "edition", edition)
|
287
264
|
if effective_labels is not None:
|
288
265
|
pulumi.set(__self__, "effective_labels", effective_labels)
|
289
266
|
if force_destroy is not None:
|
@@ -352,19 +329,6 @@ class _InstanceState:
|
|
352
329
|
def display_name(self, value: Optional[pulumi.Input[str]]):
|
353
330
|
pulumi.set(self, "display_name", value)
|
354
331
|
|
355
|
-
@property
|
356
|
-
@pulumi.getter
|
357
|
-
def edition(self) -> Optional[pulumi.Input[str]]:
|
358
|
-
"""
|
359
|
-
The edition selected for this instance. Different editions provide different capabilities at different price points.
|
360
|
-
Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
|
361
|
-
"""
|
362
|
-
return pulumi.get(self, "edition")
|
363
|
-
|
364
|
-
@edition.setter
|
365
|
-
def edition(self, value: Optional[pulumi.Input[str]]):
|
366
|
-
pulumi.set(self, "edition", value)
|
367
|
-
|
368
332
|
@property
|
369
333
|
@pulumi.getter(name="effectiveLabels")
|
370
334
|
def effective_labels(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
|
@@ -486,7 +450,6 @@ class Instance(pulumi.CustomResource):
|
|
486
450
|
autoscaling_config: Optional[pulumi.Input[Union['InstanceAutoscalingConfigArgs', 'InstanceAutoscalingConfigArgsDict']]] = None,
|
487
451
|
config: Optional[pulumi.Input[str]] = None,
|
488
452
|
display_name: Optional[pulumi.Input[str]] = None,
|
489
|
-
edition: Optional[pulumi.Input[str]] = None,
|
490
453
|
force_destroy: Optional[pulumi.Input[bool]] = None,
|
491
454
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
492
455
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -516,7 +479,6 @@ class Instance(pulumi.CustomResource):
|
|
516
479
|
config="regional-us-central1",
|
517
480
|
display_name="Test Spanner Instance",
|
518
481
|
num_nodes=2,
|
519
|
-
edition="STANDARD",
|
520
482
|
labels={
|
521
483
|
"foo": "bar",
|
522
484
|
})
|
@@ -615,8 +577,6 @@ class Instance(pulumi.CustomResource):
|
|
615
577
|
|
616
578
|
|
617
579
|
- - -
|
618
|
-
:param pulumi.Input[str] edition: The edition selected for this instance. Different editions provide different capabilities at different price points.
|
619
|
-
Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
|
620
580
|
:param pulumi.Input[bool] force_destroy: When deleting a spanner instance, this boolean option will delete all backups of this instance.
|
621
581
|
This must be set to true if you created a backup manually in the console.
|
622
582
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] labels: An object containing a list of "key": value pairs.
|
@@ -659,7 +619,6 @@ class Instance(pulumi.CustomResource):
|
|
659
619
|
config="regional-us-central1",
|
660
620
|
display_name="Test Spanner Instance",
|
661
621
|
num_nodes=2,
|
662
|
-
edition="STANDARD",
|
663
622
|
labels={
|
664
623
|
"foo": "bar",
|
665
624
|
})
|
@@ -758,7 +717,6 @@ class Instance(pulumi.CustomResource):
|
|
758
717
|
autoscaling_config: Optional[pulumi.Input[Union['InstanceAutoscalingConfigArgs', 'InstanceAutoscalingConfigArgsDict']]] = None,
|
759
718
|
config: Optional[pulumi.Input[str]] = None,
|
760
719
|
display_name: Optional[pulumi.Input[str]] = None,
|
761
|
-
edition: Optional[pulumi.Input[str]] = None,
|
762
720
|
force_destroy: Optional[pulumi.Input[bool]] = None,
|
763
721
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
764
722
|
name: Optional[pulumi.Input[str]] = None,
|
@@ -781,7 +739,6 @@ class Instance(pulumi.CustomResource):
|
|
781
739
|
if display_name is None and not opts.urn:
|
782
740
|
raise TypeError("Missing required property 'display_name'")
|
783
741
|
__props__.__dict__["display_name"] = display_name
|
784
|
-
__props__.__dict__["edition"] = edition
|
785
742
|
__props__.__dict__["force_destroy"] = force_destroy
|
786
743
|
__props__.__dict__["labels"] = labels
|
787
744
|
__props__.__dict__["name"] = name
|
@@ -806,7 +763,6 @@ class Instance(pulumi.CustomResource):
|
|
806
763
|
autoscaling_config: Optional[pulumi.Input[Union['InstanceAutoscalingConfigArgs', 'InstanceAutoscalingConfigArgsDict']]] = None,
|
807
764
|
config: Optional[pulumi.Input[str]] = None,
|
808
765
|
display_name: Optional[pulumi.Input[str]] = None,
|
809
|
-
edition: Optional[pulumi.Input[str]] = None,
|
810
766
|
effective_labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
811
767
|
force_destroy: Optional[pulumi.Input[bool]] = None,
|
812
768
|
labels: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
|
@@ -839,8 +795,6 @@ class Instance(pulumi.CustomResource):
|
|
839
795
|
|
840
796
|
|
841
797
|
- - -
|
842
|
-
:param pulumi.Input[str] edition: The edition selected for this instance. Different editions provide different capabilities at different price points.
|
843
|
-
Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
|
844
798
|
:param pulumi.Input[Mapping[str, pulumi.Input[str]]] effective_labels: All of labels (key/value pairs) present on the resource in GCP, including the labels configured through Pulumi, other clients and services.
|
845
799
|
:param pulumi.Input[bool] force_destroy: When deleting a spanner instance, this boolean option will delete all backups of this instance.
|
846
800
|
This must be set to true if you created a backup manually in the console.
|
@@ -866,7 +820,6 @@ class Instance(pulumi.CustomResource):
|
|
866
820
|
__props__.__dict__["autoscaling_config"] = autoscaling_config
|
867
821
|
__props__.__dict__["config"] = config
|
868
822
|
__props__.__dict__["display_name"] = display_name
|
869
|
-
__props__.__dict__["edition"] = edition
|
870
823
|
__props__.__dict__["effective_labels"] = effective_labels
|
871
824
|
__props__.__dict__["force_destroy"] = force_destroy
|
872
825
|
__props__.__dict__["labels"] = labels
|
@@ -915,15 +868,6 @@ class Instance(pulumi.CustomResource):
|
|
915
868
|
"""
|
916
869
|
return pulumi.get(self, "display_name")
|
917
870
|
|
918
|
-
@property
|
919
|
-
@pulumi.getter
|
920
|
-
def edition(self) -> pulumi.Output[str]:
|
921
|
-
"""
|
922
|
-
The edition selected for this instance. Different editions provide different capabilities at different price points.
|
923
|
-
Possible values are: `EDITION_UNSPECIFIED`, `STANDARD`, `ENTERPRISE`, `ENTERPRISE_PLUS`.
|
924
|
-
"""
|
925
|
-
return pulumi.get(self, "edition")
|
926
|
-
|
927
871
|
@property
|
928
872
|
@pulumi.getter(name="effectiveLabels")
|
929
873
|
def effective_labels(self) -> pulumi.Output[Mapping[str, str]]:
|
pulumi_gcp/spanner/outputs.py
CHANGED
@@ -16,10 +16,6 @@ from .. import _utilities
|
|
16
16
|
from . import outputs
|
17
17
|
|
18
18
|
__all__ = [
|
19
|
-
'BackupScheduleFullBackupSpec',
|
20
|
-
'BackupScheduleIncrementalBackupSpec',
|
21
|
-
'BackupScheduleSpec',
|
22
|
-
'BackupScheduleSpecCronSpec',
|
23
19
|
'DatabaseEncryptionConfig',
|
24
20
|
'DatabaseIAMBindingCondition',
|
25
21
|
'DatabaseIAMMemberCondition',
|
@@ -34,95 +30,6 @@ __all__ = [
|
|
34
30
|
'GetInstanceAutoscalingConfigAutoscalingTargetResult',
|
35
31
|
]
|
36
32
|
|
37
|
-
@pulumi.output_type
|
38
|
-
class BackupScheduleFullBackupSpec(dict):
|
39
|
-
def __init__(__self__):
|
40
|
-
pass
|
41
|
-
|
42
|
-
|
43
|
-
@pulumi.output_type
|
44
|
-
class BackupScheduleIncrementalBackupSpec(dict):
|
45
|
-
def __init__(__self__):
|
46
|
-
pass
|
47
|
-
|
48
|
-
|
49
|
-
@pulumi.output_type
|
50
|
-
class BackupScheduleSpec(dict):
|
51
|
-
@staticmethod
|
52
|
-
def __key_warning(key: str):
|
53
|
-
suggest = None
|
54
|
-
if key == "cronSpec":
|
55
|
-
suggest = "cron_spec"
|
56
|
-
|
57
|
-
if suggest:
|
58
|
-
pulumi.log.warn(f"Key '{key}' not found in BackupScheduleSpec. Access the value via the '{suggest}' property getter instead.")
|
59
|
-
|
60
|
-
def __getitem__(self, key: str) -> Any:
|
61
|
-
BackupScheduleSpec.__key_warning(key)
|
62
|
-
return super().__getitem__(key)
|
63
|
-
|
64
|
-
def get(self, key: str, default = None) -> Any:
|
65
|
-
BackupScheduleSpec.__key_warning(key)
|
66
|
-
return super().get(key, default)
|
67
|
-
|
68
|
-
def __init__(__self__, *,
|
69
|
-
cron_spec: Optional['outputs.BackupScheduleSpecCronSpec'] = None):
|
70
|
-
"""
|
71
|
-
:param 'BackupScheduleSpecCronSpecArgs' cron_spec: Cron style schedule specification..
|
72
|
-
Structure is documented below.
|
73
|
-
"""
|
74
|
-
if cron_spec is not None:
|
75
|
-
pulumi.set(__self__, "cron_spec", cron_spec)
|
76
|
-
|
77
|
-
@property
|
78
|
-
@pulumi.getter(name="cronSpec")
|
79
|
-
def cron_spec(self) -> Optional['outputs.BackupScheduleSpecCronSpec']:
|
80
|
-
"""
|
81
|
-
Cron style schedule specification..
|
82
|
-
Structure is documented below.
|
83
|
-
"""
|
84
|
-
return pulumi.get(self, "cron_spec")
|
85
|
-
|
86
|
-
|
87
|
-
@pulumi.output_type
|
88
|
-
class BackupScheduleSpecCronSpec(dict):
|
89
|
-
def __init__(__self__, *,
|
90
|
-
text: Optional[str] = None):
|
91
|
-
"""
|
92
|
-
:param str text: Textual representation of the crontab. User can customize the
|
93
|
-
backup frequency and the backup version time using the cron
|
94
|
-
expression. The version time must be in UTC timzeone.
|
95
|
-
The backup will contain an externally consistent copy of the
|
96
|
-
database at the version time. Allowed frequencies are 12 hour, 1 day,
|
97
|
-
1 week and 1 month. Examples of valid cron specifications:
|
98
|
-
0 2/12 * * * : every 12 hours at (2, 14) hours past midnight in UTC.
|
99
|
-
0 2,14 * * * : every 12 hours at (2,14) hours past midnight in UTC.
|
100
|
-
0 2 * * * : once a day at 2 past midnight in UTC.
|
101
|
-
0 2 * * 0 : once a week every Sunday at 2 past midnight in UTC.
|
102
|
-
0 2 8 * * : once a month on 8th day at 2 past midnight in UTC.
|
103
|
-
"""
|
104
|
-
if text is not None:
|
105
|
-
pulumi.set(__self__, "text", text)
|
106
|
-
|
107
|
-
@property
|
108
|
-
@pulumi.getter
|
109
|
-
def text(self) -> Optional[str]:
|
110
|
-
"""
|
111
|
-
Textual representation of the crontab. User can customize the
|
112
|
-
backup frequency and the backup version time using the cron
|
113
|
-
expression. The version time must be in UTC timzeone.
|
114
|
-
The backup will contain an externally consistent copy of the
|
115
|
-
database at the version time. Allowed frequencies are 12 hour, 1 day,
|
116
|
-
1 week and 1 month. Examples of valid cron specifications:
|
117
|
-
0 2/12 * * * : every 12 hours at (2, 14) hours past midnight in UTC.
|
118
|
-
0 2,14 * * * : every 12 hours at (2,14) hours past midnight in UTC.
|
119
|
-
0 2 * * * : once a day at 2 past midnight in UTC.
|
120
|
-
0 2 * * 0 : once a week every Sunday at 2 past midnight in UTC.
|
121
|
-
0 2 8 * * : once a month on 8th day at 2 past midnight in UTC.
|
122
|
-
"""
|
123
|
-
return pulumi.get(self, "text")
|
124
|
-
|
125
|
-
|
126
33
|
@pulumi.output_type
|
127
34
|
class DatabaseEncryptionConfig(dict):
|
128
35
|
@staticmethod
|