pulumi-vsphere 4.17.0a1757725578__py3-none-any.whl → 4.17.0a1763072299__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.
@@ -129,6 +129,23 @@ def get_guest_os_customization(name: Optional[_builtins.str] = None,
129
129
  The `GuestOsCustomization` data source can be used to discover the
130
130
  details about a customization specification for a guest operating system.
131
131
 
132
+ ## Example Usage
133
+
134
+ ```python
135
+ import pulumi
136
+ import pulumi_vsphere as vsphere
137
+
138
+ datacenter = vsphere.get_datacenter(name="dc-01")
139
+ template = vsphere.get_virtual_machine(name="windows-template",
140
+ datacenter_id=datacenter.id)
141
+ windows = vsphere.get_guest_os_customization(name="windows")
142
+ vm = vsphere.VirtualMachine("vm",
143
+ template_uuid=template.id,
144
+ customization_spec=[{
145
+ "id": windows.id,
146
+ }])
147
+ ```
148
+
132
149
 
133
150
  :param _builtins.str name: The name of the customization specification is the unique
134
151
  identifier per vCenter Server instance.
@@ -152,6 +169,23 @@ def get_guest_os_customization_output(name: Optional[pulumi.Input[_builtins.str]
152
169
  The `GuestOsCustomization` data source can be used to discover the
153
170
  details about a customization specification for a guest operating system.
154
171
 
172
+ ## Example Usage
173
+
174
+ ```python
175
+ import pulumi
176
+ import pulumi_vsphere as vsphere
177
+
178
+ datacenter = vsphere.get_datacenter(name="dc-01")
179
+ template = vsphere.get_virtual_machine(name="windows-template",
180
+ datacenter_id=datacenter.id)
181
+ windows = vsphere.get_guest_os_customization(name="windows")
182
+ vm = vsphere.VirtualMachine("vm",
183
+ template_uuid=template.id,
184
+ customization_spec=[{
185
+ "id": windows.id,
186
+ }])
187
+ ```
188
+
155
189
 
156
190
  :param _builtins.str name: The name of the customization specification is the unique
157
191
  identifier per vCenter Server instance.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "vsphere",
4
- "version": "4.17.0-alpha.1757725578"
4
+ "version": "4.17.0-alpha.1763072299"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_vsphere
3
- Version: 4.17.0a1757725578
3
+ Version: 4.17.0a1763072299
4
4
  Summary: A Pulumi package for creating vsphere resources
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -36,7 +36,7 @@ pulumi_vsphere/get_datastore_stats.py,sha256=uhSMV2rAJhLTGtTVVGdnd2QVuH8FUIeDc4p
36
36
  pulumi_vsphere/get_distributed_virtual_switch.py,sha256=c6fE7McVKAlvfqlCUhlmDMaOkOzr4lqvjRpedMSD6ic,7869
37
37
  pulumi_vsphere/get_dynamic.py,sha256=g7EfXgikOaLeiyKSZboFrOnbp3MU7mOmAceDpST5Qms,6754
38
38
  pulumi_vsphere/get_folder.py,sha256=TTwVd6b8HezMEZYVFAjOZbteyUfOhPNkaD5GPRP1RuI,11479
39
- pulumi_vsphere/get_guest_os_customization.py,sha256=Z08Wp47zxGVtdXjJVli-jAhfQ_uWs5L_-s8Evw49xY0,6881
39
+ pulumi_vsphere/get_guest_os_customization.py,sha256=89R3h9RCMFFGoR07W2X_CajbkLWUVh4g1NFHJtB4jeY,7821
40
40
  pulumi_vsphere/get_host.py,sha256=AyOXxYqg04TTmnNrFqrkfEuYUR61fPLz6MefqMGGFZI,6107
41
41
  pulumi_vsphere/get_host_base_images.py,sha256=nOZHSfoqTmIZlCdHwHysuzqOSs6yZPy5Ydksr46BFqk,3550
42
42
  pulumi_vsphere/get_host_pci_device.py,sha256=oqb1zSBOOXpb4tEWw4fwx7TpnpuAU2jGKDB7aLLbgMM,8845
@@ -63,7 +63,7 @@ pulumi_vsphere/nas_datastore.py,sha256=XtcRQ9ntYe_JIyspwi3uSF5spZmB9vLtzvpdsaLgw
63
63
  pulumi_vsphere/offline_software_depot.py,sha256=4xxOrCrubrGej9q8sdPTUcW8wMRc_sIE3dcqcm4Tjug,7850
64
64
  pulumi_vsphere/outputs.py,sha256=SU_VgZBgnItVnueVGSXNBmzbkWj5jQMLAgLoX5XzlTI,169218
65
65
  pulumi_vsphere/provider.py,sha256=uYzp9Vta1Aa8R0IDuNQ1aHYuKzy30-n2B6lUzPAKI3U,22488
66
- pulumi_vsphere/pulumi-plugin.json,sha256=y3qKVgTp1jDvutQTBZE-dyxzLycj4kwL5rBDFKOuuSM,84
66
+ pulumi_vsphere/pulumi-plugin.json,sha256=AQ1mxEiNW5aLAswGytiN-s362UIGiKSUPabmJ4lOiLI,84
67
67
  pulumi_vsphere/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
68
68
  pulumi_vsphere/resource_pool.py,sha256=0iW1GbAiGb5E6hxUHn6Rz9bEklEo186LzLrJIKk613Q,59396
69
69
  pulumi_vsphere/role.py,sha256=07ONK7EAsNAbeCmslTA6zG-U6RLjh0AMjaukAgBlaRU,9869
@@ -83,7 +83,7 @@ pulumi_vsphere/vnic.py,sha256=qWW6kJptAoOpt8Ucch7bxrS5J2qYCpxbEShYU3Ovpys,32356
83
83
  pulumi_vsphere/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
84
84
  pulumi_vsphere/config/__init__.pyi,sha256=xIQJB8zGk5myF9nf2LJUefPcxQjWODo2zQFJMlXkb6Y,1524
85
85
  pulumi_vsphere/config/vars.py,sha256=6lv8iDJ0T9-298m4Kg2oIQIeA-E-PrRu8jAgaZ6b0LU,3513
86
- pulumi_vsphere-4.17.0a1757725578.dist-info/METADATA,sha256=z0H-qU-vGNpy64G9m8qT7tphPkw2FQ80BdeGN36NO1s,5024
87
- pulumi_vsphere-4.17.0a1757725578.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
88
- pulumi_vsphere-4.17.0a1757725578.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
89
- pulumi_vsphere-4.17.0a1757725578.dist-info/RECORD,,
86
+ pulumi_vsphere-4.17.0a1763072299.dist-info/METADATA,sha256=TQzfaUcXsnIsp4RVcYnys61_b8oaWRKYfu4PYDukgco,5024
87
+ pulumi_vsphere-4.17.0a1763072299.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
88
+ pulumi_vsphere-4.17.0a1763072299.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
89
+ pulumi_vsphere-4.17.0a1763072299.dist-info/RECORD,,