pulumi-gcp 7.19.0__py3-none-any.whl → 7.19.0a1713292926__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 (41) hide show
  1. pulumi_gcp/__init__.py +0 -11
  2. pulumi_gcp/accesscontextmanager/access_policy.py +4 -4
  3. pulumi_gcp/apigee/sync_authorization.py +4 -4
  4. pulumi_gcp/compute/_inputs.py +0 -24
  5. pulumi_gcp/compute/get_router_nat.py +1 -11
  6. pulumi_gcp/compute/instance_settings.py +0 -16
  7. pulumi_gcp/compute/outputs.py +0 -41
  8. pulumi_gcp/compute/router_interface.py +0 -47
  9. pulumi_gcp/compute/router_nat.py +0 -68
  10. pulumi_gcp/compute/router_peer.py +0 -141
  11. pulumi_gcp/config/__init__.pyi +0 -2
  12. pulumi_gcp/config/vars.py +0 -4
  13. pulumi_gcp/container/_inputs.py +7 -48
  14. pulumi_gcp/container/outputs.py +8 -67
  15. pulumi_gcp/datastore/data_store_index.py +0 -14
  16. pulumi_gcp/dns/_inputs.py +22 -22
  17. pulumi_gcp/dns/outputs.py +22 -22
  18. pulumi_gcp/firestore/_inputs.py +11 -80
  19. pulumi_gcp/firestore/document.py +4 -0
  20. pulumi_gcp/firestore/index.py +42 -116
  21. pulumi_gcp/firestore/outputs.py +11 -70
  22. pulumi_gcp/gkebackup/_inputs.py +3 -358
  23. pulumi_gcp/gkebackup/backup_plan.py +0 -294
  24. pulumi_gcp/gkebackup/outputs.py +3 -353
  25. pulumi_gcp/networksecurity/firewall_endpoint.py +0 -2
  26. pulumi_gcp/networksecurity/firewall_endpoint_association.py +0 -61
  27. pulumi_gcp/provider.py +0 -20
  28. pulumi_gcp/sql/_inputs.py +0 -16
  29. pulumi_gcp/sql/outputs.py +0 -36
  30. pulumi_gcp/tags/__init__.py +0 -2
  31. pulumi_gcp/tags/outputs.py +0 -200
  32. pulumi_gcp/vmwareengine/get_private_cloud.py +1 -21
  33. pulumi_gcp/vmwareengine/private_cloud.py +7 -101
  34. {pulumi_gcp-7.19.0.dist-info → pulumi_gcp-7.19.0a1713292926.dist-info}/METADATA +1 -1
  35. {pulumi_gcp-7.19.0.dist-info → pulumi_gcp-7.19.0a1713292926.dist-info}/RECORD +37 -41
  36. pulumi_gcp/parallelstore/__init__.py +0 -8
  37. pulumi_gcp/parallelstore/instance.py +0 -1128
  38. pulumi_gcp/tags/get_tag_keys.py +0 -101
  39. pulumi_gcp/tags/get_tag_values.py +0 -101
  40. {pulumi_gcp-7.19.0.dist-info → pulumi_gcp-7.19.0a1713292926.dist-info}/WHEEL +0 -0
  41. {pulumi_gcp-7.19.0.dist-info → pulumi_gcp-7.19.0a1713292926.dist-info}/top_level.txt +0 -0
pulumi_gcp/sql/_inputs.py CHANGED
@@ -553,7 +553,6 @@ class DatabaseInstanceSettingsArgs:
553
553
  disk_size: Optional[pulumi.Input[int]] = None,
554
554
  disk_type: Optional[pulumi.Input[str]] = None,
555
555
  edition: Optional[pulumi.Input[str]] = None,
556
- enable_google_ml_integration: Optional[pulumi.Input[bool]] = None,
557
556
  insights_config: Optional[pulumi.Input['DatabaseInstanceSettingsInsightsConfigArgs']] = None,
558
557
  ip_configuration: Optional[pulumi.Input['DatabaseInstanceSettingsIpConfigurationArgs']] = None,
559
558
  location_preference: Optional[pulumi.Input['DatabaseInstanceSettingsLocationPreferenceArgs']] = None,
@@ -585,7 +584,6 @@ class DatabaseInstanceSettingsArgs:
585
584
  :param pulumi.Input[int] disk_size: The size of data disk, in GB. Size of a running instance cannot be reduced but can be increased. The minimum value is 10GB.
586
585
  :param pulumi.Input[str] disk_type: The type of data disk: PD_SSD or PD_HDD. Defaults to `PD_SSD`.
587
586
  :param pulumi.Input[str] edition: The edition of the instance, can be `ENTERPRISE` or `ENTERPRISE_PLUS`.
588
- :param pulumi.Input[bool] enable_google_ml_integration: Enables [Cloud SQL instances to connect to Vertex AI](https://cloud.google.com/sql/docs/postgres/integrate-cloud-sql-with-vertex-ai) and pass requests for real-time predictions and insights. Defaults to `false`.
589
587
  :param pulumi.Input['DatabaseInstanceSettingsInsightsConfigArgs'] insights_config: Configuration of Query Insights.
590
588
  :param pulumi.Input['DatabaseInstanceSettingsMaintenanceWindowArgs'] maintenance_window: Declares a one-hour maintenance window when an Instance can automatically restart to apply updates. The maintenance window is specified in UTC time.
591
589
  :param pulumi.Input[str] pricing_plan: Pricing plan for this instance, can only be `PER_USE`.
@@ -627,8 +625,6 @@ class DatabaseInstanceSettingsArgs:
627
625
  pulumi.set(__self__, "disk_type", disk_type)
628
626
  if edition is not None:
629
627
  pulumi.set(__self__, "edition", edition)
630
- if enable_google_ml_integration is not None:
631
- pulumi.set(__self__, "enable_google_ml_integration", enable_google_ml_integration)
632
628
  if insights_config is not None:
633
629
  pulumi.set(__self__, "insights_config", insights_config)
634
630
  if ip_configuration is not None:
@@ -847,18 +843,6 @@ class DatabaseInstanceSettingsArgs:
847
843
  def edition(self, value: Optional[pulumi.Input[str]]):
848
844
  pulumi.set(self, "edition", value)
849
845
 
850
- @property
851
- @pulumi.getter(name="enableGoogleMlIntegration")
852
- def enable_google_ml_integration(self) -> Optional[pulumi.Input[bool]]:
853
- """
854
- Enables [Cloud SQL instances to connect to Vertex AI](https://cloud.google.com/sql/docs/postgres/integrate-cloud-sql-with-vertex-ai) and pass requests for real-time predictions and insights. Defaults to `false`.
855
- """
856
- return pulumi.get(self, "enable_google_ml_integration")
857
-
858
- @enable_google_ml_integration.setter
859
- def enable_google_ml_integration(self, value: Optional[pulumi.Input[bool]]):
860
- pulumi.set(self, "enable_google_ml_integration", value)
861
-
862
846
  @property
863
847
  @pulumi.getter(name="insightsConfig")
864
848
  def insights_config(self) -> Optional[pulumi.Input['DatabaseInstanceSettingsInsightsConfigArgs']]:
pulumi_gcp/sql/outputs.py CHANGED
@@ -624,8 +624,6 @@ class DatabaseInstanceSettings(dict):
624
624
  suggest = "disk_size"
625
625
  elif key == "diskType":
626
626
  suggest = "disk_type"
627
- elif key == "enableGoogleMlIntegration":
628
- suggest = "enable_google_ml_integration"
629
627
  elif key == "insightsConfig":
630
628
  suggest = "insights_config"
631
629
  elif key == "ipConfiguration":
@@ -674,7 +672,6 @@ class DatabaseInstanceSettings(dict):
674
672
  disk_size: Optional[int] = None,
675
673
  disk_type: Optional[str] = None,
676
674
  edition: Optional[str] = None,
677
- enable_google_ml_integration: Optional[bool] = None,
678
675
  insights_config: Optional['outputs.DatabaseInstanceSettingsInsightsConfig'] = None,
679
676
  ip_configuration: Optional['outputs.DatabaseInstanceSettingsIpConfiguration'] = None,
680
677
  location_preference: Optional['outputs.DatabaseInstanceSettingsLocationPreference'] = None,
@@ -706,7 +703,6 @@ class DatabaseInstanceSettings(dict):
706
703
  :param int disk_size: The size of data disk, in GB. Size of a running instance cannot be reduced but can be increased. The minimum value is 10GB.
707
704
  :param str disk_type: The type of data disk: PD_SSD or PD_HDD. Defaults to `PD_SSD`.
708
705
  :param str edition: The edition of the instance, can be `ENTERPRISE` or `ENTERPRISE_PLUS`.
709
- :param bool enable_google_ml_integration: Enables [Cloud SQL instances to connect to Vertex AI](https://cloud.google.com/sql/docs/postgres/integrate-cloud-sql-with-vertex-ai) and pass requests for real-time predictions and insights. Defaults to `false`.
710
706
  :param 'DatabaseInstanceSettingsInsightsConfigArgs' insights_config: Configuration of Query Insights.
711
707
  :param 'DatabaseInstanceSettingsMaintenanceWindowArgs' maintenance_window: Declares a one-hour maintenance window when an Instance can automatically restart to apply updates. The maintenance window is specified in UTC time.
712
708
  :param str pricing_plan: Pricing plan for this instance, can only be `PER_USE`.
@@ -748,8 +744,6 @@ class DatabaseInstanceSettings(dict):
748
744
  pulumi.set(__self__, "disk_type", disk_type)
749
745
  if edition is not None:
750
746
  pulumi.set(__self__, "edition", edition)
751
- if enable_google_ml_integration is not None:
752
- pulumi.set(__self__, "enable_google_ml_integration", enable_google_ml_integration)
753
747
  if insights_config is not None:
754
748
  pulumi.set(__self__, "insights_config", insights_config)
755
749
  if ip_configuration is not None:
@@ -900,14 +894,6 @@ class DatabaseInstanceSettings(dict):
900
894
  """
901
895
  return pulumi.get(self, "edition")
902
896
 
903
- @property
904
- @pulumi.getter(name="enableGoogleMlIntegration")
905
- def enable_google_ml_integration(self) -> Optional[bool]:
906
- """
907
- Enables [Cloud SQL instances to connect to Vertex AI](https://cloud.google.com/sql/docs/postgres/integrate-cloud-sql-with-vertex-ai) and pass requests for real-time predictions and insights. Defaults to `false`.
908
- """
909
- return pulumi.get(self, "enable_google_ml_integration")
910
-
911
897
  @property
912
898
  @pulumi.getter(name="insightsConfig")
913
899
  def insights_config(self) -> Optional['outputs.DatabaseInstanceSettingsInsightsConfig']:
@@ -2580,7 +2566,6 @@ class GetDatabaseInstanceSettingResult(dict):
2580
2566
  disk_size: int,
2581
2567
  disk_type: str,
2582
2568
  edition: str,
2583
- enable_google_ml_integration: bool,
2584
2569
  insights_configs: Sequence['outputs.GetDatabaseInstanceSettingInsightsConfigResult'],
2585
2570
  ip_configurations: Sequence['outputs.GetDatabaseInstanceSettingIpConfigurationResult'],
2586
2571
  location_preferences: Sequence['outputs.GetDatabaseInstanceSettingLocationPreferenceResult'],
@@ -2609,7 +2594,6 @@ class GetDatabaseInstanceSettingResult(dict):
2609
2594
  :param int disk_size: The size of data disk, in GB. Size of a running instance cannot be reduced but can be increased. The minimum value is 10GB.
2610
2595
  :param str disk_type: The type of data disk: PD_SSD or PD_HDD. Defaults to PD_SSD.
2611
2596
  :param str edition: The edition of the instance, can be ENTERPRISE or ENTERPRISE_PLUS.
2612
- :param bool enable_google_ml_integration: Enables Vertex AI Integration.
2613
2597
  :param Sequence['GetDatabaseInstanceSettingInsightsConfigArgs'] insights_configs: Configuration of Query Insights.
2614
2598
  :param Sequence['GetDatabaseInstanceSettingMaintenanceWindowArgs'] maintenance_windows: Declares a one-hour maintenance window when an Instance can automatically restart to apply updates. The maintenance window is specified in UTC time.
2615
2599
  :param str pricing_plan: Pricing plan for this instance, can only be PER_USE.
@@ -2634,7 +2618,6 @@ class GetDatabaseInstanceSettingResult(dict):
2634
2618
  pulumi.set(__self__, "disk_size", disk_size)
2635
2619
  pulumi.set(__self__, "disk_type", disk_type)
2636
2620
  pulumi.set(__self__, "edition", edition)
2637
- pulumi.set(__self__, "enable_google_ml_integration", enable_google_ml_integration)
2638
2621
  pulumi.set(__self__, "insights_configs", insights_configs)
2639
2622
  pulumi.set(__self__, "ip_configurations", ip_configurations)
2640
2623
  pulumi.set(__self__, "location_preferences", location_preferences)
@@ -2765,14 +2748,6 @@ class GetDatabaseInstanceSettingResult(dict):
2765
2748
  """
2766
2749
  return pulumi.get(self, "edition")
2767
2750
 
2768
- @property
2769
- @pulumi.getter(name="enableGoogleMlIntegration")
2770
- def enable_google_ml_integration(self) -> bool:
2771
- """
2772
- Enables Vertex AI Integration.
2773
- """
2774
- return pulumi.get(self, "enable_google_ml_integration")
2775
-
2776
2751
  @property
2777
2752
  @pulumi.getter(name="insightsConfigs")
2778
2753
  def insights_configs(self) -> Sequence['outputs.GetDatabaseInstanceSettingInsightsConfigResult']:
@@ -4072,7 +4047,6 @@ class GetDatabaseInstancesInstanceSettingResult(dict):
4072
4047
  disk_size: int,
4073
4048
  disk_type: str,
4074
4049
  edition: str,
4075
- enable_google_ml_integration: bool,
4076
4050
  insights_configs: Sequence['outputs.GetDatabaseInstancesInstanceSettingInsightsConfigResult'],
4077
4051
  ip_configurations: Sequence['outputs.GetDatabaseInstancesInstanceSettingIpConfigurationResult'],
4078
4052
  location_preferences: Sequence['outputs.GetDatabaseInstancesInstanceSettingLocationPreferenceResult'],
@@ -4101,7 +4075,6 @@ class GetDatabaseInstancesInstanceSettingResult(dict):
4101
4075
  :param int disk_size: The size of data disk, in GB. Size of a running instance cannot be reduced but can be increased. The minimum value is 10GB.
4102
4076
  :param str disk_type: The type of data disk: PD_SSD or PD_HDD. Defaults to PD_SSD.
4103
4077
  :param str edition: The edition of the instance, can be ENTERPRISE or ENTERPRISE_PLUS.
4104
- :param bool enable_google_ml_integration: Enables Vertex AI Integration.
4105
4078
  :param Sequence['GetDatabaseInstancesInstanceSettingInsightsConfigArgs'] insights_configs: Configuration of Query Insights.
4106
4079
  :param Sequence['GetDatabaseInstancesInstanceSettingMaintenanceWindowArgs'] maintenance_windows: Declares a one-hour maintenance window when an Instance can automatically restart to apply updates. The maintenance window is specified in UTC time.
4107
4080
  :param str pricing_plan: Pricing plan for this instance, can only be PER_USE.
@@ -4126,7 +4099,6 @@ class GetDatabaseInstancesInstanceSettingResult(dict):
4126
4099
  pulumi.set(__self__, "disk_size", disk_size)
4127
4100
  pulumi.set(__self__, "disk_type", disk_type)
4128
4101
  pulumi.set(__self__, "edition", edition)
4129
- pulumi.set(__self__, "enable_google_ml_integration", enable_google_ml_integration)
4130
4102
  pulumi.set(__self__, "insights_configs", insights_configs)
4131
4103
  pulumi.set(__self__, "ip_configurations", ip_configurations)
4132
4104
  pulumi.set(__self__, "location_preferences", location_preferences)
@@ -4257,14 +4229,6 @@ class GetDatabaseInstancesInstanceSettingResult(dict):
4257
4229
  """
4258
4230
  return pulumi.get(self, "edition")
4259
4231
 
4260
- @property
4261
- @pulumi.getter(name="enableGoogleMlIntegration")
4262
- def enable_google_ml_integration(self) -> bool:
4263
- """
4264
- Enables Vertex AI Integration.
4265
- """
4266
- return pulumi.get(self, "enable_google_ml_integration")
4267
-
4268
4232
  @property
4269
4233
  @pulumi.getter(name="insightsConfigs")
4270
4234
  def insights_configs(self) -> Sequence['outputs.GetDatabaseInstancesInstanceSettingInsightsConfigResult']:
@@ -7,10 +7,8 @@ import typing
7
7
  # Export this package's modules as members:
8
8
  from .get_tag_key import *
9
9
  from .get_tag_key_iam_policy import *
10
- from .get_tag_keys import *
11
10
  from .get_tag_value import *
12
11
  from .get_tag_value_iam_policy import *
13
- from .get_tag_values import *
14
12
  from .location_tag_binding import *
15
13
  from .tag_binding import *
16
14
  from .tag_key import *
@@ -14,8 +14,6 @@ __all__ = [
14
14
  'TagKeyIamMemberCondition',
15
15
  'TagValueIamBindingCondition',
16
16
  'TagValueIamMemberCondition',
17
- 'GetTagKeysKeyResult',
18
- 'GetTagValuesValueResult',
19
17
  ]
20
18
 
21
19
  @pulumi.output_type
@@ -126,201 +124,3 @@ class TagValueIamMemberCondition(dict):
126
124
  return pulumi.get(self, "description")
127
125
 
128
126
 
129
- @pulumi.output_type
130
- class GetTagKeysKeyResult(dict):
131
- def __init__(__self__, *,
132
- create_time: str,
133
- description: str,
134
- name: str,
135
- namespaced_name: str,
136
- parent: str,
137
- purpose: str,
138
- purpose_data: Mapping[str, str],
139
- short_name: str,
140
- update_time: str):
141
- """
142
- :param str create_time: Creation time.
143
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
144
- :param str description: User-assigned description of the TagKey.
145
- :param str name: an identifier for the resource with format `tagKeys/{{name}}`
146
- :param str namespaced_name: Namespaced name of the TagKey which is in the format `{parentNamespace}/{shortName}`.
147
- :param str parent: The resource name of the parent organization or project. It can be in format `organizations/{org_id}` or `projects/{project_id_or_number}`.
148
- :param str purpose: A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag. A purpose does not grant a policy engine exclusive rights to the Tag, and it may be referenced by other policy engines.
149
- :param Mapping[str, str] purpose_data: Purpose data corresponds to the policy system that the tag is intended for. See documentation for Purpose for formatting of this field.
150
- :param str short_name: The user friendly name for a TagKey. The short name should be unique for TagKeys wihting the same tag namespace.
151
- :param str update_time: Update time.
152
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
153
- """
154
- pulumi.set(__self__, "create_time", create_time)
155
- pulumi.set(__self__, "description", description)
156
- pulumi.set(__self__, "name", name)
157
- pulumi.set(__self__, "namespaced_name", namespaced_name)
158
- pulumi.set(__self__, "parent", parent)
159
- pulumi.set(__self__, "purpose", purpose)
160
- pulumi.set(__self__, "purpose_data", purpose_data)
161
- pulumi.set(__self__, "short_name", short_name)
162
- pulumi.set(__self__, "update_time", update_time)
163
-
164
- @property
165
- @pulumi.getter(name="createTime")
166
- def create_time(self) -> str:
167
- """
168
- Creation time.
169
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
170
- """
171
- return pulumi.get(self, "create_time")
172
-
173
- @property
174
- @pulumi.getter
175
- def description(self) -> str:
176
- """
177
- User-assigned description of the TagKey.
178
- """
179
- return pulumi.get(self, "description")
180
-
181
- @property
182
- @pulumi.getter
183
- def name(self) -> str:
184
- """
185
- an identifier for the resource with format `tagKeys/{{name}}`
186
- """
187
- return pulumi.get(self, "name")
188
-
189
- @property
190
- @pulumi.getter(name="namespacedName")
191
- def namespaced_name(self) -> str:
192
- """
193
- Namespaced name of the TagKey which is in the format `{parentNamespace}/{shortName}`.
194
- """
195
- return pulumi.get(self, "namespaced_name")
196
-
197
- @property
198
- @pulumi.getter
199
- def parent(self) -> str:
200
- """
201
- The resource name of the parent organization or project. It can be in format `organizations/{org_id}` or `projects/{project_id_or_number}`.
202
- """
203
- return pulumi.get(self, "parent")
204
-
205
- @property
206
- @pulumi.getter
207
- def purpose(self) -> str:
208
- """
209
- A purpose denotes that this Tag is intended for use in policies of a specific policy engine, and will involve that policy engine in management operations involving this Tag. A purpose does not grant a policy engine exclusive rights to the Tag, and it may be referenced by other policy engines.
210
- """
211
- return pulumi.get(self, "purpose")
212
-
213
- @property
214
- @pulumi.getter(name="purposeData")
215
- def purpose_data(self) -> Mapping[str, str]:
216
- """
217
- Purpose data corresponds to the policy system that the tag is intended for. See documentation for Purpose for formatting of this field.
218
- """
219
- return pulumi.get(self, "purpose_data")
220
-
221
- @property
222
- @pulumi.getter(name="shortName")
223
- def short_name(self) -> str:
224
- """
225
- The user friendly name for a TagKey. The short name should be unique for TagKeys wihting the same tag namespace.
226
- """
227
- return pulumi.get(self, "short_name")
228
-
229
- @property
230
- @pulumi.getter(name="updateTime")
231
- def update_time(self) -> str:
232
- """
233
- Update time.
234
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
235
- """
236
- return pulumi.get(self, "update_time")
237
-
238
-
239
- @pulumi.output_type
240
- class GetTagValuesValueResult(dict):
241
- def __init__(__self__, *,
242
- create_time: str,
243
- description: str,
244
- name: str,
245
- namespaced_name: str,
246
- parent: str,
247
- short_name: str,
248
- update_time: str):
249
- """
250
- :param str create_time: Creation time.
251
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
252
- :param str description: User-assigned description of the TagValue.
253
- :param str name: an identifier for the resource with format `tagValues/{{name}}`
254
- :param str namespaced_name: Namespaced name of the TagValue.
255
- :param str parent: The resource name of the parent tagKey in format `tagKey/{name}`.
256
- :param str short_name: User-assigned short name for TagValue. The short name should be unique for TagValues within the same parent TagKey.
257
- :param str update_time: Update time.
258
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
259
- """
260
- pulumi.set(__self__, "create_time", create_time)
261
- pulumi.set(__self__, "description", description)
262
- pulumi.set(__self__, "name", name)
263
- pulumi.set(__self__, "namespaced_name", namespaced_name)
264
- pulumi.set(__self__, "parent", parent)
265
- pulumi.set(__self__, "short_name", short_name)
266
- pulumi.set(__self__, "update_time", update_time)
267
-
268
- @property
269
- @pulumi.getter(name="createTime")
270
- def create_time(self) -> str:
271
- """
272
- Creation time.
273
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
274
- """
275
- return pulumi.get(self, "create_time")
276
-
277
- @property
278
- @pulumi.getter
279
- def description(self) -> str:
280
- """
281
- User-assigned description of the TagValue.
282
- """
283
- return pulumi.get(self, "description")
284
-
285
- @property
286
- @pulumi.getter
287
- def name(self) -> str:
288
- """
289
- an identifier for the resource with format `tagValues/{{name}}`
290
- """
291
- return pulumi.get(self, "name")
292
-
293
- @property
294
- @pulumi.getter(name="namespacedName")
295
- def namespaced_name(self) -> str:
296
- """
297
- Namespaced name of the TagValue.
298
- """
299
- return pulumi.get(self, "namespaced_name")
300
-
301
- @property
302
- @pulumi.getter
303
- def parent(self) -> str:
304
- """
305
- The resource name of the parent tagKey in format `tagKey/{name}`.
306
- """
307
- return pulumi.get(self, "parent")
308
-
309
- @property
310
- @pulumi.getter(name="shortName")
311
- def short_name(self) -> str:
312
- """
313
- User-assigned short name for TagValue. The short name should be unique for TagValues within the same parent TagKey.
314
- """
315
- return pulumi.get(self, "short_name")
316
-
317
- @property
318
- @pulumi.getter(name="updateTime")
319
- def update_time(self) -> str:
320
- """
321
- Update time.
322
- A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".
323
- """
324
- return pulumi.get(self, "update_time")
325
-
326
-
@@ -22,7 +22,7 @@ class GetPrivateCloudResult:
22
22
  """
23
23
  A collection of values returned by getPrivateCloud.
24
24
  """
25
- def __init__(__self__, description=None, hcxes=None, id=None, location=None, management_clusters=None, name=None, network_configs=None, nsxes=None, preferred_zone=None, project=None, secondary_zone=None, state=None, type=None, uid=None, vcenters=None):
25
+ def __init__(__self__, description=None, hcxes=None, id=None, location=None, management_clusters=None, name=None, network_configs=None, nsxes=None, project=None, state=None, type=None, uid=None, vcenters=None):
26
26
  if description and not isinstance(description, str):
27
27
  raise TypeError("Expected argument 'description' to be a str")
28
28
  pulumi.set(__self__, "description", description)
@@ -47,15 +47,9 @@ class GetPrivateCloudResult:
47
47
  if nsxes and not isinstance(nsxes, list):
48
48
  raise TypeError("Expected argument 'nsxes' to be a list")
49
49
  pulumi.set(__self__, "nsxes", nsxes)
50
- if preferred_zone and not isinstance(preferred_zone, str):
51
- raise TypeError("Expected argument 'preferred_zone' to be a str")
52
- pulumi.set(__self__, "preferred_zone", preferred_zone)
53
50
  if project and not isinstance(project, str):
54
51
  raise TypeError("Expected argument 'project' to be a str")
55
52
  pulumi.set(__self__, "project", project)
56
- if secondary_zone and not isinstance(secondary_zone, str):
57
- raise TypeError("Expected argument 'secondary_zone' to be a str")
58
- pulumi.set(__self__, "secondary_zone", secondary_zone)
59
53
  if state and not isinstance(state, str):
60
54
  raise TypeError("Expected argument 'state' to be a str")
61
55
  pulumi.set(__self__, "state", state)
@@ -112,21 +106,11 @@ class GetPrivateCloudResult:
112
106
  def nsxes(self) -> Sequence['outputs.GetPrivateCloudNsxResult']:
113
107
  return pulumi.get(self, "nsxes")
114
108
 
115
- @property
116
- @pulumi.getter(name="preferredZone")
117
- def preferred_zone(self) -> str:
118
- return pulumi.get(self, "preferred_zone")
119
-
120
109
  @property
121
110
  @pulumi.getter
122
111
  def project(self) -> Optional[str]:
123
112
  return pulumi.get(self, "project")
124
113
 
125
- @property
126
- @pulumi.getter(name="secondaryZone")
127
- def secondary_zone(self) -> str:
128
- return pulumi.get(self, "secondary_zone")
129
-
130
114
  @property
131
115
  @pulumi.getter
132
116
  def state(self) -> str:
@@ -162,9 +146,7 @@ class AwaitableGetPrivateCloudResult(GetPrivateCloudResult):
162
146
  name=self.name,
163
147
  network_configs=self.network_configs,
164
148
  nsxes=self.nsxes,
165
- preferred_zone=self.preferred_zone,
166
149
  project=self.project,
167
- secondary_zone=self.secondary_zone,
168
150
  state=self.state,
169
151
  type=self.type,
170
152
  uid=self.uid,
@@ -217,9 +199,7 @@ def get_private_cloud(location: Optional[str] = None,
217
199
  name=pulumi.get(__ret__, 'name'),
218
200
  network_configs=pulumi.get(__ret__, 'network_configs'),
219
201
  nsxes=pulumi.get(__ret__, 'nsxes'),
220
- preferred_zone=pulumi.get(__ret__, 'preferred_zone'),
221
202
  project=pulumi.get(__ret__, 'project'),
222
- secondary_zone=pulumi.get(__ret__, 'secondary_zone'),
223
203
  state=pulumi.get(__ret__, 'state'),
224
204
  type=pulumi.get(__ret__, 'type'),
225
205
  uid=pulumi.get(__ret__, 'uid'),