pulumi-vsphere 4.13.1a1738773193__py3-none-any.whl → 4.13.2a1744198820__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/_utilities.py +8 -4
- pulumi_vsphere/compute_cluster.py +918 -917
- pulumi_vsphere/compute_cluster_host_group.py +43 -42
- pulumi_vsphere/compute_cluster_vm_affinity_rule.py +71 -70
- pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +71 -70
- pulumi_vsphere/compute_cluster_vm_dependency_rule.py +85 -84
- pulumi_vsphere/compute_cluster_vm_group.py +43 -42
- pulumi_vsphere/compute_cluster_vm_host_rule.py +99 -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 +43 -42
- pulumi_vsphere/content_library_item.py +85 -84
- pulumi_vsphere/custom_attribute.py +29 -28
- pulumi_vsphere/datacenter.py +64 -63
- pulumi_vsphere/datastore_cluster.py +351 -350
- pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +71 -70
- pulumi_vsphere/distributed_port_group.py +645 -644
- pulumi_vsphere/distributed_virtual_switch.py +1282 -1281
- pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +57 -56
- pulumi_vsphere/dpm_host_override.py +57 -56
- pulumi_vsphere/drs_vm_override.py +57 -56
- pulumi_vsphere/entity_permissions.py +29 -28
- pulumi_vsphere/file.py +95 -94
- pulumi_vsphere/folder.py +71 -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 +57 -56
- pulumi_vsphere/ha_vm_override.py +211 -210
- pulumi_vsphere/host.py +197 -196
- pulumi_vsphere/host_port_group.py +253 -252
- pulumi_vsphere/host_virtual_switch.py +295 -294
- pulumi_vsphere/license.py +57 -56
- pulumi_vsphere/nas_datastore.py +211 -210
- pulumi_vsphere/offline_software_depot.py +15 -14
- pulumi_vsphere/outputs.py +721 -720
- pulumi_vsphere/provider.py +98 -97
- pulumi_vsphere/pulumi-plugin.json +1 -1
- pulumi_vsphere/resource_pool.py +211 -210
- pulumi_vsphere/role.py +36 -35
- pulumi_vsphere/storage_drs_vm_override.py +71 -70
- pulumi_vsphere/supervisor.py +155 -154
- pulumi_vsphere/tag.py +43 -42
- pulumi_vsphere/tag_category.py +57 -56
- pulumi_vsphere/vapp_container.py +211 -210
- pulumi_vsphere/vapp_entity.py +141 -140
- pulumi_vsphere/virtual_disk.py +99 -98
- pulumi_vsphere/virtual_machine.py +1040 -1039
- pulumi_vsphere/virtual_machine_class.py +85 -84
- pulumi_vsphere/virtual_machine_snapshot.py +99 -98
- pulumi_vsphere/vm_storage_policy.py +29 -28
- pulumi_vsphere/vmfs_datastore.py +148 -147
- pulumi_vsphere/vnic.py +113 -112
- {pulumi_vsphere-4.13.1a1738773193.dist-info → pulumi_vsphere-4.13.2a1744198820.dist-info}/METADATA +2 -2
- pulumi_vsphere-4.13.2a1744198820.dist-info/RECORD +87 -0
- {pulumi_vsphere-4.13.1a1738773193.dist-info → pulumi_vsphere-4.13.2a1744198820.dist-info}/WHEEL +1 -1
- pulumi_vsphere-4.13.1a1738773193.dist-info/RECORD +0 -87
- {pulumi_vsphere-4.13.1a1738773193.dist-info → pulumi_vsphere-4.13.2a1744198820.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,62 +295,62 @@ 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
|
|
|
@@ -358,16 +359,16 @@ class Vnic(pulumi.CustomResource):
|
|
|
358
359
|
def __init__(__self__,
|
|
359
360
|
resource_name: str,
|
|
360
361
|
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,
|
|
362
|
+
distributed_port_group: Optional[pulumi.Input[builtins.str]] = None,
|
|
363
|
+
distributed_switch_port: Optional[pulumi.Input[builtins.str]] = None,
|
|
364
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
364
365
|
ipv4: Optional[pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']]] = None,
|
|
365
366
|
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,
|
|
367
|
+
mac: Optional[pulumi.Input[builtins.str]] = None,
|
|
368
|
+
mtu: Optional[pulumi.Input[builtins.int]] = None,
|
|
369
|
+
netstack: Optional[pulumi.Input[builtins.str]] = None,
|
|
370
|
+
portgroup: Optional[pulumi.Input[builtins.str]] = None,
|
|
371
|
+
services: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
371
372
|
__props__=None):
|
|
372
373
|
"""
|
|
373
374
|
Provides a VMware vSphere vnic resource.
|
|
@@ -454,16 +455,16 @@ class Vnic(pulumi.CustomResource):
|
|
|
454
455
|
|
|
455
456
|
:param str resource_name: The name of the resource.
|
|
456
457
|
: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
|
|
458
|
+
:param pulumi.Input[builtins.str] distributed_port_group: Key of the distributed portgroup the nic will connect to.
|
|
459
|
+
: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.
|
|
460
|
+
:param pulumi.Input[builtins.str] host: ESX host the interface belongs to
|
|
460
461
|
:param pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']] ipv4: IPv4 settings. Either this or `ipv6` needs to be set. See IPv4 options below.
|
|
461
462
|
: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`.
|
|
463
|
+
:param pulumi.Input[builtins.str] mac: MAC address of the interface.
|
|
464
|
+
:param pulumi.Input[builtins.int] mtu: MTU of the interface.
|
|
465
|
+
: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`)
|
|
466
|
+
:param pulumi.Input[builtins.str] portgroup: Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
|
|
467
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] services: Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
|
|
467
468
|
"""
|
|
468
469
|
...
|
|
469
470
|
@overload
|
|
@@ -569,16 +570,16 @@ class Vnic(pulumi.CustomResource):
|
|
|
569
570
|
def _internal_init(__self__,
|
|
570
571
|
resource_name: str,
|
|
571
572
|
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,
|
|
573
|
+
distributed_port_group: Optional[pulumi.Input[builtins.str]] = None,
|
|
574
|
+
distributed_switch_port: Optional[pulumi.Input[builtins.str]] = None,
|
|
575
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
575
576
|
ipv4: Optional[pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']]] = None,
|
|
576
577
|
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,
|
|
578
|
+
mac: Optional[pulumi.Input[builtins.str]] = None,
|
|
579
|
+
mtu: Optional[pulumi.Input[builtins.int]] = None,
|
|
580
|
+
netstack: Optional[pulumi.Input[builtins.str]] = None,
|
|
581
|
+
portgroup: Optional[pulumi.Input[builtins.str]] = None,
|
|
582
|
+
services: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
|
|
582
583
|
__props__=None):
|
|
583
584
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
584
585
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -610,16 +611,16 @@ class Vnic(pulumi.CustomResource):
|
|
|
610
611
|
def get(resource_name: str,
|
|
611
612
|
id: pulumi.Input[str],
|
|
612
613
|
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,
|
|
614
|
+
distributed_port_group: Optional[pulumi.Input[builtins.str]] = None,
|
|
615
|
+
distributed_switch_port: Optional[pulumi.Input[builtins.str]] = None,
|
|
616
|
+
host: Optional[pulumi.Input[builtins.str]] = None,
|
|
616
617
|
ipv4: Optional[pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']]] = None,
|
|
617
618
|
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':
|
|
619
|
+
mac: Optional[pulumi.Input[builtins.str]] = None,
|
|
620
|
+
mtu: Optional[pulumi.Input[builtins.int]] = None,
|
|
621
|
+
netstack: Optional[pulumi.Input[builtins.str]] = None,
|
|
622
|
+
portgroup: Optional[pulumi.Input[builtins.str]] = None,
|
|
623
|
+
services: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None) -> 'Vnic':
|
|
623
624
|
"""
|
|
624
625
|
Get an existing Vnic resource's state with the given name, id, and optional extra
|
|
625
626
|
properties used to qualify the lookup.
|
|
@@ -627,16 +628,16 @@ class Vnic(pulumi.CustomResource):
|
|
|
627
628
|
:param str resource_name: The unique name of the resulting resource.
|
|
628
629
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
629
630
|
: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
|
|
631
|
+
:param pulumi.Input[builtins.str] distributed_port_group: Key of the distributed portgroup the nic will connect to.
|
|
632
|
+
: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.
|
|
633
|
+
:param pulumi.Input[builtins.str] host: ESX host the interface belongs to
|
|
633
634
|
:param pulumi.Input[Union['VnicIpv4Args', 'VnicIpv4ArgsDict']] ipv4: IPv4 settings. Either this or `ipv6` needs to be set. See IPv4 options below.
|
|
634
635
|
: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`.
|
|
636
|
+
:param pulumi.Input[builtins.str] mac: MAC address of the interface.
|
|
637
|
+
:param pulumi.Input[builtins.int] mtu: MTU of the interface.
|
|
638
|
+
: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`)
|
|
639
|
+
:param pulumi.Input[builtins.str] portgroup: Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
|
|
640
|
+
:param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] services: Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
|
|
640
641
|
"""
|
|
641
642
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
642
643
|
|
|
@@ -656,7 +657,7 @@ class Vnic(pulumi.CustomResource):
|
|
|
656
657
|
|
|
657
658
|
@property
|
|
658
659
|
@pulumi.getter(name="distributedPortGroup")
|
|
659
|
-
def distributed_port_group(self) -> pulumi.Output[Optional[str]]:
|
|
660
|
+
def distributed_port_group(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
660
661
|
"""
|
|
661
662
|
Key of the distributed portgroup the nic will connect to.
|
|
662
663
|
"""
|
|
@@ -664,7 +665,7 @@ class Vnic(pulumi.CustomResource):
|
|
|
664
665
|
|
|
665
666
|
@property
|
|
666
667
|
@pulumi.getter(name="distributedSwitchPort")
|
|
667
|
-
def distributed_switch_port(self) -> pulumi.Output[Optional[str]]:
|
|
668
|
+
def distributed_switch_port(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
668
669
|
"""
|
|
669
670
|
UUID of the vdswitch the nic will be attached to. Do not set if you set portgroup.
|
|
670
671
|
"""
|
|
@@ -672,7 +673,7 @@ class Vnic(pulumi.CustomResource):
|
|
|
672
673
|
|
|
673
674
|
@property
|
|
674
675
|
@pulumi.getter
|
|
675
|
-
def host(self) -> pulumi.Output[str]:
|
|
676
|
+
def host(self) -> pulumi.Output[builtins.str]:
|
|
676
677
|
"""
|
|
677
678
|
ESX host the interface belongs to
|
|
678
679
|
"""
|
|
@@ -696,7 +697,7 @@ class Vnic(pulumi.CustomResource):
|
|
|
696
697
|
|
|
697
698
|
@property
|
|
698
699
|
@pulumi.getter
|
|
699
|
-
def mac(self) -> pulumi.Output[str]:
|
|
700
|
+
def mac(self) -> pulumi.Output[builtins.str]:
|
|
700
701
|
"""
|
|
701
702
|
MAC address of the interface.
|
|
702
703
|
"""
|
|
@@ -704,7 +705,7 @@ class Vnic(pulumi.CustomResource):
|
|
|
704
705
|
|
|
705
706
|
@property
|
|
706
707
|
@pulumi.getter
|
|
707
|
-
def mtu(self) -> pulumi.Output[int]:
|
|
708
|
+
def mtu(self) -> pulumi.Output[builtins.int]:
|
|
708
709
|
"""
|
|
709
710
|
MTU of the interface.
|
|
710
711
|
"""
|
|
@@ -712,7 +713,7 @@ class Vnic(pulumi.CustomResource):
|
|
|
712
713
|
|
|
713
714
|
@property
|
|
714
715
|
@pulumi.getter
|
|
715
|
-
def netstack(self) -> pulumi.Output[Optional[str]]:
|
|
716
|
+
def netstack(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
716
717
|
"""
|
|
717
718
|
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
719
|
"""
|
|
@@ -720,7 +721,7 @@ class Vnic(pulumi.CustomResource):
|
|
|
720
721
|
|
|
721
722
|
@property
|
|
722
723
|
@pulumi.getter
|
|
723
|
-
def portgroup(self) -> pulumi.Output[Optional[str]]:
|
|
724
|
+
def portgroup(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
724
725
|
"""
|
|
725
726
|
Portgroup to attach the nic to. Do not set if you set distributed_switch_port.
|
|
726
727
|
"""
|
|
@@ -728,7 +729,7 @@ class Vnic(pulumi.CustomResource):
|
|
|
728
729
|
|
|
729
730
|
@property
|
|
730
731
|
@pulumi.getter
|
|
731
|
-
def services(self) -> pulumi.Output[Optional[Sequence[str]]]:
|
|
732
|
+
def services(self) -> pulumi.Output[Optional[Sequence[builtins.str]]]:
|
|
732
733
|
"""
|
|
733
734
|
Enabled services setting for this interface. Currently support values are `vmotion`, `management`, and `vsan`.
|
|
734
735
|
"""
|
|
@@ -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=GVcoHztit-9sfrQ1fS6vXcrhycN6NYPVVqv8LfwpZmA,241129
|
|
5
|
+
pulumi_vsphere/compute_cluster_host_group.py,sha256=37oLifYtIzNBnsUR4UFH_WweIecKR2Y4dlSY84x3-Vk,15999
|
|
6
|
+
pulumi_vsphere/compute_cluster_vm_affinity_rule.py,sha256=01ND-TM6BCE06W3x7vJvopkFytiTr3fxHulkKHu2WOg,26355
|
|
7
|
+
pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py,sha256=4vL9xGbtCQAoMZRziP6FUvQm9aCouAlhbTyUoh7k8_k,19288
|
|
8
|
+
pulumi_vsphere/compute_cluster_vm_dependency_rule.py,sha256=4lzVihF-2FTztITDJ_AB2c1nD8FqLAfgxvQfXHyGHGM,30445
|
|
9
|
+
pulumi_vsphere/compute_cluster_vm_group.py,sha256=kVZKSiMOHi8r2Kt3J1Eis6AVBJtkzNMsE1eMgwkfbxM,23401
|
|
10
|
+
pulumi_vsphere/compute_cluster_vm_host_rule.py,sha256=LwT6w35UW4avK0K4glzu5lO_jRJwe9UwbriDulyhSJ8,33102
|
|
11
|
+
pulumi_vsphere/content_library.py,sha256=GAN-bgqLHf0MRPaG0vfx54MVdZ9sq3emvI6oczoRUGg,20132
|
|
12
|
+
pulumi_vsphere/content_library_item.py,sha256=8HatfeqiPlznRyVKRnFJR2nqHsFwSwTu3B7_DtVhiH0,21866
|
|
13
|
+
pulumi_vsphere/custom_attribute.py,sha256=vPJ7ec28u3qICSjI2Yseb1xIvqJJOWUz414SenY6Vpc,12185
|
|
14
|
+
pulumi_vsphere/datacenter.py,sha256=3T5i-qc-lNL80mzXm02lYfW5kq0Hu6TwJmUvT3gDza4,19543
|
|
15
|
+
pulumi_vsphere/datastore_cluster.py,sha256=PdbuquFQp716ZoiyN-v0EGsQ4bWz7xGgrDs1ZJUMB5s,87910
|
|
16
|
+
pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py,sha256=QJH33RffpoUWbR0HGxh9GFuO-8RthHEwOBV18AdjhaU,24112
|
|
17
|
+
pulumi_vsphere/distributed_port_group.py,sha256=ThlRoK2_Bxj2FDohPjbhgBzHEtQHZliAUmJ_GnKCGlc,147864
|
|
18
|
+
pulumi_vsphere/distributed_virtual_switch.py,sha256=NbOp1p6yMA-wDUQegCbETpx5yjelyHsEM4fF4yDBYH8,269910
|
|
19
|
+
pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py,sha256=ZDwgnDwn45qqW963WAmNULBZrdQVTYp_4NZlkdv0Tys,15176
|
|
20
|
+
pulumi_vsphere/dpm_host_override.py,sha256=JezT8oYiISp6YvwXPk5qXFGgSrQmJ6wWE95l-erCaaE,18317
|
|
21
|
+
pulumi_vsphere/drs_vm_override.py,sha256=2yzGkUfZ0Nzz019SEhvL-SWDd9RcvvfuZX0WRA1XUnY,23269
|
|
22
|
+
pulumi_vsphere/entity_permissions.py,sha256=FEAkVOMGTBhScaeRbI4rWZX3f57QxV6JyNEqI98yozI,13424
|
|
23
|
+
pulumi_vsphere/file.py,sha256=lucXCndu2cGCriNK2vFS1NVeQK01a3Qqj-0ABk6vzRg,24433
|
|
24
|
+
pulumi_vsphere/folder.py,sha256=KCqSafb4LJ5vgNRaAawQoR0Lad9Uy8QQuShCGp0FCAQ,30122
|
|
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=mJ7V3CduqYBKpC-2_mb215rQmUwIwFPgEUy3fGQEsc8,17647
|
|
55
|
+
pulumi_vsphere/ha_vm_override.py,sha256=zbJ66kXU9HmqiUElJi0_qnW5IUY2NmvmeYHKIL3aJrg,60998
|
|
56
|
+
pulumi_vsphere/host.py,sha256=sLp7NaFlvUYry8kaRY8pjE8SpyshGmRBfKUsEpDy_rU,52693
|
|
57
|
+
pulumi_vsphere/host_port_group.py,sha256=SDR_7Y6fdkHlP3qfrG4IgOK0xxw75xWJ4VNfg-d6NGc,59718
|
|
58
|
+
pulumi_vsphere/host_virtual_switch.py,sha256=OLoktw0A9P62v5mA1p1Om0-xt9qxezy0zfXgxWKvxI4,65771
|
|
59
|
+
pulumi_vsphere/license.py,sha256=OgFeHoyrPIYTK_Pv_YeCAFOA1dSpNo_FINJkB88yHM4,12716
|
|
60
|
+
pulumi_vsphere/nas_datastore.py,sha256=KQ7ojP_C3RVx7udibA2ejMKfDqv0WEDthqqO9opD2vI,52234
|
|
61
|
+
pulumi_vsphere/offline_software_depot.py,sha256=xuE0fa8q2KE8xRhu6YkdAbOs8t_sKETiDT-yeqYLtTM,7695
|
|
62
|
+
pulumi_vsphere/outputs.py,sha256=kmXk5PbiRYmDMuZn-hxqxtkFuPK8yxGvrsNXT7Kn57I,164716
|
|
63
|
+
pulumi_vsphere/provider.py,sha256=NDJrCxifiaqtSUMOV6FXX_Y1YRm22l6kl8qwoEt2l40,21326
|
|
64
|
+
pulumi_vsphere/pulumi-plugin.json,sha256=pW62sJhxD9hdL5iPWqj6NDw_HhGKxUOVogx2CfubpHk,84
|
|
65
|
+
pulumi_vsphere/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
66
|
+
pulumi_vsphere/resource_pool.py,sha256=gO_oVfc_HuhQqk9md0sO8Xtf4Dno_hmgfnlE62Vm2Kk,45545
|
|
67
|
+
pulumi_vsphere/role.py,sha256=d1XksGDhkFUDxYtHKFL812uMyaHaS1fKgN_qRYjpaDg,9725
|
|
68
|
+
pulumi_vsphere/storage_drs_vm_override.py,sha256=zmkf7DcJWIwOF4jVFayRZ9bcYZbtEYph16rKKIeY_PU,26416
|
|
69
|
+
pulumi_vsphere/supervisor.py,sha256=a-PCkSMpBCjZO7xCIjiLE8raPPtzlHva6lWMFntafwg,53312
|
|
70
|
+
pulumi_vsphere/tag.py,sha256=CHBlyBweLmCfes31SUQ02NyKL_eld6sNGcoD-oGhqqk,15511
|
|
71
|
+
pulumi_vsphere/tag_category.py,sha256=ZgunBsaWllLXQa0JdBcEnxYMFl8-LWxgOz7dVL4ij2s,18270
|
|
72
|
+
pulumi_vsphere/vapp_container.py,sha256=146Szj5ygLEQjOxeKooejnay5Tpn93JStsQG6LqbNoA,56319
|
|
73
|
+
pulumi_vsphere/vapp_entity.py,sha256=8oxVhVibiADpiYDtvb75g1i4pRlI-Cj3N1IhtIBtOtA,36137
|
|
74
|
+
pulumi_vsphere/virtual_disk.py,sha256=lVcVyAlu-vt6whq3_VsxdZcCsPQf5BkXxo4VURzRhWM,35572
|
|
75
|
+
pulumi_vsphere/virtual_machine.py,sha256=1qZ43bPN90r671A3Kq76y9lFUSVAkUoXH0Lt7oYQ51w,234385
|
|
76
|
+
pulumi_vsphere/virtual_machine_class.py,sha256=DTcgsZ_-jpv_E1l8qFoUb_BfDWwry979KoykvrRqo0M,18109
|
|
77
|
+
pulumi_vsphere/virtual_machine_snapshot.py,sha256=Eb9NK50AJIqaBYg7cPCYF1ON6mNgNTk4fO5yYQN8KMk,25866
|
|
78
|
+
pulumi_vsphere/vm_storage_policy.py,sha256=8mr29Qyr6IEvPCibVjIuHvFuGAt1eUSCvkZlXDiO2Aw,20451
|
|
79
|
+
pulumi_vsphere/vmfs_datastore.py,sha256=WJekCwAuEtIIEvI-T1XU54w04HadtLDbzi103zTA5sU,46687
|
|
80
|
+
pulumi_vsphere/vnic.py,sha256=xMWBjTiy2jpiasaeK2IVXNzongMNrWsIbn-BeznSYkw,31915
|
|
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.13.2a1744198820.dist-info/METADATA,sha256=zO95_jRka6YQpwqgWChSKCHOpprIGOvYWKS_n8dojQc,5021
|
|
85
|
+
pulumi_vsphere-4.13.2a1744198820.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
|
86
|
+
pulumi_vsphere-4.13.2a1744198820.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
|
|
87
|
+
pulumi_vsphere-4.13.2a1744198820.dist-info/RECORD,,
|