pulumi-vsphere 4.14.0a1741997722__py3-none-any.whl → 4.14.0a1746734806__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 (86) hide show
  1. pulumi_vsphere/__init__.py +1 -0
  2. pulumi_vsphere/_inputs.py +969 -968
  3. pulumi_vsphere/compute_cluster.py +919 -917
  4. pulumi_vsphere/compute_cluster_host_group.py +44 -42
  5. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +72 -70
  6. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +72 -70
  7. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +86 -84
  8. pulumi_vsphere/compute_cluster_vm_group.py +44 -42
  9. pulumi_vsphere/compute_cluster_vm_host_rule.py +100 -98
  10. pulumi_vsphere/config/__init__.py +1 -0
  11. pulumi_vsphere/config/__init__.pyi +1 -0
  12. pulumi_vsphere/config/vars.py +1 -0
  13. pulumi_vsphere/content_library.py +44 -42
  14. pulumi_vsphere/content_library_item.py +86 -84
  15. pulumi_vsphere/custom_attribute.py +30 -28
  16. pulumi_vsphere/datacenter.py +65 -63
  17. pulumi_vsphere/datastore_cluster.py +352 -350
  18. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +72 -70
  19. pulumi_vsphere/distributed_port_group.py +646 -644
  20. pulumi_vsphere/distributed_virtual_switch.py +1283 -1281
  21. pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +58 -56
  22. pulumi_vsphere/dpm_host_override.py +58 -56
  23. pulumi_vsphere/drs_vm_override.py +58 -56
  24. pulumi_vsphere/entity_permissions.py +30 -28
  25. pulumi_vsphere/file.py +96 -94
  26. pulumi_vsphere/folder.py +72 -70
  27. pulumi_vsphere/get_compute_cluster.py +13 -12
  28. pulumi_vsphere/get_compute_cluster_host_group.py +13 -12
  29. pulumi_vsphere/get_content_library.py +7 -6
  30. pulumi_vsphere/get_content_library_item.py +17 -16
  31. pulumi_vsphere/get_custom_attribute.py +8 -7
  32. pulumi_vsphere/get_datacenter.py +8 -7
  33. pulumi_vsphere/get_datastore.py +17 -16
  34. pulumi_vsphere/get_datastore_cluster.py +13 -12
  35. pulumi_vsphere/get_datastore_stats.py +17 -16
  36. pulumi_vsphere/get_distributed_virtual_switch.py +13 -12
  37. pulumi_vsphere/get_dynamic.py +17 -16
  38. pulumi_vsphere/get_folder.py +7 -6
  39. pulumi_vsphere/get_guest_os_customization.py +11 -10
  40. pulumi_vsphere/get_host.py +13 -12
  41. pulumi_vsphere/get_host_base_images.py +3 -2
  42. pulumi_vsphere/get_host_pci_device.py +23 -22
  43. pulumi_vsphere/get_host_thumbprint.py +17 -16
  44. pulumi_vsphere/get_host_vgpu_profile.py +12 -11
  45. pulumi_vsphere/get_license.py +12 -11
  46. pulumi_vsphere/get_network.py +18 -17
  47. pulumi_vsphere/get_ovf_vm_template.py +89 -88
  48. pulumi_vsphere/get_policy.py +7 -6
  49. pulumi_vsphere/get_resource_pool.py +12 -11
  50. pulumi_vsphere/get_role.py +20 -19
  51. pulumi_vsphere/get_tag.py +13 -12
  52. pulumi_vsphere/get_tag_category.py +10 -9
  53. pulumi_vsphere/get_vapp_container.py +12 -11
  54. pulumi_vsphere/get_virtual_machine.py +204 -203
  55. pulumi_vsphere/get_vmfs_disks.py +18 -17
  56. pulumi_vsphere/guest_os_customization.py +58 -56
  57. pulumi_vsphere/ha_vm_override.py +212 -210
  58. pulumi_vsphere/host.py +198 -196
  59. pulumi_vsphere/host_port_group.py +254 -252
  60. pulumi_vsphere/host_virtual_switch.py +296 -294
  61. pulumi_vsphere/license.py +58 -56
  62. pulumi_vsphere/nas_datastore.py +212 -210
  63. pulumi_vsphere/offline_software_depot.py +16 -14
  64. pulumi_vsphere/outputs.py +721 -720
  65. pulumi_vsphere/provider.py +119 -97
  66. pulumi_vsphere/pulumi-plugin.json +1 -1
  67. pulumi_vsphere/resource_pool.py +212 -210
  68. pulumi_vsphere/role.py +37 -35
  69. pulumi_vsphere/storage_drs_vm_override.py +72 -70
  70. pulumi_vsphere/supervisor.py +156 -154
  71. pulumi_vsphere/tag.py +44 -42
  72. pulumi_vsphere/tag_category.py +58 -56
  73. pulumi_vsphere/vapp_container.py +212 -210
  74. pulumi_vsphere/vapp_entity.py +142 -140
  75. pulumi_vsphere/virtual_disk.py +100 -98
  76. pulumi_vsphere/virtual_machine.py +1041 -1039
  77. pulumi_vsphere/virtual_machine_class.py +86 -84
  78. pulumi_vsphere/virtual_machine_snapshot.py +100 -98
  79. pulumi_vsphere/vm_storage_policy.py +30 -28
  80. pulumi_vsphere/vmfs_datastore.py +149 -147
  81. pulumi_vsphere/vnic.py +114 -112
  82. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1746734806.dist-info}/METADATA +4 -4
  83. pulumi_vsphere-4.14.0a1746734806.dist-info/RECORD +87 -0
  84. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1746734806.dist-info}/WHEEL +1 -1
  85. pulumi_vsphere-4.14.0a1741997722.dist-info/RECORD +0 -87
  86. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1746734806.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -19,39 +20,39 @@ __all__ = ['VmfsDatastoreArgs', 'VmfsDatastore']
19
20
  @pulumi.input_type
20
21
  class VmfsDatastoreArgs:
21
22
  def __init__(__self__, *,
22
- disks: pulumi.Input[Sequence[pulumi.Input[str]]],
23
- host_system_id: pulumi.Input[str],
24
- custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
25
- datastore_cluster_id: Optional[pulumi.Input[str]] = None,
26
- folder: Optional[pulumi.Input[str]] = None,
27
- name: Optional[pulumi.Input[str]] = None,
28
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
23
+ disks: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
24
+ host_system_id: pulumi.Input[builtins.str],
25
+ custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
26
+ datastore_cluster_id: Optional[pulumi.Input[builtins.str]] = None,
27
+ folder: Optional[pulumi.Input[builtins.str]] = None,
28
+ name: Optional[pulumi.Input[builtins.str]] = None,
29
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
29
30
  """
30
31
  The set of arguments for constructing a VmfsDatastore resource.
31
- :param pulumi.Input[Sequence[pulumi.Input[str]]] disks: The disks to use with the datastore.
32
- :param pulumi.Input[str] host_system_id: The managed object ID of
32
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] disks: The disks to use with the datastore.
33
+ :param pulumi.Input[builtins.str] host_system_id: The managed object ID of
33
34
  the host to set the datastore up on. Note that this is not necessarily the
34
35
  only host that the datastore will be set up on - see
35
36
  here for more info. Forces a
36
37
  new resource if changed.
37
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to attribute
38
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_attributes: Map of custom attribute ids to attribute
38
39
  value string to set on datastore resource.
39
40
 
40
41
  > **NOTE:** Custom attributes are unsupported on direct ESXi connections
41
42
  and require vCenter.
42
- :param pulumi.Input[str] datastore_cluster_id: The managed object
43
+ :param pulumi.Input[builtins.str] datastore_cluster_id: The managed object
43
44
  ID of a datastore cluster to put this datastore in.
44
45
  Conflicts with `folder`.
45
- :param pulumi.Input[str] folder: The relative path to a folder to put this datastore in.
46
+ :param pulumi.Input[builtins.str] folder: The relative path to a folder to put this datastore in.
46
47
  This is a path relative to the datacenter you are deploying the datastore to.
47
48
  Example: for the `dc1` datacenter, and a provided `folder` of `foo/bar`,
48
49
  The provider will place a datastore named `test` in a datastore folder
49
50
  located at `/dc1/datastore/foo/bar`, with the final inventory path being
50
51
  `/dc1/datastore/foo/bar/test`. Conflicts with
51
52
  `datastore_cluster_id`.
52
- :param pulumi.Input[str] name: The name of the datastore. Forces a new resource if
53
+ :param pulumi.Input[builtins.str] name: The name of the datastore. Forces a new resource if
53
54
  changed.
54
- :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
55
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] tags: The IDs of any tags to attach to this resource.
55
56
 
56
57
  > **NOTE:** Tagging support is unsupported on direct ESXi connections and
57
58
  requires vCenter 6.0 or higher.
@@ -71,19 +72,19 @@ class VmfsDatastoreArgs:
71
72
 
72
73
  @property
73
74
  @pulumi.getter
74
- def disks(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
75
+ def disks(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
75
76
  """
76
77
  The disks to use with the datastore.
77
78
  """
78
79
  return pulumi.get(self, "disks")
79
80
 
80
81
  @disks.setter
81
- def disks(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
82
+ def disks(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
82
83
  pulumi.set(self, "disks", value)
83
84
 
84
85
  @property
85
86
  @pulumi.getter(name="hostSystemId")
86
- def host_system_id(self) -> pulumi.Input[str]:
87
+ def host_system_id(self) -> pulumi.Input[builtins.str]:
87
88
  """
88
89
  The managed object ID of
89
90
  the host to set the datastore up on. Note that this is not necessarily the
@@ -94,12 +95,12 @@ class VmfsDatastoreArgs:
94
95
  return pulumi.get(self, "host_system_id")
95
96
 
96
97
  @host_system_id.setter
97
- def host_system_id(self, value: pulumi.Input[str]):
98
+ def host_system_id(self, value: pulumi.Input[builtins.str]):
98
99
  pulumi.set(self, "host_system_id", value)
99
100
 
100
101
  @property
101
102
  @pulumi.getter(name="customAttributes")
102
- def custom_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
103
+ def custom_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
103
104
  """
104
105
  Map of custom attribute ids to attribute
105
106
  value string to set on datastore resource.
@@ -110,12 +111,12 @@ class VmfsDatastoreArgs:
110
111
  return pulumi.get(self, "custom_attributes")
111
112
 
112
113
  @custom_attributes.setter
113
- def custom_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
114
+ def custom_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
114
115
  pulumi.set(self, "custom_attributes", value)
115
116
 
116
117
  @property
117
118
  @pulumi.getter(name="datastoreClusterId")
118
- def datastore_cluster_id(self) -> Optional[pulumi.Input[str]]:
119
+ def datastore_cluster_id(self) -> Optional[pulumi.Input[builtins.str]]:
119
120
  """
120
121
  The managed object
121
122
  ID of a datastore cluster to put this datastore in.
@@ -124,12 +125,12 @@ class VmfsDatastoreArgs:
124
125
  return pulumi.get(self, "datastore_cluster_id")
125
126
 
126
127
  @datastore_cluster_id.setter
127
- def datastore_cluster_id(self, value: Optional[pulumi.Input[str]]):
128
+ def datastore_cluster_id(self, value: Optional[pulumi.Input[builtins.str]]):
128
129
  pulumi.set(self, "datastore_cluster_id", value)
129
130
 
130
131
  @property
131
132
  @pulumi.getter
132
- def folder(self) -> Optional[pulumi.Input[str]]:
133
+ def folder(self) -> Optional[pulumi.Input[builtins.str]]:
133
134
  """
134
135
  The relative path to a folder to put this datastore in.
135
136
  This is a path relative to the datacenter you are deploying the datastore to.
@@ -142,12 +143,12 @@ class VmfsDatastoreArgs:
142
143
  return pulumi.get(self, "folder")
143
144
 
144
145
  @folder.setter
145
- def folder(self, value: Optional[pulumi.Input[str]]):
146
+ def folder(self, value: Optional[pulumi.Input[builtins.str]]):
146
147
  pulumi.set(self, "folder", value)
147
148
 
148
149
  @property
149
150
  @pulumi.getter
150
- def name(self) -> Optional[pulumi.Input[str]]:
151
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
151
152
  """
152
153
  The name of the datastore. Forces a new resource if
153
154
  changed.
@@ -155,12 +156,12 @@ class VmfsDatastoreArgs:
155
156
  return pulumi.get(self, "name")
156
157
 
157
158
  @name.setter
158
- def name(self, value: Optional[pulumi.Input[str]]):
159
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
159
160
  pulumi.set(self, "name", value)
160
161
 
161
162
  @property
162
163
  @pulumi.getter
163
- def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
164
+ def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
164
165
  """
165
166
  The IDs of any tags to attach to this resource.
166
167
 
@@ -170,66 +171,66 @@ class VmfsDatastoreArgs:
170
171
  return pulumi.get(self, "tags")
171
172
 
172
173
  @tags.setter
173
- def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
174
+ def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
174
175
  pulumi.set(self, "tags", value)
175
176
 
176
177
 
177
178
  @pulumi.input_type
178
179
  class _VmfsDatastoreState:
179
180
  def __init__(__self__, *,
180
- accessible: Optional[pulumi.Input[bool]] = None,
181
- capacity: Optional[pulumi.Input[int]] = None,
182
- custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
183
- datastore_cluster_id: Optional[pulumi.Input[str]] = None,
184
- disks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
185
- folder: Optional[pulumi.Input[str]] = None,
186
- free_space: Optional[pulumi.Input[int]] = None,
187
- host_system_id: Optional[pulumi.Input[str]] = None,
188
- maintenance_mode: Optional[pulumi.Input[str]] = None,
189
- multiple_host_access: Optional[pulumi.Input[bool]] = None,
190
- name: Optional[pulumi.Input[str]] = None,
191
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
192
- uncommitted_space: Optional[pulumi.Input[int]] = None,
193
- url: Optional[pulumi.Input[str]] = None):
181
+ accessible: Optional[pulumi.Input[builtins.bool]] = None,
182
+ capacity: Optional[pulumi.Input[builtins.int]] = None,
183
+ custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
184
+ datastore_cluster_id: Optional[pulumi.Input[builtins.str]] = None,
185
+ disks: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
186
+ folder: Optional[pulumi.Input[builtins.str]] = None,
187
+ free_space: Optional[pulumi.Input[builtins.int]] = None,
188
+ host_system_id: Optional[pulumi.Input[builtins.str]] = None,
189
+ maintenance_mode: Optional[pulumi.Input[builtins.str]] = None,
190
+ multiple_host_access: Optional[pulumi.Input[builtins.bool]] = None,
191
+ name: Optional[pulumi.Input[builtins.str]] = None,
192
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
193
+ uncommitted_space: Optional[pulumi.Input[builtins.int]] = None,
194
+ url: Optional[pulumi.Input[builtins.str]] = None):
194
195
  """
195
196
  Input properties used for looking up and filtering VmfsDatastore resources.
196
- :param pulumi.Input[bool] accessible: The connectivity status of the datastore. If this is `false`,
197
+ :param pulumi.Input[builtins.bool] accessible: The connectivity status of the datastore. If this is `false`,
197
198
  some other computed attributes may be out of date.
198
- :param pulumi.Input[int] capacity: Maximum capacity of the datastore, in megabytes.
199
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to attribute
199
+ :param pulumi.Input[builtins.int] capacity: Maximum capacity of the datastore, in megabytes.
200
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_attributes: Map of custom attribute ids to attribute
200
201
  value string to set on datastore resource.
201
202
 
202
203
  > **NOTE:** Custom attributes are unsupported on direct ESXi connections
203
204
  and require vCenter.
204
- :param pulumi.Input[str] datastore_cluster_id: The managed object
205
+ :param pulumi.Input[builtins.str] datastore_cluster_id: The managed object
205
206
  ID of a datastore cluster to put this datastore in.
206
207
  Conflicts with `folder`.
207
- :param pulumi.Input[Sequence[pulumi.Input[str]]] disks: The disks to use with the datastore.
208
- :param pulumi.Input[str] folder: The relative path to a folder to put this datastore in.
208
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] disks: The disks to use with the datastore.
209
+ :param pulumi.Input[builtins.str] folder: The relative path to a folder to put this datastore in.
209
210
  This is a path relative to the datacenter you are deploying the datastore to.
210
211
  Example: for the `dc1` datacenter, and a provided `folder` of `foo/bar`,
211
212
  The provider will place a datastore named `test` in a datastore folder
212
213
  located at `/dc1/datastore/foo/bar`, with the final inventory path being
213
214
  `/dc1/datastore/foo/bar/test`. Conflicts with
214
215
  `datastore_cluster_id`.
215
- :param pulumi.Input[int] free_space: Available space of this datastore, in megabytes.
216
- :param pulumi.Input[str] host_system_id: The managed object ID of
216
+ :param pulumi.Input[builtins.int] free_space: Available space of this datastore, in megabytes.
217
+ :param pulumi.Input[builtins.str] host_system_id: The managed object ID of
217
218
  the host to set the datastore up on. Note that this is not necessarily the
218
219
  only host that the datastore will be set up on - see
219
220
  here for more info. Forces a
220
221
  new resource if changed.
221
- :param pulumi.Input[str] maintenance_mode: The current maintenance mode state of the datastore.
222
- :param pulumi.Input[bool] multiple_host_access: If `true`, more than one host in the datacenter has
222
+ :param pulumi.Input[builtins.str] maintenance_mode: The current maintenance mode state of the datastore.
223
+ :param pulumi.Input[builtins.bool] multiple_host_access: If `true`, more than one host in the datacenter has
223
224
  been configured with access to the datastore.
224
- :param pulumi.Input[str] name: The name of the datastore. Forces a new resource if
225
+ :param pulumi.Input[builtins.str] name: The name of the datastore. Forces a new resource if
225
226
  changed.
226
- :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
227
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] tags: The IDs of any tags to attach to this resource.
227
228
 
228
229
  > **NOTE:** Tagging support is unsupported on direct ESXi connections and
229
230
  requires vCenter 6.0 or higher.
230
- :param pulumi.Input[int] uncommitted_space: Total additional storage space, in megabytes,
231
+ :param pulumi.Input[builtins.int] uncommitted_space: Total additional storage space, in megabytes,
231
232
  potentially used by all virtual machines on this datastore.
232
- :param pulumi.Input[str] url: The unique locator for the datastore.
233
+ :param pulumi.Input[builtins.str] url: The unique locator for the datastore.
233
234
  """
234
235
  if accessible is not None:
235
236
  pulumi.set(__self__, "accessible", accessible)
@@ -262,7 +263,7 @@ class _VmfsDatastoreState:
262
263
 
263
264
  @property
264
265
  @pulumi.getter
265
- def accessible(self) -> Optional[pulumi.Input[bool]]:
266
+ def accessible(self) -> Optional[pulumi.Input[builtins.bool]]:
266
267
  """
267
268
  The connectivity status of the datastore. If this is `false`,
268
269
  some other computed attributes may be out of date.
@@ -270,24 +271,24 @@ class _VmfsDatastoreState:
270
271
  return pulumi.get(self, "accessible")
271
272
 
272
273
  @accessible.setter
273
- def accessible(self, value: Optional[pulumi.Input[bool]]):
274
+ def accessible(self, value: Optional[pulumi.Input[builtins.bool]]):
274
275
  pulumi.set(self, "accessible", value)
275
276
 
276
277
  @property
277
278
  @pulumi.getter
278
- def capacity(self) -> Optional[pulumi.Input[int]]:
279
+ def capacity(self) -> Optional[pulumi.Input[builtins.int]]:
279
280
  """
280
281
  Maximum capacity of the datastore, in megabytes.
281
282
  """
282
283
  return pulumi.get(self, "capacity")
283
284
 
284
285
  @capacity.setter
285
- def capacity(self, value: Optional[pulumi.Input[int]]):
286
+ def capacity(self, value: Optional[pulumi.Input[builtins.int]]):
286
287
  pulumi.set(self, "capacity", value)
287
288
 
288
289
  @property
289
290
  @pulumi.getter(name="customAttributes")
290
- def custom_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
291
+ def custom_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
291
292
  """
292
293
  Map of custom attribute ids to attribute
293
294
  value string to set on datastore resource.
@@ -298,12 +299,12 @@ class _VmfsDatastoreState:
298
299
  return pulumi.get(self, "custom_attributes")
299
300
 
300
301
  @custom_attributes.setter
301
- def custom_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
302
+ def custom_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
302
303
  pulumi.set(self, "custom_attributes", value)
303
304
 
304
305
  @property
305
306
  @pulumi.getter(name="datastoreClusterId")
306
- def datastore_cluster_id(self) -> Optional[pulumi.Input[str]]:
307
+ def datastore_cluster_id(self) -> Optional[pulumi.Input[builtins.str]]:
307
308
  """
308
309
  The managed object
309
310
  ID of a datastore cluster to put this datastore in.
@@ -312,24 +313,24 @@ class _VmfsDatastoreState:
312
313
  return pulumi.get(self, "datastore_cluster_id")
313
314
 
314
315
  @datastore_cluster_id.setter
315
- def datastore_cluster_id(self, value: Optional[pulumi.Input[str]]):
316
+ def datastore_cluster_id(self, value: Optional[pulumi.Input[builtins.str]]):
316
317
  pulumi.set(self, "datastore_cluster_id", value)
317
318
 
318
319
  @property
319
320
  @pulumi.getter
320
- def disks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
321
+ def disks(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
321
322
  """
322
323
  The disks to use with the datastore.
323
324
  """
324
325
  return pulumi.get(self, "disks")
325
326
 
326
327
  @disks.setter
327
- def disks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
328
+ def disks(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
328
329
  pulumi.set(self, "disks", value)
329
330
 
330
331
  @property
331
332
  @pulumi.getter
332
- def folder(self) -> Optional[pulumi.Input[str]]:
333
+ def folder(self) -> Optional[pulumi.Input[builtins.str]]:
333
334
  """
334
335
  The relative path to a folder to put this datastore in.
335
336
  This is a path relative to the datacenter you are deploying the datastore to.
@@ -342,24 +343,24 @@ class _VmfsDatastoreState:
342
343
  return pulumi.get(self, "folder")
343
344
 
344
345
  @folder.setter
345
- def folder(self, value: Optional[pulumi.Input[str]]):
346
+ def folder(self, value: Optional[pulumi.Input[builtins.str]]):
346
347
  pulumi.set(self, "folder", value)
347
348
 
348
349
  @property
349
350
  @pulumi.getter(name="freeSpace")
350
- def free_space(self) -> Optional[pulumi.Input[int]]:
351
+ def free_space(self) -> Optional[pulumi.Input[builtins.int]]:
351
352
  """
352
353
  Available space of this datastore, in megabytes.
353
354
  """
354
355
  return pulumi.get(self, "free_space")
355
356
 
356
357
  @free_space.setter
357
- def free_space(self, value: Optional[pulumi.Input[int]]):
358
+ def free_space(self, value: Optional[pulumi.Input[builtins.int]]):
358
359
  pulumi.set(self, "free_space", value)
359
360
 
360
361
  @property
361
362
  @pulumi.getter(name="hostSystemId")
362
- def host_system_id(self) -> Optional[pulumi.Input[str]]:
363
+ def host_system_id(self) -> Optional[pulumi.Input[builtins.str]]:
363
364
  """
364
365
  The managed object ID of
365
366
  the host to set the datastore up on. Note that this is not necessarily the
@@ -370,24 +371,24 @@ class _VmfsDatastoreState:
370
371
  return pulumi.get(self, "host_system_id")
371
372
 
372
373
  @host_system_id.setter
373
- def host_system_id(self, value: Optional[pulumi.Input[str]]):
374
+ def host_system_id(self, value: Optional[pulumi.Input[builtins.str]]):
374
375
  pulumi.set(self, "host_system_id", value)
375
376
 
376
377
  @property
377
378
  @pulumi.getter(name="maintenanceMode")
378
- def maintenance_mode(self) -> Optional[pulumi.Input[str]]:
379
+ def maintenance_mode(self) -> Optional[pulumi.Input[builtins.str]]:
379
380
  """
380
381
  The current maintenance mode state of the datastore.
381
382
  """
382
383
  return pulumi.get(self, "maintenance_mode")
383
384
 
384
385
  @maintenance_mode.setter
385
- def maintenance_mode(self, value: Optional[pulumi.Input[str]]):
386
+ def maintenance_mode(self, value: Optional[pulumi.Input[builtins.str]]):
386
387
  pulumi.set(self, "maintenance_mode", value)
387
388
 
388
389
  @property
389
390
  @pulumi.getter(name="multipleHostAccess")
390
- def multiple_host_access(self) -> Optional[pulumi.Input[bool]]:
391
+ def multiple_host_access(self) -> Optional[pulumi.Input[builtins.bool]]:
391
392
  """
392
393
  If `true`, more than one host in the datacenter has
393
394
  been configured with access to the datastore.
@@ -395,12 +396,12 @@ class _VmfsDatastoreState:
395
396
  return pulumi.get(self, "multiple_host_access")
396
397
 
397
398
  @multiple_host_access.setter
398
- def multiple_host_access(self, value: Optional[pulumi.Input[bool]]):
399
+ def multiple_host_access(self, value: Optional[pulumi.Input[builtins.bool]]):
399
400
  pulumi.set(self, "multiple_host_access", value)
400
401
 
401
402
  @property
402
403
  @pulumi.getter
403
- def name(self) -> Optional[pulumi.Input[str]]:
404
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
404
405
  """
405
406
  The name of the datastore. Forces a new resource if
406
407
  changed.
@@ -408,12 +409,12 @@ class _VmfsDatastoreState:
408
409
  return pulumi.get(self, "name")
409
410
 
410
411
  @name.setter
411
- def name(self, value: Optional[pulumi.Input[str]]):
412
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
412
413
  pulumi.set(self, "name", value)
413
414
 
414
415
  @property
415
416
  @pulumi.getter
416
- def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
417
+ def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
417
418
  """
418
419
  The IDs of any tags to attach to this resource.
419
420
 
@@ -423,12 +424,12 @@ class _VmfsDatastoreState:
423
424
  return pulumi.get(self, "tags")
424
425
 
425
426
  @tags.setter
426
- def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
427
+ def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
427
428
  pulumi.set(self, "tags", value)
428
429
 
429
430
  @property
430
431
  @pulumi.getter(name="uncommittedSpace")
431
- def uncommitted_space(self) -> Optional[pulumi.Input[int]]:
432
+ def uncommitted_space(self) -> Optional[pulumi.Input[builtins.int]]:
432
433
  """
433
434
  Total additional storage space, in megabytes,
434
435
  potentially used by all virtual machines on this datastore.
@@ -436,34 +437,35 @@ class _VmfsDatastoreState:
436
437
  return pulumi.get(self, "uncommitted_space")
437
438
 
438
439
  @uncommitted_space.setter
439
- def uncommitted_space(self, value: Optional[pulumi.Input[int]]):
440
+ def uncommitted_space(self, value: Optional[pulumi.Input[builtins.int]]):
440
441
  pulumi.set(self, "uncommitted_space", value)
441
442
 
442
443
  @property
443
444
  @pulumi.getter
444
- def url(self) -> Optional[pulumi.Input[str]]:
445
+ def url(self) -> Optional[pulumi.Input[builtins.str]]:
445
446
  """
446
447
  The unique locator for the datastore.
447
448
  """
448
449
  return pulumi.get(self, "url")
449
450
 
450
451
  @url.setter
451
- def url(self, value: Optional[pulumi.Input[str]]):
452
+ def url(self, value: Optional[pulumi.Input[builtins.str]]):
452
453
  pulumi.set(self, "url", value)
453
454
 
454
455
 
456
+ @pulumi.type_token("vsphere:index/vmfsDatastore:VmfsDatastore")
455
457
  class VmfsDatastore(pulumi.CustomResource):
456
458
  @overload
457
459
  def __init__(__self__,
458
460
  resource_name: str,
459
461
  opts: Optional[pulumi.ResourceOptions] = None,
460
- custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
461
- datastore_cluster_id: Optional[pulumi.Input[str]] = None,
462
- disks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
463
- folder: Optional[pulumi.Input[str]] = None,
464
- host_system_id: Optional[pulumi.Input[str]] = None,
465
- name: Optional[pulumi.Input[str]] = None,
466
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
462
+ custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
463
+ datastore_cluster_id: Optional[pulumi.Input[builtins.str]] = None,
464
+ disks: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
465
+ folder: Optional[pulumi.Input[builtins.str]] = None,
466
+ host_system_id: Optional[pulumi.Input[builtins.str]] = None,
467
+ name: Optional[pulumi.Input[builtins.str]] = None,
468
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
467
469
  __props__=None):
468
470
  """
469
471
  The `VmfsDatastore` resource can be used to create and manage VMFS
@@ -601,30 +603,30 @@ class VmfsDatastore(pulumi.CustomResource):
601
603
 
602
604
  :param str resource_name: The name of the resource.
603
605
  :param pulumi.ResourceOptions opts: Options for the resource.
604
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to attribute
606
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_attributes: Map of custom attribute ids to attribute
605
607
  value string to set on datastore resource.
606
608
 
607
609
  > **NOTE:** Custom attributes are unsupported on direct ESXi connections
608
610
  and require vCenter.
609
- :param pulumi.Input[str] datastore_cluster_id: The managed object
611
+ :param pulumi.Input[builtins.str] datastore_cluster_id: The managed object
610
612
  ID of a datastore cluster to put this datastore in.
611
613
  Conflicts with `folder`.
612
- :param pulumi.Input[Sequence[pulumi.Input[str]]] disks: The disks to use with the datastore.
613
- :param pulumi.Input[str] folder: The relative path to a folder to put this datastore in.
614
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] disks: The disks to use with the datastore.
615
+ :param pulumi.Input[builtins.str] folder: The relative path to a folder to put this datastore in.
614
616
  This is a path relative to the datacenter you are deploying the datastore to.
615
617
  Example: for the `dc1` datacenter, and a provided `folder` of `foo/bar`,
616
618
  The provider will place a datastore named `test` in a datastore folder
617
619
  located at `/dc1/datastore/foo/bar`, with the final inventory path being
618
620
  `/dc1/datastore/foo/bar/test`. Conflicts with
619
621
  `datastore_cluster_id`.
620
- :param pulumi.Input[str] host_system_id: The managed object ID of
622
+ :param pulumi.Input[builtins.str] host_system_id: The managed object ID of
621
623
  the host to set the datastore up on. Note that this is not necessarily the
622
624
  only host that the datastore will be set up on - see
623
625
  here for more info. Forces a
624
626
  new resource if changed.
625
- :param pulumi.Input[str] name: The name of the datastore. Forces a new resource if
627
+ :param pulumi.Input[builtins.str] name: The name of the datastore. Forces a new resource if
626
628
  changed.
627
- :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
629
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] tags: The IDs of any tags to attach to this resource.
628
630
 
629
631
  > **NOTE:** Tagging support is unsupported on direct ESXi connections and
630
632
  requires vCenter 6.0 or higher.
@@ -784,13 +786,13 @@ class VmfsDatastore(pulumi.CustomResource):
784
786
  def _internal_init(__self__,
785
787
  resource_name: str,
786
788
  opts: Optional[pulumi.ResourceOptions] = None,
787
- custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
788
- datastore_cluster_id: Optional[pulumi.Input[str]] = None,
789
- disks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
790
- folder: Optional[pulumi.Input[str]] = None,
791
- host_system_id: Optional[pulumi.Input[str]] = None,
792
- name: Optional[pulumi.Input[str]] = None,
793
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
789
+ custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
790
+ datastore_cluster_id: Optional[pulumi.Input[builtins.str]] = None,
791
+ disks: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
792
+ folder: Optional[pulumi.Input[builtins.str]] = None,
793
+ host_system_id: Optional[pulumi.Input[builtins.str]] = None,
794
+ name: Optional[pulumi.Input[builtins.str]] = None,
795
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
794
796
  __props__=None):
795
797
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
796
798
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -828,20 +830,20 @@ class VmfsDatastore(pulumi.CustomResource):
828
830
  def get(resource_name: str,
829
831
  id: pulumi.Input[str],
830
832
  opts: Optional[pulumi.ResourceOptions] = None,
831
- accessible: Optional[pulumi.Input[bool]] = None,
832
- capacity: Optional[pulumi.Input[int]] = None,
833
- custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
834
- datastore_cluster_id: Optional[pulumi.Input[str]] = None,
835
- disks: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
836
- folder: Optional[pulumi.Input[str]] = None,
837
- free_space: Optional[pulumi.Input[int]] = None,
838
- host_system_id: Optional[pulumi.Input[str]] = None,
839
- maintenance_mode: Optional[pulumi.Input[str]] = None,
840
- multiple_host_access: Optional[pulumi.Input[bool]] = None,
841
- name: Optional[pulumi.Input[str]] = None,
842
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
843
- uncommitted_space: Optional[pulumi.Input[int]] = None,
844
- url: Optional[pulumi.Input[str]] = None) -> 'VmfsDatastore':
833
+ accessible: Optional[pulumi.Input[builtins.bool]] = None,
834
+ capacity: Optional[pulumi.Input[builtins.int]] = None,
835
+ custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
836
+ datastore_cluster_id: Optional[pulumi.Input[builtins.str]] = None,
837
+ disks: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
838
+ folder: Optional[pulumi.Input[builtins.str]] = None,
839
+ free_space: Optional[pulumi.Input[builtins.int]] = None,
840
+ host_system_id: Optional[pulumi.Input[builtins.str]] = None,
841
+ maintenance_mode: Optional[pulumi.Input[builtins.str]] = None,
842
+ multiple_host_access: Optional[pulumi.Input[builtins.bool]] = None,
843
+ name: Optional[pulumi.Input[builtins.str]] = None,
844
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
845
+ uncommitted_space: Optional[pulumi.Input[builtins.int]] = None,
846
+ url: Optional[pulumi.Input[builtins.str]] = None) -> 'VmfsDatastore':
845
847
  """
846
848
  Get an existing VmfsDatastore resource's state with the given name, id, and optional extra
847
849
  properties used to qualify the lookup.
@@ -849,43 +851,43 @@ class VmfsDatastore(pulumi.CustomResource):
849
851
  :param str resource_name: The unique name of the resulting resource.
850
852
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
851
853
  :param pulumi.ResourceOptions opts: Options for the resource.
852
- :param pulumi.Input[bool] accessible: The connectivity status of the datastore. If this is `false`,
854
+ :param pulumi.Input[builtins.bool] accessible: The connectivity status of the datastore. If this is `false`,
853
855
  some other computed attributes may be out of date.
854
- :param pulumi.Input[int] capacity: Maximum capacity of the datastore, in megabytes.
855
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: Map of custom attribute ids to attribute
856
+ :param pulumi.Input[builtins.int] capacity: Maximum capacity of the datastore, in megabytes.
857
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_attributes: Map of custom attribute ids to attribute
856
858
  value string to set on datastore resource.
857
859
 
858
860
  > **NOTE:** Custom attributes are unsupported on direct ESXi connections
859
861
  and require vCenter.
860
- :param pulumi.Input[str] datastore_cluster_id: The managed object
862
+ :param pulumi.Input[builtins.str] datastore_cluster_id: The managed object
861
863
  ID of a datastore cluster to put this datastore in.
862
864
  Conflicts with `folder`.
863
- :param pulumi.Input[Sequence[pulumi.Input[str]]] disks: The disks to use with the datastore.
864
- :param pulumi.Input[str] folder: The relative path to a folder to put this datastore in.
865
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] disks: The disks to use with the datastore.
866
+ :param pulumi.Input[builtins.str] folder: The relative path to a folder to put this datastore in.
865
867
  This is a path relative to the datacenter you are deploying the datastore to.
866
868
  Example: for the `dc1` datacenter, and a provided `folder` of `foo/bar`,
867
869
  The provider will place a datastore named `test` in a datastore folder
868
870
  located at `/dc1/datastore/foo/bar`, with the final inventory path being
869
871
  `/dc1/datastore/foo/bar/test`. Conflicts with
870
872
  `datastore_cluster_id`.
871
- :param pulumi.Input[int] free_space: Available space of this datastore, in megabytes.
872
- :param pulumi.Input[str] host_system_id: The managed object ID of
873
+ :param pulumi.Input[builtins.int] free_space: Available space of this datastore, in megabytes.
874
+ :param pulumi.Input[builtins.str] host_system_id: The managed object ID of
873
875
  the host to set the datastore up on. Note that this is not necessarily the
874
876
  only host that the datastore will be set up on - see
875
877
  here for more info. Forces a
876
878
  new resource if changed.
877
- :param pulumi.Input[str] maintenance_mode: The current maintenance mode state of the datastore.
878
- :param pulumi.Input[bool] multiple_host_access: If `true`, more than one host in the datacenter has
879
+ :param pulumi.Input[builtins.str] maintenance_mode: The current maintenance mode state of the datastore.
880
+ :param pulumi.Input[builtins.bool] multiple_host_access: If `true`, more than one host in the datacenter has
879
881
  been configured with access to the datastore.
880
- :param pulumi.Input[str] name: The name of the datastore. Forces a new resource if
882
+ :param pulumi.Input[builtins.str] name: The name of the datastore. Forces a new resource if
881
883
  changed.
882
- :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: The IDs of any tags to attach to this resource.
884
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] tags: The IDs of any tags to attach to this resource.
883
885
 
884
886
  > **NOTE:** Tagging support is unsupported on direct ESXi connections and
885
887
  requires vCenter 6.0 or higher.
886
- :param pulumi.Input[int] uncommitted_space: Total additional storage space, in megabytes,
888
+ :param pulumi.Input[builtins.int] uncommitted_space: Total additional storage space, in megabytes,
887
889
  potentially used by all virtual machines on this datastore.
888
- :param pulumi.Input[str] url: The unique locator for the datastore.
890
+ :param pulumi.Input[builtins.str] url: The unique locator for the datastore.
889
891
  """
890
892
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
891
893
 
@@ -909,7 +911,7 @@ class VmfsDatastore(pulumi.CustomResource):
909
911
 
910
912
  @property
911
913
  @pulumi.getter
912
- def accessible(self) -> pulumi.Output[bool]:
914
+ def accessible(self) -> pulumi.Output[builtins.bool]:
913
915
  """
914
916
  The connectivity status of the datastore. If this is `false`,
915
917
  some other computed attributes may be out of date.
@@ -918,7 +920,7 @@ class VmfsDatastore(pulumi.CustomResource):
918
920
 
919
921
  @property
920
922
  @pulumi.getter
921
- def capacity(self) -> pulumi.Output[int]:
923
+ def capacity(self) -> pulumi.Output[builtins.int]:
922
924
  """
923
925
  Maximum capacity of the datastore, in megabytes.
924
926
  """
@@ -926,7 +928,7 @@ class VmfsDatastore(pulumi.CustomResource):
926
928
 
927
929
  @property
928
930
  @pulumi.getter(name="customAttributes")
929
- def custom_attributes(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
931
+ def custom_attributes(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
930
932
  """
931
933
  Map of custom attribute ids to attribute
932
934
  value string to set on datastore resource.
@@ -938,7 +940,7 @@ class VmfsDatastore(pulumi.CustomResource):
938
940
 
939
941
  @property
940
942
  @pulumi.getter(name="datastoreClusterId")
941
- def datastore_cluster_id(self) -> pulumi.Output[Optional[str]]:
943
+ def datastore_cluster_id(self) -> pulumi.Output[Optional[builtins.str]]:
942
944
  """
943
945
  The managed object
944
946
  ID of a datastore cluster to put this datastore in.
@@ -948,7 +950,7 @@ class VmfsDatastore(pulumi.CustomResource):
948
950
 
949
951
  @property
950
952
  @pulumi.getter
951
- def disks(self) -> pulumi.Output[Sequence[str]]:
953
+ def disks(self) -> pulumi.Output[Sequence[builtins.str]]:
952
954
  """
953
955
  The disks to use with the datastore.
954
956
  """
@@ -956,7 +958,7 @@ class VmfsDatastore(pulumi.CustomResource):
956
958
 
957
959
  @property
958
960
  @pulumi.getter
959
- def folder(self) -> pulumi.Output[Optional[str]]:
961
+ def folder(self) -> pulumi.Output[Optional[builtins.str]]:
960
962
  """
961
963
  The relative path to a folder to put this datastore in.
962
964
  This is a path relative to the datacenter you are deploying the datastore to.
@@ -970,7 +972,7 @@ class VmfsDatastore(pulumi.CustomResource):
970
972
 
971
973
  @property
972
974
  @pulumi.getter(name="freeSpace")
973
- def free_space(self) -> pulumi.Output[int]:
975
+ def free_space(self) -> pulumi.Output[builtins.int]:
974
976
  """
975
977
  Available space of this datastore, in megabytes.
976
978
  """
@@ -978,7 +980,7 @@ class VmfsDatastore(pulumi.CustomResource):
978
980
 
979
981
  @property
980
982
  @pulumi.getter(name="hostSystemId")
981
- def host_system_id(self) -> pulumi.Output[str]:
983
+ def host_system_id(self) -> pulumi.Output[builtins.str]:
982
984
  """
983
985
  The managed object ID of
984
986
  the host to set the datastore up on. Note that this is not necessarily the
@@ -990,7 +992,7 @@ class VmfsDatastore(pulumi.CustomResource):
990
992
 
991
993
  @property
992
994
  @pulumi.getter(name="maintenanceMode")
993
- def maintenance_mode(self) -> pulumi.Output[str]:
995
+ def maintenance_mode(self) -> pulumi.Output[builtins.str]:
994
996
  """
995
997
  The current maintenance mode state of the datastore.
996
998
  """
@@ -998,7 +1000,7 @@ class VmfsDatastore(pulumi.CustomResource):
998
1000
 
999
1001
  @property
1000
1002
  @pulumi.getter(name="multipleHostAccess")
1001
- def multiple_host_access(self) -> pulumi.Output[bool]:
1003
+ def multiple_host_access(self) -> pulumi.Output[builtins.bool]:
1002
1004
  """
1003
1005
  If `true`, more than one host in the datacenter has
1004
1006
  been configured with access to the datastore.
@@ -1007,7 +1009,7 @@ class VmfsDatastore(pulumi.CustomResource):
1007
1009
 
1008
1010
  @property
1009
1011
  @pulumi.getter
1010
- def name(self) -> pulumi.Output[str]:
1012
+ def name(self) -> pulumi.Output[builtins.str]:
1011
1013
  """
1012
1014
  The name of the datastore. Forces a new resource if
1013
1015
  changed.
@@ -1016,7 +1018,7 @@ class VmfsDatastore(pulumi.CustomResource):
1016
1018
 
1017
1019
  @property
1018
1020
  @pulumi.getter
1019
- def tags(self) -> pulumi.Output[Optional[Sequence[str]]]:
1021
+ def tags(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
1020
1022
  """
1021
1023
  The IDs of any tags to attach to this resource.
1022
1024
 
@@ -1027,7 +1029,7 @@ class VmfsDatastore(pulumi.CustomResource):
1027
1029
 
1028
1030
  @property
1029
1031
  @pulumi.getter(name="uncommittedSpace")
1030
- def uncommitted_space(self) -> pulumi.Output[int]:
1032
+ def uncommitted_space(self) -> pulumi.Output[builtins.int]:
1031
1033
  """
1032
1034
  Total additional storage space, in megabytes,
1033
1035
  potentially used by all virtual machines on this datastore.
@@ -1036,7 +1038,7 @@ class VmfsDatastore(pulumi.CustomResource):
1036
1038
 
1037
1039
  @property
1038
1040
  @pulumi.getter
1039
- def url(self) -> pulumi.Output[str]:
1041
+ def url(self) -> pulumi.Output[builtins.str]:
1040
1042
  """
1041
1043
  The unique locator for the datastore.
1042
1044
  """