pulumi-vsphere 4.14.0a1741997722__py3-none-any.whl → 4.14.0a1745952392__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 +921 -917
  4. pulumi_vsphere/compute_cluster_host_group.py +46 -42
  5. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +74 -70
  6. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +74 -70
  7. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +88 -84
  8. pulumi_vsphere/compute_cluster_vm_group.py +46 -42
  9. pulumi_vsphere/compute_cluster_vm_host_rule.py +102 -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 +46 -42
  14. pulumi_vsphere/content_library_item.py +88 -84
  15. pulumi_vsphere/custom_attribute.py +32 -28
  16. pulumi_vsphere/datacenter.py +67 -63
  17. pulumi_vsphere/datastore_cluster.py +354 -350
  18. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +74 -70
  19. pulumi_vsphere/distributed_port_group.py +648 -644
  20. pulumi_vsphere/distributed_virtual_switch.py +1285 -1281
  21. pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +60 -56
  22. pulumi_vsphere/dpm_host_override.py +60 -56
  23. pulumi_vsphere/drs_vm_override.py +60 -56
  24. pulumi_vsphere/entity_permissions.py +32 -28
  25. pulumi_vsphere/file.py +98 -94
  26. pulumi_vsphere/folder.py +74 -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 +60 -56
  57. pulumi_vsphere/ha_vm_override.py +214 -210
  58. pulumi_vsphere/host.py +200 -196
  59. pulumi_vsphere/host_port_group.py +256 -252
  60. pulumi_vsphere/host_virtual_switch.py +298 -294
  61. pulumi_vsphere/license.py +60 -56
  62. pulumi_vsphere/nas_datastore.py +214 -210
  63. pulumi_vsphere/offline_software_depot.py +18 -14
  64. pulumi_vsphere/outputs.py +721 -720
  65. pulumi_vsphere/provider.py +101 -97
  66. pulumi_vsphere/pulumi-plugin.json +1 -1
  67. pulumi_vsphere/resource_pool.py +214 -210
  68. pulumi_vsphere/role.py +39 -35
  69. pulumi_vsphere/storage_drs_vm_override.py +74 -70
  70. pulumi_vsphere/supervisor.py +158 -154
  71. pulumi_vsphere/tag.py +46 -42
  72. pulumi_vsphere/tag_category.py +60 -56
  73. pulumi_vsphere/vapp_container.py +214 -210
  74. pulumi_vsphere/vapp_entity.py +144 -140
  75. pulumi_vsphere/virtual_disk.py +102 -98
  76. pulumi_vsphere/virtual_machine.py +1043 -1039
  77. pulumi_vsphere/virtual_machine_class.py +88 -84
  78. pulumi_vsphere/virtual_machine_snapshot.py +102 -98
  79. pulumi_vsphere/vm_storage_policy.py +32 -28
  80. pulumi_vsphere/vmfs_datastore.py +151 -147
  81. pulumi_vsphere/vnic.py +116 -112
  82. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1745952392.dist-info}/METADATA +2 -2
  83. pulumi_vsphere-4.14.0a1745952392.dist-info/RECORD +87 -0
  84. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1745952392.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.0a1745952392.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,37 +20,37 @@ __all__ = ['VappEntityArgs', 'VappEntity']
19
20
  @pulumi.input_type
20
21
  class VappEntityArgs:
21
22
  def __init__(__self__, *,
22
- container_id: pulumi.Input[str],
23
- target_id: pulumi.Input[str],
24
- custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
25
- start_action: Optional[pulumi.Input[str]] = None,
26
- start_delay: Optional[pulumi.Input[int]] = None,
27
- start_order: Optional[pulumi.Input[int]] = None,
28
- stop_action: Optional[pulumi.Input[str]] = None,
29
- stop_delay: Optional[pulumi.Input[int]] = None,
30
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
31
- wait_for_guest: Optional[pulumi.Input[bool]] = None):
23
+ container_id: pulumi.Input[builtins.str],
24
+ target_id: pulumi.Input[builtins.str],
25
+ custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
26
+ start_action: Optional[pulumi.Input[builtins.str]] = None,
27
+ start_delay: Optional[pulumi.Input[builtins.int]] = None,
28
+ start_order: Optional[pulumi.Input[builtins.int]] = None,
29
+ stop_action: Optional[pulumi.Input[builtins.str]] = None,
30
+ stop_delay: Optional[pulumi.Input[builtins.int]] = None,
31
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
32
+ wait_for_guest: Optional[pulumi.Input[builtins.bool]] = None):
32
33
  """
33
34
  The set of arguments for constructing a VappEntity resource.
34
- :param pulumi.Input[str] container_id: Managed object ID of the vApp
35
+ :param pulumi.Input[builtins.str] container_id: Managed object ID of the vApp
35
36
  container the entity is a member of.
36
- :param pulumi.Input[str] target_id: Managed object ID of the entity
37
+ :param pulumi.Input[builtins.str] target_id: Managed object ID of the entity
37
38
  to power on or power off. This can be a virtual machine or a vApp.
38
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: A list of custom attributes to set on this resource.
39
- :param pulumi.Input[str] start_action: How to start the entity. Valid settings are none
39
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_attributes: A list of custom attributes to set on this resource.
40
+ :param pulumi.Input[builtins.str] start_action: How to start the entity. Valid settings are none
40
41
  or powerOn. If set to none, then the entity does not participate in auto-start.
41
42
  Default: powerOn
42
- :param pulumi.Input[int] start_delay: Delay in seconds before continuing with the next
43
+ :param pulumi.Input[builtins.int] start_delay: Delay in seconds before continuing with the next
43
44
  entity in the order of entities to be started. Default: 120
44
- :param pulumi.Input[int] start_order: Order to start and stop target in vApp. Default: 1
45
- :param pulumi.Input[str] stop_action: Defines the stop action for the entity. Can be set
45
+ :param pulumi.Input[builtins.int] start_order: Order to start and stop target in vApp. Default: 1
46
+ :param pulumi.Input[builtins.str] stop_action: Defines the stop action for the entity. Can be set
46
47
  to none, powerOff, guestShutdown, or suspend. If set to none, then the entity
47
48
  does not participate in auto-stop. Default: powerOff
48
- :param pulumi.Input[int] stop_delay: Delay in seconds before continuing with the next
49
+ :param pulumi.Input[builtins.int] stop_delay: Delay in seconds before continuing with the next
49
50
  entity in the order sequence. This is only used if the stopAction is
50
51
  guestShutdown. Default: 120
51
- :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag IDs to apply to this object.
52
- :param pulumi.Input[bool] wait_for_guest: Determines if the VM should be marked as being
52
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] tags: A list of tag IDs to apply to this object.
53
+ :param pulumi.Input[builtins.bool] wait_for_guest: Determines if the VM should be marked as being
53
54
  started when VMware Tools are ready instead of waiting for `start_delay`. This
54
55
  property has no effect for vApps. Default: false
55
56
  """
@@ -74,7 +75,7 @@ class VappEntityArgs:
74
75
 
75
76
  @property
76
77
  @pulumi.getter(name="containerId")
77
- def container_id(self) -> pulumi.Input[str]:
78
+ def container_id(self) -> pulumi.Input[builtins.str]:
78
79
  """
79
80
  Managed object ID of the vApp
80
81
  container the entity is a member of.
@@ -82,12 +83,12 @@ class VappEntityArgs:
82
83
  return pulumi.get(self, "container_id")
83
84
 
84
85
  @container_id.setter
85
- def container_id(self, value: pulumi.Input[str]):
86
+ def container_id(self, value: pulumi.Input[builtins.str]):
86
87
  pulumi.set(self, "container_id", value)
87
88
 
88
89
  @property
89
90
  @pulumi.getter(name="targetId")
90
- def target_id(self) -> pulumi.Input[str]:
91
+ def target_id(self) -> pulumi.Input[builtins.str]:
91
92
  """
92
93
  Managed object ID of the entity
93
94
  to power on or power off. This can be a virtual machine or a vApp.
@@ -95,24 +96,24 @@ class VappEntityArgs:
95
96
  return pulumi.get(self, "target_id")
96
97
 
97
98
  @target_id.setter
98
- def target_id(self, value: pulumi.Input[str]):
99
+ def target_id(self, value: pulumi.Input[builtins.str]):
99
100
  pulumi.set(self, "target_id", value)
100
101
 
101
102
  @property
102
103
  @pulumi.getter(name="customAttributes")
103
- def custom_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
104
+ def custom_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
104
105
  """
105
106
  A list of custom attributes to set on this resource.
106
107
  """
107
108
  return pulumi.get(self, "custom_attributes")
108
109
 
109
110
  @custom_attributes.setter
110
- def custom_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
111
+ def custom_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
111
112
  pulumi.set(self, "custom_attributes", value)
112
113
 
113
114
  @property
114
115
  @pulumi.getter(name="startAction")
115
- def start_action(self) -> Optional[pulumi.Input[str]]:
116
+ def start_action(self) -> Optional[pulumi.Input[builtins.str]]:
116
117
  """
117
118
  How to start the entity. Valid settings are none
118
119
  or powerOn. If set to none, then the entity does not participate in auto-start.
@@ -121,12 +122,12 @@ class VappEntityArgs:
121
122
  return pulumi.get(self, "start_action")
122
123
 
123
124
  @start_action.setter
124
- def start_action(self, value: Optional[pulumi.Input[str]]):
125
+ def start_action(self, value: Optional[pulumi.Input[builtins.str]]):
125
126
  pulumi.set(self, "start_action", value)
126
127
 
127
128
  @property
128
129
  @pulumi.getter(name="startDelay")
129
- def start_delay(self) -> Optional[pulumi.Input[int]]:
130
+ def start_delay(self) -> Optional[pulumi.Input[builtins.int]]:
130
131
  """
131
132
  Delay in seconds before continuing with the next
132
133
  entity in the order of entities to be started. Default: 120
@@ -134,24 +135,24 @@ class VappEntityArgs:
134
135
  return pulumi.get(self, "start_delay")
135
136
 
136
137
  @start_delay.setter
137
- def start_delay(self, value: Optional[pulumi.Input[int]]):
138
+ def start_delay(self, value: Optional[pulumi.Input[builtins.int]]):
138
139
  pulumi.set(self, "start_delay", value)
139
140
 
140
141
  @property
141
142
  @pulumi.getter(name="startOrder")
142
- def start_order(self) -> Optional[pulumi.Input[int]]:
143
+ def start_order(self) -> Optional[pulumi.Input[builtins.int]]:
143
144
  """
144
145
  Order to start and stop target in vApp. Default: 1
145
146
  """
146
147
  return pulumi.get(self, "start_order")
147
148
 
148
149
  @start_order.setter
149
- def start_order(self, value: Optional[pulumi.Input[int]]):
150
+ def start_order(self, value: Optional[pulumi.Input[builtins.int]]):
150
151
  pulumi.set(self, "start_order", value)
151
152
 
152
153
  @property
153
154
  @pulumi.getter(name="stopAction")
154
- def stop_action(self) -> Optional[pulumi.Input[str]]:
155
+ def stop_action(self) -> Optional[pulumi.Input[builtins.str]]:
155
156
  """
156
157
  Defines the stop action for the entity. Can be set
157
158
  to none, powerOff, guestShutdown, or suspend. If set to none, then the entity
@@ -160,12 +161,12 @@ class VappEntityArgs:
160
161
  return pulumi.get(self, "stop_action")
161
162
 
162
163
  @stop_action.setter
163
- def stop_action(self, value: Optional[pulumi.Input[str]]):
164
+ def stop_action(self, value: Optional[pulumi.Input[builtins.str]]):
164
165
  pulumi.set(self, "stop_action", value)
165
166
 
166
167
  @property
167
168
  @pulumi.getter(name="stopDelay")
168
- def stop_delay(self) -> Optional[pulumi.Input[int]]:
169
+ def stop_delay(self) -> Optional[pulumi.Input[builtins.int]]:
169
170
  """
170
171
  Delay in seconds before continuing with the next
171
172
  entity in the order sequence. This is only used if the stopAction is
@@ -174,24 +175,24 @@ class VappEntityArgs:
174
175
  return pulumi.get(self, "stop_delay")
175
176
 
176
177
  @stop_delay.setter
177
- def stop_delay(self, value: Optional[pulumi.Input[int]]):
178
+ def stop_delay(self, value: Optional[pulumi.Input[builtins.int]]):
178
179
  pulumi.set(self, "stop_delay", value)
179
180
 
180
181
  @property
181
182
  @pulumi.getter
182
- def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
183
+ def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
183
184
  """
184
185
  A list of tag IDs to apply to this object.
185
186
  """
186
187
  return pulumi.get(self, "tags")
187
188
 
188
189
  @tags.setter
189
- def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
190
+ def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
190
191
  pulumi.set(self, "tags", value)
191
192
 
192
193
  @property
193
194
  @pulumi.getter(name="waitForGuest")
194
- def wait_for_guest(self) -> Optional[pulumi.Input[bool]]:
195
+ def wait_for_guest(self) -> Optional[pulumi.Input[builtins.bool]]:
195
196
  """
196
197
  Determines if the VM should be marked as being
197
198
  started when VMware Tools are ready instead of waiting for `start_delay`. This
@@ -200,44 +201,44 @@ class VappEntityArgs:
200
201
  return pulumi.get(self, "wait_for_guest")
201
202
 
202
203
  @wait_for_guest.setter
203
- def wait_for_guest(self, value: Optional[pulumi.Input[bool]]):
204
+ def wait_for_guest(self, value: Optional[pulumi.Input[builtins.bool]]):
204
205
  pulumi.set(self, "wait_for_guest", value)
205
206
 
206
207
 
207
208
  @pulumi.input_type
208
209
  class _VappEntityState:
209
210
  def __init__(__self__, *,
210
- container_id: Optional[pulumi.Input[str]] = None,
211
- custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
212
- start_action: Optional[pulumi.Input[str]] = None,
213
- start_delay: Optional[pulumi.Input[int]] = None,
214
- start_order: Optional[pulumi.Input[int]] = None,
215
- stop_action: Optional[pulumi.Input[str]] = None,
216
- stop_delay: Optional[pulumi.Input[int]] = None,
217
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
218
- target_id: Optional[pulumi.Input[str]] = None,
219
- wait_for_guest: Optional[pulumi.Input[bool]] = None):
211
+ container_id: Optional[pulumi.Input[builtins.str]] = None,
212
+ custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
213
+ start_action: Optional[pulumi.Input[builtins.str]] = None,
214
+ start_delay: Optional[pulumi.Input[builtins.int]] = None,
215
+ start_order: Optional[pulumi.Input[builtins.int]] = None,
216
+ stop_action: Optional[pulumi.Input[builtins.str]] = None,
217
+ stop_delay: Optional[pulumi.Input[builtins.int]] = None,
218
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
219
+ target_id: Optional[pulumi.Input[builtins.str]] = None,
220
+ wait_for_guest: Optional[pulumi.Input[builtins.bool]] = None):
220
221
  """
221
222
  Input properties used for looking up and filtering VappEntity resources.
222
- :param pulumi.Input[str] container_id: Managed object ID of the vApp
223
+ :param pulumi.Input[builtins.str] container_id: Managed object ID of the vApp
223
224
  container the entity is a member of.
224
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: A list of custom attributes to set on this resource.
225
- :param pulumi.Input[str] start_action: How to start the entity. Valid settings are none
225
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_attributes: A list of custom attributes to set on this resource.
226
+ :param pulumi.Input[builtins.str] start_action: How to start the entity. Valid settings are none
226
227
  or powerOn. If set to none, then the entity does not participate in auto-start.
227
228
  Default: powerOn
228
- :param pulumi.Input[int] start_delay: Delay in seconds before continuing with the next
229
+ :param pulumi.Input[builtins.int] start_delay: Delay in seconds before continuing with the next
229
230
  entity in the order of entities to be started. Default: 120
230
- :param pulumi.Input[int] start_order: Order to start and stop target in vApp. Default: 1
231
- :param pulumi.Input[str] stop_action: Defines the stop action for the entity. Can be set
231
+ :param pulumi.Input[builtins.int] start_order: Order to start and stop target in vApp. Default: 1
232
+ :param pulumi.Input[builtins.str] stop_action: Defines the stop action for the entity. Can be set
232
233
  to none, powerOff, guestShutdown, or suspend. If set to none, then the entity
233
234
  does not participate in auto-stop. Default: powerOff
234
- :param pulumi.Input[int] stop_delay: Delay in seconds before continuing with the next
235
+ :param pulumi.Input[builtins.int] stop_delay: Delay in seconds before continuing with the next
235
236
  entity in the order sequence. This is only used if the stopAction is
236
237
  guestShutdown. Default: 120
237
- :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag IDs to apply to this object.
238
- :param pulumi.Input[str] target_id: Managed object ID of the entity
238
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] tags: A list of tag IDs to apply to this object.
239
+ :param pulumi.Input[builtins.str] target_id: Managed object ID of the entity
239
240
  to power on or power off. This can be a virtual machine or a vApp.
240
- :param pulumi.Input[bool] wait_for_guest: Determines if the VM should be marked as being
241
+ :param pulumi.Input[builtins.bool] wait_for_guest: Determines if the VM should be marked as being
241
242
  started when VMware Tools are ready instead of waiting for `start_delay`. This
242
243
  property has no effect for vApps. Default: false
243
244
  """
@@ -264,7 +265,7 @@ class _VappEntityState:
264
265
 
265
266
  @property
266
267
  @pulumi.getter(name="containerId")
267
- def container_id(self) -> Optional[pulumi.Input[str]]:
268
+ def container_id(self) -> Optional[pulumi.Input[builtins.str]]:
268
269
  """
269
270
  Managed object ID of the vApp
270
271
  container the entity is a member of.
@@ -272,24 +273,24 @@ class _VappEntityState:
272
273
  return pulumi.get(self, "container_id")
273
274
 
274
275
  @container_id.setter
275
- def container_id(self, value: Optional[pulumi.Input[str]]):
276
+ def container_id(self, value: Optional[pulumi.Input[builtins.str]]):
276
277
  pulumi.set(self, "container_id", value)
277
278
 
278
279
  @property
279
280
  @pulumi.getter(name="customAttributes")
280
- def custom_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]:
281
+ def custom_attributes(self) -> Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]:
281
282
  """
282
283
  A list of custom attributes to set on this resource.
283
284
  """
284
285
  return pulumi.get(self, "custom_attributes")
285
286
 
286
287
  @custom_attributes.setter
287
- def custom_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]]):
288
+ def custom_attributes(self, value: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]]):
288
289
  pulumi.set(self, "custom_attributes", value)
289
290
 
290
291
  @property
291
292
  @pulumi.getter(name="startAction")
292
- def start_action(self) -> Optional[pulumi.Input[str]]:
293
+ def start_action(self) -> Optional[pulumi.Input[builtins.str]]:
293
294
  """
294
295
  How to start the entity. Valid settings are none
295
296
  or powerOn. If set to none, then the entity does not participate in auto-start.
@@ -298,12 +299,12 @@ class _VappEntityState:
298
299
  return pulumi.get(self, "start_action")
299
300
 
300
301
  @start_action.setter
301
- def start_action(self, value: Optional[pulumi.Input[str]]):
302
+ def start_action(self, value: Optional[pulumi.Input[builtins.str]]):
302
303
  pulumi.set(self, "start_action", value)
303
304
 
304
305
  @property
305
306
  @pulumi.getter(name="startDelay")
306
- def start_delay(self) -> Optional[pulumi.Input[int]]:
307
+ def start_delay(self) -> Optional[pulumi.Input[builtins.int]]:
307
308
  """
308
309
  Delay in seconds before continuing with the next
309
310
  entity in the order of entities to be started. Default: 120
@@ -311,24 +312,24 @@ class _VappEntityState:
311
312
  return pulumi.get(self, "start_delay")
312
313
 
313
314
  @start_delay.setter
314
- def start_delay(self, value: Optional[pulumi.Input[int]]):
315
+ def start_delay(self, value: Optional[pulumi.Input[builtins.int]]):
315
316
  pulumi.set(self, "start_delay", value)
316
317
 
317
318
  @property
318
319
  @pulumi.getter(name="startOrder")
319
- def start_order(self) -> Optional[pulumi.Input[int]]:
320
+ def start_order(self) -> Optional[pulumi.Input[builtins.int]]:
320
321
  """
321
322
  Order to start and stop target in vApp. Default: 1
322
323
  """
323
324
  return pulumi.get(self, "start_order")
324
325
 
325
326
  @start_order.setter
326
- def start_order(self, value: Optional[pulumi.Input[int]]):
327
+ def start_order(self, value: Optional[pulumi.Input[builtins.int]]):
327
328
  pulumi.set(self, "start_order", value)
328
329
 
329
330
  @property
330
331
  @pulumi.getter(name="stopAction")
331
- def stop_action(self) -> Optional[pulumi.Input[str]]:
332
+ def stop_action(self) -> Optional[pulumi.Input[builtins.str]]:
332
333
  """
333
334
  Defines the stop action for the entity. Can be set
334
335
  to none, powerOff, guestShutdown, or suspend. If set to none, then the entity
@@ -337,12 +338,12 @@ class _VappEntityState:
337
338
  return pulumi.get(self, "stop_action")
338
339
 
339
340
  @stop_action.setter
340
- def stop_action(self, value: Optional[pulumi.Input[str]]):
341
+ def stop_action(self, value: Optional[pulumi.Input[builtins.str]]):
341
342
  pulumi.set(self, "stop_action", value)
342
343
 
343
344
  @property
344
345
  @pulumi.getter(name="stopDelay")
345
- def stop_delay(self) -> Optional[pulumi.Input[int]]:
346
+ def stop_delay(self) -> Optional[pulumi.Input[builtins.int]]:
346
347
  """
347
348
  Delay in seconds before continuing with the next
348
349
  entity in the order sequence. This is only used if the stopAction is
@@ -351,24 +352,24 @@ class _VappEntityState:
351
352
  return pulumi.get(self, "stop_delay")
352
353
 
353
354
  @stop_delay.setter
354
- def stop_delay(self, value: Optional[pulumi.Input[int]]):
355
+ def stop_delay(self, value: Optional[pulumi.Input[builtins.int]]):
355
356
  pulumi.set(self, "stop_delay", value)
356
357
 
357
358
  @property
358
359
  @pulumi.getter
359
- def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
360
+ def tags(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
360
361
  """
361
362
  A list of tag IDs to apply to this object.
362
363
  """
363
364
  return pulumi.get(self, "tags")
364
365
 
365
366
  @tags.setter
366
- def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
367
+ def tags(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
367
368
  pulumi.set(self, "tags", value)
368
369
 
369
370
  @property
370
371
  @pulumi.getter(name="targetId")
371
- def target_id(self) -> Optional[pulumi.Input[str]]:
372
+ def target_id(self) -> Optional[pulumi.Input[builtins.str]]:
372
373
  """
373
374
  Managed object ID of the entity
374
375
  to power on or power off. This can be a virtual machine or a vApp.
@@ -376,12 +377,12 @@ class _VappEntityState:
376
377
  return pulumi.get(self, "target_id")
377
378
 
378
379
  @target_id.setter
379
- def target_id(self, value: Optional[pulumi.Input[str]]):
380
+ def target_id(self, value: Optional[pulumi.Input[builtins.str]]):
380
381
  pulumi.set(self, "target_id", value)
381
382
 
382
383
  @property
383
384
  @pulumi.getter(name="waitForGuest")
384
- def wait_for_guest(self) -> Optional[pulumi.Input[bool]]:
385
+ def wait_for_guest(self) -> Optional[pulumi.Input[builtins.bool]]:
385
386
  """
386
387
  Determines if the VM should be marked as being
387
388
  started when VMware Tools are ready instead of waiting for `start_delay`. This
@@ -390,25 +391,28 @@ class _VappEntityState:
390
391
  return pulumi.get(self, "wait_for_guest")
391
392
 
392
393
  @wait_for_guest.setter
393
- def wait_for_guest(self, value: Optional[pulumi.Input[bool]]):
394
+ def wait_for_guest(self, value: Optional[pulumi.Input[builtins.bool]]):
394
395
  pulumi.set(self, "wait_for_guest", value)
395
396
 
396
397
 
397
398
  class VappEntity(pulumi.CustomResource):
399
+
400
+ pulumi_type = "vsphere:index/vappEntity:VappEntity"
401
+
398
402
  @overload
399
403
  def __init__(__self__,
400
404
  resource_name: str,
401
405
  opts: Optional[pulumi.ResourceOptions] = None,
402
- container_id: Optional[pulumi.Input[str]] = None,
403
- custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
404
- start_action: Optional[pulumi.Input[str]] = None,
405
- start_delay: Optional[pulumi.Input[int]] = None,
406
- start_order: Optional[pulumi.Input[int]] = None,
407
- stop_action: Optional[pulumi.Input[str]] = None,
408
- stop_delay: Optional[pulumi.Input[int]] = None,
409
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
410
- target_id: Optional[pulumi.Input[str]] = None,
411
- wait_for_guest: Optional[pulumi.Input[bool]] = None,
406
+ container_id: Optional[pulumi.Input[builtins.str]] = None,
407
+ custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
408
+ start_action: Optional[pulumi.Input[builtins.str]] = None,
409
+ start_delay: Optional[pulumi.Input[builtins.int]] = None,
410
+ start_order: Optional[pulumi.Input[builtins.int]] = None,
411
+ stop_action: Optional[pulumi.Input[builtins.str]] = None,
412
+ stop_delay: Optional[pulumi.Input[builtins.int]] = None,
413
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
414
+ target_id: Optional[pulumi.Input[builtins.str]] = None,
415
+ wait_for_guest: Optional[pulumi.Input[builtins.bool]] = None,
412
416
  __props__=None):
413
417
  """
414
418
  The `VappEntity` resource can be used to describe the behavior of an
@@ -484,25 +488,25 @@ class VappEntity(pulumi.CustomResource):
484
488
 
485
489
  :param str resource_name: The name of the resource.
486
490
  :param pulumi.ResourceOptions opts: Options for the resource.
487
- :param pulumi.Input[str] container_id: Managed object ID of the vApp
491
+ :param pulumi.Input[builtins.str] container_id: Managed object ID of the vApp
488
492
  container the entity is a member of.
489
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: A list of custom attributes to set on this resource.
490
- :param pulumi.Input[str] start_action: How to start the entity. Valid settings are none
493
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_attributes: A list of custom attributes to set on this resource.
494
+ :param pulumi.Input[builtins.str] start_action: How to start the entity. Valid settings are none
491
495
  or powerOn. If set to none, then the entity does not participate in auto-start.
492
496
  Default: powerOn
493
- :param pulumi.Input[int] start_delay: Delay in seconds before continuing with the next
497
+ :param pulumi.Input[builtins.int] start_delay: Delay in seconds before continuing with the next
494
498
  entity in the order of entities to be started. Default: 120
495
- :param pulumi.Input[int] start_order: Order to start and stop target in vApp. Default: 1
496
- :param pulumi.Input[str] stop_action: Defines the stop action for the entity. Can be set
499
+ :param pulumi.Input[builtins.int] start_order: Order to start and stop target in vApp. Default: 1
500
+ :param pulumi.Input[builtins.str] stop_action: Defines the stop action for the entity. Can be set
497
501
  to none, powerOff, guestShutdown, or suspend. If set to none, then the entity
498
502
  does not participate in auto-stop. Default: powerOff
499
- :param pulumi.Input[int] stop_delay: Delay in seconds before continuing with the next
503
+ :param pulumi.Input[builtins.int] stop_delay: Delay in seconds before continuing with the next
500
504
  entity in the order sequence. This is only used if the stopAction is
501
505
  guestShutdown. Default: 120
502
- :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag IDs to apply to this object.
503
- :param pulumi.Input[str] target_id: Managed object ID of the entity
506
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] tags: A list of tag IDs to apply to this object.
507
+ :param pulumi.Input[builtins.str] target_id: Managed object ID of the entity
504
508
  to power on or power off. This can be a virtual machine or a vApp.
505
- :param pulumi.Input[bool] wait_for_guest: Determines if the VM should be marked as being
509
+ :param pulumi.Input[builtins.bool] wait_for_guest: Determines if the VM should be marked as being
506
510
  started when VMware Tools are ready instead of waiting for `start_delay`. This
507
511
  property has no effect for vApps. Default: false
508
512
  """
@@ -599,16 +603,16 @@ class VappEntity(pulumi.CustomResource):
599
603
  def _internal_init(__self__,
600
604
  resource_name: str,
601
605
  opts: Optional[pulumi.ResourceOptions] = None,
602
- container_id: Optional[pulumi.Input[str]] = None,
603
- custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
604
- start_action: Optional[pulumi.Input[str]] = None,
605
- start_delay: Optional[pulumi.Input[int]] = None,
606
- start_order: Optional[pulumi.Input[int]] = None,
607
- stop_action: Optional[pulumi.Input[str]] = None,
608
- stop_delay: Optional[pulumi.Input[int]] = None,
609
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
610
- target_id: Optional[pulumi.Input[str]] = None,
611
- wait_for_guest: Optional[pulumi.Input[bool]] = None,
606
+ container_id: Optional[pulumi.Input[builtins.str]] = None,
607
+ custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
608
+ start_action: Optional[pulumi.Input[builtins.str]] = None,
609
+ start_delay: Optional[pulumi.Input[builtins.int]] = None,
610
+ start_order: Optional[pulumi.Input[builtins.int]] = None,
611
+ stop_action: Optional[pulumi.Input[builtins.str]] = None,
612
+ stop_delay: Optional[pulumi.Input[builtins.int]] = None,
613
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
614
+ target_id: Optional[pulumi.Input[builtins.str]] = None,
615
+ wait_for_guest: Optional[pulumi.Input[builtins.bool]] = None,
612
616
  __props__=None):
613
617
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
614
618
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -642,16 +646,16 @@ class VappEntity(pulumi.CustomResource):
642
646
  def get(resource_name: str,
643
647
  id: pulumi.Input[str],
644
648
  opts: Optional[pulumi.ResourceOptions] = None,
645
- container_id: Optional[pulumi.Input[str]] = None,
646
- custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[str]]]] = None,
647
- start_action: Optional[pulumi.Input[str]] = None,
648
- start_delay: Optional[pulumi.Input[int]] = None,
649
- start_order: Optional[pulumi.Input[int]] = None,
650
- stop_action: Optional[pulumi.Input[str]] = None,
651
- stop_delay: Optional[pulumi.Input[int]] = None,
652
- tags: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
653
- target_id: Optional[pulumi.Input[str]] = None,
654
- wait_for_guest: Optional[pulumi.Input[bool]] = None) -> 'VappEntity':
649
+ container_id: Optional[pulumi.Input[builtins.str]] = None,
650
+ custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
651
+ start_action: Optional[pulumi.Input[builtins.str]] = None,
652
+ start_delay: Optional[pulumi.Input[builtins.int]] = None,
653
+ start_order: Optional[pulumi.Input[builtins.int]] = None,
654
+ stop_action: Optional[pulumi.Input[builtins.str]] = None,
655
+ stop_delay: Optional[pulumi.Input[builtins.int]] = None,
656
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
657
+ target_id: Optional[pulumi.Input[builtins.str]] = None,
658
+ wait_for_guest: Optional[pulumi.Input[builtins.bool]] = None) -> 'VappEntity':
655
659
  """
656
660
  Get an existing VappEntity resource's state with the given name, id, and optional extra
657
661
  properties used to qualify the lookup.
@@ -659,25 +663,25 @@ class VappEntity(pulumi.CustomResource):
659
663
  :param str resource_name: The unique name of the resulting resource.
660
664
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
661
665
  :param pulumi.ResourceOptions opts: Options for the resource.
662
- :param pulumi.Input[str] container_id: Managed object ID of the vApp
666
+ :param pulumi.Input[builtins.str] container_id: Managed object ID of the vApp
663
667
  container the entity is a member of.
664
- :param pulumi.Input[Mapping[str, pulumi.Input[str]]] custom_attributes: A list of custom attributes to set on this resource.
665
- :param pulumi.Input[str] start_action: How to start the entity. Valid settings are none
668
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_attributes: A list of custom attributes to set on this resource.
669
+ :param pulumi.Input[builtins.str] start_action: How to start the entity. Valid settings are none
666
670
  or powerOn. If set to none, then the entity does not participate in auto-start.
667
671
  Default: powerOn
668
- :param pulumi.Input[int] start_delay: Delay in seconds before continuing with the next
672
+ :param pulumi.Input[builtins.int] start_delay: Delay in seconds before continuing with the next
669
673
  entity in the order of entities to be started. Default: 120
670
- :param pulumi.Input[int] start_order: Order to start and stop target in vApp. Default: 1
671
- :param pulumi.Input[str] stop_action: Defines the stop action for the entity. Can be set
674
+ :param pulumi.Input[builtins.int] start_order: Order to start and stop target in vApp. Default: 1
675
+ :param pulumi.Input[builtins.str] stop_action: Defines the stop action for the entity. Can be set
672
676
  to none, powerOff, guestShutdown, or suspend. If set to none, then the entity
673
677
  does not participate in auto-stop. Default: powerOff
674
- :param pulumi.Input[int] stop_delay: Delay in seconds before continuing with the next
678
+ :param pulumi.Input[builtins.int] stop_delay: Delay in seconds before continuing with the next
675
679
  entity in the order sequence. This is only used if the stopAction is
676
680
  guestShutdown. Default: 120
677
- :param pulumi.Input[Sequence[pulumi.Input[str]]] tags: A list of tag IDs to apply to this object.
678
- :param pulumi.Input[str] target_id: Managed object ID of the entity
681
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] tags: A list of tag IDs to apply to this object.
682
+ :param pulumi.Input[builtins.str] target_id: Managed object ID of the entity
679
683
  to power on or power off. This can be a virtual machine or a vApp.
680
- :param pulumi.Input[bool] wait_for_guest: Determines if the VM should be marked as being
684
+ :param pulumi.Input[builtins.bool] wait_for_guest: Determines if the VM should be marked as being
681
685
  started when VMware Tools are ready instead of waiting for `start_delay`. This
682
686
  property has no effect for vApps. Default: false
683
687
  """
@@ -699,7 +703,7 @@ class VappEntity(pulumi.CustomResource):
699
703
 
700
704
  @property
701
705
  @pulumi.getter(name="containerId")
702
- def container_id(self) -> pulumi.Output[str]:
706
+ def container_id(self) -> pulumi.Output[builtins.str]:
703
707
  """
704
708
  Managed object ID of the vApp
705
709
  container the entity is a member of.
@@ -708,7 +712,7 @@ class VappEntity(pulumi.CustomResource):
708
712
 
709
713
  @property
710
714
  @pulumi.getter(name="customAttributes")
711
- def custom_attributes(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
715
+ def custom_attributes(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
712
716
  """
713
717
  A list of custom attributes to set on this resource.
714
718
  """
@@ -716,7 +720,7 @@ class VappEntity(pulumi.CustomResource):
716
720
 
717
721
  @property
718
722
  @pulumi.getter(name="startAction")
719
- def start_action(self) -> pulumi.Output[Optional[str]]:
723
+ def start_action(self) -> pulumi.Output[Optional[builtins.str]]:
720
724
  """
721
725
  How to start the entity. Valid settings are none
722
726
  or powerOn. If set to none, then the entity does not participate in auto-start.
@@ -726,7 +730,7 @@ class VappEntity(pulumi.CustomResource):
726
730
 
727
731
  @property
728
732
  @pulumi.getter(name="startDelay")
729
- def start_delay(self) -> pulumi.Output[Optional[int]]:
733
+ def start_delay(self) -> pulumi.Output[Optional[builtins.int]]:
730
734
  """
731
735
  Delay in seconds before continuing with the next
732
736
  entity in the order of entities to be started. Default: 120
@@ -735,7 +739,7 @@ class VappEntity(pulumi.CustomResource):
735
739
 
736
740
  @property
737
741
  @pulumi.getter(name="startOrder")
738
- def start_order(self) -> pulumi.Output[Optional[int]]:
742
+ def start_order(self) -> pulumi.Output[Optional[builtins.int]]:
739
743
  """
740
744
  Order to start and stop target in vApp. Default: 1
741
745
  """
@@ -743,7 +747,7 @@ class VappEntity(pulumi.CustomResource):
743
747
 
744
748
  @property
745
749
  @pulumi.getter(name="stopAction")
746
- def stop_action(self) -> pulumi.Output[Optional[str]]:
750
+ def stop_action(self) -> pulumi.Output[Optional[builtins.str]]:
747
751
  """
748
752
  Defines the stop action for the entity. Can be set
749
753
  to none, powerOff, guestShutdown, or suspend. If set to none, then the entity
@@ -753,7 +757,7 @@ class VappEntity(pulumi.CustomResource):
753
757
 
754
758
  @property
755
759
  @pulumi.getter(name="stopDelay")
756
- def stop_delay(self) -> pulumi.Output[Optional[int]]:
760
+ def stop_delay(self) -> pulumi.Output[Optional[builtins.int]]:
757
761
  """
758
762
  Delay in seconds before continuing with the next
759
763
  entity in the order sequence. This is only used if the stopAction is
@@ -763,7 +767,7 @@ class VappEntity(pulumi.CustomResource):
763
767
 
764
768
  @property
765
769
  @pulumi.getter
766
- def tags(self) -> pulumi.Output[Optional[Sequence[str]]]:
770
+ def tags(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
767
771
  """
768
772
  A list of tag IDs to apply to this object.
769
773
  """
@@ -771,7 +775,7 @@ class VappEntity(pulumi.CustomResource):
771
775
 
772
776
  @property
773
777
  @pulumi.getter(name="targetId")
774
- def target_id(self) -> pulumi.Output[str]:
778
+ def target_id(self) -> pulumi.Output[builtins.str]:
775
779
  """
776
780
  Managed object ID of the entity
777
781
  to power on or power off. This can be a virtual machine or a vApp.
@@ -780,7 +784,7 @@ class VappEntity(pulumi.CustomResource):
780
784
 
781
785
  @property
782
786
  @pulumi.getter(name="waitForGuest")
783
- def wait_for_guest(self) -> pulumi.Output[Optional[bool]]:
787
+ def wait_for_guest(self) -> pulumi.Output[Optional[builtins.bool]]:
784
788
  """
785
789
  Determines if the VM should be marked as being
786
790
  started when VMware Tools are ready instead of waiting for `start_delay`. This