pulumi-vsphere 4.13.1a1738773193__py3-none-any.whl → 4.13.2__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 (87) hide show
  1. pulumi_vsphere/__init__.py +1 -0
  2. pulumi_vsphere/_inputs.py +969 -968
  3. pulumi_vsphere/_utilities.py +8 -4
  4. pulumi_vsphere/compute_cluster.py +918 -917
  5. pulumi_vsphere/compute_cluster_host_group.py +43 -42
  6. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +71 -70
  7. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +71 -70
  8. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +85 -84
  9. pulumi_vsphere/compute_cluster_vm_group.py +43 -42
  10. pulumi_vsphere/compute_cluster_vm_host_rule.py +99 -98
  11. pulumi_vsphere/config/__init__.py +1 -0
  12. pulumi_vsphere/config/__init__.pyi +1 -0
  13. pulumi_vsphere/config/vars.py +1 -0
  14. pulumi_vsphere/content_library.py +43 -42
  15. pulumi_vsphere/content_library_item.py +85 -84
  16. pulumi_vsphere/custom_attribute.py +29 -28
  17. pulumi_vsphere/datacenter.py +64 -63
  18. pulumi_vsphere/datastore_cluster.py +351 -350
  19. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +71 -70
  20. pulumi_vsphere/distributed_port_group.py +645 -644
  21. pulumi_vsphere/distributed_virtual_switch.py +1282 -1281
  22. pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +57 -56
  23. pulumi_vsphere/dpm_host_override.py +57 -56
  24. pulumi_vsphere/drs_vm_override.py +57 -56
  25. pulumi_vsphere/entity_permissions.py +29 -28
  26. pulumi_vsphere/file.py +95 -94
  27. pulumi_vsphere/folder.py +71 -70
  28. pulumi_vsphere/get_compute_cluster.py +13 -12
  29. pulumi_vsphere/get_compute_cluster_host_group.py +13 -12
  30. pulumi_vsphere/get_content_library.py +7 -6
  31. pulumi_vsphere/get_content_library_item.py +17 -16
  32. pulumi_vsphere/get_custom_attribute.py +8 -7
  33. pulumi_vsphere/get_datacenter.py +8 -7
  34. pulumi_vsphere/get_datastore.py +17 -16
  35. pulumi_vsphere/get_datastore_cluster.py +13 -12
  36. pulumi_vsphere/get_datastore_stats.py +17 -16
  37. pulumi_vsphere/get_distributed_virtual_switch.py +13 -12
  38. pulumi_vsphere/get_dynamic.py +17 -16
  39. pulumi_vsphere/get_folder.py +7 -6
  40. pulumi_vsphere/get_guest_os_customization.py +11 -10
  41. pulumi_vsphere/get_host.py +13 -12
  42. pulumi_vsphere/get_host_base_images.py +3 -2
  43. pulumi_vsphere/get_host_pci_device.py +23 -22
  44. pulumi_vsphere/get_host_thumbprint.py +17 -16
  45. pulumi_vsphere/get_host_vgpu_profile.py +12 -11
  46. pulumi_vsphere/get_license.py +12 -11
  47. pulumi_vsphere/get_network.py +18 -17
  48. pulumi_vsphere/get_ovf_vm_template.py +89 -88
  49. pulumi_vsphere/get_policy.py +7 -6
  50. pulumi_vsphere/get_resource_pool.py +12 -11
  51. pulumi_vsphere/get_role.py +20 -19
  52. pulumi_vsphere/get_tag.py +13 -12
  53. pulumi_vsphere/get_tag_category.py +10 -9
  54. pulumi_vsphere/get_vapp_container.py +12 -11
  55. pulumi_vsphere/get_virtual_machine.py +204 -203
  56. pulumi_vsphere/get_vmfs_disks.py +18 -17
  57. pulumi_vsphere/guest_os_customization.py +57 -56
  58. pulumi_vsphere/ha_vm_override.py +211 -210
  59. pulumi_vsphere/host.py +197 -196
  60. pulumi_vsphere/host_port_group.py +253 -252
  61. pulumi_vsphere/host_virtual_switch.py +295 -294
  62. pulumi_vsphere/license.py +57 -56
  63. pulumi_vsphere/nas_datastore.py +211 -210
  64. pulumi_vsphere/offline_software_depot.py +15 -14
  65. pulumi_vsphere/outputs.py +721 -720
  66. pulumi_vsphere/provider.py +98 -97
  67. pulumi_vsphere/pulumi-plugin.json +1 -1
  68. pulumi_vsphere/resource_pool.py +211 -210
  69. pulumi_vsphere/role.py +36 -35
  70. pulumi_vsphere/storage_drs_vm_override.py +71 -70
  71. pulumi_vsphere/supervisor.py +155 -154
  72. pulumi_vsphere/tag.py +43 -42
  73. pulumi_vsphere/tag_category.py +57 -56
  74. pulumi_vsphere/vapp_container.py +211 -210
  75. pulumi_vsphere/vapp_entity.py +141 -140
  76. pulumi_vsphere/virtual_disk.py +99 -98
  77. pulumi_vsphere/virtual_machine.py +1040 -1039
  78. pulumi_vsphere/virtual_machine_class.py +85 -84
  79. pulumi_vsphere/virtual_machine_snapshot.py +99 -98
  80. pulumi_vsphere/vm_storage_policy.py +29 -28
  81. pulumi_vsphere/vmfs_datastore.py +148 -147
  82. pulumi_vsphere/vnic.py +113 -112
  83. {pulumi_vsphere-4.13.1a1738773193.dist-info → pulumi_vsphere-4.13.2.dist-info}/METADATA +2 -2
  84. pulumi_vsphere-4.13.2.dist-info/RECORD +87 -0
  85. {pulumi_vsphere-4.13.1a1738773193.dist-info → pulumi_vsphere-4.13.2.dist-info}/WHEEL +1 -1
  86. pulumi_vsphere-4.13.1a1738773193.dist-info/RECORD +0 -87
  87. {pulumi_vsphere-4.13.1a1738773193.dist-info → pulumi_vsphere-4.13.2.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,7 +391,7 @@ 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
 
@@ -399,16 +400,16 @@ class VappEntity(pulumi.CustomResource):
399
400
  def __init__(__self__,
400
401
  resource_name: str,
401
402
  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,
403
+ container_id: Optional[pulumi.Input[builtins.str]] = None,
404
+ custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
405
+ start_action: Optional[pulumi.Input[builtins.str]] = None,
406
+ start_delay: Optional[pulumi.Input[builtins.int]] = None,
407
+ start_order: Optional[pulumi.Input[builtins.int]] = None,
408
+ stop_action: Optional[pulumi.Input[builtins.str]] = None,
409
+ stop_delay: Optional[pulumi.Input[builtins.int]] = None,
410
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
411
+ target_id: Optional[pulumi.Input[builtins.str]] = None,
412
+ wait_for_guest: Optional[pulumi.Input[builtins.bool]] = None,
412
413
  __props__=None):
413
414
  """
414
415
  The `VappEntity` resource can be used to describe the behavior of an
@@ -484,25 +485,25 @@ class VappEntity(pulumi.CustomResource):
484
485
 
485
486
  :param str resource_name: The name of the resource.
486
487
  :param pulumi.ResourceOptions opts: Options for the resource.
487
- :param pulumi.Input[str] container_id: Managed object ID of the vApp
488
+ :param pulumi.Input[builtins.str] container_id: Managed object ID of the vApp
488
489
  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
490
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_attributes: A list of custom attributes to set on this resource.
491
+ :param pulumi.Input[builtins.str] start_action: How to start the entity. Valid settings are none
491
492
  or powerOn. If set to none, then the entity does not participate in auto-start.
492
493
  Default: powerOn
493
- :param pulumi.Input[int] start_delay: Delay in seconds before continuing with the next
494
+ :param pulumi.Input[builtins.int] start_delay: Delay in seconds before continuing with the next
494
495
  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
496
+ :param pulumi.Input[builtins.int] start_order: Order to start and stop target in vApp. Default: 1
497
+ :param pulumi.Input[builtins.str] stop_action: Defines the stop action for the entity. Can be set
497
498
  to none, powerOff, guestShutdown, or suspend. If set to none, then the entity
498
499
  does not participate in auto-stop. Default: powerOff
499
- :param pulumi.Input[int] stop_delay: Delay in seconds before continuing with the next
500
+ :param pulumi.Input[builtins.int] stop_delay: Delay in seconds before continuing with the next
500
501
  entity in the order sequence. This is only used if the stopAction is
501
502
  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
503
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] tags: A list of tag IDs to apply to this object.
504
+ :param pulumi.Input[builtins.str] target_id: Managed object ID of the entity
504
505
  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
506
+ :param pulumi.Input[builtins.bool] wait_for_guest: Determines if the VM should be marked as being
506
507
  started when VMware Tools are ready instead of waiting for `start_delay`. This
507
508
  property has no effect for vApps. Default: false
508
509
  """
@@ -599,16 +600,16 @@ class VappEntity(pulumi.CustomResource):
599
600
  def _internal_init(__self__,
600
601
  resource_name: str,
601
602
  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,
603
+ container_id: Optional[pulumi.Input[builtins.str]] = None,
604
+ custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
605
+ start_action: Optional[pulumi.Input[builtins.str]] = None,
606
+ start_delay: Optional[pulumi.Input[builtins.int]] = None,
607
+ start_order: Optional[pulumi.Input[builtins.int]] = None,
608
+ stop_action: Optional[pulumi.Input[builtins.str]] = None,
609
+ stop_delay: Optional[pulumi.Input[builtins.int]] = None,
610
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
611
+ target_id: Optional[pulumi.Input[builtins.str]] = None,
612
+ wait_for_guest: Optional[pulumi.Input[builtins.bool]] = None,
612
613
  __props__=None):
613
614
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
614
615
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -642,16 +643,16 @@ class VappEntity(pulumi.CustomResource):
642
643
  def get(resource_name: str,
643
644
  id: pulumi.Input[str],
644
645
  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':
646
+ container_id: Optional[pulumi.Input[builtins.str]] = None,
647
+ custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
648
+ start_action: Optional[pulumi.Input[builtins.str]] = None,
649
+ start_delay: Optional[pulumi.Input[builtins.int]] = None,
650
+ start_order: Optional[pulumi.Input[builtins.int]] = None,
651
+ stop_action: Optional[pulumi.Input[builtins.str]] = None,
652
+ stop_delay: Optional[pulumi.Input[builtins.int]] = None,
653
+ tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
654
+ target_id: Optional[pulumi.Input[builtins.str]] = None,
655
+ wait_for_guest: Optional[pulumi.Input[builtins.bool]] = None) -> 'VappEntity':
655
656
  """
656
657
  Get an existing VappEntity resource's state with the given name, id, and optional extra
657
658
  properties used to qualify the lookup.
@@ -659,25 +660,25 @@ class VappEntity(pulumi.CustomResource):
659
660
  :param str resource_name: The unique name of the resulting resource.
660
661
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
661
662
  :param pulumi.ResourceOptions opts: Options for the resource.
662
- :param pulumi.Input[str] container_id: Managed object ID of the vApp
663
+ :param pulumi.Input[builtins.str] container_id: Managed object ID of the vApp
663
664
  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
665
+ :param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_attributes: A list of custom attributes to set on this resource.
666
+ :param pulumi.Input[builtins.str] start_action: How to start the entity. Valid settings are none
666
667
  or powerOn. If set to none, then the entity does not participate in auto-start.
667
668
  Default: powerOn
668
- :param pulumi.Input[int] start_delay: Delay in seconds before continuing with the next
669
+ :param pulumi.Input[builtins.int] start_delay: Delay in seconds before continuing with the next
669
670
  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
671
+ :param pulumi.Input[builtins.int] start_order: Order to start and stop target in vApp. Default: 1
672
+ :param pulumi.Input[builtins.str] stop_action: Defines the stop action for the entity. Can be set
672
673
  to none, powerOff, guestShutdown, or suspend. If set to none, then the entity
673
674
  does not participate in auto-stop. Default: powerOff
674
- :param pulumi.Input[int] stop_delay: Delay in seconds before continuing with the next
675
+ :param pulumi.Input[builtins.int] stop_delay: Delay in seconds before continuing with the next
675
676
  entity in the order sequence. This is only used if the stopAction is
676
677
  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
678
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] tags: A list of tag IDs to apply to this object.
679
+ :param pulumi.Input[builtins.str] target_id: Managed object ID of the entity
679
680
  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
681
+ :param pulumi.Input[builtins.bool] wait_for_guest: Determines if the VM should be marked as being
681
682
  started when VMware Tools are ready instead of waiting for `start_delay`. This
682
683
  property has no effect for vApps. Default: false
683
684
  """
@@ -699,7 +700,7 @@ class VappEntity(pulumi.CustomResource):
699
700
 
700
701
  @property
701
702
  @pulumi.getter(name="containerId")
702
- def container_id(self) -> pulumi.Output[str]:
703
+ def container_id(self) -> pulumi.Output[builtins.str]:
703
704
  """
704
705
  Managed object ID of the vApp
705
706
  container the entity is a member of.
@@ -708,7 +709,7 @@ class VappEntity(pulumi.CustomResource):
708
709
 
709
710
  @property
710
711
  @pulumi.getter(name="customAttributes")
711
- def custom_attributes(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
712
+ def custom_attributes(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
712
713
  """
713
714
  A list of custom attributes to set on this resource.
714
715
  """
@@ -716,7 +717,7 @@ class VappEntity(pulumi.CustomResource):
716
717
 
717
718
  @property
718
719
  @pulumi.getter(name="startAction")
719
- def start_action(self) -> pulumi.Output[Optional[str]]:
720
+ def start_action(self) -> pulumi.Output[Optional[builtins.str]]:
720
721
  """
721
722
  How to start the entity. Valid settings are none
722
723
  or powerOn. If set to none, then the entity does not participate in auto-start.
@@ -726,7 +727,7 @@ class VappEntity(pulumi.CustomResource):
726
727
 
727
728
  @property
728
729
  @pulumi.getter(name="startDelay")
729
- def start_delay(self) -> pulumi.Output[Optional[int]]:
730
+ def start_delay(self) -> pulumi.Output[Optional[builtins.int]]:
730
731
  """
731
732
  Delay in seconds before continuing with the next
732
733
  entity in the order of entities to be started. Default: 120
@@ -735,7 +736,7 @@ class VappEntity(pulumi.CustomResource):
735
736
 
736
737
  @property
737
738
  @pulumi.getter(name="startOrder")
738
- def start_order(self) -> pulumi.Output[Optional[int]]:
739
+ def start_order(self) -> pulumi.Output[Optional[builtins.int]]:
739
740
  """
740
741
  Order to start and stop target in vApp. Default: 1
741
742
  """
@@ -743,7 +744,7 @@ class VappEntity(pulumi.CustomResource):
743
744
 
744
745
  @property
745
746
  @pulumi.getter(name="stopAction")
746
- def stop_action(self) -> pulumi.Output[Optional[str]]:
747
+ def stop_action(self) -> pulumi.Output[Optional[builtins.str]]:
747
748
  """
748
749
  Defines the stop action for the entity. Can be set
749
750
  to none, powerOff, guestShutdown, or suspend. If set to none, then the entity
@@ -753,7 +754,7 @@ class VappEntity(pulumi.CustomResource):
753
754
 
754
755
  @property
755
756
  @pulumi.getter(name="stopDelay")
756
- def stop_delay(self) -> pulumi.Output[Optional[int]]:
757
+ def stop_delay(self) -> pulumi.Output[Optional[builtins.int]]:
757
758
  """
758
759
  Delay in seconds before continuing with the next
759
760
  entity in the order sequence. This is only used if the stopAction is
@@ -763,7 +764,7 @@ class VappEntity(pulumi.CustomResource):
763
764
 
764
765
  @property
765
766
  @pulumi.getter
766
- def tags(self) -> pulumi.Output[Optional[Sequence[str]]]:
767
+ def tags(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
767
768
  """
768
769
  A list of tag IDs to apply to this object.
769
770
  """
@@ -771,7 +772,7 @@ class VappEntity(pulumi.CustomResource):
771
772
 
772
773
  @property
773
774
  @pulumi.getter(name="targetId")
774
- def target_id(self) -> pulumi.Output[str]:
775
+ def target_id(self) -> pulumi.Output[builtins.str]:
775
776
  """
776
777
  Managed object ID of the entity
777
778
  to power on or power off. This can be a virtual machine or a vApp.
@@ -780,7 +781,7 @@ class VappEntity(pulumi.CustomResource):
780
781
 
781
782
  @property
782
783
  @pulumi.getter(name="waitForGuest")
783
- def wait_for_guest(self) -> pulumi.Output[Optional[bool]]:
784
+ def wait_for_guest(self) -> pulumi.Output[Optional[builtins.bool]]:
784
785
  """
785
786
  Determines if the VM should be marked as being
786
787
  started when VMware Tools are ready instead of waiting for `start_delay`. This