pulumi-gcp 8.7.0__py3-none-any.whl → 8.7.0a1729200523__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (111) hide show
  1. pulumi_gcp/__init__.py +0 -70
  2. pulumi_gcp/accesscontextmanager/service_perimeter.py +0 -2
  3. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_egress_policy.py +0 -4
  4. pulumi_gcp/accesscontextmanager/service_perimeter_dry_run_ingress_policy.py +0 -4
  5. pulumi_gcp/accesscontextmanager/service_perimeter_egress_policy.py +0 -4
  6. pulumi_gcp/accesscontextmanager/service_perimeter_ingress_policy.py +0 -4
  7. pulumi_gcp/accesscontextmanager/service_perimeters.py +0 -2
  8. pulumi_gcp/apigee/__init__.py +0 -2
  9. pulumi_gcp/apigee/_inputs.py +0 -108
  10. pulumi_gcp/apigee/outputs.py +0 -64
  11. pulumi_gcp/artifactregistry/get_docker_image.py +0 -40
  12. pulumi_gcp/bigquery/connection.py +12 -12
  13. pulumi_gcp/bigquery/job.py +6 -6
  14. pulumi_gcp/cloudrunv2/get_service.py +1 -12
  15. pulumi_gcp/cloudrunv2/service.py +0 -92
  16. pulumi_gcp/compute/_inputs.py +116 -214
  17. pulumi_gcp/compute/backend_service.py +0 -76
  18. pulumi_gcp/compute/get_backend_service.py +1 -12
  19. pulumi_gcp/compute/get_instance.py +1 -29
  20. pulumi_gcp/compute/get_instance_template.py +1 -29
  21. pulumi_gcp/compute/get_region_instance_group_manager.py +18 -0
  22. pulumi_gcp/compute/get_region_instance_template.py +1 -29
  23. pulumi_gcp/compute/instance.py +0 -89
  24. pulumi_gcp/compute/instance_from_machine_image.py +0 -82
  25. pulumi_gcp/compute/instance_from_template.py +0 -82
  26. pulumi_gcp/compute/instance_template.py +0 -75
  27. pulumi_gcp/compute/network_firewall_policy_association.py +50 -76
  28. pulumi_gcp/compute/network_firewall_policy_rule.py +103 -149
  29. pulumi_gcp/compute/outputs.py +80 -170
  30. pulumi_gcp/compute/region_backend_service.py +0 -94
  31. pulumi_gcp/compute/region_instance_template.py +0 -75
  32. pulumi_gcp/compute/region_network_endpoint_group.py +4 -6
  33. pulumi_gcp/compute/region_network_firewall_policy_association.py +54 -104
  34. pulumi_gcp/compute/region_network_firewall_policy_rule.py +107 -160
  35. pulumi_gcp/config/__init__.pyi +0 -4
  36. pulumi_gcp/config/vars.py +0 -8
  37. pulumi_gcp/container/attached_cluster.py +6 -9
  38. pulumi_gcp/container/outputs.py +2 -2
  39. pulumi_gcp/datastream/stream.py +2 -2
  40. pulumi_gcp/diagflow/_inputs.py +2 -472
  41. pulumi_gcp/diagflow/cx_agent.py +4 -64
  42. pulumi_gcp/diagflow/cx_flow.py +0 -30
  43. pulumi_gcp/diagflow/outputs.py +2 -378
  44. pulumi_gcp/gkehub/feature.py +4 -2
  45. pulumi_gcp/iam/workload_identity_pool_provider.py +0 -56
  46. pulumi_gcp/looker/instance.py +2 -104
  47. pulumi_gcp/monitoring/_inputs.py +0 -23
  48. pulumi_gcp/monitoring/get_secret_version.py +3 -22
  49. pulumi_gcp/monitoring/outputs.py +0 -16
  50. pulumi_gcp/networkconnectivity/__init__.py +0 -1
  51. pulumi_gcp/networkconnectivity/_inputs.py +0 -148
  52. pulumi_gcp/networkconnectivity/outputs.py +0 -125
  53. pulumi_gcp/networkconnectivity/spoke.py +0 -144
  54. pulumi_gcp/networksecurity/server_tls_policy.py +2 -2
  55. pulumi_gcp/organizations/folder.py +7 -7
  56. pulumi_gcp/organizations/project.py +7 -7
  57. pulumi_gcp/orgpolicy/_inputs.py +3 -3
  58. pulumi_gcp/orgpolicy/outputs.py +2 -2
  59. pulumi_gcp/privilegedaccessmanager/get_entitlement.py +2 -46
  60. pulumi_gcp/provider.py +0 -40
  61. pulumi_gcp/pulumi-plugin.json +1 -1
  62. pulumi_gcp/secretmanager/get_regional_secret_version.py +5 -24
  63. pulumi_gcp/secretmanager/get_regional_secret_version_access.py +5 -24
  64. pulumi_gcp/secretmanager/get_secret_version.py +3 -22
  65. pulumi_gcp/secretmanager/get_secret_version_access.py +3 -22
  66. pulumi_gcp/secretmanager/regional_secret.py +2 -2
  67. pulumi_gcp/siteverification/get_token.py +16 -0
  68. pulumi_gcp/siteverification/owner.py +16 -0
  69. pulumi_gcp/spanner/_inputs.py +5 -29
  70. pulumi_gcp/spanner/outputs.py +3 -20
  71. pulumi_gcp/sql/_inputs.py +6 -6
  72. pulumi_gcp/sql/outputs.py +4 -4
  73. pulumi_gcp/sql/user.py +21 -28
  74. pulumi_gcp/storage/_inputs.py +0 -36
  75. pulumi_gcp/storage/bucket.py +0 -47
  76. pulumi_gcp/storage/get_bucket.py +1 -12
  77. pulumi_gcp/storage/outputs.py +0 -40
  78. pulumi_gcp/vertex/ai_deployment_resource_pool.py +2 -2
  79. pulumi_gcp/vmwareengine/_inputs.py +0 -440
  80. pulumi_gcp/vmwareengine/cluster.py +2 -100
  81. pulumi_gcp/vmwareengine/get_cluster.py +1 -12
  82. pulumi_gcp/vmwareengine/outputs.py +0 -615
  83. pulumi_gcp/workstations/_inputs.py +0 -54
  84. pulumi_gcp/workstations/outputs.py +0 -32
  85. pulumi_gcp/workstations/workstation_config.py +0 -205
  86. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/METADATA +1 -1
  87. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/RECORD +89 -111
  88. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/WHEEL +1 -1
  89. pulumi_gcp/apigee/app_group.py +0 -811
  90. pulumi_gcp/apigee/developer.py +0 -757
  91. pulumi_gcp/networkconnectivity/group.py +0 -764
  92. pulumi_gcp/oracledatabase/__init__.py +0 -20
  93. pulumi_gcp/oracledatabase/_inputs.py +0 -4745
  94. pulumi_gcp/oracledatabase/autonomous_database.py +0 -983
  95. pulumi_gcp/oracledatabase/cloud_exadata_infrastructure.py +0 -842
  96. pulumi_gcp/oracledatabase/cloud_vm_cluster.py +0 -1086
  97. pulumi_gcp/oracledatabase/get_autonomous_database.py +0 -290
  98. pulumi_gcp/oracledatabase/get_autonomous_databases.py +0 -150
  99. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructure.py +0 -257
  100. pulumi_gcp/oracledatabase/get_cloud_exadata_infrastructures.py +0 -150
  101. pulumi_gcp/oracledatabase/get_cloud_vm_cluster.py +0 -290
  102. pulumi_gcp/oracledatabase/get_cloud_vm_clusters.py +0 -150
  103. pulumi_gcp/oracledatabase/get_db_nodes.py +0 -245
  104. pulumi_gcp/oracledatabase/get_db_servers.py +0 -245
  105. pulumi_gcp/oracledatabase/outputs.py +0 -9304
  106. pulumi_gcp/transcoder/__init__.py +0 -11
  107. pulumi_gcp/transcoder/_inputs.py +0 -3991
  108. pulumi_gcp/transcoder/job.py +0 -2134
  109. pulumi_gcp/transcoder/job_template.py +0 -1524
  110. pulumi_gcp/transcoder/outputs.py +0 -2918
  111. {pulumi_gcp-8.7.0.dist-info → pulumi_gcp-8.7.0a1729200523.dist-info}/top_level.txt +0 -0
@@ -24,7 +24,6 @@ class InstanceArgs:
24
24
  admin_settings: Optional[pulumi.Input['InstanceAdminSettingsArgs']] = None,
25
25
  consumer_network: Optional[pulumi.Input[str]] = None,
26
26
  custom_domain: Optional[pulumi.Input['InstanceCustomDomainArgs']] = None,
27
- deletion_policy: Optional[pulumi.Input[str]] = None,
28
27
  deny_maintenance_period: Optional[pulumi.Input['InstanceDenyMaintenancePeriodArgs']] = None,
29
28
  encryption_config: Optional[pulumi.Input['InstanceEncryptionConfigArgs']] = None,
30
29
  fips_enabled: Optional[pulumi.Input[bool]] = None,
@@ -49,10 +48,6 @@ class InstanceArgs:
49
48
  project that is hosting the Looker Instance.
50
49
  :param pulumi.Input['InstanceCustomDomainArgs'] custom_domain: Custom domain settings for a Looker instance.
51
50
  Structure is documented below.
52
- :param pulumi.Input[str] deletion_policy: Policy to determine if the cluster should be deleted forcefully.
53
- If setting deletion_policy = "FORCE", the Looker instance will be deleted regardless
54
- of its nested resources. If set to "DEFAULT", Looker instances that still have
55
- nested resources will return an error. Possible values: DEFAULT, FORCE
56
51
  :param pulumi.Input['InstanceDenyMaintenancePeriodArgs'] deny_maintenance_period: Maintenance denial period for this instance.
57
52
  You must allow at least 14 days of maintenance availability
58
53
  between any two deny maintenance periods.
@@ -104,8 +99,6 @@ class InstanceArgs:
104
99
  pulumi.set(__self__, "consumer_network", consumer_network)
105
100
  if custom_domain is not None:
106
101
  pulumi.set(__self__, "custom_domain", custom_domain)
107
- if deletion_policy is not None:
108
- pulumi.set(__self__, "deletion_policy", deletion_policy)
109
102
  if deny_maintenance_period is not None:
110
103
  pulumi.set(__self__, "deny_maintenance_period", deny_maintenance_period)
111
104
  if encryption_config is not None:
@@ -177,21 +170,6 @@ class InstanceArgs:
177
170
  def custom_domain(self, value: Optional[pulumi.Input['InstanceCustomDomainArgs']]):
178
171
  pulumi.set(self, "custom_domain", value)
179
172
 
180
- @property
181
- @pulumi.getter(name="deletionPolicy")
182
- def deletion_policy(self) -> Optional[pulumi.Input[str]]:
183
- """
184
- Policy to determine if the cluster should be deleted forcefully.
185
- If setting deletion_policy = "FORCE", the Looker instance will be deleted regardless
186
- of its nested resources. If set to "DEFAULT", Looker instances that still have
187
- nested resources will return an error. Possible values: DEFAULT, FORCE
188
- """
189
- return pulumi.get(self, "deletion_policy")
190
-
191
- @deletion_policy.setter
192
- def deletion_policy(self, value: Optional[pulumi.Input[str]]):
193
- pulumi.set(self, "deletion_policy", value)
194
-
195
173
  @property
196
174
  @pulumi.getter(name="denyMaintenancePeriod")
197
175
  def deny_maintenance_period(self) -> Optional[pulumi.Input['InstanceDenyMaintenancePeriodArgs']]:
@@ -409,7 +387,6 @@ class _InstanceState:
409
387
  consumer_network: Optional[pulumi.Input[str]] = None,
410
388
  create_time: Optional[pulumi.Input[str]] = None,
411
389
  custom_domain: Optional[pulumi.Input['InstanceCustomDomainArgs']] = None,
412
- deletion_policy: Optional[pulumi.Input[str]] = None,
413
390
  deny_maintenance_period: Optional[pulumi.Input['InstanceDenyMaintenancePeriodArgs']] = None,
414
391
  egress_public_ip: Optional[pulumi.Input[str]] = None,
415
392
  encryption_config: Optional[pulumi.Input['InstanceEncryptionConfigArgs']] = None,
@@ -442,10 +419,6 @@ class _InstanceState:
442
419
  accurate to nanoseconds.
443
420
  :param pulumi.Input['InstanceCustomDomainArgs'] custom_domain: Custom domain settings for a Looker instance.
444
421
  Structure is documented below.
445
- :param pulumi.Input[str] deletion_policy: Policy to determine if the cluster should be deleted forcefully.
446
- If setting deletion_policy = "FORCE", the Looker instance will be deleted regardless
447
- of its nested resources. If set to "DEFAULT", Looker instances that still have
448
- nested resources will return an error. Possible values: DEFAULT, FORCE
449
422
  :param pulumi.Input['InstanceDenyMaintenancePeriodArgs'] deny_maintenance_period: Maintenance denial period for this instance.
450
423
  You must allow at least 14 days of maintenance availability
451
424
  between any two deny maintenance periods.
@@ -506,8 +479,6 @@ class _InstanceState:
506
479
  pulumi.set(__self__, "create_time", create_time)
507
480
  if custom_domain is not None:
508
481
  pulumi.set(__self__, "custom_domain", custom_domain)
509
- if deletion_policy is not None:
510
- pulumi.set(__self__, "deletion_policy", deletion_policy)
511
482
  if deny_maintenance_period is not None:
512
483
  pulumi.set(__self__, "deny_maintenance_period", deny_maintenance_period)
513
484
  if egress_public_ip is not None:
@@ -604,21 +575,6 @@ class _InstanceState:
604
575
  def custom_domain(self, value: Optional[pulumi.Input['InstanceCustomDomainArgs']]):
605
576
  pulumi.set(self, "custom_domain", value)
606
577
 
607
- @property
608
- @pulumi.getter(name="deletionPolicy")
609
- def deletion_policy(self) -> Optional[pulumi.Input[str]]:
610
- """
611
- Policy to determine if the cluster should be deleted forcefully.
612
- If setting deletion_policy = "FORCE", the Looker instance will be deleted regardless
613
- of its nested resources. If set to "DEFAULT", Looker instances that still have
614
- nested resources will return an error. Possible values: DEFAULT, FORCE
615
- """
616
- return pulumi.get(self, "deletion_policy")
617
-
618
- @deletion_policy.setter
619
- def deletion_policy(self, value: Optional[pulumi.Input[str]]):
620
- pulumi.set(self, "deletion_policy", value)
621
-
622
578
  @property
623
579
  @pulumi.getter(name="denyMaintenancePeriod")
624
580
  def deny_maintenance_period(self) -> Optional[pulumi.Input['InstanceDenyMaintenancePeriodArgs']]:
@@ -910,7 +866,6 @@ class Instance(pulumi.CustomResource):
910
866
  admin_settings: Optional[pulumi.Input[Union['InstanceAdminSettingsArgs', 'InstanceAdminSettingsArgsDict']]] = None,
911
867
  consumer_network: Optional[pulumi.Input[str]] = None,
912
868
  custom_domain: Optional[pulumi.Input[Union['InstanceCustomDomainArgs', 'InstanceCustomDomainArgsDict']]] = None,
913
- deletion_policy: Optional[pulumi.Input[str]] = None,
914
869
  deny_maintenance_period: Optional[pulumi.Input[Union['InstanceDenyMaintenancePeriodArgs', 'InstanceDenyMaintenancePeriodArgsDict']]] = None,
915
870
  encryption_config: Optional[pulumi.Input[Union['InstanceEncryptionConfigArgs', 'InstanceEncryptionConfigArgsDict']]] = None,
916
871
  fips_enabled: Optional[pulumi.Input[bool]] = None,
@@ -952,8 +907,7 @@ class Instance(pulumi.CustomResource):
952
907
  oauth_config={
953
908
  "client_id": "my-client-id",
954
909
  "client_secret": "my-client-secret",
955
- },
956
- deletion_policy="DEFAULT")
910
+ })
957
911
  ```
958
912
  ### Looker Instance Full
959
913
 
@@ -1126,22 +1080,6 @@ class Instance(pulumi.CustomResource):
1126
1080
  "allowed_vpcs": ["projects/test-project/global/networks/test"],
1127
1081
  })
1128
1082
  ```
1129
- ### Looker Instance Force Delete
1130
-
1131
- ```python
1132
- import pulumi
1133
- import pulumi_gcp as gcp
1134
-
1135
- looker_instance = gcp.looker.Instance("looker-instance",
1136
- name="my-instance",
1137
- platform_edition="LOOKER_CORE_STANDARD_ANNUAL",
1138
- region="us-central1",
1139
- oauth_config={
1140
- "client_id": "my-client-id",
1141
- "client_secret": "my-client-secret",
1142
- },
1143
- deletion_policy="FORCE")
1144
- ```
1145
1083
 
1146
1084
  ## Import
1147
1085
 
@@ -1182,10 +1120,6 @@ class Instance(pulumi.CustomResource):
1182
1120
  project that is hosting the Looker Instance.
1183
1121
  :param pulumi.Input[Union['InstanceCustomDomainArgs', 'InstanceCustomDomainArgsDict']] custom_domain: Custom domain settings for a Looker instance.
1184
1122
  Structure is documented below.
1185
- :param pulumi.Input[str] deletion_policy: Policy to determine if the cluster should be deleted forcefully.
1186
- If setting deletion_policy = "FORCE", the Looker instance will be deleted regardless
1187
- of its nested resources. If set to "DEFAULT", Looker instances that still have
1188
- nested resources will return an error. Possible values: DEFAULT, FORCE
1189
1123
  :param pulumi.Input[Union['InstanceDenyMaintenancePeriodArgs', 'InstanceDenyMaintenancePeriodArgsDict']] deny_maintenance_period: Maintenance denial period for this instance.
1190
1124
  You must allow at least 14 days of maintenance availability
1191
1125
  between any two deny maintenance periods.
@@ -1262,8 +1196,7 @@ class Instance(pulumi.CustomResource):
1262
1196
  oauth_config={
1263
1197
  "client_id": "my-client-id",
1264
1198
  "client_secret": "my-client-secret",
1265
- },
1266
- deletion_policy="DEFAULT")
1199
+ })
1267
1200
  ```
1268
1201
  ### Looker Instance Full
1269
1202
 
@@ -1436,22 +1369,6 @@ class Instance(pulumi.CustomResource):
1436
1369
  "allowed_vpcs": ["projects/test-project/global/networks/test"],
1437
1370
  })
1438
1371
  ```
1439
- ### Looker Instance Force Delete
1440
-
1441
- ```python
1442
- import pulumi
1443
- import pulumi_gcp as gcp
1444
-
1445
- looker_instance = gcp.looker.Instance("looker-instance",
1446
- name="my-instance",
1447
- platform_edition="LOOKER_CORE_STANDARD_ANNUAL",
1448
- region="us-central1",
1449
- oauth_config={
1450
- "client_id": "my-client-id",
1451
- "client_secret": "my-client-secret",
1452
- },
1453
- deletion_policy="FORCE")
1454
- ```
1455
1372
 
1456
1373
  ## Import
1457
1374
 
@@ -1501,7 +1418,6 @@ class Instance(pulumi.CustomResource):
1501
1418
  admin_settings: Optional[pulumi.Input[Union['InstanceAdminSettingsArgs', 'InstanceAdminSettingsArgsDict']]] = None,
1502
1419
  consumer_network: Optional[pulumi.Input[str]] = None,
1503
1420
  custom_domain: Optional[pulumi.Input[Union['InstanceCustomDomainArgs', 'InstanceCustomDomainArgsDict']]] = None,
1504
- deletion_policy: Optional[pulumi.Input[str]] = None,
1505
1421
  deny_maintenance_period: Optional[pulumi.Input[Union['InstanceDenyMaintenancePeriodArgs', 'InstanceDenyMaintenancePeriodArgsDict']]] = None,
1506
1422
  encryption_config: Optional[pulumi.Input[Union['InstanceEncryptionConfigArgs', 'InstanceEncryptionConfigArgsDict']]] = None,
1507
1423
  fips_enabled: Optional[pulumi.Input[bool]] = None,
@@ -1529,7 +1445,6 @@ class Instance(pulumi.CustomResource):
1529
1445
  __props__.__dict__["admin_settings"] = admin_settings
1530
1446
  __props__.__dict__["consumer_network"] = consumer_network
1531
1447
  __props__.__dict__["custom_domain"] = custom_domain
1532
- __props__.__dict__["deletion_policy"] = deletion_policy
1533
1448
  __props__.__dict__["deny_maintenance_period"] = deny_maintenance_period
1534
1449
  __props__.__dict__["encryption_config"] = encryption_config
1535
1450
  __props__.__dict__["fips_enabled"] = fips_enabled
@@ -1566,7 +1481,6 @@ class Instance(pulumi.CustomResource):
1566
1481
  consumer_network: Optional[pulumi.Input[str]] = None,
1567
1482
  create_time: Optional[pulumi.Input[str]] = None,
1568
1483
  custom_domain: Optional[pulumi.Input[Union['InstanceCustomDomainArgs', 'InstanceCustomDomainArgsDict']]] = None,
1569
- deletion_policy: Optional[pulumi.Input[str]] = None,
1570
1484
  deny_maintenance_period: Optional[pulumi.Input[Union['InstanceDenyMaintenancePeriodArgs', 'InstanceDenyMaintenancePeriodArgsDict']]] = None,
1571
1485
  egress_public_ip: Optional[pulumi.Input[str]] = None,
1572
1486
  encryption_config: Optional[pulumi.Input[Union['InstanceEncryptionConfigArgs', 'InstanceEncryptionConfigArgsDict']]] = None,
@@ -1604,10 +1518,6 @@ class Instance(pulumi.CustomResource):
1604
1518
  accurate to nanoseconds.
1605
1519
  :param pulumi.Input[Union['InstanceCustomDomainArgs', 'InstanceCustomDomainArgsDict']] custom_domain: Custom domain settings for a Looker instance.
1606
1520
  Structure is documented below.
1607
- :param pulumi.Input[str] deletion_policy: Policy to determine if the cluster should be deleted forcefully.
1608
- If setting deletion_policy = "FORCE", the Looker instance will be deleted regardless
1609
- of its nested resources. If set to "DEFAULT", Looker instances that still have
1610
- nested resources will return an error. Possible values: DEFAULT, FORCE
1611
1521
  :param pulumi.Input[Union['InstanceDenyMaintenancePeriodArgs', 'InstanceDenyMaintenancePeriodArgsDict']] deny_maintenance_period: Maintenance denial period for this instance.
1612
1522
  You must allow at least 14 days of maintenance availability
1613
1523
  between any two deny maintenance periods.
@@ -1668,7 +1578,6 @@ class Instance(pulumi.CustomResource):
1668
1578
  __props__.__dict__["consumer_network"] = consumer_network
1669
1579
  __props__.__dict__["create_time"] = create_time
1670
1580
  __props__.__dict__["custom_domain"] = custom_domain
1671
- __props__.__dict__["deletion_policy"] = deletion_policy
1672
1581
  __props__.__dict__["deny_maintenance_period"] = deny_maintenance_period
1673
1582
  __props__.__dict__["egress_public_ip"] = egress_public_ip
1674
1583
  __props__.__dict__["encryption_config"] = encryption_config
@@ -1729,17 +1638,6 @@ class Instance(pulumi.CustomResource):
1729
1638
  """
1730
1639
  return pulumi.get(self, "custom_domain")
1731
1640
 
1732
- @property
1733
- @pulumi.getter(name="deletionPolicy")
1734
- def deletion_policy(self) -> pulumi.Output[Optional[str]]:
1735
- """
1736
- Policy to determine if the cluster should be deleted forcefully.
1737
- If setting deletion_policy = "FORCE", the Looker instance will be deleted regardless
1738
- of its nested resources. If set to "DEFAULT", Looker instances that still have
1739
- nested resources will return an error. Possible values: DEFAULT, FORCE
1740
- """
1741
- return pulumi.get(self, "deletion_policy")
1742
-
1743
1641
  @property
1744
1642
  @pulumi.getter(name="denyMaintenancePeriod")
1745
1643
  def deny_maintenance_period(self) -> pulumi.Output[Optional['outputs.InstanceDenyMaintenancePeriod']]:
@@ -147,11 +147,6 @@ if not MYPY:
147
147
  are notified when this alert fires, on a per-channel basis.
148
148
  Structure is documented below.
149
149
  """
150
- notification_prompts: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
151
- """
152
- Control when notifications will be sent out.
153
- Each value may be one of: `NOTIFICATION_PROMPT_UNSPECIFIED`, `OPENED`, `CLOSED`.
154
- """
155
150
  notification_rate_limit: NotRequired[pulumi.Input['AlertPolicyAlertStrategyNotificationRateLimitArgsDict']]
156
151
  """
157
152
  Required for alert policies with a LogMatch condition.
@@ -166,15 +161,12 @@ class AlertPolicyAlertStrategyArgs:
166
161
  def __init__(__self__, *,
167
162
  auto_close: Optional[pulumi.Input[str]] = None,
168
163
  notification_channel_strategies: Optional[pulumi.Input[Sequence[pulumi.Input['AlertPolicyAlertStrategyNotificationChannelStrategyArgs']]]] = None,
169
- notification_prompts: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
170
164
  notification_rate_limit: Optional[pulumi.Input['AlertPolicyAlertStrategyNotificationRateLimitArgs']] = None):
171
165
  """
172
166
  :param pulumi.Input[str] auto_close: If an alert policy that was active has no data for this long, any open incidents will close.
173
167
  :param pulumi.Input[Sequence[pulumi.Input['AlertPolicyAlertStrategyNotificationChannelStrategyArgs']]] notification_channel_strategies: Control over how the notification channels in `notification_channels`
174
168
  are notified when this alert fires, on a per-channel basis.
175
169
  Structure is documented below.
176
- :param pulumi.Input[Sequence[pulumi.Input[str]]] notification_prompts: Control when notifications will be sent out.
177
- Each value may be one of: `NOTIFICATION_PROMPT_UNSPECIFIED`, `OPENED`, `CLOSED`.
178
170
  :param pulumi.Input['AlertPolicyAlertStrategyNotificationRateLimitArgs'] notification_rate_limit: Required for alert policies with a LogMatch condition.
179
171
  This limit is not implemented for alert policies that are not log-based.
180
172
  Structure is documented below.
@@ -183,8 +175,6 @@ class AlertPolicyAlertStrategyArgs:
183
175
  pulumi.set(__self__, "auto_close", auto_close)
184
176
  if notification_channel_strategies is not None:
185
177
  pulumi.set(__self__, "notification_channel_strategies", notification_channel_strategies)
186
- if notification_prompts is not None:
187
- pulumi.set(__self__, "notification_prompts", notification_prompts)
188
178
  if notification_rate_limit is not None:
189
179
  pulumi.set(__self__, "notification_rate_limit", notification_rate_limit)
190
180
 
@@ -214,19 +204,6 @@ class AlertPolicyAlertStrategyArgs:
214
204
  def notification_channel_strategies(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['AlertPolicyAlertStrategyNotificationChannelStrategyArgs']]]]):
215
205
  pulumi.set(self, "notification_channel_strategies", value)
216
206
 
217
- @property
218
- @pulumi.getter(name="notificationPrompts")
219
- def notification_prompts(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
220
- """
221
- Control when notifications will be sent out.
222
- Each value may be one of: `NOTIFICATION_PROMPT_UNSPECIFIED`, `OPENED`, `CLOSED`.
223
- """
224
- return pulumi.get(self, "notification_prompts")
225
-
226
- @notification_prompts.setter
227
- def notification_prompts(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
228
- pulumi.set(self, "notification_prompts", value)
229
-
230
207
  @property
231
208
  @pulumi.getter(name="notificationRateLimit")
232
209
  def notification_rate_limit(self) -> Optional[pulumi.Input['AlertPolicyAlertStrategyNotificationRateLimitArgs']]:
@@ -28,7 +28,7 @@ class GetSecretVersionResult:
28
28
  """
29
29
  A collection of values returned by getSecretVersion.
30
30
  """
31
- def __init__(__self__, create_time=None, destroy_time=None, enabled=None, id=None, is_secret_data_base64=None, name=None, project=None, secret=None, secret_data=None, version=None):
31
+ def __init__(__self__, create_time=None, destroy_time=None, enabled=None, id=None, name=None, project=None, secret=None, secret_data=None, version=None):
32
32
  if create_time and not isinstance(create_time, str):
33
33
  raise TypeError("Expected argument 'create_time' to be a str")
34
34
  pulumi.set(__self__, "create_time", create_time)
@@ -41,9 +41,6 @@ class GetSecretVersionResult:
41
41
  if id and not isinstance(id, str):
42
42
  raise TypeError("Expected argument 'id' to be a str")
43
43
  pulumi.set(__self__, "id", id)
44
- if is_secret_data_base64 and not isinstance(is_secret_data_base64, bool):
45
- raise TypeError("Expected argument 'is_secret_data_base64' to be a bool")
46
- pulumi.set(__self__, "is_secret_data_base64", is_secret_data_base64)
47
44
  if name and not isinstance(name, str):
48
45
  raise TypeError("Expected argument 'name' to be a str")
49
46
  pulumi.set(__self__, "name", name)
@@ -92,11 +89,6 @@ class GetSecretVersionResult:
92
89
  """
93
90
  return pulumi.get(self, "id")
94
91
 
95
- @property
96
- @pulumi.getter(name="isSecretDataBase64")
97
- def is_secret_data_base64(self) -> Optional[bool]:
98
- return pulumi.get(self, "is_secret_data_base64")
99
-
100
92
  @property
101
93
  @pulumi.getter
102
94
  def name(self) -> str:
@@ -140,7 +132,6 @@ class AwaitableGetSecretVersionResult(GetSecretVersionResult):
140
132
  destroy_time=self.destroy_time,
141
133
  enabled=self.enabled,
142
134
  id=self.id,
143
- is_secret_data_base64=self.is_secret_data_base64,
144
135
  name=self.name,
145
136
  project=self.project,
146
137
  secret=self.secret,
@@ -148,8 +139,7 @@ class AwaitableGetSecretVersionResult(GetSecretVersionResult):
148
139
  version=self.version)
149
140
 
150
141
 
151
- def get_secret_version(is_secret_data_base64: Optional[bool] = None,
152
- project: Optional[str] = None,
142
+ def get_secret_version(project: Optional[str] = None,
153
143
  secret: Optional[str] = None,
154
144
  version: Optional[str] = None,
155
145
  opts: Optional[pulumi.InvokeOptions] = None) -> AwaitableGetSecretVersionResult:
@@ -166,8 +156,6 @@ def get_secret_version(is_secret_data_base64: Optional[bool] = None,
166
156
  ```
167
157
 
168
158
 
169
- :param bool is_secret_data_base64: If set to 'true', the secret data is
170
- expected to be base64-encoded string.
171
159
  :param str project: The project to get the secret version for. If it
172
160
  is not provided, the provider project is used.
173
161
  :param str secret: The secret to get the secret version for.
@@ -176,7 +164,6 @@ def get_secret_version(is_secret_data_base64: Optional[bool] = None,
176
164
  """
177
165
  pulumi.log.warn("""get_secret_version is deprecated: gcp.monitoring.getSecretVersion has been deprecated in favor of gcp.secretmanager.getSecretVersion""")
178
166
  __args__ = dict()
179
- __args__['isSecretDataBase64'] = is_secret_data_base64
180
167
  __args__['project'] = project
181
168
  __args__['secret'] = secret
182
169
  __args__['version'] = version
@@ -188,14 +175,12 @@ def get_secret_version(is_secret_data_base64: Optional[bool] = None,
188
175
  destroy_time=pulumi.get(__ret__, 'destroy_time'),
189
176
  enabled=pulumi.get(__ret__, 'enabled'),
190
177
  id=pulumi.get(__ret__, 'id'),
191
- is_secret_data_base64=pulumi.get(__ret__, 'is_secret_data_base64'),
192
178
  name=pulumi.get(__ret__, 'name'),
193
179
  project=pulumi.get(__ret__, 'project'),
194
180
  secret=pulumi.get(__ret__, 'secret'),
195
181
  secret_data=pulumi.get(__ret__, 'secret_data'),
196
182
  version=pulumi.get(__ret__, 'version'))
197
- def get_secret_version_output(is_secret_data_base64: Optional[pulumi.Input[Optional[bool]]] = None,
198
- project: Optional[pulumi.Input[Optional[str]]] = None,
183
+ def get_secret_version_output(project: Optional[pulumi.Input[Optional[str]]] = None,
199
184
  secret: Optional[pulumi.Input[str]] = None,
200
185
  version: Optional[pulumi.Input[Optional[str]]] = None,
201
186
  opts: Optional[pulumi.InvokeOptions] = None) -> pulumi.Output[GetSecretVersionResult]:
@@ -212,8 +197,6 @@ def get_secret_version_output(is_secret_data_base64: Optional[pulumi.Input[Optio
212
197
  ```
213
198
 
214
199
 
215
- :param bool is_secret_data_base64: If set to 'true', the secret data is
216
- expected to be base64-encoded string.
217
200
  :param str project: The project to get the secret version for. If it
218
201
  is not provided, the provider project is used.
219
202
  :param str secret: The secret to get the secret version for.
@@ -222,7 +205,6 @@ def get_secret_version_output(is_secret_data_base64: Optional[pulumi.Input[Optio
222
205
  """
223
206
  pulumi.log.warn("""get_secret_version is deprecated: gcp.monitoring.getSecretVersion has been deprecated in favor of gcp.secretmanager.getSecretVersion""")
224
207
  __args__ = dict()
225
- __args__['isSecretDataBase64'] = is_secret_data_base64
226
208
  __args__['project'] = project
227
209
  __args__['secret'] = secret
228
210
  __args__['version'] = version
@@ -233,7 +215,6 @@ def get_secret_version_output(is_secret_data_base64: Optional[pulumi.Input[Optio
233
215
  destroy_time=pulumi.get(__response__, 'destroy_time'),
234
216
  enabled=pulumi.get(__response__, 'enabled'),
235
217
  id=pulumi.get(__response__, 'id'),
236
- is_secret_data_base64=pulumi.get(__response__, 'is_secret_data_base64'),
237
218
  name=pulumi.get(__response__, 'name'),
238
219
  project=pulumi.get(__response__, 'project'),
239
220
  secret=pulumi.get(__response__, 'secret'),
@@ -91,8 +91,6 @@ class AlertPolicyAlertStrategy(dict):
91
91
  suggest = "auto_close"
92
92
  elif key == "notificationChannelStrategies":
93
93
  suggest = "notification_channel_strategies"
94
- elif key == "notificationPrompts":
95
- suggest = "notification_prompts"
96
94
  elif key == "notificationRateLimit":
97
95
  suggest = "notification_rate_limit"
98
96
 
@@ -110,15 +108,12 @@ class AlertPolicyAlertStrategy(dict):
110
108
  def __init__(__self__, *,
111
109
  auto_close: Optional[str] = None,
112
110
  notification_channel_strategies: Optional[Sequence['outputs.AlertPolicyAlertStrategyNotificationChannelStrategy']] = None,
113
- notification_prompts: Optional[Sequence[str]] = None,
114
111
  notification_rate_limit: Optional['outputs.AlertPolicyAlertStrategyNotificationRateLimit'] = None):
115
112
  """
116
113
  :param str auto_close: If an alert policy that was active has no data for this long, any open incidents will close.
117
114
  :param Sequence['AlertPolicyAlertStrategyNotificationChannelStrategyArgs'] notification_channel_strategies: Control over how the notification channels in `notification_channels`
118
115
  are notified when this alert fires, on a per-channel basis.
119
116
  Structure is documented below.
120
- :param Sequence[str] notification_prompts: Control when notifications will be sent out.
121
- Each value may be one of: `NOTIFICATION_PROMPT_UNSPECIFIED`, `OPENED`, `CLOSED`.
122
117
  :param 'AlertPolicyAlertStrategyNotificationRateLimitArgs' notification_rate_limit: Required for alert policies with a LogMatch condition.
123
118
  This limit is not implemented for alert policies that are not log-based.
124
119
  Structure is documented below.
@@ -127,8 +122,6 @@ class AlertPolicyAlertStrategy(dict):
127
122
  pulumi.set(__self__, "auto_close", auto_close)
128
123
  if notification_channel_strategies is not None:
129
124
  pulumi.set(__self__, "notification_channel_strategies", notification_channel_strategies)
130
- if notification_prompts is not None:
131
- pulumi.set(__self__, "notification_prompts", notification_prompts)
132
125
  if notification_rate_limit is not None:
133
126
  pulumi.set(__self__, "notification_rate_limit", notification_rate_limit)
134
127
 
@@ -150,15 +143,6 @@ class AlertPolicyAlertStrategy(dict):
150
143
  """
151
144
  return pulumi.get(self, "notification_channel_strategies")
152
145
 
153
- @property
154
- @pulumi.getter(name="notificationPrompts")
155
- def notification_prompts(self) -> Optional[Sequence[str]]:
156
- """
157
- Control when notifications will be sent out.
158
- Each value may be one of: `NOTIFICATION_PROMPT_UNSPECIFIED`, `OPENED`, `CLOSED`.
159
- """
160
- return pulumi.get(self, "notification_prompts")
161
-
162
146
  @property
163
147
  @pulumi.getter(name="notificationRateLimit")
164
148
  def notification_rate_limit(self) -> Optional['outputs.AlertPolicyAlertStrategyNotificationRateLimit']:
@@ -5,7 +5,6 @@
5
5
  from .. import _utilities
6
6
  import typing
7
7
  # Export this package's modules as members:
8
- from .group import *
9
8
  from .hub import *
10
9
  from .internal_range import *
11
10
  from .policy_based_route import *
@@ -15,8 +15,6 @@ else:
15
15
  from .. import _utilities
16
16
 
17
17
  __all__ = [
18
- 'GroupAutoAcceptArgs',
19
- 'GroupAutoAcceptArgsDict',
20
18
  'HubRoutingVpcArgs',
21
19
  'HubRoutingVpcArgsDict',
22
20
  'InternalRangeMigrationArgs',
@@ -39,8 +37,6 @@ __all__ = [
39
37
  'ServiceConnectionPolicyPscConnectionErrorInfoArgsDict',
40
38
  'SpokeLinkedInterconnectAttachmentsArgs',
41
39
  'SpokeLinkedInterconnectAttachmentsArgsDict',
42
- 'SpokeLinkedProducerVpcNetworkArgs',
43
- 'SpokeLinkedProducerVpcNetworkArgsDict',
44
40
  'SpokeLinkedRouterApplianceInstancesArgs',
45
41
  'SpokeLinkedRouterApplianceInstancesArgsDict',
46
42
  'SpokeLinkedRouterApplianceInstancesInstanceArgs',
@@ -53,37 +49,6 @@ __all__ = [
53
49
 
54
50
  MYPY = False
55
51
 
56
- if not MYPY:
57
- class GroupAutoAcceptArgsDict(TypedDict):
58
- auto_accept_projects: pulumi.Input[Sequence[pulumi.Input[str]]]
59
- """
60
- A list of project ids or project numbers for which you want to enable auto-accept. The auto-accept setting is applied to spokes being created or updated in these projects.
61
- """
62
- elif False:
63
- GroupAutoAcceptArgsDict: TypeAlias = Mapping[str, Any]
64
-
65
- @pulumi.input_type
66
- class GroupAutoAcceptArgs:
67
- def __init__(__self__, *,
68
- auto_accept_projects: pulumi.Input[Sequence[pulumi.Input[str]]]):
69
- """
70
- :param pulumi.Input[Sequence[pulumi.Input[str]]] auto_accept_projects: A list of project ids or project numbers for which you want to enable auto-accept. The auto-accept setting is applied to spokes being created or updated in these projects.
71
- """
72
- pulumi.set(__self__, "auto_accept_projects", auto_accept_projects)
73
-
74
- @property
75
- @pulumi.getter(name="autoAcceptProjects")
76
- def auto_accept_projects(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
77
- """
78
- A list of project ids or project numbers for which you want to enable auto-accept. The auto-accept setting is applied to spokes being created or updated in these projects.
79
- """
80
- return pulumi.get(self, "auto_accept_projects")
81
-
82
- @auto_accept_projects.setter
83
- def auto_accept_projects(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
84
- pulumi.set(self, "auto_accept_projects", value)
85
-
86
-
87
52
  if not MYPY:
88
53
  class HubRoutingVpcArgsDict(TypedDict):
89
54
  uri: NotRequired[pulumi.Input[str]]
@@ -905,119 +870,6 @@ class SpokeLinkedInterconnectAttachmentsArgs:
905
870
  pulumi.set(self, "include_import_ranges", value)
906
871
 
907
872
 
908
- if not MYPY:
909
- class SpokeLinkedProducerVpcNetworkArgsDict(TypedDict):
910
- network: pulumi.Input[str]
911
- """
912
- The URI of the Service Consumer VPC that the Producer VPC is peered with.
913
- """
914
- peering: pulumi.Input[str]
915
- """
916
- The name of the VPC peering between the Service Consumer VPC and the Producer VPC (defined in the Tenant project) which is added to the NCC hub. This peering must be in ACTIVE state.
917
- """
918
- exclude_export_ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
919
- """
920
- IP ranges encompassing the subnets to be excluded from peering.
921
- """
922
- include_export_ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
923
- """
924
- IP ranges allowed to be included from peering.
925
- """
926
- producer_network: NotRequired[pulumi.Input[str]]
927
- """
928
- (Output)
929
- The URI of the Producer VPC.
930
- """
931
- elif False:
932
- SpokeLinkedProducerVpcNetworkArgsDict: TypeAlias = Mapping[str, Any]
933
-
934
- @pulumi.input_type
935
- class SpokeLinkedProducerVpcNetworkArgs:
936
- def __init__(__self__, *,
937
- network: pulumi.Input[str],
938
- peering: pulumi.Input[str],
939
- exclude_export_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
940
- include_export_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
941
- producer_network: Optional[pulumi.Input[str]] = None):
942
- """
943
- :param pulumi.Input[str] network: The URI of the Service Consumer VPC that the Producer VPC is peered with.
944
- :param pulumi.Input[str] peering: The name of the VPC peering between the Service Consumer VPC and the Producer VPC (defined in the Tenant project) which is added to the NCC hub. This peering must be in ACTIVE state.
945
- :param pulumi.Input[Sequence[pulumi.Input[str]]] exclude_export_ranges: IP ranges encompassing the subnets to be excluded from peering.
946
- :param pulumi.Input[Sequence[pulumi.Input[str]]] include_export_ranges: IP ranges allowed to be included from peering.
947
- :param pulumi.Input[str] producer_network: (Output)
948
- The URI of the Producer VPC.
949
- """
950
- pulumi.set(__self__, "network", network)
951
- pulumi.set(__self__, "peering", peering)
952
- if exclude_export_ranges is not None:
953
- pulumi.set(__self__, "exclude_export_ranges", exclude_export_ranges)
954
- if include_export_ranges is not None:
955
- pulumi.set(__self__, "include_export_ranges", include_export_ranges)
956
- if producer_network is not None:
957
- pulumi.set(__self__, "producer_network", producer_network)
958
-
959
- @property
960
- @pulumi.getter
961
- def network(self) -> pulumi.Input[str]:
962
- """
963
- The URI of the Service Consumer VPC that the Producer VPC is peered with.
964
- """
965
- return pulumi.get(self, "network")
966
-
967
- @network.setter
968
- def network(self, value: pulumi.Input[str]):
969
- pulumi.set(self, "network", value)
970
-
971
- @property
972
- @pulumi.getter
973
- def peering(self) -> pulumi.Input[str]:
974
- """
975
- The name of the VPC peering between the Service Consumer VPC and the Producer VPC (defined in the Tenant project) which is added to the NCC hub. This peering must be in ACTIVE state.
976
- """
977
- return pulumi.get(self, "peering")
978
-
979
- @peering.setter
980
- def peering(self, value: pulumi.Input[str]):
981
- pulumi.set(self, "peering", value)
982
-
983
- @property
984
- @pulumi.getter(name="excludeExportRanges")
985
- def exclude_export_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
986
- """
987
- IP ranges encompassing the subnets to be excluded from peering.
988
- """
989
- return pulumi.get(self, "exclude_export_ranges")
990
-
991
- @exclude_export_ranges.setter
992
- def exclude_export_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
993
- pulumi.set(self, "exclude_export_ranges", value)
994
-
995
- @property
996
- @pulumi.getter(name="includeExportRanges")
997
- def include_export_ranges(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
998
- """
999
- IP ranges allowed to be included from peering.
1000
- """
1001
- return pulumi.get(self, "include_export_ranges")
1002
-
1003
- @include_export_ranges.setter
1004
- def include_export_ranges(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
1005
- pulumi.set(self, "include_export_ranges", value)
1006
-
1007
- @property
1008
- @pulumi.getter(name="producerNetwork")
1009
- def producer_network(self) -> Optional[pulumi.Input[str]]:
1010
- """
1011
- (Output)
1012
- The URI of the Producer VPC.
1013
- """
1014
- return pulumi.get(self, "producer_network")
1015
-
1016
- @producer_network.setter
1017
- def producer_network(self, value: Optional[pulumi.Input[str]]):
1018
- pulumi.set(self, "producer_network", value)
1019
-
1020
-
1021
873
  if not MYPY:
1022
874
  class SpokeLinkedRouterApplianceInstancesArgsDict(TypedDict):
1023
875
  instances: pulumi.Input[Sequence[pulumi.Input['SpokeLinkedRouterApplianceInstancesInstanceArgsDict']]]