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.

Files changed (89) hide show
  1. pulumi_vsphere/__init__.py +12 -1
  2. pulumi_vsphere/_inputs.py +1172 -1172
  3. pulumi_vsphere/_utilities.py +1 -1
  4. pulumi_vsphere/compute_cluster.py +1226 -1484
  5. pulumi_vsphere/compute_cluster_host_group.py +124 -53
  6. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +88 -87
  7. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +92 -87
  8. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +109 -104
  9. pulumi_vsphere/compute_cluster_vm_group.py +58 -53
  10. pulumi_vsphere/compute_cluster_vm_host_rule.py +126 -121
  11. pulumi_vsphere/config/__init__.py +2 -1
  12. pulumi_vsphere/config/__init__.pyi +2 -2
  13. pulumi_vsphere/config/vars.py +15 -15
  14. pulumi_vsphere/configuration_profile.py +286 -0
  15. pulumi_vsphere/content_library.py +64 -59
  16. pulumi_vsphere/content_library_item.py +109 -104
  17. pulumi_vsphere/custom_attribute.py +41 -36
  18. pulumi_vsphere/datacenter.py +80 -79
  19. pulumi_vsphere/datastore_cluster.py +531 -477
  20. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +92 -87
  21. pulumi_vsphere/distributed_port_group.py +802 -818
  22. pulumi_vsphere/distributed_virtual_switch.py +1590 -1620
  23. pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +71 -70
  24. pulumi_vsphere/dpm_host_override.py +159 -70
  25. pulumi_vsphere/drs_vm_override.py +75 -70
  26. pulumi_vsphere/entity_permissions.py +40 -39
  27. pulumi_vsphere/file.py +148 -162
  28. pulumi_vsphere/folder.py +104 -99
  29. pulumi_vsphere/get_compute_cluster.py +18 -18
  30. pulumi_vsphere/get_compute_cluster_host_group.py +18 -22
  31. pulumi_vsphere/get_configuration_profile.py +145 -0
  32. pulumi_vsphere/get_content_library.py +10 -10
  33. pulumi_vsphere/get_content_library_item.py +22 -22
  34. pulumi_vsphere/get_custom_attribute.py +12 -12
  35. pulumi_vsphere/get_datacenter.py +12 -12
  36. pulumi_vsphere/get_datastore.py +22 -22
  37. pulumi_vsphere/get_datastore_cluster.py +19 -19
  38. pulumi_vsphere/get_datastore_stats.py +22 -26
  39. pulumi_vsphere/get_distributed_virtual_switch.py +18 -18
  40. pulumi_vsphere/get_dynamic.py +22 -26
  41. pulumi_vsphere/get_folder.py +140 -18
  42. pulumi_vsphere/get_guest_os_customization.py +74 -21
  43. pulumi_vsphere/get_host.py +18 -18
  44. pulumi_vsphere/get_host_base_images.py +6 -6
  45. pulumi_vsphere/get_host_pci_device.py +30 -30
  46. pulumi_vsphere/get_host_thumbprint.py +22 -22
  47. pulumi_vsphere/get_host_vgpu_profile.py +17 -17
  48. pulumi_vsphere/get_license.py +26 -24
  49. pulumi_vsphere/get_network.py +80 -29
  50. pulumi_vsphere/get_ovf_vm_template.py +126 -126
  51. pulumi_vsphere/get_policy.py +10 -10
  52. pulumi_vsphere/get_resource_pool.py +77 -26
  53. pulumi_vsphere/get_role.py +26 -26
  54. pulumi_vsphere/get_tag.py +18 -18
  55. pulumi_vsphere/get_tag_category.py +16 -16
  56. pulumi_vsphere/get_vapp_container.py +16 -16
  57. pulumi_vsphere/get_virtual_machine.py +273 -273
  58. pulumi_vsphere/get_vmfs_disks.py +24 -24
  59. pulumi_vsphere/guest_os_customization.py +75 -74
  60. pulumi_vsphere/ha_vm_override.py +295 -374
  61. pulumi_vsphere/host.py +304 -249
  62. pulumi_vsphere/host_port_group.py +321 -341
  63. pulumi_vsphere/host_virtual_switch.py +373 -389
  64. pulumi_vsphere/license.py +125 -84
  65. pulumi_vsphere/nas_datastore.py +324 -261
  66. pulumi_vsphere/offline_software_depot.py +26 -21
  67. pulumi_vsphere/outputs.py +1003 -970
  68. pulumi_vsphere/provider.py +165 -146
  69. pulumi_vsphere/pulumi-plugin.json +1 -1
  70. pulumi_vsphere/resource_pool.py +691 -364
  71. pulumi_vsphere/role.py +46 -45
  72. pulumi_vsphere/storage_drs_vm_override.py +92 -87
  73. pulumi_vsphere/supervisor.py +210 -209
  74. pulumi_vsphere/tag.py +58 -53
  75. pulumi_vsphere/tag_category.py +75 -70
  76. pulumi_vsphere/vapp_container.py +262 -257
  77. pulumi_vsphere/vapp_entity.py +177 -172
  78. pulumi_vsphere/virtual_disk.py +130 -125
  79. pulumi_vsphere/virtual_machine.py +1339 -1443
  80. pulumi_vsphere/virtual_machine_class.py +109 -108
  81. pulumi_vsphere/virtual_machine_snapshot.py +122 -121
  82. pulumi_vsphere/vm_storage_policy.py +40 -39
  83. pulumi_vsphere/vmfs_datastore.py +189 -184
  84. pulumi_vsphere/vnic.py +145 -144
  85. {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/METADATA +4 -4
  86. pulumi_vsphere-4.17.0a1763710194.dist-info/RECORD +89 -0
  87. {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/WHEEL +1 -1
  88. pulumi_vsphere-4.14.0a1739946909.dist-info/RECORD +0 -87
  89. {pulumi_vsphere-4.14.0a1739946909.dist-info → pulumi_vsphere-4.17.0a1763710194.dist-info}/top_level.txt +0 -0
@@ -1,8 +1,8 @@
1
1
  # coding=utf-8
2
- # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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 copy
5
+ import builtins as _builtins
6
6
  import warnings
7
7
  import sys
8
8
  import pulumi
@@ -21,23 +21,23 @@ __all__ = ['OfflineSoftwareDepotArgs', 'OfflineSoftwareDepot']
21
21
  @pulumi.input_type
22
22
  class OfflineSoftwareDepotArgs:
23
23
  def __init__(__self__, *,
24
- location: pulumi.Input[str]):
24
+ location: pulumi.Input[_builtins.str]):
25
25
  """
26
26
  The set of arguments for constructing a OfflineSoftwareDepot resource.
27
- :param pulumi.Input[str] location: The URL where the depot source is hosted.
27
+ :param pulumi.Input[_builtins.str] location: The URL where the depot source is hosted.
28
28
  """
29
29
  pulumi.set(__self__, "location", location)
30
30
 
31
- @property
31
+ @_builtins.property
32
32
  @pulumi.getter
33
- def location(self) -> pulumi.Input[str]:
33
+ def location(self) -> pulumi.Input[_builtins.str]:
34
34
  """
35
35
  The URL where the depot source is hosted.
36
36
  """
37
37
  return pulumi.get(self, "location")
38
38
 
39
39
  @location.setter
40
- def location(self, value: pulumi.Input[str]):
40
+ def location(self, value: pulumi.Input[_builtins.str]):
41
41
  pulumi.set(self, "location", value)
42
42
 
43
43
 
@@ -45,18 +45,18 @@ class OfflineSoftwareDepotArgs:
45
45
  class _OfflineSoftwareDepotState:
46
46
  def __init__(__self__, *,
47
47
  components: Optional[pulumi.Input[Sequence[pulumi.Input['OfflineSoftwareDepotComponentArgs']]]] = None,
48
- location: Optional[pulumi.Input[str]] = None):
48
+ location: Optional[pulumi.Input[_builtins.str]] = None):
49
49
  """
50
50
  Input properties used for looking up and filtering OfflineSoftwareDepot resources.
51
51
  :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.
52
+ :param pulumi.Input[_builtins.str] location: The URL where the depot source is hosted.
53
53
  """
54
54
  if components is not None:
55
55
  pulumi.set(__self__, "components", components)
56
56
  if location is not None:
57
57
  pulumi.set(__self__, "location", location)
58
58
 
59
- @property
59
+ @_builtins.property
60
60
  @pulumi.getter
61
61
  def components(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['OfflineSoftwareDepotComponentArgs']]]]:
62
62
  """
@@ -68,34 +68,37 @@ class _OfflineSoftwareDepotState:
68
68
  def components(self, value: Optional[pulumi.Input[Sequence[pulumi.Input['OfflineSoftwareDepotComponentArgs']]]]):
69
69
  pulumi.set(self, "components", value)
70
70
 
71
- @property
71
+ @_builtins.property
72
72
  @pulumi.getter
73
- def location(self) -> Optional[pulumi.Input[str]]:
73
+ def location(self) -> Optional[pulumi.Input[_builtins.str]]:
74
74
  """
75
75
  The URL where the depot source is hosted.
76
76
  """
77
77
  return pulumi.get(self, "location")
78
78
 
79
79
  @location.setter
80
- def location(self, value: Optional[pulumi.Input[str]]):
80
+ def location(self, value: Optional[pulumi.Input[_builtins.str]]):
81
81
  pulumi.set(self, "location", value)
82
82
 
83
83
 
84
+ @pulumi.type_token("vsphere:index/offlineSoftwareDepot:OfflineSoftwareDepot")
84
85
  class OfflineSoftwareDepot(pulumi.CustomResource):
85
86
  @overload
86
87
  def __init__(__self__,
87
88
  resource_name: str,
88
89
  opts: Optional[pulumi.ResourceOptions] = None,
89
- location: Optional[pulumi.Input[str]] = None,
90
+ location: Optional[pulumi.Input[_builtins.str]] = None,
90
91
  __props__=None):
91
92
  """
92
93
  Provides a VMware vSphere offline software depot resource.
93
94
 
94
95
  ## Example Usage
95
96
 
97
+ ### S
98
+
96
99
  :param str resource_name: The name of the resource.
97
100
  :param pulumi.ResourceOptions opts: Options for the resource.
98
- :param pulumi.Input[str] location: The URL where the depot source is hosted.
101
+ :param pulumi.Input[_builtins.str] location: The URL where the depot source is hosted.
99
102
  """
100
103
  ...
101
104
  @overload
@@ -108,6 +111,8 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
108
111
 
109
112
  ## Example Usage
110
113
 
114
+ ### S
115
+
111
116
  :param str resource_name: The name of the resource.
112
117
  :param OfflineSoftwareDepotArgs args: The arguments to use to populate this resource's properties.
113
118
  :param pulumi.ResourceOptions opts: Options for the resource.
@@ -123,7 +128,7 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
123
128
  def _internal_init(__self__,
124
129
  resource_name: str,
125
130
  opts: Optional[pulumi.ResourceOptions] = None,
126
- location: Optional[pulumi.Input[str]] = None,
131
+ location: Optional[pulumi.Input[_builtins.str]] = None,
127
132
  __props__=None):
128
133
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
129
134
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -148,7 +153,7 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
148
153
  id: pulumi.Input[str],
149
154
  opts: Optional[pulumi.ResourceOptions] = None,
150
155
  components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OfflineSoftwareDepotComponentArgs', 'OfflineSoftwareDepotComponentArgsDict']]]]] = None,
151
- location: Optional[pulumi.Input[str]] = None) -> 'OfflineSoftwareDepot':
156
+ location: Optional[pulumi.Input[_builtins.str]] = None) -> 'OfflineSoftwareDepot':
152
157
  """
153
158
  Get an existing OfflineSoftwareDepot resource's state with the given name, id, and optional extra
154
159
  properties used to qualify the lookup.
@@ -157,7 +162,7 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
157
162
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
158
163
  :param pulumi.ResourceOptions opts: Options for the resource.
159
164
  :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.
165
+ :param pulumi.Input[_builtins.str] location: The URL where the depot source is hosted.
161
166
  """
162
167
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
163
168
 
@@ -167,7 +172,7 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
167
172
  __props__.__dict__["location"] = location
168
173
  return OfflineSoftwareDepot(resource_name, opts=opts, __props__=__props__)
169
174
 
170
- @property
175
+ @_builtins.property
171
176
  @pulumi.getter
172
177
  def components(self) -> pulumi.Output[Sequence['outputs.OfflineSoftwareDepotComponent']]:
173
178
  """
@@ -175,9 +180,9 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
175
180
  """
176
181
  return pulumi.get(self, "components")
177
182
 
178
- @property
183
+ @_builtins.property
179
184
  @pulumi.getter
180
- def location(self) -> pulumi.Output[str]:
185
+ def location(self) -> pulumi.Output[_builtins.str]:
181
186
  """
182
187
  The URL where the depot source is hosted.
183
188
  """