pulumi-vsphere 4.14.0a1739946909__py3-none-any.whl → 4.17.0a1763710194__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 +12 -1
- pulumi_vsphere/_inputs.py +1172 -1172
- pulumi_vsphere/_utilities.py +1 -1
- pulumi_vsphere/compute_cluster.py +1226 -1484
- pulumi_vsphere/compute_cluster_host_group.py +124 -53
- pulumi_vsphere/compute_cluster_vm_affinity_rule.py +88 -87
- pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +92 -87
- pulumi_vsphere/compute_cluster_vm_dependency_rule.py +109 -104
- pulumi_vsphere/compute_cluster_vm_group.py +58 -53
- pulumi_vsphere/compute_cluster_vm_host_rule.py +126 -121
- pulumi_vsphere/config/__init__.py +2 -1
- pulumi_vsphere/config/__init__.pyi +2 -2
- pulumi_vsphere/config/vars.py +15 -15
- pulumi_vsphere/configuration_profile.py +286 -0
- pulumi_vsphere/content_library.py +64 -59
- pulumi_vsphere/content_library_item.py +109 -104
- pulumi_vsphere/custom_attribute.py +41 -36
- pulumi_vsphere/datacenter.py +80 -79
- pulumi_vsphere/datastore_cluster.py +531 -477
- pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +92 -87
- pulumi_vsphere/distributed_port_group.py +802 -818
- pulumi_vsphere/distributed_virtual_switch.py +1590 -1620
- pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +71 -70
- pulumi_vsphere/dpm_host_override.py +159 -70
- pulumi_vsphere/drs_vm_override.py +75 -70
- pulumi_vsphere/entity_permissions.py +40 -39
- pulumi_vsphere/file.py +148 -162
- pulumi_vsphere/folder.py +104 -99
- pulumi_vsphere/get_compute_cluster.py +18 -18
- pulumi_vsphere/get_compute_cluster_host_group.py +18 -22
- pulumi_vsphere/get_configuration_profile.py +145 -0
- pulumi_vsphere/get_content_library.py +10 -10
- pulumi_vsphere/get_content_library_item.py +22 -22
- pulumi_vsphere/get_custom_attribute.py +12 -12
- pulumi_vsphere/get_datacenter.py +12 -12
- pulumi_vsphere/get_datastore.py +22 -22
- pulumi_vsphere/get_datastore_cluster.py +19 -19
- pulumi_vsphere/get_datastore_stats.py +22 -26
- pulumi_vsphere/get_distributed_virtual_switch.py +18 -18
- pulumi_vsphere/get_dynamic.py +22 -26
- pulumi_vsphere/get_folder.py +140 -18
- pulumi_vsphere/get_guest_os_customization.py +74 -21
- pulumi_vsphere/get_host.py +18 -18
- pulumi_vsphere/get_host_base_images.py +6 -6
- pulumi_vsphere/get_host_pci_device.py +30 -30
- pulumi_vsphere/get_host_thumbprint.py +22 -22
- pulumi_vsphere/get_host_vgpu_profile.py +17 -17
- pulumi_vsphere/get_license.py +26 -24
- pulumi_vsphere/get_network.py +80 -29
- pulumi_vsphere/get_ovf_vm_template.py +126 -126
- pulumi_vsphere/get_policy.py +10 -10
- pulumi_vsphere/get_resource_pool.py +77 -26
- pulumi_vsphere/get_role.py +26 -26
- pulumi_vsphere/get_tag.py +18 -18
- pulumi_vsphere/get_tag_category.py +16 -16
- pulumi_vsphere/get_vapp_container.py +16 -16
- pulumi_vsphere/get_virtual_machine.py +273 -273
- pulumi_vsphere/get_vmfs_disks.py +24 -24
- pulumi_vsphere/guest_os_customization.py +75 -74
- pulumi_vsphere/ha_vm_override.py +295 -374
- pulumi_vsphere/host.py +304 -249
- pulumi_vsphere/host_port_group.py +321 -341
- pulumi_vsphere/host_virtual_switch.py +373 -389
- pulumi_vsphere/license.py +125 -84
- pulumi_vsphere/nas_datastore.py +324 -261
- pulumi_vsphere/offline_software_depot.py +26 -21
- pulumi_vsphere/outputs.py +1003 -970
- pulumi_vsphere/provider.py +165 -146
- pulumi_vsphere/pulumi-plugin.json +1 -1
- pulumi_vsphere/resource_pool.py +691 -364
- pulumi_vsphere/role.py +46 -45
- pulumi_vsphere/storage_drs_vm_override.py +92 -87
- pulumi_vsphere/supervisor.py +210 -209
- pulumi_vsphere/tag.py +58 -53
- pulumi_vsphere/tag_category.py +75 -70
- pulumi_vsphere/vapp_container.py +262 -257
- pulumi_vsphere/vapp_entity.py +177 -172
- pulumi_vsphere/virtual_disk.py +130 -125
- pulumi_vsphere/virtual_machine.py +1339 -1443
- pulumi_vsphere/virtual_machine_class.py +109 -108
- pulumi_vsphere/virtual_machine_snapshot.py +122 -121
- pulumi_vsphere/vm_storage_policy.py +40 -39
- pulumi_vsphere/vmfs_datastore.py +189 -184
- pulumi_vsphere/vnic.py +145 -144
- {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/METADATA +4 -4
- pulumi_vsphere-4.17.0a1763710194.dist-info/RECORD +89 -0
- {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/WHEEL +1 -1
- pulumi_vsphere-4.14.0a1739946909.dist-info/RECORD +0 -87
- {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/top_level.txt +0 -0
pulumi_vsphere/outputs.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -90,17 +90,17 @@ class ComputeClusterHostImage(dict):
|
|
|
90
90
|
|
|
91
91
|
def __init__(__self__, *,
|
|
92
92
|
components: Optional[Sequence['outputs.ComputeClusterHostImageComponent']] = None,
|
|
93
|
-
esx_version: Optional[str] = None):
|
|
93
|
+
esx_version: Optional[_builtins.str] = None):
|
|
94
94
|
"""
|
|
95
95
|
:param Sequence['ComputeClusterHostImageComponentArgs'] components: List of custom components.
|
|
96
|
-
:param str esx_version: The ESXi version which the image is based on.
|
|
96
|
+
:param _builtins.str esx_version: The ESXi version which the image is based on.
|
|
97
97
|
"""
|
|
98
98
|
if components is not None:
|
|
99
99
|
pulumi.set(__self__, "components", components)
|
|
100
100
|
if esx_version is not None:
|
|
101
101
|
pulumi.set(__self__, "esx_version", esx_version)
|
|
102
102
|
|
|
103
|
-
@property
|
|
103
|
+
@_builtins.property
|
|
104
104
|
@pulumi.getter
|
|
105
105
|
def components(self) -> Optional[Sequence['outputs.ComputeClusterHostImageComponent']]:
|
|
106
106
|
"""
|
|
@@ -108,9 +108,9 @@ class ComputeClusterHostImage(dict):
|
|
|
108
108
|
"""
|
|
109
109
|
return pulumi.get(self, "components")
|
|
110
110
|
|
|
111
|
-
@property
|
|
111
|
+
@_builtins.property
|
|
112
112
|
@pulumi.getter(name="esxVersion")
|
|
113
|
-
def esx_version(self) -> Optional[str]:
|
|
113
|
+
def esx_version(self) -> Optional[_builtins.str]:
|
|
114
114
|
"""
|
|
115
115
|
The ESXi version which the image is based on.
|
|
116
116
|
"""
|
|
@@ -120,28 +120,28 @@ class ComputeClusterHostImage(dict):
|
|
|
120
120
|
@pulumi.output_type
|
|
121
121
|
class ComputeClusterHostImageComponent(dict):
|
|
122
122
|
def __init__(__self__, *,
|
|
123
|
-
key: Optional[str] = None,
|
|
124
|
-
version: Optional[str] = None):
|
|
123
|
+
key: Optional[_builtins.str] = None,
|
|
124
|
+
version: Optional[_builtins.str] = None):
|
|
125
125
|
"""
|
|
126
|
-
:param str key: The identifier for the component.
|
|
127
|
-
:param str version: The version to use.
|
|
126
|
+
:param _builtins.str key: The identifier for the component.
|
|
127
|
+
:param _builtins.str version: The version to use.
|
|
128
128
|
"""
|
|
129
129
|
if key is not None:
|
|
130
130
|
pulumi.set(__self__, "key", key)
|
|
131
131
|
if version is not None:
|
|
132
132
|
pulumi.set(__self__, "version", version)
|
|
133
133
|
|
|
134
|
-
@property
|
|
134
|
+
@_builtins.property
|
|
135
135
|
@pulumi.getter
|
|
136
|
-
def key(self) -> Optional[str]:
|
|
136
|
+
def key(self) -> Optional[_builtins.str]:
|
|
137
137
|
"""
|
|
138
138
|
The identifier for the component.
|
|
139
139
|
"""
|
|
140
140
|
return pulumi.get(self, "key")
|
|
141
141
|
|
|
142
|
-
@property
|
|
142
|
+
@_builtins.property
|
|
143
143
|
@pulumi.getter
|
|
144
|
-
def version(self) -> Optional[str]:
|
|
144
|
+
def version(self) -> Optional[_builtins.str]:
|
|
145
145
|
"""
|
|
146
146
|
The version to use.
|
|
147
147
|
"""
|
|
@@ -151,28 +151,28 @@ class ComputeClusterHostImageComponent(dict):
|
|
|
151
151
|
@pulumi.output_type
|
|
152
152
|
class ComputeClusterVsanDiskGroup(dict):
|
|
153
153
|
def __init__(__self__, *,
|
|
154
|
-
cache: Optional[str] = None,
|
|
155
|
-
storages: Optional[Sequence[str]] = None):
|
|
154
|
+
cache: Optional[_builtins.str] = None,
|
|
155
|
+
storages: Optional[Sequence[_builtins.str]] = None):
|
|
156
156
|
"""
|
|
157
|
-
:param str cache: Cache disk.
|
|
158
|
-
:param Sequence[str] storages: List of storage disks.
|
|
157
|
+
:param _builtins.str cache: Cache disk.
|
|
158
|
+
:param Sequence[_builtins.str] storages: List of storage disks.
|
|
159
159
|
"""
|
|
160
160
|
if cache is not None:
|
|
161
161
|
pulumi.set(__self__, "cache", cache)
|
|
162
162
|
if storages is not None:
|
|
163
163
|
pulumi.set(__self__, "storages", storages)
|
|
164
164
|
|
|
165
|
-
@property
|
|
165
|
+
@_builtins.property
|
|
166
166
|
@pulumi.getter
|
|
167
|
-
def cache(self) -> Optional[str]:
|
|
167
|
+
def cache(self) -> Optional[_builtins.str]:
|
|
168
168
|
"""
|
|
169
169
|
Cache disk.
|
|
170
170
|
"""
|
|
171
171
|
return pulumi.get(self, "cache")
|
|
172
172
|
|
|
173
|
-
@property
|
|
173
|
+
@_builtins.property
|
|
174
174
|
@pulumi.getter
|
|
175
|
-
def storages(self) -> Optional[Sequence[str]]:
|
|
175
|
+
def storages(self) -> Optional[Sequence[_builtins.str]]:
|
|
176
176
|
"""
|
|
177
177
|
List of storage disks.
|
|
178
178
|
"""
|
|
@@ -206,7 +206,7 @@ class ComputeClusterVsanFaultDomain(dict):
|
|
|
206
206
|
if fault_domains is not None:
|
|
207
207
|
pulumi.set(__self__, "fault_domains", fault_domains)
|
|
208
208
|
|
|
209
|
-
@property
|
|
209
|
+
@_builtins.property
|
|
210
210
|
@pulumi.getter(name="faultDomains")
|
|
211
211
|
def fault_domains(self) -> Optional[Sequence['outputs.ComputeClusterVsanFaultDomainFaultDomain']]:
|
|
212
212
|
"""
|
|
@@ -235,26 +235,26 @@ class ComputeClusterVsanFaultDomainFaultDomain(dict):
|
|
|
235
235
|
return super().get(key, default)
|
|
236
236
|
|
|
237
237
|
def __init__(__self__, *,
|
|
238
|
-
host_ids: Sequence[str],
|
|
239
|
-
name: str):
|
|
238
|
+
host_ids: Sequence[_builtins.str],
|
|
239
|
+
name: _builtins.str):
|
|
240
240
|
"""
|
|
241
|
-
:param Sequence[str] host_ids: The managed object IDs of the hosts to put in the fault domain.
|
|
242
|
-
:param str name: The name of the cluster.
|
|
241
|
+
:param Sequence[_builtins.str] host_ids: The managed object IDs of the hosts to put in the fault domain.
|
|
242
|
+
:param _builtins.str name: The name of the cluster.
|
|
243
243
|
"""
|
|
244
244
|
pulumi.set(__self__, "host_ids", host_ids)
|
|
245
245
|
pulumi.set(__self__, "name", name)
|
|
246
246
|
|
|
247
|
-
@property
|
|
247
|
+
@_builtins.property
|
|
248
248
|
@pulumi.getter(name="hostIds")
|
|
249
|
-
def host_ids(self) -> Sequence[str]:
|
|
249
|
+
def host_ids(self) -> Sequence[_builtins.str]:
|
|
250
250
|
"""
|
|
251
251
|
The managed object IDs of the hosts to put in the fault domain.
|
|
252
252
|
"""
|
|
253
253
|
return pulumi.get(self, "host_ids")
|
|
254
254
|
|
|
255
|
-
@property
|
|
255
|
+
@_builtins.property
|
|
256
256
|
@pulumi.getter
|
|
257
|
-
def name(self) -> str:
|
|
257
|
+
def name(self) -> _builtins.str:
|
|
258
258
|
"""
|
|
259
259
|
The name of the cluster.
|
|
260
260
|
"""
|
|
@@ -289,17 +289,17 @@ class ComputeClusterVsanStretchedCluster(dict):
|
|
|
289
289
|
return super().get(key, default)
|
|
290
290
|
|
|
291
291
|
def __init__(__self__, *,
|
|
292
|
-
preferred_fault_domain_host_ids: Sequence[str],
|
|
293
|
-
secondary_fault_domain_host_ids: Sequence[str],
|
|
294
|
-
witness_node: str,
|
|
295
|
-
preferred_fault_domain_name: Optional[str] = None,
|
|
296
|
-
secondary_fault_domain_name: Optional[str] = None):
|
|
297
|
-
"""
|
|
298
|
-
:param Sequence[str] preferred_fault_domain_host_ids: The managed object IDs of the hosts to put in the first fault domain.
|
|
299
|
-
:param Sequence[str] secondary_fault_domain_host_ids: The managed object IDs of the hosts to put in the second fault domain.
|
|
300
|
-
:param str witness_node: The managed object IDs of the host selected as witness node when enable stretched cluster.
|
|
301
|
-
:param str preferred_fault_domain_name: The name of prepferred fault domain.
|
|
302
|
-
:param str secondary_fault_domain_name: The name of secondary fault domain.
|
|
292
|
+
preferred_fault_domain_host_ids: Sequence[_builtins.str],
|
|
293
|
+
secondary_fault_domain_host_ids: Sequence[_builtins.str],
|
|
294
|
+
witness_node: _builtins.str,
|
|
295
|
+
preferred_fault_domain_name: Optional[_builtins.str] = None,
|
|
296
|
+
secondary_fault_domain_name: Optional[_builtins.str] = None):
|
|
297
|
+
"""
|
|
298
|
+
:param Sequence[_builtins.str] preferred_fault_domain_host_ids: The managed object IDs of the hosts to put in the first fault domain.
|
|
299
|
+
:param Sequence[_builtins.str] secondary_fault_domain_host_ids: The managed object IDs of the hosts to put in the second fault domain.
|
|
300
|
+
:param _builtins.str witness_node: The managed object IDs of the host selected as witness node when enable stretched cluster.
|
|
301
|
+
:param _builtins.str preferred_fault_domain_name: The name of prepferred fault domain.
|
|
302
|
+
:param _builtins.str secondary_fault_domain_name: The name of secondary fault domain.
|
|
303
303
|
"""
|
|
304
304
|
pulumi.set(__self__, "preferred_fault_domain_host_ids", preferred_fault_domain_host_ids)
|
|
305
305
|
pulumi.set(__self__, "secondary_fault_domain_host_ids", secondary_fault_domain_host_ids)
|
|
@@ -309,41 +309,41 @@ class ComputeClusterVsanStretchedCluster(dict):
|
|
|
309
309
|
if secondary_fault_domain_name is not None:
|
|
310
310
|
pulumi.set(__self__, "secondary_fault_domain_name", secondary_fault_domain_name)
|
|
311
311
|
|
|
312
|
-
@property
|
|
312
|
+
@_builtins.property
|
|
313
313
|
@pulumi.getter(name="preferredFaultDomainHostIds")
|
|
314
|
-
def preferred_fault_domain_host_ids(self) -> Sequence[str]:
|
|
314
|
+
def preferred_fault_domain_host_ids(self) -> Sequence[_builtins.str]:
|
|
315
315
|
"""
|
|
316
316
|
The managed object IDs of the hosts to put in the first fault domain.
|
|
317
317
|
"""
|
|
318
318
|
return pulumi.get(self, "preferred_fault_domain_host_ids")
|
|
319
319
|
|
|
320
|
-
@property
|
|
320
|
+
@_builtins.property
|
|
321
321
|
@pulumi.getter(name="secondaryFaultDomainHostIds")
|
|
322
|
-
def secondary_fault_domain_host_ids(self) -> Sequence[str]:
|
|
322
|
+
def secondary_fault_domain_host_ids(self) -> Sequence[_builtins.str]:
|
|
323
323
|
"""
|
|
324
324
|
The managed object IDs of the hosts to put in the second fault domain.
|
|
325
325
|
"""
|
|
326
326
|
return pulumi.get(self, "secondary_fault_domain_host_ids")
|
|
327
327
|
|
|
328
|
-
@property
|
|
328
|
+
@_builtins.property
|
|
329
329
|
@pulumi.getter(name="witnessNode")
|
|
330
|
-
def witness_node(self) -> str:
|
|
330
|
+
def witness_node(self) -> _builtins.str:
|
|
331
331
|
"""
|
|
332
332
|
The managed object IDs of the host selected as witness node when enable stretched cluster.
|
|
333
333
|
"""
|
|
334
334
|
return pulumi.get(self, "witness_node")
|
|
335
335
|
|
|
336
|
-
@property
|
|
336
|
+
@_builtins.property
|
|
337
337
|
@pulumi.getter(name="preferredFaultDomainName")
|
|
338
|
-
def preferred_fault_domain_name(self) -> Optional[str]:
|
|
338
|
+
def preferred_fault_domain_name(self) -> Optional[_builtins.str]:
|
|
339
339
|
"""
|
|
340
340
|
The name of prepferred fault domain.
|
|
341
341
|
"""
|
|
342
342
|
return pulumi.get(self, "preferred_fault_domain_name")
|
|
343
343
|
|
|
344
|
-
@property
|
|
344
|
+
@_builtins.property
|
|
345
345
|
@pulumi.getter(name="secondaryFaultDomainName")
|
|
346
|
-
def secondary_fault_domain_name(self) -> Optional[str]:
|
|
346
|
+
def secondary_fault_domain_name(self) -> Optional[_builtins.str]:
|
|
347
347
|
"""
|
|
348
348
|
The name of secondary fault domain.
|
|
349
349
|
"""
|
|
@@ -372,17 +372,17 @@ class ContentLibraryPublication(dict):
|
|
|
372
372
|
return super().get(key, default)
|
|
373
373
|
|
|
374
374
|
def __init__(__self__, *,
|
|
375
|
-
authentication_method: Optional[str] = None,
|
|
376
|
-
password: Optional[str] = None,
|
|
377
|
-
publish_url: Optional[str] = None,
|
|
378
|
-
published: Optional[bool] = None,
|
|
379
|
-
username: Optional[str] = None):
|
|
380
|
-
"""
|
|
381
|
-
:param str authentication_method: Method to authenticate users. Must be `NONE` or `BASIC`.
|
|
382
|
-
:param str password: Password used by subscribers to authenticate.
|
|
383
|
-
:param str publish_url: The URL of the published content library.
|
|
384
|
-
:param bool published: Publish the content library. Default `false`.
|
|
385
|
-
:param str username: Username used by subscribers to authenticate. Currently can only be `vcsp`.
|
|
375
|
+
authentication_method: Optional[_builtins.str] = None,
|
|
376
|
+
password: Optional[_builtins.str] = None,
|
|
377
|
+
publish_url: Optional[_builtins.str] = None,
|
|
378
|
+
published: Optional[_builtins.bool] = None,
|
|
379
|
+
username: Optional[_builtins.str] = None):
|
|
380
|
+
"""
|
|
381
|
+
:param _builtins.str authentication_method: Method to authenticate users. Must be `NONE` or `BASIC`.
|
|
382
|
+
:param _builtins.str password: Password used by subscribers to authenticate.
|
|
383
|
+
:param _builtins.str publish_url: The URL of the published content library.
|
|
384
|
+
:param _builtins.bool published: Publish the content library. Default `false`.
|
|
385
|
+
:param _builtins.str username: Username used by subscribers to authenticate. Currently can only be `vcsp`.
|
|
386
386
|
"""
|
|
387
387
|
if authentication_method is not None:
|
|
388
388
|
pulumi.set(__self__, "authentication_method", authentication_method)
|
|
@@ -395,41 +395,41 @@ class ContentLibraryPublication(dict):
|
|
|
395
395
|
if username is not None:
|
|
396
396
|
pulumi.set(__self__, "username", username)
|
|
397
397
|
|
|
398
|
-
@property
|
|
398
|
+
@_builtins.property
|
|
399
399
|
@pulumi.getter(name="authenticationMethod")
|
|
400
|
-
def authentication_method(self) -> Optional[str]:
|
|
400
|
+
def authentication_method(self) -> Optional[_builtins.str]:
|
|
401
401
|
"""
|
|
402
402
|
Method to authenticate users. Must be `NONE` or `BASIC`.
|
|
403
403
|
"""
|
|
404
404
|
return pulumi.get(self, "authentication_method")
|
|
405
405
|
|
|
406
|
-
@property
|
|
406
|
+
@_builtins.property
|
|
407
407
|
@pulumi.getter
|
|
408
|
-
def password(self) -> Optional[str]:
|
|
408
|
+
def password(self) -> Optional[_builtins.str]:
|
|
409
409
|
"""
|
|
410
410
|
Password used by subscribers to authenticate.
|
|
411
411
|
"""
|
|
412
412
|
return pulumi.get(self, "password")
|
|
413
413
|
|
|
414
|
-
@property
|
|
414
|
+
@_builtins.property
|
|
415
415
|
@pulumi.getter(name="publishUrl")
|
|
416
|
-
def publish_url(self) -> Optional[str]:
|
|
416
|
+
def publish_url(self) -> Optional[_builtins.str]:
|
|
417
417
|
"""
|
|
418
418
|
The URL of the published content library.
|
|
419
419
|
"""
|
|
420
420
|
return pulumi.get(self, "publish_url")
|
|
421
421
|
|
|
422
|
-
@property
|
|
422
|
+
@_builtins.property
|
|
423
423
|
@pulumi.getter
|
|
424
|
-
def published(self) -> Optional[bool]:
|
|
424
|
+
def published(self) -> Optional[_builtins.bool]:
|
|
425
425
|
"""
|
|
426
426
|
Publish the content library. Default `false`.
|
|
427
427
|
"""
|
|
428
428
|
return pulumi.get(self, "published")
|
|
429
429
|
|
|
430
|
-
@property
|
|
430
|
+
@_builtins.property
|
|
431
431
|
@pulumi.getter
|
|
432
|
-
def username(self) -> Optional[str]:
|
|
432
|
+
def username(self) -> Optional[_builtins.str]:
|
|
433
433
|
"""
|
|
434
434
|
Username used by subscribers to authenticate. Currently can only be `vcsp`.
|
|
435
435
|
"""
|
|
@@ -462,19 +462,19 @@ class ContentLibrarySubscription(dict):
|
|
|
462
462
|
return super().get(key, default)
|
|
463
463
|
|
|
464
464
|
def __init__(__self__, *,
|
|
465
|
-
authentication_method: Optional[str] = None,
|
|
466
|
-
automatic_sync: Optional[bool] = None,
|
|
467
|
-
on_demand: Optional[bool] = None,
|
|
468
|
-
password: Optional[str] = None,
|
|
469
|
-
subscription_url: Optional[str] = None,
|
|
470
|
-
username: Optional[str] = None):
|
|
471
|
-
"""
|
|
472
|
-
:param str authentication_method: Authentication method to connect ro a published content library. Must be `NONE` or `BASIC`.
|
|
473
|
-
:param bool automatic_sync: Enable automatic synchronization with the published library. Default `false`.
|
|
474
|
-
:param bool on_demand: Download the library from a content only when needed. Default `true`.
|
|
475
|
-
:param str password: Password used for authentication.
|
|
476
|
-
:param str subscription_url: URL of the published content library.
|
|
477
|
-
:param str username: Username used for authentication.
|
|
465
|
+
authentication_method: Optional[_builtins.str] = None,
|
|
466
|
+
automatic_sync: Optional[_builtins.bool] = None,
|
|
467
|
+
on_demand: Optional[_builtins.bool] = None,
|
|
468
|
+
password: Optional[_builtins.str] = None,
|
|
469
|
+
subscription_url: Optional[_builtins.str] = None,
|
|
470
|
+
username: Optional[_builtins.str] = None):
|
|
471
|
+
"""
|
|
472
|
+
:param _builtins.str authentication_method: Authentication method to connect ro a published content library. Must be `NONE` or `BASIC`.
|
|
473
|
+
:param _builtins.bool automatic_sync: Enable automatic synchronization with the published library. Default `false`.
|
|
474
|
+
:param _builtins.bool on_demand: Download the library from a content only when needed. Default `true`.
|
|
475
|
+
:param _builtins.str password: Password used for authentication.
|
|
476
|
+
:param _builtins.str subscription_url: URL of the published content library.
|
|
477
|
+
:param _builtins.str username: Username used for authentication.
|
|
478
478
|
"""
|
|
479
479
|
if authentication_method is not None:
|
|
480
480
|
pulumi.set(__self__, "authentication_method", authentication_method)
|
|
@@ -489,49 +489,49 @@ class ContentLibrarySubscription(dict):
|
|
|
489
489
|
if username is not None:
|
|
490
490
|
pulumi.set(__self__, "username", username)
|
|
491
491
|
|
|
492
|
-
@property
|
|
492
|
+
@_builtins.property
|
|
493
493
|
@pulumi.getter(name="authenticationMethod")
|
|
494
|
-
def authentication_method(self) -> Optional[str]:
|
|
494
|
+
def authentication_method(self) -> Optional[_builtins.str]:
|
|
495
495
|
"""
|
|
496
496
|
Authentication method to connect ro a published content library. Must be `NONE` or `BASIC`.
|
|
497
497
|
"""
|
|
498
498
|
return pulumi.get(self, "authentication_method")
|
|
499
499
|
|
|
500
|
-
@property
|
|
500
|
+
@_builtins.property
|
|
501
501
|
@pulumi.getter(name="automaticSync")
|
|
502
|
-
def automatic_sync(self) -> Optional[bool]:
|
|
502
|
+
def automatic_sync(self) -> Optional[_builtins.bool]:
|
|
503
503
|
"""
|
|
504
504
|
Enable automatic synchronization with the published library. Default `false`.
|
|
505
505
|
"""
|
|
506
506
|
return pulumi.get(self, "automatic_sync")
|
|
507
507
|
|
|
508
|
-
@property
|
|
508
|
+
@_builtins.property
|
|
509
509
|
@pulumi.getter(name="onDemand")
|
|
510
|
-
def on_demand(self) -> Optional[bool]:
|
|
510
|
+
def on_demand(self) -> Optional[_builtins.bool]:
|
|
511
511
|
"""
|
|
512
512
|
Download the library from a content only when needed. Default `true`.
|
|
513
513
|
"""
|
|
514
514
|
return pulumi.get(self, "on_demand")
|
|
515
515
|
|
|
516
|
-
@property
|
|
516
|
+
@_builtins.property
|
|
517
517
|
@pulumi.getter
|
|
518
|
-
def password(self) -> Optional[str]:
|
|
518
|
+
def password(self) -> Optional[_builtins.str]:
|
|
519
519
|
"""
|
|
520
520
|
Password used for authentication.
|
|
521
521
|
"""
|
|
522
522
|
return pulumi.get(self, "password")
|
|
523
523
|
|
|
524
|
-
@property
|
|
524
|
+
@_builtins.property
|
|
525
525
|
@pulumi.getter(name="subscriptionUrl")
|
|
526
|
-
def subscription_url(self) -> Optional[str]:
|
|
526
|
+
def subscription_url(self) -> Optional[_builtins.str]:
|
|
527
527
|
"""
|
|
528
528
|
URL of the published content library.
|
|
529
529
|
"""
|
|
530
530
|
return pulumi.get(self, "subscription_url")
|
|
531
531
|
|
|
532
|
-
@property
|
|
532
|
+
@_builtins.property
|
|
533
533
|
@pulumi.getter
|
|
534
|
-
def username(self) -> Optional[str]:
|
|
534
|
+
def username(self) -> Optional[_builtins.str]:
|
|
535
535
|
"""
|
|
536
536
|
Username used for authentication.
|
|
537
537
|
"""
|
|
@@ -560,26 +560,26 @@ class DistributedPortGroupVlanRange(dict):
|
|
|
560
560
|
return super().get(key, default)
|
|
561
561
|
|
|
562
562
|
def __init__(__self__, *,
|
|
563
|
-
max_vlan: int,
|
|
564
|
-
min_vlan: int):
|
|
563
|
+
max_vlan: _builtins.int,
|
|
564
|
+
min_vlan: _builtins.int):
|
|
565
565
|
"""
|
|
566
|
-
:param int max_vlan: The minimum VLAN to use in the range.
|
|
567
|
-
:param int min_vlan: The minimum VLAN to use in the range.
|
|
566
|
+
:param _builtins.int max_vlan: The minimum VLAN to use in the range.
|
|
567
|
+
:param _builtins.int min_vlan: The minimum VLAN to use in the range.
|
|
568
568
|
"""
|
|
569
569
|
pulumi.set(__self__, "max_vlan", max_vlan)
|
|
570
570
|
pulumi.set(__self__, "min_vlan", min_vlan)
|
|
571
571
|
|
|
572
|
-
@property
|
|
572
|
+
@_builtins.property
|
|
573
573
|
@pulumi.getter(name="maxVlan")
|
|
574
|
-
def max_vlan(self) -> int:
|
|
574
|
+
def max_vlan(self) -> _builtins.int:
|
|
575
575
|
"""
|
|
576
576
|
The minimum VLAN to use in the range.
|
|
577
577
|
"""
|
|
578
578
|
return pulumi.get(self, "max_vlan")
|
|
579
579
|
|
|
580
|
-
@property
|
|
580
|
+
@_builtins.property
|
|
581
581
|
@pulumi.getter(name="minVlan")
|
|
582
|
-
def min_vlan(self) -> int:
|
|
582
|
+
def min_vlan(self) -> _builtins.int:
|
|
583
583
|
"""
|
|
584
584
|
The minimum VLAN to use in the range.
|
|
585
585
|
"""
|
|
@@ -606,27 +606,27 @@ class DistributedVirtualSwitchHost(dict):
|
|
|
606
606
|
return super().get(key, default)
|
|
607
607
|
|
|
608
608
|
def __init__(__self__, *,
|
|
609
|
-
host_system_id: str,
|
|
610
|
-
devices: Optional[Sequence[str]] = None):
|
|
609
|
+
host_system_id: _builtins.str,
|
|
610
|
+
devices: Optional[Sequence[_builtins.str]] = None):
|
|
611
611
|
"""
|
|
612
|
-
:param str host_system_id: The managed object ID of the host this specification applies to.
|
|
613
|
-
:param Sequence[str] devices: Name of the physical NIC to be added to the proxy switch.
|
|
612
|
+
:param _builtins.str host_system_id: The managed object ID of the host this specification applies to.
|
|
613
|
+
:param Sequence[_builtins.str] devices: Name of the physical NIC to be added to the proxy switch.
|
|
614
614
|
"""
|
|
615
615
|
pulumi.set(__self__, "host_system_id", host_system_id)
|
|
616
616
|
if devices is not None:
|
|
617
617
|
pulumi.set(__self__, "devices", devices)
|
|
618
618
|
|
|
619
|
-
@property
|
|
619
|
+
@_builtins.property
|
|
620
620
|
@pulumi.getter(name="hostSystemId")
|
|
621
|
-
def host_system_id(self) -> str:
|
|
621
|
+
def host_system_id(self) -> _builtins.str:
|
|
622
622
|
"""
|
|
623
623
|
The managed object ID of the host this specification applies to.
|
|
624
624
|
"""
|
|
625
625
|
return pulumi.get(self, "host_system_id")
|
|
626
626
|
|
|
627
|
-
@property
|
|
627
|
+
@_builtins.property
|
|
628
628
|
@pulumi.getter
|
|
629
|
-
def devices(self) -> Optional[Sequence[str]]:
|
|
629
|
+
def devices(self) -> Optional[Sequence[_builtins.str]]:
|
|
630
630
|
"""
|
|
631
631
|
Name of the physical NIC to be added to the proxy switch.
|
|
632
632
|
"""
|
|
@@ -657,37 +657,37 @@ class DistributedVirtualSwitchPvlanMapping(dict):
|
|
|
657
657
|
return super().get(key, default)
|
|
658
658
|
|
|
659
659
|
def __init__(__self__, *,
|
|
660
|
-
primary_vlan_id: int,
|
|
661
|
-
pvlan_type: str,
|
|
662
|
-
secondary_vlan_id: int):
|
|
660
|
+
primary_vlan_id: _builtins.int,
|
|
661
|
+
pvlan_type: _builtins.str,
|
|
662
|
+
secondary_vlan_id: _builtins.int):
|
|
663
663
|
"""
|
|
664
|
-
:param int primary_vlan_id: The primary VLAN ID. The VLAN IDs of 0 and 4095 are reserved and cannot be used in this property.
|
|
665
|
-
:param str pvlan_type: The private VLAN type. Valid values are promiscuous, community and isolated.
|
|
666
|
-
:param int secondary_vlan_id: The secondary VLAN ID. The VLAN IDs of 0 and 4095 are reserved and cannot be used in this property.
|
|
664
|
+
:param _builtins.int primary_vlan_id: The primary VLAN ID. The VLAN IDs of 0 and 4095 are reserved and cannot be used in this property.
|
|
665
|
+
:param _builtins.str pvlan_type: The private VLAN type. Valid values are promiscuous, community and isolated.
|
|
666
|
+
:param _builtins.int secondary_vlan_id: The secondary VLAN ID. The VLAN IDs of 0 and 4095 are reserved and cannot be used in this property.
|
|
667
667
|
"""
|
|
668
668
|
pulumi.set(__self__, "primary_vlan_id", primary_vlan_id)
|
|
669
669
|
pulumi.set(__self__, "pvlan_type", pvlan_type)
|
|
670
670
|
pulumi.set(__self__, "secondary_vlan_id", secondary_vlan_id)
|
|
671
671
|
|
|
672
|
-
@property
|
|
672
|
+
@_builtins.property
|
|
673
673
|
@pulumi.getter(name="primaryVlanId")
|
|
674
|
-
def primary_vlan_id(self) -> int:
|
|
674
|
+
def primary_vlan_id(self) -> _builtins.int:
|
|
675
675
|
"""
|
|
676
676
|
The primary VLAN ID. The VLAN IDs of 0 and 4095 are reserved and cannot be used in this property.
|
|
677
677
|
"""
|
|
678
678
|
return pulumi.get(self, "primary_vlan_id")
|
|
679
679
|
|
|
680
|
-
@property
|
|
680
|
+
@_builtins.property
|
|
681
681
|
@pulumi.getter(name="pvlanType")
|
|
682
|
-
def pvlan_type(self) -> str:
|
|
682
|
+
def pvlan_type(self) -> _builtins.str:
|
|
683
683
|
"""
|
|
684
684
|
The private VLAN type. Valid values are promiscuous, community and isolated.
|
|
685
685
|
"""
|
|
686
686
|
return pulumi.get(self, "pvlan_type")
|
|
687
687
|
|
|
688
|
-
@property
|
|
688
|
+
@_builtins.property
|
|
689
689
|
@pulumi.getter(name="secondaryVlanId")
|
|
690
|
-
def secondary_vlan_id(self) -> int:
|
|
690
|
+
def secondary_vlan_id(self) -> _builtins.int:
|
|
691
691
|
"""
|
|
692
692
|
The secondary VLAN ID. The VLAN IDs of 0 and 4095 are reserved and cannot be used in this property.
|
|
693
693
|
"""
|
|
@@ -716,26 +716,26 @@ class DistributedVirtualSwitchVlanRange(dict):
|
|
|
716
716
|
return super().get(key, default)
|
|
717
717
|
|
|
718
718
|
def __init__(__self__, *,
|
|
719
|
-
max_vlan: int,
|
|
720
|
-
min_vlan: int):
|
|
719
|
+
max_vlan: _builtins.int,
|
|
720
|
+
min_vlan: _builtins.int):
|
|
721
721
|
"""
|
|
722
|
-
:param int max_vlan: The minimum VLAN to use in the range.
|
|
723
|
-
:param int min_vlan: The minimum VLAN to use in the range.
|
|
722
|
+
:param _builtins.int max_vlan: The minimum VLAN to use in the range.
|
|
723
|
+
:param _builtins.int min_vlan: The minimum VLAN to use in the range.
|
|
724
724
|
"""
|
|
725
725
|
pulumi.set(__self__, "max_vlan", max_vlan)
|
|
726
726
|
pulumi.set(__self__, "min_vlan", min_vlan)
|
|
727
727
|
|
|
728
|
-
@property
|
|
728
|
+
@_builtins.property
|
|
729
729
|
@pulumi.getter(name="maxVlan")
|
|
730
|
-
def max_vlan(self) -> int:
|
|
730
|
+
def max_vlan(self) -> _builtins.int:
|
|
731
731
|
"""
|
|
732
732
|
The minimum VLAN to use in the range.
|
|
733
733
|
"""
|
|
734
734
|
return pulumi.get(self, "max_vlan")
|
|
735
735
|
|
|
736
|
-
@property
|
|
736
|
+
@_builtins.property
|
|
737
737
|
@pulumi.getter(name="minVlan")
|
|
738
|
-
def min_vlan(self) -> int:
|
|
738
|
+
def min_vlan(self) -> _builtins.int:
|
|
739
739
|
"""
|
|
740
740
|
The minimum VLAN to use in the range.
|
|
741
741
|
"""
|
|
@@ -766,54 +766,54 @@ class EntityPermissionsPermission(dict):
|
|
|
766
766
|
return super().get(key, default)
|
|
767
767
|
|
|
768
768
|
def __init__(__self__, *,
|
|
769
|
-
is_group: bool,
|
|
770
|
-
propagate: bool,
|
|
771
|
-
role_id: str,
|
|
772
|
-
user_or_group: str):
|
|
769
|
+
is_group: _builtins.bool,
|
|
770
|
+
propagate: _builtins.bool,
|
|
771
|
+
role_id: _builtins.str,
|
|
772
|
+
user_or_group: _builtins.str):
|
|
773
773
|
"""
|
|
774
|
-
:param bool is_group: Whether `user_or_group` field refers to a user or a
|
|
774
|
+
:param _builtins.bool is_group: Whether `user_or_group` field refers to a user or a
|
|
775
775
|
group. True for a group and false for a user.
|
|
776
|
-
:param bool propagate: Whether or not this permission propagates down the
|
|
776
|
+
:param _builtins.bool propagate: Whether or not this permission propagates down the
|
|
777
777
|
hierarchy to sub-entities.
|
|
778
|
-
:param str role_id: The role id of the role to be given to the user on
|
|
778
|
+
:param _builtins.str role_id: The role id of the role to be given to the user on
|
|
779
779
|
the specified entity.
|
|
780
|
-
:param str user_or_group: The user/group getting the permission.
|
|
780
|
+
:param _builtins.str user_or_group: The user/group getting the permission.
|
|
781
781
|
"""
|
|
782
782
|
pulumi.set(__self__, "is_group", is_group)
|
|
783
783
|
pulumi.set(__self__, "propagate", propagate)
|
|
784
784
|
pulumi.set(__self__, "role_id", role_id)
|
|
785
785
|
pulumi.set(__self__, "user_or_group", user_or_group)
|
|
786
786
|
|
|
787
|
-
@property
|
|
787
|
+
@_builtins.property
|
|
788
788
|
@pulumi.getter(name="isGroup")
|
|
789
|
-
def is_group(self) -> bool:
|
|
789
|
+
def is_group(self) -> _builtins.bool:
|
|
790
790
|
"""
|
|
791
791
|
Whether `user_or_group` field refers to a user or a
|
|
792
792
|
group. True for a group and false for a user.
|
|
793
793
|
"""
|
|
794
794
|
return pulumi.get(self, "is_group")
|
|
795
795
|
|
|
796
|
-
@property
|
|
796
|
+
@_builtins.property
|
|
797
797
|
@pulumi.getter
|
|
798
|
-
def propagate(self) -> bool:
|
|
798
|
+
def propagate(self) -> _builtins.bool:
|
|
799
799
|
"""
|
|
800
800
|
Whether or not this permission propagates down the
|
|
801
801
|
hierarchy to sub-entities.
|
|
802
802
|
"""
|
|
803
803
|
return pulumi.get(self, "propagate")
|
|
804
804
|
|
|
805
|
-
@property
|
|
805
|
+
@_builtins.property
|
|
806
806
|
@pulumi.getter(name="roleId")
|
|
807
|
-
def role_id(self) -> str:
|
|
807
|
+
def role_id(self) -> _builtins.str:
|
|
808
808
|
"""
|
|
809
809
|
The role id of the role to be given to the user on
|
|
810
810
|
the specified entity.
|
|
811
811
|
"""
|
|
812
812
|
return pulumi.get(self, "role_id")
|
|
813
813
|
|
|
814
|
-
@property
|
|
814
|
+
@_builtins.property
|
|
815
815
|
@pulumi.getter(name="userOrGroup")
|
|
816
|
-
def user_or_group(self) -> str:
|
|
816
|
+
def user_or_group(self) -> _builtins.str:
|
|
817
817
|
"""
|
|
818
818
|
The user/group getting the permission.
|
|
819
819
|
"""
|
|
@@ -854,23 +854,23 @@ class GuestOsCustomizationSpec(dict):
|
|
|
854
854
|
return super().get(key, default)
|
|
855
855
|
|
|
856
856
|
def __init__(__self__, *,
|
|
857
|
-
dns_server_lists: Optional[Sequence[str]] = None,
|
|
858
|
-
dns_suffix_lists: Optional[Sequence[str]] = None,
|
|
859
|
-
ipv4_gateway: Optional[str] = None,
|
|
860
|
-
ipv6_gateway: Optional[str] = None,
|
|
857
|
+
dns_server_lists: Optional[Sequence[_builtins.str]] = None,
|
|
858
|
+
dns_suffix_lists: Optional[Sequence[_builtins.str]] = None,
|
|
859
|
+
ipv4_gateway: Optional[_builtins.str] = None,
|
|
860
|
+
ipv6_gateway: Optional[_builtins.str] = None,
|
|
861
861
|
linux_options: Optional['outputs.GuestOsCustomizationSpecLinuxOptions'] = None,
|
|
862
862
|
network_interfaces: Optional[Sequence['outputs.GuestOsCustomizationSpecNetworkInterface']] = None,
|
|
863
863
|
windows_options: Optional['outputs.GuestOsCustomizationSpecWindowsOptions'] = None,
|
|
864
|
-
windows_sysprep_text: Optional[str] = None):
|
|
864
|
+
windows_sysprep_text: Optional[_builtins.str] = None):
|
|
865
865
|
"""
|
|
866
|
-
:param Sequence[str] dns_server_lists: The list of DNS servers for a virtual network adapter with a static IP address.
|
|
867
|
-
:param Sequence[str] dns_suffix_lists: A list of DNS search domains to add to the DNS configuration on the virtual machine.
|
|
868
|
-
:param str ipv4_gateway: The IPv4 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
|
|
869
|
-
:param str ipv6_gateway: The IPv6 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
|
|
866
|
+
:param Sequence[_builtins.str] dns_server_lists: The list of DNS servers for a virtual network adapter with a static IP address.
|
|
867
|
+
:param Sequence[_builtins.str] dns_suffix_lists: A list of DNS search domains to add to the DNS configuration on the virtual machine.
|
|
868
|
+
:param _builtins.str ipv4_gateway: The IPv4 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
|
|
869
|
+
:param _builtins.str ipv6_gateway: The IPv6 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
|
|
870
870
|
:param 'GuestOsCustomizationSpecLinuxOptionsArgs' linux_options: A list of configuration options specific to Linux virtual machines.
|
|
871
871
|
:param Sequence['GuestOsCustomizationSpecNetworkInterfaceArgs'] network_interfaces: A specification of network interface configuration options.
|
|
872
872
|
:param 'GuestOsCustomizationSpecWindowsOptionsArgs' windows_options: A list of configuration options specific to Windows virtual machines.
|
|
873
|
-
:param str windows_sysprep_text: Use this option to specify a windows sysprep file directly.
|
|
873
|
+
:param _builtins.str windows_sysprep_text: Use this option to specify a windows sysprep file directly.
|
|
874
874
|
"""
|
|
875
875
|
if dns_server_lists is not None:
|
|
876
876
|
pulumi.set(__self__, "dns_server_lists", dns_server_lists)
|
|
@@ -889,39 +889,39 @@ class GuestOsCustomizationSpec(dict):
|
|
|
889
889
|
if windows_sysprep_text is not None:
|
|
890
890
|
pulumi.set(__self__, "windows_sysprep_text", windows_sysprep_text)
|
|
891
891
|
|
|
892
|
-
@property
|
|
892
|
+
@_builtins.property
|
|
893
893
|
@pulumi.getter(name="dnsServerLists")
|
|
894
|
-
def dns_server_lists(self) -> Optional[Sequence[str]]:
|
|
894
|
+
def dns_server_lists(self) -> Optional[Sequence[_builtins.str]]:
|
|
895
895
|
"""
|
|
896
896
|
The list of DNS servers for a virtual network adapter with a static IP address.
|
|
897
897
|
"""
|
|
898
898
|
return pulumi.get(self, "dns_server_lists")
|
|
899
899
|
|
|
900
|
-
@property
|
|
900
|
+
@_builtins.property
|
|
901
901
|
@pulumi.getter(name="dnsSuffixLists")
|
|
902
|
-
def dns_suffix_lists(self) -> Optional[Sequence[str]]:
|
|
902
|
+
def dns_suffix_lists(self) -> Optional[Sequence[_builtins.str]]:
|
|
903
903
|
"""
|
|
904
904
|
A list of DNS search domains to add to the DNS configuration on the virtual machine.
|
|
905
905
|
"""
|
|
906
906
|
return pulumi.get(self, "dns_suffix_lists")
|
|
907
907
|
|
|
908
|
-
@property
|
|
908
|
+
@_builtins.property
|
|
909
909
|
@pulumi.getter(name="ipv4Gateway")
|
|
910
|
-
def ipv4_gateway(self) -> Optional[str]:
|
|
910
|
+
def ipv4_gateway(self) -> Optional[_builtins.str]:
|
|
911
911
|
"""
|
|
912
912
|
The IPv4 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
|
|
913
913
|
"""
|
|
914
914
|
return pulumi.get(self, "ipv4_gateway")
|
|
915
915
|
|
|
916
|
-
@property
|
|
916
|
+
@_builtins.property
|
|
917
917
|
@pulumi.getter(name="ipv6Gateway")
|
|
918
|
-
def ipv6_gateway(self) -> Optional[str]:
|
|
918
|
+
def ipv6_gateway(self) -> Optional[_builtins.str]:
|
|
919
919
|
"""
|
|
920
920
|
The IPv6 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
|
|
921
921
|
"""
|
|
922
922
|
return pulumi.get(self, "ipv6_gateway")
|
|
923
923
|
|
|
924
|
-
@property
|
|
924
|
+
@_builtins.property
|
|
925
925
|
@pulumi.getter(name="linuxOptions")
|
|
926
926
|
def linux_options(self) -> Optional['outputs.GuestOsCustomizationSpecLinuxOptions']:
|
|
927
927
|
"""
|
|
@@ -929,7 +929,7 @@ class GuestOsCustomizationSpec(dict):
|
|
|
929
929
|
"""
|
|
930
930
|
return pulumi.get(self, "linux_options")
|
|
931
931
|
|
|
932
|
-
@property
|
|
932
|
+
@_builtins.property
|
|
933
933
|
@pulumi.getter(name="networkInterfaces")
|
|
934
934
|
def network_interfaces(self) -> Optional[Sequence['outputs.GuestOsCustomizationSpecNetworkInterface']]:
|
|
935
935
|
"""
|
|
@@ -937,7 +937,7 @@ class GuestOsCustomizationSpec(dict):
|
|
|
937
937
|
"""
|
|
938
938
|
return pulumi.get(self, "network_interfaces")
|
|
939
939
|
|
|
940
|
-
@property
|
|
940
|
+
@_builtins.property
|
|
941
941
|
@pulumi.getter(name="windowsOptions")
|
|
942
942
|
def windows_options(self) -> Optional['outputs.GuestOsCustomizationSpecWindowsOptions']:
|
|
943
943
|
"""
|
|
@@ -945,9 +945,9 @@ class GuestOsCustomizationSpec(dict):
|
|
|
945
945
|
"""
|
|
946
946
|
return pulumi.get(self, "windows_options")
|
|
947
947
|
|
|
948
|
-
@property
|
|
948
|
+
@_builtins.property
|
|
949
949
|
@pulumi.getter(name="windowsSysprepText")
|
|
950
|
-
def windows_sysprep_text(self) -> Optional[str]:
|
|
950
|
+
def windows_sysprep_text(self) -> Optional[_builtins.str]:
|
|
951
951
|
"""
|
|
952
952
|
Use this option to specify a windows sysprep file directly.
|
|
953
953
|
"""
|
|
@@ -980,17 +980,17 @@ class GuestOsCustomizationSpecLinuxOptions(dict):
|
|
|
980
980
|
return super().get(key, default)
|
|
981
981
|
|
|
982
982
|
def __init__(__self__, *,
|
|
983
|
-
domain: str,
|
|
984
|
-
host_name: str,
|
|
985
|
-
hw_clock_utc: Optional[bool] = None,
|
|
986
|
-
script_text: Optional[str] = None,
|
|
987
|
-
time_zone: Optional[str] = None):
|
|
988
|
-
"""
|
|
989
|
-
:param str domain: The domain name for this virtual machine.
|
|
990
|
-
:param str host_name: The hostname for this virtual machine.
|
|
991
|
-
:param bool hw_clock_utc: Specifies whether or not the hardware clock should be in UTC or not.
|
|
992
|
-
:param str script_text: The customization script to run before and or after guest customization
|
|
993
|
-
:param str time_zone: Customize the time zone on the VM. This should be a time zone-style entry, like America/Los_Angeles.
|
|
983
|
+
domain: _builtins.str,
|
|
984
|
+
host_name: _builtins.str,
|
|
985
|
+
hw_clock_utc: Optional[_builtins.bool] = None,
|
|
986
|
+
script_text: Optional[_builtins.str] = None,
|
|
987
|
+
time_zone: Optional[_builtins.str] = None):
|
|
988
|
+
"""
|
|
989
|
+
:param _builtins.str domain: The domain name for this virtual machine.
|
|
990
|
+
:param _builtins.str host_name: The hostname for this virtual machine.
|
|
991
|
+
:param _builtins.bool hw_clock_utc: Specifies whether or not the hardware clock should be in UTC or not.
|
|
992
|
+
:param _builtins.str script_text: The customization script to run before and or after guest customization
|
|
993
|
+
:param _builtins.str time_zone: Customize the time zone on the VM. This should be a time zone-style entry, like America/Los_Angeles.
|
|
994
994
|
"""
|
|
995
995
|
pulumi.set(__self__, "domain", domain)
|
|
996
996
|
pulumi.set(__self__, "host_name", host_name)
|
|
@@ -1001,41 +1001,41 @@ class GuestOsCustomizationSpecLinuxOptions(dict):
|
|
|
1001
1001
|
if time_zone is not None:
|
|
1002
1002
|
pulumi.set(__self__, "time_zone", time_zone)
|
|
1003
1003
|
|
|
1004
|
-
@property
|
|
1004
|
+
@_builtins.property
|
|
1005
1005
|
@pulumi.getter
|
|
1006
|
-
def domain(self) -> str:
|
|
1006
|
+
def domain(self) -> _builtins.str:
|
|
1007
1007
|
"""
|
|
1008
1008
|
The domain name for this virtual machine.
|
|
1009
1009
|
"""
|
|
1010
1010
|
return pulumi.get(self, "domain")
|
|
1011
1011
|
|
|
1012
|
-
@property
|
|
1012
|
+
@_builtins.property
|
|
1013
1013
|
@pulumi.getter(name="hostName")
|
|
1014
|
-
def host_name(self) -> str:
|
|
1014
|
+
def host_name(self) -> _builtins.str:
|
|
1015
1015
|
"""
|
|
1016
1016
|
The hostname for this virtual machine.
|
|
1017
1017
|
"""
|
|
1018
1018
|
return pulumi.get(self, "host_name")
|
|
1019
1019
|
|
|
1020
|
-
@property
|
|
1020
|
+
@_builtins.property
|
|
1021
1021
|
@pulumi.getter(name="hwClockUtc")
|
|
1022
|
-
def hw_clock_utc(self) -> Optional[bool]:
|
|
1022
|
+
def hw_clock_utc(self) -> Optional[_builtins.bool]:
|
|
1023
1023
|
"""
|
|
1024
1024
|
Specifies whether or not the hardware clock should be in UTC or not.
|
|
1025
1025
|
"""
|
|
1026
1026
|
return pulumi.get(self, "hw_clock_utc")
|
|
1027
1027
|
|
|
1028
|
-
@property
|
|
1028
|
+
@_builtins.property
|
|
1029
1029
|
@pulumi.getter(name="scriptText")
|
|
1030
|
-
def script_text(self) -> Optional[str]:
|
|
1030
|
+
def script_text(self) -> Optional[_builtins.str]:
|
|
1031
1031
|
"""
|
|
1032
1032
|
The customization script to run before and or after guest customization
|
|
1033
1033
|
"""
|
|
1034
1034
|
return pulumi.get(self, "script_text")
|
|
1035
1035
|
|
|
1036
|
-
@property
|
|
1036
|
+
@_builtins.property
|
|
1037
1037
|
@pulumi.getter(name="timeZone")
|
|
1038
|
-
def time_zone(self) -> Optional[str]:
|
|
1038
|
+
def time_zone(self) -> Optional[_builtins.str]:
|
|
1039
1039
|
"""
|
|
1040
1040
|
Customize the time zone on the VM. This should be a time zone-style entry, like America/Los_Angeles.
|
|
1041
1041
|
"""
|
|
@@ -1072,19 +1072,19 @@ class GuestOsCustomizationSpecNetworkInterface(dict):
|
|
|
1072
1072
|
return super().get(key, default)
|
|
1073
1073
|
|
|
1074
1074
|
def __init__(__self__, *,
|
|
1075
|
-
dns_domain: Optional[str] = None,
|
|
1076
|
-
dns_server_lists: Optional[Sequence[str]] = None,
|
|
1077
|
-
ipv4_address: Optional[str] = None,
|
|
1078
|
-
ipv4_netmask: Optional[int] = None,
|
|
1079
|
-
ipv6_address: Optional[str] = None,
|
|
1080
|
-
ipv6_netmask: Optional[int] = None):
|
|
1081
|
-
"""
|
|
1082
|
-
:param str dns_domain: A DNS search domain to add to the DNS configuration on the virtual machine.
|
|
1083
|
-
:param Sequence[str] dns_server_lists: Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
|
|
1084
|
-
:param str ipv4_address: The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
|
|
1085
|
-
:param int ipv4_netmask: The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
|
|
1086
|
-
:param str ipv6_address: The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
|
|
1087
|
-
:param int ipv6_netmask: The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.
|
|
1075
|
+
dns_domain: Optional[_builtins.str] = None,
|
|
1076
|
+
dns_server_lists: Optional[Sequence[_builtins.str]] = None,
|
|
1077
|
+
ipv4_address: Optional[_builtins.str] = None,
|
|
1078
|
+
ipv4_netmask: Optional[_builtins.int] = None,
|
|
1079
|
+
ipv6_address: Optional[_builtins.str] = None,
|
|
1080
|
+
ipv6_netmask: Optional[_builtins.int] = None):
|
|
1081
|
+
"""
|
|
1082
|
+
:param _builtins.str dns_domain: A DNS search domain to add to the DNS configuration on the virtual machine.
|
|
1083
|
+
:param Sequence[_builtins.str] dns_server_lists: Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
|
|
1084
|
+
:param _builtins.str ipv4_address: The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
|
|
1085
|
+
:param _builtins.int ipv4_netmask: The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
|
|
1086
|
+
:param _builtins.str ipv6_address: The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
|
|
1087
|
+
:param _builtins.int ipv6_netmask: The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.
|
|
1088
1088
|
"""
|
|
1089
1089
|
if dns_domain is not None:
|
|
1090
1090
|
pulumi.set(__self__, "dns_domain", dns_domain)
|
|
@@ -1099,49 +1099,49 @@ class GuestOsCustomizationSpecNetworkInterface(dict):
|
|
|
1099
1099
|
if ipv6_netmask is not None:
|
|
1100
1100
|
pulumi.set(__self__, "ipv6_netmask", ipv6_netmask)
|
|
1101
1101
|
|
|
1102
|
-
@property
|
|
1102
|
+
@_builtins.property
|
|
1103
1103
|
@pulumi.getter(name="dnsDomain")
|
|
1104
|
-
def dns_domain(self) -> Optional[str]:
|
|
1104
|
+
def dns_domain(self) -> Optional[_builtins.str]:
|
|
1105
1105
|
"""
|
|
1106
1106
|
A DNS search domain to add to the DNS configuration on the virtual machine.
|
|
1107
1107
|
"""
|
|
1108
1108
|
return pulumi.get(self, "dns_domain")
|
|
1109
1109
|
|
|
1110
|
-
@property
|
|
1110
|
+
@_builtins.property
|
|
1111
1111
|
@pulumi.getter(name="dnsServerLists")
|
|
1112
|
-
def dns_server_lists(self) -> Optional[Sequence[str]]:
|
|
1112
|
+
def dns_server_lists(self) -> Optional[Sequence[_builtins.str]]:
|
|
1113
1113
|
"""
|
|
1114
1114
|
Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
|
|
1115
1115
|
"""
|
|
1116
1116
|
return pulumi.get(self, "dns_server_lists")
|
|
1117
1117
|
|
|
1118
|
-
@property
|
|
1118
|
+
@_builtins.property
|
|
1119
1119
|
@pulumi.getter(name="ipv4Address")
|
|
1120
|
-
def ipv4_address(self) -> Optional[str]:
|
|
1120
|
+
def ipv4_address(self) -> Optional[_builtins.str]:
|
|
1121
1121
|
"""
|
|
1122
1122
|
The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
|
|
1123
1123
|
"""
|
|
1124
1124
|
return pulumi.get(self, "ipv4_address")
|
|
1125
1125
|
|
|
1126
|
-
@property
|
|
1126
|
+
@_builtins.property
|
|
1127
1127
|
@pulumi.getter(name="ipv4Netmask")
|
|
1128
|
-
def ipv4_netmask(self) -> Optional[int]:
|
|
1128
|
+
def ipv4_netmask(self) -> Optional[_builtins.int]:
|
|
1129
1129
|
"""
|
|
1130
1130
|
The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
|
|
1131
1131
|
"""
|
|
1132
1132
|
return pulumi.get(self, "ipv4_netmask")
|
|
1133
1133
|
|
|
1134
|
-
@property
|
|
1134
|
+
@_builtins.property
|
|
1135
1135
|
@pulumi.getter(name="ipv6Address")
|
|
1136
|
-
def ipv6_address(self) -> Optional[str]:
|
|
1136
|
+
def ipv6_address(self) -> Optional[_builtins.str]:
|
|
1137
1137
|
"""
|
|
1138
1138
|
The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
|
|
1139
1139
|
"""
|
|
1140
1140
|
return pulumi.get(self, "ipv6_address")
|
|
1141
1141
|
|
|
1142
|
-
@property
|
|
1142
|
+
@_builtins.property
|
|
1143
1143
|
@pulumi.getter(name="ipv6Netmask")
|
|
1144
|
-
def ipv6_netmask(self) -> Optional[int]:
|
|
1144
|
+
def ipv6_netmask(self) -> Optional[_builtins.int]:
|
|
1145
1145
|
"""
|
|
1146
1146
|
The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.
|
|
1147
1147
|
"""
|
|
@@ -1192,35 +1192,35 @@ class GuestOsCustomizationSpecWindowsOptions(dict):
|
|
|
1192
1192
|
return super().get(key, default)
|
|
1193
1193
|
|
|
1194
1194
|
def __init__(__self__, *,
|
|
1195
|
-
computer_name: str,
|
|
1196
|
-
admin_password: Optional[str] = None,
|
|
1197
|
-
auto_logon: Optional[bool] = None,
|
|
1198
|
-
auto_logon_count: Optional[int] = None,
|
|
1199
|
-
domain_admin_password: Optional[str] = None,
|
|
1200
|
-
domain_admin_user: Optional[str] = None,
|
|
1201
|
-
domain_ou: Optional[str] = None,
|
|
1202
|
-
full_name: Optional[str] = None,
|
|
1203
|
-
join_domain: Optional[str] = None,
|
|
1204
|
-
organization_name: Optional[str] = None,
|
|
1205
|
-
product_key: Optional[str] = None,
|
|
1206
|
-
run_once_command_lists: Optional[Sequence[str]] = None,
|
|
1207
|
-
time_zone: Optional[int] = None,
|
|
1208
|
-
workgroup: Optional[str] = None):
|
|
1209
|
-
"""
|
|
1210
|
-
:param str computer_name: The host name for this virtual machine.
|
|
1211
|
-
:param str admin_password: The new administrator password for this virtual machine.
|
|
1212
|
-
:param bool auto_logon: Specifies whether or not the VM automatically logs on as Administrator.
|
|
1213
|
-
:param int auto_logon_count: Specifies how many times the VM should auto-logon the Administrator account when auto_logon is true.
|
|
1214
|
-
:param str domain_admin_password: The password of the domain administrator used to join this virtual machine to the domain.
|
|
1215
|
-
:param str domain_admin_user: The user account of the domain administrator used to join this virtual machine to the domain.
|
|
1216
|
-
:param str domain_ou: The MachineObjectOU which specifies the full LDAP path name of the OU to which the virtual machine belongs.
|
|
1217
|
-
:param str full_name: The full name of the user of this virtual machine.
|
|
1218
|
-
:param str join_domain: The domain that the virtual machine should join.
|
|
1219
|
-
:param str organization_name: The organization name this virtual machine is being installed for.
|
|
1220
|
-
:param str product_key: The product key for this virtual machine.
|
|
1221
|
-
:param Sequence[str] run_once_command_lists: A list of commands to run at first user logon, after guest customization.
|
|
1222
|
-
:param int time_zone: The new time zone for the virtual machine. This is a sysprep-dictated timezone code.
|
|
1223
|
-
:param str workgroup: The workgroup for this virtual machine if not joining a domain.
|
|
1195
|
+
computer_name: _builtins.str,
|
|
1196
|
+
admin_password: Optional[_builtins.str] = None,
|
|
1197
|
+
auto_logon: Optional[_builtins.bool] = None,
|
|
1198
|
+
auto_logon_count: Optional[_builtins.int] = None,
|
|
1199
|
+
domain_admin_password: Optional[_builtins.str] = None,
|
|
1200
|
+
domain_admin_user: Optional[_builtins.str] = None,
|
|
1201
|
+
domain_ou: Optional[_builtins.str] = None,
|
|
1202
|
+
full_name: Optional[_builtins.str] = None,
|
|
1203
|
+
join_domain: Optional[_builtins.str] = None,
|
|
1204
|
+
organization_name: Optional[_builtins.str] = None,
|
|
1205
|
+
product_key: Optional[_builtins.str] = None,
|
|
1206
|
+
run_once_command_lists: Optional[Sequence[_builtins.str]] = None,
|
|
1207
|
+
time_zone: Optional[_builtins.int] = None,
|
|
1208
|
+
workgroup: Optional[_builtins.str] = None):
|
|
1209
|
+
"""
|
|
1210
|
+
:param _builtins.str computer_name: The host name for this virtual machine.
|
|
1211
|
+
:param _builtins.str admin_password: The new administrator password for this virtual machine.
|
|
1212
|
+
:param _builtins.bool auto_logon: Specifies whether or not the VM automatically logs on as Administrator.
|
|
1213
|
+
:param _builtins.int auto_logon_count: Specifies how many times the VM should auto-logon the Administrator account when auto_logon is true.
|
|
1214
|
+
:param _builtins.str domain_admin_password: The password of the domain administrator used to join this virtual machine to the domain.
|
|
1215
|
+
:param _builtins.str domain_admin_user: The user account of the domain administrator used to join this virtual machine to the domain.
|
|
1216
|
+
:param _builtins.str domain_ou: The MachineObjectOU which specifies the full LDAP path name of the OU to which the virtual machine belongs.
|
|
1217
|
+
:param _builtins.str full_name: The full name of the user of this virtual machine.
|
|
1218
|
+
:param _builtins.str join_domain: The domain that the virtual machine should join.
|
|
1219
|
+
:param _builtins.str organization_name: The organization name this virtual machine is being installed for.
|
|
1220
|
+
:param _builtins.str product_key: The product key for this virtual machine.
|
|
1221
|
+
:param Sequence[_builtins.str] run_once_command_lists: A list of commands to run at first user logon, after guest customization.
|
|
1222
|
+
:param _builtins.int time_zone: The new time zone for the virtual machine. This is a sysprep-dictated timezone code.
|
|
1223
|
+
:param _builtins.str workgroup: The workgroup for this virtual machine if not joining a domain.
|
|
1224
1224
|
"""
|
|
1225
1225
|
pulumi.set(__self__, "computer_name", computer_name)
|
|
1226
1226
|
if admin_password is not None:
|
|
@@ -1250,113 +1250,113 @@ class GuestOsCustomizationSpecWindowsOptions(dict):
|
|
|
1250
1250
|
if workgroup is not None:
|
|
1251
1251
|
pulumi.set(__self__, "workgroup", workgroup)
|
|
1252
1252
|
|
|
1253
|
-
@property
|
|
1253
|
+
@_builtins.property
|
|
1254
1254
|
@pulumi.getter(name="computerName")
|
|
1255
|
-
def computer_name(self) -> str:
|
|
1255
|
+
def computer_name(self) -> _builtins.str:
|
|
1256
1256
|
"""
|
|
1257
1257
|
The host name for this virtual machine.
|
|
1258
1258
|
"""
|
|
1259
1259
|
return pulumi.get(self, "computer_name")
|
|
1260
1260
|
|
|
1261
|
-
@property
|
|
1261
|
+
@_builtins.property
|
|
1262
1262
|
@pulumi.getter(name="adminPassword")
|
|
1263
|
-
def admin_password(self) -> Optional[str]:
|
|
1263
|
+
def admin_password(self) -> Optional[_builtins.str]:
|
|
1264
1264
|
"""
|
|
1265
1265
|
The new administrator password for this virtual machine.
|
|
1266
1266
|
"""
|
|
1267
1267
|
return pulumi.get(self, "admin_password")
|
|
1268
1268
|
|
|
1269
|
-
@property
|
|
1269
|
+
@_builtins.property
|
|
1270
1270
|
@pulumi.getter(name="autoLogon")
|
|
1271
|
-
def auto_logon(self) -> Optional[bool]:
|
|
1271
|
+
def auto_logon(self) -> Optional[_builtins.bool]:
|
|
1272
1272
|
"""
|
|
1273
1273
|
Specifies whether or not the VM automatically logs on as Administrator.
|
|
1274
1274
|
"""
|
|
1275
1275
|
return pulumi.get(self, "auto_logon")
|
|
1276
1276
|
|
|
1277
|
-
@property
|
|
1277
|
+
@_builtins.property
|
|
1278
1278
|
@pulumi.getter(name="autoLogonCount")
|
|
1279
|
-
def auto_logon_count(self) -> Optional[int]:
|
|
1279
|
+
def auto_logon_count(self) -> Optional[_builtins.int]:
|
|
1280
1280
|
"""
|
|
1281
1281
|
Specifies how many times the VM should auto-logon the Administrator account when auto_logon is true.
|
|
1282
1282
|
"""
|
|
1283
1283
|
return pulumi.get(self, "auto_logon_count")
|
|
1284
1284
|
|
|
1285
|
-
@property
|
|
1285
|
+
@_builtins.property
|
|
1286
1286
|
@pulumi.getter(name="domainAdminPassword")
|
|
1287
|
-
def domain_admin_password(self) -> Optional[str]:
|
|
1287
|
+
def domain_admin_password(self) -> Optional[_builtins.str]:
|
|
1288
1288
|
"""
|
|
1289
1289
|
The password of the domain administrator used to join this virtual machine to the domain.
|
|
1290
1290
|
"""
|
|
1291
1291
|
return pulumi.get(self, "domain_admin_password")
|
|
1292
1292
|
|
|
1293
|
-
@property
|
|
1293
|
+
@_builtins.property
|
|
1294
1294
|
@pulumi.getter(name="domainAdminUser")
|
|
1295
|
-
def domain_admin_user(self) -> Optional[str]:
|
|
1295
|
+
def domain_admin_user(self) -> Optional[_builtins.str]:
|
|
1296
1296
|
"""
|
|
1297
1297
|
The user account of the domain administrator used to join this virtual machine to the domain.
|
|
1298
1298
|
"""
|
|
1299
1299
|
return pulumi.get(self, "domain_admin_user")
|
|
1300
1300
|
|
|
1301
|
-
@property
|
|
1301
|
+
@_builtins.property
|
|
1302
1302
|
@pulumi.getter(name="domainOu")
|
|
1303
|
-
def domain_ou(self) -> Optional[str]:
|
|
1303
|
+
def domain_ou(self) -> Optional[_builtins.str]:
|
|
1304
1304
|
"""
|
|
1305
1305
|
The MachineObjectOU which specifies the full LDAP path name of the OU to which the virtual machine belongs.
|
|
1306
1306
|
"""
|
|
1307
1307
|
return pulumi.get(self, "domain_ou")
|
|
1308
1308
|
|
|
1309
|
-
@property
|
|
1309
|
+
@_builtins.property
|
|
1310
1310
|
@pulumi.getter(name="fullName")
|
|
1311
|
-
def full_name(self) -> Optional[str]:
|
|
1311
|
+
def full_name(self) -> Optional[_builtins.str]:
|
|
1312
1312
|
"""
|
|
1313
1313
|
The full name of the user of this virtual machine.
|
|
1314
1314
|
"""
|
|
1315
1315
|
return pulumi.get(self, "full_name")
|
|
1316
1316
|
|
|
1317
|
-
@property
|
|
1317
|
+
@_builtins.property
|
|
1318
1318
|
@pulumi.getter(name="joinDomain")
|
|
1319
|
-
def join_domain(self) -> Optional[str]:
|
|
1319
|
+
def join_domain(self) -> Optional[_builtins.str]:
|
|
1320
1320
|
"""
|
|
1321
1321
|
The domain that the virtual machine should join.
|
|
1322
1322
|
"""
|
|
1323
1323
|
return pulumi.get(self, "join_domain")
|
|
1324
1324
|
|
|
1325
|
-
@property
|
|
1325
|
+
@_builtins.property
|
|
1326
1326
|
@pulumi.getter(name="organizationName")
|
|
1327
|
-
def organization_name(self) -> Optional[str]:
|
|
1327
|
+
def organization_name(self) -> Optional[_builtins.str]:
|
|
1328
1328
|
"""
|
|
1329
1329
|
The organization name this virtual machine is being installed for.
|
|
1330
1330
|
"""
|
|
1331
1331
|
return pulumi.get(self, "organization_name")
|
|
1332
1332
|
|
|
1333
|
-
@property
|
|
1333
|
+
@_builtins.property
|
|
1334
1334
|
@pulumi.getter(name="productKey")
|
|
1335
|
-
def product_key(self) -> Optional[str]:
|
|
1335
|
+
def product_key(self) -> Optional[_builtins.str]:
|
|
1336
1336
|
"""
|
|
1337
1337
|
The product key for this virtual machine.
|
|
1338
1338
|
"""
|
|
1339
1339
|
return pulumi.get(self, "product_key")
|
|
1340
1340
|
|
|
1341
|
-
@property
|
|
1341
|
+
@_builtins.property
|
|
1342
1342
|
@pulumi.getter(name="runOnceCommandLists")
|
|
1343
|
-
def run_once_command_lists(self) -> Optional[Sequence[str]]:
|
|
1343
|
+
def run_once_command_lists(self) -> Optional[Sequence[_builtins.str]]:
|
|
1344
1344
|
"""
|
|
1345
1345
|
A list of commands to run at first user logon, after guest customization.
|
|
1346
1346
|
"""
|
|
1347
1347
|
return pulumi.get(self, "run_once_command_lists")
|
|
1348
1348
|
|
|
1349
|
-
@property
|
|
1349
|
+
@_builtins.property
|
|
1350
1350
|
@pulumi.getter(name="timeZone")
|
|
1351
|
-
def time_zone(self) -> Optional[int]:
|
|
1351
|
+
def time_zone(self) -> Optional[_builtins.int]:
|
|
1352
1352
|
"""
|
|
1353
1353
|
The new time zone for the virtual machine. This is a sysprep-dictated timezone code.
|
|
1354
1354
|
"""
|
|
1355
1355
|
return pulumi.get(self, "time_zone")
|
|
1356
1356
|
|
|
1357
|
-
@property
|
|
1357
|
+
@_builtins.property
|
|
1358
1358
|
@pulumi.getter
|
|
1359
|
-
def workgroup(self) -> Optional[str]:
|
|
1359
|
+
def workgroup(self) -> Optional[_builtins.str]:
|
|
1360
1360
|
"""
|
|
1361
1361
|
The workgroup for this virtual machine if not joining a domain.
|
|
1362
1362
|
"""
|
|
@@ -1383,13 +1383,13 @@ class HostPortGroupPort(dict):
|
|
|
1383
1383
|
return super().get(key, default)
|
|
1384
1384
|
|
|
1385
1385
|
def __init__(__self__, *,
|
|
1386
|
-
key: Optional[str] = None,
|
|
1387
|
-
mac_addresses: Optional[Sequence[str]] = None,
|
|
1388
|
-
type: Optional[str] = None):
|
|
1386
|
+
key: Optional[_builtins.str] = None,
|
|
1387
|
+
mac_addresses: Optional[Sequence[_builtins.str]] = None,
|
|
1388
|
+
type: Optional[_builtins.str] = None):
|
|
1389
1389
|
"""
|
|
1390
|
-
:param str key: The key for this port group as returned from the vSphere API.
|
|
1391
|
-
:param Sequence[str] mac_addresses: The MAC addresses of the network service of the virtual machine connected on this port.
|
|
1392
|
-
:param str type: Type type of the entity connected on this port. Possible values are host (VMKkernel), systemManagement (service console), virtualMachine, or unknown.
|
|
1390
|
+
:param _builtins.str key: The key for this port group as returned from the vSphere API.
|
|
1391
|
+
:param Sequence[_builtins.str] mac_addresses: The MAC addresses of the network service of the virtual machine connected on this port.
|
|
1392
|
+
:param _builtins.str type: Type type of the entity connected on this port. Possible values are host (VMKkernel), systemManagement (service console), virtualMachine, or unknown.
|
|
1393
1393
|
"""
|
|
1394
1394
|
if key is not None:
|
|
1395
1395
|
pulumi.set(__self__, "key", key)
|
|
@@ -1398,25 +1398,25 @@ class HostPortGroupPort(dict):
|
|
|
1398
1398
|
if type is not None:
|
|
1399
1399
|
pulumi.set(__self__, "type", type)
|
|
1400
1400
|
|
|
1401
|
-
@property
|
|
1401
|
+
@_builtins.property
|
|
1402
1402
|
@pulumi.getter
|
|
1403
|
-
def key(self) -> Optional[str]:
|
|
1403
|
+
def key(self) -> Optional[_builtins.str]:
|
|
1404
1404
|
"""
|
|
1405
1405
|
The key for this port group as returned from the vSphere API.
|
|
1406
1406
|
"""
|
|
1407
1407
|
return pulumi.get(self, "key")
|
|
1408
1408
|
|
|
1409
|
-
@property
|
|
1409
|
+
@_builtins.property
|
|
1410
1410
|
@pulumi.getter(name="macAddresses")
|
|
1411
|
-
def mac_addresses(self) -> Optional[Sequence[str]]:
|
|
1411
|
+
def mac_addresses(self) -> Optional[Sequence[_builtins.str]]:
|
|
1412
1412
|
"""
|
|
1413
1413
|
The MAC addresses of the network service of the virtual machine connected on this port.
|
|
1414
1414
|
"""
|
|
1415
1415
|
return pulumi.get(self, "mac_addresses")
|
|
1416
1416
|
|
|
1417
|
-
@property
|
|
1417
|
+
@_builtins.property
|
|
1418
1418
|
@pulumi.getter
|
|
1419
|
-
def type(self) -> Optional[str]:
|
|
1419
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1420
1420
|
"""
|
|
1421
1421
|
Type type of the entity connected on this port. Possible values are host (VMKkernel), systemManagement (service console), virtualMachine, or unknown.
|
|
1422
1422
|
"""
|
|
@@ -1435,7 +1435,7 @@ class HostService(dict):
|
|
|
1435
1435
|
if ntpd is not None:
|
|
1436
1436
|
pulumi.set(__self__, "ntpd", ntpd)
|
|
1437
1437
|
|
|
1438
|
-
@property
|
|
1438
|
+
@_builtins.property
|
|
1439
1439
|
@pulumi.getter
|
|
1440
1440
|
def ntpd(self) -> Optional['outputs.HostServiceNtpd']:
|
|
1441
1441
|
"""
|
|
@@ -1466,12 +1466,12 @@ class HostServiceNtpd(dict):
|
|
|
1466
1466
|
return super().get(key, default)
|
|
1467
1467
|
|
|
1468
1468
|
def __init__(__self__, *,
|
|
1469
|
-
enabled: Optional[bool] = None,
|
|
1470
|
-
ntp_servers: Optional[Sequence[str]] = None,
|
|
1471
|
-
policy: Optional[str] = None):
|
|
1469
|
+
enabled: Optional[_builtins.bool] = None,
|
|
1470
|
+
ntp_servers: Optional[Sequence[_builtins.str]] = None,
|
|
1471
|
+
policy: Optional[_builtins.str] = None):
|
|
1472
1472
|
"""
|
|
1473
|
-
:param bool enabled: Whether the NTP service is enabled. Default is false.
|
|
1474
|
-
:param str policy: The policy for the NTP service. Valid values are 'Start and stop with host', 'Start and stop manually', 'Start and stop with port usage'.
|
|
1473
|
+
:param _builtins.bool enabled: Whether the NTP service is enabled. Default is false.
|
|
1474
|
+
:param _builtins.str policy: The policy for the NTP service. Valid values are 'Start and stop with host', 'Start and stop manually', 'Start and stop with port usage'.
|
|
1475
1475
|
"""
|
|
1476
1476
|
if enabled is not None:
|
|
1477
1477
|
pulumi.set(__self__, "enabled", enabled)
|
|
@@ -1480,22 +1480,22 @@ class HostServiceNtpd(dict):
|
|
|
1480
1480
|
if policy is not None:
|
|
1481
1481
|
pulumi.set(__self__, "policy", policy)
|
|
1482
1482
|
|
|
1483
|
-
@property
|
|
1483
|
+
@_builtins.property
|
|
1484
1484
|
@pulumi.getter
|
|
1485
|
-
def enabled(self) -> Optional[bool]:
|
|
1485
|
+
def enabled(self) -> Optional[_builtins.bool]:
|
|
1486
1486
|
"""
|
|
1487
1487
|
Whether the NTP service is enabled. Default is false.
|
|
1488
1488
|
"""
|
|
1489
1489
|
return pulumi.get(self, "enabled")
|
|
1490
1490
|
|
|
1491
|
-
@property
|
|
1491
|
+
@_builtins.property
|
|
1492
1492
|
@pulumi.getter(name="ntpServers")
|
|
1493
|
-
def ntp_servers(self) -> Optional[Sequence[str]]:
|
|
1493
|
+
def ntp_servers(self) -> Optional[Sequence[_builtins.str]]:
|
|
1494
1494
|
return pulumi.get(self, "ntp_servers")
|
|
1495
1495
|
|
|
1496
|
-
@property
|
|
1496
|
+
@_builtins.property
|
|
1497
1497
|
@pulumi.getter
|
|
1498
|
-
def policy(self) -> Optional[str]:
|
|
1498
|
+
def policy(self) -> Optional[_builtins.str]:
|
|
1499
1499
|
"""
|
|
1500
1500
|
The policy for the NTP service. Valid values are 'Start and stop with host', 'Start and stop manually', 'Start and stop with port usage'.
|
|
1501
1501
|
"""
|
|
@@ -1522,13 +1522,13 @@ class OfflineSoftwareDepotComponent(dict):
|
|
|
1522
1522
|
return super().get(key, default)
|
|
1523
1523
|
|
|
1524
1524
|
def __init__(__self__, *,
|
|
1525
|
-
display_name: Optional[str] = None,
|
|
1526
|
-
key: Optional[str] = None,
|
|
1527
|
-
versions: Optional[Sequence[str]] = None):
|
|
1525
|
+
display_name: Optional[_builtins.str] = None,
|
|
1526
|
+
key: Optional[_builtins.str] = None,
|
|
1527
|
+
versions: Optional[Sequence[_builtins.str]] = None):
|
|
1528
1528
|
"""
|
|
1529
|
-
:param str display_name: The name of the component. Useful for easier identification.
|
|
1530
|
-
:param str key: The identifier of the component.
|
|
1531
|
-
:param Sequence[str] versions: The list of available versions of the component.
|
|
1529
|
+
:param _builtins.str display_name: The name of the component. Useful for easier identification.
|
|
1530
|
+
:param _builtins.str key: The identifier of the component.
|
|
1531
|
+
:param Sequence[_builtins.str] versions: The list of available versions of the component.
|
|
1532
1532
|
"""
|
|
1533
1533
|
if display_name is not None:
|
|
1534
1534
|
pulumi.set(__self__, "display_name", display_name)
|
|
@@ -1537,25 +1537,25 @@ class OfflineSoftwareDepotComponent(dict):
|
|
|
1537
1537
|
if versions is not None:
|
|
1538
1538
|
pulumi.set(__self__, "versions", versions)
|
|
1539
1539
|
|
|
1540
|
-
@property
|
|
1540
|
+
@_builtins.property
|
|
1541
1541
|
@pulumi.getter(name="displayName")
|
|
1542
|
-
def display_name(self) -> Optional[str]:
|
|
1542
|
+
def display_name(self) -> Optional[_builtins.str]:
|
|
1543
1543
|
"""
|
|
1544
1544
|
The name of the component. Useful for easier identification.
|
|
1545
1545
|
"""
|
|
1546
1546
|
return pulumi.get(self, "display_name")
|
|
1547
1547
|
|
|
1548
|
-
@property
|
|
1548
|
+
@_builtins.property
|
|
1549
1549
|
@pulumi.getter
|
|
1550
|
-
def key(self) -> Optional[str]:
|
|
1550
|
+
def key(self) -> Optional[_builtins.str]:
|
|
1551
1551
|
"""
|
|
1552
1552
|
The identifier of the component.
|
|
1553
1553
|
"""
|
|
1554
1554
|
return pulumi.get(self, "key")
|
|
1555
1555
|
|
|
1556
|
-
@property
|
|
1556
|
+
@_builtins.property
|
|
1557
1557
|
@pulumi.getter
|
|
1558
|
-
def versions(self) -> Optional[Sequence[str]]:
|
|
1558
|
+
def versions(self) -> Optional[Sequence[_builtins.str]]:
|
|
1559
1559
|
"""
|
|
1560
1560
|
The list of available versions of the component.
|
|
1561
1561
|
"""
|
|
@@ -1565,26 +1565,26 @@ class OfflineSoftwareDepotComponent(dict):
|
|
|
1565
1565
|
@pulumi.output_type
|
|
1566
1566
|
class SupervisorEgressCidr(dict):
|
|
1567
1567
|
def __init__(__self__, *,
|
|
1568
|
-
address: str,
|
|
1569
|
-
prefix: int):
|
|
1568
|
+
address: _builtins.str,
|
|
1569
|
+
prefix: _builtins.int):
|
|
1570
1570
|
"""
|
|
1571
|
-
:param str address: Network address.
|
|
1572
|
-
:param int prefix: Subnet prefix.
|
|
1571
|
+
:param _builtins.str address: Network address.
|
|
1572
|
+
:param _builtins.int prefix: Subnet prefix.
|
|
1573
1573
|
"""
|
|
1574
1574
|
pulumi.set(__self__, "address", address)
|
|
1575
1575
|
pulumi.set(__self__, "prefix", prefix)
|
|
1576
1576
|
|
|
1577
|
-
@property
|
|
1577
|
+
@_builtins.property
|
|
1578
1578
|
@pulumi.getter
|
|
1579
|
-
def address(self) -> str:
|
|
1579
|
+
def address(self) -> _builtins.str:
|
|
1580
1580
|
"""
|
|
1581
1581
|
Network address.
|
|
1582
1582
|
"""
|
|
1583
1583
|
return pulumi.get(self, "address")
|
|
1584
1584
|
|
|
1585
|
-
@property
|
|
1585
|
+
@_builtins.property
|
|
1586
1586
|
@pulumi.getter
|
|
1587
|
-
def prefix(self) -> int:
|
|
1587
|
+
def prefix(self) -> _builtins.int:
|
|
1588
1588
|
"""
|
|
1589
1589
|
Subnet prefix.
|
|
1590
1590
|
"""
|
|
@@ -1594,26 +1594,26 @@ class SupervisorEgressCidr(dict):
|
|
|
1594
1594
|
@pulumi.output_type
|
|
1595
1595
|
class SupervisorIngressCidr(dict):
|
|
1596
1596
|
def __init__(__self__, *,
|
|
1597
|
-
address: str,
|
|
1598
|
-
prefix: int):
|
|
1597
|
+
address: _builtins.str,
|
|
1598
|
+
prefix: _builtins.int):
|
|
1599
1599
|
"""
|
|
1600
|
-
:param str address: Network address.
|
|
1601
|
-
:param int prefix: Subnet prefix.
|
|
1600
|
+
:param _builtins.str address: Network address.
|
|
1601
|
+
:param _builtins.int prefix: Subnet prefix.
|
|
1602
1602
|
"""
|
|
1603
1603
|
pulumi.set(__self__, "address", address)
|
|
1604
1604
|
pulumi.set(__self__, "prefix", prefix)
|
|
1605
1605
|
|
|
1606
|
-
@property
|
|
1606
|
+
@_builtins.property
|
|
1607
1607
|
@pulumi.getter
|
|
1608
|
-
def address(self) -> str:
|
|
1608
|
+
def address(self) -> _builtins.str:
|
|
1609
1609
|
"""
|
|
1610
1610
|
Network address.
|
|
1611
1611
|
"""
|
|
1612
1612
|
return pulumi.get(self, "address")
|
|
1613
1613
|
|
|
1614
|
-
@property
|
|
1614
|
+
@_builtins.property
|
|
1615
1615
|
@pulumi.getter
|
|
1616
|
-
def prefix(self) -> int:
|
|
1616
|
+
def prefix(self) -> _builtins.int:
|
|
1617
1617
|
"""
|
|
1618
1618
|
Subnet prefix.
|
|
1619
1619
|
"""
|
|
@@ -1644,17 +1644,17 @@ class SupervisorManagementNetwork(dict):
|
|
|
1644
1644
|
return super().get(key, default)
|
|
1645
1645
|
|
|
1646
1646
|
def __init__(__self__, *,
|
|
1647
|
-
address_count: int,
|
|
1648
|
-
gateway: str,
|
|
1649
|
-
network: str,
|
|
1650
|
-
starting_address: str,
|
|
1651
|
-
subnet_mask: str):
|
|
1652
|
-
"""
|
|
1653
|
-
:param int address_count: Number of addresses to allocate. Starts from 'starting_address'
|
|
1654
|
-
:param str gateway: Gateway IP address.
|
|
1655
|
-
:param str network: ID of the network. (e.g. a distributed port group).
|
|
1656
|
-
:param str starting_address: Starting address of the management network range.
|
|
1657
|
-
:param str subnet_mask: Subnet mask.
|
|
1647
|
+
address_count: _builtins.int,
|
|
1648
|
+
gateway: _builtins.str,
|
|
1649
|
+
network: _builtins.str,
|
|
1650
|
+
starting_address: _builtins.str,
|
|
1651
|
+
subnet_mask: _builtins.str):
|
|
1652
|
+
"""
|
|
1653
|
+
:param _builtins.int address_count: Number of addresses to allocate. Starts from 'starting_address'
|
|
1654
|
+
:param _builtins.str gateway: Gateway IP address.
|
|
1655
|
+
:param _builtins.str network: ID of the network. (e.g. a distributed port group).
|
|
1656
|
+
:param _builtins.str starting_address: Starting address of the management network range.
|
|
1657
|
+
:param _builtins.str subnet_mask: Subnet mask.
|
|
1658
1658
|
"""
|
|
1659
1659
|
pulumi.set(__self__, "address_count", address_count)
|
|
1660
1660
|
pulumi.set(__self__, "gateway", gateway)
|
|
@@ -1662,41 +1662,41 @@ class SupervisorManagementNetwork(dict):
|
|
|
1662
1662
|
pulumi.set(__self__, "starting_address", starting_address)
|
|
1663
1663
|
pulumi.set(__self__, "subnet_mask", subnet_mask)
|
|
1664
1664
|
|
|
1665
|
-
@property
|
|
1665
|
+
@_builtins.property
|
|
1666
1666
|
@pulumi.getter(name="addressCount")
|
|
1667
|
-
def address_count(self) -> int:
|
|
1667
|
+
def address_count(self) -> _builtins.int:
|
|
1668
1668
|
"""
|
|
1669
1669
|
Number of addresses to allocate. Starts from 'starting_address'
|
|
1670
1670
|
"""
|
|
1671
1671
|
return pulumi.get(self, "address_count")
|
|
1672
1672
|
|
|
1673
|
-
@property
|
|
1673
|
+
@_builtins.property
|
|
1674
1674
|
@pulumi.getter
|
|
1675
|
-
def gateway(self) -> str:
|
|
1675
|
+
def gateway(self) -> _builtins.str:
|
|
1676
1676
|
"""
|
|
1677
1677
|
Gateway IP address.
|
|
1678
1678
|
"""
|
|
1679
1679
|
return pulumi.get(self, "gateway")
|
|
1680
1680
|
|
|
1681
|
-
@property
|
|
1681
|
+
@_builtins.property
|
|
1682
1682
|
@pulumi.getter
|
|
1683
|
-
def network(self) -> str:
|
|
1683
|
+
def network(self) -> _builtins.str:
|
|
1684
1684
|
"""
|
|
1685
1685
|
ID of the network. (e.g. a distributed port group).
|
|
1686
1686
|
"""
|
|
1687
1687
|
return pulumi.get(self, "network")
|
|
1688
1688
|
|
|
1689
|
-
@property
|
|
1689
|
+
@_builtins.property
|
|
1690
1690
|
@pulumi.getter(name="startingAddress")
|
|
1691
|
-
def starting_address(self) -> str:
|
|
1691
|
+
def starting_address(self) -> _builtins.str:
|
|
1692
1692
|
"""
|
|
1693
1693
|
Starting address of the management network range.
|
|
1694
1694
|
"""
|
|
1695
1695
|
return pulumi.get(self, "starting_address")
|
|
1696
1696
|
|
|
1697
|
-
@property
|
|
1697
|
+
@_builtins.property
|
|
1698
1698
|
@pulumi.getter(name="subnetMask")
|
|
1699
|
-
def subnet_mask(self) -> str:
|
|
1699
|
+
def subnet_mask(self) -> _builtins.str:
|
|
1700
1700
|
"""
|
|
1701
1701
|
Subnet mask.
|
|
1702
1702
|
"""
|
|
@@ -1725,13 +1725,13 @@ class SupervisorNamespace(dict):
|
|
|
1725
1725
|
return super().get(key, default)
|
|
1726
1726
|
|
|
1727
1727
|
def __init__(__self__, *,
|
|
1728
|
-
name: str,
|
|
1729
|
-
content_libraries: Optional[Sequence[str]] = None,
|
|
1730
|
-
vm_classes: Optional[Sequence[str]] = None):
|
|
1728
|
+
name: _builtins.str,
|
|
1729
|
+
content_libraries: Optional[Sequence[_builtins.str]] = None,
|
|
1730
|
+
vm_classes: Optional[Sequence[_builtins.str]] = None):
|
|
1731
1731
|
"""
|
|
1732
|
-
:param str name: The name of the namespace.
|
|
1733
|
-
:param Sequence[str] content_libraries: A list of content libraries.
|
|
1734
|
-
:param Sequence[str] vm_classes: A list of virtual machine classes.
|
|
1732
|
+
:param _builtins.str name: The name of the namespace.
|
|
1733
|
+
:param Sequence[_builtins.str] content_libraries: A list of content libraries.
|
|
1734
|
+
:param Sequence[_builtins.str] vm_classes: A list of virtual machine classes.
|
|
1735
1735
|
"""
|
|
1736
1736
|
pulumi.set(__self__, "name", name)
|
|
1737
1737
|
if content_libraries is not None:
|
|
@@ -1739,25 +1739,25 @@ class SupervisorNamespace(dict):
|
|
|
1739
1739
|
if vm_classes is not None:
|
|
1740
1740
|
pulumi.set(__self__, "vm_classes", vm_classes)
|
|
1741
1741
|
|
|
1742
|
-
@property
|
|
1742
|
+
@_builtins.property
|
|
1743
1743
|
@pulumi.getter
|
|
1744
|
-
def name(self) -> str:
|
|
1744
|
+
def name(self) -> _builtins.str:
|
|
1745
1745
|
"""
|
|
1746
1746
|
The name of the namespace.
|
|
1747
1747
|
"""
|
|
1748
1748
|
return pulumi.get(self, "name")
|
|
1749
1749
|
|
|
1750
|
-
@property
|
|
1750
|
+
@_builtins.property
|
|
1751
1751
|
@pulumi.getter(name="contentLibraries")
|
|
1752
|
-
def content_libraries(self) -> Optional[Sequence[str]]:
|
|
1752
|
+
def content_libraries(self) -> Optional[Sequence[_builtins.str]]:
|
|
1753
1753
|
"""
|
|
1754
1754
|
A list of content libraries.
|
|
1755
1755
|
"""
|
|
1756
1756
|
return pulumi.get(self, "content_libraries")
|
|
1757
1757
|
|
|
1758
|
-
@property
|
|
1758
|
+
@_builtins.property
|
|
1759
1759
|
@pulumi.getter(name="vmClasses")
|
|
1760
|
-
def vm_classes(self) -> Optional[Sequence[str]]:
|
|
1760
|
+
def vm_classes(self) -> Optional[Sequence[_builtins.str]]:
|
|
1761
1761
|
"""
|
|
1762
1762
|
A list of virtual machine classes.
|
|
1763
1763
|
"""
|
|
@@ -1767,26 +1767,26 @@ class SupervisorNamespace(dict):
|
|
|
1767
1767
|
@pulumi.output_type
|
|
1768
1768
|
class SupervisorPodCidr(dict):
|
|
1769
1769
|
def __init__(__self__, *,
|
|
1770
|
-
address: str,
|
|
1771
|
-
prefix: int):
|
|
1770
|
+
address: _builtins.str,
|
|
1771
|
+
prefix: _builtins.int):
|
|
1772
1772
|
"""
|
|
1773
|
-
:param str address: Network address.
|
|
1774
|
-
:param int prefix: Subnet prefix.
|
|
1773
|
+
:param _builtins.str address: Network address.
|
|
1774
|
+
:param _builtins.int prefix: Subnet prefix.
|
|
1775
1775
|
"""
|
|
1776
1776
|
pulumi.set(__self__, "address", address)
|
|
1777
1777
|
pulumi.set(__self__, "prefix", prefix)
|
|
1778
1778
|
|
|
1779
|
-
@property
|
|
1779
|
+
@_builtins.property
|
|
1780
1780
|
@pulumi.getter
|
|
1781
|
-
def address(self) -> str:
|
|
1781
|
+
def address(self) -> _builtins.str:
|
|
1782
1782
|
"""
|
|
1783
1783
|
Network address.
|
|
1784
1784
|
"""
|
|
1785
1785
|
return pulumi.get(self, "address")
|
|
1786
1786
|
|
|
1787
|
-
@property
|
|
1787
|
+
@_builtins.property
|
|
1788
1788
|
@pulumi.getter
|
|
1789
|
-
def prefix(self) -> int:
|
|
1789
|
+
def prefix(self) -> _builtins.int:
|
|
1790
1790
|
"""
|
|
1791
1791
|
Subnet prefix.
|
|
1792
1792
|
"""
|
|
@@ -1796,26 +1796,26 @@ class SupervisorPodCidr(dict):
|
|
|
1796
1796
|
@pulumi.output_type
|
|
1797
1797
|
class SupervisorServiceCidr(dict):
|
|
1798
1798
|
def __init__(__self__, *,
|
|
1799
|
-
address: str,
|
|
1800
|
-
prefix: int):
|
|
1799
|
+
address: _builtins.str,
|
|
1800
|
+
prefix: _builtins.int):
|
|
1801
1801
|
"""
|
|
1802
|
-
:param str address: Network address.
|
|
1803
|
-
:param int prefix: Subnet prefix.
|
|
1802
|
+
:param _builtins.str address: Network address.
|
|
1803
|
+
:param _builtins.int prefix: Subnet prefix.
|
|
1804
1804
|
"""
|
|
1805
1805
|
pulumi.set(__self__, "address", address)
|
|
1806
1806
|
pulumi.set(__self__, "prefix", prefix)
|
|
1807
1807
|
|
|
1808
|
-
@property
|
|
1808
|
+
@_builtins.property
|
|
1809
1809
|
@pulumi.getter
|
|
1810
|
-
def address(self) -> str:
|
|
1810
|
+
def address(self) -> _builtins.str:
|
|
1811
1811
|
"""
|
|
1812
1812
|
Network address.
|
|
1813
1813
|
"""
|
|
1814
1814
|
return pulumi.get(self, "address")
|
|
1815
1815
|
|
|
1816
|
-
@property
|
|
1816
|
+
@_builtins.property
|
|
1817
1817
|
@pulumi.getter
|
|
1818
|
-
def prefix(self) -> int:
|
|
1818
|
+
def prefix(self) -> _builtins.int:
|
|
1819
1819
|
"""
|
|
1820
1820
|
Subnet prefix.
|
|
1821
1821
|
"""
|
|
@@ -1846,17 +1846,17 @@ class VirtualMachineCdrom(dict):
|
|
|
1846
1846
|
return super().get(key, default)
|
|
1847
1847
|
|
|
1848
1848
|
def __init__(__self__, *,
|
|
1849
|
-
client_device: Optional[bool] = None,
|
|
1850
|
-
datastore_id: Optional[str] = None,
|
|
1851
|
-
device_address: Optional[str] = None,
|
|
1852
|
-
key: Optional[int] = None,
|
|
1853
|
-
path: Optional[str] = None):
|
|
1854
|
-
"""
|
|
1855
|
-
:param bool client_device: Indicates whether the device should be mapped to a remote client device
|
|
1856
|
-
:param str datastore_id: The datastore ID the ISO is located on.
|
|
1857
|
-
:param str device_address: The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
|
|
1858
|
-
:param int key: The ID of the device within the virtual machine.
|
|
1859
|
-
:param str path: The path to the ISO file on the datastore.
|
|
1849
|
+
client_device: Optional[_builtins.bool] = None,
|
|
1850
|
+
datastore_id: Optional[_builtins.str] = None,
|
|
1851
|
+
device_address: Optional[_builtins.str] = None,
|
|
1852
|
+
key: Optional[_builtins.int] = None,
|
|
1853
|
+
path: Optional[_builtins.str] = None):
|
|
1854
|
+
"""
|
|
1855
|
+
:param _builtins.bool client_device: Indicates whether the device should be mapped to a remote client device
|
|
1856
|
+
:param _builtins.str datastore_id: The datastore ID the ISO is located on.
|
|
1857
|
+
:param _builtins.str device_address: The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
|
|
1858
|
+
:param _builtins.int key: The ID of the device within the virtual machine.
|
|
1859
|
+
:param _builtins.str path: The path to the ISO file on the datastore.
|
|
1860
1860
|
"""
|
|
1861
1861
|
if client_device is not None:
|
|
1862
1862
|
pulumi.set(__self__, "client_device", client_device)
|
|
@@ -1869,41 +1869,41 @@ class VirtualMachineCdrom(dict):
|
|
|
1869
1869
|
if path is not None:
|
|
1870
1870
|
pulumi.set(__self__, "path", path)
|
|
1871
1871
|
|
|
1872
|
-
@property
|
|
1872
|
+
@_builtins.property
|
|
1873
1873
|
@pulumi.getter(name="clientDevice")
|
|
1874
|
-
def client_device(self) -> Optional[bool]:
|
|
1874
|
+
def client_device(self) -> Optional[_builtins.bool]:
|
|
1875
1875
|
"""
|
|
1876
1876
|
Indicates whether the device should be mapped to a remote client device
|
|
1877
1877
|
"""
|
|
1878
1878
|
return pulumi.get(self, "client_device")
|
|
1879
1879
|
|
|
1880
|
-
@property
|
|
1880
|
+
@_builtins.property
|
|
1881
1881
|
@pulumi.getter(name="datastoreId")
|
|
1882
|
-
def datastore_id(self) -> Optional[str]:
|
|
1882
|
+
def datastore_id(self) -> Optional[_builtins.str]:
|
|
1883
1883
|
"""
|
|
1884
1884
|
The datastore ID the ISO is located on.
|
|
1885
1885
|
"""
|
|
1886
1886
|
return pulumi.get(self, "datastore_id")
|
|
1887
1887
|
|
|
1888
|
-
@property
|
|
1888
|
+
@_builtins.property
|
|
1889
1889
|
@pulumi.getter(name="deviceAddress")
|
|
1890
|
-
def device_address(self) -> Optional[str]:
|
|
1890
|
+
def device_address(self) -> Optional[_builtins.str]:
|
|
1891
1891
|
"""
|
|
1892
1892
|
The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
|
|
1893
1893
|
"""
|
|
1894
1894
|
return pulumi.get(self, "device_address")
|
|
1895
1895
|
|
|
1896
|
-
@property
|
|
1896
|
+
@_builtins.property
|
|
1897
1897
|
@pulumi.getter
|
|
1898
|
-
def key(self) -> Optional[int]:
|
|
1898
|
+
def key(self) -> Optional[_builtins.int]:
|
|
1899
1899
|
"""
|
|
1900
1900
|
The ID of the device within the virtual machine.
|
|
1901
1901
|
"""
|
|
1902
1902
|
return pulumi.get(self, "key")
|
|
1903
1903
|
|
|
1904
|
-
@property
|
|
1904
|
+
@_builtins.property
|
|
1905
1905
|
@pulumi.getter
|
|
1906
|
-
def path(self) -> Optional[str]:
|
|
1906
|
+
def path(self) -> Optional[_builtins.str]:
|
|
1907
1907
|
"""
|
|
1908
1908
|
The path to the ISO file on the datastore.
|
|
1909
1909
|
"""
|
|
@@ -1938,21 +1938,21 @@ class VirtualMachineClone(dict):
|
|
|
1938
1938
|
return super().get(key, default)
|
|
1939
1939
|
|
|
1940
1940
|
def __init__(__self__, *,
|
|
1941
|
-
template_uuid: str,
|
|
1941
|
+
template_uuid: _builtins.str,
|
|
1942
1942
|
customization_spec: Optional['outputs.VirtualMachineCloneCustomizationSpec'] = None,
|
|
1943
1943
|
customize: Optional['outputs.VirtualMachineCloneCustomize'] = None,
|
|
1944
|
-
linked_clone: Optional[bool] = None,
|
|
1945
|
-
ovf_network_map: Optional[Mapping[str, str]] = None,
|
|
1946
|
-
ovf_storage_map: Optional[Mapping[str, str]] = None,
|
|
1947
|
-
timeout: Optional[int] = None):
|
|
1944
|
+
linked_clone: Optional[_builtins.bool] = None,
|
|
1945
|
+
ovf_network_map: Optional[Mapping[str, _builtins.str]] = None,
|
|
1946
|
+
ovf_storage_map: Optional[Mapping[str, _builtins.str]] = None,
|
|
1947
|
+
timeout: Optional[_builtins.int] = None):
|
|
1948
1948
|
"""
|
|
1949
|
-
:param str template_uuid: The UUID of the source virtual machine or template.
|
|
1949
|
+
:param _builtins.str template_uuid: The UUID of the source virtual machine or template.
|
|
1950
1950
|
:param 'VirtualMachineCloneCustomizationSpecArgs' customization_spec: The customization specification for the virtual machine post-clone.
|
|
1951
1951
|
:param 'VirtualMachineCloneCustomizeArgs' customize: The customization specification for the virtual machine post-clone.
|
|
1952
|
-
:param bool linked_clone: Whether or not to create a linked clone when cloning. When this option is used, the source VM must have a single snapshot associated with it.
|
|
1953
|
-
:param Mapping[str, str] ovf_network_map: Mapping of ovf networks to the networks to use in vSphere.
|
|
1954
|
-
:param Mapping[str, str] ovf_storage_map: Mapping of ovf storage to the datastores to use in vSphere.
|
|
1955
|
-
:param int timeout: The timeout, in minutes, to wait for the virtual machine clone to complete.
|
|
1952
|
+
:param _builtins.bool linked_clone: Whether or not to create a linked clone when cloning. When this option is used, the source VM must have a single snapshot associated with it.
|
|
1953
|
+
:param Mapping[str, _builtins.str] ovf_network_map: Mapping of ovf networks to the networks to use in vSphere.
|
|
1954
|
+
:param Mapping[str, _builtins.str] ovf_storage_map: Mapping of ovf storage to the datastores to use in vSphere.
|
|
1955
|
+
:param _builtins.int timeout: The timeout, in minutes, to wait for the virtual machine clone to complete.
|
|
1956
1956
|
"""
|
|
1957
1957
|
pulumi.set(__self__, "template_uuid", template_uuid)
|
|
1958
1958
|
if customization_spec is not None:
|
|
@@ -1968,15 +1968,15 @@ class VirtualMachineClone(dict):
|
|
|
1968
1968
|
if timeout is not None:
|
|
1969
1969
|
pulumi.set(__self__, "timeout", timeout)
|
|
1970
1970
|
|
|
1971
|
-
@property
|
|
1971
|
+
@_builtins.property
|
|
1972
1972
|
@pulumi.getter(name="templateUuid")
|
|
1973
|
-
def template_uuid(self) -> str:
|
|
1973
|
+
def template_uuid(self) -> _builtins.str:
|
|
1974
1974
|
"""
|
|
1975
1975
|
The UUID of the source virtual machine or template.
|
|
1976
1976
|
"""
|
|
1977
1977
|
return pulumi.get(self, "template_uuid")
|
|
1978
1978
|
|
|
1979
|
-
@property
|
|
1979
|
+
@_builtins.property
|
|
1980
1980
|
@pulumi.getter(name="customizationSpec")
|
|
1981
1981
|
def customization_spec(self) -> Optional['outputs.VirtualMachineCloneCustomizationSpec']:
|
|
1982
1982
|
"""
|
|
@@ -1984,7 +1984,7 @@ class VirtualMachineClone(dict):
|
|
|
1984
1984
|
"""
|
|
1985
1985
|
return pulumi.get(self, "customization_spec")
|
|
1986
1986
|
|
|
1987
|
-
@property
|
|
1987
|
+
@_builtins.property
|
|
1988
1988
|
@pulumi.getter
|
|
1989
1989
|
def customize(self) -> Optional['outputs.VirtualMachineCloneCustomize']:
|
|
1990
1990
|
"""
|
|
@@ -1992,33 +1992,33 @@ class VirtualMachineClone(dict):
|
|
|
1992
1992
|
"""
|
|
1993
1993
|
return pulumi.get(self, "customize")
|
|
1994
1994
|
|
|
1995
|
-
@property
|
|
1995
|
+
@_builtins.property
|
|
1996
1996
|
@pulumi.getter(name="linkedClone")
|
|
1997
|
-
def linked_clone(self) -> Optional[bool]:
|
|
1997
|
+
def linked_clone(self) -> Optional[_builtins.bool]:
|
|
1998
1998
|
"""
|
|
1999
1999
|
Whether or not to create a linked clone when cloning. When this option is used, the source VM must have a single snapshot associated with it.
|
|
2000
2000
|
"""
|
|
2001
2001
|
return pulumi.get(self, "linked_clone")
|
|
2002
2002
|
|
|
2003
|
-
@property
|
|
2003
|
+
@_builtins.property
|
|
2004
2004
|
@pulumi.getter(name="ovfNetworkMap")
|
|
2005
|
-
def ovf_network_map(self) -> Optional[Mapping[str, str]]:
|
|
2005
|
+
def ovf_network_map(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
2006
2006
|
"""
|
|
2007
2007
|
Mapping of ovf networks to the networks to use in vSphere.
|
|
2008
2008
|
"""
|
|
2009
2009
|
return pulumi.get(self, "ovf_network_map")
|
|
2010
2010
|
|
|
2011
|
-
@property
|
|
2011
|
+
@_builtins.property
|
|
2012
2012
|
@pulumi.getter(name="ovfStorageMap")
|
|
2013
|
-
def ovf_storage_map(self) -> Optional[Mapping[str, str]]:
|
|
2013
|
+
def ovf_storage_map(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
2014
2014
|
"""
|
|
2015
2015
|
Mapping of ovf storage to the datastores to use in vSphere.
|
|
2016
2016
|
"""
|
|
2017
2017
|
return pulumi.get(self, "ovf_storage_map")
|
|
2018
2018
|
|
|
2019
|
-
@property
|
|
2019
|
+
@_builtins.property
|
|
2020
2020
|
@pulumi.getter
|
|
2021
|
-
def timeout(self) -> Optional[int]:
|
|
2021
|
+
def timeout(self) -> Optional[_builtins.int]:
|
|
2022
2022
|
"""
|
|
2023
2023
|
The timeout, in minutes, to wait for the virtual machine clone to complete.
|
|
2024
2024
|
"""
|
|
@@ -2028,27 +2028,27 @@ class VirtualMachineClone(dict):
|
|
|
2028
2028
|
@pulumi.output_type
|
|
2029
2029
|
class VirtualMachineCloneCustomizationSpec(dict):
|
|
2030
2030
|
def __init__(__self__, *,
|
|
2031
|
-
id: str,
|
|
2032
|
-
timeout: Optional[int] = None):
|
|
2031
|
+
id: _builtins.str,
|
|
2032
|
+
timeout: Optional[_builtins.int] = None):
|
|
2033
2033
|
"""
|
|
2034
|
-
:param str id: The UUID of the virtual machine.
|
|
2035
|
-
:param int timeout: The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
|
|
2034
|
+
:param _builtins.str id: The UUID of the virtual machine.
|
|
2035
|
+
:param _builtins.int timeout: The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
|
|
2036
2036
|
"""
|
|
2037
2037
|
pulumi.set(__self__, "id", id)
|
|
2038
2038
|
if timeout is not None:
|
|
2039
2039
|
pulumi.set(__self__, "timeout", timeout)
|
|
2040
2040
|
|
|
2041
|
-
@property
|
|
2041
|
+
@_builtins.property
|
|
2042
2042
|
@pulumi.getter
|
|
2043
|
-
def id(self) -> str:
|
|
2043
|
+
def id(self) -> _builtins.str:
|
|
2044
2044
|
"""
|
|
2045
2045
|
The UUID of the virtual machine.
|
|
2046
2046
|
"""
|
|
2047
2047
|
return pulumi.get(self, "id")
|
|
2048
2048
|
|
|
2049
|
-
@property
|
|
2049
|
+
@_builtins.property
|
|
2050
2050
|
@pulumi.getter
|
|
2051
|
-
def timeout(self) -> Optional[int]:
|
|
2051
|
+
def timeout(self) -> Optional[_builtins.int]:
|
|
2052
2052
|
"""
|
|
2053
2053
|
The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
|
|
2054
2054
|
"""
|
|
@@ -2089,25 +2089,25 @@ class VirtualMachineCloneCustomize(dict):
|
|
|
2089
2089
|
return super().get(key, default)
|
|
2090
2090
|
|
|
2091
2091
|
def __init__(__self__, *,
|
|
2092
|
-
dns_server_lists: Optional[Sequence[str]] = None,
|
|
2093
|
-
dns_suffix_lists: Optional[Sequence[str]] = None,
|
|
2094
|
-
ipv4_gateway: Optional[str] = None,
|
|
2095
|
-
ipv6_gateway: Optional[str] = None,
|
|
2092
|
+
dns_server_lists: Optional[Sequence[_builtins.str]] = None,
|
|
2093
|
+
dns_suffix_lists: Optional[Sequence[_builtins.str]] = None,
|
|
2094
|
+
ipv4_gateway: Optional[_builtins.str] = None,
|
|
2095
|
+
ipv6_gateway: Optional[_builtins.str] = None,
|
|
2096
2096
|
linux_options: Optional['outputs.VirtualMachineCloneCustomizeLinuxOptions'] = None,
|
|
2097
2097
|
network_interfaces: Optional[Sequence['outputs.VirtualMachineCloneCustomizeNetworkInterface']] = None,
|
|
2098
|
-
timeout: Optional[int] = None,
|
|
2098
|
+
timeout: Optional[_builtins.int] = None,
|
|
2099
2099
|
windows_options: Optional['outputs.VirtualMachineCloneCustomizeWindowsOptions'] = None,
|
|
2100
|
-
windows_sysprep_text: Optional[str] = None):
|
|
2100
|
+
windows_sysprep_text: Optional[_builtins.str] = None):
|
|
2101
2101
|
"""
|
|
2102
|
-
:param Sequence[str] dns_server_lists: The list of DNS servers for a virtual network adapter with a static IP address.
|
|
2103
|
-
:param Sequence[str] dns_suffix_lists: A list of DNS search domains to add to the DNS configuration on the virtual machine.
|
|
2104
|
-
:param str ipv4_gateway: The IPv4 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
|
|
2105
|
-
:param str ipv6_gateway: The IPv6 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
|
|
2102
|
+
:param Sequence[_builtins.str] dns_server_lists: The list of DNS servers for a virtual network adapter with a static IP address.
|
|
2103
|
+
:param Sequence[_builtins.str] dns_suffix_lists: A list of DNS search domains to add to the DNS configuration on the virtual machine.
|
|
2104
|
+
:param _builtins.str ipv4_gateway: The IPv4 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
|
|
2105
|
+
:param _builtins.str ipv6_gateway: The IPv6 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
|
|
2106
2106
|
:param 'VirtualMachineCloneCustomizeLinuxOptionsArgs' linux_options: A list of configuration options specific to Linux virtual machines.
|
|
2107
2107
|
:param Sequence['VirtualMachineCloneCustomizeNetworkInterfaceArgs'] network_interfaces: A specification of network interface configuration options.
|
|
2108
|
-
:param int timeout: The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
|
|
2108
|
+
:param _builtins.int timeout: The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
|
|
2109
2109
|
:param 'VirtualMachineCloneCustomizeWindowsOptionsArgs' windows_options: A list of configuration options specific to Windows virtual machines.
|
|
2110
|
-
:param str windows_sysprep_text: Use this option to specify a windows sysprep file directly.
|
|
2110
|
+
:param _builtins.str windows_sysprep_text: Use this option to specify a windows sysprep file directly.
|
|
2111
2111
|
"""
|
|
2112
2112
|
if dns_server_lists is not None:
|
|
2113
2113
|
pulumi.set(__self__, "dns_server_lists", dns_server_lists)
|
|
@@ -2128,39 +2128,39 @@ class VirtualMachineCloneCustomize(dict):
|
|
|
2128
2128
|
if windows_sysprep_text is not None:
|
|
2129
2129
|
pulumi.set(__self__, "windows_sysprep_text", windows_sysprep_text)
|
|
2130
2130
|
|
|
2131
|
-
@property
|
|
2131
|
+
@_builtins.property
|
|
2132
2132
|
@pulumi.getter(name="dnsServerLists")
|
|
2133
|
-
def dns_server_lists(self) -> Optional[Sequence[str]]:
|
|
2133
|
+
def dns_server_lists(self) -> Optional[Sequence[_builtins.str]]:
|
|
2134
2134
|
"""
|
|
2135
2135
|
The list of DNS servers for a virtual network adapter with a static IP address.
|
|
2136
2136
|
"""
|
|
2137
2137
|
return pulumi.get(self, "dns_server_lists")
|
|
2138
2138
|
|
|
2139
|
-
@property
|
|
2139
|
+
@_builtins.property
|
|
2140
2140
|
@pulumi.getter(name="dnsSuffixLists")
|
|
2141
|
-
def dns_suffix_lists(self) -> Optional[Sequence[str]]:
|
|
2141
|
+
def dns_suffix_lists(self) -> Optional[Sequence[_builtins.str]]:
|
|
2142
2142
|
"""
|
|
2143
2143
|
A list of DNS search domains to add to the DNS configuration on the virtual machine.
|
|
2144
2144
|
"""
|
|
2145
2145
|
return pulumi.get(self, "dns_suffix_lists")
|
|
2146
2146
|
|
|
2147
|
-
@property
|
|
2147
|
+
@_builtins.property
|
|
2148
2148
|
@pulumi.getter(name="ipv4Gateway")
|
|
2149
|
-
def ipv4_gateway(self) -> Optional[str]:
|
|
2149
|
+
def ipv4_gateway(self) -> Optional[_builtins.str]:
|
|
2150
2150
|
"""
|
|
2151
2151
|
The IPv4 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
|
|
2152
2152
|
"""
|
|
2153
2153
|
return pulumi.get(self, "ipv4_gateway")
|
|
2154
2154
|
|
|
2155
|
-
@property
|
|
2155
|
+
@_builtins.property
|
|
2156
2156
|
@pulumi.getter(name="ipv6Gateway")
|
|
2157
|
-
def ipv6_gateway(self) -> Optional[str]:
|
|
2157
|
+
def ipv6_gateway(self) -> Optional[_builtins.str]:
|
|
2158
2158
|
"""
|
|
2159
2159
|
The IPv6 default gateway when using network_interface customization on the virtual machine. This address must be local to a static IPv4 address configured in an interface sub-resource.
|
|
2160
2160
|
"""
|
|
2161
2161
|
return pulumi.get(self, "ipv6_gateway")
|
|
2162
2162
|
|
|
2163
|
-
@property
|
|
2163
|
+
@_builtins.property
|
|
2164
2164
|
@pulumi.getter(name="linuxOptions")
|
|
2165
2165
|
def linux_options(self) -> Optional['outputs.VirtualMachineCloneCustomizeLinuxOptions']:
|
|
2166
2166
|
"""
|
|
@@ -2168,7 +2168,7 @@ class VirtualMachineCloneCustomize(dict):
|
|
|
2168
2168
|
"""
|
|
2169
2169
|
return pulumi.get(self, "linux_options")
|
|
2170
2170
|
|
|
2171
|
-
@property
|
|
2171
|
+
@_builtins.property
|
|
2172
2172
|
@pulumi.getter(name="networkInterfaces")
|
|
2173
2173
|
def network_interfaces(self) -> Optional[Sequence['outputs.VirtualMachineCloneCustomizeNetworkInterface']]:
|
|
2174
2174
|
"""
|
|
@@ -2176,15 +2176,15 @@ class VirtualMachineCloneCustomize(dict):
|
|
|
2176
2176
|
"""
|
|
2177
2177
|
return pulumi.get(self, "network_interfaces")
|
|
2178
2178
|
|
|
2179
|
-
@property
|
|
2179
|
+
@_builtins.property
|
|
2180
2180
|
@pulumi.getter
|
|
2181
|
-
def timeout(self) -> Optional[int]:
|
|
2181
|
+
def timeout(self) -> Optional[_builtins.int]:
|
|
2182
2182
|
"""
|
|
2183
2183
|
The amount of time, in minutes, to wait for guest OS customization to complete before returning with an error. Setting this value to 0 or a negative value skips the waiter. Default: 10.
|
|
2184
2184
|
"""
|
|
2185
2185
|
return pulumi.get(self, "timeout")
|
|
2186
2186
|
|
|
2187
|
-
@property
|
|
2187
|
+
@_builtins.property
|
|
2188
2188
|
@pulumi.getter(name="windowsOptions")
|
|
2189
2189
|
def windows_options(self) -> Optional['outputs.VirtualMachineCloneCustomizeWindowsOptions']:
|
|
2190
2190
|
"""
|
|
@@ -2192,9 +2192,9 @@ class VirtualMachineCloneCustomize(dict):
|
|
|
2192
2192
|
"""
|
|
2193
2193
|
return pulumi.get(self, "windows_options")
|
|
2194
2194
|
|
|
2195
|
-
@property
|
|
2195
|
+
@_builtins.property
|
|
2196
2196
|
@pulumi.getter(name="windowsSysprepText")
|
|
2197
|
-
def windows_sysprep_text(self) -> Optional[str]:
|
|
2197
|
+
def windows_sysprep_text(self) -> Optional[_builtins.str]:
|
|
2198
2198
|
"""
|
|
2199
2199
|
Use this option to specify a windows sysprep file directly.
|
|
2200
2200
|
"""
|
|
@@ -2227,17 +2227,17 @@ class VirtualMachineCloneCustomizeLinuxOptions(dict):
|
|
|
2227
2227
|
return super().get(key, default)
|
|
2228
2228
|
|
|
2229
2229
|
def __init__(__self__, *,
|
|
2230
|
-
domain: str,
|
|
2231
|
-
host_name: str,
|
|
2232
|
-
hw_clock_utc: Optional[bool] = None,
|
|
2233
|
-
script_text: Optional[str] = None,
|
|
2234
|
-
time_zone: Optional[str] = None):
|
|
2235
|
-
"""
|
|
2236
|
-
:param str domain: The domain name for this virtual machine.
|
|
2237
|
-
:param str host_name: The hostname for this virtual machine.
|
|
2238
|
-
:param bool hw_clock_utc: Specifies whether or not the hardware clock should be in UTC or not.
|
|
2239
|
-
:param str script_text: The customization script to run before and or after guest customization
|
|
2240
|
-
:param str time_zone: Customize the time zone on the VM. This should be a time zone-style entry, like America/Los_Angeles.
|
|
2230
|
+
domain: _builtins.str,
|
|
2231
|
+
host_name: _builtins.str,
|
|
2232
|
+
hw_clock_utc: Optional[_builtins.bool] = None,
|
|
2233
|
+
script_text: Optional[_builtins.str] = None,
|
|
2234
|
+
time_zone: Optional[_builtins.str] = None):
|
|
2235
|
+
"""
|
|
2236
|
+
:param _builtins.str domain: The domain name for this virtual machine.
|
|
2237
|
+
:param _builtins.str host_name: The hostname for this virtual machine.
|
|
2238
|
+
:param _builtins.bool hw_clock_utc: Specifies whether or not the hardware clock should be in UTC or not.
|
|
2239
|
+
:param _builtins.str script_text: The customization script to run before and or after guest customization
|
|
2240
|
+
:param _builtins.str time_zone: Customize the time zone on the VM. This should be a time zone-style entry, like America/Los_Angeles.
|
|
2241
2241
|
"""
|
|
2242
2242
|
pulumi.set(__self__, "domain", domain)
|
|
2243
2243
|
pulumi.set(__self__, "host_name", host_name)
|
|
@@ -2248,41 +2248,41 @@ class VirtualMachineCloneCustomizeLinuxOptions(dict):
|
|
|
2248
2248
|
if time_zone is not None:
|
|
2249
2249
|
pulumi.set(__self__, "time_zone", time_zone)
|
|
2250
2250
|
|
|
2251
|
-
@property
|
|
2251
|
+
@_builtins.property
|
|
2252
2252
|
@pulumi.getter
|
|
2253
|
-
def domain(self) -> str:
|
|
2253
|
+
def domain(self) -> _builtins.str:
|
|
2254
2254
|
"""
|
|
2255
2255
|
The domain name for this virtual machine.
|
|
2256
2256
|
"""
|
|
2257
2257
|
return pulumi.get(self, "domain")
|
|
2258
2258
|
|
|
2259
|
-
@property
|
|
2259
|
+
@_builtins.property
|
|
2260
2260
|
@pulumi.getter(name="hostName")
|
|
2261
|
-
def host_name(self) -> str:
|
|
2261
|
+
def host_name(self) -> _builtins.str:
|
|
2262
2262
|
"""
|
|
2263
2263
|
The hostname for this virtual machine.
|
|
2264
2264
|
"""
|
|
2265
2265
|
return pulumi.get(self, "host_name")
|
|
2266
2266
|
|
|
2267
|
-
@property
|
|
2267
|
+
@_builtins.property
|
|
2268
2268
|
@pulumi.getter(name="hwClockUtc")
|
|
2269
|
-
def hw_clock_utc(self) -> Optional[bool]:
|
|
2269
|
+
def hw_clock_utc(self) -> Optional[_builtins.bool]:
|
|
2270
2270
|
"""
|
|
2271
2271
|
Specifies whether or not the hardware clock should be in UTC or not.
|
|
2272
2272
|
"""
|
|
2273
2273
|
return pulumi.get(self, "hw_clock_utc")
|
|
2274
2274
|
|
|
2275
|
-
@property
|
|
2275
|
+
@_builtins.property
|
|
2276
2276
|
@pulumi.getter(name="scriptText")
|
|
2277
|
-
def script_text(self) -> Optional[str]:
|
|
2277
|
+
def script_text(self) -> Optional[_builtins.str]:
|
|
2278
2278
|
"""
|
|
2279
2279
|
The customization script to run before and or after guest customization
|
|
2280
2280
|
"""
|
|
2281
2281
|
return pulumi.get(self, "script_text")
|
|
2282
2282
|
|
|
2283
|
-
@property
|
|
2283
|
+
@_builtins.property
|
|
2284
2284
|
@pulumi.getter(name="timeZone")
|
|
2285
|
-
def time_zone(self) -> Optional[str]:
|
|
2285
|
+
def time_zone(self) -> Optional[_builtins.str]:
|
|
2286
2286
|
"""
|
|
2287
2287
|
Customize the time zone on the VM. This should be a time zone-style entry, like America/Los_Angeles.
|
|
2288
2288
|
"""
|
|
@@ -2319,19 +2319,19 @@ class VirtualMachineCloneCustomizeNetworkInterface(dict):
|
|
|
2319
2319
|
return super().get(key, default)
|
|
2320
2320
|
|
|
2321
2321
|
def __init__(__self__, *,
|
|
2322
|
-
dns_domain: Optional[str] = None,
|
|
2323
|
-
dns_server_lists: Optional[Sequence[str]] = None,
|
|
2324
|
-
ipv4_address: Optional[str] = None,
|
|
2325
|
-
ipv4_netmask: Optional[int] = None,
|
|
2326
|
-
ipv6_address: Optional[str] = None,
|
|
2327
|
-
ipv6_netmask: Optional[int] = None):
|
|
2328
|
-
"""
|
|
2329
|
-
:param str dns_domain: A DNS search domain to add to the DNS configuration on the virtual machine.
|
|
2330
|
-
:param Sequence[str] dns_server_lists: Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
|
|
2331
|
-
:param str ipv4_address: The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
|
|
2332
|
-
:param int ipv4_netmask: The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
|
|
2333
|
-
:param str ipv6_address: The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
|
|
2334
|
-
:param int ipv6_netmask: The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.
|
|
2322
|
+
dns_domain: Optional[_builtins.str] = None,
|
|
2323
|
+
dns_server_lists: Optional[Sequence[_builtins.str]] = None,
|
|
2324
|
+
ipv4_address: Optional[_builtins.str] = None,
|
|
2325
|
+
ipv4_netmask: Optional[_builtins.int] = None,
|
|
2326
|
+
ipv6_address: Optional[_builtins.str] = None,
|
|
2327
|
+
ipv6_netmask: Optional[_builtins.int] = None):
|
|
2328
|
+
"""
|
|
2329
|
+
:param _builtins.str dns_domain: A DNS search domain to add to the DNS configuration on the virtual machine.
|
|
2330
|
+
:param Sequence[_builtins.str] dns_server_lists: Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
|
|
2331
|
+
:param _builtins.str ipv4_address: The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
|
|
2332
|
+
:param _builtins.int ipv4_netmask: The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
|
|
2333
|
+
:param _builtins.str ipv6_address: The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
|
|
2334
|
+
:param _builtins.int ipv6_netmask: The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.
|
|
2335
2335
|
"""
|
|
2336
2336
|
if dns_domain is not None:
|
|
2337
2337
|
pulumi.set(__self__, "dns_domain", dns_domain)
|
|
@@ -2346,49 +2346,49 @@ class VirtualMachineCloneCustomizeNetworkInterface(dict):
|
|
|
2346
2346
|
if ipv6_netmask is not None:
|
|
2347
2347
|
pulumi.set(__self__, "ipv6_netmask", ipv6_netmask)
|
|
2348
2348
|
|
|
2349
|
-
@property
|
|
2349
|
+
@_builtins.property
|
|
2350
2350
|
@pulumi.getter(name="dnsDomain")
|
|
2351
|
-
def dns_domain(self) -> Optional[str]:
|
|
2351
|
+
def dns_domain(self) -> Optional[_builtins.str]:
|
|
2352
2352
|
"""
|
|
2353
2353
|
A DNS search domain to add to the DNS configuration on the virtual machine.
|
|
2354
2354
|
"""
|
|
2355
2355
|
return pulumi.get(self, "dns_domain")
|
|
2356
2356
|
|
|
2357
|
-
@property
|
|
2357
|
+
@_builtins.property
|
|
2358
2358
|
@pulumi.getter(name="dnsServerLists")
|
|
2359
|
-
def dns_server_lists(self) -> Optional[Sequence[str]]:
|
|
2359
|
+
def dns_server_lists(self) -> Optional[Sequence[_builtins.str]]:
|
|
2360
2360
|
"""
|
|
2361
2361
|
Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
|
|
2362
2362
|
"""
|
|
2363
2363
|
return pulumi.get(self, "dns_server_lists")
|
|
2364
2364
|
|
|
2365
|
-
@property
|
|
2365
|
+
@_builtins.property
|
|
2366
2366
|
@pulumi.getter(name="ipv4Address")
|
|
2367
|
-
def ipv4_address(self) -> Optional[str]:
|
|
2367
|
+
def ipv4_address(self) -> Optional[_builtins.str]:
|
|
2368
2368
|
"""
|
|
2369
2369
|
The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
|
|
2370
2370
|
"""
|
|
2371
2371
|
return pulumi.get(self, "ipv4_address")
|
|
2372
2372
|
|
|
2373
|
-
@property
|
|
2373
|
+
@_builtins.property
|
|
2374
2374
|
@pulumi.getter(name="ipv4Netmask")
|
|
2375
|
-
def ipv4_netmask(self) -> Optional[int]:
|
|
2375
|
+
def ipv4_netmask(self) -> Optional[_builtins.int]:
|
|
2376
2376
|
"""
|
|
2377
2377
|
The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
|
|
2378
2378
|
"""
|
|
2379
2379
|
return pulumi.get(self, "ipv4_netmask")
|
|
2380
2380
|
|
|
2381
|
-
@property
|
|
2381
|
+
@_builtins.property
|
|
2382
2382
|
@pulumi.getter(name="ipv6Address")
|
|
2383
|
-
def ipv6_address(self) -> Optional[str]:
|
|
2383
|
+
def ipv6_address(self) -> Optional[_builtins.str]:
|
|
2384
2384
|
"""
|
|
2385
2385
|
The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
|
|
2386
2386
|
"""
|
|
2387
2387
|
return pulumi.get(self, "ipv6_address")
|
|
2388
2388
|
|
|
2389
|
-
@property
|
|
2389
|
+
@_builtins.property
|
|
2390
2390
|
@pulumi.getter(name="ipv6Netmask")
|
|
2391
|
-
def ipv6_netmask(self) -> Optional[int]:
|
|
2391
|
+
def ipv6_netmask(self) -> Optional[_builtins.int]:
|
|
2392
2392
|
"""
|
|
2393
2393
|
The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.
|
|
2394
2394
|
"""
|
|
@@ -2439,35 +2439,35 @@ class VirtualMachineCloneCustomizeWindowsOptions(dict):
|
|
|
2439
2439
|
return super().get(key, default)
|
|
2440
2440
|
|
|
2441
2441
|
def __init__(__self__, *,
|
|
2442
|
-
computer_name: str,
|
|
2443
|
-
admin_password: Optional[str] = None,
|
|
2444
|
-
auto_logon: Optional[bool] = None,
|
|
2445
|
-
auto_logon_count: Optional[int] = None,
|
|
2446
|
-
domain_admin_password: Optional[str] = None,
|
|
2447
|
-
domain_admin_user: Optional[str] = None,
|
|
2448
|
-
domain_ou: Optional[str] = None,
|
|
2449
|
-
full_name: Optional[str] = None,
|
|
2450
|
-
join_domain: Optional[str] = None,
|
|
2451
|
-
organization_name: Optional[str] = None,
|
|
2452
|
-
product_key: Optional[str] = None,
|
|
2453
|
-
run_once_command_lists: Optional[Sequence[str]] = None,
|
|
2454
|
-
time_zone: Optional[int] = None,
|
|
2455
|
-
workgroup: Optional[str] = None):
|
|
2456
|
-
"""
|
|
2457
|
-
:param str computer_name: The host name for this virtual machine.
|
|
2458
|
-
:param str admin_password: The new administrator password for this virtual machine.
|
|
2459
|
-
:param bool auto_logon: Specifies whether or not the VM automatically logs on as Administrator.
|
|
2460
|
-
:param int auto_logon_count: Specifies how many times the VM should auto-logon the Administrator account when auto_logon is true.
|
|
2461
|
-
:param str domain_admin_password: The password of the domain administrator used to join this virtual machine to the domain.
|
|
2462
|
-
:param str domain_admin_user: The user account of the domain administrator used to join this virtual machine to the domain.
|
|
2463
|
-
:param str domain_ou: The MachineObjectOU which specifies the full LDAP path name of the OU to which the virtual machine belongs.
|
|
2464
|
-
:param str full_name: The full name of the user of this virtual machine.
|
|
2465
|
-
:param str join_domain: The domain that the virtual machine should join.
|
|
2466
|
-
:param str organization_name: The organization name this virtual machine is being installed for.
|
|
2467
|
-
:param str product_key: The product key for this virtual machine.
|
|
2468
|
-
:param Sequence[str] run_once_command_lists: A list of commands to run at first user logon, after guest customization.
|
|
2469
|
-
:param int time_zone: The new time zone for the virtual machine. This is a sysprep-dictated timezone code.
|
|
2470
|
-
:param str workgroup: The workgroup for this virtual machine if not joining a domain.
|
|
2442
|
+
computer_name: _builtins.str,
|
|
2443
|
+
admin_password: Optional[_builtins.str] = None,
|
|
2444
|
+
auto_logon: Optional[_builtins.bool] = None,
|
|
2445
|
+
auto_logon_count: Optional[_builtins.int] = None,
|
|
2446
|
+
domain_admin_password: Optional[_builtins.str] = None,
|
|
2447
|
+
domain_admin_user: Optional[_builtins.str] = None,
|
|
2448
|
+
domain_ou: Optional[_builtins.str] = None,
|
|
2449
|
+
full_name: Optional[_builtins.str] = None,
|
|
2450
|
+
join_domain: Optional[_builtins.str] = None,
|
|
2451
|
+
organization_name: Optional[_builtins.str] = None,
|
|
2452
|
+
product_key: Optional[_builtins.str] = None,
|
|
2453
|
+
run_once_command_lists: Optional[Sequence[_builtins.str]] = None,
|
|
2454
|
+
time_zone: Optional[_builtins.int] = None,
|
|
2455
|
+
workgroup: Optional[_builtins.str] = None):
|
|
2456
|
+
"""
|
|
2457
|
+
:param _builtins.str computer_name: The host name for this virtual machine.
|
|
2458
|
+
:param _builtins.str admin_password: The new administrator password for this virtual machine.
|
|
2459
|
+
:param _builtins.bool auto_logon: Specifies whether or not the VM automatically logs on as Administrator.
|
|
2460
|
+
:param _builtins.int auto_logon_count: Specifies how many times the VM should auto-logon the Administrator account when auto_logon is true.
|
|
2461
|
+
:param _builtins.str domain_admin_password: The password of the domain administrator used to join this virtual machine to the domain.
|
|
2462
|
+
:param _builtins.str domain_admin_user: The user account of the domain administrator used to join this virtual machine to the domain.
|
|
2463
|
+
:param _builtins.str domain_ou: The MachineObjectOU which specifies the full LDAP path name of the OU to which the virtual machine belongs.
|
|
2464
|
+
:param _builtins.str full_name: The full name of the user of this virtual machine.
|
|
2465
|
+
:param _builtins.str join_domain: The domain that the virtual machine should join.
|
|
2466
|
+
:param _builtins.str organization_name: The organization name this virtual machine is being installed for.
|
|
2467
|
+
:param _builtins.str product_key: The product key for this virtual machine.
|
|
2468
|
+
:param Sequence[_builtins.str] run_once_command_lists: A list of commands to run at first user logon, after guest customization.
|
|
2469
|
+
:param _builtins.int time_zone: The new time zone for the virtual machine. This is a sysprep-dictated timezone code.
|
|
2470
|
+
:param _builtins.str workgroup: The workgroup for this virtual machine if not joining a domain.
|
|
2471
2471
|
"""
|
|
2472
2472
|
pulumi.set(__self__, "computer_name", computer_name)
|
|
2473
2473
|
if admin_password is not None:
|
|
@@ -2497,113 +2497,113 @@ class VirtualMachineCloneCustomizeWindowsOptions(dict):
|
|
|
2497
2497
|
if workgroup is not None:
|
|
2498
2498
|
pulumi.set(__self__, "workgroup", workgroup)
|
|
2499
2499
|
|
|
2500
|
-
@property
|
|
2500
|
+
@_builtins.property
|
|
2501
2501
|
@pulumi.getter(name="computerName")
|
|
2502
|
-
def computer_name(self) -> str:
|
|
2502
|
+
def computer_name(self) -> _builtins.str:
|
|
2503
2503
|
"""
|
|
2504
2504
|
The host name for this virtual machine.
|
|
2505
2505
|
"""
|
|
2506
2506
|
return pulumi.get(self, "computer_name")
|
|
2507
2507
|
|
|
2508
|
-
@property
|
|
2508
|
+
@_builtins.property
|
|
2509
2509
|
@pulumi.getter(name="adminPassword")
|
|
2510
|
-
def admin_password(self) -> Optional[str]:
|
|
2510
|
+
def admin_password(self) -> Optional[_builtins.str]:
|
|
2511
2511
|
"""
|
|
2512
2512
|
The new administrator password for this virtual machine.
|
|
2513
2513
|
"""
|
|
2514
2514
|
return pulumi.get(self, "admin_password")
|
|
2515
2515
|
|
|
2516
|
-
@property
|
|
2516
|
+
@_builtins.property
|
|
2517
2517
|
@pulumi.getter(name="autoLogon")
|
|
2518
|
-
def auto_logon(self) -> Optional[bool]:
|
|
2518
|
+
def auto_logon(self) -> Optional[_builtins.bool]:
|
|
2519
2519
|
"""
|
|
2520
2520
|
Specifies whether or not the VM automatically logs on as Administrator.
|
|
2521
2521
|
"""
|
|
2522
2522
|
return pulumi.get(self, "auto_logon")
|
|
2523
2523
|
|
|
2524
|
-
@property
|
|
2524
|
+
@_builtins.property
|
|
2525
2525
|
@pulumi.getter(name="autoLogonCount")
|
|
2526
|
-
def auto_logon_count(self) -> Optional[int]:
|
|
2526
|
+
def auto_logon_count(self) -> Optional[_builtins.int]:
|
|
2527
2527
|
"""
|
|
2528
2528
|
Specifies how many times the VM should auto-logon the Administrator account when auto_logon is true.
|
|
2529
2529
|
"""
|
|
2530
2530
|
return pulumi.get(self, "auto_logon_count")
|
|
2531
2531
|
|
|
2532
|
-
@property
|
|
2532
|
+
@_builtins.property
|
|
2533
2533
|
@pulumi.getter(name="domainAdminPassword")
|
|
2534
|
-
def domain_admin_password(self) -> Optional[str]:
|
|
2534
|
+
def domain_admin_password(self) -> Optional[_builtins.str]:
|
|
2535
2535
|
"""
|
|
2536
2536
|
The password of the domain administrator used to join this virtual machine to the domain.
|
|
2537
2537
|
"""
|
|
2538
2538
|
return pulumi.get(self, "domain_admin_password")
|
|
2539
2539
|
|
|
2540
|
-
@property
|
|
2540
|
+
@_builtins.property
|
|
2541
2541
|
@pulumi.getter(name="domainAdminUser")
|
|
2542
|
-
def domain_admin_user(self) -> Optional[str]:
|
|
2542
|
+
def domain_admin_user(self) -> Optional[_builtins.str]:
|
|
2543
2543
|
"""
|
|
2544
2544
|
The user account of the domain administrator used to join this virtual machine to the domain.
|
|
2545
2545
|
"""
|
|
2546
2546
|
return pulumi.get(self, "domain_admin_user")
|
|
2547
2547
|
|
|
2548
|
-
@property
|
|
2548
|
+
@_builtins.property
|
|
2549
2549
|
@pulumi.getter(name="domainOu")
|
|
2550
|
-
def domain_ou(self) -> Optional[str]:
|
|
2550
|
+
def domain_ou(self) -> Optional[_builtins.str]:
|
|
2551
2551
|
"""
|
|
2552
2552
|
The MachineObjectOU which specifies the full LDAP path name of the OU to which the virtual machine belongs.
|
|
2553
2553
|
"""
|
|
2554
2554
|
return pulumi.get(self, "domain_ou")
|
|
2555
2555
|
|
|
2556
|
-
@property
|
|
2556
|
+
@_builtins.property
|
|
2557
2557
|
@pulumi.getter(name="fullName")
|
|
2558
|
-
def full_name(self) -> Optional[str]:
|
|
2558
|
+
def full_name(self) -> Optional[_builtins.str]:
|
|
2559
2559
|
"""
|
|
2560
2560
|
The full name of the user of this virtual machine.
|
|
2561
2561
|
"""
|
|
2562
2562
|
return pulumi.get(self, "full_name")
|
|
2563
2563
|
|
|
2564
|
-
@property
|
|
2564
|
+
@_builtins.property
|
|
2565
2565
|
@pulumi.getter(name="joinDomain")
|
|
2566
|
-
def join_domain(self) -> Optional[str]:
|
|
2566
|
+
def join_domain(self) -> Optional[_builtins.str]:
|
|
2567
2567
|
"""
|
|
2568
2568
|
The domain that the virtual machine should join.
|
|
2569
2569
|
"""
|
|
2570
2570
|
return pulumi.get(self, "join_domain")
|
|
2571
2571
|
|
|
2572
|
-
@property
|
|
2572
|
+
@_builtins.property
|
|
2573
2573
|
@pulumi.getter(name="organizationName")
|
|
2574
|
-
def organization_name(self) -> Optional[str]:
|
|
2574
|
+
def organization_name(self) -> Optional[_builtins.str]:
|
|
2575
2575
|
"""
|
|
2576
2576
|
The organization name this virtual machine is being installed for.
|
|
2577
2577
|
"""
|
|
2578
2578
|
return pulumi.get(self, "organization_name")
|
|
2579
2579
|
|
|
2580
|
-
@property
|
|
2580
|
+
@_builtins.property
|
|
2581
2581
|
@pulumi.getter(name="productKey")
|
|
2582
|
-
def product_key(self) -> Optional[str]:
|
|
2582
|
+
def product_key(self) -> Optional[_builtins.str]:
|
|
2583
2583
|
"""
|
|
2584
2584
|
The product key for this virtual machine.
|
|
2585
2585
|
"""
|
|
2586
2586
|
return pulumi.get(self, "product_key")
|
|
2587
2587
|
|
|
2588
|
-
@property
|
|
2588
|
+
@_builtins.property
|
|
2589
2589
|
@pulumi.getter(name="runOnceCommandLists")
|
|
2590
|
-
def run_once_command_lists(self) -> Optional[Sequence[str]]:
|
|
2590
|
+
def run_once_command_lists(self) -> Optional[Sequence[_builtins.str]]:
|
|
2591
2591
|
"""
|
|
2592
2592
|
A list of commands to run at first user logon, after guest customization.
|
|
2593
2593
|
"""
|
|
2594
2594
|
return pulumi.get(self, "run_once_command_lists")
|
|
2595
2595
|
|
|
2596
|
-
@property
|
|
2596
|
+
@_builtins.property
|
|
2597
2597
|
@pulumi.getter(name="timeZone")
|
|
2598
|
-
def time_zone(self) -> Optional[int]:
|
|
2598
|
+
def time_zone(self) -> Optional[_builtins.int]:
|
|
2599
2599
|
"""
|
|
2600
2600
|
The new time zone for the virtual machine. This is a sysprep-dictated timezone code.
|
|
2601
2601
|
"""
|
|
2602
2602
|
return pulumi.get(self, "time_zone")
|
|
2603
2603
|
|
|
2604
|
-
@property
|
|
2604
|
+
@_builtins.property
|
|
2605
2605
|
@pulumi.getter
|
|
2606
|
-
def workgroup(self) -> Optional[str]:
|
|
2606
|
+
def workgroup(self) -> Optional[_builtins.str]:
|
|
2607
2607
|
"""
|
|
2608
2608
|
The workgroup for this virtual machine if not joining a domain.
|
|
2609
2609
|
"""
|
|
@@ -2658,49 +2658,49 @@ class VirtualMachineDisk(dict):
|
|
|
2658
2658
|
return super().get(key, default)
|
|
2659
2659
|
|
|
2660
2660
|
def __init__(__self__, *,
|
|
2661
|
-
label: str,
|
|
2662
|
-
attach: Optional[bool] = None,
|
|
2663
|
-
controller_type: Optional[str] = None,
|
|
2664
|
-
datastore_id: Optional[str] = None,
|
|
2665
|
-
device_address: Optional[str] = None,
|
|
2666
|
-
disk_mode: Optional[str] = None,
|
|
2667
|
-
disk_sharing: Optional[str] = None,
|
|
2668
|
-
eagerly_scrub: Optional[bool] = None,
|
|
2669
|
-
io_limit: Optional[int] = None,
|
|
2670
|
-
io_reservation: Optional[int] = None,
|
|
2671
|
-
io_share_count: Optional[int] = None,
|
|
2672
|
-
io_share_level: Optional[str] = None,
|
|
2673
|
-
keep_on_remove: Optional[bool] = None,
|
|
2674
|
-
key: Optional[int] = None,
|
|
2675
|
-
path: Optional[str] = None,
|
|
2676
|
-
size: Optional[int] = None,
|
|
2677
|
-
storage_policy_id: Optional[str] = None,
|
|
2678
|
-
thin_provisioned: Optional[bool] = None,
|
|
2679
|
-
unit_number: Optional[int] = None,
|
|
2680
|
-
uuid: Optional[str] = None,
|
|
2681
|
-
write_through: Optional[bool] = None):
|
|
2682
|
-
"""
|
|
2683
|
-
:param str label: A unique label for this disk.
|
|
2684
|
-
:param bool attach: If this is true, the disk is attached instead of created. Implies keep_on_remove.
|
|
2685
|
-
:param str controller_type: The type of controller the disk should be connected to. Must be 'scsi', 'sata', 'nvme', or 'ide'.
|
|
2686
|
-
:param str datastore_id: The datastore ID for this virtual disk, if different than the virtual machine.
|
|
2687
|
-
:param str device_address: The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
|
|
2688
|
-
:param str disk_mode: The mode of this this virtual disk for purposes of writes and snapshotting. Can be one of append, independent_nonpersistent, independent_persistent, nonpersistent, persistent, or undoable.
|
|
2689
|
-
:param str disk_sharing: The sharing mode of this virtual disk. Can be one of sharingMultiWriter or sharingNone.
|
|
2690
|
-
:param bool eagerly_scrub: The virtual disk file zeroing policy when thin_provision is not true. The default is false, which lazily-zeros the disk, speeding up thick-provisioned disk creation time.
|
|
2691
|
-
:param int io_limit: The upper limit of IOPS that this disk can use.
|
|
2692
|
-
:param int io_reservation: The I/O guarantee that this disk has, in IOPS.
|
|
2693
|
-
:param int io_share_count: The share count for this disk when the share level is custom.
|
|
2694
|
-
:param str io_share_level: The share allocation level for this disk. Can be one of low, normal, high, or custom.
|
|
2695
|
-
:param bool keep_on_remove: Set to true to keep the underlying VMDK file when removing this virtual disk from configuration.
|
|
2696
|
-
:param int key: The ID of the device within the virtual machine.
|
|
2697
|
-
:param str path: The full path of the virtual disk. This can only be provided if attach is set to true, otherwise it is a read-only value.
|
|
2698
|
-
:param int size: The size of the disk, in GB.
|
|
2699
|
-
:param str storage_policy_id: The ID of the storage policy to assign to the virtual disk in VM.
|
|
2700
|
-
:param bool thin_provisioned: If true, this disk is thin provisioned, with space for the file being allocated on an as-needed basis.
|
|
2701
|
-
:param int unit_number: The unique device number for this disk. This number determines where on the SCSI bus this device will be attached.
|
|
2702
|
-
:param str uuid: The UUID of the virtual machine. Also exposed as the `id` of the resource.
|
|
2703
|
-
:param bool write_through: If true, writes for this disk are sent directly to the filesystem immediately instead of being buffered.
|
|
2661
|
+
label: _builtins.str,
|
|
2662
|
+
attach: Optional[_builtins.bool] = None,
|
|
2663
|
+
controller_type: Optional[_builtins.str] = None,
|
|
2664
|
+
datastore_id: Optional[_builtins.str] = None,
|
|
2665
|
+
device_address: Optional[_builtins.str] = None,
|
|
2666
|
+
disk_mode: Optional[_builtins.str] = None,
|
|
2667
|
+
disk_sharing: Optional[_builtins.str] = None,
|
|
2668
|
+
eagerly_scrub: Optional[_builtins.bool] = None,
|
|
2669
|
+
io_limit: Optional[_builtins.int] = None,
|
|
2670
|
+
io_reservation: Optional[_builtins.int] = None,
|
|
2671
|
+
io_share_count: Optional[_builtins.int] = None,
|
|
2672
|
+
io_share_level: Optional[_builtins.str] = None,
|
|
2673
|
+
keep_on_remove: Optional[_builtins.bool] = None,
|
|
2674
|
+
key: Optional[_builtins.int] = None,
|
|
2675
|
+
path: Optional[_builtins.str] = None,
|
|
2676
|
+
size: Optional[_builtins.int] = None,
|
|
2677
|
+
storage_policy_id: Optional[_builtins.str] = None,
|
|
2678
|
+
thin_provisioned: Optional[_builtins.bool] = None,
|
|
2679
|
+
unit_number: Optional[_builtins.int] = None,
|
|
2680
|
+
uuid: Optional[_builtins.str] = None,
|
|
2681
|
+
write_through: Optional[_builtins.bool] = None):
|
|
2682
|
+
"""
|
|
2683
|
+
:param _builtins.str label: A unique label for this disk.
|
|
2684
|
+
:param _builtins.bool attach: If this is true, the disk is attached instead of created. Implies keep_on_remove.
|
|
2685
|
+
:param _builtins.str controller_type: The type of controller the disk should be connected to. Must be 'scsi', 'sata', 'nvme', or 'ide'.
|
|
2686
|
+
:param _builtins.str datastore_id: The datastore ID for this virtual disk, if different than the virtual machine.
|
|
2687
|
+
:param _builtins.str device_address: The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
|
|
2688
|
+
:param _builtins.str disk_mode: The mode of this this virtual disk for purposes of writes and snapshotting. Can be one of append, independent_nonpersistent, independent_persistent, nonpersistent, persistent, or undoable.
|
|
2689
|
+
:param _builtins.str disk_sharing: The sharing mode of this virtual disk. Can be one of sharingMultiWriter or sharingNone.
|
|
2690
|
+
:param _builtins.bool eagerly_scrub: The virtual disk file zeroing policy when thin_provision is not true. The default is false, which lazily-zeros the disk, speeding up thick-provisioned disk creation time.
|
|
2691
|
+
:param _builtins.int io_limit: The upper limit of IOPS that this disk can use.
|
|
2692
|
+
:param _builtins.int io_reservation: The I/O guarantee that this disk has, in IOPS.
|
|
2693
|
+
:param _builtins.int io_share_count: The share count for this disk when the share level is custom.
|
|
2694
|
+
:param _builtins.str io_share_level: The share allocation level for this disk. Can be one of low, normal, high, or custom.
|
|
2695
|
+
:param _builtins.bool keep_on_remove: Set to true to keep the underlying VMDK file when removing this virtual disk from configuration.
|
|
2696
|
+
:param _builtins.int key: The ID of the device within the virtual machine.
|
|
2697
|
+
:param _builtins.str path: The full path of the virtual disk. This can only be provided if attach is set to true, otherwise it is a read-only value.
|
|
2698
|
+
:param _builtins.int size: The size of the disk, in GB.
|
|
2699
|
+
:param _builtins.str storage_policy_id: The ID of the storage policy to assign to the virtual disk in VM.
|
|
2700
|
+
:param _builtins.bool thin_provisioned: If true, this disk is thin provisioned, with space for the file being allocated on an as-needed basis.
|
|
2701
|
+
:param _builtins.int unit_number: The unique device number for this disk. This number determines where on the SCSI bus this device will be attached.
|
|
2702
|
+
:param _builtins.str uuid: The UUID of the virtual machine. Also exposed as the `id` of the resource.
|
|
2703
|
+
:param _builtins.bool write_through: If true, writes for this disk are sent directly to the filesystem immediately instead of being buffered.
|
|
2704
2704
|
"""
|
|
2705
2705
|
pulumi.set(__self__, "label", label)
|
|
2706
2706
|
if attach is not None:
|
|
@@ -2744,169 +2744,169 @@ class VirtualMachineDisk(dict):
|
|
|
2744
2744
|
if write_through is not None:
|
|
2745
2745
|
pulumi.set(__self__, "write_through", write_through)
|
|
2746
2746
|
|
|
2747
|
-
@property
|
|
2747
|
+
@_builtins.property
|
|
2748
2748
|
@pulumi.getter
|
|
2749
|
-
def label(self) -> str:
|
|
2749
|
+
def label(self) -> _builtins.str:
|
|
2750
2750
|
"""
|
|
2751
2751
|
A unique label for this disk.
|
|
2752
2752
|
"""
|
|
2753
2753
|
return pulumi.get(self, "label")
|
|
2754
2754
|
|
|
2755
|
-
@property
|
|
2755
|
+
@_builtins.property
|
|
2756
2756
|
@pulumi.getter
|
|
2757
|
-
def attach(self) -> Optional[bool]:
|
|
2757
|
+
def attach(self) -> Optional[_builtins.bool]:
|
|
2758
2758
|
"""
|
|
2759
2759
|
If this is true, the disk is attached instead of created. Implies keep_on_remove.
|
|
2760
2760
|
"""
|
|
2761
2761
|
return pulumi.get(self, "attach")
|
|
2762
2762
|
|
|
2763
|
-
@property
|
|
2763
|
+
@_builtins.property
|
|
2764
2764
|
@pulumi.getter(name="controllerType")
|
|
2765
|
-
def controller_type(self) -> Optional[str]:
|
|
2765
|
+
def controller_type(self) -> Optional[_builtins.str]:
|
|
2766
2766
|
"""
|
|
2767
2767
|
The type of controller the disk should be connected to. Must be 'scsi', 'sata', 'nvme', or 'ide'.
|
|
2768
2768
|
"""
|
|
2769
2769
|
return pulumi.get(self, "controller_type")
|
|
2770
2770
|
|
|
2771
|
-
@property
|
|
2771
|
+
@_builtins.property
|
|
2772
2772
|
@pulumi.getter(name="datastoreId")
|
|
2773
|
-
def datastore_id(self) -> Optional[str]:
|
|
2773
|
+
def datastore_id(self) -> Optional[_builtins.str]:
|
|
2774
2774
|
"""
|
|
2775
2775
|
The datastore ID for this virtual disk, if different than the virtual machine.
|
|
2776
2776
|
"""
|
|
2777
2777
|
return pulumi.get(self, "datastore_id")
|
|
2778
2778
|
|
|
2779
|
-
@property
|
|
2779
|
+
@_builtins.property
|
|
2780
2780
|
@pulumi.getter(name="deviceAddress")
|
|
2781
|
-
def device_address(self) -> Optional[str]:
|
|
2781
|
+
def device_address(self) -> Optional[_builtins.str]:
|
|
2782
2782
|
"""
|
|
2783
2783
|
The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
|
|
2784
2784
|
"""
|
|
2785
2785
|
return pulumi.get(self, "device_address")
|
|
2786
2786
|
|
|
2787
|
-
@property
|
|
2787
|
+
@_builtins.property
|
|
2788
2788
|
@pulumi.getter(name="diskMode")
|
|
2789
|
-
def disk_mode(self) -> Optional[str]:
|
|
2789
|
+
def disk_mode(self) -> Optional[_builtins.str]:
|
|
2790
2790
|
"""
|
|
2791
2791
|
The mode of this this virtual disk for purposes of writes and snapshotting. Can be one of append, independent_nonpersistent, independent_persistent, nonpersistent, persistent, or undoable.
|
|
2792
2792
|
"""
|
|
2793
2793
|
return pulumi.get(self, "disk_mode")
|
|
2794
2794
|
|
|
2795
|
-
@property
|
|
2795
|
+
@_builtins.property
|
|
2796
2796
|
@pulumi.getter(name="diskSharing")
|
|
2797
|
-
def disk_sharing(self) -> Optional[str]:
|
|
2797
|
+
def disk_sharing(self) -> Optional[_builtins.str]:
|
|
2798
2798
|
"""
|
|
2799
2799
|
The sharing mode of this virtual disk. Can be one of sharingMultiWriter or sharingNone.
|
|
2800
2800
|
"""
|
|
2801
2801
|
return pulumi.get(self, "disk_sharing")
|
|
2802
2802
|
|
|
2803
|
-
@property
|
|
2803
|
+
@_builtins.property
|
|
2804
2804
|
@pulumi.getter(name="eagerlyScrub")
|
|
2805
|
-
def eagerly_scrub(self) -> Optional[bool]:
|
|
2805
|
+
def eagerly_scrub(self) -> Optional[_builtins.bool]:
|
|
2806
2806
|
"""
|
|
2807
2807
|
The virtual disk file zeroing policy when thin_provision is not true. The default is false, which lazily-zeros the disk, speeding up thick-provisioned disk creation time.
|
|
2808
2808
|
"""
|
|
2809
2809
|
return pulumi.get(self, "eagerly_scrub")
|
|
2810
2810
|
|
|
2811
|
-
@property
|
|
2811
|
+
@_builtins.property
|
|
2812
2812
|
@pulumi.getter(name="ioLimit")
|
|
2813
|
-
def io_limit(self) -> Optional[int]:
|
|
2813
|
+
def io_limit(self) -> Optional[_builtins.int]:
|
|
2814
2814
|
"""
|
|
2815
2815
|
The upper limit of IOPS that this disk can use.
|
|
2816
2816
|
"""
|
|
2817
2817
|
return pulumi.get(self, "io_limit")
|
|
2818
2818
|
|
|
2819
|
-
@property
|
|
2819
|
+
@_builtins.property
|
|
2820
2820
|
@pulumi.getter(name="ioReservation")
|
|
2821
|
-
def io_reservation(self) -> Optional[int]:
|
|
2821
|
+
def io_reservation(self) -> Optional[_builtins.int]:
|
|
2822
2822
|
"""
|
|
2823
2823
|
The I/O guarantee that this disk has, in IOPS.
|
|
2824
2824
|
"""
|
|
2825
2825
|
return pulumi.get(self, "io_reservation")
|
|
2826
2826
|
|
|
2827
|
-
@property
|
|
2827
|
+
@_builtins.property
|
|
2828
2828
|
@pulumi.getter(name="ioShareCount")
|
|
2829
|
-
def io_share_count(self) -> Optional[int]:
|
|
2829
|
+
def io_share_count(self) -> Optional[_builtins.int]:
|
|
2830
2830
|
"""
|
|
2831
2831
|
The share count for this disk when the share level is custom.
|
|
2832
2832
|
"""
|
|
2833
2833
|
return pulumi.get(self, "io_share_count")
|
|
2834
2834
|
|
|
2835
|
-
@property
|
|
2835
|
+
@_builtins.property
|
|
2836
2836
|
@pulumi.getter(name="ioShareLevel")
|
|
2837
|
-
def io_share_level(self) -> Optional[str]:
|
|
2837
|
+
def io_share_level(self) -> Optional[_builtins.str]:
|
|
2838
2838
|
"""
|
|
2839
2839
|
The share allocation level for this disk. Can be one of low, normal, high, or custom.
|
|
2840
2840
|
"""
|
|
2841
2841
|
return pulumi.get(self, "io_share_level")
|
|
2842
2842
|
|
|
2843
|
-
@property
|
|
2843
|
+
@_builtins.property
|
|
2844
2844
|
@pulumi.getter(name="keepOnRemove")
|
|
2845
|
-
def keep_on_remove(self) -> Optional[bool]:
|
|
2845
|
+
def keep_on_remove(self) -> Optional[_builtins.bool]:
|
|
2846
2846
|
"""
|
|
2847
2847
|
Set to true to keep the underlying VMDK file when removing this virtual disk from configuration.
|
|
2848
2848
|
"""
|
|
2849
2849
|
return pulumi.get(self, "keep_on_remove")
|
|
2850
2850
|
|
|
2851
|
-
@property
|
|
2851
|
+
@_builtins.property
|
|
2852
2852
|
@pulumi.getter
|
|
2853
|
-
def key(self) -> Optional[int]:
|
|
2853
|
+
def key(self) -> Optional[_builtins.int]:
|
|
2854
2854
|
"""
|
|
2855
2855
|
The ID of the device within the virtual machine.
|
|
2856
2856
|
"""
|
|
2857
2857
|
return pulumi.get(self, "key")
|
|
2858
2858
|
|
|
2859
|
-
@property
|
|
2859
|
+
@_builtins.property
|
|
2860
2860
|
@pulumi.getter
|
|
2861
|
-
def path(self) -> Optional[str]:
|
|
2861
|
+
def path(self) -> Optional[_builtins.str]:
|
|
2862
2862
|
"""
|
|
2863
2863
|
The full path of the virtual disk. This can only be provided if attach is set to true, otherwise it is a read-only value.
|
|
2864
2864
|
"""
|
|
2865
2865
|
return pulumi.get(self, "path")
|
|
2866
2866
|
|
|
2867
|
-
@property
|
|
2867
|
+
@_builtins.property
|
|
2868
2868
|
@pulumi.getter
|
|
2869
|
-
def size(self) -> Optional[int]:
|
|
2869
|
+
def size(self) -> Optional[_builtins.int]:
|
|
2870
2870
|
"""
|
|
2871
2871
|
The size of the disk, in GB.
|
|
2872
2872
|
"""
|
|
2873
2873
|
return pulumi.get(self, "size")
|
|
2874
2874
|
|
|
2875
|
-
@property
|
|
2875
|
+
@_builtins.property
|
|
2876
2876
|
@pulumi.getter(name="storagePolicyId")
|
|
2877
|
-
def storage_policy_id(self) -> Optional[str]:
|
|
2877
|
+
def storage_policy_id(self) -> Optional[_builtins.str]:
|
|
2878
2878
|
"""
|
|
2879
2879
|
The ID of the storage policy to assign to the virtual disk in VM.
|
|
2880
2880
|
"""
|
|
2881
2881
|
return pulumi.get(self, "storage_policy_id")
|
|
2882
2882
|
|
|
2883
|
-
@property
|
|
2883
|
+
@_builtins.property
|
|
2884
2884
|
@pulumi.getter(name="thinProvisioned")
|
|
2885
|
-
def thin_provisioned(self) -> Optional[bool]:
|
|
2885
|
+
def thin_provisioned(self) -> Optional[_builtins.bool]:
|
|
2886
2886
|
"""
|
|
2887
2887
|
If true, this disk is thin provisioned, with space for the file being allocated on an as-needed basis.
|
|
2888
2888
|
"""
|
|
2889
2889
|
return pulumi.get(self, "thin_provisioned")
|
|
2890
2890
|
|
|
2891
|
-
@property
|
|
2891
|
+
@_builtins.property
|
|
2892
2892
|
@pulumi.getter(name="unitNumber")
|
|
2893
|
-
def unit_number(self) -> Optional[int]:
|
|
2893
|
+
def unit_number(self) -> Optional[_builtins.int]:
|
|
2894
2894
|
"""
|
|
2895
2895
|
The unique device number for this disk. This number determines where on the SCSI bus this device will be attached.
|
|
2896
2896
|
"""
|
|
2897
2897
|
return pulumi.get(self, "unit_number")
|
|
2898
2898
|
|
|
2899
|
-
@property
|
|
2899
|
+
@_builtins.property
|
|
2900
2900
|
@pulumi.getter
|
|
2901
|
-
def uuid(self) -> Optional[str]:
|
|
2901
|
+
def uuid(self) -> Optional[_builtins.str]:
|
|
2902
2902
|
"""
|
|
2903
2903
|
The UUID of the virtual machine. Also exposed as the `id` of the resource.
|
|
2904
2904
|
"""
|
|
2905
2905
|
return pulumi.get(self, "uuid")
|
|
2906
2906
|
|
|
2907
|
-
@property
|
|
2907
|
+
@_builtins.property
|
|
2908
2908
|
@pulumi.getter(name="writeThrough")
|
|
2909
|
-
def write_through(self) -> Optional[bool]:
|
|
2909
|
+
def write_through(self) -> Optional[_builtins.bool]:
|
|
2910
2910
|
"""
|
|
2911
2911
|
If true, writes for this disk are sent directly to the filesystem immediately instead of being buffered.
|
|
2912
2912
|
"""
|
|
@@ -2953,31 +2953,31 @@ class VirtualMachineNetworkInterface(dict):
|
|
|
2953
2953
|
return super().get(key, default)
|
|
2954
2954
|
|
|
2955
2955
|
def __init__(__self__, *,
|
|
2956
|
-
network_id: str,
|
|
2957
|
-
adapter_type: Optional[str] = None,
|
|
2958
|
-
bandwidth_limit: Optional[int] = None,
|
|
2959
|
-
bandwidth_reservation: Optional[int] = None,
|
|
2960
|
-
bandwidth_share_count: Optional[int] = None,
|
|
2961
|
-
bandwidth_share_level: Optional[str] = None,
|
|
2962
|
-
device_address: Optional[str] = None,
|
|
2963
|
-
key: Optional[int] = None,
|
|
2964
|
-
mac_address: Optional[str] = None,
|
|
2965
|
-
ovf_mapping: Optional[str] = None,
|
|
2966
|
-
physical_function: Optional[str] = None,
|
|
2967
|
-
use_static_mac: Optional[bool] = None):
|
|
2968
|
-
"""
|
|
2969
|
-
:param str network_id: The ID of the network to connect this network interface to.
|
|
2970
|
-
:param str adapter_type: The controller type. Can be one of e1000, e1000e, sriov, vmxnet3, or vrdma.
|
|
2971
|
-
:param int bandwidth_limit: The upper bandwidth limit of this network interface, in Mbits/sec.
|
|
2972
|
-
:param int bandwidth_reservation: The bandwidth reservation of this network interface, in Mbits/sec.
|
|
2973
|
-
:param int bandwidth_share_count: The share count for this network interface when the share level is custom.
|
|
2974
|
-
:param str bandwidth_share_level: The bandwidth share allocation level for this interface. Can be one of low, normal, high, or custom.
|
|
2975
|
-
:param str device_address: The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
|
|
2976
|
-
:param int key: The ID of the device within the virtual machine.
|
|
2977
|
-
:param str mac_address: The MAC address of this network interface. Can only be manually set if use_static_mac is true.
|
|
2978
|
-
:param str ovf_mapping: Mapping of network interface to OVF network.
|
|
2979
|
-
:param str physical_function: The ID of the Physical SR-IOV NIC to attach to, e.g. '0000:d8:00.0'
|
|
2980
|
-
:param bool use_static_mac: If true, the mac_address field is treated as a static MAC address and set accordingly.
|
|
2956
|
+
network_id: _builtins.str,
|
|
2957
|
+
adapter_type: Optional[_builtins.str] = None,
|
|
2958
|
+
bandwidth_limit: Optional[_builtins.int] = None,
|
|
2959
|
+
bandwidth_reservation: Optional[_builtins.int] = None,
|
|
2960
|
+
bandwidth_share_count: Optional[_builtins.int] = None,
|
|
2961
|
+
bandwidth_share_level: Optional[_builtins.str] = None,
|
|
2962
|
+
device_address: Optional[_builtins.str] = None,
|
|
2963
|
+
key: Optional[_builtins.int] = None,
|
|
2964
|
+
mac_address: Optional[_builtins.str] = None,
|
|
2965
|
+
ovf_mapping: Optional[_builtins.str] = None,
|
|
2966
|
+
physical_function: Optional[_builtins.str] = None,
|
|
2967
|
+
use_static_mac: Optional[_builtins.bool] = None):
|
|
2968
|
+
"""
|
|
2969
|
+
:param _builtins.str network_id: The ID of the network to connect this network interface to.
|
|
2970
|
+
:param _builtins.str adapter_type: The controller type. Can be one of e1000, e1000e, sriov, vmxnet3, or vrdma.
|
|
2971
|
+
:param _builtins.int bandwidth_limit: The upper bandwidth limit of this network interface, in Mbits/sec.
|
|
2972
|
+
:param _builtins.int bandwidth_reservation: The bandwidth reservation of this network interface, in Mbits/sec.
|
|
2973
|
+
:param _builtins.int bandwidth_share_count: The share count for this network interface when the share level is custom.
|
|
2974
|
+
:param _builtins.str bandwidth_share_level: The bandwidth share allocation level for this interface. Can be one of low, normal, high, or custom.
|
|
2975
|
+
:param _builtins.str device_address: The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
|
|
2976
|
+
:param _builtins.int key: The ID of the device within the virtual machine.
|
|
2977
|
+
:param _builtins.str mac_address: The MAC address of this network interface. Can only be manually set if use_static_mac is true.
|
|
2978
|
+
:param _builtins.str ovf_mapping: Mapping of network interface to OVF network.
|
|
2979
|
+
:param _builtins.str physical_function: The ID of the Physical SR-IOV NIC to attach to, e.g. '0000:d8:00.0'
|
|
2980
|
+
:param _builtins.bool use_static_mac: If true, the mac_address field is treated as a static MAC address and set accordingly.
|
|
2981
2981
|
"""
|
|
2982
2982
|
pulumi.set(__self__, "network_id", network_id)
|
|
2983
2983
|
if adapter_type is not None:
|
|
@@ -3003,97 +3003,97 @@ class VirtualMachineNetworkInterface(dict):
|
|
|
3003
3003
|
if use_static_mac is not None:
|
|
3004
3004
|
pulumi.set(__self__, "use_static_mac", use_static_mac)
|
|
3005
3005
|
|
|
3006
|
-
@property
|
|
3006
|
+
@_builtins.property
|
|
3007
3007
|
@pulumi.getter(name="networkId")
|
|
3008
|
-
def network_id(self) -> str:
|
|
3008
|
+
def network_id(self) -> _builtins.str:
|
|
3009
3009
|
"""
|
|
3010
3010
|
The ID of the network to connect this network interface to.
|
|
3011
3011
|
"""
|
|
3012
3012
|
return pulumi.get(self, "network_id")
|
|
3013
3013
|
|
|
3014
|
-
@property
|
|
3014
|
+
@_builtins.property
|
|
3015
3015
|
@pulumi.getter(name="adapterType")
|
|
3016
|
-
def adapter_type(self) -> Optional[str]:
|
|
3016
|
+
def adapter_type(self) -> Optional[_builtins.str]:
|
|
3017
3017
|
"""
|
|
3018
3018
|
The controller type. Can be one of e1000, e1000e, sriov, vmxnet3, or vrdma.
|
|
3019
3019
|
"""
|
|
3020
3020
|
return pulumi.get(self, "adapter_type")
|
|
3021
3021
|
|
|
3022
|
-
@property
|
|
3022
|
+
@_builtins.property
|
|
3023
3023
|
@pulumi.getter(name="bandwidthLimit")
|
|
3024
|
-
def bandwidth_limit(self) -> Optional[int]:
|
|
3024
|
+
def bandwidth_limit(self) -> Optional[_builtins.int]:
|
|
3025
3025
|
"""
|
|
3026
3026
|
The upper bandwidth limit of this network interface, in Mbits/sec.
|
|
3027
3027
|
"""
|
|
3028
3028
|
return pulumi.get(self, "bandwidth_limit")
|
|
3029
3029
|
|
|
3030
|
-
@property
|
|
3030
|
+
@_builtins.property
|
|
3031
3031
|
@pulumi.getter(name="bandwidthReservation")
|
|
3032
|
-
def bandwidth_reservation(self) -> Optional[int]:
|
|
3032
|
+
def bandwidth_reservation(self) -> Optional[_builtins.int]:
|
|
3033
3033
|
"""
|
|
3034
3034
|
The bandwidth reservation of this network interface, in Mbits/sec.
|
|
3035
3035
|
"""
|
|
3036
3036
|
return pulumi.get(self, "bandwidth_reservation")
|
|
3037
3037
|
|
|
3038
|
-
@property
|
|
3038
|
+
@_builtins.property
|
|
3039
3039
|
@pulumi.getter(name="bandwidthShareCount")
|
|
3040
|
-
def bandwidth_share_count(self) -> Optional[int]:
|
|
3040
|
+
def bandwidth_share_count(self) -> Optional[_builtins.int]:
|
|
3041
3041
|
"""
|
|
3042
3042
|
The share count for this network interface when the share level is custom.
|
|
3043
3043
|
"""
|
|
3044
3044
|
return pulumi.get(self, "bandwidth_share_count")
|
|
3045
3045
|
|
|
3046
|
-
@property
|
|
3046
|
+
@_builtins.property
|
|
3047
3047
|
@pulumi.getter(name="bandwidthShareLevel")
|
|
3048
|
-
def bandwidth_share_level(self) -> Optional[str]:
|
|
3048
|
+
def bandwidth_share_level(self) -> Optional[_builtins.str]:
|
|
3049
3049
|
"""
|
|
3050
3050
|
The bandwidth share allocation level for this interface. Can be one of low, normal, high, or custom.
|
|
3051
3051
|
"""
|
|
3052
3052
|
return pulumi.get(self, "bandwidth_share_level")
|
|
3053
3053
|
|
|
3054
|
-
@property
|
|
3054
|
+
@_builtins.property
|
|
3055
3055
|
@pulumi.getter(name="deviceAddress")
|
|
3056
|
-
def device_address(self) -> Optional[str]:
|
|
3056
|
+
def device_address(self) -> Optional[_builtins.str]:
|
|
3057
3057
|
"""
|
|
3058
3058
|
The internally-computed address of this device, such as scsi:0:1, denoting scsi bus #0 and device unit 1.
|
|
3059
3059
|
"""
|
|
3060
3060
|
return pulumi.get(self, "device_address")
|
|
3061
3061
|
|
|
3062
|
-
@property
|
|
3062
|
+
@_builtins.property
|
|
3063
3063
|
@pulumi.getter
|
|
3064
|
-
def key(self) -> Optional[int]:
|
|
3064
|
+
def key(self) -> Optional[_builtins.int]:
|
|
3065
3065
|
"""
|
|
3066
3066
|
The ID of the device within the virtual machine.
|
|
3067
3067
|
"""
|
|
3068
3068
|
return pulumi.get(self, "key")
|
|
3069
3069
|
|
|
3070
|
-
@property
|
|
3070
|
+
@_builtins.property
|
|
3071
3071
|
@pulumi.getter(name="macAddress")
|
|
3072
|
-
def mac_address(self) -> Optional[str]:
|
|
3072
|
+
def mac_address(self) -> Optional[_builtins.str]:
|
|
3073
3073
|
"""
|
|
3074
3074
|
The MAC address of this network interface. Can only be manually set if use_static_mac is true.
|
|
3075
3075
|
"""
|
|
3076
3076
|
return pulumi.get(self, "mac_address")
|
|
3077
3077
|
|
|
3078
|
-
@property
|
|
3078
|
+
@_builtins.property
|
|
3079
3079
|
@pulumi.getter(name="ovfMapping")
|
|
3080
|
-
def ovf_mapping(self) -> Optional[str]:
|
|
3080
|
+
def ovf_mapping(self) -> Optional[_builtins.str]:
|
|
3081
3081
|
"""
|
|
3082
3082
|
Mapping of network interface to OVF network.
|
|
3083
3083
|
"""
|
|
3084
3084
|
return pulumi.get(self, "ovf_mapping")
|
|
3085
3085
|
|
|
3086
|
-
@property
|
|
3086
|
+
@_builtins.property
|
|
3087
3087
|
@pulumi.getter(name="physicalFunction")
|
|
3088
|
-
def physical_function(self) -> Optional[str]:
|
|
3088
|
+
def physical_function(self) -> Optional[_builtins.str]:
|
|
3089
3089
|
"""
|
|
3090
3090
|
The ID of the Physical SR-IOV NIC to attach to, e.g. '0000:d8:00.0'
|
|
3091
3091
|
"""
|
|
3092
3092
|
return pulumi.get(self, "physical_function")
|
|
3093
3093
|
|
|
3094
|
-
@property
|
|
3094
|
+
@_builtins.property
|
|
3095
3095
|
@pulumi.getter(name="useStaticMac")
|
|
3096
|
-
def use_static_mac(self) -> Optional[bool]:
|
|
3096
|
+
def use_static_mac(self) -> Optional[_builtins.bool]:
|
|
3097
3097
|
"""
|
|
3098
3098
|
If true, the mac_address field is treated as a static MAC address and set accordingly.
|
|
3099
3099
|
"""
|
|
@@ -3136,25 +3136,25 @@ class VirtualMachineOvfDeploy(dict):
|
|
|
3136
3136
|
return super().get(key, default)
|
|
3137
3137
|
|
|
3138
3138
|
def __init__(__self__, *,
|
|
3139
|
-
allow_unverified_ssl_cert: Optional[bool] = None,
|
|
3140
|
-
deployment_option: Optional[str] = None,
|
|
3141
|
-
disk_provisioning: Optional[str] = None,
|
|
3142
|
-
enable_hidden_properties: Optional[bool] = None,
|
|
3143
|
-
ip_allocation_policy: Optional[str] = None,
|
|
3144
|
-
ip_protocol: Optional[str] = None,
|
|
3145
|
-
local_ovf_path: Optional[str] = None,
|
|
3146
|
-
ovf_network_map: Optional[Mapping[str, str]] = None,
|
|
3147
|
-
remote_ovf_url: Optional[str] = None):
|
|
3148
|
-
"""
|
|
3149
|
-
:param bool allow_unverified_ssl_cert: Allow unverified ssl certificates while deploying ovf/ova from url.
|
|
3150
|
-
:param str deployment_option: The Deployment option to be chosen. If empty, the default option is used.
|
|
3151
|
-
:param str disk_provisioning: An optional disk provisioning. If set, all the disks in the deployed ovf will have the same specified disk type (e.g., thin provisioned).
|
|
3152
|
-
:param bool enable_hidden_properties: Allow properties with ovf:userConfigurable=false to be set.
|
|
3153
|
-
:param str ip_allocation_policy: The IP allocation policy.
|
|
3154
|
-
:param str ip_protocol: The IP protocol.
|
|
3155
|
-
:param str local_ovf_path: The absolute path to the ovf/ova file in the local system.
|
|
3156
|
-
:param Mapping[str, str] ovf_network_map: The mapping of name of network identifiers from the ovf descriptor to network UUID in the VI infrastructure.
|
|
3157
|
-
:param str remote_ovf_url: URL to the remote ovf/ova file to be deployed.
|
|
3139
|
+
allow_unverified_ssl_cert: Optional[_builtins.bool] = None,
|
|
3140
|
+
deployment_option: Optional[_builtins.str] = None,
|
|
3141
|
+
disk_provisioning: Optional[_builtins.str] = None,
|
|
3142
|
+
enable_hidden_properties: Optional[_builtins.bool] = None,
|
|
3143
|
+
ip_allocation_policy: Optional[_builtins.str] = None,
|
|
3144
|
+
ip_protocol: Optional[_builtins.str] = None,
|
|
3145
|
+
local_ovf_path: Optional[_builtins.str] = None,
|
|
3146
|
+
ovf_network_map: Optional[Mapping[str, _builtins.str]] = None,
|
|
3147
|
+
remote_ovf_url: Optional[_builtins.str] = None):
|
|
3148
|
+
"""
|
|
3149
|
+
:param _builtins.bool allow_unverified_ssl_cert: Allow unverified ssl certificates while deploying ovf/ova from url.
|
|
3150
|
+
:param _builtins.str deployment_option: The Deployment option to be chosen. If empty, the default option is used.
|
|
3151
|
+
:param _builtins.str disk_provisioning: An optional disk provisioning. If set, all the disks in the deployed ovf will have the same specified disk type (e.g., thin provisioned).
|
|
3152
|
+
:param _builtins.bool enable_hidden_properties: Allow properties with ovf:userConfigurable=false to be set.
|
|
3153
|
+
:param _builtins.str ip_allocation_policy: The IP allocation policy.
|
|
3154
|
+
:param _builtins.str ip_protocol: The IP protocol.
|
|
3155
|
+
:param _builtins.str local_ovf_path: The absolute path to the ovf/ova file in the local system.
|
|
3156
|
+
:param Mapping[str, _builtins.str] ovf_network_map: The mapping of name of network identifiers from the ovf descriptor to network UUID in the VI infrastructure.
|
|
3157
|
+
:param _builtins.str remote_ovf_url: URL to the remote ovf/ova file to be deployed.
|
|
3158
3158
|
"""
|
|
3159
3159
|
if allow_unverified_ssl_cert is not None:
|
|
3160
3160
|
pulumi.set(__self__, "allow_unverified_ssl_cert", allow_unverified_ssl_cert)
|
|
@@ -3175,73 +3175,73 @@ class VirtualMachineOvfDeploy(dict):
|
|
|
3175
3175
|
if remote_ovf_url is not None:
|
|
3176
3176
|
pulumi.set(__self__, "remote_ovf_url", remote_ovf_url)
|
|
3177
3177
|
|
|
3178
|
-
@property
|
|
3178
|
+
@_builtins.property
|
|
3179
3179
|
@pulumi.getter(name="allowUnverifiedSslCert")
|
|
3180
|
-
def allow_unverified_ssl_cert(self) -> Optional[bool]:
|
|
3180
|
+
def allow_unverified_ssl_cert(self) -> Optional[_builtins.bool]:
|
|
3181
3181
|
"""
|
|
3182
3182
|
Allow unverified ssl certificates while deploying ovf/ova from url.
|
|
3183
3183
|
"""
|
|
3184
3184
|
return pulumi.get(self, "allow_unverified_ssl_cert")
|
|
3185
3185
|
|
|
3186
|
-
@property
|
|
3186
|
+
@_builtins.property
|
|
3187
3187
|
@pulumi.getter(name="deploymentOption")
|
|
3188
|
-
def deployment_option(self) -> Optional[str]:
|
|
3188
|
+
def deployment_option(self) -> Optional[_builtins.str]:
|
|
3189
3189
|
"""
|
|
3190
3190
|
The Deployment option to be chosen. If empty, the default option is used.
|
|
3191
3191
|
"""
|
|
3192
3192
|
return pulumi.get(self, "deployment_option")
|
|
3193
3193
|
|
|
3194
|
-
@property
|
|
3194
|
+
@_builtins.property
|
|
3195
3195
|
@pulumi.getter(name="diskProvisioning")
|
|
3196
|
-
def disk_provisioning(self) -> Optional[str]:
|
|
3196
|
+
def disk_provisioning(self) -> Optional[_builtins.str]:
|
|
3197
3197
|
"""
|
|
3198
3198
|
An optional disk provisioning. If set, all the disks in the deployed ovf will have the same specified disk type (e.g., thin provisioned).
|
|
3199
3199
|
"""
|
|
3200
3200
|
return pulumi.get(self, "disk_provisioning")
|
|
3201
3201
|
|
|
3202
|
-
@property
|
|
3202
|
+
@_builtins.property
|
|
3203
3203
|
@pulumi.getter(name="enableHiddenProperties")
|
|
3204
|
-
def enable_hidden_properties(self) -> Optional[bool]:
|
|
3204
|
+
def enable_hidden_properties(self) -> Optional[_builtins.bool]:
|
|
3205
3205
|
"""
|
|
3206
3206
|
Allow properties with ovf:userConfigurable=false to be set.
|
|
3207
3207
|
"""
|
|
3208
3208
|
return pulumi.get(self, "enable_hidden_properties")
|
|
3209
3209
|
|
|
3210
|
-
@property
|
|
3210
|
+
@_builtins.property
|
|
3211
3211
|
@pulumi.getter(name="ipAllocationPolicy")
|
|
3212
|
-
def ip_allocation_policy(self) -> Optional[str]:
|
|
3212
|
+
def ip_allocation_policy(self) -> Optional[_builtins.str]:
|
|
3213
3213
|
"""
|
|
3214
3214
|
The IP allocation policy.
|
|
3215
3215
|
"""
|
|
3216
3216
|
return pulumi.get(self, "ip_allocation_policy")
|
|
3217
3217
|
|
|
3218
|
-
@property
|
|
3218
|
+
@_builtins.property
|
|
3219
3219
|
@pulumi.getter(name="ipProtocol")
|
|
3220
|
-
def ip_protocol(self) -> Optional[str]:
|
|
3220
|
+
def ip_protocol(self) -> Optional[_builtins.str]:
|
|
3221
3221
|
"""
|
|
3222
3222
|
The IP protocol.
|
|
3223
3223
|
"""
|
|
3224
3224
|
return pulumi.get(self, "ip_protocol")
|
|
3225
3225
|
|
|
3226
|
-
@property
|
|
3226
|
+
@_builtins.property
|
|
3227
3227
|
@pulumi.getter(name="localOvfPath")
|
|
3228
|
-
def local_ovf_path(self) -> Optional[str]:
|
|
3228
|
+
def local_ovf_path(self) -> Optional[_builtins.str]:
|
|
3229
3229
|
"""
|
|
3230
3230
|
The absolute path to the ovf/ova file in the local system.
|
|
3231
3231
|
"""
|
|
3232
3232
|
return pulumi.get(self, "local_ovf_path")
|
|
3233
3233
|
|
|
3234
|
-
@property
|
|
3234
|
+
@_builtins.property
|
|
3235
3235
|
@pulumi.getter(name="ovfNetworkMap")
|
|
3236
|
-
def ovf_network_map(self) -> Optional[Mapping[str, str]]:
|
|
3236
|
+
def ovf_network_map(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
3237
3237
|
"""
|
|
3238
3238
|
The mapping of name of network identifiers from the ovf descriptor to network UUID in the VI infrastructure.
|
|
3239
3239
|
"""
|
|
3240
3240
|
return pulumi.get(self, "ovf_network_map")
|
|
3241
3241
|
|
|
3242
|
-
@property
|
|
3242
|
+
@_builtins.property
|
|
3243
3243
|
@pulumi.getter(name="remoteOvfUrl")
|
|
3244
|
-
def remote_ovf_url(self) -> Optional[str]:
|
|
3244
|
+
def remote_ovf_url(self) -> Optional[_builtins.str]:
|
|
3245
3245
|
"""
|
|
3246
3246
|
URL to the remote ovf/ova file to be deployed.
|
|
3247
3247
|
"""
|
|
@@ -3251,16 +3251,16 @@ class VirtualMachineOvfDeploy(dict):
|
|
|
3251
3251
|
@pulumi.output_type
|
|
3252
3252
|
class VirtualMachineVapp(dict):
|
|
3253
3253
|
def __init__(__self__, *,
|
|
3254
|
-
properties: Optional[Mapping[str, str]] = None):
|
|
3254
|
+
properties: Optional[Mapping[str, _builtins.str]] = None):
|
|
3255
3255
|
"""
|
|
3256
|
-
:param Mapping[str, str] properties: A map of customizable vApp properties and their values. Allows customization of VMs cloned from OVF templates which have customizable vApp properties.
|
|
3256
|
+
:param Mapping[str, _builtins.str] properties: A map of customizable vApp properties and their values. Allows customization of VMs cloned from OVF templates which have customizable vApp properties.
|
|
3257
3257
|
"""
|
|
3258
3258
|
if properties is not None:
|
|
3259
3259
|
pulumi.set(__self__, "properties", properties)
|
|
3260
3260
|
|
|
3261
|
-
@property
|
|
3261
|
+
@_builtins.property
|
|
3262
3262
|
@pulumi.getter
|
|
3263
|
-
def properties(self) -> Optional[Mapping[str, str]]:
|
|
3263
|
+
def properties(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
3264
3264
|
"""
|
|
3265
3265
|
A map of customizable vApp properties and their values. Allows customization of VMs cloned from OVF templates which have customizable vApp properties.
|
|
3266
3266
|
"""
|
|
@@ -3270,16 +3270,16 @@ class VirtualMachineVapp(dict):
|
|
|
3270
3270
|
@pulumi.output_type
|
|
3271
3271
|
class VirtualMachineVtpm(dict):
|
|
3272
3272
|
def __init__(__self__, *,
|
|
3273
|
-
version: Optional[str] = None):
|
|
3273
|
+
version: Optional[_builtins.str] = None):
|
|
3274
3274
|
"""
|
|
3275
|
-
:param str version: The version of the TPM device. Default is 2.0.
|
|
3275
|
+
:param _builtins.str version: The version of the TPM device. Default is 2.0.
|
|
3276
3276
|
"""
|
|
3277
3277
|
if version is not None:
|
|
3278
3278
|
pulumi.set(__self__, "version", version)
|
|
3279
3279
|
|
|
3280
|
-
@property
|
|
3280
|
+
@_builtins.property
|
|
3281
3281
|
@pulumi.getter
|
|
3282
|
-
def version(self) -> Optional[str]:
|
|
3282
|
+
def version(self) -> Optional[_builtins.str]:
|
|
3283
3283
|
"""
|
|
3284
3284
|
The version of the TPM device. Default is 2.0.
|
|
3285
3285
|
"""
|
|
@@ -3308,38 +3308,38 @@ class VmStoragePolicyTagRule(dict):
|
|
|
3308
3308
|
return super().get(key, default)
|
|
3309
3309
|
|
|
3310
3310
|
def __init__(__self__, *,
|
|
3311
|
-
tag_category: str,
|
|
3312
|
-
tags: Sequence[str],
|
|
3313
|
-
include_datastores_with_tags: Optional[bool] = None):
|
|
3311
|
+
tag_category: _builtins.str,
|
|
3312
|
+
tags: Sequence[_builtins.str],
|
|
3313
|
+
include_datastores_with_tags: Optional[_builtins.bool] = None):
|
|
3314
3314
|
"""
|
|
3315
|
-
:param str tag_category: Name of the tag category.
|
|
3316
|
-
:param Sequence[str] tags: List of Name of tags to select from the given category.
|
|
3317
|
-
:param bool include_datastores_with_tags: Include datastores with the given tags or exclude. Default `true`.
|
|
3315
|
+
:param _builtins.str tag_category: Name of the tag category.
|
|
3316
|
+
:param Sequence[_builtins.str] tags: List of Name of tags to select from the given category.
|
|
3317
|
+
:param _builtins.bool include_datastores_with_tags: Include datastores with the given tags or exclude. Default `true`.
|
|
3318
3318
|
"""
|
|
3319
3319
|
pulumi.set(__self__, "tag_category", tag_category)
|
|
3320
3320
|
pulumi.set(__self__, "tags", tags)
|
|
3321
3321
|
if include_datastores_with_tags is not None:
|
|
3322
3322
|
pulumi.set(__self__, "include_datastores_with_tags", include_datastores_with_tags)
|
|
3323
3323
|
|
|
3324
|
-
@property
|
|
3324
|
+
@_builtins.property
|
|
3325
3325
|
@pulumi.getter(name="tagCategory")
|
|
3326
|
-
def tag_category(self) -> str:
|
|
3326
|
+
def tag_category(self) -> _builtins.str:
|
|
3327
3327
|
"""
|
|
3328
3328
|
Name of the tag category.
|
|
3329
3329
|
"""
|
|
3330
3330
|
return pulumi.get(self, "tag_category")
|
|
3331
3331
|
|
|
3332
|
-
@property
|
|
3332
|
+
@_builtins.property
|
|
3333
3333
|
@pulumi.getter
|
|
3334
|
-
def tags(self) -> Sequence[str]:
|
|
3334
|
+
def tags(self) -> Sequence[_builtins.str]:
|
|
3335
3335
|
"""
|
|
3336
3336
|
List of Name of tags to select from the given category.
|
|
3337
3337
|
"""
|
|
3338
3338
|
return pulumi.get(self, "tags")
|
|
3339
3339
|
|
|
3340
|
-
@property
|
|
3340
|
+
@_builtins.property
|
|
3341
3341
|
@pulumi.getter(name="includeDatastoresWithTags")
|
|
3342
|
-
def include_datastores_with_tags(self) -> Optional[bool]:
|
|
3342
|
+
def include_datastores_with_tags(self) -> Optional[_builtins.bool]:
|
|
3343
3343
|
"""
|
|
3344
3344
|
Include datastores with the given tags or exclude. Default `true`.
|
|
3345
3345
|
"""
|
|
@@ -3349,15 +3349,15 @@ class VmStoragePolicyTagRule(dict):
|
|
|
3349
3349
|
@pulumi.output_type
|
|
3350
3350
|
class VnicIpv4(dict):
|
|
3351
3351
|
def __init__(__self__, *,
|
|
3352
|
-
dhcp: Optional[bool] = None,
|
|
3353
|
-
gw: Optional[str] = None,
|
|
3354
|
-
ip: Optional[str] = None,
|
|
3355
|
-
netmask: Optional[str] = None):
|
|
3352
|
+
dhcp: Optional[_builtins.bool] = None,
|
|
3353
|
+
gw: Optional[_builtins.str] = None,
|
|
3354
|
+
ip: Optional[_builtins.str] = None,
|
|
3355
|
+
netmask: Optional[_builtins.str] = None):
|
|
3356
3356
|
"""
|
|
3357
|
-
:param bool dhcp: Use DHCP to configure the interface's IPv4 stack.
|
|
3358
|
-
:param str gw: IP address of the default gateway, if DHCP is not set.
|
|
3359
|
-
:param str ip: address of the interface, if DHCP is not set.
|
|
3360
|
-
:param str netmask: netmask of the interface, if DHCP is not set.
|
|
3357
|
+
:param _builtins.bool dhcp: Use DHCP to configure the interface's IPv4 stack.
|
|
3358
|
+
:param _builtins.str gw: IP address of the default gateway, if DHCP is not set.
|
|
3359
|
+
:param _builtins.str ip: address of the interface, if DHCP is not set.
|
|
3360
|
+
:param _builtins.str netmask: netmask of the interface, if DHCP is not set.
|
|
3361
3361
|
"""
|
|
3362
3362
|
if dhcp is not None:
|
|
3363
3363
|
pulumi.set(__self__, "dhcp", dhcp)
|
|
@@ -3368,33 +3368,33 @@ class VnicIpv4(dict):
|
|
|
3368
3368
|
if netmask is not None:
|
|
3369
3369
|
pulumi.set(__self__, "netmask", netmask)
|
|
3370
3370
|
|
|
3371
|
-
@property
|
|
3371
|
+
@_builtins.property
|
|
3372
3372
|
@pulumi.getter
|
|
3373
|
-
def dhcp(self) -> Optional[bool]:
|
|
3373
|
+
def dhcp(self) -> Optional[_builtins.bool]:
|
|
3374
3374
|
"""
|
|
3375
3375
|
Use DHCP to configure the interface's IPv4 stack.
|
|
3376
3376
|
"""
|
|
3377
3377
|
return pulumi.get(self, "dhcp")
|
|
3378
3378
|
|
|
3379
|
-
@property
|
|
3379
|
+
@_builtins.property
|
|
3380
3380
|
@pulumi.getter
|
|
3381
|
-
def gw(self) -> Optional[str]:
|
|
3381
|
+
def gw(self) -> Optional[_builtins.str]:
|
|
3382
3382
|
"""
|
|
3383
3383
|
IP address of the default gateway, if DHCP is not set.
|
|
3384
3384
|
"""
|
|
3385
3385
|
return pulumi.get(self, "gw")
|
|
3386
3386
|
|
|
3387
|
-
@property
|
|
3387
|
+
@_builtins.property
|
|
3388
3388
|
@pulumi.getter
|
|
3389
|
-
def ip(self) -> Optional[str]:
|
|
3389
|
+
def ip(self) -> Optional[_builtins.str]:
|
|
3390
3390
|
"""
|
|
3391
3391
|
address of the interface, if DHCP is not set.
|
|
3392
3392
|
"""
|
|
3393
3393
|
return pulumi.get(self, "ip")
|
|
3394
3394
|
|
|
3395
|
-
@property
|
|
3395
|
+
@_builtins.property
|
|
3396
3396
|
@pulumi.getter
|
|
3397
|
-
def netmask(self) -> Optional[str]:
|
|
3397
|
+
def netmask(self) -> Optional[_builtins.str]:
|
|
3398
3398
|
"""
|
|
3399
3399
|
netmask of the interface, if DHCP is not set.
|
|
3400
3400
|
"""
|
|
@@ -3404,15 +3404,15 @@ class VnicIpv4(dict):
|
|
|
3404
3404
|
@pulumi.output_type
|
|
3405
3405
|
class VnicIpv6(dict):
|
|
3406
3406
|
def __init__(__self__, *,
|
|
3407
|
-
addresses: Optional[Sequence[str]] = None,
|
|
3408
|
-
autoconfig: Optional[bool] = None,
|
|
3409
|
-
dhcp: Optional[bool] = None,
|
|
3410
|
-
gw: Optional[str] = None):
|
|
3407
|
+
addresses: Optional[Sequence[_builtins.str]] = None,
|
|
3408
|
+
autoconfig: Optional[_builtins.bool] = None,
|
|
3409
|
+
dhcp: Optional[_builtins.bool] = None,
|
|
3410
|
+
gw: Optional[_builtins.str] = None):
|
|
3411
3411
|
"""
|
|
3412
|
-
:param Sequence[str] addresses: List of IPv6 addresses
|
|
3413
|
-
:param bool autoconfig: Use IPv6 Autoconfiguration (RFC2462).
|
|
3414
|
-
:param bool dhcp: Use DHCP to configure the interface's IPv4 stack.
|
|
3415
|
-
:param str gw: IP address of the default gateway, if DHCP or autoconfig is not set.
|
|
3412
|
+
:param Sequence[_builtins.str] addresses: List of IPv6 addresses
|
|
3413
|
+
:param _builtins.bool autoconfig: Use IPv6 Autoconfiguration (RFC2462).
|
|
3414
|
+
:param _builtins.bool dhcp: Use DHCP to configure the interface's IPv4 stack.
|
|
3415
|
+
:param _builtins.str gw: IP address of the default gateway, if DHCP or autoconfig is not set.
|
|
3416
3416
|
"""
|
|
3417
3417
|
if addresses is not None:
|
|
3418
3418
|
pulumi.set(__self__, "addresses", addresses)
|
|
@@ -3423,33 +3423,33 @@ class VnicIpv6(dict):
|
|
|
3423
3423
|
if gw is not None:
|
|
3424
3424
|
pulumi.set(__self__, "gw", gw)
|
|
3425
3425
|
|
|
3426
|
-
@property
|
|
3426
|
+
@_builtins.property
|
|
3427
3427
|
@pulumi.getter
|
|
3428
|
-
def addresses(self) -> Optional[Sequence[str]]:
|
|
3428
|
+
def addresses(self) -> Optional[Sequence[_builtins.str]]:
|
|
3429
3429
|
"""
|
|
3430
3430
|
List of IPv6 addresses
|
|
3431
3431
|
"""
|
|
3432
3432
|
return pulumi.get(self, "addresses")
|
|
3433
3433
|
|
|
3434
|
-
@property
|
|
3434
|
+
@_builtins.property
|
|
3435
3435
|
@pulumi.getter
|
|
3436
|
-
def autoconfig(self) -> Optional[bool]:
|
|
3436
|
+
def autoconfig(self) -> Optional[_builtins.bool]:
|
|
3437
3437
|
"""
|
|
3438
3438
|
Use IPv6 Autoconfiguration (RFC2462).
|
|
3439
3439
|
"""
|
|
3440
3440
|
return pulumi.get(self, "autoconfig")
|
|
3441
3441
|
|
|
3442
|
-
@property
|
|
3442
|
+
@_builtins.property
|
|
3443
3443
|
@pulumi.getter
|
|
3444
|
-
def dhcp(self) -> Optional[bool]:
|
|
3444
|
+
def dhcp(self) -> Optional[_builtins.bool]:
|
|
3445
3445
|
"""
|
|
3446
3446
|
Use DHCP to configure the interface's IPv4 stack.
|
|
3447
3447
|
"""
|
|
3448
3448
|
return pulumi.get(self, "dhcp")
|
|
3449
3449
|
|
|
3450
|
-
@property
|
|
3450
|
+
@_builtins.property
|
|
3451
3451
|
@pulumi.getter
|
|
3452
|
-
def gw(self) -> Optional[str]:
|
|
3452
|
+
def gw(self) -> Optional[_builtins.str]:
|
|
3453
3453
|
"""
|
|
3454
3454
|
IP address of the default gateway, if DHCP or autoconfig is not set.
|
|
3455
3455
|
"""
|
|
@@ -3459,19 +3459,19 @@ class VnicIpv6(dict):
|
|
|
3459
3459
|
@pulumi.output_type
|
|
3460
3460
|
class GetGuestOsCustomizationSpecResult(dict):
|
|
3461
3461
|
def __init__(__self__, *,
|
|
3462
|
-
dns_server_lists: Sequence[str],
|
|
3463
|
-
dns_suffix_lists: Sequence[str],
|
|
3462
|
+
dns_server_lists: Sequence[_builtins.str],
|
|
3463
|
+
dns_suffix_lists: Sequence[_builtins.str],
|
|
3464
3464
|
linux_options: Sequence['outputs.GetGuestOsCustomizationSpecLinuxOptionResult'],
|
|
3465
3465
|
network_interfaces: Sequence['outputs.GetGuestOsCustomizationSpecNetworkInterfaceResult'],
|
|
3466
3466
|
windows_options: Sequence['outputs.GetGuestOsCustomizationSpecWindowsOptionResult'],
|
|
3467
|
-
windows_sysprep_text: str):
|
|
3467
|
+
windows_sysprep_text: _builtins.str):
|
|
3468
3468
|
"""
|
|
3469
|
-
:param Sequence[str] dns_server_lists: A list of DNS servers for a virtual network adapter with a static IP address.
|
|
3470
|
-
:param Sequence[str] dns_suffix_lists: A list of DNS search domains to add to the DNS configuration on the virtual machine.
|
|
3469
|
+
:param Sequence[_builtins.str] dns_server_lists: A list of DNS servers for a virtual network adapter with a static IP address.
|
|
3470
|
+
:param Sequence[_builtins.str] dns_suffix_lists: A list of DNS search domains to add to the DNS configuration on the virtual machine.
|
|
3471
3471
|
:param Sequence['GetGuestOsCustomizationSpecLinuxOptionArgs'] linux_options: A list of configuration options specific to Linux.
|
|
3472
3472
|
:param Sequence['GetGuestOsCustomizationSpecNetworkInterfaceArgs'] network_interfaces: A specification of network interface configuration options.
|
|
3473
3473
|
:param Sequence['GetGuestOsCustomizationSpecWindowsOptionArgs'] windows_options: A list of configuration options specific to Windows.
|
|
3474
|
-
:param str windows_sysprep_text: Use this option to specify use of a Windows Sysprep file.
|
|
3474
|
+
:param _builtins.str windows_sysprep_text: Use this option to specify use of a Windows Sysprep file.
|
|
3475
3475
|
"""
|
|
3476
3476
|
pulumi.set(__self__, "dns_server_lists", dns_server_lists)
|
|
3477
3477
|
pulumi.set(__self__, "dns_suffix_lists", dns_suffix_lists)
|
|
@@ -3480,23 +3480,23 @@ class GetGuestOsCustomizationSpecResult(dict):
|
|
|
3480
3480
|
pulumi.set(__self__, "windows_options", windows_options)
|
|
3481
3481
|
pulumi.set(__self__, "windows_sysprep_text", windows_sysprep_text)
|
|
3482
3482
|
|
|
3483
|
-
@property
|
|
3483
|
+
@_builtins.property
|
|
3484
3484
|
@pulumi.getter(name="dnsServerLists")
|
|
3485
|
-
def dns_server_lists(self) -> Sequence[str]:
|
|
3485
|
+
def dns_server_lists(self) -> Sequence[_builtins.str]:
|
|
3486
3486
|
"""
|
|
3487
3487
|
A list of DNS servers for a virtual network adapter with a static IP address.
|
|
3488
3488
|
"""
|
|
3489
3489
|
return pulumi.get(self, "dns_server_lists")
|
|
3490
3490
|
|
|
3491
|
-
@property
|
|
3491
|
+
@_builtins.property
|
|
3492
3492
|
@pulumi.getter(name="dnsSuffixLists")
|
|
3493
|
-
def dns_suffix_lists(self) -> Sequence[str]:
|
|
3493
|
+
def dns_suffix_lists(self) -> Sequence[_builtins.str]:
|
|
3494
3494
|
"""
|
|
3495
3495
|
A list of DNS search domains to add to the DNS configuration on the virtual machine.
|
|
3496
3496
|
"""
|
|
3497
3497
|
return pulumi.get(self, "dns_suffix_lists")
|
|
3498
3498
|
|
|
3499
|
-
@property
|
|
3499
|
+
@_builtins.property
|
|
3500
3500
|
@pulumi.getter(name="linuxOptions")
|
|
3501
3501
|
def linux_options(self) -> Sequence['outputs.GetGuestOsCustomizationSpecLinuxOptionResult']:
|
|
3502
3502
|
"""
|
|
@@ -3504,7 +3504,7 @@ class GetGuestOsCustomizationSpecResult(dict):
|
|
|
3504
3504
|
"""
|
|
3505
3505
|
return pulumi.get(self, "linux_options")
|
|
3506
3506
|
|
|
3507
|
-
@property
|
|
3507
|
+
@_builtins.property
|
|
3508
3508
|
@pulumi.getter(name="networkInterfaces")
|
|
3509
3509
|
def network_interfaces(self) -> Sequence['outputs.GetGuestOsCustomizationSpecNetworkInterfaceResult']:
|
|
3510
3510
|
"""
|
|
@@ -3512,7 +3512,7 @@ class GetGuestOsCustomizationSpecResult(dict):
|
|
|
3512
3512
|
"""
|
|
3513
3513
|
return pulumi.get(self, "network_interfaces")
|
|
3514
3514
|
|
|
3515
|
-
@property
|
|
3515
|
+
@_builtins.property
|
|
3516
3516
|
@pulumi.getter(name="windowsOptions")
|
|
3517
3517
|
def windows_options(self) -> Sequence['outputs.GetGuestOsCustomizationSpecWindowsOptionResult']:
|
|
3518
3518
|
"""
|
|
@@ -3520,9 +3520,9 @@ class GetGuestOsCustomizationSpecResult(dict):
|
|
|
3520
3520
|
"""
|
|
3521
3521
|
return pulumi.get(self, "windows_options")
|
|
3522
3522
|
|
|
3523
|
-
@property
|
|
3523
|
+
@_builtins.property
|
|
3524
3524
|
@pulumi.getter(name="windowsSysprepText")
|
|
3525
|
-
def windows_sysprep_text(self) -> str:
|
|
3525
|
+
def windows_sysprep_text(self) -> _builtins.str:
|
|
3526
3526
|
"""
|
|
3527
3527
|
Use this option to specify use of a Windows Sysprep file.
|
|
3528
3528
|
"""
|
|
@@ -3532,17 +3532,17 @@ class GetGuestOsCustomizationSpecResult(dict):
|
|
|
3532
3532
|
@pulumi.output_type
|
|
3533
3533
|
class GetGuestOsCustomizationSpecLinuxOptionResult(dict):
|
|
3534
3534
|
def __init__(__self__, *,
|
|
3535
|
-
domain: str,
|
|
3536
|
-
host_name: str,
|
|
3537
|
-
hw_clock_utc: bool,
|
|
3538
|
-
script_text: str,
|
|
3539
|
-
time_zone: str):
|
|
3540
|
-
"""
|
|
3541
|
-
:param str domain: The domain name for this virtual machine.
|
|
3542
|
-
:param str host_name: The hostname for this virtual machine.
|
|
3543
|
-
:param bool hw_clock_utc: Specifies whether or not the hardware clock should be in UTC or not.
|
|
3544
|
-
:param str script_text: The customization script to run before and or after guest customization.
|
|
3545
|
-
:param str time_zone: Set the time zone on the guest operating system. For a list of the acceptable values for Linux customization specifications, see [List of Time Zone Database Zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) on Wikipedia.
|
|
3535
|
+
domain: _builtins.str,
|
|
3536
|
+
host_name: _builtins.str,
|
|
3537
|
+
hw_clock_utc: _builtins.bool,
|
|
3538
|
+
script_text: _builtins.str,
|
|
3539
|
+
time_zone: _builtins.str):
|
|
3540
|
+
"""
|
|
3541
|
+
:param _builtins.str domain: The domain name for this virtual machine.
|
|
3542
|
+
:param _builtins.str host_name: The hostname for this virtual machine.
|
|
3543
|
+
:param _builtins.bool hw_clock_utc: Specifies whether or not the hardware clock should be in UTC or not.
|
|
3544
|
+
:param _builtins.str script_text: The customization script to run before and or after guest customization.
|
|
3545
|
+
:param _builtins.str time_zone: Set the time zone on the guest operating system. For a list of the acceptable values for Linux customization specifications, see [List of Time Zone Database Zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) on Wikipedia.
|
|
3546
3546
|
"""
|
|
3547
3547
|
pulumi.set(__self__, "domain", domain)
|
|
3548
3548
|
pulumi.set(__self__, "host_name", host_name)
|
|
@@ -3550,41 +3550,41 @@ class GetGuestOsCustomizationSpecLinuxOptionResult(dict):
|
|
|
3550
3550
|
pulumi.set(__self__, "script_text", script_text)
|
|
3551
3551
|
pulumi.set(__self__, "time_zone", time_zone)
|
|
3552
3552
|
|
|
3553
|
-
@property
|
|
3553
|
+
@_builtins.property
|
|
3554
3554
|
@pulumi.getter
|
|
3555
|
-
def domain(self) -> str:
|
|
3555
|
+
def domain(self) -> _builtins.str:
|
|
3556
3556
|
"""
|
|
3557
3557
|
The domain name for this virtual machine.
|
|
3558
3558
|
"""
|
|
3559
3559
|
return pulumi.get(self, "domain")
|
|
3560
3560
|
|
|
3561
|
-
@property
|
|
3561
|
+
@_builtins.property
|
|
3562
3562
|
@pulumi.getter(name="hostName")
|
|
3563
|
-
def host_name(self) -> str:
|
|
3563
|
+
def host_name(self) -> _builtins.str:
|
|
3564
3564
|
"""
|
|
3565
3565
|
The hostname for this virtual machine.
|
|
3566
3566
|
"""
|
|
3567
3567
|
return pulumi.get(self, "host_name")
|
|
3568
3568
|
|
|
3569
|
-
@property
|
|
3569
|
+
@_builtins.property
|
|
3570
3570
|
@pulumi.getter(name="hwClockUtc")
|
|
3571
|
-
def hw_clock_utc(self) -> bool:
|
|
3571
|
+
def hw_clock_utc(self) -> _builtins.bool:
|
|
3572
3572
|
"""
|
|
3573
3573
|
Specifies whether or not the hardware clock should be in UTC or not.
|
|
3574
3574
|
"""
|
|
3575
3575
|
return pulumi.get(self, "hw_clock_utc")
|
|
3576
3576
|
|
|
3577
|
-
@property
|
|
3577
|
+
@_builtins.property
|
|
3578
3578
|
@pulumi.getter(name="scriptText")
|
|
3579
|
-
def script_text(self) -> str:
|
|
3579
|
+
def script_text(self) -> _builtins.str:
|
|
3580
3580
|
"""
|
|
3581
3581
|
The customization script to run before and or after guest customization.
|
|
3582
3582
|
"""
|
|
3583
3583
|
return pulumi.get(self, "script_text")
|
|
3584
3584
|
|
|
3585
|
-
@property
|
|
3585
|
+
@_builtins.property
|
|
3586
3586
|
@pulumi.getter(name="timeZone")
|
|
3587
|
-
def time_zone(self) -> str:
|
|
3587
|
+
def time_zone(self) -> _builtins.str:
|
|
3588
3588
|
"""
|
|
3589
3589
|
Set the time zone on the guest operating system. For a list of the acceptable values for Linux customization specifications, see [List of Time Zone Database Zones](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) on Wikipedia.
|
|
3590
3590
|
"""
|
|
@@ -3594,19 +3594,19 @@ class GetGuestOsCustomizationSpecLinuxOptionResult(dict):
|
|
|
3594
3594
|
@pulumi.output_type
|
|
3595
3595
|
class GetGuestOsCustomizationSpecNetworkInterfaceResult(dict):
|
|
3596
3596
|
def __init__(__self__, *,
|
|
3597
|
-
dns_domain: str,
|
|
3598
|
-
dns_server_lists: Sequence[str],
|
|
3599
|
-
ipv4_address: str,
|
|
3600
|
-
ipv4_netmask: int,
|
|
3601
|
-
ipv6_address: str,
|
|
3602
|
-
ipv6_netmask: int):
|
|
3603
|
-
"""
|
|
3604
|
-
:param str dns_domain: A DNS search domain to add to the DNS configuration on the virtual machine.
|
|
3605
|
-
:param Sequence[str] dns_server_lists: Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
|
|
3606
|
-
:param str ipv4_address: The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
|
|
3607
|
-
:param int ipv4_netmask: The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
|
|
3608
|
-
:param str ipv6_address: The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
|
|
3609
|
-
:param int ipv6_netmask: The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.
|
|
3597
|
+
dns_domain: _builtins.str,
|
|
3598
|
+
dns_server_lists: Sequence[_builtins.str],
|
|
3599
|
+
ipv4_address: _builtins.str,
|
|
3600
|
+
ipv4_netmask: _builtins.int,
|
|
3601
|
+
ipv6_address: _builtins.str,
|
|
3602
|
+
ipv6_netmask: _builtins.int):
|
|
3603
|
+
"""
|
|
3604
|
+
:param _builtins.str dns_domain: A DNS search domain to add to the DNS configuration on the virtual machine.
|
|
3605
|
+
:param Sequence[_builtins.str] dns_server_lists: Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
|
|
3606
|
+
:param _builtins.str ipv4_address: The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
|
|
3607
|
+
:param _builtins.int ipv4_netmask: The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
|
|
3608
|
+
:param _builtins.str ipv6_address: The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
|
|
3609
|
+
:param _builtins.int ipv6_netmask: The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.
|
|
3610
3610
|
"""
|
|
3611
3611
|
pulumi.set(__self__, "dns_domain", dns_domain)
|
|
3612
3612
|
pulumi.set(__self__, "dns_server_lists", dns_server_lists)
|
|
@@ -3615,49 +3615,49 @@ class GetGuestOsCustomizationSpecNetworkInterfaceResult(dict):
|
|
|
3615
3615
|
pulumi.set(__self__, "ipv6_address", ipv6_address)
|
|
3616
3616
|
pulumi.set(__self__, "ipv6_netmask", ipv6_netmask)
|
|
3617
3617
|
|
|
3618
|
-
@property
|
|
3618
|
+
@_builtins.property
|
|
3619
3619
|
@pulumi.getter(name="dnsDomain")
|
|
3620
|
-
def dns_domain(self) -> str:
|
|
3620
|
+
def dns_domain(self) -> _builtins.str:
|
|
3621
3621
|
"""
|
|
3622
3622
|
A DNS search domain to add to the DNS configuration on the virtual machine.
|
|
3623
3623
|
"""
|
|
3624
3624
|
return pulumi.get(self, "dns_domain")
|
|
3625
3625
|
|
|
3626
|
-
@property
|
|
3626
|
+
@_builtins.property
|
|
3627
3627
|
@pulumi.getter(name="dnsServerLists")
|
|
3628
|
-
def dns_server_lists(self) -> Sequence[str]:
|
|
3628
|
+
def dns_server_lists(self) -> Sequence[_builtins.str]:
|
|
3629
3629
|
"""
|
|
3630
3630
|
Network-interface specific DNS settings for Windows operating systems. Ignored on Linux.
|
|
3631
3631
|
"""
|
|
3632
3632
|
return pulumi.get(self, "dns_server_lists")
|
|
3633
3633
|
|
|
3634
|
-
@property
|
|
3634
|
+
@_builtins.property
|
|
3635
3635
|
@pulumi.getter(name="ipv4Address")
|
|
3636
|
-
def ipv4_address(self) -> str:
|
|
3636
|
+
def ipv4_address(self) -> _builtins.str:
|
|
3637
3637
|
"""
|
|
3638
3638
|
The IPv4 address assigned to this network adapter. If left blank, DHCP is used.
|
|
3639
3639
|
"""
|
|
3640
3640
|
return pulumi.get(self, "ipv4_address")
|
|
3641
3641
|
|
|
3642
|
-
@property
|
|
3642
|
+
@_builtins.property
|
|
3643
3643
|
@pulumi.getter(name="ipv4Netmask")
|
|
3644
|
-
def ipv4_netmask(self) -> int:
|
|
3644
|
+
def ipv4_netmask(self) -> _builtins.int:
|
|
3645
3645
|
"""
|
|
3646
3646
|
The IPv4 CIDR netmask for the supplied IP address. Ignored if DHCP is selected.
|
|
3647
3647
|
"""
|
|
3648
3648
|
return pulumi.get(self, "ipv4_netmask")
|
|
3649
3649
|
|
|
3650
|
-
@property
|
|
3650
|
+
@_builtins.property
|
|
3651
3651
|
@pulumi.getter(name="ipv6Address")
|
|
3652
|
-
def ipv6_address(self) -> str:
|
|
3652
|
+
def ipv6_address(self) -> _builtins.str:
|
|
3653
3653
|
"""
|
|
3654
3654
|
The IPv6 address assigned to this network adapter. If left blank, default auto-configuration is used.
|
|
3655
3655
|
"""
|
|
3656
3656
|
return pulumi.get(self, "ipv6_address")
|
|
3657
3657
|
|
|
3658
|
-
@property
|
|
3658
|
+
@_builtins.property
|
|
3659
3659
|
@pulumi.getter(name="ipv6Netmask")
|
|
3660
|
-
def ipv6_netmask(self) -> int:
|
|
3660
|
+
def ipv6_netmask(self) -> _builtins.int:
|
|
3661
3661
|
"""
|
|
3662
3662
|
The IPv6 CIDR netmask for the supplied IP address. Ignored if auto-configuration is selected.
|
|
3663
3663
|
"""
|
|
@@ -3667,29 +3667,35 @@ class GetGuestOsCustomizationSpecNetworkInterfaceResult(dict):
|
|
|
3667
3667
|
@pulumi.output_type
|
|
3668
3668
|
class GetGuestOsCustomizationSpecWindowsOptionResult(dict):
|
|
3669
3669
|
def __init__(__self__, *,
|
|
3670
|
-
admin_password: str,
|
|
3671
|
-
auto_logon: bool,
|
|
3672
|
-
auto_logon_count: int,
|
|
3673
|
-
computer_name: str,
|
|
3674
|
-
domain_admin_user: str,
|
|
3675
|
-
domain_ou: str,
|
|
3676
|
-
|
|
3677
|
-
|
|
3678
|
-
|
|
3679
|
-
|
|
3680
|
-
|
|
3681
|
-
|
|
3682
|
-
|
|
3683
|
-
|
|
3684
|
-
|
|
3685
|
-
:param str
|
|
3686
|
-
:param
|
|
3687
|
-
:param
|
|
3688
|
-
:param str
|
|
3689
|
-
:param
|
|
3690
|
-
:param
|
|
3691
|
-
:param str
|
|
3692
|
-
:param str
|
|
3670
|
+
admin_password: _builtins.str,
|
|
3671
|
+
auto_logon: _builtins.bool,
|
|
3672
|
+
auto_logon_count: _builtins.int,
|
|
3673
|
+
computer_name: _builtins.str,
|
|
3674
|
+
domain_admin_user: _builtins.str,
|
|
3675
|
+
domain_ou: _builtins.str,
|
|
3676
|
+
full_name: _builtins.str,
|
|
3677
|
+
join_domain: _builtins.str,
|
|
3678
|
+
organization_name: _builtins.str,
|
|
3679
|
+
product_key: _builtins.str,
|
|
3680
|
+
run_once_command_lists: Sequence[_builtins.str],
|
|
3681
|
+
time_zone: _builtins.int,
|
|
3682
|
+
workgroup: _builtins.str,
|
|
3683
|
+
domain_admin_password: Optional[_builtins.str] = None):
|
|
3684
|
+
"""
|
|
3685
|
+
:param _builtins.str admin_password: The new administrator password for this virtual machine.
|
|
3686
|
+
:param _builtins.bool auto_logon: Specifies whether or not the guest operating system automatically logs on as Administrator.
|
|
3687
|
+
:param _builtins.int auto_logon_count: Specifies how many times the guest operating system should auto-logon the Administrator account when `auto_logon` is `true`.
|
|
3688
|
+
:param _builtins.str computer_name: The hostname for this virtual machine.
|
|
3689
|
+
:param _builtins.str domain_admin_user: The user account of the domain administrator used to join this virtual machine to the domain.
|
|
3690
|
+
:param _builtins.str domain_ou: The MachineObjectOU which specifies the full LDAP path name of the OU to which the virtual machine belongs.
|
|
3691
|
+
:param _builtins.str full_name: The full name of the user of this virtual machine.
|
|
3692
|
+
:param _builtins.str join_domain: The Active Directory domain for the virtual machine to join.
|
|
3693
|
+
:param _builtins.str organization_name: The organization name this virtual machine is being installed for.
|
|
3694
|
+
:param _builtins.str product_key: The product key for this virtual machine.
|
|
3695
|
+
:param Sequence[_builtins.str] run_once_command_lists: A list of commands to run at first user logon, after guest customization.
|
|
3696
|
+
:param _builtins.int time_zone: The new time zone for the virtual machine. This is a sysprep-dictated timezone code.
|
|
3697
|
+
:param _builtins.str workgroup: The workgroup for this virtual machine if not joining an Active Directory domain.
|
|
3698
|
+
:param _builtins.str domain_admin_password: The user account used to join this virtual machine to the Active Directory domain.
|
|
3693
3699
|
"""
|
|
3694
3700
|
pulumi.set(__self__, "admin_password", admin_password)
|
|
3695
3701
|
pulumi.set(__self__, "auto_logon", auto_logon)
|
|
@@ -3697,96 +3703,123 @@ class GetGuestOsCustomizationSpecWindowsOptionResult(dict):
|
|
|
3697
3703
|
pulumi.set(__self__, "computer_name", computer_name)
|
|
3698
3704
|
pulumi.set(__self__, "domain_admin_user", domain_admin_user)
|
|
3699
3705
|
pulumi.set(__self__, "domain_ou", domain_ou)
|
|
3706
|
+
pulumi.set(__self__, "full_name", full_name)
|
|
3700
3707
|
pulumi.set(__self__, "join_domain", join_domain)
|
|
3708
|
+
pulumi.set(__self__, "organization_name", organization_name)
|
|
3709
|
+
pulumi.set(__self__, "product_key", product_key)
|
|
3701
3710
|
pulumi.set(__self__, "run_once_command_lists", run_once_command_lists)
|
|
3702
3711
|
pulumi.set(__self__, "time_zone", time_zone)
|
|
3703
3712
|
pulumi.set(__self__, "workgroup", workgroup)
|
|
3704
3713
|
if domain_admin_password is not None:
|
|
3705
3714
|
pulumi.set(__self__, "domain_admin_password", domain_admin_password)
|
|
3706
3715
|
|
|
3707
|
-
@property
|
|
3716
|
+
@_builtins.property
|
|
3708
3717
|
@pulumi.getter(name="adminPassword")
|
|
3709
|
-
def admin_password(self) -> str:
|
|
3718
|
+
def admin_password(self) -> _builtins.str:
|
|
3710
3719
|
"""
|
|
3711
3720
|
The new administrator password for this virtual machine.
|
|
3712
3721
|
"""
|
|
3713
3722
|
return pulumi.get(self, "admin_password")
|
|
3714
3723
|
|
|
3715
|
-
@property
|
|
3724
|
+
@_builtins.property
|
|
3716
3725
|
@pulumi.getter(name="autoLogon")
|
|
3717
|
-
def auto_logon(self) -> bool:
|
|
3726
|
+
def auto_logon(self) -> _builtins.bool:
|
|
3718
3727
|
"""
|
|
3719
3728
|
Specifies whether or not the guest operating system automatically logs on as Administrator.
|
|
3720
3729
|
"""
|
|
3721
3730
|
return pulumi.get(self, "auto_logon")
|
|
3722
3731
|
|
|
3723
|
-
@property
|
|
3732
|
+
@_builtins.property
|
|
3724
3733
|
@pulumi.getter(name="autoLogonCount")
|
|
3725
|
-
def auto_logon_count(self) -> int:
|
|
3734
|
+
def auto_logon_count(self) -> _builtins.int:
|
|
3726
3735
|
"""
|
|
3727
3736
|
Specifies how many times the guest operating system should auto-logon the Administrator account when `auto_logon` is `true`.
|
|
3728
3737
|
"""
|
|
3729
3738
|
return pulumi.get(self, "auto_logon_count")
|
|
3730
3739
|
|
|
3731
|
-
@property
|
|
3740
|
+
@_builtins.property
|
|
3732
3741
|
@pulumi.getter(name="computerName")
|
|
3733
|
-
def computer_name(self) -> str:
|
|
3742
|
+
def computer_name(self) -> _builtins.str:
|
|
3734
3743
|
"""
|
|
3735
3744
|
The hostname for this virtual machine.
|
|
3736
3745
|
"""
|
|
3737
3746
|
return pulumi.get(self, "computer_name")
|
|
3738
3747
|
|
|
3739
|
-
@property
|
|
3748
|
+
@_builtins.property
|
|
3740
3749
|
@pulumi.getter(name="domainAdminUser")
|
|
3741
|
-
def domain_admin_user(self) -> str:
|
|
3750
|
+
def domain_admin_user(self) -> _builtins.str:
|
|
3742
3751
|
"""
|
|
3743
3752
|
The user account of the domain administrator used to join this virtual machine to the domain.
|
|
3744
3753
|
"""
|
|
3745
3754
|
return pulumi.get(self, "domain_admin_user")
|
|
3746
3755
|
|
|
3747
|
-
@property
|
|
3756
|
+
@_builtins.property
|
|
3748
3757
|
@pulumi.getter(name="domainOu")
|
|
3749
|
-
def domain_ou(self) -> str:
|
|
3758
|
+
def domain_ou(self) -> _builtins.str:
|
|
3750
3759
|
"""
|
|
3751
3760
|
The MachineObjectOU which specifies the full LDAP path name of the OU to which the virtual machine belongs.
|
|
3752
3761
|
"""
|
|
3753
3762
|
return pulumi.get(self, "domain_ou")
|
|
3754
3763
|
|
|
3755
|
-
@property
|
|
3764
|
+
@_builtins.property
|
|
3765
|
+
@pulumi.getter(name="fullName")
|
|
3766
|
+
def full_name(self) -> _builtins.str:
|
|
3767
|
+
"""
|
|
3768
|
+
The full name of the user of this virtual machine.
|
|
3769
|
+
"""
|
|
3770
|
+
return pulumi.get(self, "full_name")
|
|
3771
|
+
|
|
3772
|
+
@_builtins.property
|
|
3756
3773
|
@pulumi.getter(name="joinDomain")
|
|
3757
|
-
def join_domain(self) -> str:
|
|
3774
|
+
def join_domain(self) -> _builtins.str:
|
|
3758
3775
|
"""
|
|
3759
3776
|
The Active Directory domain for the virtual machine to join.
|
|
3760
3777
|
"""
|
|
3761
3778
|
return pulumi.get(self, "join_domain")
|
|
3762
3779
|
|
|
3763
|
-
@property
|
|
3780
|
+
@_builtins.property
|
|
3781
|
+
@pulumi.getter(name="organizationName")
|
|
3782
|
+
def organization_name(self) -> _builtins.str:
|
|
3783
|
+
"""
|
|
3784
|
+
The organization name this virtual machine is being installed for.
|
|
3785
|
+
"""
|
|
3786
|
+
return pulumi.get(self, "organization_name")
|
|
3787
|
+
|
|
3788
|
+
@_builtins.property
|
|
3789
|
+
@pulumi.getter(name="productKey")
|
|
3790
|
+
def product_key(self) -> _builtins.str:
|
|
3791
|
+
"""
|
|
3792
|
+
The product key for this virtual machine.
|
|
3793
|
+
"""
|
|
3794
|
+
return pulumi.get(self, "product_key")
|
|
3795
|
+
|
|
3796
|
+
@_builtins.property
|
|
3764
3797
|
@pulumi.getter(name="runOnceCommandLists")
|
|
3765
|
-
def run_once_command_lists(self) -> Sequence[str]:
|
|
3798
|
+
def run_once_command_lists(self) -> Sequence[_builtins.str]:
|
|
3766
3799
|
"""
|
|
3767
3800
|
A list of commands to run at first user logon, after guest customization.
|
|
3768
3801
|
"""
|
|
3769
3802
|
return pulumi.get(self, "run_once_command_lists")
|
|
3770
3803
|
|
|
3771
|
-
@property
|
|
3804
|
+
@_builtins.property
|
|
3772
3805
|
@pulumi.getter(name="timeZone")
|
|
3773
|
-
def time_zone(self) -> int:
|
|
3806
|
+
def time_zone(self) -> _builtins.int:
|
|
3774
3807
|
"""
|
|
3775
3808
|
The new time zone for the virtual machine. This is a sysprep-dictated timezone code.
|
|
3776
3809
|
"""
|
|
3777
3810
|
return pulumi.get(self, "time_zone")
|
|
3778
3811
|
|
|
3779
|
-
@property
|
|
3812
|
+
@_builtins.property
|
|
3780
3813
|
@pulumi.getter
|
|
3781
|
-
def workgroup(self) -> str:
|
|
3814
|
+
def workgroup(self) -> _builtins.str:
|
|
3782
3815
|
"""
|
|
3783
3816
|
The workgroup for this virtual machine if not joining an Active Directory domain.
|
|
3784
3817
|
"""
|
|
3785
3818
|
return pulumi.get(self, "workgroup")
|
|
3786
3819
|
|
|
3787
|
-
@property
|
|
3820
|
+
@_builtins.property
|
|
3788
3821
|
@pulumi.getter(name="domainAdminPassword")
|
|
3789
|
-
def domain_admin_password(self) -> Optional[str]:
|
|
3822
|
+
def domain_admin_password(self) -> Optional[_builtins.str]:
|
|
3790
3823
|
"""
|
|
3791
3824
|
The user account used to join this virtual machine to the Active Directory domain.
|
|
3792
3825
|
"""
|
|
@@ -3796,21 +3829,21 @@ class GetGuestOsCustomizationSpecWindowsOptionResult(dict):
|
|
|
3796
3829
|
@pulumi.output_type
|
|
3797
3830
|
class GetHostVgpuProfileVgpuProfileResult(dict):
|
|
3798
3831
|
def __init__(__self__, *,
|
|
3799
|
-
disk_snapshot_supported: bool,
|
|
3800
|
-
memory_snapshot_supported: bool,
|
|
3801
|
-
migrate_supported: bool,
|
|
3802
|
-
suspend_supported: bool,
|
|
3803
|
-
vgpu: str):
|
|
3832
|
+
disk_snapshot_supported: _builtins.bool,
|
|
3833
|
+
memory_snapshot_supported: _builtins.bool,
|
|
3834
|
+
migrate_supported: _builtins.bool,
|
|
3835
|
+
suspend_supported: _builtins.bool,
|
|
3836
|
+
vgpu: _builtins.str):
|
|
3804
3837
|
"""
|
|
3805
|
-
:param bool disk_snapshot_supported: Indicates whether the GPU plugin on this host is
|
|
3838
|
+
:param _builtins.bool disk_snapshot_supported: Indicates whether the GPU plugin on this host is
|
|
3806
3839
|
capable of disk-only snapshots when VM is not powered off.
|
|
3807
|
-
:param bool memory_snapshot_supported: Indicates whether the GPU plugin on this host
|
|
3840
|
+
:param _builtins.bool memory_snapshot_supported: Indicates whether the GPU plugin on this host
|
|
3808
3841
|
is capable of memory snapshots.
|
|
3809
|
-
:param bool migrate_supported: Indicates whether the GPU plugin on this host is
|
|
3842
|
+
:param _builtins.bool migrate_supported: Indicates whether the GPU plugin on this host is
|
|
3810
3843
|
capable of migration.
|
|
3811
|
-
:param bool suspend_supported: Indicates whether the GPU plugin on this host is
|
|
3844
|
+
:param _builtins.bool suspend_supported: Indicates whether the GPU plugin on this host is
|
|
3812
3845
|
capable of suspend-resume.
|
|
3813
|
-
:param str vgpu: Name of a particular vGPU available as a shared GPU device (vGPU
|
|
3846
|
+
:param _builtins.str vgpu: Name of a particular vGPU available as a shared GPU device (vGPU
|
|
3814
3847
|
profile).
|
|
3815
3848
|
"""
|
|
3816
3849
|
pulumi.set(__self__, "disk_snapshot_supported", disk_snapshot_supported)
|
|
@@ -3819,45 +3852,45 @@ class GetHostVgpuProfileVgpuProfileResult(dict):
|
|
|
3819
3852
|
pulumi.set(__self__, "suspend_supported", suspend_supported)
|
|
3820
3853
|
pulumi.set(__self__, "vgpu", vgpu)
|
|
3821
3854
|
|
|
3822
|
-
@property
|
|
3855
|
+
@_builtins.property
|
|
3823
3856
|
@pulumi.getter(name="diskSnapshotSupported")
|
|
3824
|
-
def disk_snapshot_supported(self) -> bool:
|
|
3857
|
+
def disk_snapshot_supported(self) -> _builtins.bool:
|
|
3825
3858
|
"""
|
|
3826
3859
|
Indicates whether the GPU plugin on this host is
|
|
3827
3860
|
capable of disk-only snapshots when VM is not powered off.
|
|
3828
3861
|
"""
|
|
3829
3862
|
return pulumi.get(self, "disk_snapshot_supported")
|
|
3830
3863
|
|
|
3831
|
-
@property
|
|
3864
|
+
@_builtins.property
|
|
3832
3865
|
@pulumi.getter(name="memorySnapshotSupported")
|
|
3833
|
-
def memory_snapshot_supported(self) -> bool:
|
|
3866
|
+
def memory_snapshot_supported(self) -> _builtins.bool:
|
|
3834
3867
|
"""
|
|
3835
3868
|
Indicates whether the GPU plugin on this host
|
|
3836
3869
|
is capable of memory snapshots.
|
|
3837
3870
|
"""
|
|
3838
3871
|
return pulumi.get(self, "memory_snapshot_supported")
|
|
3839
3872
|
|
|
3840
|
-
@property
|
|
3873
|
+
@_builtins.property
|
|
3841
3874
|
@pulumi.getter(name="migrateSupported")
|
|
3842
|
-
def migrate_supported(self) -> bool:
|
|
3875
|
+
def migrate_supported(self) -> _builtins.bool:
|
|
3843
3876
|
"""
|
|
3844
3877
|
Indicates whether the GPU plugin on this host is
|
|
3845
3878
|
capable of migration.
|
|
3846
3879
|
"""
|
|
3847
3880
|
return pulumi.get(self, "migrate_supported")
|
|
3848
3881
|
|
|
3849
|
-
@property
|
|
3882
|
+
@_builtins.property
|
|
3850
3883
|
@pulumi.getter(name="suspendSupported")
|
|
3851
|
-
def suspend_supported(self) -> bool:
|
|
3884
|
+
def suspend_supported(self) -> _builtins.bool:
|
|
3852
3885
|
"""
|
|
3853
3886
|
Indicates whether the GPU plugin on this host is
|
|
3854
3887
|
capable of suspend-resume.
|
|
3855
3888
|
"""
|
|
3856
3889
|
return pulumi.get(self, "suspend_supported")
|
|
3857
3890
|
|
|
3858
|
-
@property
|
|
3891
|
+
@_builtins.property
|
|
3859
3892
|
@pulumi.getter
|
|
3860
|
-
def vgpu(self) -> str:
|
|
3893
|
+
def vgpu(self) -> _builtins.str:
|
|
3861
3894
|
"""
|
|
3862
3895
|
Name of a particular vGPU available as a shared GPU device (vGPU
|
|
3863
3896
|
profile).
|
|
@@ -3868,16 +3901,16 @@ class GetHostVgpuProfileVgpuProfileResult(dict):
|
|
|
3868
3901
|
@pulumi.output_type
|
|
3869
3902
|
class GetNetworkFilterResult(dict):
|
|
3870
3903
|
def __init__(__self__, *,
|
|
3871
|
-
network_type: Optional[str] = None):
|
|
3904
|
+
network_type: Optional[_builtins.str] = None):
|
|
3872
3905
|
"""
|
|
3873
|
-
:param str network_type: This is required if you have multiple port groups with the same name. This will be one of `DistributedVirtualPortgroup` for distributed port groups, `Network` for standard (host-based) port groups, or `OpaqueNetwork` for networks managed externally, such as those managed by NSX.
|
|
3906
|
+
:param _builtins.str network_type: This is required if you have multiple port groups with the same name. This will be one of `DistributedVirtualPortgroup` for distributed port groups, `Network` for standard (host-based) port groups, or `OpaqueNetwork` for networks managed externally, such as those managed by NSX.
|
|
3874
3907
|
"""
|
|
3875
3908
|
if network_type is not None:
|
|
3876
3909
|
pulumi.set(__self__, "network_type", network_type)
|
|
3877
3910
|
|
|
3878
|
-
@property
|
|
3911
|
+
@_builtins.property
|
|
3879
3912
|
@pulumi.getter(name="networkType")
|
|
3880
|
-
def network_type(self) -> Optional[str]:
|
|
3913
|
+
def network_type(self) -> Optional[_builtins.str]:
|
|
3881
3914
|
"""
|
|
3882
3915
|
This is required if you have multiple port groups with the same name. This will be one of `DistributedVirtualPortgroup` for distributed port groups, `Network` for standard (host-based) port groups, or `OpaqueNetwork` for networks managed externally, such as those managed by NSX.
|
|
3883
3916
|
"""
|
|
@@ -3887,17 +3920,17 @@ class GetNetworkFilterResult(dict):
|
|
|
3887
3920
|
@pulumi.output_type
|
|
3888
3921
|
class GetVirtualMachineDiskResult(dict):
|
|
3889
3922
|
def __init__(__self__, *,
|
|
3890
|
-
eagerly_scrub: bool,
|
|
3891
|
-
label: str,
|
|
3892
|
-
size: int,
|
|
3893
|
-
thin_provisioned: bool,
|
|
3894
|
-
unit_number: int):
|
|
3895
|
-
"""
|
|
3896
|
-
:param bool eagerly_scrub: Set to `true` if the disk has been eager zeroed.
|
|
3897
|
-
:param str label: The label for the disk.
|
|
3898
|
-
:param int size: The size of the disk, in GIB.
|
|
3899
|
-
:param bool thin_provisioned: Set to `true` if the disk has been thin provisioned.
|
|
3900
|
-
:param int unit_number: The disk number on the storage bus.
|
|
3923
|
+
eagerly_scrub: _builtins.bool,
|
|
3924
|
+
label: _builtins.str,
|
|
3925
|
+
size: _builtins.int,
|
|
3926
|
+
thin_provisioned: _builtins.bool,
|
|
3927
|
+
unit_number: _builtins.int):
|
|
3928
|
+
"""
|
|
3929
|
+
:param _builtins.bool eagerly_scrub: Set to `true` if the disk has been eager zeroed.
|
|
3930
|
+
:param _builtins.str label: The label for the disk.
|
|
3931
|
+
:param _builtins.int size: The size of the disk, in GIB.
|
|
3932
|
+
:param _builtins.bool thin_provisioned: Set to `true` if the disk has been thin provisioned.
|
|
3933
|
+
:param _builtins.int unit_number: The disk number on the storage bus.
|
|
3901
3934
|
"""
|
|
3902
3935
|
pulumi.set(__self__, "eagerly_scrub", eagerly_scrub)
|
|
3903
3936
|
pulumi.set(__self__, "label", label)
|
|
@@ -3905,41 +3938,41 @@ class GetVirtualMachineDiskResult(dict):
|
|
|
3905
3938
|
pulumi.set(__self__, "thin_provisioned", thin_provisioned)
|
|
3906
3939
|
pulumi.set(__self__, "unit_number", unit_number)
|
|
3907
3940
|
|
|
3908
|
-
@property
|
|
3941
|
+
@_builtins.property
|
|
3909
3942
|
@pulumi.getter(name="eagerlyScrub")
|
|
3910
|
-
def eagerly_scrub(self) -> bool:
|
|
3943
|
+
def eagerly_scrub(self) -> _builtins.bool:
|
|
3911
3944
|
"""
|
|
3912
3945
|
Set to `true` if the disk has been eager zeroed.
|
|
3913
3946
|
"""
|
|
3914
3947
|
return pulumi.get(self, "eagerly_scrub")
|
|
3915
3948
|
|
|
3916
|
-
@property
|
|
3949
|
+
@_builtins.property
|
|
3917
3950
|
@pulumi.getter
|
|
3918
|
-
def label(self) -> str:
|
|
3951
|
+
def label(self) -> _builtins.str:
|
|
3919
3952
|
"""
|
|
3920
3953
|
The label for the disk.
|
|
3921
3954
|
"""
|
|
3922
3955
|
return pulumi.get(self, "label")
|
|
3923
3956
|
|
|
3924
|
-
@property
|
|
3957
|
+
@_builtins.property
|
|
3925
3958
|
@pulumi.getter
|
|
3926
|
-
def size(self) -> int:
|
|
3959
|
+
def size(self) -> _builtins.int:
|
|
3927
3960
|
"""
|
|
3928
3961
|
The size of the disk, in GIB.
|
|
3929
3962
|
"""
|
|
3930
3963
|
return pulumi.get(self, "size")
|
|
3931
3964
|
|
|
3932
|
-
@property
|
|
3965
|
+
@_builtins.property
|
|
3933
3966
|
@pulumi.getter(name="thinProvisioned")
|
|
3934
|
-
def thin_provisioned(self) -> bool:
|
|
3967
|
+
def thin_provisioned(self) -> _builtins.bool:
|
|
3935
3968
|
"""
|
|
3936
3969
|
Set to `true` if the disk has been thin provisioned.
|
|
3937
3970
|
"""
|
|
3938
3971
|
return pulumi.get(self, "thin_provisioned")
|
|
3939
3972
|
|
|
3940
|
-
@property
|
|
3973
|
+
@_builtins.property
|
|
3941
3974
|
@pulumi.getter(name="unitNumber")
|
|
3942
|
-
def unit_number(self) -> int:
|
|
3975
|
+
def unit_number(self) -> _builtins.int:
|
|
3943
3976
|
"""
|
|
3944
3977
|
The disk number on the storage bus.
|
|
3945
3978
|
"""
|
|
@@ -3949,29 +3982,29 @@ class GetVirtualMachineDiskResult(dict):
|
|
|
3949
3982
|
@pulumi.output_type
|
|
3950
3983
|
class GetVirtualMachineNetworkInterfaceResult(dict):
|
|
3951
3984
|
def __init__(__self__, *,
|
|
3952
|
-
adapter_type: str,
|
|
3953
|
-
bandwidth_share_count: int,
|
|
3954
|
-
mac_address: str,
|
|
3955
|
-
network_id: str,
|
|
3956
|
-
physical_function: str,
|
|
3957
|
-
bandwidth_limit: Optional[int] = None,
|
|
3958
|
-
bandwidth_reservation: Optional[int] = None,
|
|
3959
|
-
bandwidth_share_level: Optional[str] = None):
|
|
3960
|
-
"""
|
|
3961
|
-
:param str adapter_type: The network interface types for each network interface found
|
|
3985
|
+
adapter_type: _builtins.str,
|
|
3986
|
+
bandwidth_share_count: _builtins.int,
|
|
3987
|
+
mac_address: _builtins.str,
|
|
3988
|
+
network_id: _builtins.str,
|
|
3989
|
+
physical_function: _builtins.str,
|
|
3990
|
+
bandwidth_limit: Optional[_builtins.int] = None,
|
|
3991
|
+
bandwidth_reservation: Optional[_builtins.int] = None,
|
|
3992
|
+
bandwidth_share_level: Optional[_builtins.str] = None):
|
|
3993
|
+
"""
|
|
3994
|
+
:param _builtins.str adapter_type: The network interface types for each network interface found
|
|
3962
3995
|
on the virtual machine, in device bus order. Will be one of `e1000`,
|
|
3963
3996
|
`e1000e`, `vmxnet3vrdma`, or `vmxnet3`.
|
|
3964
|
-
:param int bandwidth_share_count: The share count for this network interface when the
|
|
3997
|
+
:param _builtins.int bandwidth_share_count: The share count for this network interface when the
|
|
3965
3998
|
share level is custom.
|
|
3966
|
-
:param str mac_address: The MAC address of this network interface.
|
|
3967
|
-
:param str network_id: The managed object reference ID of the network this interface
|
|
3999
|
+
:param _builtins.str mac_address: The MAC address of this network interface.
|
|
4000
|
+
:param _builtins.str network_id: The managed object reference ID of the network this interface
|
|
3968
4001
|
is connected to.
|
|
3969
|
-
:param str physical_function: The ID of the Physical SR-IOV NIC to attach to, e.g. '0000:d8:00.0'
|
|
3970
|
-
:param int bandwidth_limit: The upper bandwidth limit of this network interface,
|
|
4002
|
+
:param _builtins.str physical_function: The ID of the Physical SR-IOV NIC to attach to, e.g. '0000:d8:00.0'
|
|
4003
|
+
:param _builtins.int bandwidth_limit: The upper bandwidth limit of this network interface,
|
|
3971
4004
|
in Mbits/sec.
|
|
3972
|
-
:param int bandwidth_reservation: The bandwidth reservation of this network
|
|
4005
|
+
:param _builtins.int bandwidth_reservation: The bandwidth reservation of this network
|
|
3973
4006
|
interface, in Mbits/sec.
|
|
3974
|
-
:param str bandwidth_share_level: The bandwidth share allocation level for this
|
|
4007
|
+
:param _builtins.str bandwidth_share_level: The bandwidth share allocation level for this
|
|
3975
4008
|
interface. Can be one of `low`, `normal`, `high`, or `custom`.
|
|
3976
4009
|
"""
|
|
3977
4010
|
pulumi.set(__self__, "adapter_type", adapter_type)
|
|
@@ -3986,9 +4019,9 @@ class GetVirtualMachineNetworkInterfaceResult(dict):
|
|
|
3986
4019
|
if bandwidth_share_level is not None:
|
|
3987
4020
|
pulumi.set(__self__, "bandwidth_share_level", bandwidth_share_level)
|
|
3988
4021
|
|
|
3989
|
-
@property
|
|
4022
|
+
@_builtins.property
|
|
3990
4023
|
@pulumi.getter(name="adapterType")
|
|
3991
|
-
def adapter_type(self) -> str:
|
|
4024
|
+
def adapter_type(self) -> _builtins.str:
|
|
3992
4025
|
"""
|
|
3993
4026
|
The network interface types for each network interface found
|
|
3994
4027
|
on the virtual machine, in device bus order. Will be one of `e1000`,
|
|
@@ -3996,61 +4029,61 @@ class GetVirtualMachineNetworkInterfaceResult(dict):
|
|
|
3996
4029
|
"""
|
|
3997
4030
|
return pulumi.get(self, "adapter_type")
|
|
3998
4031
|
|
|
3999
|
-
@property
|
|
4032
|
+
@_builtins.property
|
|
4000
4033
|
@pulumi.getter(name="bandwidthShareCount")
|
|
4001
|
-
def bandwidth_share_count(self) -> int:
|
|
4034
|
+
def bandwidth_share_count(self) -> _builtins.int:
|
|
4002
4035
|
"""
|
|
4003
4036
|
The share count for this network interface when the
|
|
4004
4037
|
share level is custom.
|
|
4005
4038
|
"""
|
|
4006
4039
|
return pulumi.get(self, "bandwidth_share_count")
|
|
4007
4040
|
|
|
4008
|
-
@property
|
|
4041
|
+
@_builtins.property
|
|
4009
4042
|
@pulumi.getter(name="macAddress")
|
|
4010
|
-
def mac_address(self) -> str:
|
|
4043
|
+
def mac_address(self) -> _builtins.str:
|
|
4011
4044
|
"""
|
|
4012
4045
|
The MAC address of this network interface.
|
|
4013
4046
|
"""
|
|
4014
4047
|
return pulumi.get(self, "mac_address")
|
|
4015
4048
|
|
|
4016
|
-
@property
|
|
4049
|
+
@_builtins.property
|
|
4017
4050
|
@pulumi.getter(name="networkId")
|
|
4018
|
-
def network_id(self) -> str:
|
|
4051
|
+
def network_id(self) -> _builtins.str:
|
|
4019
4052
|
"""
|
|
4020
4053
|
The managed object reference ID of the network this interface
|
|
4021
4054
|
is connected to.
|
|
4022
4055
|
"""
|
|
4023
4056
|
return pulumi.get(self, "network_id")
|
|
4024
4057
|
|
|
4025
|
-
@property
|
|
4058
|
+
@_builtins.property
|
|
4026
4059
|
@pulumi.getter(name="physicalFunction")
|
|
4027
|
-
def physical_function(self) -> str:
|
|
4060
|
+
def physical_function(self) -> _builtins.str:
|
|
4028
4061
|
"""
|
|
4029
4062
|
The ID of the Physical SR-IOV NIC to attach to, e.g. '0000:d8:00.0'
|
|
4030
4063
|
"""
|
|
4031
4064
|
return pulumi.get(self, "physical_function")
|
|
4032
4065
|
|
|
4033
|
-
@property
|
|
4066
|
+
@_builtins.property
|
|
4034
4067
|
@pulumi.getter(name="bandwidthLimit")
|
|
4035
|
-
def bandwidth_limit(self) -> Optional[int]:
|
|
4068
|
+
def bandwidth_limit(self) -> Optional[_builtins.int]:
|
|
4036
4069
|
"""
|
|
4037
4070
|
The upper bandwidth limit of this network interface,
|
|
4038
4071
|
in Mbits/sec.
|
|
4039
4072
|
"""
|
|
4040
4073
|
return pulumi.get(self, "bandwidth_limit")
|
|
4041
4074
|
|
|
4042
|
-
@property
|
|
4075
|
+
@_builtins.property
|
|
4043
4076
|
@pulumi.getter(name="bandwidthReservation")
|
|
4044
|
-
def bandwidth_reservation(self) -> Optional[int]:
|
|
4077
|
+
def bandwidth_reservation(self) -> Optional[_builtins.int]:
|
|
4045
4078
|
"""
|
|
4046
4079
|
The bandwidth reservation of this network
|
|
4047
4080
|
interface, in Mbits/sec.
|
|
4048
4081
|
"""
|
|
4049
4082
|
return pulumi.get(self, "bandwidth_reservation")
|
|
4050
4083
|
|
|
4051
|
-
@property
|
|
4084
|
+
@_builtins.property
|
|
4052
4085
|
@pulumi.getter(name="bandwidthShareLevel")
|
|
4053
|
-
def bandwidth_share_level(self) -> Optional[str]:
|
|
4086
|
+
def bandwidth_share_level(self) -> Optional[_builtins.str]:
|
|
4054
4087
|
"""
|
|
4055
4088
|
The bandwidth share allocation level for this
|
|
4056
4089
|
interface. Can be one of `low`, `normal`, `high`, or `custom`.
|
|
@@ -4061,16 +4094,16 @@ class GetVirtualMachineNetworkInterfaceResult(dict):
|
|
|
4061
4094
|
@pulumi.output_type
|
|
4062
4095
|
class GetVirtualMachineVappResult(dict):
|
|
4063
4096
|
def __init__(__self__, *,
|
|
4064
|
-
properties: Optional[Mapping[str, str]] = None):
|
|
4097
|
+
properties: Optional[Mapping[str, _builtins.str]] = None):
|
|
4065
4098
|
"""
|
|
4066
|
-
:param Mapping[str, str] properties: A map of customizable vApp properties and their values. Allows customization of VMs cloned from OVF templates which have customizable vApp properties.
|
|
4099
|
+
:param Mapping[str, _builtins.str] properties: A map of customizable vApp properties and their values. Allows customization of VMs cloned from OVF templates which have customizable vApp properties.
|
|
4067
4100
|
"""
|
|
4068
4101
|
if properties is not None:
|
|
4069
4102
|
pulumi.set(__self__, "properties", properties)
|
|
4070
4103
|
|
|
4071
|
-
@property
|
|
4104
|
+
@_builtins.property
|
|
4072
4105
|
@pulumi.getter
|
|
4073
|
-
def properties(self) -> Optional[Mapping[str, str]]:
|
|
4106
|
+
def properties(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
4074
4107
|
"""
|
|
4075
4108
|
A map of customizable vApp properties and their values. Allows customization of VMs cloned from OVF templates which have customizable vApp properties.
|
|
4076
4109
|
"""
|