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

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

Potentially problematic release.


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

Files changed (86) hide show
  1. pulumi_vsphere/__init__.py +1 -0
  2. pulumi_vsphere/_inputs.py +969 -968
  3. pulumi_vsphere/compute_cluster.py +921 -917
  4. pulumi_vsphere/compute_cluster_host_group.py +46 -42
  5. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +74 -70
  6. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +74 -70
  7. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +88 -84
  8. pulumi_vsphere/compute_cluster_vm_group.py +46 -42
  9. pulumi_vsphere/compute_cluster_vm_host_rule.py +102 -98
  10. pulumi_vsphere/config/__init__.py +1 -0
  11. pulumi_vsphere/config/__init__.pyi +1 -0
  12. pulumi_vsphere/config/vars.py +1 -0
  13. pulumi_vsphere/content_library.py +46 -42
  14. pulumi_vsphere/content_library_item.py +88 -84
  15. pulumi_vsphere/custom_attribute.py +32 -28
  16. pulumi_vsphere/datacenter.py +67 -63
  17. pulumi_vsphere/datastore_cluster.py +354 -350
  18. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +74 -70
  19. pulumi_vsphere/distributed_port_group.py +648 -644
  20. pulumi_vsphere/distributed_virtual_switch.py +1285 -1281
  21. pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +60 -56
  22. pulumi_vsphere/dpm_host_override.py +60 -56
  23. pulumi_vsphere/drs_vm_override.py +60 -56
  24. pulumi_vsphere/entity_permissions.py +32 -28
  25. pulumi_vsphere/file.py +98 -94
  26. pulumi_vsphere/folder.py +74 -70
  27. pulumi_vsphere/get_compute_cluster.py +13 -12
  28. pulumi_vsphere/get_compute_cluster_host_group.py +13 -12
  29. pulumi_vsphere/get_content_library.py +7 -6
  30. pulumi_vsphere/get_content_library_item.py +17 -16
  31. pulumi_vsphere/get_custom_attribute.py +8 -7
  32. pulumi_vsphere/get_datacenter.py +8 -7
  33. pulumi_vsphere/get_datastore.py +17 -16
  34. pulumi_vsphere/get_datastore_cluster.py +13 -12
  35. pulumi_vsphere/get_datastore_stats.py +17 -16
  36. pulumi_vsphere/get_distributed_virtual_switch.py +13 -12
  37. pulumi_vsphere/get_dynamic.py +17 -16
  38. pulumi_vsphere/get_folder.py +7 -6
  39. pulumi_vsphere/get_guest_os_customization.py +11 -10
  40. pulumi_vsphere/get_host.py +13 -12
  41. pulumi_vsphere/get_host_base_images.py +3 -2
  42. pulumi_vsphere/get_host_pci_device.py +23 -22
  43. pulumi_vsphere/get_host_thumbprint.py +17 -16
  44. pulumi_vsphere/get_host_vgpu_profile.py +12 -11
  45. pulumi_vsphere/get_license.py +12 -11
  46. pulumi_vsphere/get_network.py +18 -17
  47. pulumi_vsphere/get_ovf_vm_template.py +89 -88
  48. pulumi_vsphere/get_policy.py +7 -6
  49. pulumi_vsphere/get_resource_pool.py +12 -11
  50. pulumi_vsphere/get_role.py +20 -19
  51. pulumi_vsphere/get_tag.py +13 -12
  52. pulumi_vsphere/get_tag_category.py +10 -9
  53. pulumi_vsphere/get_vapp_container.py +12 -11
  54. pulumi_vsphere/get_virtual_machine.py +204 -203
  55. pulumi_vsphere/get_vmfs_disks.py +18 -17
  56. pulumi_vsphere/guest_os_customization.py +60 -56
  57. pulumi_vsphere/ha_vm_override.py +214 -210
  58. pulumi_vsphere/host.py +200 -196
  59. pulumi_vsphere/host_port_group.py +256 -252
  60. pulumi_vsphere/host_virtual_switch.py +298 -294
  61. pulumi_vsphere/license.py +60 -56
  62. pulumi_vsphere/nas_datastore.py +214 -210
  63. pulumi_vsphere/offline_software_depot.py +18 -14
  64. pulumi_vsphere/outputs.py +721 -720
  65. pulumi_vsphere/provider.py +101 -97
  66. pulumi_vsphere/pulumi-plugin.json +1 -1
  67. pulumi_vsphere/resource_pool.py +214 -210
  68. pulumi_vsphere/role.py +39 -35
  69. pulumi_vsphere/storage_drs_vm_override.py +74 -70
  70. pulumi_vsphere/supervisor.py +158 -154
  71. pulumi_vsphere/tag.py +46 -42
  72. pulumi_vsphere/tag_category.py +60 -56
  73. pulumi_vsphere/vapp_container.py +214 -210
  74. pulumi_vsphere/vapp_entity.py +144 -140
  75. pulumi_vsphere/virtual_disk.py +102 -98
  76. pulumi_vsphere/virtual_machine.py +1043 -1039
  77. pulumi_vsphere/virtual_machine_class.py +88 -84
  78. pulumi_vsphere/virtual_machine_snapshot.py +102 -98
  79. pulumi_vsphere/vm_storage_policy.py +32 -28
  80. pulumi_vsphere/vmfs_datastore.py +151 -147
  81. pulumi_vsphere/vnic.py +116 -112
  82. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1745952392.dist-info}/METADATA +2 -2
  83. pulumi_vsphere-4.14.0a1745952392.dist-info/RECORD +87 -0
  84. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1745952392.dist-info}/WHEEL +1 -1
  85. pulumi_vsphere-4.14.0a1741997722.dist-info/RECORD +0 -87
  86. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1745952392.dist-info}/top_level.txt +0 -0
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,83 @@ 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
 
356
357
  class Vnic(pulumi.CustomResource):
358
+
359
+ pulumi_type = "vsphere:index/vnic:Vnic"
360
+
357
361
  @overload
358
362
  def __init__(__self__,
359
363
  resource_name: str,
360
364
  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,
365
+ distributed_port_group: Optional[pulumi.Input[builtins.str]] = None,
366
+ distributed_switch_port: Optional[pulumi.Input[builtins.str]] = None,
367
+ host: Optional[pulumi.Input[builtins.str]] = None,
364
368
  ipv4: Optional[pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']]] = None,
365
369
  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,
370
+ mac: Optional[pulumi.Input[builtins.str]] = None,
371
+ mtu: Optional[pulumi.Input[builtins.int]] = None,
372
+ netstack: Optional[pulumi.Input[builtins.str]] = None,
373
+ portgroup: Optional[pulumi.Input[builtins.str]] = None,
374
+ services: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
371
375
  __props__=None):
372
376
  """
373
377
  Provides a VMware vSphere vnic resource.
@@ -454,16 +458,16 @@ class Vnic(pulumi.CustomResource):
454
458
 
455
459
  :param str resource_name: The name of the resource.
456
460
  :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
461
+ :param pulumi.Input[builtins.str] distributed_port_group: Key of the distributed portgroup the nic will connect to.
462
+ :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.
463
+ :param pulumi.Input[builtins.str] host: ESX host the interface belongs to
460
464
  :param pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']] ipv4: IPv4 settings. Either this or `ipv6` needs to be set. See IPv4 options below.
461
465
  :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`.
466
+ :param pulumi.Input[builtins.str] mac: MAC address of the interface.
467
+ :param pulumi.Input[builtins.int] mtu: MTU of the interface.
468
+ :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`)
469
+ :param pulumi.Input[builtins.str] portgroup: Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
470
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] services: Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
467
471
  """
468
472
  ...
469
473
  @overload
@@ -569,16 +573,16 @@ class Vnic(pulumi.CustomResource):
569
573
  def _internal_init(__self__,
570
574
  resource_name: str,
571
575
  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,
576
+ distributed_port_group: Optional[pulumi.Input[builtins.str]] = None,
577
+ distributed_switch_port: Optional[pulumi.Input[builtins.str]] = None,
578
+ host: Optional[pulumi.Input[builtins.str]] = None,
575
579
  ipv4: Optional[pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']]] = None,
576
580
  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,
581
+ mac: Optional[pulumi.Input[builtins.str]] = None,
582
+ mtu: Optional[pulumi.Input[builtins.int]] = None,
583
+ netstack: Optional[pulumi.Input[builtins.str]] = None,
584
+ portgroup: Optional[pulumi.Input[builtins.str]] = None,
585
+ services: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
582
586
  __props__=None):
583
587
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
584
588
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -610,16 +614,16 @@ class Vnic(pulumi.CustomResource):
610
614
  def get(resource_name: str,
611
615
  id: pulumi.Input[str],
612
616
  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,
617
+ distributed_port_group: Optional[pulumi.Input[builtins.str]] = None,
618
+ distributed_switch_port: Optional[pulumi.Input[builtins.str]] = None,
619
+ host: Optional[pulumi.Input[builtins.str]] = None,
616
620
  ipv4: Optional[pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']]] = None,
617
621
  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':
622
+ mac: Optional[pulumi.Input[builtins.str]] = None,
623
+ mtu: Optional[pulumi.Input[builtins.int]] = None,
624
+ netstack: Optional[pulumi.Input[builtins.str]] = None,
625
+ portgroup: Optional[pulumi.Input[builtins.str]] = None,
626
+ services: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None) -> 'Vnic':
623
627
  """
624
628
  Get an existing Vnic resource's state with the given name, id, and optional extra
625
629
  properties used to qualify the lookup.
@@ -627,16 +631,16 @@ class Vnic(pulumi.CustomResource):
627
631
  :param str resource_name: The unique name of the resulting resource.
628
632
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
629
633
  :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
634
+ :param pulumi.Input[builtins.str] distributed_port_group: Key of the distributed portgroup the nic will connect to.
635
+ :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.
636
+ :param pulumi.Input[builtins.str] host: ESX host the interface belongs to
633
637
  :param pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']] ipv4: IPv4 settings. Either this or `ipv6` needs to be set. See IPv4 options below.
634
638
  :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`.
639
+ :param pulumi.Input[builtins.str] mac: MAC address of the interface.
640
+ :param pulumi.Input[builtins.int] mtu: MTU of the interface.
641
+ :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`)
642
+ :param pulumi.Input[builtins.str] portgroup: Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
643
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] services: Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
640
644
  """
641
645
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
642
646
 
@@ -656,7 +660,7 @@ class Vnic(pulumi.CustomResource):
656
660
 
657
661
  @property
658
662
  @pulumi.getter(name="distributedPortGroup")
659
- def distributed_port_group(self) -> pulumi.Output[Optional[str]]:
663
+ def distributed_port_group(self) -> pulumi.Output[Optional[builtins.str]]:
660
664
  """
661
665
  Key of the distributed portgroup the nic will connect to.
662
666
  """
@@ -664,7 +668,7 @@ class Vnic(pulumi.CustomResource):
664
668
 
665
669
  @property
666
670
  @pulumi.getter(name="distributedSwitchPort")
667
- def distributed_switch_port(self) -> pulumi.Output[Optional[str]]:
671
+ def distributed_switch_port(self) -> pulumi.Output[Optional[builtins.str]]:
668
672
  """
669
673
  UUID of the vdswitch the nic will be attached to. Do not set if you set portgroup.
670
674
  """
@@ -672,7 +676,7 @@ class Vnic(pulumi.CustomResource):
672
676
 
673
677
  @property
674
678
  @pulumi.getter
675
- def host(self) -> pulumi.Output[str]:
679
+ def host(self) -> pulumi.Output[builtins.str]:
676
680
  """
677
681
  ESX host the interface belongs to
678
682
  """
@@ -696,7 +700,7 @@ class Vnic(pulumi.CustomResource):
696
700
 
697
701
  @property
698
702
  @pulumi.getter
699
- def mac(self) -> pulumi.Output[str]:
703
+ def mac(self) -> pulumi.Output[builtins.str]:
700
704
  """
701
705
  MAC address of the interface.
702
706
  """
@@ -704,7 +708,7 @@ class Vnic(pulumi.CustomResource):
704
708
 
705
709
  @property
706
710
  @pulumi.getter
707
- def mtu(self) -> pulumi.Output[int]:
711
+ def mtu(self) -> pulumi.Output[builtins.int]:
708
712
  """
709
713
  MTU of the interface.
710
714
  """
@@ -712,7 +716,7 @@ class Vnic(pulumi.CustomResource):
712
716
 
713
717
  @property
714
718
  @pulumi.getter
715
- def netstack(self) -> pulumi.Output[Optional[str]]:
719
+ def netstack(self) -> pulumi.Output[Optional[builtins.str]]:
716
720
  """
717
721
  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
722
  """
@@ -720,7 +724,7 @@ class Vnic(pulumi.CustomResource):
720
724
 
721
725
  @property
722
726
  @pulumi.getter
723
- def portgroup(self) -> pulumi.Output[Optional[str]]:
727
+ def portgroup(self) -> pulumi.Output[Optional[builtins.str]]:
724
728
  """
725
729
  Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
726
730
  """
@@ -728,7 +732,7 @@ class Vnic(pulumi.CustomResource):
728
732
 
729
733
  @property
730
734
  @pulumi.getter
731
- def services(self) -> pulumi.Output[Optional[Sequence[str]]]:
735
+ def services(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
732
736
  """
733
737
  Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
734
738
  """
@@ -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.0a1745952392
4
4
  Summary: A Pulumi package for creating vsphere resources
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -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=OgyEMmPNEIrmECXYBmUXBpOETJly56DzMD4FhqEjIkI,241195
5
+ pulumi_vsphere/compute_cluster_host_group.py,sha256=ehyi7_PlsRB8XMwyceZTz_fJXH5TpdmfxHYb0D37Xbc,16083
6
+ pulumi_vsphere/compute_cluster_vm_affinity_rule.py,sha256=mYsp02Vf2c4pAyNC2qkz4unBrg7GLWz5Kpgk1khYmVc,26449
7
+ pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py,sha256=imhZfMHPKXSzwxUlOIrg6qlLRzGSe1A9OsEEWf0PNyg,19390
8
+ pulumi_vsphere/compute_cluster_vm_dependency_rule.py,sha256=yCNxdClnmkSKDCH7EFo3anw41qh-XaptlIVrmpMJOmc,30543
9
+ pulumi_vsphere/compute_cluster_vm_group.py,sha256=KvAlPTVJTjMtLrzjd-V98bWFGl4xnusIS-n4__uOtxs,23481
10
+ pulumi_vsphere/compute_cluster_vm_host_rule.py,sha256=ql3nV3SrC5jNaCLD7foGMmHexlqe7D_o0ngAQhmf65E,33188
11
+ pulumi_vsphere/content_library.py,sha256=2aqhKTZe2BnSAuZ0W2sWxzuCSKImzqM7TAj0SAHFEQY,20198
12
+ pulumi_vsphere/content_library_item.py,sha256=1s-Pi_fSEAzDJRf6GyaW6g2KuELyTWvOd-D0iLybiOc,21940
13
+ pulumi_vsphere/custom_attribute.py,sha256=QpdDDDu7NrrAcao05VwthrvJ6QN7vXmto_uu1LTIN7k,12253
14
+ pulumi_vsphere/datacenter.py,sha256=-nmd5NEn6zaioRBtFI5kYr48Z6ThW_DXdDJlhE4X8ek,19601
15
+ pulumi_vsphere/datastore_cluster.py,sha256=QTF3vHqZ9_6oL9iYzilhCbkJGDdlfMPztZPyiVwpHtA,87980
16
+ pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py,sha256=ffQuAa1oHrGWF_iukqG6XAfReqCGUtlp4rr3S_5Gmyw,24218
17
+ pulumi_vsphere/distributed_port_group.py,sha256=rEgW4ysUqrTYKuSMnysuOQrXUE5ecQ65XL0Gf5A8Hpk,147942
18
+ pulumi_vsphere/distributed_virtual_switch.py,sha256=88ejKLCZOBeCJpc07KIjrhejwZaaGPsVNxgIXRnEYxs,269996
19
+ pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py,sha256=IOuHvqsS_OfOPzQpG-BfwVqZe3XSyWS1iPM9p7LCNXw,15286
20
+ pulumi_vsphere/dpm_host_override.py,sha256=YSxlswHXGKep5wMeA2FUKc41EJo2LhS3k-I-AtYP1Ig,18385
21
+ pulumi_vsphere/drs_vm_override.py,sha256=Sj0UZx8lATKflD3nleIWVkYqlZSF4adZX99PBbrlotc,23333
22
+ pulumi_vsphere/entity_permissions.py,sha256=6fBwrbi-ZCr7idjkvoBqhKX4yIye_fqa4Rd8krECZ9s,13496
23
+ pulumi_vsphere/file.py,sha256=HgW85lOQ7i5AaUvxO8ZokZZnunfaeBLebtYgPP51cVs,24479
24
+ pulumi_vsphere/folder.py,sha256=XkYIDj06wkVWsbJH8BHed4DD9S62_rciwP-0IT-0LPg,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=AG4SyY18yNJs1J4n7NMHFTqScCMOx2PNE0HSPXhKcf4,17725
55
+ pulumi_vsphere/ha_vm_override.py,sha256=9xufa2HuiSwNeaR3Wlbe8NH6ranRuFd5xBE8PhrWVMs,61060
56
+ pulumi_vsphere/host.py,sha256=0sr_RS6vtWc1d04CauR5v_GgN25VrADnEWCokdfiq7E,52739
57
+ pulumi_vsphere/host_port_group.py,sha256=LSrmAq-1wgk_NuLv-PfqGkJ4G9fQpEGzup2Gx5-1b3M,59782
58
+ pulumi_vsphere/host_virtual_switch.py,sha256=aCf4ph_mL6gUQ6yZqLcTBdQkvK8VeHN0oIEbMKc-fp4,65843
59
+ pulumi_vsphere/license.py,sha256=H9XNS7lmhuYqJain7GQqEvjSOzX8jZ5_5_14N2R1pc8,12768
60
+ pulumi_vsphere/nas_datastore.py,sha256=sdKTeYgaChCnk1nco2FgWyRcb7P8A3t_m6dgszQvkbI,52296
61
+ pulumi_vsphere/offline_software_depot.py,sha256=gl9KjwJhYQ5R1_9Pb-KXsPwt0Bd9eGo7cwkbx51xdSE,7773
62
+ pulumi_vsphere/outputs.py,sha256=kmXk5PbiRYmDMuZn-hxqxtkFuPK8yxGvrsNXT7Kn57I,164716
63
+ pulumi_vsphere/provider.py,sha256=SyJXmCSssXibx4G9BJ8GjZGjrkp8457ndk2wVmuRyiA,21373
64
+ pulumi_vsphere/pulumi-plugin.json,sha256=XeXJXWDUMg1IGU8VbkHybRQZ2Jucww8ukb8ISDcZQ8s,84
65
+ pulumi_vsphere/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
66
+ pulumi_vsphere/resource_pool.py,sha256=kcbme2HkasYE--dYyGMmRAWdiQB59esj897SO6439lQ,45607
67
+ pulumi_vsphere/role.py,sha256=ZIVb2QTtJOf_4jhXP-ICJAq7yjSlmr1SDEBLmC4SgFo,9771
68
+ pulumi_vsphere/storage_drs_vm_override.py,sha256=DHGfGaNr-rTxfcMEfIjRsKOxaOFVt0FDGd7msFLnZFQ,26494
69
+ pulumi_vsphere/supervisor.py,sha256=yy8RaYyih-oOe7TjfDdSYR5gkcvZJgjqU-0ExrQhkLk,53370
70
+ pulumi_vsphere/tag.py,sha256=m9MIvA4x8HnNYq17uQ7hBCuoNpIYIFg-6hvmIrdjX1A,15555
71
+ pulumi_vsphere/tag_category.py,sha256=TiJXnhP8LgFXuoEgeumJH7v67DYORShaUg1rIPRcxh0,18330
72
+ pulumi_vsphere/vapp_container.py,sha256=RWJ4vt1WvLNg-FPM0hKWdxf27_9rc-nOaj9Vj3fqLIY,56383
73
+ pulumi_vsphere/vapp_entity.py,sha256=1UBUt85G6G6LbpgEHZ1jMSz7hIJSwO7PnzV4R4X70BE,36195
74
+ pulumi_vsphere/virtual_disk.py,sha256=N8sXUNL654XQ1y_5mh9UyYFGI1C6gH_ls7DPf5Xvj7E,35632
75
+ pulumi_vsphere/virtual_machine.py,sha256=42k7HUpO941fYZ5RuVFKtpDnaUexxL6cB45s_9Hc9t8,234451
76
+ pulumi_vsphere/virtual_machine_class.py,sha256=s-P0U1-3RnIi2DTpumv9gxsz9esTVEKGOXQaVcYyhGI,18185
77
+ pulumi_vsphere/virtual_machine_snapshot.py,sha256=NJWqwRBxast_ax7dZ2atTLCuPBBavLCCmRYWXsuyA-4,25948
78
+ pulumi_vsphere/vm_storage_policy.py,sha256=QZ7CZi8wJdVth_4jQHqcMk5JCCqffb9v6jt4pl3pr2M,20519
79
+ pulumi_vsphere/vmfs_datastore.py,sha256=iv33Xqplo43--OwBwwmT5BLF3lF1SsPLfH5RVKoffpw,46751
80
+ pulumi_vsphere/vnic.py,sha256=E7bjbdfTxGvltbubhvZxTgiO_4_Jl-DMAvg9U5sH2W0,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.0a1745952392.dist-info/METADATA,sha256=2ueDqYueQYgsTChfJY0lHHLskJC_j9Gl7d8NCch5vGU,5021
85
+ pulumi_vsphere-4.14.0a1745952392.dist-info/WHEEL,sha256=ck4Vq1_RXyvS4Jt6SI0Vz6fyVs4GWg7AINwpsaGEgPE,91
86
+ pulumi_vsphere-4.14.0a1745952392.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
87
+ pulumi_vsphere-4.14.0a1745952392.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (76.0.0)
2
+ Generator: setuptools (80.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5