pulumi-vsphere 4.14.0a1741997722__py3-none-any.whl → 4.14.0a1746734806__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-vsphere might be problematic. Click here for more details.

Files changed (86) hide show
  1. pulumi_vsphere/__init__.py +1 -0
  2. pulumi_vsphere/_inputs.py +969 -968
  3. pulumi_vsphere/compute_cluster.py +919 -917
  4. pulumi_vsphere/compute_cluster_host_group.py +44 -42
  5. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +72 -70
  6. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +72 -70
  7. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +86 -84
  8. pulumi_vsphere/compute_cluster_vm_group.py +44 -42
  9. pulumi_vsphere/compute_cluster_vm_host_rule.py +100 -98
  10. pulumi_vsphere/config/__init__.py +1 -0
  11. pulumi_vsphere/config/__init__.pyi +1 -0
  12. pulumi_vsphere/config/vars.py +1 -0
  13. pulumi_vsphere/content_library.py +44 -42
  14. pulumi_vsphere/content_library_item.py +86 -84
  15. pulumi_vsphere/custom_attribute.py +30 -28
  16. pulumi_vsphere/datacenter.py +65 -63
  17. pulumi_vsphere/datastore_cluster.py +352 -350
  18. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +72 -70
  19. pulumi_vsphere/distributed_port_group.py +646 -644
  20. pulumi_vsphere/distributed_virtual_switch.py +1283 -1281
  21. pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +58 -56
  22. pulumi_vsphere/dpm_host_override.py +58 -56
  23. pulumi_vsphere/drs_vm_override.py +58 -56
  24. pulumi_vsphere/entity_permissions.py +30 -28
  25. pulumi_vsphere/file.py +96 -94
  26. pulumi_vsphere/folder.py +72 -70
  27. pulumi_vsphere/get_compute_cluster.py +13 -12
  28. pulumi_vsphere/get_compute_cluster_host_group.py +13 -12
  29. pulumi_vsphere/get_content_library.py +7 -6
  30. pulumi_vsphere/get_content_library_item.py +17 -16
  31. pulumi_vsphere/get_custom_attribute.py +8 -7
  32. pulumi_vsphere/get_datacenter.py +8 -7
  33. pulumi_vsphere/get_datastore.py +17 -16
  34. pulumi_vsphere/get_datastore_cluster.py +13 -12
  35. pulumi_vsphere/get_datastore_stats.py +17 -16
  36. pulumi_vsphere/get_distributed_virtual_switch.py +13 -12
  37. pulumi_vsphere/get_dynamic.py +17 -16
  38. pulumi_vsphere/get_folder.py +7 -6
  39. pulumi_vsphere/get_guest_os_customization.py +11 -10
  40. pulumi_vsphere/get_host.py +13 -12
  41. pulumi_vsphere/get_host_base_images.py +3 -2
  42. pulumi_vsphere/get_host_pci_device.py +23 -22
  43. pulumi_vsphere/get_host_thumbprint.py +17 -16
  44. pulumi_vsphere/get_host_vgpu_profile.py +12 -11
  45. pulumi_vsphere/get_license.py +12 -11
  46. pulumi_vsphere/get_network.py +18 -17
  47. pulumi_vsphere/get_ovf_vm_template.py +89 -88
  48. pulumi_vsphere/get_policy.py +7 -6
  49. pulumi_vsphere/get_resource_pool.py +12 -11
  50. pulumi_vsphere/get_role.py +20 -19
  51. pulumi_vsphere/get_tag.py +13 -12
  52. pulumi_vsphere/get_tag_category.py +10 -9
  53. pulumi_vsphere/get_vapp_container.py +12 -11
  54. pulumi_vsphere/get_virtual_machine.py +204 -203
  55. pulumi_vsphere/get_vmfs_disks.py +18 -17
  56. pulumi_vsphere/guest_os_customization.py +58 -56
  57. pulumi_vsphere/ha_vm_override.py +212 -210
  58. pulumi_vsphere/host.py +198 -196
  59. pulumi_vsphere/host_port_group.py +254 -252
  60. pulumi_vsphere/host_virtual_switch.py +296 -294
  61. pulumi_vsphere/license.py +58 -56
  62. pulumi_vsphere/nas_datastore.py +212 -210
  63. pulumi_vsphere/offline_software_depot.py +16 -14
  64. pulumi_vsphere/outputs.py +721 -720
  65. pulumi_vsphere/provider.py +119 -97
  66. pulumi_vsphere/pulumi-plugin.json +1 -1
  67. pulumi_vsphere/resource_pool.py +212 -210
  68. pulumi_vsphere/role.py +37 -35
  69. pulumi_vsphere/storage_drs_vm_override.py +72 -70
  70. pulumi_vsphere/supervisor.py +156 -154
  71. pulumi_vsphere/tag.py +44 -42
  72. pulumi_vsphere/tag_category.py +58 -56
  73. pulumi_vsphere/vapp_container.py +212 -210
  74. pulumi_vsphere/vapp_entity.py +142 -140
  75. pulumi_vsphere/virtual_disk.py +100 -98
  76. pulumi_vsphere/virtual_machine.py +1041 -1039
  77. pulumi_vsphere/virtual_machine_class.py +86 -84
  78. pulumi_vsphere/virtual_machine_snapshot.py +100 -98
  79. pulumi_vsphere/vm_storage_policy.py +30 -28
  80. pulumi_vsphere/vmfs_datastore.py +149 -147
  81. pulumi_vsphere/vnic.py +114 -112
  82. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1746734806.dist-info}/METADATA +4 -4
  83. pulumi_vsphere-4.14.0a1746734806.dist-info/RECORD +87 -0
  84. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1746734806.dist-info}/WHEEL +1 -1
  85. pulumi_vsphere-4.14.0a1741997722.dist-info/RECORD +0 -87
  86. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1746734806.dist-info}/top_level.txt +0 -0
pulumi_vsphere/vnic.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
@@ -21,28 +22,28 @@ __all__ = ['VnicArgs', 'Vnic']
21
22
  @pulumi.input_type
22
23
  class VnicArgs:
23
24
  def __init__(__self__, *,
24
- host: pulumi.Input[str],
25
- distributed_port_group: Optional[pulumi.Input[str]] = None,
26
- distributed_switch_port: Optional[pulumi.Input[str]] = None,
25
+ host: pulumi.Input[builtins.str],
26
+ distributed_port_group: Optional[pulumi.Input[builtins.str]] = None,
27
+ distributed_switch_port: Optional[pulumi.Input[builtins.str]] = None,
27
28
  ipv4: Optional[pulumi.Input['VnicIpv4Args']] = None,
28
29
  ipv6: Optional[pulumi.Input['VnicIpv6Args']] = None,
29
- mac: Optional[pulumi.Input[str]] = None,
30
- mtu: Optional[pulumi.Input[int]] = None,
31
- netstack: Optional[pulumi.Input[str]] = None,
32
- portgroup: Optional[pulumi.Input[str]] = None,
33
- services: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
30
+ mac: Optional[pulumi.Input[builtins.str]] = None,
31
+ mtu: Optional[pulumi.Input[builtins.int]] = None,
32
+ netstack: Optional[pulumi.Input[builtins.str]] = None,
33
+ portgroup: Optional[pulumi.Input[builtins.str]] = None,
34
+ services: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
34
35
  """
35
36
  The set of arguments for constructing a Vnic resource.
36
- :param pulumi.Input[str] host: ESX host the interface belongs to
37
- :param pulumi.Input[str] distributed_port_group: Key of the distributed portgroup the nic will connect to.
38
- :param pulumi.Input[str] distributed_switch_port: UUID of the vdswitch the nic will be attached to. Do not set if you set portgroup.
37
+ :param pulumi.Input[builtins.str] host: ESX host the interface belongs to
38
+ :param pulumi.Input[builtins.str] distributed_port_group: Key of the distributed portgroup the nic will connect to.
39
+ :param pulumi.Input[builtins.str] distributed_switch_port: UUID of the vdswitch the nic will be attached to. Do not set if you set portgroup.
39
40
  :param pulumi.Input['VnicIpv4Args'] ipv4: IPv4 settings. Either this or `ipv6` needs to be set. See IPv4 options below.
40
41
  :param pulumi.Input['VnicIpv6Args'] ipv6: IPv6 settings. Either this or `ipv6` needs to be set. See IPv6 options below.
41
- :param pulumi.Input[str] mac: MAC address of the interface.
42
- :param pulumi.Input[int] mtu: MTU of the interface.
43
- :param pulumi.Input[str] netstack: TCP/IP stack setting for this interface. Possible values are `defaultTcpipStack``, 'vmotion', 'vSphereProvisioning'. Changing this will force the creation of a new interface since it's not possible to change the stack once it gets created. (Default:`defaultTcpipStack`)
44
- :param pulumi.Input[str] portgroup: Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
45
- :param pulumi.Input[Sequence[pulumi.Input[str]]] services: Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
42
+ :param pulumi.Input[builtins.str] mac: MAC address of the interface.
43
+ :param pulumi.Input[builtins.int] mtu: MTU of the interface.
44
+ :param pulumi.Input[builtins.str] netstack: TCP/IP stack setting for this interface. Possible values are `defaultTcpipStack``, 'vmotion', 'vSphereProvisioning'. Changing this will force the creation of a new interface since it's not possible to change the stack once it gets created. (Default:`defaultTcpipStack`)
45
+ :param pulumi.Input[builtins.str] portgroup: Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
46
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] services: Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
46
47
  """
47
48
  pulumi.set(__self__, "host", host)
48
49
  if distributed_port_group is not None:
@@ -66,38 +67,38 @@ class VnicArgs:
66
67
 
67
68
  @property
68
69
  @pulumi.getter
69
- def host(self) -> pulumi.Input[str]:
70
+ def host(self) -> pulumi.Input[builtins.str]:
70
71
  """
71
72
  ESX host the interface belongs to
72
73
  """
73
74
  return pulumi.get(self, "host")
74
75
 
75
76
  @host.setter
76
- def host(self, value: pulumi.Input[str]):
77
+ def host(self, value: pulumi.Input[builtins.str]):
77
78
  pulumi.set(self, "host", value)
78
79
 
79
80
  @property
80
81
  @pulumi.getter(name="distributedPortGroup")
81
- def distributed_port_group(self) -> Optional[pulumi.Input[str]]:
82
+ def distributed_port_group(self) -> Optional[pulumi.Input[builtins.str]]:
82
83
  """
83
84
  Key of the distributed portgroup the nic will connect to.
84
85
  """
85
86
  return pulumi.get(self, "distributed_port_group")
86
87
 
87
88
  @distributed_port_group.setter
88
- def distributed_port_group(self, value: Optional[pulumi.Input[str]]):
89
+ def distributed_port_group(self, value: Optional[pulumi.Input[builtins.str]]):
89
90
  pulumi.set(self, "distributed_port_group", value)
90
91
 
91
92
  @property
92
93
  @pulumi.getter(name="distributedSwitchPort")
93
- def distributed_switch_port(self) -> Optional[pulumi.Input[str]]:
94
+ def distributed_switch_port(self) -> Optional[pulumi.Input[builtins.str]]:
94
95
  """
95
96
  UUID of the vdswitch the nic will be attached to. Do not set if you set portgroup.
96
97
  """
97
98
  return pulumi.get(self, "distributed_switch_port")
98
99
 
99
100
  @distributed_switch_port.setter
100
- def distributed_switch_port(self, value: Optional[pulumi.Input[str]]):
101
+ def distributed_switch_port(self, value: Optional[pulumi.Input[builtins.str]]):
101
102
  pulumi.set(self, "distributed_switch_port", value)
102
103
 
103
104
  @property
@@ -126,90 +127,90 @@ class VnicArgs:
126
127
 
127
128
  @property
128
129
  @pulumi.getter
129
- def mac(self) -> Optional[pulumi.Input[str]]:
130
+ def mac(self) -> Optional[pulumi.Input[builtins.str]]:
130
131
  """
131
132
  MAC address of the interface.
132
133
  """
133
134
  return pulumi.get(self, "mac")
134
135
 
135
136
  @mac.setter
136
- def mac(self, value: Optional[pulumi.Input[str]]):
137
+ def mac(self, value: Optional[pulumi.Input[builtins.str]]):
137
138
  pulumi.set(self, "mac", value)
138
139
 
139
140
  @property
140
141
  @pulumi.getter
141
- def mtu(self) -> Optional[pulumi.Input[int]]:
142
+ def mtu(self) -> Optional[pulumi.Input[builtins.int]]:
142
143
  """
143
144
  MTU of the interface.
144
145
  """
145
146
  return pulumi.get(self, "mtu")
146
147
 
147
148
  @mtu.setter
148
- def mtu(self, value: Optional[pulumi.Input[int]]):
149
+ def mtu(self, value: Optional[pulumi.Input[builtins.int]]):
149
150
  pulumi.set(self, "mtu", value)
150
151
 
151
152
  @property
152
153
  @pulumi.getter
153
- def netstack(self) -> Optional[pulumi.Input[str]]:
154
+ def netstack(self) -> Optional[pulumi.Input[builtins.str]]:
154
155
  """
155
156
  TCP/IP stack setting for this interface. Possible values are `defaultTcpipStack``, 'vmotion', 'vSphereProvisioning'. Changing this will force the creation of a new interface since it's not possible to change the stack once it gets created. (Default:`defaultTcpipStack`)
156
157
  """
157
158
  return pulumi.get(self, "netstack")
158
159
 
159
160
  @netstack.setter
160
- def netstack(self, value: Optional[pulumi.Input[str]]):
161
+ def netstack(self, value: Optional[pulumi.Input[builtins.str]]):
161
162
  pulumi.set(self, "netstack", value)
162
163
 
163
164
  @property
164
165
  @pulumi.getter
165
- def portgroup(self) -> Optional[pulumi.Input[str]]:
166
+ def portgroup(self) -> Optional[pulumi.Input[builtins.str]]:
166
167
  """
167
168
  Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
168
169
  """
169
170
  return pulumi.get(self, "portgroup")
170
171
 
171
172
  @portgroup.setter
172
- def portgroup(self, value: Optional[pulumi.Input[str]]):
173
+ def portgroup(self, value: Optional[pulumi.Input[builtins.str]]):
173
174
  pulumi.set(self, "portgroup", value)
174
175
 
175
176
  @property
176
177
  @pulumi.getter
177
- def services(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
178
+ def services(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
178
179
  """
179
180
  Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
180
181
  """
181
182
  return pulumi.get(self, "services")
182
183
 
183
184
  @services.setter
184
- def services(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
185
+ def services(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
185
186
  pulumi.set(self, "services", value)
186
187
 
187
188
 
188
189
  @pulumi.input_type
189
190
  class _VnicState:
190
191
  def __init__(__self__, *,
191
- distributed_port_group: Optional[pulumi.Input[str]] = None,
192
- distributed_switch_port: Optional[pulumi.Input[str]] = None,
193
- host: Optional[pulumi.Input[str]] = None,
192
+ distributed_port_group: Optional[pulumi.Input[builtins.str]] = None,
193
+ distributed_switch_port: Optional[pulumi.Input[builtins.str]] = None,
194
+ host: Optional[pulumi.Input[builtins.str]] = None,
194
195
  ipv4: Optional[pulumi.Input['VnicIpv4Args']] = None,
195
196
  ipv6: Optional[pulumi.Input['VnicIpv6Args']] = None,
196
- mac: Optional[pulumi.Input[str]] = None,
197
- mtu: Optional[pulumi.Input[int]] = None,
198
- netstack: Optional[pulumi.Input[str]] = None,
199
- portgroup: Optional[pulumi.Input[str]] = None,
200
- services: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
197
+ mac: Optional[pulumi.Input[builtins.str]] = None,
198
+ mtu: Optional[pulumi.Input[builtins.int]] = None,
199
+ netstack: Optional[pulumi.Input[builtins.str]] = None,
200
+ portgroup: Optional[pulumi.Input[builtins.str]] = None,
201
+ services: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None):
201
202
  """
202
203
  Input properties used for looking up and filtering Vnic resources.
203
- :param pulumi.Input[str] distributed_port_group: Key of the distributed portgroup the nic will connect to.
204
- :param pulumi.Input[str] distributed_switch_port: UUID of the vdswitch the nic will be attached to. Do not set if you set portgroup.
205
- :param pulumi.Input[str] host: ESX host the interface belongs to
204
+ :param pulumi.Input[builtins.str] distributed_port_group: Key of the distributed portgroup the nic will connect to.
205
+ :param pulumi.Input[builtins.str] distributed_switch_port: UUID of the vdswitch the nic will be attached to. Do not set if you set portgroup.
206
+ :param pulumi.Input[builtins.str] host: ESX host the interface belongs to
206
207
  :param pulumi.Input['VnicIpv4Args'] ipv4: IPv4 settings. Either this or `ipv6` needs to be set. See IPv4 options below.
207
208
  :param pulumi.Input['VnicIpv6Args'] ipv6: IPv6 settings. Either this or `ipv6` needs to be set. See IPv6 options below.
208
- :param pulumi.Input[str] mac: MAC address of the interface.
209
- :param pulumi.Input[int] mtu: MTU of the interface.
210
- :param pulumi.Input[str] netstack: TCP/IP stack setting for this interface. Possible values are `defaultTcpipStack``, 'vmotion', 'vSphereProvisioning'. Changing this will force the creation of a new interface since it's not possible to change the stack once it gets created. (Default:`defaultTcpipStack`)
211
- :param pulumi.Input[str] portgroup: Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
212
- :param pulumi.Input[Sequence[pulumi.Input[str]]] services: Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
209
+ :param pulumi.Input[builtins.str] mac: MAC address of the interface.
210
+ :param pulumi.Input[builtins.int] mtu: MTU of the interface.
211
+ :param pulumi.Input[builtins.str] netstack: TCP/IP stack setting for this interface. Possible values are `defaultTcpipStack``, 'vmotion', 'vSphereProvisioning'. Changing this will force the creation of a new interface since it's not possible to change the stack once it gets created. (Default:`defaultTcpipStack`)
212
+ :param pulumi.Input[builtins.str] portgroup: Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
213
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] services: Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
213
214
  """
214
215
  if distributed_port_group is not None:
215
216
  pulumi.set(__self__, "distributed_port_group", distributed_port_group)
@@ -234,38 +235,38 @@ class _VnicState:
234
235
 
235
236
  @property
236
237
  @pulumi.getter(name="distributedPortGroup")
237
- def distributed_port_group(self) -> Optional[pulumi.Input[str]]:
238
+ def distributed_port_group(self) -> Optional[pulumi.Input[builtins.str]]:
238
239
  """
239
240
  Key of the distributed portgroup the nic will connect to.
240
241
  """
241
242
  return pulumi.get(self, "distributed_port_group")
242
243
 
243
244
  @distributed_port_group.setter
244
- def distributed_port_group(self, value: Optional[pulumi.Input[str]]):
245
+ def distributed_port_group(self, value: Optional[pulumi.Input[builtins.str]]):
245
246
  pulumi.set(self, "distributed_port_group", value)
246
247
 
247
248
  @property
248
249
  @pulumi.getter(name="distributedSwitchPort")
249
- def distributed_switch_port(self) -> Optional[pulumi.Input[str]]:
250
+ def distributed_switch_port(self) -> Optional[pulumi.Input[builtins.str]]:
250
251
  """
251
252
  UUID of the vdswitch the nic will be attached to. Do not set if you set portgroup.
252
253
  """
253
254
  return pulumi.get(self, "distributed_switch_port")
254
255
 
255
256
  @distributed_switch_port.setter
256
- def distributed_switch_port(self, value: Optional[pulumi.Input[str]]):
257
+ def distributed_switch_port(self, value: Optional[pulumi.Input[builtins.str]]):
257
258
  pulumi.set(self, "distributed_switch_port", value)
258
259
 
259
260
  @property
260
261
  @pulumi.getter
261
- def host(self) -> Optional[pulumi.Input[str]]:
262
+ def host(self) -> Optional[pulumi.Input[builtins.str]]:
262
263
  """
263
264
  ESX host the interface belongs to
264
265
  """
265
266
  return pulumi.get(self, "host")
266
267
 
267
268
  @host.setter
268
- def host(self, value: Optional[pulumi.Input[str]]):
269
+ def host(self, value: Optional[pulumi.Input[builtins.str]]):
269
270
  pulumi.set(self, "host", value)
270
271
 
271
272
  @property
@@ -294,80 +295,81 @@ class _VnicState:
294
295
 
295
296
  @property
296
297
  @pulumi.getter
297
- def mac(self) -> Optional[pulumi.Input[str]]:
298
+ def mac(self) -> Optional[pulumi.Input[builtins.str]]:
298
299
  """
299
300
  MAC address of the interface.
300
301
  """
301
302
  return pulumi.get(self, "mac")
302
303
 
303
304
  @mac.setter
304
- def mac(self, value: Optional[pulumi.Input[str]]):
305
+ def mac(self, value: Optional[pulumi.Input[builtins.str]]):
305
306
  pulumi.set(self, "mac", value)
306
307
 
307
308
  @property
308
309
  @pulumi.getter
309
- def mtu(self) -> Optional[pulumi.Input[int]]:
310
+ def mtu(self) -> Optional[pulumi.Input[builtins.int]]:
310
311
  """
311
312
  MTU of the interface.
312
313
  """
313
314
  return pulumi.get(self, "mtu")
314
315
 
315
316
  @mtu.setter
316
- def mtu(self, value: Optional[pulumi.Input[int]]):
317
+ def mtu(self, value: Optional[pulumi.Input[builtins.int]]):
317
318
  pulumi.set(self, "mtu", value)
318
319
 
319
320
  @property
320
321
  @pulumi.getter
321
- def netstack(self) -> Optional[pulumi.Input[str]]:
322
+ def netstack(self) -> Optional[pulumi.Input[builtins.str]]:
322
323
  """
323
324
  TCP/IP stack setting for this interface. Possible values are `defaultTcpipStack``, 'vmotion', 'vSphereProvisioning'. Changing this will force the creation of a new interface since it's not possible to change the stack once it gets created. (Default:`defaultTcpipStack`)
324
325
  """
325
326
  return pulumi.get(self, "netstack")
326
327
 
327
328
  @netstack.setter
328
- def netstack(self, value: Optional[pulumi.Input[str]]):
329
+ def netstack(self, value: Optional[pulumi.Input[builtins.str]]):
329
330
  pulumi.set(self, "netstack", value)
330
331
 
331
332
  @property
332
333
  @pulumi.getter
333
- def portgroup(self) -> Optional[pulumi.Input[str]]:
334
+ def portgroup(self) -> Optional[pulumi.Input[builtins.str]]:
334
335
  """
335
336
  Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
336
337
  """
337
338
  return pulumi.get(self, "portgroup")
338
339
 
339
340
  @portgroup.setter
340
- def portgroup(self, value: Optional[pulumi.Input[str]]):
341
+ def portgroup(self, value: Optional[pulumi.Input[builtins.str]]):
341
342
  pulumi.set(self, "portgroup", value)
342
343
 
343
344
  @property
344
345
  @pulumi.getter
345
- def services(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
346
+ def services(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
346
347
  """
347
348
  Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
348
349
  """
349
350
  return pulumi.get(self, "services")
350
351
 
351
352
  @services.setter
352
- def services(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
353
+ def services(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
353
354
  pulumi.set(self, "services", value)
354
355
 
355
356
 
357
+ @pulumi.type_token("vsphere:index/vnic:Vnic")
356
358
  class Vnic(pulumi.CustomResource):
357
359
  @overload
358
360
  def __init__(__self__,
359
361
  resource_name: str,
360
362
  opts: Optional[pulumi.ResourceOptions] = None,
361
- distributed_port_group: Optional[pulumi.Input[str]] = None,
362
- distributed_switch_port: Optional[pulumi.Input[str]] = None,
363
- host: Optional[pulumi.Input[str]] = None,
363
+ distributed_port_group: Optional[pulumi.Input[builtins.str]] = None,
364
+ distributed_switch_port: Optional[pulumi.Input[builtins.str]] = None,
365
+ host: Optional[pulumi.Input[builtins.str]] = None,
364
366
  ipv4: Optional[pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']]] = None,
365
367
  ipv6: Optional[pulumi.Input[Union['VnicIpv6Args', 'VnicIpv6ArgsDict']]] = None,
366
- mac: Optional[pulumi.Input[str]] = None,
367
- mtu: Optional[pulumi.Input[int]] = None,
368
- netstack: Optional[pulumi.Input[str]] = None,
369
- portgroup: Optional[pulumi.Input[str]] = None,
370
- services: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
368
+ mac: Optional[pulumi.Input[builtins.str]] = None,
369
+ mtu: Optional[pulumi.Input[builtins.int]] = None,
370
+ netstack: Optional[pulumi.Input[builtins.str]] = None,
371
+ portgroup: Optional[pulumi.Input[builtins.str]] = None,
372
+ services: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
371
373
  __props__=None):
372
374
  """
373
375
  Provides a VMware vSphere vnic resource.
@@ -454,16 +456,16 @@ class Vnic(pulumi.CustomResource):
454
456
 
455
457
  :param str resource_name: The name of the resource.
456
458
  :param pulumi.ResourceOptions opts: Options for the resource.
457
- :param pulumi.Input[str] distributed_port_group: Key of the distributed portgroup the nic will connect to.
458
- :param pulumi.Input[str] distributed_switch_port: UUID of the vdswitch the nic will be attached to. Do not set if you set portgroup.
459
- :param pulumi.Input[str] host: ESX host the interface belongs to
459
+ :param pulumi.Input[builtins.str] distributed_port_group: Key of the distributed portgroup the nic will connect to.
460
+ :param pulumi.Input[builtins.str] distributed_switch_port: UUID of the vdswitch the nic will be attached to. Do not set if you set portgroup.
461
+ :param pulumi.Input[builtins.str] host: ESX host the interface belongs to
460
462
  :param pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']] ipv4: IPv4 settings. Either this or `ipv6` needs to be set. See IPv4 options below.
461
463
  :param pulumi.Input[Union['VnicIpv6Args', 'VnicIpv6ArgsDict']] ipv6: IPv6 settings. Either this or `ipv6` needs to be set. See IPv6 options below.
462
- :param pulumi.Input[str] mac: MAC address of the interface.
463
- :param pulumi.Input[int] mtu: MTU of the interface.
464
- :param pulumi.Input[str] netstack: TCP/IP stack setting for this interface. Possible values are `defaultTcpipStack``, 'vmotion', 'vSphereProvisioning'. Changing this will force the creation of a new interface since it's not possible to change the stack once it gets created. (Default:`defaultTcpipStack`)
465
- :param pulumi.Input[str] portgroup: Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
466
- :param pulumi.Input[Sequence[pulumi.Input[str]]] services: Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
464
+ :param pulumi.Input[builtins.str] mac: MAC address of the interface.
465
+ :param pulumi.Input[builtins.int] mtu: MTU of the interface.
466
+ :param pulumi.Input[builtins.str] netstack: TCP/IP stack setting for this interface. Possible values are `defaultTcpipStack``, 'vmotion', 'vSphereProvisioning'. Changing this will force the creation of a new interface since it's not possible to change the stack once it gets created. (Default:`defaultTcpipStack`)
467
+ :param pulumi.Input[builtins.str] portgroup: Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
468
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] services: Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
467
469
  """
468
470
  ...
469
471
  @overload
@@ -569,16 +571,16 @@ class Vnic(pulumi.CustomResource):
569
571
  def _internal_init(__self__,
570
572
  resource_name: str,
571
573
  opts: Optional[pulumi.ResourceOptions] = None,
572
- distributed_port_group: Optional[pulumi.Input[str]] = None,
573
- distributed_switch_port: Optional[pulumi.Input[str]] = None,
574
- host: Optional[pulumi.Input[str]] = None,
574
+ distributed_port_group: Optional[pulumi.Input[builtins.str]] = None,
575
+ distributed_switch_port: Optional[pulumi.Input[builtins.str]] = None,
576
+ host: Optional[pulumi.Input[builtins.str]] = None,
575
577
  ipv4: Optional[pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']]] = None,
576
578
  ipv6: Optional[pulumi.Input[Union['VnicIpv6Args', 'VnicIpv6ArgsDict']]] = None,
577
- mac: Optional[pulumi.Input[str]] = None,
578
- mtu: Optional[pulumi.Input[int]] = None,
579
- netstack: Optional[pulumi.Input[str]] = None,
580
- portgroup: Optional[pulumi.Input[str]] = None,
581
- services: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
579
+ mac: Optional[pulumi.Input[builtins.str]] = None,
580
+ mtu: Optional[pulumi.Input[builtins.int]] = None,
581
+ netstack: Optional[pulumi.Input[builtins.str]] = None,
582
+ portgroup: Optional[pulumi.Input[builtins.str]] = None,
583
+ services: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
582
584
  __props__=None):
583
585
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
584
586
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -610,16 +612,16 @@ class Vnic(pulumi.CustomResource):
610
612
  def get(resource_name: str,
611
613
  id: pulumi.Input[str],
612
614
  opts: Optional[pulumi.ResourceOptions] = None,
613
- distributed_port_group: Optional[pulumi.Input[str]] = None,
614
- distributed_switch_port: Optional[pulumi.Input[str]] = None,
615
- host: Optional[pulumi.Input[str]] = None,
615
+ distributed_port_group: Optional[pulumi.Input[builtins.str]] = None,
616
+ distributed_switch_port: Optional[pulumi.Input[builtins.str]] = None,
617
+ host: Optional[pulumi.Input[builtins.str]] = None,
616
618
  ipv4: Optional[pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']]] = None,
617
619
  ipv6: Optional[pulumi.Input[Union['VnicIpv6Args', 'VnicIpv6ArgsDict']]] = None,
618
- mac: Optional[pulumi.Input[str]] = None,
619
- mtu: Optional[pulumi.Input[int]] = None,
620
- netstack: Optional[pulumi.Input[str]] = None,
621
- portgroup: Optional[pulumi.Input[str]] = None,
622
- services: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None) -> 'Vnic':
620
+ mac: Optional[pulumi.Input[builtins.str]] = None,
621
+ mtu: Optional[pulumi.Input[builtins.int]] = None,
622
+ netstack: Optional[pulumi.Input[builtins.str]] = None,
623
+ portgroup: Optional[pulumi.Input[builtins.str]] = None,
624
+ services: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None) -> 'Vnic':
623
625
  """
624
626
  Get an existing Vnic resource's state with the given name, id, and optional extra
625
627
  properties used to qualify the lookup.
@@ -627,16 +629,16 @@ class Vnic(pulumi.CustomResource):
627
629
  :param str resource_name: The unique name of the resulting resource.
628
630
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
629
631
  :param pulumi.ResourceOptions opts: Options for the resource.
630
- :param pulumi.Input[str] distributed_port_group: Key of the distributed portgroup the nic will connect to.
631
- :param pulumi.Input[str] distributed_switch_port: UUID of the vdswitch the nic will be attached to. Do not set if you set portgroup.
632
- :param pulumi.Input[str] host: ESX host the interface belongs to
632
+ :param pulumi.Input[builtins.str] distributed_port_group: Key of the distributed portgroup the nic will connect to.
633
+ :param pulumi.Input[builtins.str] distributed_switch_port: UUID of the vdswitch the nic will be attached to. Do not set if you set portgroup.
634
+ :param pulumi.Input[builtins.str] host: ESX host the interface belongs to
633
635
  :param pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']] ipv4: IPv4 settings. Either this or `ipv6` needs to be set. See IPv4 options below.
634
636
  :param pulumi.Input[Union['VnicIpv6Args', 'VnicIpv6ArgsDict']] ipv6: IPv6 settings. Either this or `ipv6` needs to be set. See IPv6 options below.
635
- :param pulumi.Input[str] mac: MAC address of the interface.
636
- :param pulumi.Input[int] mtu: MTU of the interface.
637
- :param pulumi.Input[str] netstack: TCP/IP stack setting for this interface. Possible values are `defaultTcpipStack``, 'vmotion', 'vSphereProvisioning'. Changing this will force the creation of a new interface since it's not possible to change the stack once it gets created. (Default:`defaultTcpipStack`)
638
- :param pulumi.Input[str] portgroup: Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
639
- :param pulumi.Input[Sequence[pulumi.Input[str]]] services: Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
637
+ :param pulumi.Input[builtins.str] mac: MAC address of the interface.
638
+ :param pulumi.Input[builtins.int] mtu: MTU of the interface.
639
+ :param pulumi.Input[builtins.str] netstack: TCP/IP stack setting for this interface. Possible values are `defaultTcpipStack``, 'vmotion', 'vSphereProvisioning'. Changing this will force the creation of a new interface since it's not possible to change the stack once it gets created. (Default:`defaultTcpipStack`)
640
+ :param pulumi.Input[builtins.str] portgroup: Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
641
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] services: Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
640
642
  """
641
643
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
642
644
 
@@ -656,7 +658,7 @@ class Vnic(pulumi.CustomResource):
656
658
 
657
659
  @property
658
660
  @pulumi.getter(name="distributedPortGroup")
659
- def distributed_port_group(self) -> pulumi.Output[Optional[str]]:
661
+ def distributed_port_group(self) -> pulumi.Output[Optional[builtins.str]]:
660
662
  """
661
663
  Key of the distributed portgroup the nic will connect to.
662
664
  """
@@ -664,7 +666,7 @@ class Vnic(pulumi.CustomResource):
664
666
 
665
667
  @property
666
668
  @pulumi.getter(name="distributedSwitchPort")
667
- def distributed_switch_port(self) -> pulumi.Output[Optional[str]]:
669
+ def distributed_switch_port(self) -> pulumi.Output[Optional[builtins.str]]:
668
670
  """
669
671
  UUID of the vdswitch the nic will be attached to. Do not set if you set portgroup.
670
672
  """
@@ -672,7 +674,7 @@ class Vnic(pulumi.CustomResource):
672
674
 
673
675
  @property
674
676
  @pulumi.getter
675
- def host(self) -> pulumi.Output[str]:
677
+ def host(self) -> pulumi.Output[builtins.str]:
676
678
  """
677
679
  ESX host the interface belongs to
678
680
  """
@@ -696,7 +698,7 @@ class Vnic(pulumi.CustomResource):
696
698
 
697
699
  @property
698
700
  @pulumi.getter
699
- def mac(self) -> pulumi.Output[str]:
701
+ def mac(self) -> pulumi.Output[builtins.str]:
700
702
  """
701
703
  MAC address of the interface.
702
704
  """
@@ -704,7 +706,7 @@ class Vnic(pulumi.CustomResource):
704
706
 
705
707
  @property
706
708
  @pulumi.getter
707
- def mtu(self) -> pulumi.Output[int]:
709
+ def mtu(self) -> pulumi.Output[builtins.int]:
708
710
  """
709
711
  MTU of the interface.
710
712
  """
@@ -712,7 +714,7 @@ class Vnic(pulumi.CustomResource):
712
714
 
713
715
  @property
714
716
  @pulumi.getter
715
- def netstack(self) -> pulumi.Output[Optional[str]]:
717
+ def netstack(self) -> pulumi.Output[Optional[builtins.str]]:
716
718
  """
717
719
  TCP/IP stack setting for this interface. Possible values are `defaultTcpipStack``, 'vmotion', 'vSphereProvisioning'. Changing this will force the creation of a new interface since it's not possible to change the stack once it gets created. (Default:`defaultTcpipStack`)
718
720
  """
@@ -720,7 +722,7 @@ class Vnic(pulumi.CustomResource):
720
722
 
721
723
  @property
722
724
  @pulumi.getter
723
- def portgroup(self) -> pulumi.Output[Optional[str]]:
725
+ def portgroup(self) -> pulumi.Output[Optional[builtins.str]]:
724
726
  """
725
727
  Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
726
728
  """
@@ -728,7 +730,7 @@ class Vnic(pulumi.CustomResource):
728
730
 
729
731
  @property
730
732
  @pulumi.getter
731
- def services(self) -> pulumi.Output[Optional[Sequence[str]]]:
733
+ def services(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
732
734
  """
733
735
  Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
734
736
  """
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.2
1
+ Metadata-Version: 2.4
2
2
  Name: pulumi_vsphere
3
- Version: 4.14.0a1741997722
3
+ Version: 4.14.0a1746734806
4
4
  Summary: A Pulumi package for creating vsphere resources
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -9,9 +9,9 @@ Keywords: pulumi,vsphere
9
9
  Requires-Python: >=3.9
10
10
  Description-Content-Type: text/markdown
11
11
  Requires-Dist: parver>=0.2.1
12
- Requires-Dist: pulumi<4.0.0,>=3.142.0
12
+ Requires-Dist: pulumi<4.0.0,>=3.165.0
13
13
  Requires-Dist: semver>=2.8.1
14
- Requires-Dist: typing-extensions>=4.11; python_version < "3.11"
14
+ Requires-Dist: typing-extensions<5,>=4.11; python_version < "3.11"
15
15
 
16
16
  [![Actions Status](https://github.com/pulumi/pulumi-vsphere/workflows/master/badge.svg)](https://github.com/pulumi/pulumi-vsphere/actions)
17
17
  [![Slack](http://www.pulumi.com/images/docs/badges/slack.svg)](https://slack.pulumi.com)
@@ -0,0 +1,87 @@
1
+ pulumi_vsphere/__init__.py,sha256=jnjSPKaBa-HqgX5RoNYaQtPJORCkVN9kNBQX11HI3W4,11131
2
+ pulumi_vsphere/_inputs.py,sha256=Icvu3aEWfU-wEkXt8OLuOyqtpaW3tbTToMBxMIrZQIY,195101
3
+ pulumi_vsphere/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
+ pulumi_vsphere/compute_cluster.py,sha256=JXo4-F0ZhnebvxLagajLYvDFL12UThDMaopJOVQdZFA,241195
5
+ pulumi_vsphere/compute_cluster_host_group.py,sha256=nS2Y1_tBY8SxpRQqD_iZOggp-ivNs7bWzL-1eiF5NMc,16083
6
+ pulumi_vsphere/compute_cluster_vm_affinity_rule.py,sha256=Rof58zLS-O2gSbp7Yh7JEEzmXE4YVSzc80301PebI-8,26449
7
+ pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py,sha256=ozvGziMOqEtsIWs2yd4wyjLePe6iGa9cHysUxbAnOwY,19390
8
+ pulumi_vsphere/compute_cluster_vm_dependency_rule.py,sha256=P9U9jXqzjFkjPjrAak3KP6cC_ZpA7rP7JaVtxK3RDqs,30543
9
+ pulumi_vsphere/compute_cluster_vm_group.py,sha256=-91moNF6NzY2kYd7At-MhrcbXjFj7TVmrZo_XCOmAaU,23481
10
+ pulumi_vsphere/compute_cluster_vm_host_rule.py,sha256=uYzjS2PiF6-aasG99IXaw9It8qiteMHMVeuhNbNfHt4,33188
11
+ pulumi_vsphere/content_library.py,sha256=nrkSgLklOr6Q0O8VTIuKarXuaXoYg__sBD8Ia0Bzb8c,20198
12
+ pulumi_vsphere/content_library_item.py,sha256=Xw83TqSINf4rGCFgudjrqgbdUdpTJEfTyllLQx89EPc,21940
13
+ pulumi_vsphere/custom_attribute.py,sha256=vx52t4s9FeK5msAk5bViNCqBCBcHB-xQSEWBivNRqM0,12253
14
+ pulumi_vsphere/datacenter.py,sha256=D-TxazmUaSEyhoCPrNXYyQxIeEYq823dsQExGIgdK0U,19601
15
+ pulumi_vsphere/datastore_cluster.py,sha256=YZWBgsE95cGrARsx34nSiNcqPFyPOSZ31bxJawVJJdU,87980
16
+ pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py,sha256=hXxZgzpDuOA3AUmrxEOiiDJWaT_6xS1AsCo1xlGNeqs,24218
17
+ pulumi_vsphere/distributed_port_group.py,sha256=FEG6GM0nUJKVBxOQx-7c-CdYVHXf1KJfgyqHRN7st5w,147942
18
+ pulumi_vsphere/distributed_virtual_switch.py,sha256=qsEHco5lWU92LeXj9vppHY7YP1DmgdZw28omvk36b0o,269996
19
+ pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py,sha256=Di2uMgUW-rkSTV79_j3fkkevTu_friNmWyuz4LLPUSs,15286
20
+ pulumi_vsphere/dpm_host_override.py,sha256=e6Cjz2o24ZlzwJAqVdOfTn7E92WFDjY1qkuGjJefQdA,18385
21
+ pulumi_vsphere/drs_vm_override.py,sha256=ohJUrNAdArLzPk-hL5UPiTLbwZ_aYX2S363IarzTNG8,23333
22
+ pulumi_vsphere/entity_permissions.py,sha256=VCEVK_IBzOUBov3O_xn5yJMT-K4SMj_mK5YT0y9lg5s,13496
23
+ pulumi_vsphere/file.py,sha256=y8XvsS897OqWlYt85YU7-0gC-EFnHPGxfvJFZk8x1GQ,24479
24
+ pulumi_vsphere/folder.py,sha256=CyGoTKjhH1_kyEBQVCLZaKyFzkwm8ud3L173AnPnCVA,30172
25
+ pulumi_vsphere/get_compute_cluster.py,sha256=-NaM93Fq-JgmIFzuA5kY1Z9FCT7NbC42wW0or_xlvvg,6898
26
+ pulumi_vsphere/get_compute_cluster_host_group.py,sha256=IoAUe2_OeK9pex75Pm7Nn6xlB3YgS46FgL3Lea36XaI,7101
27
+ pulumi_vsphere/get_content_library.py,sha256=9M8ycNkDpFwABOvXIlW4NfLAZS4NAInmKNqIZkxvYOY,3902
28
+ pulumi_vsphere/get_content_library_item.py,sha256=8HoXLsqybrzA0pO0xa2xHXkmF7yYHfurr46beH-oTRs,5466
29
+ pulumi_vsphere/get_custom_attribute.py,sha256=bwypUREOMYcSku4VebVIVf8wDh4NcjafEBz-9lD0YxE,5109
30
+ pulumi_vsphere/get_datacenter.py,sha256=iMwem0xnkMYoiuhW4Jgm7eGfsRniLMkGGE7hLeqWBbU,5442
31
+ pulumi_vsphere/get_datastore.py,sha256=U1TZHZ5LaaZS7niQbmjFN2Qpujq-yeax_VMeURuyUSA,6910
32
+ pulumi_vsphere/get_datastore_cluster.py,sha256=jNYjDx01ULLatcS3yyleKUTZg68Tm3cVoHPy8rpgRpY,6590
33
+ pulumi_vsphere/get_datastore_stats.py,sha256=jexvl97vnhaP_QaPo_T_QjjxIk2zBULnCO9YkiXwLaY,8626
34
+ pulumi_vsphere/get_distributed_virtual_switch.py,sha256=a9Rykv6wOrwSHCUq_rOcZRDqYmWSH98c4ejHW_ZblXM,7834
35
+ pulumi_vsphere/get_dynamic.py,sha256=qcZvVhkr-oVMNJwvmMePF44qow3Qr3ZjWRHuyEFlf_M,6951
36
+ pulumi_vsphere/get_folder.py,sha256=b-fPioZ2puk7OHiTCP0vqncBQveC17OuaUji8Lcc-Bw,4642
37
+ pulumi_vsphere/get_guest_os_customization.py,sha256=3z0ADHUALv7XsNMZXoOuJbKVcVZC0PUdaiYnGGRNnis,6302
38
+ pulumi_vsphere/get_host.py,sha256=2JzVOuqQXM5w1y0Bwju2qenxvKBml-uhKxkJ3pS0vqo,6072
39
+ pulumi_vsphere/get_host_base_images.py,sha256=UUGI4W5IVWrArMqEczginXf2Za5uP_cVYKt_idCH1vI,3545
40
+ pulumi_vsphere/get_host_pci_device.py,sha256=80xlwgrmUBLX6yUsD4mhlGF-vSPr7Hhxex5TbRBS-2E,8780
41
+ pulumi_vsphere/get_host_thumbprint.py,sha256=Mu81-ylS2qPfR9KYK1nt2hvjWFnoDwJZti8HAXqSees,6305
42
+ pulumi_vsphere/get_host_vgpu_profile.py,sha256=btURFCIycDMUbRW28YkpjRnWAntaSiyT444TACP3MRI,7257
43
+ pulumi_vsphere/get_license.py,sha256=36CIaVG1UHVrZUgneCLypX5a3CcpJTui_XyB_v4wnJA,6239
44
+ pulumi_vsphere/get_network.py,sha256=DEDyq6lBgOkL7xKfRWEVtF6V9kzyue0hWB9jB3MeJy8,9979
45
+ pulumi_vsphere/get_ovf_vm_template.py,sha256=Wge4z2TNEneGAJP32FQABgi1sRPDt3IKoVaNSLE18AQ,29988
46
+ pulumi_vsphere/get_policy.py,sha256=g_KmDeVUvXR3l-SZe_Qd6TxsNuchdN7yxB23IBiwxvw,4068
47
+ pulumi_vsphere/get_resource_pool.py,sha256=tU7iTg1XKDnwcZaGZPDovg5RzXsDIVFf-2R0fCl-sg0,8096
48
+ pulumi_vsphere/get_role.py,sha256=4rat9Jn10n4ocUf8lc5QuQ_GdUbH52R6ktGSyn43Y_s,6265
49
+ pulumi_vsphere/get_tag.py,sha256=cmCrUKj39Mfo5nLdTI_syUzMoejQFIH8ekSK6T7y7j8,5667
50
+ pulumi_vsphere/get_tag_category.py,sha256=tT6NCXC-h5FwQtT7uSbUqHv1LM7-txLkZbkdTuUk8Mo,5911
51
+ pulumi_vsphere/get_vapp_container.py,sha256=hwaTEPbM2JSHyNaXWMNrGznnPKkLuyBFB-5dAfA1xEw,5291
52
+ pulumi_vsphere/get_virtual_machine.py,sha256=nWl3g-Vzrk3n688_dAIQcbPJiAusrPiHRRec1GA6DME,71159
53
+ pulumi_vsphere/get_vmfs_disks.py,sha256=7pSfSUUoqpImEIf4qe6SAGNNDA3PLARepaHPvbSItOA,7720
54
+ pulumi_vsphere/guest_os_customization.py,sha256=OC9O96KebqDRl67uMGSFY_fF4X5j5y3CK7r72L9sq3c,17725
55
+ pulumi_vsphere/ha_vm_override.py,sha256=ymW78gOkmEnzhe6cTUWZfalfYr6EjknUmfGnfklqQw8,61060
56
+ pulumi_vsphere/host.py,sha256=bfBVK44JCNovP6IAnwtDxesKifIJEqbfvuvFqeBqnoY,52739
57
+ pulumi_vsphere/host_port_group.py,sha256=k2HmJfVaV5rlkcWeA4A3v8Igu8-HjjDtjkNUw-nugR0,59782
58
+ pulumi_vsphere/host_virtual_switch.py,sha256=JYpyKM_zVQ2kHXpmlkoixJV_WNboVdQkBLfX1ksEjb4,65843
59
+ pulumi_vsphere/license.py,sha256=pgeQMFr8WU3Q7NqhvsPKTR0spj41dCexU0Tl9_390dg,12768
60
+ pulumi_vsphere/nas_datastore.py,sha256=DoBEAvFqrad0iUo9cImFO0em05ZO9-EtvBHhiR7cZoU,52296
61
+ pulumi_vsphere/offline_software_depot.py,sha256=I-cTGQtZeqKf0JKselEURFkthVhk7RgwMxo1ZW8vtGg,7773
62
+ pulumi_vsphere/outputs.py,sha256=kmXk5PbiRYmDMuZn-hxqxtkFuPK8yxGvrsNXT7Kn57I,164716
63
+ pulumi_vsphere/provider.py,sha256=yM0EZxJ3WKaAUEJLHZCVwzSWCh5-LzYvj9ubSub13II,22243
64
+ pulumi_vsphere/pulumi-plugin.json,sha256=EQ23EUsj-hshQWhl38PeXI4fvk0afKzBqXfoYkjXqbU,84
65
+ pulumi_vsphere/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
66
+ pulumi_vsphere/resource_pool.py,sha256=9JWZfCyya0FKUWWQlrK_ZdsKCPllY5wZ2QIQl7mFGpA,45607
67
+ pulumi_vsphere/role.py,sha256=VXn3Awa2GMNDo_9Cj9bpBjw0OsPHU32AogANfF3-hpo,9771
68
+ pulumi_vsphere/storage_drs_vm_override.py,sha256=wE5GBvjBzFthLJroA-IKxK6L8zEOelAGb3tkliZq6OA,26494
69
+ pulumi_vsphere/supervisor.py,sha256=foWg7yOqqpZfdUyWCrHUgtUmbWMbKp4JOV_Sgxy1_G0,53370
70
+ pulumi_vsphere/tag.py,sha256=pCsJeYMS1b1L-1FyALdtaSCUr9auutIDoYnXiISky9E,15555
71
+ pulumi_vsphere/tag_category.py,sha256=ipwQHDpRohvPzvS66UCtcooYhANi7GVNjsbGTD3AmKk,18330
72
+ pulumi_vsphere/vapp_container.py,sha256=7WpfEFuAkxHuDG7PTOlRdUllKMH-exogf3KjKSQXA7o,56383
73
+ pulumi_vsphere/vapp_entity.py,sha256=WAYpW7G4c3f-pKPPSFPakUVYBqM5WmFgCTGr6MT8uXw,36195
74
+ pulumi_vsphere/virtual_disk.py,sha256=95ipBMb6iCEucEOOMOYwjDyu8WKRyPGdXMdQewetCF8,35632
75
+ pulumi_vsphere/virtual_machine.py,sha256=_aBSeDpGTivxJrZ2DOfbJrQxezurlB-fTdR5KKJvqhg,234451
76
+ pulumi_vsphere/virtual_machine_class.py,sha256=INS1H_IKXxGajRRpHZFhZxBW3xZKthpLtSGynE90Ltc,18185
77
+ pulumi_vsphere/virtual_machine_snapshot.py,sha256=b71TpFovhAQXrpnFIUBqNhXX0oqjbG9Brr4smFMio7Y,25948
78
+ pulumi_vsphere/vm_storage_policy.py,sha256=I92H9JPwkb4SoEUr3bYj82tj157jLzleUi9p3GEdod0,20519
79
+ pulumi_vsphere/vmfs_datastore.py,sha256=5mAL1AvAKA-pUe2L1ePtXhvxDljhCgcAi4UcnP64Z9k,46751
80
+ pulumi_vsphere/vnic.py,sha256=iQRs-zoAJ6fBIiGCqwmgNdlpuOGtLauqgt5wo7GdWYI,31961
81
+ pulumi_vsphere/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
82
+ pulumi_vsphere/config/__init__.pyi,sha256=T8DcZ3COfafIyal5gnO0dWbdD7N942JKDLtF7ZapMw4,1541
83
+ pulumi_vsphere/config/vars.py,sha256=6_WK19_hs7A-gCkeKi-Wm1yHQdPSxnklmk82PwRGUfo,3400
84
+ pulumi_vsphere-4.14.0a1746734806.dist-info/METADATA,sha256=KQfVEOmh3R164JOap65vtS5JEVAnza0Fnx5YM-Xt25Y,5024
85
+ pulumi_vsphere-4.14.0a1746734806.dist-info/WHEEL,sha256=0CuiUZ_p9E4cD6NyLD6UG80LBXYyiSYZOKDm5lp32xk,91
86
+ pulumi_vsphere-4.14.0a1746734806.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
87
+ pulumi_vsphere-4.14.0a1746734806.dist-info/RECORD,,