pulumi-vsphere 4.14.0a1739946909__py3-none-any.whl → 4.17.0a1763710194__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-vsphere might be problematic. Click here for more details.

Files changed (89) hide show
  1. pulumi_vsphere/__init__.py +12 -1
  2. pulumi_vsphere/_inputs.py +1172 -1172
  3. pulumi_vsphere/_utilities.py +1 -1
  4. pulumi_vsphere/compute_cluster.py +1226 -1484
  5. pulumi_vsphere/compute_cluster_host_group.py +124 -53
  6. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +88 -87
  7. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +92 -87
  8. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +109 -104
  9. pulumi_vsphere/compute_cluster_vm_group.py +58 -53
  10. pulumi_vsphere/compute_cluster_vm_host_rule.py +126 -121
  11. pulumi_vsphere/config/__init__.py +2 -1
  12. pulumi_vsphere/config/__init__.pyi +2 -2
  13. pulumi_vsphere/config/vars.py +15 -15
  14. pulumi_vsphere/configuration_profile.py +286 -0
  15. pulumi_vsphere/content_library.py +64 -59
  16. pulumi_vsphere/content_library_item.py +109 -104
  17. pulumi_vsphere/custom_attribute.py +41 -36
  18. pulumi_vsphere/datacenter.py +80 -79
  19. pulumi_vsphere/datastore_cluster.py +531 -477
  20. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +92 -87
  21. pulumi_vsphere/distributed_port_group.py +802 -818
  22. pulumi_vsphere/distributed_virtual_switch.py +1590 -1620
  23. pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +71 -70
  24. pulumi_vsphere/dpm_host_override.py +159 -70
  25. pulumi_vsphere/drs_vm_override.py +75 -70
  26. pulumi_vsphere/entity_permissions.py +40 -39
  27. pulumi_vsphere/file.py +148 -162
  28. pulumi_vsphere/folder.py +104 -99
  29. pulumi_vsphere/get_compute_cluster.py +18 -18
  30. pulumi_vsphere/get_compute_cluster_host_group.py +18 -22
  31. pulumi_vsphere/get_configuration_profile.py +145 -0
  32. pulumi_vsphere/get_content_library.py +10 -10
  33. pulumi_vsphere/get_content_library_item.py +22 -22
  34. pulumi_vsphere/get_custom_attribute.py +12 -12
  35. pulumi_vsphere/get_datacenter.py +12 -12
  36. pulumi_vsphere/get_datastore.py +22 -22
  37. pulumi_vsphere/get_datastore_cluster.py +19 -19
  38. pulumi_vsphere/get_datastore_stats.py +22 -26
  39. pulumi_vsphere/get_distributed_virtual_switch.py +18 -18
  40. pulumi_vsphere/get_dynamic.py +22 -26
  41. pulumi_vsphere/get_folder.py +140 -18
  42. pulumi_vsphere/get_guest_os_customization.py +74 -21
  43. pulumi_vsphere/get_host.py +18 -18
  44. pulumi_vsphere/get_host_base_images.py +6 -6
  45. pulumi_vsphere/get_host_pci_device.py +30 -30
  46. pulumi_vsphere/get_host_thumbprint.py +22 -22
  47. pulumi_vsphere/get_host_vgpu_profile.py +17 -17
  48. pulumi_vsphere/get_license.py +26 -24
  49. pulumi_vsphere/get_network.py +80 -29
  50. pulumi_vsphere/get_ovf_vm_template.py +126 -126
  51. pulumi_vsphere/get_policy.py +10 -10
  52. pulumi_vsphere/get_resource_pool.py +77 -26
  53. pulumi_vsphere/get_role.py +26 -26
  54. pulumi_vsphere/get_tag.py +18 -18
  55. pulumi_vsphere/get_tag_category.py +16 -16
  56. pulumi_vsphere/get_vapp_container.py +16 -16
  57. pulumi_vsphere/get_virtual_machine.py +273 -273
  58. pulumi_vsphere/get_vmfs_disks.py +24 -24
  59. pulumi_vsphere/guest_os_customization.py +75 -74
  60. pulumi_vsphere/ha_vm_override.py +295 -374
  61. pulumi_vsphere/host.py +304 -249
  62. pulumi_vsphere/host_port_group.py +321 -341
  63. pulumi_vsphere/host_virtual_switch.py +373 -389
  64. pulumi_vsphere/license.py +125 -84
  65. pulumi_vsphere/nas_datastore.py +324 -261
  66. pulumi_vsphere/offline_software_depot.py +26 -21
  67. pulumi_vsphere/outputs.py +1003 -970
  68. pulumi_vsphere/provider.py +165 -146
  69. pulumi_vsphere/pulumi-plugin.json +1 -1
  70. pulumi_vsphere/resource_pool.py +691 -364
  71. pulumi_vsphere/role.py +46 -45
  72. pulumi_vsphere/storage_drs_vm_override.py +92 -87
  73. pulumi_vsphere/supervisor.py +210 -209
  74. pulumi_vsphere/tag.py +58 -53
  75. pulumi_vsphere/tag_category.py +75 -70
  76. pulumi_vsphere/vapp_container.py +262 -257
  77. pulumi_vsphere/vapp_entity.py +177 -172
  78. pulumi_vsphere/virtual_disk.py +130 -125
  79. pulumi_vsphere/virtual_machine.py +1339 -1443
  80. pulumi_vsphere/virtual_machine_class.py +109 -108
  81. pulumi_vsphere/virtual_machine_snapshot.py +122 -121
  82. pulumi_vsphere/vm_storage_policy.py +40 -39
  83. pulumi_vsphere/vmfs_datastore.py +189 -184
  84. pulumi_vsphere/vnic.py +145 -144
  85. {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/METADATA +4 -4
  86. pulumi_vsphere-4.17.0a1763710194.dist-info/RECORD +89 -0
  87. {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/WHEEL +1 -1
  88. pulumi_vsphere-4.14.0a1739946909.dist-info/RECORD +0 -87
  89. {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
2
+ # *** WARNING: this file was generated by pulumi-language-python. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
- import copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -21,16 +21,16 @@ __all__ = ['ContentLibraryArgs', 'ContentLibrary']
21
21
  @pulumi.input_type
22
22
  class ContentLibraryArgs:
23
23
  def __init__(__self__, *,
24
- storage_backings: pulumi.Input[Sequence[pulumi.Input[str]]],
25
- description: Optional[pulumi.Input[str]] = None,
26
- name: Optional[pulumi.Input[str]] = None,
24
+ storage_backings: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]],
25
+ description: Optional[pulumi.Input[_builtins.str]] = None,
26
+ name: Optional[pulumi.Input[_builtins.str]] = None,
27
27
  publication: Optional[pulumi.Input['ContentLibraryPublicationArgs']] = None,
28
28
  subscription: Optional[pulumi.Input['ContentLibrarySubscriptionArgs']] = None):
29
29
  """
30
30
  The set of arguments for constructing a ContentLibrary resource.
31
- :param pulumi.Input[Sequence[pulumi.Input[str]]] storage_backings: The managed object reference ID of the datastore on which to store the content library items.
32
- :param pulumi.Input[str] description: A description for the content library.
33
- :param pulumi.Input[str] name: The name of the content library.
31
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_backings: The managed object reference ID of the datastore on which to store the content library items.
32
+ :param pulumi.Input[_builtins.str] description: A description for the content library.
33
+ :param pulumi.Input[_builtins.str] name: The name of the content library.
34
34
  :param pulumi.Input['ContentLibraryPublicationArgs'] publication: Options to publish a local content library.
35
35
  :param pulumi.Input['ContentLibrarySubscriptionArgs'] subscription: Options subscribe to a published content library.
36
36
  """
@@ -44,43 +44,43 @@ class ContentLibraryArgs:
44
44
  if subscription is not None:
45
45
  pulumi.set(__self__, "subscription", subscription)
46
46
 
47
- @property
47
+ @_builtins.property
48
48
  @pulumi.getter(name="storageBackings")
49
- def storage_backings(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
49
+ def storage_backings(self) -> pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]:
50
50
  """
51
51
  The managed object reference ID of the datastore on which to store the content library items.
52
52
  """
53
53
  return pulumi.get(self, "storage_backings")
54
54
 
55
55
  @storage_backings.setter
56
- def storage_backings(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
56
+ def storage_backings(self, value: pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]):
57
57
  pulumi.set(self, "storage_backings", value)
58
58
 
59
- @property
59
+ @_builtins.property
60
60
  @pulumi.getter
61
- def description(self) -> Optional[pulumi.Input[str]]:
61
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
62
62
  """
63
63
  A description for the content library.
64
64
  """
65
65
  return pulumi.get(self, "description")
66
66
 
67
67
  @description.setter
68
- def description(self, value: Optional[pulumi.Input[str]]):
68
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
69
69
  pulumi.set(self, "description", value)
70
70
 
71
- @property
71
+ @_builtins.property
72
72
  @pulumi.getter
73
- def name(self) -> Optional[pulumi.Input[str]]:
73
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
74
74
  """
75
75
  The name of the content library.
76
76
  """
77
77
  return pulumi.get(self, "name")
78
78
 
79
79
  @name.setter
80
- def name(self, value: Optional[pulumi.Input[str]]):
80
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
81
81
  pulumi.set(self, "name", value)
82
82
 
83
- @property
83
+ @_builtins.property
84
84
  @pulumi.getter
85
85
  def publication(self) -> Optional[pulumi.Input['ContentLibraryPublicationArgs']]:
86
86
  """
@@ -92,7 +92,7 @@ class ContentLibraryArgs:
92
92
  def publication(self, value: Optional[pulumi.Input['ContentLibraryPublicationArgs']]):
93
93
  pulumi.set(self, "publication", value)
94
94
 
95
- @property
95
+ @_builtins.property
96
96
  @pulumi.getter
97
97
  def subscription(self) -> Optional[pulumi.Input['ContentLibrarySubscriptionArgs']]:
98
98
  """
@@ -108,17 +108,17 @@ class ContentLibraryArgs:
108
108
  @pulumi.input_type
109
109
  class _ContentLibraryState:
110
110
  def __init__(__self__, *,
111
- description: Optional[pulumi.Input[str]] = None,
112
- name: Optional[pulumi.Input[str]] = None,
111
+ description: Optional[pulumi.Input[_builtins.str]] = None,
112
+ name: Optional[pulumi.Input[_builtins.str]] = None,
113
113
  publication: Optional[pulumi.Input['ContentLibraryPublicationArgs']] = None,
114
- storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
114
+ storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
115
115
  subscription: Optional[pulumi.Input['ContentLibrarySubscriptionArgs']] = None):
116
116
  """
117
117
  Input properties used for looking up and filtering ContentLibrary resources.
118
- :param pulumi.Input[str] description: A description for the content library.
119
- :param pulumi.Input[str] name: The name of the content library.
118
+ :param pulumi.Input[_builtins.str] description: A description for the content library.
119
+ :param pulumi.Input[_builtins.str] name: The name of the content library.
120
120
  :param pulumi.Input['ContentLibraryPublicationArgs'] publication: Options to publish a local content library.
121
- :param pulumi.Input[Sequence[pulumi.Input[str]]] storage_backings: The managed object reference ID of the datastore on which to store the content library items.
121
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_backings: The managed object reference ID of the datastore on which to store the content library items.
122
122
  :param pulumi.Input['ContentLibrarySubscriptionArgs'] subscription: Options subscribe to a published content library.
123
123
  """
124
124
  if description is not None:
@@ -132,31 +132,31 @@ class _ContentLibraryState:
132
132
  if subscription is not None:
133
133
  pulumi.set(__self__, "subscription", subscription)
134
134
 
135
- @property
135
+ @_builtins.property
136
136
  @pulumi.getter
137
- def description(self) -> Optional[pulumi.Input[str]]:
137
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
138
138
  """
139
139
  A description for the content library.
140
140
  """
141
141
  return pulumi.get(self, "description")
142
142
 
143
143
  @description.setter
144
- def description(self, value: Optional[pulumi.Input[str]]):
144
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
145
145
  pulumi.set(self, "description", value)
146
146
 
147
- @property
147
+ @_builtins.property
148
148
  @pulumi.getter
149
- def name(self) -> Optional[pulumi.Input[str]]:
149
+ def name(self) -> Optional[pulumi.Input[_builtins.str]]:
150
150
  """
151
151
  The name of the content library.
152
152
  """
153
153
  return pulumi.get(self, "name")
154
154
 
155
155
  @name.setter
156
- def name(self, value: Optional[pulumi.Input[str]]):
156
+ def name(self, value: Optional[pulumi.Input[_builtins.str]]):
157
157
  pulumi.set(self, "name", value)
158
158
 
159
- @property
159
+ @_builtins.property
160
160
  @pulumi.getter
161
161
  def publication(self) -> Optional[pulumi.Input['ContentLibraryPublicationArgs']]:
162
162
  """
@@ -168,19 +168,19 @@ class _ContentLibraryState:
168
168
  def publication(self, value: Optional[pulumi.Input['ContentLibraryPublicationArgs']]):
169
169
  pulumi.set(self, "publication", value)
170
170
 
171
- @property
171
+ @_builtins.property
172
172
  @pulumi.getter(name="storageBackings")
173
- def storage_backings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
173
+ def storage_backings(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]:
174
174
  """
175
175
  The managed object reference ID of the datastore on which to store the content library items.
176
176
  """
177
177
  return pulumi.get(self, "storage_backings")
178
178
 
179
179
  @storage_backings.setter
180
- def storage_backings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
180
+ def storage_backings(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]]):
181
181
  pulumi.set(self, "storage_backings", value)
182
182
 
183
- @property
183
+ @_builtins.property
184
184
  @pulumi.getter
185
185
  def subscription(self) -> Optional[pulumi.Input['ContentLibrarySubscriptionArgs']]:
186
186
  """
@@ -193,15 +193,16 @@ class _ContentLibraryState:
193
193
  pulumi.set(self, "subscription", value)
194
194
 
195
195
 
196
+ @pulumi.type_token("vsphere:index/contentLibrary:ContentLibrary")
196
197
  class ContentLibrary(pulumi.CustomResource):
197
198
  @overload
198
199
  def __init__(__self__,
199
200
  resource_name: str,
200
201
  opts: Optional[pulumi.ResourceOptions] = None,
201
- description: Optional[pulumi.Input[str]] = None,
202
- name: Optional[pulumi.Input[str]] = None,
202
+ description: Optional[pulumi.Input[_builtins.str]] = None,
203
+ name: Optional[pulumi.Input[_builtins.str]] = None,
203
204
  publication: Optional[pulumi.Input[Union['ContentLibraryPublicationArgs', 'ContentLibraryPublicationArgsDict']]] = None,
204
- storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
205
+ storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
205
206
  subscription: Optional[pulumi.Input[Union['ContentLibrarySubscriptionArgs', 'ContentLibrarySubscriptionArgsDict']]] = None,
206
207
  __props__=None):
207
208
  """
@@ -250,16 +251,18 @@ class ContentLibrary(pulumi.CustomResource):
250
251
 
251
252
  An existing content library can be imported into this resource by supplying the content library ID. For example:
252
253
 
254
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
255
+
253
256
  ```sh
254
257
  $ pulumi import vsphere:index/contentLibrary:ContentLibrary vsphere_content_library publisher_content_library f42a4b25-844a-44ec-9063-a3a5e9cc88c7
255
258
  ```
256
259
 
257
260
  :param str resource_name: The name of the resource.
258
261
  :param pulumi.ResourceOptions opts: Options for the resource.
259
- :param pulumi.Input[str] description: A description for the content library.
260
- :param pulumi.Input[str] name: The name of the content library.
262
+ :param pulumi.Input[_builtins.str] description: A description for the content library.
263
+ :param pulumi.Input[_builtins.str] name: The name of the content library.
261
264
  :param pulumi.Input[Union['ContentLibraryPublicationArgs', 'ContentLibraryPublicationArgsDict']] publication: Options to publish a local content library.
262
- :param pulumi.Input[Sequence[pulumi.Input[str]]] storage_backings: The managed object reference ID of the datastore on which to store the content library items.
265
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_backings: The managed object reference ID of the datastore on which to store the content library items.
263
266
  :param pulumi.Input[Union['ContentLibrarySubscriptionArgs', 'ContentLibrarySubscriptionArgsDict']] subscription: Options subscribe to a published content library.
264
267
  """
265
268
  ...
@@ -314,6 +317,8 @@ class ContentLibrary(pulumi.CustomResource):
314
317
 
315
318
  An existing content library can be imported into this resource by supplying the content library ID. For example:
316
319
 
320
+ [docs-import]: https://developer.hashicorp.com/terraform/cli/import
321
+
317
322
  ```sh
318
323
  $ pulumi import vsphere:index/contentLibrary:ContentLibrary vsphere_content_library publisher_content_library f42a4b25-844a-44ec-9063-a3a5e9cc88c7
319
324
  ```
@@ -333,10 +338,10 @@ class ContentLibrary(pulumi.CustomResource):
333
338
  def _internal_init(__self__,
334
339
  resource_name: str,
335
340
  opts: Optional[pulumi.ResourceOptions] = None,
336
- description: Optional[pulumi.Input[str]] = None,
337
- name: Optional[pulumi.Input[str]] = None,
341
+ description: Optional[pulumi.Input[_builtins.str]] = None,
342
+ name: Optional[pulumi.Input[_builtins.str]] = None,
338
343
  publication: Optional[pulumi.Input[Union['ContentLibraryPublicationArgs', 'ContentLibraryPublicationArgsDict']]] = None,
339
- storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
344
+ storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
340
345
  subscription: Optional[pulumi.Input[Union['ContentLibrarySubscriptionArgs', 'ContentLibrarySubscriptionArgsDict']]] = None,
341
346
  __props__=None):
342
347
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
@@ -364,10 +369,10 @@ class ContentLibrary(pulumi.CustomResource):
364
369
  def get(resource_name: str,
365
370
  id: pulumi.Input[str],
366
371
  opts: Optional[pulumi.ResourceOptions] = None,
367
- description: Optional[pulumi.Input[str]] = None,
368
- name: Optional[pulumi.Input[str]] = None,
372
+ description: Optional[pulumi.Input[_builtins.str]] = None,
373
+ name: Optional[pulumi.Input[_builtins.str]] = None,
369
374
  publication: Optional[pulumi.Input[Union['ContentLibraryPublicationArgs', 'ContentLibraryPublicationArgsDict']]] = None,
370
- storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
375
+ storage_backings: Optional[pulumi.Input[Sequence[pulumi.Input[_builtins.str]]]] = None,
371
376
  subscription: Optional[pulumi.Input[Union['ContentLibrarySubscriptionArgs', 'ContentLibrarySubscriptionArgsDict']]] = None) -> 'ContentLibrary':
372
377
  """
373
378
  Get an existing ContentLibrary resource's state with the given name, id, and optional extra
@@ -376,10 +381,10 @@ class ContentLibrary(pulumi.CustomResource):
376
381
  :param str resource_name: The unique name of the resulting resource.
377
382
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
378
383
  :param pulumi.ResourceOptions opts: Options for the resource.
379
- :param pulumi.Input[str] description: A description for the content library.
380
- :param pulumi.Input[str] name: The name of the content library.
384
+ :param pulumi.Input[_builtins.str] description: A description for the content library.
385
+ :param pulumi.Input[_builtins.str] name: The name of the content library.
381
386
  :param pulumi.Input[Union['ContentLibraryPublicationArgs', 'ContentLibraryPublicationArgsDict']] publication: Options to publish a local content library.
382
- :param pulumi.Input[Sequence[pulumi.Input[str]]] storage_backings: The managed object reference ID of the datastore on which to store the content library items.
387
+ :param pulumi.Input[Sequence[pulumi.Input[_builtins.str]]] storage_backings: The managed object reference ID of the datastore on which to store the content library items.
383
388
  :param pulumi.Input[Union['ContentLibrarySubscriptionArgs', 'ContentLibrarySubscriptionArgsDict']] subscription: Options subscribe to a published content library.
384
389
  """
385
390
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
@@ -393,23 +398,23 @@ class ContentLibrary(pulumi.CustomResource):
393
398
  __props__.__dict__["subscription"] = subscription
394
399
  return ContentLibrary(resource_name, opts=opts, __props__=__props__)
395
400
 
396
- @property
401
+ @_builtins.property
397
402
  @pulumi.getter
398
- def description(self) -> pulumi.Output[Optional[str]]:
403
+ def description(self) -> pulumi.Output[Optional[_builtins.str]]:
399
404
  """
400
405
  A description for the content library.
401
406
  """
402
407
  return pulumi.get(self, "description")
403
408
 
404
- @property
409
+ @_builtins.property
405
410
  @pulumi.getter
406
- def name(self) -> pulumi.Output[str]:
411
+ def name(self) -> pulumi.Output[_builtins.str]:
407
412
  """
408
413
  The name of the content library.
409
414
  """
410
415
  return pulumi.get(self, "name")
411
416
 
412
- @property
417
+ @_builtins.property
413
418
  @pulumi.getter
414
419
  def publication(self) -> pulumi.Output['outputs.ContentLibraryPublication']:
415
420
  """
@@ -417,15 +422,15 @@ class ContentLibrary(pulumi.CustomResource):
417
422
  """
418
423
  return pulumi.get(self, "publication")
419
424
 
420
- @property
425
+ @_builtins.property
421
426
  @pulumi.getter(name="storageBackings")
422
- def storage_backings(self) -> pulumi.Output[Sequence[str]]:
427
+ def storage_backings(self) -> pulumi.Output[Sequence[_builtins.str]]:
423
428
  """
424
429
  The managed object reference ID of the datastore on which to store the content library items.
425
430
  """
426
431
  return pulumi.get(self, "storage_backings")
427
432
 
428
- @property
433
+ @_builtins.property
429
434
  @pulumi.getter
430
435
  def subscription(self) -> pulumi.Output[Optional['outputs.ContentLibrarySubscription']]:
431
436
  """