pulumi-vsphere 4.14.0a1741243116__py3-none-any.whl → 4.14.0a1745952392__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of pulumi-vsphere might be problematic. Click here for more details.
- pulumi_vsphere/__init__.py +1 -0
- pulumi_vsphere/_inputs.py +969 -968
- pulumi_vsphere/compute_cluster.py +921 -917
- pulumi_vsphere/compute_cluster_host_group.py +46 -42
- pulumi_vsphere/compute_cluster_vm_affinity_rule.py +74 -70
- pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +74 -70
- pulumi_vsphere/compute_cluster_vm_dependency_rule.py +88 -84
- pulumi_vsphere/compute_cluster_vm_group.py +46 -42
- pulumi_vsphere/compute_cluster_vm_host_rule.py +102 -98
- pulumi_vsphere/config/__init__.py +1 -0
- pulumi_vsphere/config/__init__.pyi +1 -0
- pulumi_vsphere/config/vars.py +1 -0
- pulumi_vsphere/content_library.py +46 -42
- pulumi_vsphere/content_library_item.py +88 -84
- pulumi_vsphere/custom_attribute.py +32 -28
- pulumi_vsphere/datacenter.py +67 -63
- pulumi_vsphere/datastore_cluster.py +354 -350
- pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +74 -70
- pulumi_vsphere/distributed_port_group.py +648 -644
- pulumi_vsphere/distributed_virtual_switch.py +1285 -1281
- pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +60 -56
- pulumi_vsphere/dpm_host_override.py +60 -56
- pulumi_vsphere/drs_vm_override.py +60 -56
- pulumi_vsphere/entity_permissions.py +32 -28
- pulumi_vsphere/file.py +98 -94
- pulumi_vsphere/folder.py +74 -70
- pulumi_vsphere/get_compute_cluster.py +13 -12
- pulumi_vsphere/get_compute_cluster_host_group.py +13 -12
- pulumi_vsphere/get_content_library.py +7 -6
- pulumi_vsphere/get_content_library_item.py +17 -16
- pulumi_vsphere/get_custom_attribute.py +8 -7
- pulumi_vsphere/get_datacenter.py +8 -7
- pulumi_vsphere/get_datastore.py +17 -16
- pulumi_vsphere/get_datastore_cluster.py +13 -12
- pulumi_vsphere/get_datastore_stats.py +17 -16
- pulumi_vsphere/get_distributed_virtual_switch.py +13 -12
- pulumi_vsphere/get_dynamic.py +17 -16
- pulumi_vsphere/get_folder.py +7 -6
- pulumi_vsphere/get_guest_os_customization.py +11 -10
- pulumi_vsphere/get_host.py +13 -12
- pulumi_vsphere/get_host_base_images.py +3 -2
- pulumi_vsphere/get_host_pci_device.py +23 -22
- pulumi_vsphere/get_host_thumbprint.py +17 -16
- pulumi_vsphere/get_host_vgpu_profile.py +12 -11
- pulumi_vsphere/get_license.py +12 -11
- pulumi_vsphere/get_network.py +18 -17
- pulumi_vsphere/get_ovf_vm_template.py +89 -88
- pulumi_vsphere/get_policy.py +7 -6
- pulumi_vsphere/get_resource_pool.py +12 -11
- pulumi_vsphere/get_role.py +20 -19
- pulumi_vsphere/get_tag.py +13 -12
- pulumi_vsphere/get_tag_category.py +10 -9
- pulumi_vsphere/get_vapp_container.py +12 -11
- pulumi_vsphere/get_virtual_machine.py +204 -203
- pulumi_vsphere/get_vmfs_disks.py +18 -17
- pulumi_vsphere/guest_os_customization.py +60 -56
- pulumi_vsphere/ha_vm_override.py +214 -210
- pulumi_vsphere/host.py +200 -196
- pulumi_vsphere/host_port_group.py +256 -252
- pulumi_vsphere/host_virtual_switch.py +298 -294
- pulumi_vsphere/license.py +60 -56
- pulumi_vsphere/nas_datastore.py +214 -210
- pulumi_vsphere/offline_software_depot.py +18 -14
- pulumi_vsphere/outputs.py +721 -720
- pulumi_vsphere/provider.py +101 -97
- pulumi_vsphere/pulumi-plugin.json +1 -1
- pulumi_vsphere/resource_pool.py +214 -210
- pulumi_vsphere/role.py +39 -35
- pulumi_vsphere/storage_drs_vm_override.py +74 -70
- pulumi_vsphere/supervisor.py +158 -154
- pulumi_vsphere/tag.py +46 -42
- pulumi_vsphere/tag_category.py +60 -56
- pulumi_vsphere/vapp_container.py +214 -210
- pulumi_vsphere/vapp_entity.py +144 -140
- pulumi_vsphere/virtual_disk.py +102 -98
- pulumi_vsphere/virtual_machine.py +1043 -1039
- pulumi_vsphere/virtual_machine_class.py +88 -84
- pulumi_vsphere/virtual_machine_snapshot.py +102 -98
- pulumi_vsphere/vm_storage_policy.py +32 -28
- pulumi_vsphere/vmfs_datastore.py +151 -147
- pulumi_vsphere/vnic.py +116 -112
- {pulumi_vsphere-4.14.0a1741243116.dist-info → pulumi_vsphere-4.14.0a1745952392.dist-info}/METADATA +2 -2
- pulumi_vsphere-4.14.0a1745952392.dist-info/RECORD +87 -0
- {pulumi_vsphere-4.14.0a1741243116.dist-info → pulumi_vsphere-4.14.0a1745952392.dist-info}/WHEEL +1 -1
- pulumi_vsphere-4.14.0a1741243116.dist-info/RECORD +0 -87
- {pulumi_vsphere-4.14.0a1741243116.dist-info → pulumi_vsphere-4.14.0a1745952392.dist-info}/top_level.txt +0 -0
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
# *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
|
+
import builtins
|
|
5
6
|
import copy
|
|
6
7
|
import warnings
|
|
7
8
|
import sys
|
|
@@ -21,23 +22,23 @@ __all__ = ['OfflineSoftwareDepotArgs', 'OfflineSoftwareDepot']
|
|
|
21
22
|
@pulumi.input_type
|
|
22
23
|
class OfflineSoftwareDepotArgs:
|
|
23
24
|
def __init__(__self__, *,
|
|
24
|
-
location: pulumi.Input[str]):
|
|
25
|
+
location: pulumi.Input[builtins.str]):
|
|
25
26
|
"""
|
|
26
27
|
The set of arguments for constructing a OfflineSoftwareDepot resource.
|
|
27
|
-
:param pulumi.Input[str] location: The URL where the depot source is hosted.
|
|
28
|
+
:param pulumi.Input[builtins.str] location: The URL where the depot source is hosted.
|
|
28
29
|
"""
|
|
29
30
|
pulumi.set(__self__, "location", location)
|
|
30
31
|
|
|
31
32
|
@property
|
|
32
33
|
@pulumi.getter
|
|
33
|
-
def location(self) -> pulumi.Input[str]:
|
|
34
|
+
def location(self) -> pulumi.Input[builtins.str]:
|
|
34
35
|
"""
|
|
35
36
|
The URL where the depot source is hosted.
|
|
36
37
|
"""
|
|
37
38
|
return pulumi.get(self, "location")
|
|
38
39
|
|
|
39
40
|
@location.setter
|
|
40
|
-
def location(self, value: pulumi.Input[str]):
|
|
41
|
+
def location(self, value: pulumi.Input[builtins.str]):
|
|
41
42
|
pulumi.set(self, "location", value)
|
|
42
43
|
|
|
43
44
|
|
|
@@ -45,11 +46,11 @@ class OfflineSoftwareDepotArgs:
|
|
|
45
46
|
class _OfflineSoftwareDepotState:
|
|
46
47
|
def __init__(__self__, *,
|
|
47
48
|
components: Optional[pulumi.Input[Sequence[pulumi.Input['OfflineSoftwareDepotComponentArgs']]]] = None,
|
|
48
|
-
location: Optional[pulumi.Input[str]] = None):
|
|
49
|
+
location: Optional[pulumi.Input[builtins.str]] = None):
|
|
49
50
|
"""
|
|
50
51
|
Input properties used for looking up and filtering OfflineSoftwareDepot resources.
|
|
51
52
|
:param pulumi.Input[Sequence[pulumi.Input['OfflineSoftwareDepotComponentArgs']]] components: The list of custom components in the depot.
|
|
52
|
-
:param pulumi.Input[str] location: The URL where the depot source is hosted.
|
|
53
|
+
:param pulumi.Input[builtins.str] location: The URL where the depot source is hosted.
|
|
53
54
|
"""
|
|
54
55
|
if components is not None:
|
|
55
56
|
pulumi.set(__self__, "components", components)
|
|
@@ -70,23 +71,26 @@ class _OfflineSoftwareDepotState:
|
|
|
70
71
|
|
|
71
72
|
@property
|
|
72
73
|
@pulumi.getter
|
|
73
|
-
def location(self) -> Optional[pulumi.Input[str]]:
|
|
74
|
+
def location(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
74
75
|
"""
|
|
75
76
|
The URL where the depot source is hosted.
|
|
76
77
|
"""
|
|
77
78
|
return pulumi.get(self, "location")
|
|
78
79
|
|
|
79
80
|
@location.setter
|
|
80
|
-
def location(self, value: Optional[pulumi.Input[str]]):
|
|
81
|
+
def location(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
81
82
|
pulumi.set(self, "location", value)
|
|
82
83
|
|
|
83
84
|
|
|
84
85
|
class OfflineSoftwareDepot(pulumi.CustomResource):
|
|
86
|
+
|
|
87
|
+
pulumi_type = "vsphere:index/offlineSoftwareDepot:OfflineSoftwareDepot"
|
|
88
|
+
|
|
85
89
|
@overload
|
|
86
90
|
def __init__(__self__,
|
|
87
91
|
resource_name: str,
|
|
88
92
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
89
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
93
|
+
location: Optional[pulumi.Input[builtins.str]] = None,
|
|
90
94
|
__props__=None):
|
|
91
95
|
"""
|
|
92
96
|
Provides a VMware vSphere offline software depot resource.
|
|
@@ -95,7 +99,7 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
|
|
|
95
99
|
|
|
96
100
|
:param str resource_name: The name of the resource.
|
|
97
101
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
98
|
-
:param pulumi.Input[str] location: The URL where the depot source is hosted.
|
|
102
|
+
:param pulumi.Input[builtins.str] location: The URL where the depot source is hosted.
|
|
99
103
|
"""
|
|
100
104
|
...
|
|
101
105
|
@overload
|
|
@@ -123,7 +127,7 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
|
|
|
123
127
|
def _internal_init(__self__,
|
|
124
128
|
resource_name: str,
|
|
125
129
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
126
|
-
location: Optional[pulumi.Input[str]] = None,
|
|
130
|
+
location: Optional[pulumi.Input[builtins.str]] = None,
|
|
127
131
|
__props__=None):
|
|
128
132
|
opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
|
|
129
133
|
if not isinstance(opts, pulumi.ResourceOptions):
|
|
@@ -148,7 +152,7 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
|
|
|
148
152
|
id: pulumi.Input[str],
|
|
149
153
|
opts: Optional[pulumi.ResourceOptions] = None,
|
|
150
154
|
components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OfflineSoftwareDepotComponentArgs', 'OfflineSoftwareDepotComponentArgsDict']]]]] = None,
|
|
151
|
-
location: Optional[pulumi.Input[str]] = None) -> 'OfflineSoftwareDepot':
|
|
155
|
+
location: Optional[pulumi.Input[builtins.str]] = None) -> 'OfflineSoftwareDepot':
|
|
152
156
|
"""
|
|
153
157
|
Get an existing OfflineSoftwareDepot resource's state with the given name, id, and optional extra
|
|
154
158
|
properties used to qualify the lookup.
|
|
@@ -157,7 +161,7 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
|
|
|
157
161
|
:param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
|
|
158
162
|
:param pulumi.ResourceOptions opts: Options for the resource.
|
|
159
163
|
:param pulumi.Input[Sequence[pulumi.Input[Union['OfflineSoftwareDepotComponentArgs', 'OfflineSoftwareDepotComponentArgsDict']]]] components: The list of custom components in the depot.
|
|
160
|
-
:param pulumi.Input[str] location: The URL where the depot source is hosted.
|
|
164
|
+
:param pulumi.Input[builtins.str] location: The URL where the depot source is hosted.
|
|
161
165
|
"""
|
|
162
166
|
opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
|
|
163
167
|
|
|
@@ -177,7 +181,7 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
|
|
|
177
181
|
|
|
178
182
|
@property
|
|
179
183
|
@pulumi.getter
|
|
180
|
-
def location(self) -> pulumi.Output[str]:
|
|
184
|
+
def location(self) -> pulumi.Output[builtins.str]:
|
|
181
185
|
"""
|
|
182
186
|
The URL where the depot source is hosted.
|
|
183
187
|
"""
|