pulumi-vsphere 4.14.0a1741997722__py3-none-any.whl → 4.14.0a1746734806__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-vsphere might be problematic. Click here for more details.
- pulumi_vsphere/__init__.py +1 -0
- pulumi_vsphere/_inputs.py +969 -968
- pulumi_vsphere/compute_cluster.py +919 -917
- pulumi_vsphere/compute_cluster_host_group.py +44 -42
- pulumi_vsphere/compute_cluster_vm_affinity_rule.py +72 -70
- pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +72 -70
- pulumi_vsphere/compute_cluster_vm_dependency_rule.py +86 -84
- pulumi_vsphere/compute_cluster_vm_group.py +44 -42
- pulumi_vsphere/compute_cluster_vm_host_rule.py +100 -98
- pulumi_vsphere/config/__init__.py +1 -0
- pulumi_vsphere/config/__init__.pyi +1 -0
- pulumi_vsphere/config/vars.py +1 -0
- pulumi_vsphere/content_library.py +44 -42
- pulumi_vsphere/content_library_item.py +86 -84
- pulumi_vsphere/custom_attribute.py +30 -28
- pulumi_vsphere/datacenter.py +65 -63
- pulumi_vsphere/datastore_cluster.py +352 -350
- pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +72 -70
- pulumi_vsphere/distributed_port_group.py +646 -644
- pulumi_vsphere/distributed_virtual_switch.py +1283 -1281
- pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +58 -56
- pulumi_vsphere/dpm_host_override.py +58 -56
- pulumi_vsphere/drs_vm_override.py +58 -56
- pulumi_vsphere/entity_permissions.py +30 -28
- pulumi_vsphere/file.py +96 -94
- pulumi_vsphere/folder.py +72 -70
- pulumi_vsphere/get_compute_cluster.py +13 -12
- pulumi_vsphere/get_compute_cluster_host_group.py +13 -12
- pulumi_vsphere/get_content_library.py +7 -6
- pulumi_vsphere/get_content_library_item.py +17 -16
- pulumi_vsphere/get_custom_attribute.py +8 -7
- pulumi_vsphere/get_datacenter.py +8 -7
- pulumi_vsphere/get_datastore.py +17 -16
- pulumi_vsphere/get_datastore_cluster.py +13 -12
- pulumi_vsphere/get_datastore_stats.py +17 -16
- pulumi_vsphere/get_distributed_virtual_switch.py +13 -12
- pulumi_vsphere/get_dynamic.py +17 -16
- pulumi_vsphere/get_folder.py +7 -6
- pulumi_vsphere/get_guest_os_customization.py +11 -10
- pulumi_vsphere/get_host.py +13 -12
- pulumi_vsphere/get_host_base_images.py +3 -2
- pulumi_vsphere/get_host_pci_device.py +23 -22
- pulumi_vsphere/get_host_thumbprint.py +17 -16
- pulumi_vsphere/get_host_vgpu_profile.py +12 -11
- pulumi_vsphere/get_license.py +12 -11
- pulumi_vsphere/get_network.py +18 -17
- pulumi_vsphere/get_ovf_vm_template.py +89 -88
- pulumi_vsphere/get_policy.py +7 -6
- pulumi_vsphere/get_resource_pool.py +12 -11
- pulumi_vsphere/get_role.py +20 -19
- pulumi_vsphere/get_tag.py +13 -12
- pulumi_vsphere/get_tag_category.py +10 -9
- pulumi_vsphere/get_vapp_container.py +12 -11
- pulumi_vsphere/get_virtual_machine.py +204 -203
- pulumi_vsphere/get_vmfs_disks.py +18 -17
- pulumi_vsphere/guest_os_customization.py +58 -56
- pulumi_vsphere/ha_vm_override.py +212 -210
- pulumi_vsphere/host.py +198 -196
- pulumi_vsphere/host_port_group.py +254 -252
- pulumi_vsphere/host_virtual_switch.py +296 -294
- pulumi_vsphere/license.py +58 -56
- pulumi_vsphere/nas_datastore.py +212 -210
- pulumi_vsphere/offline_software_depot.py +16 -14
- pulumi_vsphere/outputs.py +721 -720
- pulumi_vsphere/provider.py +119 -97
- pulumi_vsphere/pulumi-plugin.json +1 -1
- pulumi_vsphere/resource_pool.py +212 -210
- pulumi_vsphere/role.py +37 -35
- pulumi_vsphere/storage_drs_vm_override.py +72 -70
- pulumi_vsphere/supervisor.py +156 -154
- pulumi_vsphere/tag.py +44 -42
- pulumi_vsphere/tag_category.py +58 -56
- pulumi_vsphere/vapp_container.py +212 -210
- pulumi_vsphere/vapp_entity.py +142 -140
- pulumi_vsphere/virtual_disk.py +100 -98
- pulumi_vsphere/virtual_machine.py +1041 -1039
- pulumi_vsphere/virtual_machine_class.py +86 -84
- pulumi_vsphere/virtual_machine_snapshot.py +100 -98
- pulumi_vsphere/vm_storage_policy.py +30 -28
- pulumi_vsphere/vmfs_datastore.py +149 -147
- pulumi_vsphere/vnic.py +114 -112
- {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1746734806.dist-info}/METADATA +4 -4
- pulumi_vsphere-4.14.0a1746734806.dist-info/RECORD +87 -0
- {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1746734806.dist-info}/WHEEL +1 -1
- pulumi_vsphere-4.14.0a1741997722.dist-info/RECORD +0 -87
- {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1746734806.dist-info}/top_level.txt +0 -0
pulumi_vsphere/vapp_entity.py
CHANGED
|
@@ -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,26 @@ 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
|
|
|
398
|
+
@pulumi.type_token("vsphere:index/vappEntity:VappEntity")
|
|
397
399
|
class VappEntity(pulumi.CustomResource):
|
|
398
400
|
@overload
|
|
399
401
|
def __init__(__self__,
|
|
400
402
|
resource_name: str,
|
|
401
403
|
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,
|
|
404
|
+
container_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
405
|
+
custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
406
|
+
start_action: Optional[pulumi.Input[builtins.str]] = None,
|
|
407
|
+
start_delay: Optional[pulumi.Input[builtins.int]] = None,
|
|
408
|
+
start_order: Optional[pulumi.Input[builtins.int]] = None,
|
|
409
|
+
stop_action: Optional[pulumi.Input[builtins.str]] = None,
|
|
410
|
+
stop_delay: Optional[pulumi.Input[builtins.int]] = None,
|
|
411
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
412
|
+
target_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
413
|
+
wait_for_guest: Optional[pulumi.Input[builtins.bool]] = None,
|
|
412
414
|
__props__=None):
|
|
413
415
|
"""
|
|
414
416
|
The `VappEntity` resource can be used to describe the behavior of an
|
|
@@ -484,25 +486,25 @@ class VappEntity(pulumi.CustomResource):
|
|
|
484
486
|
|
|
485
487
|
:param str resource_name: The name of the resource.
|
|
486
488
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
487
|
-
:param pulumi.Input[str] container_id: Managed object ID of the vApp
|
|
489
|
+
:param pulumi.Input[builtins.str] container_id: Managed object ID of the vApp
|
|
488
490
|
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
|
|
491
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_attributes: A list of custom attributes to set on this resource.
|
|
492
|
+
:param pulumi.Input[builtins.str] start_action: How to start the entity. Valid settings are none
|
|
491
493
|
or powerOn. If set to none, then the entity does not participate in auto-start.
|
|
492
494
|
Default: powerOn
|
|
493
|
-
:param pulumi.Input[int] start_delay: Delay in seconds before continuing with the next
|
|
495
|
+
:param pulumi.Input[builtins.int] start_delay: Delay in seconds before continuing with the next
|
|
494
496
|
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
|
|
497
|
+
:param pulumi.Input[builtins.int] start_order: Order to start and stop target in vApp. Default: 1
|
|
498
|
+
:param pulumi.Input[builtins.str] stop_action: Defines the stop action for the entity. Can be set
|
|
497
499
|
to none, powerOff, guestShutdown, or suspend. If set to none, then the entity
|
|
498
500
|
does not participate in auto-stop. Default: powerOff
|
|
499
|
-
:param pulumi.Input[int] stop_delay: Delay in seconds before continuing with the next
|
|
501
|
+
:param pulumi.Input[builtins.int] stop_delay: Delay in seconds before continuing with the next
|
|
500
502
|
entity in the order sequence. This is only used if the stopAction is
|
|
501
503
|
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
|
|
504
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] tags: A list of tag IDs to apply to this object.
|
|
505
|
+
:param pulumi.Input[builtins.str] target_id: Managed object ID of the entity
|
|
504
506
|
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
|
|
507
|
+
:param pulumi.Input[builtins.bool] wait_for_guest: Determines if the VM should be marked as being
|
|
506
508
|
started when VMware Tools are ready instead of waiting for `start_delay`. This
|
|
507
509
|
property has no effect for vApps. Default: false
|
|
508
510
|
"""
|
|
@@ -599,16 +601,16 @@ class VappEntity(pulumi.CustomResource):
|
|
|
599
601
|
def _internal_init(__self__,
|
|
600
602
|
resource_name: str,
|
|
601
603
|
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,
|
|
604
|
+
container_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
605
|
+
custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
606
|
+
start_action: Optional[pulumi.Input[builtins.str]] = None,
|
|
607
|
+
start_delay: Optional[pulumi.Input[builtins.int]] = None,
|
|
608
|
+
start_order: Optional[pulumi.Input[builtins.int]] = None,
|
|
609
|
+
stop_action: Optional[pulumi.Input[builtins.str]] = None,
|
|
610
|
+
stop_delay: Optional[pulumi.Input[builtins.int]] = None,
|
|
611
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
612
|
+
target_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
613
|
+
wait_for_guest: Optional[pulumi.Input[builtins.bool]] = None,
|
|
612
614
|
__props__=None):
|
|
613
615
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
614
616
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -642,16 +644,16 @@ class VappEntity(pulumi.CustomResource):
|
|
|
642
644
|
def get(resource_name: str,
|
|
643
645
|
id: pulumi.Input[str],
|
|
644
646
|
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':
|
|
647
|
+
container_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
648
|
+
custom_attributes: Optional[pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]]] = None,
|
|
649
|
+
start_action: Optional[pulumi.Input[builtins.str]] = None,
|
|
650
|
+
start_delay: Optional[pulumi.Input[builtins.int]] = None,
|
|
651
|
+
start_order: Optional[pulumi.Input[builtins.int]] = None,
|
|
652
|
+
stop_action: Optional[pulumi.Input[builtins.str]] = None,
|
|
653
|
+
stop_delay: Optional[pulumi.Input[builtins.int]] = None,
|
|
654
|
+
tags: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
655
|
+
target_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
656
|
+
wait_for_guest: Optional[pulumi.Input[builtins.bool]] = None) -> 'VappEntity':
|
|
655
657
|
"""
|
|
656
658
|
Get an existing VappEntity resource's state with the given name, id, and optional extra
|
|
657
659
|
properties used to qualify the lookup.
|
|
@@ -659,25 +661,25 @@ class VappEntity(pulumi.CustomResource):
|
|
|
659
661
|
:param str resource_name: The unique name of the resulting resource.
|
|
660
662
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
661
663
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
662
|
-
:param pulumi.Input[str] container_id: Managed object ID of the vApp
|
|
664
|
+
:param pulumi.Input[builtins.str] container_id: Managed object ID of the vApp
|
|
663
665
|
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
|
|
666
|
+
:param pulumi.Input[Mapping[str, pulumi.Input[builtins.str]]] custom_attributes: A list of custom attributes to set on this resource.
|
|
667
|
+
:param pulumi.Input[builtins.str] start_action: How to start the entity. Valid settings are none
|
|
666
668
|
or powerOn. If set to none, then the entity does not participate in auto-start.
|
|
667
669
|
Default: powerOn
|
|
668
|
-
:param pulumi.Input[int] start_delay: Delay in seconds before continuing with the next
|
|
670
|
+
:param pulumi.Input[builtins.int] start_delay: Delay in seconds before continuing with the next
|
|
669
671
|
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
|
|
672
|
+
:param pulumi.Input[builtins.int] start_order: Order to start and stop target in vApp. Default: 1
|
|
673
|
+
:param pulumi.Input[builtins.str] stop_action: Defines the stop action for the entity. Can be set
|
|
672
674
|
to none, powerOff, guestShutdown, or suspend. If set to none, then the entity
|
|
673
675
|
does not participate in auto-stop. Default: powerOff
|
|
674
|
-
:param pulumi.Input[int] stop_delay: Delay in seconds before continuing with the next
|
|
676
|
+
:param pulumi.Input[builtins.int] stop_delay: Delay in seconds before continuing with the next
|
|
675
677
|
entity in the order sequence. This is only used if the stopAction is
|
|
676
678
|
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
|
|
679
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] tags: A list of tag IDs to apply to this object.
|
|
680
|
+
:param pulumi.Input[builtins.str] target_id: Managed object ID of the entity
|
|
679
681
|
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
|
|
682
|
+
:param pulumi.Input[builtins.bool] wait_for_guest: Determines if the VM should be marked as being
|
|
681
683
|
started when VMware Tools are ready instead of waiting for `start_delay`. This
|
|
682
684
|
property has no effect for vApps. Default: false
|
|
683
685
|
"""
|
|
@@ -699,7 +701,7 @@ class VappEntity(pulumi.CustomResource):
|
|
|
699
701
|
|
|
700
702
|
@property
|
|
701
703
|
@pulumi.getter(name="containerId")
|
|
702
|
-
def container_id(self) -> pulumi.Output[str]:
|
|
704
|
+
def container_id(self) -> pulumi.Output[builtins.str]:
|
|
703
705
|
"""
|
|
704
706
|
Managed object ID of the vApp
|
|
705
707
|
container the entity is a member of.
|
|
@@ -708,7 +710,7 @@ class VappEntity(pulumi.CustomResource):
|
|
|
708
710
|
|
|
709
711
|
@property
|
|
710
712
|
@pulumi.getter(name="customAttributes")
|
|
711
|
-
def custom_attributes(self) -> pulumi.Output[Optional[Mapping[str, str]]]:
|
|
713
|
+
def custom_attributes(self) -> pulumi.Output[Optional[Mapping[str, builtins.str]]]:
|
|
712
714
|
"""
|
|
713
715
|
A list of custom attributes to set on this resource.
|
|
714
716
|
"""
|
|
@@ -716,7 +718,7 @@ class VappEntity(pulumi.CustomResource):
|
|
|
716
718
|
|
|
717
719
|
@property
|
|
718
720
|
@pulumi.getter(name="startAction")
|
|
719
|
-
def start_action(self) -> pulumi.Output[Optional[str]]:
|
|
721
|
+
def start_action(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
720
722
|
"""
|
|
721
723
|
How to start the entity. Valid settings are none
|
|
722
724
|
or powerOn. If set to none, then the entity does not participate in auto-start.
|
|
@@ -726,7 +728,7 @@ class VappEntity(pulumi.CustomResource):
|
|
|
726
728
|
|
|
727
729
|
@property
|
|
728
730
|
@pulumi.getter(name="startDelay")
|
|
729
|
-
def start_delay(self) -> pulumi.Output[Optional[int]]:
|
|
731
|
+
def start_delay(self) -> pulumi.Output[Optional[builtins.int]]:
|
|
730
732
|
"""
|
|
731
733
|
Delay in seconds before continuing with the next
|
|
732
734
|
entity in the order of entities to be started. Default: 120
|
|
@@ -735,7 +737,7 @@ class VappEntity(pulumi.CustomResource):
|
|
|
735
737
|
|
|
736
738
|
@property
|
|
737
739
|
@pulumi.getter(name="startOrder")
|
|
738
|
-
def start_order(self) -> pulumi.Output[Optional[int]]:
|
|
740
|
+
def start_order(self) -> pulumi.Output[Optional[builtins.int]]:
|
|
739
741
|
"""
|
|
740
742
|
Order to start and stop target in vApp. Default: 1
|
|
741
743
|
"""
|
|
@@ -743,7 +745,7 @@ class VappEntity(pulumi.CustomResource):
|
|
|
743
745
|
|
|
744
746
|
@property
|
|
745
747
|
@pulumi.getter(name="stopAction")
|
|
746
|
-
def stop_action(self) -> pulumi.Output[Optional[str]]:
|
|
748
|
+
def stop_action(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
747
749
|
"""
|
|
748
750
|
Defines the stop action for the entity. Can be set
|
|
749
751
|
to none, powerOff, guestShutdown, or suspend. If set to none, then the entity
|
|
@@ -753,7 +755,7 @@ class VappEntity(pulumi.CustomResource):
|
|
|
753
755
|
|
|
754
756
|
@property
|
|
755
757
|
@pulumi.getter(name="stopDelay")
|
|
756
|
-
def stop_delay(self) -> pulumi.Output[Optional[int]]:
|
|
758
|
+
def stop_delay(self) -> pulumi.Output[Optional[builtins.int]]:
|
|
757
759
|
"""
|
|
758
760
|
Delay in seconds before continuing with the next
|
|
759
761
|
entity in the order sequence. This is only used if the stopAction is
|
|
@@ -763,7 +765,7 @@ class VappEntity(pulumi.CustomResource):
|
|
|
763
765
|
|
|
764
766
|
@property
|
|
765
767
|
@pulumi.getter
|
|
766
|
-
def tags(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
768
|
+
def tags(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
|
|
767
769
|
"""
|
|
768
770
|
A list of tag IDs to apply to this object.
|
|
769
771
|
"""
|
|
@@ -771,7 +773,7 @@ class VappEntity(pulumi.CustomResource):
|
|
|
771
773
|
|
|
772
774
|
@property
|
|
773
775
|
@pulumi.getter(name="targetId")
|
|
774
|
-
def target_id(self) -> pulumi.Output[str]:
|
|
776
|
+
def target_id(self) -> pulumi.Output[builtins.str]:
|
|
775
777
|
"""
|
|
776
778
|
Managed object ID of the entity
|
|
777
779
|
to power on or power off. This can be a virtual machine or a vApp.
|
|
@@ -780,7 +782,7 @@ class VappEntity(pulumi.CustomResource):
|
|
|
780
782
|
|
|
781
783
|
@property
|
|
782
784
|
@pulumi.getter(name="waitForGuest")
|
|
783
|
-
def wait_for_guest(self) -> pulumi.Output[Optional[bool]]:
|
|
785
|
+
def wait_for_guest(self) -> pulumi.Output[Optional[builtins.bool]]:
|
|
784
786
|
"""
|
|
785
787
|
Determines if the VM should be marked as being
|
|
786
788
|
started when VMware Tools are ready instead of waiting for `start_delay`. This
|