pulumi-vsphere 4.14.0a1741997722__py3-none-any.whl → 4.14.0a1746734806__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 +919 -917
  4. pulumi_vsphere/compute_cluster_host_group.py +44 -42
  5. pulumi_vsphere/compute_cluster_vm_affinity_rule.py +72 -70
  6. pulumi_vsphere/compute_cluster_vm_anti_affinity_rule.py +72 -70
  7. pulumi_vsphere/compute_cluster_vm_dependency_rule.py +86 -84
  8. pulumi_vsphere/compute_cluster_vm_group.py +44 -42
  9. pulumi_vsphere/compute_cluster_vm_host_rule.py +100 -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 +44 -42
  14. pulumi_vsphere/content_library_item.py +86 -84
  15. pulumi_vsphere/custom_attribute.py +30 -28
  16. pulumi_vsphere/datacenter.py +65 -63
  17. pulumi_vsphere/datastore_cluster.py +352 -350
  18. pulumi_vsphere/datastore_cluster_vm_anti_affinity_rule.py +72 -70
  19. pulumi_vsphere/distributed_port_group.py +646 -644
  20. pulumi_vsphere/distributed_virtual_switch.py +1283 -1281
  21. pulumi_vsphere/distributed_virtual_switch_pvlan_mapping.py +58 -56
  22. pulumi_vsphere/dpm_host_override.py +58 -56
  23. pulumi_vsphere/drs_vm_override.py +58 -56
  24. pulumi_vsphere/entity_permissions.py +30 -28
  25. pulumi_vsphere/file.py +96 -94
  26. pulumi_vsphere/folder.py +72 -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 +58 -56
  57. pulumi_vsphere/ha_vm_override.py +212 -210
  58. pulumi_vsphere/host.py +198 -196
  59. pulumi_vsphere/host_port_group.py +254 -252
  60. pulumi_vsphere/host_virtual_switch.py +296 -294
  61. pulumi_vsphere/license.py +58 -56
  62. pulumi_vsphere/nas_datastore.py +212 -210
  63. pulumi_vsphere/offline_software_depot.py +16 -14
  64. pulumi_vsphere/outputs.py +721 -720
  65. pulumi_vsphere/provider.py +119 -97
  66. pulumi_vsphere/pulumi-plugin.json +1 -1
  67. pulumi_vsphere/resource_pool.py +212 -210
  68. pulumi_vsphere/role.py +37 -35
  69. pulumi_vsphere/storage_drs_vm_override.py +72 -70
  70. pulumi_vsphere/supervisor.py +156 -154
  71. pulumi_vsphere/tag.py +44 -42
  72. pulumi_vsphere/tag_category.py +58 -56
  73. pulumi_vsphere/vapp_container.py +212 -210
  74. pulumi_vsphere/vapp_entity.py +142 -140
  75. pulumi_vsphere/virtual_disk.py +100 -98
  76. pulumi_vsphere/virtual_machine.py +1041 -1039
  77. pulumi_vsphere/virtual_machine_class.py +86 -84
  78. pulumi_vsphere/virtual_machine_snapshot.py +100 -98
  79. pulumi_vsphere/vm_storage_policy.py +30 -28
  80. pulumi_vsphere/vmfs_datastore.py +149 -147
  81. pulumi_vsphere/vnic.py +114 -112
  82. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1746734806.dist-info}/METADATA +4 -4
  83. pulumi_vsphere-4.14.0a1746734806.dist-info/RECORD +87 -0
  84. {pulumi_vsphere-4.14.0a1741997722.dist-info → pulumi_vsphere-4.14.0a1746734806.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.0a1746734806.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,24 @@ 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
 
85
+ @pulumi.type_token("vsphere:index/offlineSoftwareDepot:OfflineSoftwareDepot")
84
86
  class OfflineSoftwareDepot(pulumi.CustomResource):
85
87
  @overload
86
88
  def __init__(__self__,
87
89
  resource_name: str,
88
90
  opts: Optional[pulumi.ResourceOptions] = None,
89
- location: Optional[pulumi.Input[str]] = None,
91
+ location: Optional[pulumi.Input[builtins.str]] = None,
90
92
  __props__=None):
91
93
  """
92
94
  Provides a VMware vSphere offline software depot resource.
@@ -95,7 +97,7 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
95
97
 
96
98
  :param str resource_name: The name of the resource.
97
99
  :param pulumi.ResourceOptions opts: Options for the resource.
98
- :param pulumi.Input[str] location: The URL where the depot source is hosted.
100
+ :param pulumi.Input[builtins.str] location: The URL where the depot source is hosted.
99
101
  """
100
102
  ...
101
103
  @overload
@@ -123,7 +125,7 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
123
125
  def _internal_init(__self__,
124
126
  resource_name: str,
125
127
  opts: Optional[pulumi.ResourceOptions] = None,
126
- location: Optional[pulumi.Input[str]] = None,
128
+ location: Optional[pulumi.Input[builtins.str]] = None,
127
129
  __props__=None):
128
130
  opts = pulumi.ResourceOptions.merge(_utilities.get_resource_opts_defaults(), opts)
129
131
  if not isinstance(opts, pulumi.ResourceOptions):
@@ -148,7 +150,7 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
148
150
  id: pulumi.Input[str],
149
151
  opts: Optional[pulumi.ResourceOptions] = None,
150
152
  components: Optional[pulumi.Input[Sequence[pulumi.Input[Union['OfflineSoftwareDepotComponentArgs', 'OfflineSoftwareDepotComponentArgsDict']]]]] = None,
151
- location: Optional[pulumi.Input[str]] = None) -> 'OfflineSoftwareDepot':
153
+ location: Optional[pulumi.Input[builtins.str]] = None) -> 'OfflineSoftwareDepot':
152
154
  """
153
155
  Get an existing OfflineSoftwareDepot resource's state with the given name, id, and optional extra
154
156
  properties used to qualify the lookup.
@@ -157,7 +159,7 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
157
159
  :param pulumi.Input[str] id: The unique provider ID of the resource to lookup.
158
160
  :param pulumi.ResourceOptions opts: Options for the resource.
159
161
  :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.
162
+ :param pulumi.Input[builtins.str] location: The URL where the depot source is hosted.
161
163
  """
162
164
  opts = pulumi.ResourceOptions.merge(opts, pulumi.ResourceOptions(id=id))
163
165
 
@@ -177,7 +179,7 @@ class OfflineSoftwareDepot(pulumi.CustomResource):
177
179
 
178
180
  @property
179
181
  @pulumi.getter
180
- def location(self) -> pulumi.Output[str]:
182
+ def location(self) -> pulumi.Output[builtins.str]:
181
183
  """
182
184
  The URL where the depot source is hosted.
183
185
  """