pulumi-vsphere 4.11.0a1715307640__tar.gz → 4.11.0a1715362101__tar.gz
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-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/PKG-INFO +1 -1
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/__init__.py +28 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/_inputs.py +458 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/compute_cluster.py +47 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/folder.py +7 -7
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_folder.py +10 -2
- pulumi_vsphere-4.11.0a1715362101/pulumi_vsphere/get_host_base_images.py +97 -0
- pulumi_vsphere-4.11.0a1715362101/pulumi_vsphere/offline_software_depot.py +180 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/outputs.py +447 -0
- pulumi_vsphere-4.11.0a1715362101/pulumi_vsphere/supervisor.py +858 -0
- pulumi_vsphere-4.11.0a1715362101/pulumi_vsphere/virtual_machine_class.py +440 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere.egg-info/PKG-INFO +1 -1
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere.egg-info/SOURCES.txt +4 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pyproject.toml +1 -1
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/README.md +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/_utilities.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/compute_cluster_host_group.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/compute_cluster_vm_affinity_rule.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/compute_cluster_vm_dependency_rule.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/compute_cluster_vm_group.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/compute_cluster_vm_host_rule.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/config/__init__.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/config/__init__.pyi +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/config/vars.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/content_library.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/content_library_item.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/custom_attribute.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/datacenter.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/datastore_cluster.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/distributed_port_group.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/distributed_virtual_switch.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/dpm_host_override.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/drs_vm_override.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/entity_permissions.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/file.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_compute_cluster.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_compute_cluster_host_group.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_content_library.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_content_library_item.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_custom_attribute.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_datacenter.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_datastore.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_datastore_cluster.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_datastore_stats.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_distributed_virtual_switch.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_dynamic.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_guest_os_customization.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_host.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_host_pci_device.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_host_thumbprint.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_host_vgpu_profile.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_license.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_network.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_ovf_vm_template.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_policy.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_resource_pool.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_role.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_tag.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_tag_category.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_vapp_container.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_virtual_machine.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/get_vmfs_disks.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/guest_os_customization.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/ha_vm_override.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/host.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/host_port_group.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/host_virtual_switch.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/license.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/nas_datastore.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/provider.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/pulumi-plugin.json +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/py.typed +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/resource_pool.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/role.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/storage_drs_vm_override.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/tag.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/tag_category.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/vapp_container.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/vapp_entity.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/virtual_disk.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/virtual_machine.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/virtual_machine_snapshot.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/vm_storage_policy.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/vmfs_datastore.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/vnic.py +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere.egg-info/dependency_links.txt +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere.egg-info/requires.txt +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere.egg-info/top_level.txt +0 -0
- {pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/setup.cfg +0 -0
{pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/__init__.py
RENAMED
|
@@ -39,6 +39,7 @@ from .get_dynamic import *
|
|
|
39
39
|
from .get_folder import *
|
|
40
40
|
from .get_guest_os_customization import *
|
|
41
41
|
from .get_host import *
|
|
42
|
+
from .get_host_base_images import *
|
|
42
43
|
from .get_host_pci_device import *
|
|
43
44
|
from .get_host_thumbprint import *
|
|
44
45
|
from .get_host_vgpu_profile import *
|
|
@@ -60,16 +61,19 @@ from .host_port_group import *
|
|
|
60
61
|
from .host_virtual_switch import *
|
|
61
62
|
from .license import *
|
|
62
63
|
from .nas_datastore import *
|
|
64
|
+
from .offline_software_depot import *
|
|
63
65
|
from .provider import *
|
|
64
66
|
from .resource_pool import *
|
|
65
67
|
from .role import *
|
|
66
68
|
from .storage_drs_vm_override import *
|
|
69
|
+
from .supervisor import *
|
|
67
70
|
from .tag import *
|
|
68
71
|
from .tag_category import *
|
|
69
72
|
from .vapp_container import *
|
|
70
73
|
from .vapp_entity import *
|
|
71
74
|
from .virtual_disk import *
|
|
72
75
|
from .virtual_machine import *
|
|
76
|
+
from .virtual_machine_class import *
|
|
73
77
|
from .virtual_machine_snapshot import *
|
|
74
78
|
from .vm_storage_policy import *
|
|
75
79
|
from .vmfs_datastore import *
|
|
@@ -303,6 +307,14 @@ _utilities.register(
|
|
|
303
307
|
"vsphere:index/nasDatastore:NasDatastore": "NasDatastore"
|
|
304
308
|
}
|
|
305
309
|
},
|
|
310
|
+
{
|
|
311
|
+
"pkg": "vsphere",
|
|
312
|
+
"mod": "index/offlineSoftwareDepot",
|
|
313
|
+
"fqn": "pulumi_vsphere",
|
|
314
|
+
"classes": {
|
|
315
|
+
"vsphere:index/offlineSoftwareDepot:OfflineSoftwareDepot": "OfflineSoftwareDepot"
|
|
316
|
+
}
|
|
317
|
+
},
|
|
306
318
|
{
|
|
307
319
|
"pkg": "vsphere",
|
|
308
320
|
"mod": "index/resourcePool",
|
|
@@ -327,6 +339,14 @@ _utilities.register(
|
|
|
327
339
|
"vsphere:index/storageDrsVmOverride:StorageDrsVmOverride": "StorageDrsVmOverride"
|
|
328
340
|
}
|
|
329
341
|
},
|
|
342
|
+
{
|
|
343
|
+
"pkg": "vsphere",
|
|
344
|
+
"mod": "index/supervisor",
|
|
345
|
+
"fqn": "pulumi_vsphere",
|
|
346
|
+
"classes": {
|
|
347
|
+
"vsphere:index/supervisor:Supervisor": "Supervisor"
|
|
348
|
+
}
|
|
349
|
+
},
|
|
330
350
|
{
|
|
331
351
|
"pkg": "vsphere",
|
|
332
352
|
"mod": "index/tag",
|
|
@@ -375,6 +395,14 @@ _utilities.register(
|
|
|
375
395
|
"vsphere:index/virtualMachine:VirtualMachine": "VirtualMachine"
|
|
376
396
|
}
|
|
377
397
|
},
|
|
398
|
+
{
|
|
399
|
+
"pkg": "vsphere",
|
|
400
|
+
"mod": "index/virtualMachineClass",
|
|
401
|
+
"fqn": "pulumi_vsphere",
|
|
402
|
+
"classes": {
|
|
403
|
+
"vsphere:index/virtualMachineClass:VirtualMachineClass": "VirtualMachineClass"
|
|
404
|
+
}
|
|
405
|
+
},
|
|
378
406
|
{
|
|
379
407
|
"pkg": "vsphere",
|
|
380
408
|
"mod": "index/virtualMachineSnapshot",
|
{pulumi_vsphere-4.11.0a1715307640 → pulumi_vsphere-4.11.0a1715362101}/pulumi_vsphere/_inputs.py
RENAMED
|
@@ -10,6 +10,8 @@ from typing import Any, Mapping, Optional, Sequence, Union, overload
|
|
|
10
10
|
from . import _utilities
|
|
11
11
|
|
|
12
12
|
__all__ = [
|
|
13
|
+
'ComputeClusterHostImageArgs',
|
|
14
|
+
'ComputeClusterHostImageComponentArgs',
|
|
13
15
|
'ComputeClusterVsanDiskGroupArgs',
|
|
14
16
|
'ComputeClusterVsanFaultDomainArgs',
|
|
15
17
|
'ComputeClusterVsanFaultDomainFaultDomainArgs',
|
|
@@ -26,6 +28,13 @@ __all__ = [
|
|
|
26
28
|
'GuestOsCustomizationSpecNetworkInterfaceArgs',
|
|
27
29
|
'GuestOsCustomizationSpecWindowsOptionsArgs',
|
|
28
30
|
'HostPortGroupPortArgs',
|
|
31
|
+
'OfflineSoftwareDepotComponentArgs',
|
|
32
|
+
'SupervisorEgressCidrArgs',
|
|
33
|
+
'SupervisorIngressCidrArgs',
|
|
34
|
+
'SupervisorManagementNetworkArgs',
|
|
35
|
+
'SupervisorNamespaceArgs',
|
|
36
|
+
'SupervisorPodCidrArgs',
|
|
37
|
+
'SupervisorServiceCidrArgs',
|
|
29
38
|
'VirtualMachineCdromArgs',
|
|
30
39
|
'VirtualMachineCloneArgs',
|
|
31
40
|
'VirtualMachineCloneCustomizationSpecArgs',
|
|
@@ -43,6 +52,84 @@ __all__ = [
|
|
|
43
52
|
'GetVirtualMachineVappArgs',
|
|
44
53
|
]
|
|
45
54
|
|
|
55
|
+
@pulumi.input_type
|
|
56
|
+
class ComputeClusterHostImageArgs:
|
|
57
|
+
def __init__(__self__, *,
|
|
58
|
+
components: Optional[pulumi.Input[Sequence[pulumi.Input['ComputeClusterHostImageComponentArgs']]]] = None,
|
|
59
|
+
esx_version: Optional[pulumi.Input[str]] = None):
|
|
60
|
+
"""
|
|
61
|
+
:param pulumi.Input[Sequence[pulumi.Input['ComputeClusterHostImageComponentArgs']]] components: List of custom components.
|
|
62
|
+
:param pulumi.Input[str] esx_version: The ESXi version which the image is based on.
|
|
63
|
+
"""
|
|
64
|
+
if components is not None:
|
|
65
|
+
pulumi.set(__self__, "components", components)
|
|
66
|
+
if esx_version is not None:
|
|
67
|
+
pulumi.set(__self__, "esx_version", esx_version)
|
|
68
|
+
|
|
69
|
+
@property
|
|
70
|
+
@pulumi.getter
|
|
71
|
+
def components(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ComputeClusterHostImageComponentArgs']]]]:
|
|
72
|
+
"""
|
|
73
|
+
List of custom components.
|
|
74
|
+
"""
|
|
75
|
+
return pulumi.get(self, "components")
|
|
76
|
+
|
|
77
|
+
@components.setter
|
|
78
|
+
def components(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['ComputeClusterHostImageComponentArgs']]]]):
|
|
79
|
+
pulumi.set(self, "components", value)
|
|
80
|
+
|
|
81
|
+
@property
|
|
82
|
+
@pulumi.getter(name="esxVersion")
|
|
83
|
+
def esx_version(self) -> Optional[pulumi.Input[str]]:
|
|
84
|
+
"""
|
|
85
|
+
The ESXi version which the image is based on.
|
|
86
|
+
"""
|
|
87
|
+
return pulumi.get(self, "esx_version")
|
|
88
|
+
|
|
89
|
+
@esx_version.setter
|
|
90
|
+
def esx_version(self, value: Optional[pulumi.Input[str]]):
|
|
91
|
+
pulumi.set(self, "esx_version", value)
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
@pulumi.input_type
|
|
95
|
+
class ComputeClusterHostImageComponentArgs:
|
|
96
|
+
def __init__(__self__, *,
|
|
97
|
+
key: Optional[pulumi.Input[str]] = None,
|
|
98
|
+
version: Optional[pulumi.Input[str]] = None):
|
|
99
|
+
"""
|
|
100
|
+
:param pulumi.Input[str] key: The identifier for the component.
|
|
101
|
+
:param pulumi.Input[str] version: The version to use.
|
|
102
|
+
"""
|
|
103
|
+
if key is not None:
|
|
104
|
+
pulumi.set(__self__, "key", key)
|
|
105
|
+
if version is not None:
|
|
106
|
+
pulumi.set(__self__, "version", version)
|
|
107
|
+
|
|
108
|
+
@property
|
|
109
|
+
@pulumi.getter
|
|
110
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
|
111
|
+
"""
|
|
112
|
+
The identifier for the component.
|
|
113
|
+
"""
|
|
114
|
+
return pulumi.get(self, "key")
|
|
115
|
+
|
|
116
|
+
@key.setter
|
|
117
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
|
118
|
+
pulumi.set(self, "key", value)
|
|
119
|
+
|
|
120
|
+
@property
|
|
121
|
+
@pulumi.getter
|
|
122
|
+
def version(self) -> Optional[pulumi.Input[str]]:
|
|
123
|
+
"""
|
|
124
|
+
The version to use.
|
|
125
|
+
"""
|
|
126
|
+
return pulumi.get(self, "version")
|
|
127
|
+
|
|
128
|
+
@version.setter
|
|
129
|
+
def version(self, value: Optional[pulumi.Input[str]]):
|
|
130
|
+
pulumi.set(self, "version", value)
|
|
131
|
+
|
|
132
|
+
|
|
46
133
|
@pulumi.input_type
|
|
47
134
|
class ComputeClusterVsanDiskGroupArgs:
|
|
48
135
|
def __init__(__self__, *,
|
|
@@ -979,6 +1066,7 @@ class GuestOsCustomizationSpecWindowsOptionsArgs:
|
|
|
979
1066
|
auto_logon_count: Optional[pulumi.Input[int]] = None,
|
|
980
1067
|
domain_admin_password: Optional[pulumi.Input[str]] = None,
|
|
981
1068
|
domain_admin_user: Optional[pulumi.Input[str]] = None,
|
|
1069
|
+
domain_ou: Optional[pulumi.Input[str]] = None,
|
|
982
1070
|
full_name: Optional[pulumi.Input[str]] = None,
|
|
983
1071
|
join_domain: Optional[pulumi.Input[str]] = None,
|
|
984
1072
|
organization_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -993,6 +1081,7 @@ class GuestOsCustomizationSpecWindowsOptionsArgs:
|
|
|
993
1081
|
:param pulumi.Input[int] auto_logon_count: Specifies how many times the VM should auto-logon the Administrator account when auto_logon is true.
|
|
994
1082
|
:param pulumi.Input[str] domain_admin_password: The password of the domain administrator used to join this virtual machine to the domain.
|
|
995
1083
|
:param pulumi.Input[str] domain_admin_user: The user account of the domain administrator used to join this virtual machine to the domain.
|
|
1084
|
+
:param pulumi.Input[str] domain_ou: The MachineObjectOU which specifies the full LDAP path name of the OU to which the virtual machine belongs.
|
|
996
1085
|
:param pulumi.Input[str] full_name: The full name of the user of this virtual machine.
|
|
997
1086
|
:param pulumi.Input[str] join_domain: The domain that the virtual machine should join.
|
|
998
1087
|
:param pulumi.Input[str] organization_name: The organization name this virtual machine is being installed for.
|
|
@@ -1012,6 +1101,8 @@ class GuestOsCustomizationSpecWindowsOptionsArgs:
|
|
|
1012
1101
|
pulumi.set(__self__, "domain_admin_password", domain_admin_password)
|
|
1013
1102
|
if domain_admin_user is not None:
|
|
1014
1103
|
pulumi.set(__self__, "domain_admin_user", domain_admin_user)
|
|
1104
|
+
if domain_ou is not None:
|
|
1105
|
+
pulumi.set(__self__, "domain_ou", domain_ou)
|
|
1015
1106
|
if full_name is not None:
|
|
1016
1107
|
pulumi.set(__self__, "full_name", full_name)
|
|
1017
1108
|
if join_domain is not None:
|
|
@@ -1099,6 +1190,18 @@ class GuestOsCustomizationSpecWindowsOptionsArgs:
|
|
|
1099
1190
|
def domain_admin_user(self, value: Optional[pulumi.Input[str]]):
|
|
1100
1191
|
pulumi.set(self, "domain_admin_user", value)
|
|
1101
1192
|
|
|
1193
|
+
@property
|
|
1194
|
+
@pulumi.getter(name="domainOu")
|
|
1195
|
+
def domain_ou(self) -> Optional[pulumi.Input[str]]:
|
|
1196
|
+
"""
|
|
1197
|
+
The MachineObjectOU which specifies the full LDAP path name of the OU to which the virtual machine belongs.
|
|
1198
|
+
"""
|
|
1199
|
+
return pulumi.get(self, "domain_ou")
|
|
1200
|
+
|
|
1201
|
+
@domain_ou.setter
|
|
1202
|
+
def domain_ou(self, value: Optional[pulumi.Input[str]]):
|
|
1203
|
+
pulumi.set(self, "domain_ou", value)
|
|
1204
|
+
|
|
1102
1205
|
@property
|
|
1103
1206
|
@pulumi.getter(name="fullName")
|
|
1104
1207
|
def full_name(self) -> Optional[pulumi.Input[str]]:
|
|
@@ -1239,6 +1342,345 @@ class HostPortGroupPortArgs:
|
|
|
1239
1342
|
pulumi.set(self, "type", value)
|
|
1240
1343
|
|
|
1241
1344
|
|
|
1345
|
+
@pulumi.input_type
|
|
1346
|
+
class OfflineSoftwareDepotComponentArgs:
|
|
1347
|
+
def __init__(__self__, *,
|
|
1348
|
+
display_name: Optional[pulumi.Input[str]] = None,
|
|
1349
|
+
key: Optional[pulumi.Input[str]] = None,
|
|
1350
|
+
versions: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1351
|
+
"""
|
|
1352
|
+
:param pulumi.Input[str] display_name: The name of the component. Useful for easier identification.
|
|
1353
|
+
:param pulumi.Input[str] key: The identifier of the component.
|
|
1354
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] versions: The list of available versions of the component.
|
|
1355
|
+
"""
|
|
1356
|
+
if display_name is not None:
|
|
1357
|
+
pulumi.set(__self__, "display_name", display_name)
|
|
1358
|
+
if key is not None:
|
|
1359
|
+
pulumi.set(__self__, "key", key)
|
|
1360
|
+
if versions is not None:
|
|
1361
|
+
pulumi.set(__self__, "versions", versions)
|
|
1362
|
+
|
|
1363
|
+
@property
|
|
1364
|
+
@pulumi.getter(name="displayName")
|
|
1365
|
+
def display_name(self) -> Optional[pulumi.Input[str]]:
|
|
1366
|
+
"""
|
|
1367
|
+
The name of the component. Useful for easier identification.
|
|
1368
|
+
"""
|
|
1369
|
+
return pulumi.get(self, "display_name")
|
|
1370
|
+
|
|
1371
|
+
@display_name.setter
|
|
1372
|
+
def display_name(self, value: Optional[pulumi.Input[str]]):
|
|
1373
|
+
pulumi.set(self, "display_name", value)
|
|
1374
|
+
|
|
1375
|
+
@property
|
|
1376
|
+
@pulumi.getter
|
|
1377
|
+
def key(self) -> Optional[pulumi.Input[str]]:
|
|
1378
|
+
"""
|
|
1379
|
+
The identifier of the component.
|
|
1380
|
+
"""
|
|
1381
|
+
return pulumi.get(self, "key")
|
|
1382
|
+
|
|
1383
|
+
@key.setter
|
|
1384
|
+
def key(self, value: Optional[pulumi.Input[str]]):
|
|
1385
|
+
pulumi.set(self, "key", value)
|
|
1386
|
+
|
|
1387
|
+
@property
|
|
1388
|
+
@pulumi.getter
|
|
1389
|
+
def versions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1390
|
+
"""
|
|
1391
|
+
The list of available versions of the component.
|
|
1392
|
+
"""
|
|
1393
|
+
return pulumi.get(self, "versions")
|
|
1394
|
+
|
|
1395
|
+
@versions.setter
|
|
1396
|
+
def versions(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1397
|
+
pulumi.set(self, "versions", value)
|
|
1398
|
+
|
|
1399
|
+
|
|
1400
|
+
@pulumi.input_type
|
|
1401
|
+
class SupervisorEgressCidrArgs:
|
|
1402
|
+
def __init__(__self__, *,
|
|
1403
|
+
address: pulumi.Input[str],
|
|
1404
|
+
prefix: pulumi.Input[int]):
|
|
1405
|
+
"""
|
|
1406
|
+
:param pulumi.Input[str] address: Network address.
|
|
1407
|
+
:param pulumi.Input[int] prefix: Subnet prefix.
|
|
1408
|
+
"""
|
|
1409
|
+
pulumi.set(__self__, "address", address)
|
|
1410
|
+
pulumi.set(__self__, "prefix", prefix)
|
|
1411
|
+
|
|
1412
|
+
@property
|
|
1413
|
+
@pulumi.getter
|
|
1414
|
+
def address(self) -> pulumi.Input[str]:
|
|
1415
|
+
"""
|
|
1416
|
+
Network address.
|
|
1417
|
+
"""
|
|
1418
|
+
return pulumi.get(self, "address")
|
|
1419
|
+
|
|
1420
|
+
@address.setter
|
|
1421
|
+
def address(self, value: pulumi.Input[str]):
|
|
1422
|
+
pulumi.set(self, "address", value)
|
|
1423
|
+
|
|
1424
|
+
@property
|
|
1425
|
+
@pulumi.getter
|
|
1426
|
+
def prefix(self) -> pulumi.Input[int]:
|
|
1427
|
+
"""
|
|
1428
|
+
Subnet prefix.
|
|
1429
|
+
"""
|
|
1430
|
+
return pulumi.get(self, "prefix")
|
|
1431
|
+
|
|
1432
|
+
@prefix.setter
|
|
1433
|
+
def prefix(self, value: pulumi.Input[int]):
|
|
1434
|
+
pulumi.set(self, "prefix", value)
|
|
1435
|
+
|
|
1436
|
+
|
|
1437
|
+
@pulumi.input_type
|
|
1438
|
+
class SupervisorIngressCidrArgs:
|
|
1439
|
+
def __init__(__self__, *,
|
|
1440
|
+
address: pulumi.Input[str],
|
|
1441
|
+
prefix: pulumi.Input[int]):
|
|
1442
|
+
"""
|
|
1443
|
+
:param pulumi.Input[str] address: Network address.
|
|
1444
|
+
:param pulumi.Input[int] prefix: Subnet prefix.
|
|
1445
|
+
"""
|
|
1446
|
+
pulumi.set(__self__, "address", address)
|
|
1447
|
+
pulumi.set(__self__, "prefix", prefix)
|
|
1448
|
+
|
|
1449
|
+
@property
|
|
1450
|
+
@pulumi.getter
|
|
1451
|
+
def address(self) -> pulumi.Input[str]:
|
|
1452
|
+
"""
|
|
1453
|
+
Network address.
|
|
1454
|
+
"""
|
|
1455
|
+
return pulumi.get(self, "address")
|
|
1456
|
+
|
|
1457
|
+
@address.setter
|
|
1458
|
+
def address(self, value: pulumi.Input[str]):
|
|
1459
|
+
pulumi.set(self, "address", value)
|
|
1460
|
+
|
|
1461
|
+
@property
|
|
1462
|
+
@pulumi.getter
|
|
1463
|
+
def prefix(self) -> pulumi.Input[int]:
|
|
1464
|
+
"""
|
|
1465
|
+
Subnet prefix.
|
|
1466
|
+
"""
|
|
1467
|
+
return pulumi.get(self, "prefix")
|
|
1468
|
+
|
|
1469
|
+
@prefix.setter
|
|
1470
|
+
def prefix(self, value: pulumi.Input[int]):
|
|
1471
|
+
pulumi.set(self, "prefix", value)
|
|
1472
|
+
|
|
1473
|
+
|
|
1474
|
+
@pulumi.input_type
|
|
1475
|
+
class SupervisorManagementNetworkArgs:
|
|
1476
|
+
def __init__(__self__, *,
|
|
1477
|
+
address_count: pulumi.Input[int],
|
|
1478
|
+
gateway: pulumi.Input[str],
|
|
1479
|
+
network: pulumi.Input[str],
|
|
1480
|
+
starting_address: pulumi.Input[str],
|
|
1481
|
+
subnet_mask: pulumi.Input[str]):
|
|
1482
|
+
"""
|
|
1483
|
+
:param pulumi.Input[int] address_count: Number of addresses to allocate. Starts from 'starting_address'
|
|
1484
|
+
:param pulumi.Input[str] gateway: Gateway IP address.
|
|
1485
|
+
:param pulumi.Input[str] network: ID of the network. (e.g. a distributed port group).
|
|
1486
|
+
:param pulumi.Input[str] starting_address: Starting address of the management network range.
|
|
1487
|
+
:param pulumi.Input[str] subnet_mask: Subnet mask.
|
|
1488
|
+
"""
|
|
1489
|
+
pulumi.set(__self__, "address_count", address_count)
|
|
1490
|
+
pulumi.set(__self__, "gateway", gateway)
|
|
1491
|
+
pulumi.set(__self__, "network", network)
|
|
1492
|
+
pulumi.set(__self__, "starting_address", starting_address)
|
|
1493
|
+
pulumi.set(__self__, "subnet_mask", subnet_mask)
|
|
1494
|
+
|
|
1495
|
+
@property
|
|
1496
|
+
@pulumi.getter(name="addressCount")
|
|
1497
|
+
def address_count(self) -> pulumi.Input[int]:
|
|
1498
|
+
"""
|
|
1499
|
+
Number of addresses to allocate. Starts from 'starting_address'
|
|
1500
|
+
"""
|
|
1501
|
+
return pulumi.get(self, "address_count")
|
|
1502
|
+
|
|
1503
|
+
@address_count.setter
|
|
1504
|
+
def address_count(self, value: pulumi.Input[int]):
|
|
1505
|
+
pulumi.set(self, "address_count", value)
|
|
1506
|
+
|
|
1507
|
+
@property
|
|
1508
|
+
@pulumi.getter
|
|
1509
|
+
def gateway(self) -> pulumi.Input[str]:
|
|
1510
|
+
"""
|
|
1511
|
+
Gateway IP address.
|
|
1512
|
+
"""
|
|
1513
|
+
return pulumi.get(self, "gateway")
|
|
1514
|
+
|
|
1515
|
+
@gateway.setter
|
|
1516
|
+
def gateway(self, value: pulumi.Input[str]):
|
|
1517
|
+
pulumi.set(self, "gateway", value)
|
|
1518
|
+
|
|
1519
|
+
@property
|
|
1520
|
+
@pulumi.getter
|
|
1521
|
+
def network(self) -> pulumi.Input[str]:
|
|
1522
|
+
"""
|
|
1523
|
+
ID of the network. (e.g. a distributed port group).
|
|
1524
|
+
"""
|
|
1525
|
+
return pulumi.get(self, "network")
|
|
1526
|
+
|
|
1527
|
+
@network.setter
|
|
1528
|
+
def network(self, value: pulumi.Input[str]):
|
|
1529
|
+
pulumi.set(self, "network", value)
|
|
1530
|
+
|
|
1531
|
+
@property
|
|
1532
|
+
@pulumi.getter(name="startingAddress")
|
|
1533
|
+
def starting_address(self) -> pulumi.Input[str]:
|
|
1534
|
+
"""
|
|
1535
|
+
Starting address of the management network range.
|
|
1536
|
+
"""
|
|
1537
|
+
return pulumi.get(self, "starting_address")
|
|
1538
|
+
|
|
1539
|
+
@starting_address.setter
|
|
1540
|
+
def starting_address(self, value: pulumi.Input[str]):
|
|
1541
|
+
pulumi.set(self, "starting_address", value)
|
|
1542
|
+
|
|
1543
|
+
@property
|
|
1544
|
+
@pulumi.getter(name="subnetMask")
|
|
1545
|
+
def subnet_mask(self) -> pulumi.Input[str]:
|
|
1546
|
+
"""
|
|
1547
|
+
Subnet mask.
|
|
1548
|
+
"""
|
|
1549
|
+
return pulumi.get(self, "subnet_mask")
|
|
1550
|
+
|
|
1551
|
+
@subnet_mask.setter
|
|
1552
|
+
def subnet_mask(self, value: pulumi.Input[str]):
|
|
1553
|
+
pulumi.set(self, "subnet_mask", value)
|
|
1554
|
+
|
|
1555
|
+
|
|
1556
|
+
@pulumi.input_type
|
|
1557
|
+
class SupervisorNamespaceArgs:
|
|
1558
|
+
def __init__(__self__, *,
|
|
1559
|
+
name: pulumi.Input[str],
|
|
1560
|
+
content_libraries: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
1561
|
+
vm_classes: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
1562
|
+
"""
|
|
1563
|
+
:param pulumi.Input[str] name: The name of the namespace.
|
|
1564
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] content_libraries: A list of content libraries.
|
|
1565
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] vm_classes: A list of virtual machine classes.
|
|
1566
|
+
"""
|
|
1567
|
+
pulumi.set(__self__, "name", name)
|
|
1568
|
+
if content_libraries is not None:
|
|
1569
|
+
pulumi.set(__self__, "content_libraries", content_libraries)
|
|
1570
|
+
if vm_classes is not None:
|
|
1571
|
+
pulumi.set(__self__, "vm_classes", vm_classes)
|
|
1572
|
+
|
|
1573
|
+
@property
|
|
1574
|
+
@pulumi.getter
|
|
1575
|
+
def name(self) -> pulumi.Input[str]:
|
|
1576
|
+
"""
|
|
1577
|
+
The name of the namespace.
|
|
1578
|
+
"""
|
|
1579
|
+
return pulumi.get(self, "name")
|
|
1580
|
+
|
|
1581
|
+
@name.setter
|
|
1582
|
+
def name(self, value: pulumi.Input[str]):
|
|
1583
|
+
pulumi.set(self, "name", value)
|
|
1584
|
+
|
|
1585
|
+
@property
|
|
1586
|
+
@pulumi.getter(name="contentLibraries")
|
|
1587
|
+
def content_libraries(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1588
|
+
"""
|
|
1589
|
+
A list of content libraries.
|
|
1590
|
+
"""
|
|
1591
|
+
return pulumi.get(self, "content_libraries")
|
|
1592
|
+
|
|
1593
|
+
@content_libraries.setter
|
|
1594
|
+
def content_libraries(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1595
|
+
pulumi.set(self, "content_libraries", value)
|
|
1596
|
+
|
|
1597
|
+
@property
|
|
1598
|
+
@pulumi.getter(name="vmClasses")
|
|
1599
|
+
def vm_classes(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
1600
|
+
"""
|
|
1601
|
+
A list of virtual machine classes.
|
|
1602
|
+
"""
|
|
1603
|
+
return pulumi.get(self, "vm_classes")
|
|
1604
|
+
|
|
1605
|
+
@vm_classes.setter
|
|
1606
|
+
def vm_classes(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
|
|
1607
|
+
pulumi.set(self, "vm_classes", value)
|
|
1608
|
+
|
|
1609
|
+
|
|
1610
|
+
@pulumi.input_type
|
|
1611
|
+
class SupervisorPodCidrArgs:
|
|
1612
|
+
def __init__(__self__, *,
|
|
1613
|
+
address: pulumi.Input[str],
|
|
1614
|
+
prefix: pulumi.Input[int]):
|
|
1615
|
+
"""
|
|
1616
|
+
:param pulumi.Input[str] address: Network address.
|
|
1617
|
+
:param pulumi.Input[int] prefix: Subnet prefix.
|
|
1618
|
+
"""
|
|
1619
|
+
pulumi.set(__self__, "address", address)
|
|
1620
|
+
pulumi.set(__self__, "prefix", prefix)
|
|
1621
|
+
|
|
1622
|
+
@property
|
|
1623
|
+
@pulumi.getter
|
|
1624
|
+
def address(self) -> pulumi.Input[str]:
|
|
1625
|
+
"""
|
|
1626
|
+
Network address.
|
|
1627
|
+
"""
|
|
1628
|
+
return pulumi.get(self, "address")
|
|
1629
|
+
|
|
1630
|
+
@address.setter
|
|
1631
|
+
def address(self, value: pulumi.Input[str]):
|
|
1632
|
+
pulumi.set(self, "address", value)
|
|
1633
|
+
|
|
1634
|
+
@property
|
|
1635
|
+
@pulumi.getter
|
|
1636
|
+
def prefix(self) -> pulumi.Input[int]:
|
|
1637
|
+
"""
|
|
1638
|
+
Subnet prefix.
|
|
1639
|
+
"""
|
|
1640
|
+
return pulumi.get(self, "prefix")
|
|
1641
|
+
|
|
1642
|
+
@prefix.setter
|
|
1643
|
+
def prefix(self, value: pulumi.Input[int]):
|
|
1644
|
+
pulumi.set(self, "prefix", value)
|
|
1645
|
+
|
|
1646
|
+
|
|
1647
|
+
@pulumi.input_type
|
|
1648
|
+
class SupervisorServiceCidrArgs:
|
|
1649
|
+
def __init__(__self__, *,
|
|
1650
|
+
address: pulumi.Input[str],
|
|
1651
|
+
prefix: pulumi.Input[int]):
|
|
1652
|
+
"""
|
|
1653
|
+
:param pulumi.Input[str] address: Network address.
|
|
1654
|
+
:param pulumi.Input[int] prefix: Subnet prefix.
|
|
1655
|
+
"""
|
|
1656
|
+
pulumi.set(__self__, "address", address)
|
|
1657
|
+
pulumi.set(__self__, "prefix", prefix)
|
|
1658
|
+
|
|
1659
|
+
@property
|
|
1660
|
+
@pulumi.getter
|
|
1661
|
+
def address(self) -> pulumi.Input[str]:
|
|
1662
|
+
"""
|
|
1663
|
+
Network address.
|
|
1664
|
+
"""
|
|
1665
|
+
return pulumi.get(self, "address")
|
|
1666
|
+
|
|
1667
|
+
@address.setter
|
|
1668
|
+
def address(self, value: pulumi.Input[str]):
|
|
1669
|
+
pulumi.set(self, "address", value)
|
|
1670
|
+
|
|
1671
|
+
@property
|
|
1672
|
+
@pulumi.getter
|
|
1673
|
+
def prefix(self) -> pulumi.Input[int]:
|
|
1674
|
+
"""
|
|
1675
|
+
Subnet prefix.
|
|
1676
|
+
"""
|
|
1677
|
+
return pulumi.get(self, "prefix")
|
|
1678
|
+
|
|
1679
|
+
@prefix.setter
|
|
1680
|
+
def prefix(self, value: pulumi.Input[int]):
|
|
1681
|
+
pulumi.set(self, "prefix", value)
|
|
1682
|
+
|
|
1683
|
+
|
|
1242
1684
|
@pulumi.input_type
|
|
1243
1685
|
class VirtualMachineCdromArgs:
|
|
1244
1686
|
def __init__(__self__, *,
|
|
@@ -1830,6 +2272,7 @@ class VirtualMachineCloneCustomizeWindowsOptionsArgs:
|
|
|
1830
2272
|
auto_logon_count: Optional[pulumi.Input[int]] = None,
|
|
1831
2273
|
domain_admin_password: Optional[pulumi.Input[str]] = None,
|
|
1832
2274
|
domain_admin_user: Optional[pulumi.Input[str]] = None,
|
|
2275
|
+
domain_ou: Optional[pulumi.Input[str]] = None,
|
|
1833
2276
|
full_name: Optional[pulumi.Input[str]] = None,
|
|
1834
2277
|
join_domain: Optional[pulumi.Input[str]] = None,
|
|
1835
2278
|
organization_name: Optional[pulumi.Input[str]] = None,
|
|
@@ -1844,6 +2287,7 @@ class VirtualMachineCloneCustomizeWindowsOptionsArgs:
|
|
|
1844
2287
|
:param pulumi.Input[int] auto_logon_count: Specifies how many times the VM should auto-logon the Administrator account when auto_logon is true.
|
|
1845
2288
|
:param pulumi.Input[str] domain_admin_password: The password of the domain administrator used to join this virtual machine to the domain.
|
|
1846
2289
|
:param pulumi.Input[str] domain_admin_user: The user account of the domain administrator used to join this virtual machine to the domain.
|
|
2290
|
+
:param pulumi.Input[str] domain_ou: The MachineObjectOU which specifies the full LDAP path name of the OU to which the virtual machine belongs.
|
|
1847
2291
|
:param pulumi.Input[str] full_name: The full name of the user of this virtual machine.
|
|
1848
2292
|
:param pulumi.Input[str] join_domain: The domain that the virtual machine should join.
|
|
1849
2293
|
:param pulumi.Input[str] organization_name: The organization name this virtual machine is being installed for.
|
|
@@ -1863,6 +2307,8 @@ class VirtualMachineCloneCustomizeWindowsOptionsArgs:
|
|
|
1863
2307
|
pulumi.set(__self__, "domain_admin_password", domain_admin_password)
|
|
1864
2308
|
if domain_admin_user is not None:
|
|
1865
2309
|
pulumi.set(__self__, "domain_admin_user", domain_admin_user)
|
|
2310
|
+
if domain_ou is not None:
|
|
2311
|
+
pulumi.set(__self__, "domain_ou", domain_ou)
|
|
1866
2312
|
if full_name is not None:
|
|
1867
2313
|
pulumi.set(__self__, "full_name", full_name)
|
|
1868
2314
|
if join_domain is not None:
|
|
@@ -1950,6 +2396,18 @@ class VirtualMachineCloneCustomizeWindowsOptionsArgs:
|
|
|
1950
2396
|
def domain_admin_user(self, value: Optional[pulumi.Input[str]]):
|
|
1951
2397
|
pulumi.set(self, "domain_admin_user", value)
|
|
1952
2398
|
|
|
2399
|
+
@property
|
|
2400
|
+
@pulumi.getter(name="domainOu")
|
|
2401
|
+
def domain_ou(self) -> Optional[pulumi.Input[str]]:
|
|
2402
|
+
"""
|
|
2403
|
+
The MachineObjectOU which specifies the full LDAP path name of the OU to which the virtual machine belongs.
|
|
2404
|
+
"""
|
|
2405
|
+
return pulumi.get(self, "domain_ou")
|
|
2406
|
+
|
|
2407
|
+
@domain_ou.setter
|
|
2408
|
+
def domain_ou(self, value: Optional[pulumi.Input[str]]):
|
|
2409
|
+
pulumi.set(self, "domain_ou", value)
|
|
2410
|
+
|
|
1953
2411
|
@property
|
|
1954
2412
|
@pulumi.getter(name="fullName")
|
|
1955
2413
|
def full_name(self) -> Optional[pulumi.Input[str]]:
|