pulumi-vsphere 4.14.0a1741997722__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.

Files changed (86) hide show
  1. pulumi_vsphere/__init__.py +1 -0
  2. pulumi_vsphere/_inputs.py +969 -968
  3. pulumi_vsphere/compute_cluster.py +921 -917
  4. pulumi_vsphere/compute_cluster_host_group.py +46 -42
  5. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +74 -70
  6. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +74 -70
  7. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +88 -84
  8. pulumi_vsphere/compute_cluster_vm_group.py +46 -42
  9. pulumi_vsphere/compute_cluster_vm_host_rule.py +102 -98
  10. pulumi_vsphere/config/__init__.py +1 -0
  11. pulumi_vsphere/config/__init__.pyi +1 -0
  12. pulumi_vsphere/config/vars.py +1 -0
  13. pulumi_vsphere/content_library.py +46 -42
  14. pulumi_vsphere/content_library_item.py +88 -84
  15. pulumi_vsphere/custom_attribute.py +32 -28
  16. pulumi_vsphere/datacenter.py +67 -63
  17. pulumi_vsphere/datastore_cluster.py +354 -350
  18. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +74 -70
  19. pulumi_vsphere/distributed_port_group.py +648 -644
  20. pulumi_vsphere/distributed_virtual_switch.py +1285 -1281
  21. pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +60 -56
  22. pulumi_vsphere/dpm_host_override.py +60 -56
  23. pulumi_vsphere/drs_vm_override.py +60 -56
  24. pulumi_vsphere/entity_permissions.py +32 -28
  25. pulumi_vsphere/file.py +98 -94
  26. pulumi_vsphere/folder.py +74 -70
  27. pulumi_vsphere/get_compute_cluster.py +13 -12
  28. pulumi_vsphere/get_compute_cluster_host_group.py +13 -12
  29. pulumi_vsphere/get_content_library.py +7 -6
  30. pulumi_vsphere/get_content_library_item.py +17 -16
  31. pulumi_vsphere/get_custom_attribute.py +8 -7
  32. pulumi_vsphere/get_datacenter.py +8 -7
  33. pulumi_vsphere/get_datastore.py +17 -16
  34. pulumi_vsphere/get_datastore_cluster.py +13 -12
  35. pulumi_vsphere/get_datastore_stats.py +17 -16
  36. pulumi_vsphere/get_distributed_virtual_switch.py +13 -12
  37. pulumi_vsphere/get_dynamic.py +17 -16
  38. pulumi_vsphere/get_folder.py +7 -6
  39. pulumi_vsphere/get_guest_os_customization.py +11 -10
  40. pulumi_vsphere/get_host.py +13 -12
  41. pulumi_vsphere/get_host_base_images.py +3 -2
  42. pulumi_vsphere/get_host_pci_device.py +23 -22
  43. pulumi_vsphere/get_host_thumbprint.py +17 -16
  44. pulumi_vsphere/get_host_vgpu_profile.py +12 -11
  45. pulumi_vsphere/get_license.py +12 -11
  46. pulumi_vsphere/get_network.py +18 -17
  47. pulumi_vsphere/get_ovf_vm_template.py +89 -88
  48. pulumi_vsphere/get_policy.py +7 -6
  49. pulumi_vsphere/get_resource_pool.py +12 -11
  50. pulumi_vsphere/get_role.py +20 -19
  51. pulumi_vsphere/get_tag.py +13 -12
  52. pulumi_vsphere/get_tag_category.py +10 -9
  53. pulumi_vsphere/get_vapp_container.py +12 -11
  54. pulumi_vsphere/get_virtual_machine.py +204 -203
  55. pulumi_vsphere/get_vmfs_disks.py +18 -17
  56. pulumi_vsphere/guest_os_customization.py +60 -56
  57. pulumi_vsphere/ha_vm_override.py +214 -210
  58. pulumi_vsphere/host.py +200 -196
  59. pulumi_vsphere/host_port_group.py +256 -252
  60. pulumi_vsphere/host_virtual_switch.py +298 -294
  61. pulumi_vsphere/license.py +60 -56
  62. pulumi_vsphere/nas_datastore.py +214 -210
  63. pulumi_vsphere/offline_software_depot.py +18 -14
  64. pulumi_vsphere/outputs.py +721 -720
  65. pulumi_vsphere/provider.py +101 -97
  66. pulumi_vsphere/pulumi-plugin.json +1 -1
  67. pulumi_vsphere/resource_pool.py +214 -210
  68. pulumi_vsphere/role.py +39 -35
  69. pulumi_vsphere/storage_drs_vm_override.py +74 -70
  70. pulumi_vsphere/supervisor.py +158 -154
  71. pulumi_vsphere/tag.py +46 -42
  72. pulumi_vsphere/tag_category.py +60 -56
  73. pulumi_vsphere/vapp_container.py +214 -210
  74. pulumi_vsphere/vapp_entity.py +144 -140
  75. pulumi_vsphere/virtual_disk.py +102 -98
  76. pulumi_vsphere/virtual_machine.py +1043 -1039
  77. pulumi_vsphere/virtual_machine_class.py +88 -84
  78. pulumi_vsphere/virtual_machine_snapshot.py +102 -98
  79. pulumi_vsphere/vm_storage_policy.py +32 -28
  80. pulumi_vsphere/vmfs_datastore.py +151 -147
  81. pulumi_vsphere/vnic.py +116 -112
  82. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1745952392.dist-info}/METADATA +2 -2
  83. pulumi_vsphere-4.14.0a1745952392.dist-info/RECORD +87 -0
  84. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1745952392.dist-info}/WHEEL +1 -1
  85. pulumi_vsphere-4.14.0a1741997722.dist-info/RECORD +0 -87
  86. {pulumi_vsphere-4.14.0a1741997722.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
  """