pulumi-spotinst 3.120.0a1747377971__py3-none-any.whl → 3.120.1__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.
- pulumi_spotinst/__init__.py +1 -1
- pulumi_spotinst/_inputs.py +1 -1
- pulumi_spotinst/_utilities.py +1 -1
- pulumi_spotinst/account.py +1 -1
- pulumi_spotinst/aws/__init__.py +1 -1
- pulumi_spotinst/aws/_inputs.py +1 -1
- pulumi_spotinst/aws/account.py +1 -1
- pulumi_spotinst/aws/beanstalk.py +1 -1
- pulumi_spotinst/aws/credentials.py +1 -1
- pulumi_spotinst/aws/elastigroup.py +1 -1
- pulumi_spotinst/aws/managed_instance.py +1 -1
- pulumi_spotinst/aws/mr_scalar.py +1 -1
- pulumi_spotinst/aws/ocean.py +1 -1
- pulumi_spotinst/aws/ocean_extended_resource_definition.py +1 -1
- pulumi_spotinst/aws/ocean_launch_spec.py +1 -1
- pulumi_spotinst/aws/outputs.py +1 -1
- pulumi_spotinst/aws/suspension.py +1 -1
- pulumi_spotinst/azure/__init__.py +1 -1
- pulumi_spotinst/azure/_inputs.py +1 -1
- pulumi_spotinst/azure/ocean_np.py +1 -1
- pulumi_spotinst/azure/ocean_np_virtual_node_group.py +1 -1
- pulumi_spotinst/azure/outputs.py +1 -1
- pulumi_spotinst/config/__init__.py +1 -1
- pulumi_spotinst/config/__init__.pyi +1 -1
- pulumi_spotinst/config/vars.py +1 -1
- pulumi_spotinst/credentials_azure.py +53 -4
- pulumi_spotinst/credentials_gcp.py +1 -1
- pulumi_spotinst/data_integration.py +1 -1
- pulumi_spotinst/ecs/__init__.py +1 -1
- pulumi_spotinst/ecs/_inputs.py +1 -1
- pulumi_spotinst/ecs/ocean.py +1 -1
- pulumi_spotinst/ecs/ocean_launch_spec.py +1 -1
- pulumi_spotinst/ecs/outputs.py +1 -1
- pulumi_spotinst/elastigroup_azure_v3.py +1 -1
- pulumi_spotinst/gcp/__init__.py +1 -1
- pulumi_spotinst/gcp/_inputs.py +1 -1
- pulumi_spotinst/gcp/elastigroup.py +1 -1
- pulumi_spotinst/gcp/outputs.py +1 -1
- pulumi_spotinst/gke/__init__.py +1 -1
- pulumi_spotinst/gke/_inputs.py +1 -1
- pulumi_spotinst/gke/elastigroup.py +1 -1
- pulumi_spotinst/gke/ocean_import.py +1 -1
- pulumi_spotinst/gke/ocean_launch_spec.py +1 -1
- pulumi_spotinst/gke/ocean_launch_spec_import.py +1 -1
- pulumi_spotinst/gke/outputs.py +1 -1
- pulumi_spotinst/health_check.py +1 -1
- pulumi_spotinst/ocean_right_sizing_rule.py +1 -1
- pulumi_spotinst/oceancd/__init__.py +1 -1
- pulumi_spotinst/oceancd/_inputs.py +1 -1
- pulumi_spotinst/oceancd/outputs.py +1 -1
- pulumi_spotinst/oceancd/rollout_spec.py +1 -1
- pulumi_spotinst/oceancd/strategy.py +1 -1
- pulumi_spotinst/oceancd/verification_provider.py +1 -1
- pulumi_spotinst/oceancd/verification_template.py +1 -1
- pulumi_spotinst/organization/__init__.py +1 -1
- pulumi_spotinst/organization/_inputs.py +1 -1
- pulumi_spotinst/organization/outputs.py +1 -1
- pulumi_spotinst/organization/policy.py +1 -1
- pulumi_spotinst/organization/programmatic_user.py +1 -1
- pulumi_spotinst/organization/user.py +1 -1
- pulumi_spotinst/organization/user_group.py +1 -1
- pulumi_spotinst/outputs.py +1 -1
- pulumi_spotinst/provider.py +1 -1
- pulumi_spotinst/pulumi-plugin.json +1 -1
- pulumi_spotinst/spark/__init__.py +1 -1
- pulumi_spotinst/spark/_inputs.py +1 -1
- pulumi_spotinst/spark/ocean.py +1 -1
- pulumi_spotinst/spark/ocean_virtual_node_group.py +1 -1
- pulumi_spotinst/spark/outputs.py +1 -1
- pulumi_spotinst/stateful_node_azure.py +1 -35
- pulumi_spotinst/subscription.py +1 -1
- {pulumi_spotinst-3.120.0a1747377971.dist-info → pulumi_spotinst-3.120.1.dist-info}/METADATA +1 -1
- pulumi_spotinst-3.120.1.dist-info/RECORD +76 -0
- {pulumi_spotinst-3.120.0a1747377971.dist-info → pulumi_spotinst-3.120.1.dist-info}/WHEEL +1 -1
- pulumi_spotinst-3.120.0a1747377971.dist-info/RECORD +0 -76
- {pulumi_spotinst-3.120.0a1747377971.dist-info → pulumi_spotinst-3.120.1.dist-info}/top_level.txt +0 -0
pulumi_spotinst/__init__.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/_inputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/_utilities.py
CHANGED
pulumi_spotinst/account.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/aws/__init__.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/aws/_inputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/aws/account.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/aws/beanstalk.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/aws/mr_scalar.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/aws/ocean.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/aws/outputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/azure/_inputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/azure/outputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/config/vars.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -24,7 +24,8 @@ class CredentialsAzureArgs:
|
|
|
24
24
|
client_id: pulumi.Input[builtins.str],
|
|
25
25
|
client_secret: pulumi.Input[builtins.str],
|
|
26
26
|
subscription_id: pulumi.Input[builtins.str],
|
|
27
|
-
tenant_id: pulumi.Input[builtins.str]
|
|
27
|
+
tenant_id: pulumi.Input[builtins.str],
|
|
28
|
+
expiration_date: Optional[pulumi.Input[builtins.str]] = None):
|
|
28
29
|
"""
|
|
29
30
|
The set of arguments for constructing a CredentialsAzure resource.
|
|
30
31
|
:param pulumi.Input[builtins.str] account_id: The ID of the account associated with your token.
|
|
@@ -32,12 +33,15 @@ class CredentialsAzureArgs:
|
|
|
32
33
|
:param pulumi.Input[builtins.str] client_secret: Set the key secret.
|
|
33
34
|
:param pulumi.Input[builtins.str] subscription_id: Set the subscription ID.
|
|
34
35
|
:param pulumi.Input[builtins.str] tenant_id: Set the directory ID.
|
|
36
|
+
:param pulumi.Input[builtins.str] expiration_date: Set the key secret expiration date.
|
|
35
37
|
"""
|
|
36
38
|
pulumi.set(__self__, "account_id", account_id)
|
|
37
39
|
pulumi.set(__self__, "client_id", client_id)
|
|
38
40
|
pulumi.set(__self__, "client_secret", client_secret)
|
|
39
41
|
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
40
42
|
pulumi.set(__self__, "tenant_id", tenant_id)
|
|
43
|
+
if expiration_date is not None:
|
|
44
|
+
pulumi.set(__self__, "expiration_date", expiration_date)
|
|
41
45
|
|
|
42
46
|
@property
|
|
43
47
|
@pulumi.getter(name="accountId")
|
|
@@ -99,6 +103,18 @@ class CredentialsAzureArgs:
|
|
|
99
103
|
def tenant_id(self, value: pulumi.Input[builtins.str]):
|
|
100
104
|
pulumi.set(self, "tenant_id", value)
|
|
101
105
|
|
|
106
|
+
@property
|
|
107
|
+
@pulumi.getter(name="expirationDate")
|
|
108
|
+
def expiration_date(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
109
|
+
"""
|
|
110
|
+
Set the key secret expiration date.
|
|
111
|
+
"""
|
|
112
|
+
return pulumi.get(self, "expiration_date")
|
|
113
|
+
|
|
114
|
+
@expiration_date.setter
|
|
115
|
+
def expiration_date(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
116
|
+
pulumi.set(self, "expiration_date", value)
|
|
117
|
+
|
|
102
118
|
|
|
103
119
|
@pulumi.input_type
|
|
104
120
|
class _CredentialsAzureState:
|
|
@@ -106,6 +122,7 @@ class _CredentialsAzureState:
|
|
|
106
122
|
account_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
107
123
|
client_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
108
124
|
client_secret: Optional[pulumi.Input[builtins.str]] = None,
|
|
125
|
+
expiration_date: Optional[pulumi.Input[builtins.str]] = None,
|
|
109
126
|
subscription_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
110
127
|
tenant_id: Optional[pulumi.Input[builtins.str]] = None):
|
|
111
128
|
"""
|
|
@@ -113,6 +130,7 @@ class _CredentialsAzureState:
|
|
|
113
130
|
:param pulumi.Input[builtins.str] account_id: The ID of the account associated with your token.
|
|
114
131
|
:param pulumi.Input[builtins.str] client_id: Set the application ID.
|
|
115
132
|
:param pulumi.Input[builtins.str] client_secret: Set the key secret.
|
|
133
|
+
:param pulumi.Input[builtins.str] expiration_date: Set the key secret expiration date.
|
|
116
134
|
:param pulumi.Input[builtins.str] subscription_id: Set the subscription ID.
|
|
117
135
|
:param pulumi.Input[builtins.str] tenant_id: Set the directory ID.
|
|
118
136
|
"""
|
|
@@ -122,6 +140,8 @@ class _CredentialsAzureState:
|
|
|
122
140
|
pulumi.set(__self__, "client_id", client_id)
|
|
123
141
|
if client_secret is not None:
|
|
124
142
|
pulumi.set(__self__, "client_secret", client_secret)
|
|
143
|
+
if expiration_date is not None:
|
|
144
|
+
pulumi.set(__self__, "expiration_date", expiration_date)
|
|
125
145
|
if subscription_id is not None:
|
|
126
146
|
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
127
147
|
if tenant_id is not None:
|
|
@@ -163,6 +183,18 @@ class _CredentialsAzureState:
|
|
|
163
183
|
def client_secret(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
164
184
|
pulumi.set(self, "client_secret", value)
|
|
165
185
|
|
|
186
|
+
@property
|
|
187
|
+
@pulumi.getter(name="expirationDate")
|
|
188
|
+
def expiration_date(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
189
|
+
"""
|
|
190
|
+
Set the key secret expiration date.
|
|
191
|
+
"""
|
|
192
|
+
return pulumi.get(self, "expiration_date")
|
|
193
|
+
|
|
194
|
+
@expiration_date.setter
|
|
195
|
+
def expiration_date(self, value: Optional[pulumi.Input[builtins.str]]):
|
|
196
|
+
pulumi.set(self, "expiration_date", value)
|
|
197
|
+
|
|
166
198
|
@property
|
|
167
199
|
@pulumi.getter(name="subscriptionId")
|
|
168
200
|
def subscription_id(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
@@ -197,6 +229,7 @@ class CredentialsAzure(pulumi.CustomResource):
|
|
|
197
229
|
account_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
198
230
|
client_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
199
231
|
client_secret: Optional[pulumi.Input[builtins.str]] = None,
|
|
232
|
+
expiration_date: Optional[pulumi.Input[builtins.str]] = None,
|
|
200
233
|
subscription_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
201
234
|
tenant_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
202
235
|
__props__=None):
|
|
@@ -215,7 +248,8 @@ class CredentialsAzure(pulumi.CustomResource):
|
|
|
215
248
|
client_id="redacted",
|
|
216
249
|
client_secret="redacted",
|
|
217
250
|
tenant_id="redacted",
|
|
218
|
-
subscription_id="redacted"
|
|
251
|
+
subscription_id="redacted",
|
|
252
|
+
expiration_date="2025-12-31T23:59:00.000Z")
|
|
219
253
|
```
|
|
220
254
|
|
|
221
255
|
:param str resource_name: The name of the resource.
|
|
@@ -223,6 +257,7 @@ class CredentialsAzure(pulumi.CustomResource):
|
|
|
223
257
|
:param pulumi.Input[builtins.str] account_id: The ID of the account associated with your token.
|
|
224
258
|
:param pulumi.Input[builtins.str] client_id: Set the application ID.
|
|
225
259
|
:param pulumi.Input[builtins.str] client_secret: Set the key secret.
|
|
260
|
+
:param pulumi.Input[builtins.str] expiration_date: Set the key secret expiration date.
|
|
226
261
|
:param pulumi.Input[builtins.str] subscription_id: Set the subscription ID.
|
|
227
262
|
:param pulumi.Input[builtins.str] tenant_id: Set the directory ID.
|
|
228
263
|
"""
|
|
@@ -247,7 +282,8 @@ class CredentialsAzure(pulumi.CustomResource):
|
|
|
247
282
|
client_id="redacted",
|
|
248
283
|
client_secret="redacted",
|
|
249
284
|
tenant_id="redacted",
|
|
250
|
-
subscription_id="redacted"
|
|
285
|
+
subscription_id="redacted",
|
|
286
|
+
expiration_date="2025-12-31T23:59:00.000Z")
|
|
251
287
|
```
|
|
252
288
|
|
|
253
289
|
:param str resource_name: The name of the resource.
|
|
@@ -268,6 +304,7 @@ class CredentialsAzure(pulumi.CustomResource):
|
|
|
268
304
|
account_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
269
305
|
client_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
270
306
|
client_secret: Optional[pulumi.Input[builtins.str]] = None,
|
|
307
|
+
expiration_date: Optional[pulumi.Input[builtins.str]] = None,
|
|
271
308
|
subscription_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
272
309
|
tenant_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
273
310
|
__props__=None):
|
|
@@ -288,6 +325,7 @@ class CredentialsAzure(pulumi.CustomResource):
|
|
|
288
325
|
if client_secret is None and not opts.urn:
|
|
289
326
|
raise TypeError("Missing required property 'client_secret'")
|
|
290
327
|
__props__.__dict__["client_secret"] = client_secret
|
|
328
|
+
__props__.__dict__["expiration_date"] = expiration_date
|
|
291
329
|
if subscription_id is None and not opts.urn:
|
|
292
330
|
raise TypeError("Missing required property 'subscription_id'")
|
|
293
331
|
__props__.__dict__["subscription_id"] = subscription_id
|
|
@@ -307,6 +345,7 @@ class CredentialsAzure(pulumi.CustomResource):
|
|
|
307
345
|
account_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
308
346
|
client_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
309
347
|
client_secret: Optional[pulumi.Input[builtins.str]] = None,
|
|
348
|
+
expiration_date: Optional[pulumi.Input[builtins.str]] = None,
|
|
310
349
|
subscription_id: Optional[pulumi.Input[builtins.str]] = None,
|
|
311
350
|
tenant_id: Optional[pulumi.Input[builtins.str]] = None) -> 'CredentialsAzure':
|
|
312
351
|
"""
|
|
@@ -319,6 +358,7 @@ class CredentialsAzure(pulumi.CustomResource):
|
|
|
319
358
|
:param pulumi.Input[builtins.str] account_id: The ID of the account associated with your token.
|
|
320
359
|
:param pulumi.Input[builtins.str] client_id: Set the application ID.
|
|
321
360
|
:param pulumi.Input[builtins.str] client_secret: Set the key secret.
|
|
361
|
+
:param pulumi.Input[builtins.str] expiration_date: Set the key secret expiration date.
|
|
322
362
|
:param pulumi.Input[builtins.str] subscription_id: Set the subscription ID.
|
|
323
363
|
:param pulumi.Input[builtins.str] tenant_id: Set the directory ID.
|
|
324
364
|
"""
|
|
@@ -329,6 +369,7 @@ class CredentialsAzure(pulumi.CustomResource):
|
|
|
329
369
|
__props__.__dict__["account_id"] = account_id
|
|
330
370
|
__props__.__dict__["client_id"] = client_id
|
|
331
371
|
__props__.__dict__["client_secret"] = client_secret
|
|
372
|
+
__props__.__dict__["expiration_date"] = expiration_date
|
|
332
373
|
__props__.__dict__["subscription_id"] = subscription_id
|
|
333
374
|
__props__.__dict__["tenant_id"] = tenant_id
|
|
334
375
|
return CredentialsAzure(resource_name, opts=opts, __props__=__props__)
|
|
@@ -357,6 +398,14 @@ class CredentialsAzure(pulumi.CustomResource):
|
|
|
357
398
|
"""
|
|
358
399
|
return pulumi.get(self, "client_secret")
|
|
359
400
|
|
|
401
|
+
@property
|
|
402
|
+
@pulumi.getter(name="expirationDate")
|
|
403
|
+
def expiration_date(self) -> pulumi.Output[Optional[builtins.str]]:
|
|
404
|
+
"""
|
|
405
|
+
Set the key secret expiration date.
|
|
406
|
+
"""
|
|
407
|
+
return pulumi.get(self, "expiration_date")
|
|
408
|
+
|
|
360
409
|
@property
|
|
361
410
|
@pulumi.getter(name="subscriptionId")
|
|
362
411
|
def subscription_id(self) -> pulumi.Output[builtins.str]:
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/ecs/__init__.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/ecs/_inputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/ecs/ocean.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/ecs/outputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/gcp/__init__.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/gcp/_inputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/gcp/outputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/gke/__init__.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/gke/_inputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/gke/outputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/health_check.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/outputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/provider.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/spark/_inputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/spark/ocean.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
pulumi_spotinst/spark/outputs.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -55,7 +55,6 @@ class StatefulNodeAzureArgs:
|
|
|
55
55
|
scheduling_tasks: Optional[pulumi.Input[Sequence[pulumi.Input['StatefulNodeAzureSchedulingTaskArgs']]]] = None,
|
|
56
56
|
secrets: Optional[pulumi.Input[Sequence[pulumi.Input['StatefulNodeAzureSecretArgs']]]] = None,
|
|
57
57
|
security: Optional[pulumi.Input['StatefulNodeAzureSecurityArgs']] = None,
|
|
58
|
-
should_persist_vm: Optional[pulumi.Input[builtins.bool]] = None,
|
|
59
58
|
shutdown_script: Optional[pulumi.Input[builtins.str]] = None,
|
|
60
59
|
signals: Optional[pulumi.Input[Sequence[pulumi.Input['StatefulNodeAzureSignalArgs']]]] = None,
|
|
61
60
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input['StatefulNodeAzureTagArgs']]]] = None,
|
|
@@ -125,8 +124,6 @@ class StatefulNodeAzureArgs:
|
|
|
125
124
|
pulumi.set(__self__, "secrets", secrets)
|
|
126
125
|
if security is not None:
|
|
127
126
|
pulumi.set(__self__, "security", security)
|
|
128
|
-
if should_persist_vm is not None:
|
|
129
|
-
pulumi.set(__self__, "should_persist_vm", should_persist_vm)
|
|
130
127
|
if shutdown_script is not None:
|
|
131
128
|
pulumi.set(__self__, "shutdown_script", shutdown_script)
|
|
132
129
|
if signals is not None:
|
|
@@ -441,15 +438,6 @@ class StatefulNodeAzureArgs:
|
|
|
441
438
|
def security(self, value: Optional[pulumi.Input['StatefulNodeAzureSecurityArgs']]):
|
|
442
439
|
pulumi.set(self, "security", value)
|
|
443
440
|
|
|
444
|
-
@property
|
|
445
|
-
@pulumi.getter(name="shouldPersistVm")
|
|
446
|
-
def should_persist_vm(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
447
|
-
return pulumi.get(self, "should_persist_vm")
|
|
448
|
-
|
|
449
|
-
@should_persist_vm.setter
|
|
450
|
-
def should_persist_vm(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
451
|
-
pulumi.set(self, "should_persist_vm", value)
|
|
452
|
-
|
|
453
441
|
@property
|
|
454
442
|
@pulumi.getter(name="shutdownScript")
|
|
455
443
|
def shutdown_script(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
@@ -557,7 +545,6 @@ class _StatefulNodeAzureState:
|
|
|
557
545
|
should_persist_data_disks: Optional[pulumi.Input[builtins.bool]] = None,
|
|
558
546
|
should_persist_network: Optional[pulumi.Input[builtins.bool]] = None,
|
|
559
547
|
should_persist_os_disk: Optional[pulumi.Input[builtins.bool]] = None,
|
|
560
|
-
should_persist_vm: Optional[pulumi.Input[builtins.bool]] = None,
|
|
561
548
|
shutdown_script: Optional[pulumi.Input[builtins.str]] = None,
|
|
562
549
|
signals: Optional[pulumi.Input[Sequence[pulumi.Input['StatefulNodeAzureSignalArgs']]]] = None,
|
|
563
550
|
strategy: Optional[pulumi.Input['StatefulNodeAzureStrategyArgs']] = None,
|
|
@@ -633,8 +620,6 @@ class _StatefulNodeAzureState:
|
|
|
633
620
|
pulumi.set(__self__, "should_persist_network", should_persist_network)
|
|
634
621
|
if should_persist_os_disk is not None:
|
|
635
622
|
pulumi.set(__self__, "should_persist_os_disk", should_persist_os_disk)
|
|
636
|
-
if should_persist_vm is not None:
|
|
637
|
-
pulumi.set(__self__, "should_persist_vm", should_persist_vm)
|
|
638
623
|
if shutdown_script is not None:
|
|
639
624
|
pulumi.set(__self__, "shutdown_script", shutdown_script)
|
|
640
625
|
if signals is not None:
|
|
@@ -935,15 +920,6 @@ class _StatefulNodeAzureState:
|
|
|
935
920
|
def should_persist_os_disk(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
936
921
|
pulumi.set(self, "should_persist_os_disk", value)
|
|
937
922
|
|
|
938
|
-
@property
|
|
939
|
-
@pulumi.getter(name="shouldPersistVm")
|
|
940
|
-
def should_persist_vm(self) -> Optional[pulumi.Input[builtins.bool]]:
|
|
941
|
-
return pulumi.get(self, "should_persist_vm")
|
|
942
|
-
|
|
943
|
-
@should_persist_vm.setter
|
|
944
|
-
def should_persist_vm(self, value: Optional[pulumi.Input[builtins.bool]]):
|
|
945
|
-
pulumi.set(self, "should_persist_vm", value)
|
|
946
|
-
|
|
947
923
|
@property
|
|
948
924
|
@pulumi.getter(name="shutdownScript")
|
|
949
925
|
def shutdown_script(self) -> Optional[pulumi.Input[builtins.str]]:
|
|
@@ -1072,7 +1048,6 @@ class StatefulNodeAzure(pulumi.CustomResource):
|
|
|
1072
1048
|
should_persist_data_disks: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1073
1049
|
should_persist_network: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1074
1050
|
should_persist_os_disk: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1075
|
-
should_persist_vm: Optional[pulumi.Input[builtins.bool]] = None,
|
|
1076
1051
|
shutdown_script: Optional[pulumi.Input[builtins.str]] = None,
|
|
1077
1052
|
signals: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StatefulNodeAzureSignalArgs', 'StatefulNodeAzureSignalArgsDict']]]]] = None,
|
|
1078
1053
|
strategy: Optional[pulumi.Input[Union['StatefulNodeAzureStrategyArgs', 'StatefulNodeAzureStrategyArgsDict']]] = None,
|
|
@@ -2185,7 +2160,6 @@ class StatefulNodeAzure(pulumi.CustomResource):
|
|
|
2185
2160
|
should_persist_data_disks: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2186
2161
|
should_persist_network: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2187
2162
|
should_persist_os_disk: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2188
|
-
should_persist_vm: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2189
2163
|
shutdown_script: Optional[pulumi.Input[builtins.str]] = None,
|
|
2190
2164
|
signals: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StatefulNodeAzureSignalArgs', 'StatefulNodeAzureSignalArgsDict']]]]] = None,
|
|
2191
2165
|
strategy: Optional[pulumi.Input[Union['StatefulNodeAzureStrategyArgs', 'StatefulNodeAzureStrategyArgsDict']]] = None,
|
|
@@ -2248,7 +2222,6 @@ class StatefulNodeAzure(pulumi.CustomResource):
|
|
|
2248
2222
|
if should_persist_os_disk is None and not opts.urn:
|
|
2249
2223
|
raise TypeError("Missing required property 'should_persist_os_disk'")
|
|
2250
2224
|
__props__.__dict__["should_persist_os_disk"] = should_persist_os_disk
|
|
2251
|
-
__props__.__dict__["should_persist_vm"] = should_persist_vm
|
|
2252
2225
|
__props__.__dict__["shutdown_script"] = shutdown_script
|
|
2253
2226
|
__props__.__dict__["signals"] = signals
|
|
2254
2227
|
if strategy is None and not opts.urn:
|
|
@@ -2304,7 +2277,6 @@ class StatefulNodeAzure(pulumi.CustomResource):
|
|
|
2304
2277
|
should_persist_data_disks: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2305
2278
|
should_persist_network: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2306
2279
|
should_persist_os_disk: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2307
|
-
should_persist_vm: Optional[pulumi.Input[builtins.bool]] = None,
|
|
2308
2280
|
shutdown_script: Optional[pulumi.Input[builtins.str]] = None,
|
|
2309
2281
|
signals: Optional[pulumi.Input[Sequence[pulumi.Input[Union['StatefulNodeAzureSignalArgs', 'StatefulNodeAzureSignalArgsDict']]]]] = None,
|
|
2310
2282
|
strategy: Optional[pulumi.Input[Union['StatefulNodeAzureStrategyArgs', 'StatefulNodeAzureStrategyArgsDict']]] = None,
|
|
@@ -2358,7 +2330,6 @@ class StatefulNodeAzure(pulumi.CustomResource):
|
|
|
2358
2330
|
__props__.__dict__["should_persist_data_disks"] = should_persist_data_disks
|
|
2359
2331
|
__props__.__dict__["should_persist_network"] = should_persist_network
|
|
2360
2332
|
__props__.__dict__["should_persist_os_disk"] = should_persist_os_disk
|
|
2361
|
-
__props__.__dict__["should_persist_vm"] = should_persist_vm
|
|
2362
2333
|
__props__.__dict__["shutdown_script"] = shutdown_script
|
|
2363
2334
|
__props__.__dict__["signals"] = signals
|
|
2364
2335
|
__props__.__dict__["strategy"] = strategy
|
|
@@ -2526,11 +2497,6 @@ class StatefulNodeAzure(pulumi.CustomResource):
|
|
|
2526
2497
|
def should_persist_os_disk(self) -> pulumi.Output[builtins.bool]:
|
|
2527
2498
|
return pulumi.get(self, "should_persist_os_disk")
|
|
2528
2499
|
|
|
2529
|
-
@property
|
|
2530
|
-
@pulumi.getter(name="shouldPersistVm")
|
|
2531
|
-
def should_persist_vm(self) -> pulumi.Output[builtins.bool]:
|
|
2532
|
-
return pulumi.get(self, "should_persist_vm")
|
|
2533
|
-
|
|
2534
2500
|
@property
|
|
2535
2501
|
@pulumi.getter(name="shutdownScript")
|
|
2536
2502
|
def shutdown_script(self) -> pulumi.Output[builtins.str]:
|
pulumi_spotinst/subscription.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# coding=utf-8
|
|
2
|
-
# *** WARNING: this file was generated by
|
|
2
|
+
# *** WARNING: this file was generated by pulumi-language-python. ***
|
|
3
3
|
# *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
4
|
|
|
5
5
|
import builtins
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
pulumi_spotinst/__init__.py,sha256=SNB_Vo7VFKrkoNaW0TdCPjnewjdQLdFTdqSerirVOSM,8722
|
|
2
|
+
pulumi_spotinst/_inputs.py,sha256=lke24gfo_nlI6R-vWqnte9q898HiNGkdIRvZfOUOW-c,225560
|
|
3
|
+
pulumi_spotinst/_utilities.py,sha256=66uLGQDI1oMFOI3Fe5igAphtexWhcSLDyuVW50jW3ik,10789
|
|
4
|
+
pulumi_spotinst/account.py,sha256=8rJCpw5D-w4JuwdggQBFGbyet4xthf8xGEVfNSBSaBQ,6519
|
|
5
|
+
pulumi_spotinst/credentials_azure.py,sha256=YZMRpAB41R_2QIYMB8v8lQ_FM_srwoRYO-br9Xk7irw,17289
|
|
6
|
+
pulumi_spotinst/credentials_gcp.py,sha256=YV7WARphxQW4f7KGKksnjGPk3kEnED72wg7Vs55of7I,27419
|
|
7
|
+
pulumi_spotinst/data_integration.py,sha256=vBG2ZhM4zXUv9NaYEipjfdlEIIyCVpjwJYF8_Nz0wsg,12213
|
|
8
|
+
pulumi_spotinst/elastigroup_azure_v3.py,sha256=89GEGnCpo47-PuPHmtm-UXP9JIBfI7bcKa6eULFdfok,77186
|
|
9
|
+
pulumi_spotinst/health_check.py,sha256=VM0rME0taQL4bWA8BG-B_fBY212JWejfmOL7p38p7KQ,14054
|
|
10
|
+
pulumi_spotinst/ocean_right_sizing_rule.py,sha256=qdX2szOREGHtyKM-E5haTns_GG8I2vMmD-4y4qwbivs,31472
|
|
11
|
+
pulumi_spotinst/outputs.py,sha256=k1Tb-jJbm7d7oHYIkDI-0H_zNrj-ulmtmpdNKxrNhMY,180077
|
|
12
|
+
pulumi_spotinst/provider.py,sha256=hQRAOFDwFyXEn7Qifa4rW1og1hUBZnQ__FTO6jrl_JA,8704
|
|
13
|
+
pulumi_spotinst/pulumi-plugin.json,sha256=Wkz5mnQWlm2_4j6qAMPMkMrGTzyO76vPf5-YOL80xUA,69
|
|
14
|
+
pulumi_spotinst/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
+
pulumi_spotinst/stateful_node_azure.py,sha256=9AuAu-HCaHU7KFUyJ_FKg1ij_yTBtymsRay-pIMkYVk,139848
|
|
16
|
+
pulumi_spotinst/subscription.py,sha256=lqMp5cd6pJ8DMsw7MpHXYFPKRsdBm05NnHRvoA3Eb2k,28553
|
|
17
|
+
pulumi_spotinst/aws/__init__.py,sha256=vjlG1OvwRuSgo8lXzTgX52CP6gfEStZz3OV0sFYOGOc,601
|
|
18
|
+
pulumi_spotinst/aws/_inputs.py,sha256=xrmPS20OGYO6vz4NX2KujCBPNlhRBohwTUvigm7JSmA,633157
|
|
19
|
+
pulumi_spotinst/aws/account.py,sha256=a-6sYDm21UaWFS4hF1oyDkI2y0LgXO41OEo-dIccMQs,6548
|
|
20
|
+
pulumi_spotinst/aws/beanstalk.py,sha256=x4FsPrvUevUw02ZzU5mZYzWQ7UbIfXYVtOxi7rja_1Q,35344
|
|
21
|
+
pulumi_spotinst/aws/credentials.py,sha256=DoLnBendNUWv3S-9SD_WmJEJS4N5n8lliBj9qNwonuI,9495
|
|
22
|
+
pulumi_spotinst/aws/elastigroup.py,sha256=89mmfR3YMzf_9qWdHo2df7ioq8R_4pbSu2GikNuA5Es,234681
|
|
23
|
+
pulumi_spotinst/aws/managed_instance.py,sha256=ZpO2dEVXYcWelVxNgkLxFLMEJ6LqzRbKSPCCA_xTSb0,87501
|
|
24
|
+
pulumi_spotinst/aws/mr_scalar.py,sha256=Pk3HT51PV1wDoyTTjKgDgW9RTilc1xstoR_tDx_3aoU,128729
|
|
25
|
+
pulumi_spotinst/aws/ocean.py,sha256=Owg5YD36KhQpnEtgfKpSwa0bOFJnyHMqOtdw7giqNa8,122960
|
|
26
|
+
pulumi_spotinst/aws/ocean_extended_resource_definition.py,sha256=0W4x215g5KsvLUQpu3Lr06Wi29WpwRekRHyxNzHVl5Y,11030
|
|
27
|
+
pulumi_spotinst/aws/ocean_launch_spec.py,sha256=rBtudmB6qL9g4QH6b_4o99uCsmKiiXxPf0nvl8BnnkY,106090
|
|
28
|
+
pulumi_spotinst/aws/outputs.py,sha256=_zxRTzQJ5kRtUoPL7Cpw-QFBVJk5la7DI09abuyKznI,467459
|
|
29
|
+
pulumi_spotinst/aws/suspension.py,sha256=sxlrdBlF-DQhRkpPLwZA1uZXRQpYRGpxTPKSVaG3txA,9761
|
|
30
|
+
pulumi_spotinst/azure/__init__.py,sha256=PJpRk0m7phuIho79456sFbfyk2OPxzuzusttwJ_Urdk,379
|
|
31
|
+
pulumi_spotinst/azure/_inputs.py,sha256=W9Jvx6xViZjw2o8JhF6RXYud1Np0d89Ihkfd24O0-q0,129617
|
|
32
|
+
pulumi_spotinst/azure/ocean_np.py,sha256=1Yr3baRNGHOrEz2VeSXBn9BWtIw4Ily2jULbQhl-GYs,85798
|
|
33
|
+
pulumi_spotinst/azure/ocean_np_virtual_node_group.py,sha256=lU7i5i4TIY5cLmlbjJ6hF16-lgyM_jOg-yhm9d5yJHo,70052
|
|
34
|
+
pulumi_spotinst/azure/outputs.py,sha256=N3TjiDMAkGiZM4ufO8BoiyY7COPi4uPVZ3On59hSXPA,97703
|
|
35
|
+
pulumi_spotinst/config/__init__.py,sha256=LBsoZbCKMHDFo-5RJPY0lRzMsShB1weBQPxL9RQBFtY,283
|
|
36
|
+
pulumi_spotinst/config/__init__.pyi,sha256=xt4810rXCvBnO7UmkTv8YmZtpjvX4zJNaw3GDkOKtRY,771
|
|
37
|
+
pulumi_spotinst/config/vars.py,sha256=V9Fk2IbJAm-bW9MSSPJZY_sn7wlqpKadW2yEXsFp4SI,1262
|
|
38
|
+
pulumi_spotinst/ecs/__init__.py,sha256=4Svs0I5ePMBCfeY_6II2_f2Z8JNyELM5yK_wzGqVYnY,366
|
|
39
|
+
pulumi_spotinst/ecs/_inputs.py,sha256=1zIqxbE1VH1D_QAqfzfGTgQZx8UAFEVjvruIyjq7sk0,113214
|
|
40
|
+
pulumi_spotinst/ecs/ocean.py,sha256=UsW4lyqBCo9tuqEh65iOziPZIyhO3qW2yzsug3jdq3A,86226
|
|
41
|
+
pulumi_spotinst/ecs/ocean_launch_spec.py,sha256=HE9Q6g5N9C6f-uFfxM_TV3RQFcNnVCJIZo4ruqbp984,62692
|
|
42
|
+
pulumi_spotinst/ecs/outputs.py,sha256=QRd-da7h8ARU9I1FUtrUe00SeTTxaPmVs_XVhX1KDNY,85499
|
|
43
|
+
pulumi_spotinst/gcp/__init__.py,sha256=q3neQap5Deb13hGHuMxr6aszn96Dn2pQtmc8qI8kYVw,339
|
|
44
|
+
pulumi_spotinst/gcp/_inputs.py,sha256=X-ggjDyz5bwzqPX3QdyFLjzokAnZSzLPOXfUNcIBDr8,81763
|
|
45
|
+
pulumi_spotinst/gcp/elastigroup.py,sha256=Qqy0yl4vGxSAhESiQl9DyEQx8DJcXIniH6k2ASl_zYc,122475
|
|
46
|
+
pulumi_spotinst/gcp/outputs.py,sha256=1JrkKG_9hBpFCCyP8fugGU_MbEp9wGEG5lFPhRYI8nM,58586
|
|
47
|
+
pulumi_spotinst/gke/__init__.py,sha256=jxG9J84OitPWkX-9k0Yg8o7-S98wjzmLWb0KzC1tJmg,440
|
|
48
|
+
pulumi_spotinst/gke/_inputs.py,sha256=hnTw0Q5I1LDZfeYevY7YZAxu_XWA3XeStd2NiOloFUM,161394
|
|
49
|
+
pulumi_spotinst/gke/elastigroup.py,sha256=FpsjLzBoUUBcXHKGozfnm0mKOxvQu572XcWp9II_lcY,73814
|
|
50
|
+
pulumi_spotinst/gke/ocean_import.py,sha256=9rK8V0W86UwBpVmDj1QiXR8jX1vr6yTKWnx3GSumw0M,54898
|
|
51
|
+
pulumi_spotinst/gke/ocean_launch_spec.py,sha256=5R7KDqMK6Z-7PnSb02CrnYMhyxDOhJE6ZU0NFrX5UGI,70784
|
|
52
|
+
pulumi_spotinst/gke/ocean_launch_spec_import.py,sha256=Qo825ca2ttqQ-pPRe0vIPnKJuuCkWUMsLb8O3fuTAkM,9091
|
|
53
|
+
pulumi_spotinst/gke/outputs.py,sha256=AykpeLlvW8YWM8DCFM3tAFkD2iIMDfyhLau-jcjPdtM,123634
|
|
54
|
+
pulumi_spotinst/oceancd/__init__.py,sha256=cRddNVQBKZRjx34cwnqcGZCMnO_LnfWz5FEfqWhID3o,438
|
|
55
|
+
pulumi_spotinst/oceancd/_inputs.py,sha256=0LBBMoFnsaAtzitiIddv1Gvj2P1as16d6Tl00fllhWg,176765
|
|
56
|
+
pulumi_spotinst/oceancd/outputs.py,sha256=kf8LG91NIf0MW0tJESdnomRxemqbB7zhqSbT56tV9UY,138279
|
|
57
|
+
pulumi_spotinst/oceancd/rollout_spec.py,sha256=r_I5CZ-cE-r_QM8CPp5ZMHI2ndEGRRuFkbZ_vhN6Oyw,22726
|
|
58
|
+
pulumi_spotinst/oceancd/strategy.py,sha256=RV2QuYYQ1fASYiIEk2lOHy-5vC8EukPgUvwz4sfozo8,10396
|
|
59
|
+
pulumi_spotinst/oceancd/verification_provider.py,sha256=k7ZHNl349rtGvN9pp1_fT5YKneZeObRufGQAvON44DA,24627
|
|
60
|
+
pulumi_spotinst/oceancd/verification_template.py,sha256=ZORinDHBvPu4YzmoWJyVC6M8CGb9B0dPncG1rz5QhFU,23185
|
|
61
|
+
pulumi_spotinst/organization/__init__.py,sha256=UwU0jow_98Noh4BTA35DRqYBMzS8tzstwzWqAN0C8MA,413
|
|
62
|
+
pulumi_spotinst/organization/_inputs.py,sha256=-2KN9UPJL6sgmw5IPmuiYdT20xUBWLjH3fJRFtg2kYo,13061
|
|
63
|
+
pulumi_spotinst/organization/outputs.py,sha256=JfrlllK8iwfglsW1zuOMRKLR_I9vjuF0K9qDG2fD7nQ,9982
|
|
64
|
+
pulumi_spotinst/organization/policy.py,sha256=0UA2g6-l1IwJjCLKb4p469ygtZDdqPEILcmkYBCFCTM,12257
|
|
65
|
+
pulumi_spotinst/organization/programmatic_user.py,sha256=EeYAxJ1c0EYr3OWiQSQ2KpV9cC_p8z6_tbtZP9f6ZSc,17994
|
|
66
|
+
pulumi_spotinst/organization/user.py,sha256=NGh0SG3XGa02oAI1W6OVN-hB0enmtlNMQ1TouAMLXEk,19617
|
|
67
|
+
pulumi_spotinst/organization/user_group.py,sha256=W7uvs46SDeItWLM2I_wkJ7n1evKQQm8buMSmjMwF9HE,14015
|
|
68
|
+
pulumi_spotinst/spark/__init__.py,sha256=EfK3fWSnfSMs0nxmvSgkPd-5PNDSmZyPTemSrgcnD2A,373
|
|
69
|
+
pulumi_spotinst/spark/_inputs.py,sha256=2eoWytfpp6Wx659BjUly4f4lRk9d1Q73gzxRFg7NZBc,26364
|
|
70
|
+
pulumi_spotinst/spark/ocean.py,sha256=9kv9oZ7TPYnq6kZEGzX47-EbaDxvO5O6vcO26KPkXyM,19728
|
|
71
|
+
pulumi_spotinst/spark/ocean_virtual_node_group.py,sha256=T1mi2x18t7BLh48-d8gDJD0eInl-HYEhSe_L2YuLfAg,8636
|
|
72
|
+
pulumi_spotinst/spark/outputs.py,sha256=k-kjPQtkyavCMn92uh8HeQfpok4iE2nptl6zo7ssfhs,20516
|
|
73
|
+
pulumi_spotinst-3.120.1.dist-info/METADATA,sha256=y5IoP2TDj9Eb04l11izGBkF0LLeiimBx9rE8s33-TjU,2713
|
|
74
|
+
pulumi_spotinst-3.120.1.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
75
|
+
pulumi_spotinst-3.120.1.dist-info/top_level.txt,sha256=B1HTsr4PliwgyZPJ-9Cmg9PELboV_GusiFDrxBSVHeI,16
|
|
76
|
+
pulumi_spotinst-3.120.1.dist-info/RECORD,,
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
pulumi_spotinst/__init__.py,sha256=zGQ4II5RIK7sg6xV8DPuK6ciPcxOQ6ov1vNq2jFe0Tk,8740
|
|
2
|
-
pulumi_spotinst/_inputs.py,sha256=RKU-P3eReTo4ljn0Eug2MgckukLH9VH4pk5zoFDyQuM,225578
|
|
3
|
-
pulumi_spotinst/_utilities.py,sha256=yyuODPikZ9pto3JWJRfMJo98dWmQ5_y45-TVcZG_K8Y,10807
|
|
4
|
-
pulumi_spotinst/account.py,sha256=jMszBEW-RetWDdvjj1CvzCnLtIOthyQRkYrdf1NGOZY,6537
|
|
5
|
-
pulumi_spotinst/credentials_azure.py,sha256=RoVqVX1cw-Cwhs2GrNQi71hN-Tn3LCBVbBwVzrda_rE,15021
|
|
6
|
-
pulumi_spotinst/credentials_gcp.py,sha256=EHiuJMBYnnCpnrd5G0ElWLON-5I6p1NAfvLv3uEYod4,27437
|
|
7
|
-
pulumi_spotinst/data_integration.py,sha256=lAwVCqkJCli6nDzuJp9KZRzMwjqH1f-f7VIPGh2a2nw,12231
|
|
8
|
-
pulumi_spotinst/elastigroup_azure_v3.py,sha256=ig0rmwhnn3hhbiE7BKv4l0g-I7zYWy5bY-VPrwNZEDk,77204
|
|
9
|
-
pulumi_spotinst/health_check.py,sha256=aBs_ytJpI-yJ3MPOWRAHIGJW08DLi1Iglt0r0qYkWJ0,14072
|
|
10
|
-
pulumi_spotinst/ocean_right_sizing_rule.py,sha256=9yxy-9XyoYlypxpFiqqX1T7poyO7il-46zOZ0anYna0,31490
|
|
11
|
-
pulumi_spotinst/outputs.py,sha256=vtnSMKMrpPpwMoPnVypj0W_10CxLevZOG2xxqKRmZxg,180095
|
|
12
|
-
pulumi_spotinst/provider.py,sha256=xI0C5Q-fLr1jC9znrHJnYzDRV9dO-M0YaRtjgET29b8,8722
|
|
13
|
-
pulumi_spotinst/pulumi-plugin.json,sha256=K6iQcmPavFIltrGmgmebkoLE50nOkgZo0Hh7iKjjVTo,86
|
|
14
|
-
pulumi_spotinst/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
15
|
-
pulumi_spotinst/stateful_node_azure.py,sha256=i0pauuwcXmW5n6sdqpH3HwOLc0UfuHx3SYp0zkezv-Q,141513
|
|
16
|
-
pulumi_spotinst/subscription.py,sha256=asxOLptbPggXfVfDzeUIR6DZC8ub3w_9v-w0nmVEc7Y,28571
|
|
17
|
-
pulumi_spotinst/aws/__init__.py,sha256=6fGpM9Rh1HIW8wd_Twunwhmutbte97XCL1Fn6DzJHo8,619
|
|
18
|
-
pulumi_spotinst/aws/_inputs.py,sha256=nxtg_14cxCK1Tmimcl1h1p7hhpwVrZYXqphms7-76No,633175
|
|
19
|
-
pulumi_spotinst/aws/account.py,sha256=HnIjIldp1AcvmYi1ngBmlfLALeHlri-jyyzSLYOMivg,6566
|
|
20
|
-
pulumi_spotinst/aws/beanstalk.py,sha256=N04WNP-PxqlwxLxSER_FF48T-AXMt_1l_xs1dFdYg1U,35362
|
|
21
|
-
pulumi_spotinst/aws/credentials.py,sha256=nz8JIMh1xx-YyB5RxQ1Earq2UlI78Cvi5Nvyqb5iTOA,9513
|
|
22
|
-
pulumi_spotinst/aws/elastigroup.py,sha256=NyN0H4sccLy3siSh5KExzBefSERz2zAp9u6ILzWTBFs,234699
|
|
23
|
-
pulumi_spotinst/aws/managed_instance.py,sha256=CPZaCeFeuhqj-XwQB-D-bksU1Si2NjuC2C7W1-18n6I,87519
|
|
24
|
-
pulumi_spotinst/aws/mr_scalar.py,sha256=klroq98bV70_IzYkgbJNVMdGAhaDtVaL9U-v9xHJxFI,128747
|
|
25
|
-
pulumi_spotinst/aws/ocean.py,sha256=f1VtQz0ZIIp7rIxg1VVImuXfUgLT4VKtjDHhTXbT-8A,122978
|
|
26
|
-
pulumi_spotinst/aws/ocean_extended_resource_definition.py,sha256=UpcBmCgxPp0XbhAxr4UkQ2Yyr6Yc0-icNttlXO70rw4,11048
|
|
27
|
-
pulumi_spotinst/aws/ocean_launch_spec.py,sha256=PaI6H2Cj0F9aSyNOqowRzgbm4BL4sQuyxm_etdJEoZo,106108
|
|
28
|
-
pulumi_spotinst/aws/outputs.py,sha256=MTiJbjqlm6VlGGZrU4g5vnf7rgKJo2zRJ5W4Y0DPwIo,467477
|
|
29
|
-
pulumi_spotinst/aws/suspension.py,sha256=IUTisw4VNCFUD4oDNfpxX1pOSQOBkxPp_o56xlY2tzI,9779
|
|
30
|
-
pulumi_spotinst/azure/__init__.py,sha256=9JRmjaOuBI50875ToxeChC5bBkhf1Dq4TTm8w4ko4PU,397
|
|
31
|
-
pulumi_spotinst/azure/_inputs.py,sha256=QHiEl_Oa7F-fUZ8pgHSmTcU3Wg3kzgYkpBI4_u9GNhI,129635
|
|
32
|
-
pulumi_spotinst/azure/ocean_np.py,sha256=v_46vHaUVHA4gqYwbvvA1vbasYhkWU9gV2DITxGpNBc,85816
|
|
33
|
-
pulumi_spotinst/azure/ocean_np_virtual_node_group.py,sha256=iq26MimPbDk363s6nH6EsHeR2-jMnZiXliU1HlwNpo0,70070
|
|
34
|
-
pulumi_spotinst/azure/outputs.py,sha256=hMHPWsU4gs4r83tMprvQ4uK7B5-48ydCutTsB_1O1yw,97721
|
|
35
|
-
pulumi_spotinst/config/__init__.py,sha256=nKVKdvQbN3zgJ23HPoKpz1sGrfjaDijL6xvKxGVmj7c,301
|
|
36
|
-
pulumi_spotinst/config/__init__.pyi,sha256=uUDv82YSE-Kj11QOtYPb-uTU21IxtBdomkF85fJv9eI,789
|
|
37
|
-
pulumi_spotinst/config/vars.py,sha256=H6SudVbBijV2d-jgNc6SgEuLBTYIms2dbTWplc44zYY,1280
|
|
38
|
-
pulumi_spotinst/ecs/__init__.py,sha256=Nxyz5R026_1G6YQqdwwoK2DAjcuAvFgKkbFtHgrNdPw,384
|
|
39
|
-
pulumi_spotinst/ecs/_inputs.py,sha256=muFb9d9Ekrl7Ar0ZDvRGJnkZ5pbCpXW4CqFjWw-5IJk,113232
|
|
40
|
-
pulumi_spotinst/ecs/ocean.py,sha256=x_XjcZv9Z2ba8_GNLwlvDFZadcuoHcxn3F2VVTVlYUg,86244
|
|
41
|
-
pulumi_spotinst/ecs/ocean_launch_spec.py,sha256=O7TBXdQCI03ncUih4qNzb-OL8d6TVAha7T8HAzHR1ZA,62710
|
|
42
|
-
pulumi_spotinst/ecs/outputs.py,sha256=FQ6NTPCXjYIDD5CZpyWKW30JwEFqFoHndFIPtSsOQRY,85517
|
|
43
|
-
pulumi_spotinst/gcp/__init__.py,sha256=bQXqRsxRvOEPk4_0h0JnGgKapyN7DxI0jF4wCnlr-8o,357
|
|
44
|
-
pulumi_spotinst/gcp/_inputs.py,sha256=VvQEjl7ei1YescMtnS1AzErOlOMSjyhFp2YZZOOsn-g,81781
|
|
45
|
-
pulumi_spotinst/gcp/elastigroup.py,sha256=IFKkdQ0OOzXkXxrfRv_6Wj2crzvtkglvr1w6PwMuWgE,122493
|
|
46
|
-
pulumi_spotinst/gcp/outputs.py,sha256=T46N1Y4xJvUzmKgLxHYzVj01W5cYvX0SLRAOUFTR0Os,58604
|
|
47
|
-
pulumi_spotinst/gke/__init__.py,sha256=YUuZDX0mvhLjViXm6YlTT41IxBsxNb-b76a32_7SY7c,458
|
|
48
|
-
pulumi_spotinst/gke/_inputs.py,sha256=I6GMrO41Z4tbF3DqKcNan1nDnLtwWA23SU4NVCCTKwg,161412
|
|
49
|
-
pulumi_spotinst/gke/elastigroup.py,sha256=i0_xPxHrfoDYqfrCLo_U1zPur1f-z4oPy1JyNpXlJW4,73832
|
|
50
|
-
pulumi_spotinst/gke/ocean_import.py,sha256=lVceF3I4PuLyCW0-vLmD-hphKFDNOsSOYvLz73XgVCw,54916
|
|
51
|
-
pulumi_spotinst/gke/ocean_launch_spec.py,sha256=czEG9bIsB4jI4H-6VO05GVqtf_5xouRXOdmT-pofu1I,70802
|
|
52
|
-
pulumi_spotinst/gke/ocean_launch_spec_import.py,sha256=WyZ43cAH8mKSgZ_Ggp1t4ed7zh97cCyZUdvaZ6GAqng,9109
|
|
53
|
-
pulumi_spotinst/gke/outputs.py,sha256=bu9TbRcpRiWOE6tRcaD6Lw9Ez9MYMx0lcj9khH9-oHk,123652
|
|
54
|
-
pulumi_spotinst/oceancd/__init__.py,sha256=TDaEL3Fq6ZDwLgFwfD6W-Xqq5n3NgYIPEm_3DNFZpbY,456
|
|
55
|
-
pulumi_spotinst/oceancd/_inputs.py,sha256=NVA1u2N9yInMYjXt7pwsJ2X9b5sVo6aSBgGGZIrwJzU,176783
|
|
56
|
-
pulumi_spotinst/oceancd/outputs.py,sha256=zzJtDRO24A5hwHJBlS6PZk_CMZhvHfhg7NB2pBRmzs0,138297
|
|
57
|
-
pulumi_spotinst/oceancd/rollout_spec.py,sha256=jhOrHiDL6Kg0auhjxTXAQcFGY3x7gmM9v8JKXYNZswc,22744
|
|
58
|
-
pulumi_spotinst/oceancd/strategy.py,sha256=EtxuAqxmflc_EvzS6rUBbyvA4bYtnbjMt9QyAnYH628,10414
|
|
59
|
-
pulumi_spotinst/oceancd/verification_provider.py,sha256=nZLlsCmx2fDTU16uFkm1517uUyjzVWBv0g7mpIIEzIE,24645
|
|
60
|
-
pulumi_spotinst/oceancd/verification_template.py,sha256=lflbbpfgqiKSJN5JNzQ2ppreXYA2Jwm6aT3T7kQrcns,23203
|
|
61
|
-
pulumi_spotinst/organization/__init__.py,sha256=dIOu_vxbrMka9rAkSOQMoVa4hYnG-EIbgzNPJzm7W-Q,431
|
|
62
|
-
pulumi_spotinst/organization/_inputs.py,sha256=K23cccF04yj8boXX5OPUNZBuVP11WK9h6sCqJRnZ9OM,13079
|
|
63
|
-
pulumi_spotinst/organization/outputs.py,sha256=pUK61jWWKTYD3kn63pCIhYTvCCLPESSEc6YOXbM6XPI,10000
|
|
64
|
-
pulumi_spotinst/organization/policy.py,sha256=n0-YLoxo1TfO0VXV08ALvBmwlVuzgyq4HNETI41mQg0,12275
|
|
65
|
-
pulumi_spotinst/organization/programmatic_user.py,sha256=Mv7BMB0Gmbx_Mx3rDLUkGJZ4svdjz3SwK4ZH914e-Gs,18012
|
|
66
|
-
pulumi_spotinst/organization/user.py,sha256=rtX3fl0QyK_3IKiZ1ZTfLfCkY1JmZtyOVKcJolwvbBQ,19635
|
|
67
|
-
pulumi_spotinst/organization/user_group.py,sha256=PTzZ5wOj4LUVQCG86nLeaOqyU9_h5pH95i4A4bSiNqw,14033
|
|
68
|
-
pulumi_spotinst/spark/__init__.py,sha256=llSjg3tIdgk6bMN3HVd9JH9SqrvNmnLwhtVn9NIQcLM,391
|
|
69
|
-
pulumi_spotinst/spark/_inputs.py,sha256=yFfeSOqV5Jift-FZSGrsC86HStuOakR_EhzNdk42Je8,26382
|
|
70
|
-
pulumi_spotinst/spark/ocean.py,sha256=RN5dHXClRo67ftvCD0h3nHiAWLIffQmYGKpiN7mNDnw,19746
|
|
71
|
-
pulumi_spotinst/spark/ocean_virtual_node_group.py,sha256=mVGU2GeSdAT3MnjZfwO_n72WWixArOgQ8ZnNxgmWLJ8,8654
|
|
72
|
-
pulumi_spotinst/spark/outputs.py,sha256=Fd5tyJLyYRKIG1MB6qNFEDzVlLRwYPvC4g9xVHCsrBM,20534
|
|
73
|
-
pulumi_spotinst-3.120.0a1747377971.dist-info/METADATA,sha256=n2tEk_5D4bcq6uIp2LG9-OgCncDFRL3k5DJmRG8V9II,2724
|
|
74
|
-
pulumi_spotinst-3.120.0a1747377971.dist-info/WHEEL,sha256=Nw36Djuh_5VDukK0H78QzOX-_FQEo6V37m3nkm96gtU,91
|
|
75
|
-
pulumi_spotinst-3.120.0a1747377971.dist-info/top_level.txt,sha256=B1HTsr4PliwgyZPJ-9Cmg9PELboV_GusiFDrxBSVHeI,16
|
|
76
|
-
pulumi_spotinst-3.120.0a1747377971.dist-info/RECORD,,
|
{pulumi_spotinst-3.120.0a1747377971.dist-info → pulumi_spotinst-3.120.1.dist-info}/top_level.txt
RENAMED
|
File without changes
|