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
@@ -19,27 +19,27 @@ __all__ = ['VirtualMachineSnapshotArgs', 'VirtualMachineSnapshot']
19
19
  @pulumi.input_type
20
20
  class VirtualMachineSnapshotArgs:
21
21
  def __init__(__self__, *,
22
- description: pulumi.Input[str],
23
- memory: pulumi.Input[bool],
24
- quiesce: pulumi.Input[bool],
25
- snapshot_name: pulumi.Input[str],
26
- virtual_machine_uuid: pulumi.Input[str],
27
- consolidate: Optional[pulumi.Input[bool]] = None,
28
- remove_children: Optional[pulumi.Input[bool]] = None):
22
+ description: pulumi.Input[_builtins.str],
23
+ memory: pulumi.Input[_builtins.bool],
24
+ quiesce: pulumi.Input[_builtins.bool],
25
+ snapshot_name: pulumi.Input[_builtins.str],
26
+ virtual_machine_uuid: pulumi.Input[_builtins.str],
27
+ consolidate: Optional[pulumi.Input[_builtins.bool]] = None,
28
+ remove_children: Optional[pulumi.Input[_builtins.bool]] = None):
29
29
  """
30
30
  The set of arguments for constructing a VirtualMachineSnapshot resource.
31
- :param pulumi.Input[str] description: A description for the snapshot.
32
- :param pulumi.Input[bool] memory: If set to `true`, a dump of the internal state of the
31
+ :param pulumi.Input[_builtins.str] description: A description for the snapshot.
32
+ :param pulumi.Input[_builtins.bool] memory: If set to `true`, a dump of the internal state of the
33
33
  virtual machine is included in the snapshot.
34
- :param pulumi.Input[bool] quiesce: If set to `true`, and the virtual machine is powered
34
+ :param pulumi.Input[_builtins.bool] quiesce: If set to `true`, and the virtual machine is powered
35
35
  on when the snapshot is taken, VMware Tools is used to quiesce the file
36
36
  system in the virtual machine.
37
- :param pulumi.Input[str] snapshot_name: The name of the snapshot.
38
- :param pulumi.Input[str] virtual_machine_uuid: The virtual machine UUID.
39
- :param pulumi.Input[bool] consolidate: If set to `true`, the delta disks involved in this
37
+ :param pulumi.Input[_builtins.str] snapshot_name: The name of the snapshot.
38
+ :param pulumi.Input[_builtins.str] virtual_machine_uuid: The virtual machine UUID.
39
+ :param pulumi.Input[_builtins.bool] consolidate: If set to `true`, the delta disks involved in this
40
40
  snapshot will be consolidated into the parent when this resource is
41
41
  destroyed.
42
- :param pulumi.Input[bool] remove_children: If set to `true`, the entire snapshot subtree
42
+ :param pulumi.Input[_builtins.bool] remove_children: If set to `true`, the entire snapshot subtree
43
43
  is removed when this resource is destroyed.
44
44
  """
45
45
  pulumi.set(__self__, "description", description)
@@ -52,21 +52,21 @@ class VirtualMachineSnapshotArgs:
52
52
  if remove_children is not None:
53
53
  pulumi.set(__self__, "remove_children", remove_children)
54
54
 
55
- @property
55
+ @_builtins.property
56
56
  @pulumi.getter
57
- def description(self) -> pulumi.Input[str]:
57
+ def description(self) -> pulumi.Input[_builtins.str]:
58
58
  """
59
59
  A description for the snapshot.
60
60
  """
61
61
  return pulumi.get(self, "description")
62
62
 
63
63
  @description.setter
64
- def description(self, value: pulumi.Input[str]):
64
+ def description(self, value: pulumi.Input[_builtins.str]):
65
65
  pulumi.set(self, "description", value)
66
66
 
67
- @property
67
+ @_builtins.property
68
68
  @pulumi.getter
69
- def memory(self) -> pulumi.Input[bool]:
69
+ def memory(self) -> pulumi.Input[_builtins.bool]:
70
70
  """
71
71
  If set to `true`, a dump of the internal state of the
72
72
  virtual machine is included in the snapshot.
@@ -74,12 +74,12 @@ class VirtualMachineSnapshotArgs:
74
74
  return pulumi.get(self, "memory")
75
75
 
76
76
  @memory.setter
77
- def memory(self, value: pulumi.Input[bool]):
77
+ def memory(self, value: pulumi.Input[_builtins.bool]):
78
78
  pulumi.set(self, "memory", value)
79
79
 
80
- @property
80
+ @_builtins.property
81
81
  @pulumi.getter
82
- def quiesce(self) -> pulumi.Input[bool]:
82
+ def quiesce(self) -> pulumi.Input[_builtins.bool]:
83
83
  """
84
84
  If set to `true`, and the virtual machine is powered
85
85
  on when the snapshot is taken, VMware Tools is used to quiesce the file
@@ -88,36 +88,36 @@ class VirtualMachineSnapshotArgs:
88
88
  return pulumi.get(self, "quiesce")
89
89
 
90
90
  @quiesce.setter
91
- def quiesce(self, value: pulumi.Input[bool]):
91
+ def quiesce(self, value: pulumi.Input[_builtins.bool]):
92
92
  pulumi.set(self, "quiesce", value)
93
93
 
94
- @property
94
+ @_builtins.property
95
95
  @pulumi.getter(name="snapshotName")
96
- def snapshot_name(self) -> pulumi.Input[str]:
96
+ def snapshot_name(self) -> pulumi.Input[_builtins.str]:
97
97
  """
98
98
  The name of the snapshot.
99
99
  """
100
100
  return pulumi.get(self, "snapshot_name")
101
101
 
102
102
  @snapshot_name.setter
103
- def snapshot_name(self, value: pulumi.Input[str]):
103
+ def snapshot_name(self, value: pulumi.Input[_builtins.str]):
104
104
  pulumi.set(self, "snapshot_name", value)
105
105
 
106
- @property
106
+ @_builtins.property
107
107
  @pulumi.getter(name="virtualMachineUuid")
108
- def virtual_machine_uuid(self) -> pulumi.Input[str]:
108
+ def virtual_machine_uuid(self) -> pulumi.Input[_builtins.str]:
109
109
  """
110
110
  The virtual machine UUID.
111
111
  """
112
112
  return pulumi.get(self, "virtual_machine_uuid")
113
113
 
114
114
  @virtual_machine_uuid.setter
115
- def virtual_machine_uuid(self, value: pulumi.Input[str]):
115
+ def virtual_machine_uuid(self, value: pulumi.Input[_builtins.str]):
116
116
  pulumi.set(self, "virtual_machine_uuid", value)
117
117
 
118
- @property
118
+ @_builtins.property
119
119
  @pulumi.getter
120
- def consolidate(self) -> Optional[pulumi.Input[bool]]:
120
+ def consolidate(self) -> Optional[pulumi.Input[_builtins.bool]]:
121
121
  """
122
122
  If set to `true`, the delta disks involved in this
123
123
  snapshot will be consolidated into the parent when this resource is
@@ -126,12 +126,12 @@ class VirtualMachineSnapshotArgs:
126
126
  return pulumi.get(self, "consolidate")
127
127
 
128
128
  @consolidate.setter
129
- def consolidate(self, value: Optional[pulumi.Input[bool]]):
129
+ def consolidate(self, value: Optional[pulumi.Input[_builtins.bool]]):
130
130
  pulumi.set(self, "consolidate", value)
131
131
 
132
- @property
132
+ @_builtins.property
133
133
  @pulumi.getter(name="removeChildren")
134
- def remove_children(self) -> Optional[pulumi.Input[bool]]:
134
+ def remove_children(self) -> Optional[pulumi.Input[_builtins.bool]]:
135
135
  """
136
136
  If set to `true`, the entire snapshot subtree
137
137
  is removed when this resource is destroyed.
@@ -139,35 +139,35 @@ class VirtualMachineSnapshotArgs:
139
139
  return pulumi.get(self, "remove_children")
140
140
 
141
141
  @remove_children.setter
142
- def remove_children(self, value: Optional[pulumi.Input[bool]]):
142
+ def remove_children(self, value: Optional[pulumi.Input[_builtins.bool]]):
143
143
  pulumi.set(self, "remove_children", value)
144
144
 
145
145
 
146
146
  @pulumi.input_type
147
147
  class _VirtualMachineSnapshotState:
148
148
  def __init__(__self__, *,
149
- consolidate: Optional[pulumi.Input[bool]] = None,
150
- description: Optional[pulumi.Input[str]] = None,
151
- memory: Optional[pulumi.Input[bool]] = None,
152
- quiesce: Optional[pulumi.Input[bool]] = None,
153
- remove_children: Optional[pulumi.Input[bool]] = None,
154
- snapshot_name: Optional[pulumi.Input[str]] = None,
155
- virtual_machine_uuid: Optional[pulumi.Input[str]] = None):
149
+ consolidate: Optional[pulumi.Input[_builtins.bool]] = None,
150
+ description: Optional[pulumi.Input[_builtins.str]] = None,
151
+ memory: Optional[pulumi.Input[_builtins.bool]] = None,
152
+ quiesce: Optional[pulumi.Input[_builtins.bool]] = None,
153
+ remove_children: Optional[pulumi.Input[_builtins.bool]] = None,
154
+ snapshot_name: Optional[pulumi.Input[_builtins.str]] = None,
155
+ virtual_machine_uuid: Optional[pulumi.Input[_builtins.str]] = None):
156
156
  """
157
157
  Input properties used for looking up and filtering VirtualMachineSnapshot resources.
158
- :param pulumi.Input[bool] consolidate: If set to `true`, the delta disks involved in this
158
+ :param pulumi.Input[_builtins.bool] consolidate: If set to `true`, the delta disks involved in this
159
159
  snapshot will be consolidated into the parent when this resource is
160
160
  destroyed.
161
- :param pulumi.Input[str] description: A description for the snapshot.
162
- :param pulumi.Input[bool] memory: If set to `true`, a dump of the internal state of the
161
+ :param pulumi.Input[_builtins.str] description: A description for the snapshot.
162
+ :param pulumi.Input[_builtins.bool] memory: If set to `true`, a dump of the internal state of the
163
163
  virtual machine is included in the snapshot.
164
- :param pulumi.Input[bool] quiesce: If set to `true`, and the virtual machine is powered
164
+ :param pulumi.Input[_builtins.bool] quiesce: If set to `true`, and the virtual machine is powered
165
165
  on when the snapshot is taken, VMware Tools is used to quiesce the file
166
166
  system in the virtual machine.
167
- :param pulumi.Input[bool] remove_children: If set to `true`, the entire snapshot subtree
167
+ :param pulumi.Input[_builtins.bool] remove_children: If set to `true`, the entire snapshot subtree
168
168
  is removed when this resource is destroyed.
169
- :param pulumi.Input[str] snapshot_name: The name of the snapshot.
170
- :param pulumi.Input[str] virtual_machine_uuid: The virtual machine UUID.
169
+ :param pulumi.Input[_builtins.str] snapshot_name: The name of the snapshot.
170
+ :param pulumi.Input[_builtins.str] virtual_machine_uuid: The virtual machine UUID.
171
171
  """
172
172
  if consolidate is not None:
173
173
  pulumi.set(__self__, "consolidate", consolidate)
@@ -184,9 +184,9 @@ class _VirtualMachineSnapshotState:
184
184
  if virtual_machine_uuid is not None:
185
185
  pulumi.set(__self__, "virtual_machine_uuid", virtual_machine_uuid)
186
186
 
187
- @property
187
+ @_builtins.property
188
188
  @pulumi.getter
189
- def consolidate(self) -> Optional[pulumi.Input[bool]]:
189
+ def consolidate(self) -> Optional[pulumi.Input[_builtins.bool]]:
190
190
  """
191
191
  If set to `true`, the delta disks involved in this
192
192
  snapshot will be consolidated into the parent when this resource is
@@ -195,24 +195,24 @@ class _VirtualMachineSnapshotState:
195
195
  return pulumi.get(self, "consolidate")
196
196
 
197
197
  @consolidate.setter
198
- def consolidate(self, value: Optional[pulumi.Input[bool]]):
198
+ def consolidate(self, value: Optional[pulumi.Input[_builtins.bool]]):
199
199
  pulumi.set(self, "consolidate", value)
200
200
 
201
- @property
201
+ @_builtins.property
202
202
  @pulumi.getter
203
- def description(self) -> Optional[pulumi.Input[str]]:
203
+ def description(self) -> Optional[pulumi.Input[_builtins.str]]:
204
204
  """
205
205
  A description for the snapshot.
206
206
  """
207
207
  return pulumi.get(self, "description")
208
208
 
209
209
  @description.setter
210
- def description(self, value: Optional[pulumi.Input[str]]):
210
+ def description(self, value: Optional[pulumi.Input[_builtins.str]]):
211
211
  pulumi.set(self, "description", value)
212
212
 
213
- @property
213
+ @_builtins.property
214
214
  @pulumi.getter
215
- def memory(self) -> Optional[pulumi.Input[bool]]:
215
+ def memory(self) -> Optional[pulumi.Input[_builtins.bool]]:
216
216
  """
217
217
  If set to `true`, a dump of the internal state of the
218
218
  virtual machine is included in the snapshot.
@@ -220,12 +220,12 @@ class _VirtualMachineSnapshotState:
220
220
  return pulumi.get(self, "memory")
221
221
 
222
222
  @memory.setter
223
- def memory(self, value: Optional[pulumi.Input[bool]]):
223
+ def memory(self, value: Optional[pulumi.Input[_builtins.bool]]):
224
224
  pulumi.set(self, "memory", value)
225
225
 
226
- @property
226
+ @_builtins.property
227
227
  @pulumi.getter
228
- def quiesce(self) -> Optional[pulumi.Input[bool]]:
228
+ def quiesce(self) -> Optional[pulumi.Input[_builtins.bool]]:
229
229
  """
230
230
  If set to `true`, and the virtual machine is powered
231
231
  on when the snapshot is taken, VMware Tools is used to quiesce the file
@@ -234,12 +234,12 @@ class _VirtualMachineSnapshotState:
234
234
  return pulumi.get(self, "quiesce")
235
235
 
236
236
  @quiesce.setter
237
- def quiesce(self, value: Optional[pulumi.Input[bool]]):
237
+ def quiesce(self, value: Optional[pulumi.Input[_builtins.bool]]):
238
238
  pulumi.set(self, "quiesce", value)
239
239
 
240
- @property
240
+ @_builtins.property
241
241
  @pulumi.getter(name="removeChildren")
242
- def remove_children(self) -> Optional[pulumi.Input[bool]]:
242
+ def remove_children(self) -> Optional[pulumi.Input[_builtins.bool]]:
243
243
  """
244
244
  If set to `true`, the entire snapshot subtree
245
245
  is removed when this resource is destroyed.
@@ -247,46 +247,47 @@ class _VirtualMachineSnapshotState:
247
247
  return pulumi.get(self, "remove_children")
248
248
 
249
249
  @remove_children.setter
250
- def remove_children(self, value: Optional[pulumi.Input[bool]]):
250
+ def remove_children(self, value: Optional[pulumi.Input[_builtins.bool]]):
251
251
  pulumi.set(self, "remove_children", value)
252
252
 
253
- @property
253
+ @_builtins.property
254
254
  @pulumi.getter(name="snapshotName")
255
- def snapshot_name(self) -> Optional[pulumi.Input[str]]:
255
+ def snapshot_name(self) -> Optional[pulumi.Input[_builtins.str]]:
256
256
  """
257
257
  The name of the snapshot.
258
258
  """
259
259
  return pulumi.get(self, "snapshot_name")
260
260
 
261
261
  @snapshot_name.setter
262
- def snapshot_name(self, value: Optional[pulumi.Input[str]]):
262
+ def snapshot_name(self, value: Optional[pulumi.Input[_builtins.str]]):
263
263
  pulumi.set(self, "snapshot_name", value)
264
264
 
265
- @property
265
+ @_builtins.property
266
266
  @pulumi.getter(name="virtualMachineUuid")
267
- def virtual_machine_uuid(self) -> Optional[pulumi.Input[str]]:
267
+ def virtual_machine_uuid(self) -> Optional[pulumi.Input[_builtins.str]]:
268
268
  """
269
269
  The virtual machine UUID.
270
270
  """
271
271
  return pulumi.get(self, "virtual_machine_uuid")
272
272
 
273
273
  @virtual_machine_uuid.setter
274
- def virtual_machine_uuid(self, value: Optional[pulumi.Input[str]]):
274
+ def virtual_machine_uuid(self, value: Optional[pulumi.Input[_builtins.str]]):
275
275
  pulumi.set(self, "virtual_machine_uuid", value)
276
276
 
277
277
 
278
+ @pulumi.type_token("vsphere:index/virtualMachineSnapshot:VirtualMachineSnapshot")
278
279
  class VirtualMachineSnapshot(pulumi.CustomResource):
279
280
  @overload
280
281
  def __init__(__self__,
281
282
  resource_name: str,
282
283
  opts: Optional[pulumi.ResourceOptions] = None,
283
- consolidate: Optional[pulumi.Input[bool]] = None,
284
- description: Optional[pulumi.Input[str]] = None,
285
- memory: Optional[pulumi.Input[bool]] = None,
286
- quiesce: Optional[pulumi.Input[bool]] = None,
287
- remove_children: Optional[pulumi.Input[bool]] = None,
288
- snapshot_name: Optional[pulumi.Input[str]] = None,
289
- virtual_machine_uuid: Optional[pulumi.Input[str]] = None,
284
+ consolidate: Optional[pulumi.Input[_builtins.bool]] = None,
285
+ description: Optional[pulumi.Input[_builtins.str]] = None,
286
+ memory: Optional[pulumi.Input[_builtins.bool]] = None,
287
+ quiesce: Optional[pulumi.Input[_builtins.bool]] = None,
288
+ remove_children: Optional[pulumi.Input[_builtins.bool]] = None,
289
+ snapshot_name: Optional[pulumi.Input[_builtins.str]] = None,
290
+ virtual_machine_uuid: Optional[pulumi.Input[_builtins.str]] = None,
290
291
  __props__=None):
291
292
  """
292
293
  The `VirtualMachineSnapshot` resource can be used to manage snapshots
@@ -329,19 +330,19 @@ class VirtualMachineSnapshot(pulumi.CustomResource):
329
330
 
330
331
  :param str resource_name: The name of the resource.
331
332
  :param pulumi.ResourceOptions opts: Options for the resource.
332
- :param pulumi.Input[bool] consolidate: If set to `true`, the delta disks involved in this
333
+ :param pulumi.Input[_builtins.bool] consolidate: If set to `true`, the delta disks involved in this
333
334
  snapshot will be consolidated into the parent when this resource is
334
335
  destroyed.
335
- :param pulumi.Input[str] description: A description for the snapshot.
336
- :param pulumi.Input[bool] memory: If set to `true`, a dump of the internal state of the
336
+ :param pulumi.Input[_builtins.str] description: A description for the snapshot.
337
+ :param pulumi.Input[_builtins.bool] memory: If set to `true`, a dump of the internal state of the
337
338
  virtual machine is included in the snapshot.
338
- :param pulumi.Input[bool] quiesce: If set to `true`, and the virtual machine is powered
339
+ :param pulumi.Input[_builtins.bool] quiesce: If set to `true`, and the virtual machine is powered
339
340
  on when the snapshot is taken, VMware Tools is used to quiesce the file
340
341
  system in the virtual machine.
341
- :param pulumi.Input[bool] remove_children: If set to `true`, the entire snapshot subtree
342
+ :param pulumi.Input[_builtins.bool] remove_children: If set to `true`, the entire snapshot subtree
342
343
  is removed when this resource is destroyed.
343
- :param pulumi.Input[str] snapshot_name: The name of the snapshot.
344
- :param pulumi.Input[str] virtual_machine_uuid: The virtual machine UUID.
344
+ :param pulumi.Input[_builtins.str] snapshot_name: The name of the snapshot.
345
+ :param pulumi.Input[_builtins.str] virtual_machine_uuid: The virtual machine UUID.
345
346
  """
346
347
  ...
347
348
  @overload
@@ -403,13 +404,13 @@ class VirtualMachineSnapshot(pulumi.CustomResource):
403
404
  def _internal_init(__self__,
404
405
  resource_name: str,
405
406
  opts: Optional[pulumi.ResourceOptions] = None,
406
- consolidate: Optional[pulumi.Input[bool]] = None,
407
- description: Optional[pulumi.Input[str]] = None,
408
- memory: Optional[pulumi.Input[bool]] = None,
409
- quiesce: Optional[pulumi.Input[bool]] = None,
410
- remove_children: Optional[pulumi.Input[bool]] = None,
411
- snapshot_name: Optional[pulumi.Input[str]] = None,
412
- virtual_machine_uuid: Optional[pulumi.Input[str]] = None,
407
+ consolidate: Optional[pulumi.Input[_builtins.bool]] = None,
408
+ description: Optional[pulumi.Input[_builtins.str]] = None,
409
+ memory: Optional[pulumi.Input[_builtins.bool]] = None,
410
+ quiesce: Optional[pulumi.Input[_builtins.bool]] = None,
411
+ remove_children: Optional[pulumi.Input[_builtins.bool]] = None,
412
+ snapshot_name: Optional[pulumi.Input[_builtins.str]] = None,
413
+ virtual_machine_uuid: Optional[pulumi.Input[_builtins.str]] = None,
413
414
  __props__=None):
414
415
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
415
416
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -446,13 +447,13 @@ class VirtualMachineSnapshot(pulumi.CustomResource):
446
447
  def get(resource_name: str,
447
448
  id: pulumi.Input[str],
448
449
  opts: Optional[pulumi.ResourceOptions] = None,
449
- consolidate: Optional[pulumi.Input[bool]] = None,
450
- description: Optional[pulumi.Input[str]] = None,
451
- memory: Optional[pulumi.Input[bool]] = None,
452
- quiesce: Optional[pulumi.Input[bool]] = None,
453
- remove_children: Optional[pulumi.Input[bool]] = None,
454
- snapshot_name: Optional[pulumi.Input[str]] = None,
455
- virtual_machine_uuid: Optional[pulumi.Input[str]] = None) -> 'VirtualMachineSnapshot':
450
+ consolidate: Optional[pulumi.Input[_builtins.bool]] = None,
451
+ description: Optional[pulumi.Input[_builtins.str]] = None,
452
+ memory: Optional[pulumi.Input[_builtins.bool]] = None,
453
+ quiesce: Optional[pulumi.Input[_builtins.bool]] = None,
454
+ remove_children: Optional[pulumi.Input[_builtins.bool]] = None,
455
+ snapshot_name: Optional[pulumi.Input[_builtins.str]] = None,
456
+ virtual_machine_uuid: Optional[pulumi.Input[_builtins.str]] = None) -> 'VirtualMachineSnapshot':
456
457
  """
457
458
  Get an existing VirtualMachineSnapshot resource's state with the given name, id, and optional extra
458
459
  properties used to qualify the lookup.
@@ -460,19 +461,19 @@ class VirtualMachineSnapshot(pulumi.CustomResource):
460
461
  :param str resource_name: The unique name of the resulting resource.
461
462
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
462
463
  :param pulumi.ResourceOptions opts: Options for the resource.
463
- :param pulumi.Input[bool] consolidate: If set to `true`, the delta disks involved in this
464
+ :param pulumi.Input[_builtins.bool] consolidate: If set to `true`, the delta disks involved in this
464
465
  snapshot will be consolidated into the parent when this resource is
465
466
  destroyed.
466
- :param pulumi.Input[str] description: A description for the snapshot.
467
- :param pulumi.Input[bool] memory: If set to `true`, a dump of the internal state of the
467
+ :param pulumi.Input[_builtins.str] description: A description for the snapshot.
468
+ :param pulumi.Input[_builtins.bool] memory: If set to `true`, a dump of the internal state of the
468
469
  virtual machine is included in the snapshot.
469
- :param pulumi.Input[bool] quiesce: If set to `true`, and the virtual machine is powered
470
+ :param pulumi.Input[_builtins.bool] quiesce: If set to `true`, and the virtual machine is powered
470
471
  on when the snapshot is taken, VMware Tools is used to quiesce the file
471
472
  system in the virtual machine.
472
- :param pulumi.Input[bool] remove_children: If set to `true`, the entire snapshot subtree
473
+ :param pulumi.Input[_builtins.bool] remove_children: If set to `true`, the entire snapshot subtree
473
474
  is removed when this resource is destroyed.
474
- :param pulumi.Input[str] snapshot_name: The name of the snapshot.
475
- :param pulumi.Input[str] virtual_machine_uuid: The virtual machine UUID.
475
+ :param pulumi.Input[_builtins.str] snapshot_name: The name of the snapshot.
476
+ :param pulumi.Input[_builtins.str] virtual_machine_uuid: The virtual machine UUID.
476
477
  """
477
478
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
478
479
 
@@ -487,9 +488,9 @@ class VirtualMachineSnapshot(pulumi.CustomResource):
487
488
  __props__.__dict__["virtual_machine_uuid"] = virtual_machine_uuid
488
489
  return VirtualMachineSnapshot(resource_name, opts=opts, __props__=__props__)
489
490
 
490
- @property
491
+ @_builtins.property
491
492
  @pulumi.getter
492
- def consolidate(self) -> pulumi.Output[Optional[bool]]:
493
+ def consolidate(self) -> pulumi.Output[Optional[_builtins.bool]]:
493
494
  """
494
495
  If set to `true`, the delta disks involved in this
495
496
  snapshot will be consolidated into the parent when this resource is
@@ -497,26 +498,26 @@ class VirtualMachineSnapshot(pulumi.CustomResource):
497
498
  """
498
499
  return pulumi.get(self, "consolidate")
499
500
 
500
- @property
501
+ @_builtins.property
501
502
  @pulumi.getter
502
- def description(self) -> pulumi.Output[str]:
503
+ def description(self) -> pulumi.Output[_builtins.str]:
503
504
  """
504
505
  A description for the snapshot.
505
506
  """
506
507
  return pulumi.get(self, "description")
507
508
 
508
- @property
509
+ @_builtins.property
509
510
  @pulumi.getter
510
- def memory(self) -> pulumi.Output[bool]:
511
+ def memory(self) -> pulumi.Output[_builtins.bool]:
511
512
  """
512
513
  If set to `true`, a dump of the internal state of the
513
514
  virtual machine is included in the snapshot.
514
515
  """
515
516
  return pulumi.get(self, "memory")
516
517
 
517
- @property
518
+ @_builtins.property
518
519
  @pulumi.getter
519
- def quiesce(self) -> pulumi.Output[bool]:
520
+ def quiesce(self) -> pulumi.Output[_builtins.bool]:
520
521
  """
521
522
  If set to `true`, and the virtual machine is powered
522
523
  on when the snapshot is taken, VMware Tools is used to quiesce the file
@@ -524,26 +525,26 @@ class VirtualMachineSnapshot(pulumi.CustomResource):
524
525
  """
525
526
  return pulumi.get(self, "quiesce")
526
527
 
527
- @property
528
+ @_builtins.property
528
529
  @pulumi.getter(name="removeChildren")
529
- def remove_children(self) -> pulumi.Output[Optional[bool]]:
530
+ def remove_children(self) -> pulumi.Output[Optional[_builtins.bool]]:
530
531
  """
531
532
  If set to `true`, the entire snapshot subtree
532
533
  is removed when this resource is destroyed.
533
534
  """
534
535
  return pulumi.get(self, "remove_children")
535
536
 
536
- @property
537
+ @_builtins.property
537
538
  @pulumi.getter(name="snapshotName")
538
- def snapshot_name(self) -> pulumi.Output[str]:
539
+ def snapshot_name(self) -> pulumi.Output[_builtins.str]:
539
540
  """
540
541
  The name of the snapshot.
541
542
  """
542
543
  return pulumi.get(self, "snapshot_name")
543
544
 
544
- @property
545
+ @_builtins.property
545
546
  @pulumi.getter(name="virtualMachineUuid")
546
- def virtual_machine_uuid(self) -> pulumi.Output[str]:
547
+ def virtual_machine_uuid(self) -> pulumi.Output[_builtins.str]:
547
548
  """
548
549
  The virtual machine UUID.
549
550
  """