pulumi-vsphere 4.16.0a1755586112__py3-none-any.whl → 4.16.0a1755845322__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.

@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "vsphere",
4
- "version": "4.16.0-alpha.1755586112"
4
+ "version": "4.16.0-alpha.1755845322"
5
5
  }
@@ -388,14 +388,14 @@ class VirtualDisk(pulumi.CustomResource):
388
388
  import pulumi_vsphere as vsphere
389
389
 
390
390
  datacenter = vsphere.get_datacenter(name="dc-01")
391
- datastore = vsphere.get_datacenter(name="datastore-01")
391
+ datastore = vsphere.get_datastore(name="datastore-01")
392
392
  virtual_disk = vsphere.VirtualDisk("virtual_disk",
393
393
  size=40,
394
394
  type="thin",
395
395
  vmdk_path="/foo/foo.vmdk",
396
396
  create_directories=True,
397
397
  datacenter=datacenter.name,
398
- datastore=datastore_vsphere_datastore["name"])
398
+ datastore=datastore.name)
399
399
  ```
400
400
 
401
401
  ## Import
@@ -470,14 +470,14 @@ class VirtualDisk(pulumi.CustomResource):
470
470
  import pulumi_vsphere as vsphere
471
471
 
472
472
  datacenter = vsphere.get_datacenter(name="dc-01")
473
- datastore = vsphere.get_datacenter(name="datastore-01")
473
+ datastore = vsphere.get_datastore(name="datastore-01")
474
474
  virtual_disk = vsphere.VirtualDisk("virtual_disk",
475
475
  size=40,
476
476
  type="thin",
477
477
  vmdk_path="/foo/foo.vmdk",
478
478
  create_directories=True,
479
479
  datacenter=datacenter.name,
480
- datastore=datastore_vsphere_datastore["name"])
480
+ datastore=datastore.name)
481
481
  ```
482
482
 
483
483
  ## Import
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_vsphere
3
- Version: 4.16.0a1755586112
3
+ Version: 4.16.0a1755845322
4
4
  Summary: A Pulumi package for creating vsphere resources
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -61,7 +61,7 @@ pulumi_vsphere/nas_datastore.py,sha256=XtcRQ9ntYe_JIyspwi3uSF5spZmB9vLtzvpdsaLgw
61
61
  pulumi_vsphere/offline_software_depot.py,sha256=4xxOrCrubrGej9q8sdPTUcW8wMRc_sIE3dcqcm4Tjug,7850
62
62
  pulumi_vsphere/outputs.py,sha256=SU_VgZBgnItVnueVGSXNBmzbkWj5jQMLAgLoX5XzlTI,169218
63
63
  pulumi_vsphere/provider.py,sha256=uYzp9Vta1Aa8R0IDuNQ1aHYuKzy30-n2B6lUzPAKI3U,22488
64
- pulumi_vsphere/pulumi-plugin.json,sha256=k_aFk-9cFcmqul2PaBjYzyq23Mi9mFVgghl8TEy-swE,84
64
+ pulumi_vsphere/pulumi-plugin.json,sha256=2RVN6peQUPPQlealb-h71DliL5KfoMUWoqyLUTKwyOc,84
65
65
  pulumi_vsphere/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
66
66
  pulumi_vsphere/resource_pool.py,sha256=0iW1GbAiGb5E6hxUHn6Rz9bEklEo186LzLrJIKk613Q,59396
67
67
  pulumi_vsphere/role.py,sha256=07ONK7EAsNAbeCmslTA6zG-U6RLjh0AMjaukAgBlaRU,9869
@@ -71,7 +71,7 @@ pulumi_vsphere/tag.py,sha256=83QcHUmG4bpO6MZuyLGFIdLjN4EOKtFrwYz-YK3oy5s,15824
71
71
  pulumi_vsphere/tag_category.py,sha256=qOdAJxj57PgO0lBRb6CTK1EBa6oedrsbOl7I5qlIUXA,18643
72
72
  pulumi_vsphere/vapp_container.py,sha256=zsyGwM1Tw7ef7V8ZKnLJf6kn5vIYVD2P-vRcZnIHdUo,57180
73
73
  pulumi_vsphere/vapp_entity.py,sha256=WtLRuwtnpxryX7Hg2JnM4_rzr05jVoYNEdiSeqT00dw,36772
74
- pulumi_vsphere/virtual_disk.py,sha256=uranqbkec6s-xIPcgMz6Nrtk5_mOn5GiCco-WmeZWB4,36077
74
+ pulumi_vsphere/virtual_disk.py,sha256=eWuc1ESCuP2Q8780Ez8a0zp1iR5Huo_9HWwyQ9-hE9c,36033
75
75
  pulumi_vsphere/virtual_machine.py,sha256=UW48zQHay1H1ayIt_1fImIIq_emRpgBOWUcJw6lOrGk,238007
76
76
  pulumi_vsphere/virtual_machine_class.py,sha256=saUsQh_3bVRAvoY7Y-FUYi_tkqcvqolGS9l2ZyK__L0,18432
77
77
  pulumi_vsphere/virtual_machine_snapshot.py,sha256=12brP8F244x-JqmBKr5h1EFn4DJt4btiRZu2dIW3bWg,26239
@@ -81,7 +81,7 @@ pulumi_vsphere/vnic.py,sha256=qWW6kJptAoOpt8Ucch7bxrS5J2qYCpxbEShYU3Ovpys,32356
81
81
  pulumi_vsphere/config/__init__.py,sha256=XWnQfVtc2oPapjSXXCdORFJvMpXt_SMJQASWdTRoPmc,296
82
82
  pulumi_vsphere/config/__init__.pyi,sha256=xIQJB8zGk5myF9nf2LJUefPcxQjWODo2zQFJMlXkb6Y,1524
83
83
  pulumi_vsphere/config/vars.py,sha256=6lv8iDJ0T9-298m4Kg2oIQIeA-E-PrRu8jAgaZ6b0LU,3513
84
- pulumi_vsphere-4.16.0a1755586112.dist-info/METADATA,sha256=BSDLgEMNpyT4ePOiUxXzxbovR1yxh19cRk-MrpV4MD8,5024
85
- pulumi_vsphere-4.16.0a1755586112.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
86
- pulumi_vsphere-4.16.0a1755586112.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
87
- pulumi_vsphere-4.16.0a1755586112.dist-info/RECORD,,
84
+ pulumi_vsphere-4.16.0a1755845322.dist-info/METADATA,sha256=kMiF0qfbhq3QV3bPGi3928MsHrHw5x49VZq_eTrPJ-8,5024
85
+ pulumi_vsphere-4.16.0a1755845322.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
86
+ pulumi_vsphere-4.16.0a1755845322.dist-info/top_level.txt,sha256=00BIE8zaYtdsw0_tBfXR8E5sTs3lRnwlcZ6lUdu4loI,15
87
+ pulumi_vsphere-4.16.0a1755845322.dist-info/RECORD,,