pulumi-spotinst 3.113.0a1741494817__py3-none-any.whl → 3.113.0a1741922565__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-spotinst might be problematic. Click here for more details.

@@ -311,6 +311,9 @@ class ElastigroupArgs:
311
311
  pulumi.set(__self__, "stateful_deallocation", stateful_deallocation)
312
312
  if stateful_instance_actions is not None:
313
313
  pulumi.set(__self__, "stateful_instance_actions", stateful_instance_actions)
314
+ if subnet_ids is not None:
315
+ warnings.warn("""This field will soon be deprecated and handled by availability_zones""", DeprecationWarning)
316
+ pulumi.log.warn("""subnet_ids is deprecated: This field will soon be deprecated and handled by availability_zones""")
314
317
  if subnet_ids is not None:
315
318
  pulumi.set(__self__, "subnet_ids", subnet_ids)
316
319
  if tags is not None:
@@ -1145,6 +1148,7 @@ class ElastigroupArgs:
1145
1148
 
1146
1149
  @property
1147
1150
  @pulumi.getter(name="subnetIds")
1151
+ @_utilities.deprecated("""This field will soon be deprecated and handled by availability_zones""")
1148
1152
  def subnet_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
1149
1153
  """
1150
1154
  List of Strings of subnet identifiers.
@@ -1541,6 +1545,9 @@ class _ElastigroupState:
1541
1545
  pulumi.set(__self__, "stateful_deallocation", stateful_deallocation)
1542
1546
  if stateful_instance_actions is not None:
1543
1547
  pulumi.set(__self__, "stateful_instance_actions", stateful_instance_actions)
1548
+ if subnet_ids is not None:
1549
+ warnings.warn("""This field will soon be deprecated and handled by availability_zones""", DeprecationWarning)
1550
+ pulumi.log.warn("""subnet_ids is deprecated: This field will soon be deprecated and handled by availability_zones""")
1544
1551
  if subnet_ids is not None:
1545
1552
  pulumi.set(__self__, "subnet_ids", subnet_ids)
1546
1553
  if tags is not None:
@@ -2375,6 +2382,7 @@ class _ElastigroupState:
2375
2382
 
2376
2383
  @property
2377
2384
  @pulumi.getter(name="subnetIds")
2385
+ @_utilities.deprecated("""This field will soon be deprecated and handled by availability_zones""")
2378
2386
  def subnet_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2379
2387
  """
2380
2388
  List of Strings of subnet identifiers.
@@ -3866,6 +3874,7 @@ class Elastigroup(pulumi.CustomResource):
3866
3874
 
3867
3875
  @property
3868
3876
  @pulumi.getter(name="subnetIds")
3877
+ @_utilities.deprecated("""This field will soon be deprecated and handled by availability_zones""")
3869
3878
  def subnet_ids(self) -> pulumi.Output[Optional[Sequence[str]]]:
3870
3879
  """
3871
3880
  List of Strings of subnet identifiers.
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "spotinst",
4
- "version": "3.113.0-alpha.1741494817"
4
+ "version": "3.113.0-alpha.1741922565"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.2
2
2
  Name: pulumi_spotinst
3
- Version: 3.113.0a1741494817
3
+ Version: 3.113.0a1741922565
4
4
  Summary: A Pulumi package for creating and managing spotinst cloud resources.
5
5
  License: Apache-2.0
6
6
  Project-URL: Homepage, https://pulumi.io
@@ -10,7 +10,7 @@ pulumi_spotinst/health_check.py,sha256=ZMvvx5IXDjR-kHBLh7necWEZsnzKpxJO-VTFesgHa
10
10
  pulumi_spotinst/ocean_right_sizing_rule.py,sha256=A6Ld49H8XVJVZeRw9QM7aeKDl1JHE0K00PAXzbUSP3A,31035
11
11
  pulumi_spotinst/outputs.py,sha256=M9rRd2ny4zvSmHKzKQl9YjOqGF965bUt6GcPfhf098I,170292
12
12
  pulumi_spotinst/provider.py,sha256=kzjCmbsOFAZLVCQAsyzM7deSOMLWhEN8zIasjG0_MUo,7508
13
- pulumi_spotinst/pulumi-plugin.json,sha256=WierDZSIC-9Zj77QfW2nxCs0nWAFoQsXOOHLn1ZAVPE,86
13
+ pulumi_spotinst/pulumi-plugin.json,sha256=c4HK2AmSNXWR0KF_lQ49NnJd1tFD3y7OBz-Vp_hymas,86
14
14
  pulumi_spotinst/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  pulumi_spotinst/stateful_node_azure.py,sha256=WV1SybR7YCFl2TKtdx1-Gq0KxUXeXsFV2CXxhDI17M8,139704
16
16
  pulumi_spotinst/subscription.py,sha256=dyPJeUsgzXDcj48FTq1IYAwC0gwr-JP3Xr4hEbHyh1o,27862
@@ -19,7 +19,7 @@ pulumi_spotinst/aws/_inputs.py,sha256=2qj99FHvmtAI-nUrYwlmUqCWBdGc4_l-AiBJcqcWzb
19
19
  pulumi_spotinst/aws/account.py,sha256=ckJB2aNwZoaOpnRfNg_x2r98OKSkoIcbN_EQ8kti6K4,6373
20
20
  pulumi_spotinst/aws/beanstalk.py,sha256=PO7Y969PyBn6c5IpdYo_RaorKx3MnDHCoSBpkfkdz7o,34067
21
21
  pulumi_spotinst/aws/credentials.py,sha256=LyGcAskdglZXRne5aLMvMFLQtYI-mDhur_Sd4nGZY8w,9186
22
- pulumi_spotinst/aws/elastigroup.py,sha256=00KOIhC7IDmiKzN6SmxGcp3048LoxW3NX6khsht7COc,225676
22
+ pulumi_spotinst/aws/elastigroup.py,sha256=Ko0uUyC8PXPKDpbFNnYSg0blPSGaf_wNcL9ws6UXwaU,226559
23
23
  pulumi_spotinst/aws/managed_instance.py,sha256=xcZcPfzUBFUqSbkujKtERyPRBEYzL8RDjXJwlZZsSyc,84196
24
24
  pulumi_spotinst/aws/mr_scalar.py,sha256=smJHcTeX0sLP1kr1-YLCNs49rR9lMGvNqdmfJKpjjS4,124457
25
25
  pulumi_spotinst/aws/ocean.py,sha256=8jghpZC5FRVoUVvKO4t9ZEtB2h45EXsTe79IlxvJbVg,112231
@@ -70,7 +70,7 @@ pulumi_spotinst/spark/_inputs.py,sha256=MmD5r5PIk8OoR9d0ut__TH0pHDuFmA7Sa_oX6sTQ
70
70
  pulumi_spotinst/spark/ocean.py,sha256=P7UN99lpY2TNp_bukXSqvO_KnVmhw2ORLNDia0dKzjg,19555
71
71
  pulumi_spotinst/spark/ocean_virtual_node_group.py,sha256=sPHsqKiGwdbzhlPr2xNPnyic1OFIwC0x-OK-Gq6Dmqg,8377
72
72
  pulumi_spotinst/spark/outputs.py,sha256=Y1un38DpzMLWjfprr2D573W4FiDu93tIpy3Ell6OEIU,20086
73
- pulumi_spotinst-3.113.0a1741494817.dist-info/METADATA,sha256=l2HwvZW6jqMkZpZdYWD4LFw0FdiWiasWBcYFniF33rc,2721
74
- pulumi_spotinst-3.113.0a1741494817.dist-info/WHEEL,sha256=EaM1zKIUYa7rQnxGiOCGhzJABRwy4WO57rWMR3_tj4I,91
75
- pulumi_spotinst-3.113.0a1741494817.dist-info/top_level.txt,sha256=B1HTsr4PliwgyZPJ-9Cmg9PELboV_GusiFDrxBSVHeI,16
76
- pulumi_spotinst-3.113.0a1741494817.dist-info/RECORD,,
73
+ pulumi_spotinst-3.113.0a1741922565.dist-info/METADATA,sha256=Wc-YBhLKEJl-mAyGv4EM9MOBjYQKFnM7gmwMhgXz8bE,2721
74
+ pulumi_spotinst-3.113.0a1741922565.dist-info/WHEEL,sha256=52BFRY2Up02UkjOa29eZOS2VxUrpPORXg1pkohGGUS8,91
75
+ pulumi_spotinst-3.113.0a1741922565.dist-info/top_level.txt,sha256=B1HTsr4PliwgyZPJ-9Cmg9PELboV_GusiFDrxBSVHeI,16
76
+ pulumi_spotinst-3.113.0a1741922565.dist-info/RECORD,,
@@ -1,5 +1,5 @@
1
1
  Wheel-Version: 1.0
2
- Generator: setuptools (75.9.1)
2
+ Generator: setuptools (76.0.0)
3
3
  Root-Is-Purelib: true
4
4
  Tag: py3-none-any
5
5