pulumi-spotinst 3.117.0a1746081690__py3-none-any.whl → 3.118.0a1746168371__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.

@@ -2211,6 +2211,7 @@ class ElastigroupAzureV3SecretVaultCertificateArgs:
2211
2211
  if not MYPY:
2212
2212
  class ElastigroupAzureV3SecurityArgsDict(TypedDict):
2213
2213
  confidential_os_disk_encryption: NotRequired[pulumi.Input[builtins.bool]]
2214
+ encryption_at_host: NotRequired[pulumi.Input[builtins.bool]]
2214
2215
  secure_boot_enabled: NotRequired[pulumi.Input[builtins.bool]]
2215
2216
  security_type: NotRequired[pulumi.Input[builtins.str]]
2216
2217
  vtpm_enabled: NotRequired[pulumi.Input[builtins.bool]]
@@ -2221,11 +2222,14 @@ elif False:
2221
2222
  class ElastigroupAzureV3SecurityArgs:
2222
2223
  def __init__(__self__, *,
2223
2224
  confidential_os_disk_encryption: Optional[pulumi.Input[builtins.bool]] = None,
2225
+ encryption_at_host: Optional[pulumi.Input[builtins.bool]] = None,
2224
2226
  secure_boot_enabled: Optional[pulumi.Input[builtins.bool]] = None,
2225
2227
  security_type: Optional[pulumi.Input[builtins.str]] = None,
2226
2228
  vtpm_enabled: Optional[pulumi.Input[builtins.bool]] = None):
2227
2229
  if confidential_os_disk_encryption is not None:
2228
2230
  pulumi.set(__self__, "confidential_os_disk_encryption", confidential_os_disk_encryption)
2231
+ if encryption_at_host is not None:
2232
+ pulumi.set(__self__, "encryption_at_host", encryption_at_host)
2229
2233
  if secure_boot_enabled is not None:
2230
2234
  pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
2231
2235
  if security_type is not None:
@@ -2242,6 +2246,15 @@ class ElastigroupAzureV3SecurityArgs:
2242
2246
  def confidential_os_disk_encryption(self, value: Optional[pulumi.Input[builtins.bool]]):
2243
2247
  pulumi.set(self, "confidential_os_disk_encryption", value)
2244
2248
 
2249
+ @property
2250
+ @pulumi.getter(name="encryptionAtHost")
2251
+ def encryption_at_host(self) -> Optional[pulumi.Input[builtins.bool]]:
2252
+ return pulumi.get(self, "encryption_at_host")
2253
+
2254
+ @encryption_at_host.setter
2255
+ def encryption_at_host(self, value: Optional[pulumi.Input[builtins.bool]]):
2256
+ pulumi.set(self, "encryption_at_host", value)
2257
+
2245
2258
  @property
2246
2259
  @pulumi.getter(name="secureBootEnabled")
2247
2260
  def secure_boot_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
@@ -1851,6 +1851,8 @@ class ElastigroupAzureV3Security(dict):
1851
1851
  suggest = None
1852
1852
  if key == "confidentialOsDiskEncryption":
1853
1853
  suggest = "confidential_os_disk_encryption"
1854
+ elif key == "encryptionAtHost":
1855
+ suggest = "encryption_at_host"
1854
1856
  elif key == "secureBootEnabled":
1855
1857
  suggest = "secure_boot_enabled"
1856
1858
  elif key == "securityType":
@@ -1871,11 +1873,14 @@ class ElastigroupAzureV3Security(dict):
1871
1873
 
1872
1874
  def __init__(__self__, *,
1873
1875
  confidential_os_disk_encryption: Optional[builtins.bool] = None,
1876
+ encryption_at_host: Optional[builtins.bool] = None,
1874
1877
  secure_boot_enabled: Optional[builtins.bool] = None,
1875
1878
  security_type: Optional[builtins.str] = None,
1876
1879
  vtpm_enabled: Optional[builtins.bool] = None):
1877
1880
  if confidential_os_disk_encryption is not None:
1878
1881
  pulumi.set(__self__, "confidential_os_disk_encryption", confidential_os_disk_encryption)
1882
+ if encryption_at_host is not None:
1883
+ pulumi.set(__self__, "encryption_at_host", encryption_at_host)
1879
1884
  if secure_boot_enabled is not None:
1880
1885
  pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
1881
1886
  if security_type is not None:
@@ -1888,6 +1893,11 @@ class ElastigroupAzureV3Security(dict):
1888
1893
  def confidential_os_disk_encryption(self) -> Optional[builtins.bool]:
1889
1894
  return pulumi.get(self, "confidential_os_disk_encryption")
1890
1895
 
1896
+ @property
1897
+ @pulumi.getter(name="encryptionAtHost")
1898
+ def encryption_at_host(self) -> Optional[builtins.bool]:
1899
+ return pulumi.get(self, "encryption_at_host")
1900
+
1891
1901
  @property
1892
1902
  @pulumi.getter(name="secureBootEnabled")
1893
1903
  def secure_boot_enabled(self) -> Optional[builtins.bool]:
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "resource": true,
3
3
  "name": "spotinst",
4
- "version": "3.117.0-alpha.1746081690"
4
+ "version": "3.118.0-alpha.1746168371"
5
5
  }
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: pulumi_spotinst
3
- Version: 3.117.0a1746081690
3
+ Version: 3.118.0a1746168371
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
@@ -1,5 +1,5 @@
1
1
  pulumi_spotinst/__init__.py,sha256=zGQ4II5RIK7sg6xV8DPuK6ciPcxOQ6ov1vNq2jFe0Tk,8740
2
- pulumi_spotinst/_inputs.py,sha256=w96G9dPO86HTwdI06hH1nfCtaZ4q2ZSF1xMYHswE17o,219804
2
+ pulumi_spotinst/_inputs.py,sha256=EFzLnfySk9Z3GOcjVKVr_7WIF55FFGtK7T_BUYfOlUk,220428
3
3
  pulumi_spotinst/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
4
4
  pulumi_spotinst/account.py,sha256=LkQO7L7TrWyuTQgyGpHlNN2jTasgQS11mhd_pKE4s9E,6537
5
5
  pulumi_spotinst/credentials_azure.py,sha256=YlihxGeTUmbEEdS5tidvSLEu34Xaz5VEOTmG1T4CpsI,15021
@@ -8,9 +8,9 @@ pulumi_spotinst/data_integration.py,sha256=Kz7TCohKfQ0dpAmXPtBNMKmSos5A5BoOJiXYV
8
8
  pulumi_spotinst/elastigroup_azure_v3.py,sha256=bNmMmv00C4TP3gUxszWu8PguhUGTfCXFnx7Xu1-fuq0,77204
9
9
  pulumi_spotinst/health_check.py,sha256=cOTtuy3O9mREzx9Qv3czZcDol7eTEoofrQV-kFbAVQs,14072
10
10
  pulumi_spotinst/ocean_right_sizing_rule.py,sha256=Cr9Qzal_gYxFwJ8EnfhhWHmm0mn4-VpDTbqPk2OK9GI,31490
11
- pulumi_spotinst/outputs.py,sha256=V4eii4fFudkBuXzlka9pKIFIFQFkQVc3_9uFJREpsAg,175654
11
+ pulumi_spotinst/outputs.py,sha256=Jrqfjj5uc6PBgstKyG4MVFlV5Zhskh4hMOVZhQ8iEvE,176098
12
12
  pulumi_spotinst/provider.py,sha256=YbKw3lkGWSv0697ts5J-DxTZFydk1RLnaDjxyw72nfs,7851
13
- pulumi_spotinst/pulumi-plugin.json,sha256=MXfeiT9qbtSNMsFLU1Ziorq9InuRk5GBY8DBnzWTwBU,86
13
+ pulumi_spotinst/pulumi-plugin.json,sha256=jXd1LnrsP7NhXKcQ4fLcldZ0tSMK3FfCw6ykn7J94Uc,86
14
14
  pulumi_spotinst/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
15
  pulumi_spotinst/stateful_node_azure.py,sha256=kUjNrmZdm-ShoYaNFyjFVCy-3mwJCunQXJh5X7_qW0g,141503
16
16
  pulumi_spotinst/subscription.py,sha256=RIr5-FBj08q0LKwBZaQGhfUd69CFiSa5oKz7zx2drtM,28571
@@ -70,7 +70,7 @@ pulumi_spotinst/spark/_inputs.py,sha256=yFfeSOqV5Jift-FZSGrsC86HStuOakR_EhzNdk42
70
70
  pulumi_spotinst/spark/ocean.py,sha256=7GLggjLAP-uh91WPGUejCWA5cXZrERoLyAc1C6C3jNQ,19746
71
71
  pulumi_spotinst/spark/ocean_virtual_node_group.py,sha256=TStTTGlsgeObpAi1zQAQ-wf_yAiOHBg-1fe8SOhqRqc,8654
72
72
  pulumi_spotinst/spark/outputs.py,sha256=Fd5tyJLyYRKIG1MB6qNFEDzVlLRwYPvC4g9xVHCsrBM,20534
73
- pulumi_spotinst-3.117.0a1746081690.dist-info/METADATA,sha256=B3xURvcR6gj_yiOk6ZirWLyEkkRTYfcyxga-HwQIvwo,2721
74
- pulumi_spotinst-3.117.0a1746081690.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
75
- pulumi_spotinst-3.117.0a1746081690.dist-info/top_level.txt,sha256=B1HTsr4PliwgyZPJ-9Cmg9PELboV_GusiFDrxBSVHeI,16
76
- pulumi_spotinst-3.117.0a1746081690.dist-info/RECORD,,
73
+ pulumi_spotinst-3.118.0a1746168371.dist-info/METADATA,sha256=LXH8S-RPWYQuEikqouOV3fpjnY-7Iu6tD9TH8jsQZfI,2721
74
+ pulumi_spotinst-3.118.0a1746168371.dist-info/WHEEL,sha256=wXxTzcEDnjrTwFYjLPcsW_7_XihufBwmpiBeiXNBGEA,91
75
+ pulumi_spotinst-3.118.0a1746168371.dist-info/top_level.txt,sha256=B1HTsr4PliwgyZPJ-9Cmg9PELboV_GusiFDrxBSVHeI,16
76
+ pulumi_spotinst-3.118.0a1746168371.dist-info/RECORD,,