pulumi-spotinst 3.112.0a1741317810__py3-none-any.whl → 3.128.0__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 +11 -1
- pulumi_spotinst/_inputs.py +2283 -1519
- pulumi_spotinst/_utilities.py +1 -1
- pulumi_spotinst/account.py +20 -19
- pulumi_spotinst/aws/__init__.py +2 -1
- pulumi_spotinst/aws/_inputs.py +4047 -3607
- pulumi_spotinst/aws/account.py +20 -19
- pulumi_spotinst/aws/beanstalk.py +254 -177
- pulumi_spotinst/aws/credentials.py +37 -36
- pulumi_spotinst/aws/elastigroup.py +970 -924
- pulumi_spotinst/aws/managed_instance.py +507 -506
- pulumi_spotinst/aws/mr_scalar.py +658 -653
- pulumi_spotinst/aws/ocean.py +668 -526
- pulumi_spotinst/aws/ocean_extended_resource_definition.py +37 -36
- pulumi_spotinst/aws/ocean_launch_spec.py +439 -297
- pulumi_spotinst/aws/outputs.py +2697 -2363
- pulumi_spotinst/aws/suspension.py +23 -22
- pulumi_spotinst/azure/__init__.py +2 -1
- pulumi_spotinst/azure/_inputs.py +607 -607
- pulumi_spotinst/azure/ocean_np.py +387 -386
- pulumi_spotinst/azure/ocean_np_virtual_node_group.py +323 -322
- pulumi_spotinst/azure/outputs.py +411 -411
- pulumi_spotinst/config/__init__.py +2 -1
- pulumi_spotinst/config/__init__.pyi +2 -2
- pulumi_spotinst/config/vars.py +6 -6
- pulumi_spotinst/credentials_azure.py +139 -89
- pulumi_spotinst/credentials_gcp.py +190 -189
- pulumi_spotinst/data_integration.py +40 -39
- pulumi_spotinst/ecs/__init__.py +2 -1
- pulumi_spotinst/ecs/_inputs.py +584 -584
- pulumi_spotinst/ecs/ocean.py +628 -415
- pulumi_spotinst/ecs/ocean_launch_spec.py +197 -196
- pulumi_spotinst/ecs/outputs.py +394 -394
- pulumi_spotinst/elastigroup_azure_v3.py +326 -325
- pulumi_spotinst/gcp/__init__.py +2 -1
- pulumi_spotinst/gcp/_inputs.py +573 -499
- pulumi_spotinst/gcp/elastigroup.py +491 -482
- pulumi_spotinst/gcp/outputs.py +395 -330
- pulumi_spotinst/gke/__init__.py +2 -1
- pulumi_spotinst/gke/_inputs.py +1120 -895
- pulumi_spotinst/gke/elastigroup.py +341 -340
- pulumi_spotinst/gke/ocean_import.py +204 -203
- pulumi_spotinst/gke/ocean_launch_spec.py +288 -216
- pulumi_spotinst/gke/ocean_launch_spec_import.py +37 -36
- pulumi_spotinst/gke/outputs.py +769 -583
- pulumi_spotinst/health_check.py +106 -65
- pulumi_spotinst/notification_center.py +344 -0
- pulumi_spotinst/ocean_right_sizing_rule.py +424 -77
- pulumi_spotinst/oceancd/__init__.py +2 -1
- pulumi_spotinst/oceancd/_inputs.py +764 -764
- pulumi_spotinst/oceancd/outputs.py +526 -526
- pulumi_spotinst/oceancd/rollout_spec.py +35 -34
- pulumi_spotinst/oceancd/strategy.py +22 -21
- pulumi_spotinst/oceancd/verification_provider.py +52 -51
- pulumi_spotinst/oceancd/verification_template.py +26 -25
- pulumi_spotinst/organization/__init__.py +2 -1
- pulumi_spotinst/organization/_inputs.py +68 -68
- pulumi_spotinst/organization/outputs.py +46 -46
- pulumi_spotinst/organization/policy.py +40 -39
- pulumi_spotinst/organization/programmatic_user.py +60 -59
- pulumi_spotinst/organization/user.py +108 -107
- pulumi_spotinst/organization/user_group.py +57 -56
- pulumi_spotinst/outputs.py +1539 -932
- pulumi_spotinst/provider.py +61 -40
- pulumi_spotinst/pulumi-plugin.json +1 -1
- pulumi_spotinst/spark/__init__.py +2 -1
- pulumi_spotinst/spark/_inputs.py +104 -104
- pulumi_spotinst/spark/ocean.py +38 -37
- pulumi_spotinst/spark/ocean_virtual_node_group.py +29 -28
- pulumi_spotinst/spark/outputs.py +72 -72
- pulumi_spotinst/stateful_node_azure.py +340 -343
- pulumi_spotinst/subscription.py +88 -87
- {pulumi_spotinst-3.112.0a1741317810.dist-info → pulumi_spotinst-3.128.0.dist-info}/METADATA +4 -4
- pulumi_spotinst-3.128.0.dist-info/RECORD +77 -0
- {pulumi_spotinst-3.112.0a1741317810.dist-info → pulumi_spotinst-3.128.0.dist-info}/WHEEL +1 -1
- pulumi_spotinst-3.112.0a1741317810.dist-info/RECORD +0 -76
- {pulumi_spotinst-3.112.0a1741317810.dist-info → pulumi_spotinst-3.128.0.dist-info}/top_level.txt +0 -0
pulumi_spotinst/outputs.py
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
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
|
-
import
|
|
5
|
+
import builtins as _builtins
|
|
6
6
|
import warnings
|
|
7
7
|
import sys
|
|
8
8
|
import pulumi
|
|
@@ -53,11 +53,19 @@ __all__ = [
|
|
|
53
53
|
'ElastigroupAzureV3Signal',
|
|
54
54
|
'ElastigroupAzureV3Tag',
|
|
55
55
|
'ElastigroupAzureV3VmSizes',
|
|
56
|
+
'ElastigroupAzureV3VmSizesSpotSizeAttributes',
|
|
56
57
|
'HealthCheckCheck',
|
|
58
|
+
'NotificationCenterComputePolicyConfig',
|
|
59
|
+
'NotificationCenterComputePolicyConfigDynamicRule',
|
|
60
|
+
'NotificationCenterComputePolicyConfigDynamicRuleFilterCondition',
|
|
61
|
+
'NotificationCenterComputePolicyConfigEvent',
|
|
62
|
+
'NotificationCenterRegisteredUser',
|
|
63
|
+
'NotificationCenterSubscription',
|
|
57
64
|
'OceanRightSizingRuleAttachWorkload',
|
|
58
65
|
'OceanRightSizingRuleAttachWorkloadNamespace',
|
|
59
66
|
'OceanRightSizingRuleAttachWorkloadNamespaceLabel',
|
|
60
67
|
'OceanRightSizingRuleAttachWorkloadNamespaceWorkload',
|
|
68
|
+
'OceanRightSizingRuleAutoApplyDefinition',
|
|
61
69
|
'OceanRightSizingRuleDetachWorkload',
|
|
62
70
|
'OceanRightSizingRuleDetachWorkloadNamespace',
|
|
63
71
|
'OceanRightSizingRuleDetachWorkloadNamespaceLabel',
|
|
@@ -102,6 +110,7 @@ __all__ = [
|
|
|
102
110
|
'StatefulNodeAzureStrategy',
|
|
103
111
|
'StatefulNodeAzureStrategyCapacityReservation',
|
|
104
112
|
'StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroup',
|
|
113
|
+
'StatefulNodeAzureStrategyInterruptionToleration',
|
|
105
114
|
'StatefulNodeAzureStrategyRevertToSpot',
|
|
106
115
|
'StatefulNodeAzureTag',
|
|
107
116
|
'StatefulNodeAzureUpdateState',
|
|
@@ -129,23 +138,23 @@ class DataIntegrationS3(dict):
|
|
|
129
138
|
return super().get(key, default)
|
|
130
139
|
|
|
131
140
|
def __init__(__self__, *,
|
|
132
|
-
bucket_name: str,
|
|
133
|
-
subdir: Optional[str] = None):
|
|
141
|
+
bucket_name: _builtins.str,
|
|
142
|
+
subdir: Optional[_builtins.str] = None):
|
|
134
143
|
"""
|
|
135
|
-
:param str subdir: The subdirectory in which your files will be stored within the bucket. Adds the prefix subdir/ to new objects' keys. Can't be null or contain '/'.
|
|
144
|
+
:param _builtins.str subdir: The subdirectory in which your files will be stored within the bucket. Adds the prefix subdir/ to new objects' keys. Can't be null or contain '/'.
|
|
136
145
|
"""
|
|
137
146
|
pulumi.set(__self__, "bucket_name", bucket_name)
|
|
138
147
|
if subdir is not None:
|
|
139
148
|
pulumi.set(__self__, "subdir", subdir)
|
|
140
149
|
|
|
141
|
-
@property
|
|
150
|
+
@_builtins.property
|
|
142
151
|
@pulumi.getter(name="bucketName")
|
|
143
|
-
def bucket_name(self) -> str:
|
|
152
|
+
def bucket_name(self) -> _builtins.str:
|
|
144
153
|
return pulumi.get(self, "bucket_name")
|
|
145
154
|
|
|
146
|
-
@property
|
|
155
|
+
@_builtins.property
|
|
147
156
|
@pulumi.getter
|
|
148
|
-
def subdir(self) -> Optional[str]:
|
|
157
|
+
def subdir(self) -> Optional[_builtins.str]:
|
|
149
158
|
"""
|
|
150
159
|
The subdirectory in which your files will be stored within the bucket. Adds the prefix subdir/ to new objects' keys. Can't be null or contain '/'.
|
|
151
160
|
"""
|
|
@@ -174,27 +183,27 @@ class ElastigroupAzureV3BootDiagnostic(dict):
|
|
|
174
183
|
return super().get(key, default)
|
|
175
184
|
|
|
176
185
|
def __init__(__self__, *,
|
|
177
|
-
is_enabled: bool,
|
|
178
|
-
type: str,
|
|
179
|
-
storage_url: Optional[str] = None):
|
|
186
|
+
is_enabled: _builtins.bool,
|
|
187
|
+
type: _builtins.str,
|
|
188
|
+
storage_url: Optional[_builtins.str] = None):
|
|
180
189
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
|
181
190
|
pulumi.set(__self__, "type", type)
|
|
182
191
|
if storage_url is not None:
|
|
183
192
|
pulumi.set(__self__, "storage_url", storage_url)
|
|
184
193
|
|
|
185
|
-
@property
|
|
194
|
+
@_builtins.property
|
|
186
195
|
@pulumi.getter(name="isEnabled")
|
|
187
|
-
def is_enabled(self) -> bool:
|
|
196
|
+
def is_enabled(self) -> _builtins.bool:
|
|
188
197
|
return pulumi.get(self, "is_enabled")
|
|
189
198
|
|
|
190
|
-
@property
|
|
199
|
+
@_builtins.property
|
|
191
200
|
@pulumi.getter
|
|
192
|
-
def type(self) -> str:
|
|
201
|
+
def type(self) -> _builtins.str:
|
|
193
202
|
return pulumi.get(self, "type")
|
|
194
203
|
|
|
195
|
-
@property
|
|
204
|
+
@_builtins.property
|
|
196
205
|
@pulumi.getter(name="storageUrl")
|
|
197
|
-
def storage_url(self) -> Optional[str]:
|
|
206
|
+
def storage_url(self) -> Optional[_builtins.str]:
|
|
198
207
|
return pulumi.get(self, "storage_url")
|
|
199
208
|
|
|
200
209
|
|
|
@@ -222,25 +231,25 @@ class ElastigroupAzureV3CapacityReservation(dict):
|
|
|
222
231
|
return super().get(key, default)
|
|
223
232
|
|
|
224
233
|
def __init__(__self__, *,
|
|
225
|
-
should_utilize: bool,
|
|
226
|
-
utilization_strategy: str,
|
|
234
|
+
should_utilize: _builtins.bool,
|
|
235
|
+
utilization_strategy: _builtins.str,
|
|
227
236
|
capacity_reservation_groups: Optional['outputs.ElastigroupAzureV3CapacityReservationCapacityReservationGroups'] = None):
|
|
228
237
|
pulumi.set(__self__, "should_utilize", should_utilize)
|
|
229
238
|
pulumi.set(__self__, "utilization_strategy", utilization_strategy)
|
|
230
239
|
if capacity_reservation_groups is not None:
|
|
231
240
|
pulumi.set(__self__, "capacity_reservation_groups", capacity_reservation_groups)
|
|
232
241
|
|
|
233
|
-
@property
|
|
242
|
+
@_builtins.property
|
|
234
243
|
@pulumi.getter(name="shouldUtilize")
|
|
235
|
-
def should_utilize(self) -> bool:
|
|
244
|
+
def should_utilize(self) -> _builtins.bool:
|
|
236
245
|
return pulumi.get(self, "should_utilize")
|
|
237
246
|
|
|
238
|
-
@property
|
|
247
|
+
@_builtins.property
|
|
239
248
|
@pulumi.getter(name="utilizationStrategy")
|
|
240
|
-
def utilization_strategy(self) -> str:
|
|
249
|
+
def utilization_strategy(self) -> _builtins.str:
|
|
241
250
|
return pulumi.get(self, "utilization_strategy")
|
|
242
251
|
|
|
243
|
-
@property
|
|
252
|
+
@_builtins.property
|
|
244
253
|
@pulumi.getter(name="capacityReservationGroups")
|
|
245
254
|
def capacity_reservation_groups(self) -> Optional['outputs.ElastigroupAzureV3CapacityReservationCapacityReservationGroups']:
|
|
246
255
|
return pulumi.get(self, "capacity_reservation_groups")
|
|
@@ -270,27 +279,27 @@ class ElastigroupAzureV3CapacityReservationCapacityReservationGroups(dict):
|
|
|
270
279
|
return super().get(key, default)
|
|
271
280
|
|
|
272
281
|
def __init__(__self__, *,
|
|
273
|
-
crg_name: str,
|
|
274
|
-
crg_resource_group_name: str,
|
|
275
|
-
crg_should_prioritize: Optional[bool] = None):
|
|
282
|
+
crg_name: _builtins.str,
|
|
283
|
+
crg_resource_group_name: _builtins.str,
|
|
284
|
+
crg_should_prioritize: Optional[_builtins.bool] = None):
|
|
276
285
|
pulumi.set(__self__, "crg_name", crg_name)
|
|
277
286
|
pulumi.set(__self__, "crg_resource_group_name", crg_resource_group_name)
|
|
278
287
|
if crg_should_prioritize is not None:
|
|
279
288
|
pulumi.set(__self__, "crg_should_prioritize", crg_should_prioritize)
|
|
280
289
|
|
|
281
|
-
@property
|
|
290
|
+
@_builtins.property
|
|
282
291
|
@pulumi.getter(name="crgName")
|
|
283
|
-
def crg_name(self) -> str:
|
|
292
|
+
def crg_name(self) -> _builtins.str:
|
|
284
293
|
return pulumi.get(self, "crg_name")
|
|
285
294
|
|
|
286
|
-
@property
|
|
295
|
+
@_builtins.property
|
|
287
296
|
@pulumi.getter(name="crgResourceGroupName")
|
|
288
|
-
def crg_resource_group_name(self) -> str:
|
|
297
|
+
def crg_resource_group_name(self) -> _builtins.str:
|
|
289
298
|
return pulumi.get(self, "crg_resource_group_name")
|
|
290
299
|
|
|
291
|
-
@property
|
|
300
|
+
@_builtins.property
|
|
292
301
|
@pulumi.getter(name="crgShouldPrioritize")
|
|
293
|
-
def crg_should_prioritize(self) -> Optional[bool]:
|
|
302
|
+
def crg_should_prioritize(self) -> Optional[_builtins.bool]:
|
|
294
303
|
return pulumi.get(self, "crg_should_prioritize")
|
|
295
304
|
|
|
296
305
|
|
|
@@ -314,26 +323,26 @@ class ElastigroupAzureV3DataDisk(dict):
|
|
|
314
323
|
return super().get(key, default)
|
|
315
324
|
|
|
316
325
|
def __init__(__self__, *,
|
|
317
|
-
lun: int,
|
|
318
|
-
size_gb: int,
|
|
319
|
-
type: str):
|
|
326
|
+
lun: _builtins.int,
|
|
327
|
+
size_gb: _builtins.int,
|
|
328
|
+
type: _builtins.str):
|
|
320
329
|
pulumi.set(__self__, "lun", lun)
|
|
321
330
|
pulumi.set(__self__, "size_gb", size_gb)
|
|
322
331
|
pulumi.set(__self__, "type", type)
|
|
323
332
|
|
|
324
|
-
@property
|
|
333
|
+
@_builtins.property
|
|
325
334
|
@pulumi.getter
|
|
326
|
-
def lun(self) -> int:
|
|
335
|
+
def lun(self) -> _builtins.int:
|
|
327
336
|
return pulumi.get(self, "lun")
|
|
328
337
|
|
|
329
|
-
@property
|
|
338
|
+
@_builtins.property
|
|
330
339
|
@pulumi.getter(name="sizeGb")
|
|
331
|
-
def size_gb(self) -> int:
|
|
340
|
+
def size_gb(self) -> _builtins.int:
|
|
332
341
|
return pulumi.get(self, "size_gb")
|
|
333
342
|
|
|
334
|
-
@property
|
|
343
|
+
@_builtins.property
|
|
335
344
|
@pulumi.getter
|
|
336
|
-
def type(self) -> str:
|
|
345
|
+
def type(self) -> _builtins.str:
|
|
337
346
|
return pulumi.get(self, "type")
|
|
338
347
|
|
|
339
348
|
|
|
@@ -367,15 +376,15 @@ class ElastigroupAzureV3Extension(dict):
|
|
|
367
376
|
return super().get(key, default)
|
|
368
377
|
|
|
369
378
|
def __init__(__self__, *,
|
|
370
|
-
api_version: str,
|
|
371
|
-
minor_version_auto_upgrade: bool,
|
|
372
|
-
name: str,
|
|
373
|
-
publisher: str,
|
|
374
|
-
type: str,
|
|
375
|
-
enable_automatic_upgrade: Optional[bool] = None,
|
|
376
|
-
protected_settings: Optional[Mapping[str, str]] = None,
|
|
379
|
+
api_version: _builtins.str,
|
|
380
|
+
minor_version_auto_upgrade: _builtins.bool,
|
|
381
|
+
name: _builtins.str,
|
|
382
|
+
publisher: _builtins.str,
|
|
383
|
+
type: _builtins.str,
|
|
384
|
+
enable_automatic_upgrade: Optional[_builtins.bool] = None,
|
|
385
|
+
protected_settings: Optional[Mapping[str, _builtins.str]] = None,
|
|
377
386
|
protected_settings_from_key_vault: Optional['outputs.ElastigroupAzureV3ExtensionProtectedSettingsFromKeyVault'] = None,
|
|
378
|
-
public_settings: Optional[Mapping[str, str]] = None):
|
|
387
|
+
public_settings: Optional[Mapping[str, _builtins.str]] = None):
|
|
379
388
|
pulumi.set(__self__, "api_version", api_version)
|
|
380
389
|
pulumi.set(__self__, "minor_version_auto_upgrade", minor_version_auto_upgrade)
|
|
381
390
|
pulumi.set(__self__, "name", name)
|
|
@@ -390,49 +399,49 @@ class ElastigroupAzureV3Extension(dict):
|
|
|
390
399
|
if public_settings is not None:
|
|
391
400
|
pulumi.set(__self__, "public_settings", public_settings)
|
|
392
401
|
|
|
393
|
-
@property
|
|
402
|
+
@_builtins.property
|
|
394
403
|
@pulumi.getter(name="apiVersion")
|
|
395
|
-
def api_version(self) -> str:
|
|
404
|
+
def api_version(self) -> _builtins.str:
|
|
396
405
|
return pulumi.get(self, "api_version")
|
|
397
406
|
|
|
398
|
-
@property
|
|
407
|
+
@_builtins.property
|
|
399
408
|
@pulumi.getter(name="minorVersionAutoUpgrade")
|
|
400
|
-
def minor_version_auto_upgrade(self) -> bool:
|
|
409
|
+
def minor_version_auto_upgrade(self) -> _builtins.bool:
|
|
401
410
|
return pulumi.get(self, "minor_version_auto_upgrade")
|
|
402
411
|
|
|
403
|
-
@property
|
|
412
|
+
@_builtins.property
|
|
404
413
|
@pulumi.getter
|
|
405
|
-
def name(self) -> str:
|
|
414
|
+
def name(self) -> _builtins.str:
|
|
406
415
|
return pulumi.get(self, "name")
|
|
407
416
|
|
|
408
|
-
@property
|
|
417
|
+
@_builtins.property
|
|
409
418
|
@pulumi.getter
|
|
410
|
-
def publisher(self) -> str:
|
|
419
|
+
def publisher(self) -> _builtins.str:
|
|
411
420
|
return pulumi.get(self, "publisher")
|
|
412
421
|
|
|
413
|
-
@property
|
|
422
|
+
@_builtins.property
|
|
414
423
|
@pulumi.getter
|
|
415
|
-
def type(self) -> str:
|
|
424
|
+
def type(self) -> _builtins.str:
|
|
416
425
|
return pulumi.get(self, "type")
|
|
417
426
|
|
|
418
|
-
@property
|
|
427
|
+
@_builtins.property
|
|
419
428
|
@pulumi.getter(name="enableAutomaticUpgrade")
|
|
420
|
-
def enable_automatic_upgrade(self) -> Optional[bool]:
|
|
429
|
+
def enable_automatic_upgrade(self) -> Optional[_builtins.bool]:
|
|
421
430
|
return pulumi.get(self, "enable_automatic_upgrade")
|
|
422
431
|
|
|
423
|
-
@property
|
|
432
|
+
@_builtins.property
|
|
424
433
|
@pulumi.getter(name="protectedSettings")
|
|
425
|
-
def protected_settings(self) -> Optional[Mapping[str, str]]:
|
|
434
|
+
def protected_settings(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
426
435
|
return pulumi.get(self, "protected_settings")
|
|
427
436
|
|
|
428
|
-
@property
|
|
437
|
+
@_builtins.property
|
|
429
438
|
@pulumi.getter(name="protectedSettingsFromKeyVault")
|
|
430
439
|
def protected_settings_from_key_vault(self) -> Optional['outputs.ElastigroupAzureV3ExtensionProtectedSettingsFromKeyVault']:
|
|
431
440
|
return pulumi.get(self, "protected_settings_from_key_vault")
|
|
432
441
|
|
|
433
|
-
@property
|
|
442
|
+
@_builtins.property
|
|
434
443
|
@pulumi.getter(name="publicSettings")
|
|
435
|
-
def public_settings(self) -> Optional[Mapping[str, str]]:
|
|
444
|
+
def public_settings(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
436
445
|
return pulumi.get(self, "public_settings")
|
|
437
446
|
|
|
438
447
|
|
|
@@ -458,19 +467,19 @@ class ElastigroupAzureV3ExtensionProtectedSettingsFromKeyVault(dict):
|
|
|
458
467
|
return super().get(key, default)
|
|
459
468
|
|
|
460
469
|
def __init__(__self__, *,
|
|
461
|
-
secret_url: str,
|
|
462
|
-
source_vault: str):
|
|
470
|
+
secret_url: _builtins.str,
|
|
471
|
+
source_vault: _builtins.str):
|
|
463
472
|
pulumi.set(__self__, "secret_url", secret_url)
|
|
464
473
|
pulumi.set(__self__, "source_vault", source_vault)
|
|
465
474
|
|
|
466
|
-
@property
|
|
475
|
+
@_builtins.property
|
|
467
476
|
@pulumi.getter(name="secretUrl")
|
|
468
|
-
def secret_url(self) -> str:
|
|
477
|
+
def secret_url(self) -> _builtins.str:
|
|
469
478
|
return pulumi.get(self, "secret_url")
|
|
470
479
|
|
|
471
|
-
@property
|
|
480
|
+
@_builtins.property
|
|
472
481
|
@pulumi.getter(name="sourceVault")
|
|
473
|
-
def source_vault(self) -> str:
|
|
482
|
+
def source_vault(self) -> _builtins.str:
|
|
474
483
|
return pulumi.get(self, "source_vault")
|
|
475
484
|
|
|
476
485
|
|
|
@@ -500,10 +509,10 @@ class ElastigroupAzureV3Health(dict):
|
|
|
500
509
|
return super().get(key, default)
|
|
501
510
|
|
|
502
511
|
def __init__(__self__, *,
|
|
503
|
-
auto_healing: Optional[bool] = None,
|
|
504
|
-
grace_period: Optional[int] = None,
|
|
505
|
-
health_check_types: Optional[Sequence[str]] = None,
|
|
506
|
-
unhealthy_duration: Optional[int] = None):
|
|
512
|
+
auto_healing: Optional[_builtins.bool] = None,
|
|
513
|
+
grace_period: Optional[_builtins.int] = None,
|
|
514
|
+
health_check_types: Optional[Sequence[_builtins.str]] = None,
|
|
515
|
+
unhealthy_duration: Optional[_builtins.int] = None):
|
|
507
516
|
if auto_healing is not None:
|
|
508
517
|
pulumi.set(__self__, "auto_healing", auto_healing)
|
|
509
518
|
if grace_period is not None:
|
|
@@ -513,24 +522,24 @@ class ElastigroupAzureV3Health(dict):
|
|
|
513
522
|
if unhealthy_duration is not None:
|
|
514
523
|
pulumi.set(__self__, "unhealthy_duration", unhealthy_duration)
|
|
515
524
|
|
|
516
|
-
@property
|
|
525
|
+
@_builtins.property
|
|
517
526
|
@pulumi.getter(name="autoHealing")
|
|
518
|
-
def auto_healing(self) -> Optional[bool]:
|
|
527
|
+
def auto_healing(self) -> Optional[_builtins.bool]:
|
|
519
528
|
return pulumi.get(self, "auto_healing")
|
|
520
529
|
|
|
521
|
-
@property
|
|
530
|
+
@_builtins.property
|
|
522
531
|
@pulumi.getter(name="gracePeriod")
|
|
523
|
-
def grace_period(self) -> Optional[int]:
|
|
532
|
+
def grace_period(self) -> Optional[_builtins.int]:
|
|
524
533
|
return pulumi.get(self, "grace_period")
|
|
525
534
|
|
|
526
|
-
@property
|
|
535
|
+
@_builtins.property
|
|
527
536
|
@pulumi.getter(name="healthCheckTypes")
|
|
528
|
-
def health_check_types(self) -> Optional[Sequence[str]]:
|
|
537
|
+
def health_check_types(self) -> Optional[Sequence[_builtins.str]]:
|
|
529
538
|
return pulumi.get(self, "health_check_types")
|
|
530
539
|
|
|
531
|
-
@property
|
|
540
|
+
@_builtins.property
|
|
532
541
|
@pulumi.getter(name="unhealthyDuration")
|
|
533
|
-
def unhealthy_duration(self) -> Optional[int]:
|
|
542
|
+
def unhealthy_duration(self) -> Optional[_builtins.int]:
|
|
534
543
|
return pulumi.get(self, "unhealthy_duration")
|
|
535
544
|
|
|
536
545
|
|
|
@@ -564,17 +573,17 @@ class ElastigroupAzureV3Image(dict):
|
|
|
564
573
|
if marketplaces is not None:
|
|
565
574
|
pulumi.set(__self__, "marketplaces", marketplaces)
|
|
566
575
|
|
|
567
|
-
@property
|
|
576
|
+
@_builtins.property
|
|
568
577
|
@pulumi.getter
|
|
569
578
|
def customs(self) -> Optional[Sequence['outputs.ElastigroupAzureV3ImageCustom']]:
|
|
570
579
|
return pulumi.get(self, "customs")
|
|
571
580
|
|
|
572
|
-
@property
|
|
581
|
+
@_builtins.property
|
|
573
582
|
@pulumi.getter(name="galleryImages")
|
|
574
583
|
def gallery_images(self) -> Optional[Sequence['outputs.ElastigroupAzureV3ImageGalleryImage']]:
|
|
575
584
|
return pulumi.get(self, "gallery_images")
|
|
576
585
|
|
|
577
|
-
@property
|
|
586
|
+
@_builtins.property
|
|
578
587
|
@pulumi.getter
|
|
579
588
|
def marketplaces(self) -> Optional[Sequence['outputs.ElastigroupAzureV3ImageMarketplace']]:
|
|
580
589
|
return pulumi.get(self, "marketplaces")
|
|
@@ -602,19 +611,19 @@ class ElastigroupAzureV3ImageCustom(dict):
|
|
|
602
611
|
return super().get(key, default)
|
|
603
612
|
|
|
604
613
|
def __init__(__self__, *,
|
|
605
|
-
image_name: str,
|
|
606
|
-
resource_group_name: str):
|
|
614
|
+
image_name: _builtins.str,
|
|
615
|
+
resource_group_name: _builtins.str):
|
|
607
616
|
pulumi.set(__self__, "image_name", image_name)
|
|
608
617
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
609
618
|
|
|
610
|
-
@property
|
|
619
|
+
@_builtins.property
|
|
611
620
|
@pulumi.getter(name="imageName")
|
|
612
|
-
def image_name(self) -> str:
|
|
621
|
+
def image_name(self) -> _builtins.str:
|
|
613
622
|
return pulumi.get(self, "image_name")
|
|
614
623
|
|
|
615
|
-
@property
|
|
624
|
+
@_builtins.property
|
|
616
625
|
@pulumi.getter(name="resourceGroupName")
|
|
617
|
-
def resource_group_name(self) -> str:
|
|
626
|
+
def resource_group_name(self) -> _builtins.str:
|
|
618
627
|
return pulumi.get(self, "resource_group_name")
|
|
619
628
|
|
|
620
629
|
|
|
@@ -644,11 +653,11 @@ class ElastigroupAzureV3ImageGalleryImage(dict):
|
|
|
644
653
|
return super().get(key, default)
|
|
645
654
|
|
|
646
655
|
def __init__(__self__, *,
|
|
647
|
-
gallery_name: str,
|
|
648
|
-
image_name: str,
|
|
649
|
-
resource_group_name: str,
|
|
650
|
-
version: str,
|
|
651
|
-
spot_account_id: Optional[str] = None):
|
|
656
|
+
gallery_name: _builtins.str,
|
|
657
|
+
image_name: _builtins.str,
|
|
658
|
+
resource_group_name: _builtins.str,
|
|
659
|
+
version: _builtins.str,
|
|
660
|
+
spot_account_id: Optional[_builtins.str] = None):
|
|
652
661
|
pulumi.set(__self__, "gallery_name", gallery_name)
|
|
653
662
|
pulumi.set(__self__, "image_name", image_name)
|
|
654
663
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
@@ -656,62 +665,62 @@ class ElastigroupAzureV3ImageGalleryImage(dict):
|
|
|
656
665
|
if spot_account_id is not None:
|
|
657
666
|
pulumi.set(__self__, "spot_account_id", spot_account_id)
|
|
658
667
|
|
|
659
|
-
@property
|
|
668
|
+
@_builtins.property
|
|
660
669
|
@pulumi.getter(name="galleryName")
|
|
661
|
-
def gallery_name(self) -> str:
|
|
670
|
+
def gallery_name(self) -> _builtins.str:
|
|
662
671
|
return pulumi.get(self, "gallery_name")
|
|
663
672
|
|
|
664
|
-
@property
|
|
673
|
+
@_builtins.property
|
|
665
674
|
@pulumi.getter(name="imageName")
|
|
666
|
-
def image_name(self) -> str:
|
|
675
|
+
def image_name(self) -> _builtins.str:
|
|
667
676
|
return pulumi.get(self, "image_name")
|
|
668
677
|
|
|
669
|
-
@property
|
|
678
|
+
@_builtins.property
|
|
670
679
|
@pulumi.getter(name="resourceGroupName")
|
|
671
|
-
def resource_group_name(self) -> str:
|
|
680
|
+
def resource_group_name(self) -> _builtins.str:
|
|
672
681
|
return pulumi.get(self, "resource_group_name")
|
|
673
682
|
|
|
674
|
-
@property
|
|
683
|
+
@_builtins.property
|
|
675
684
|
@pulumi.getter
|
|
676
|
-
def version(self) -> str:
|
|
685
|
+
def version(self) -> _builtins.str:
|
|
677
686
|
return pulumi.get(self, "version")
|
|
678
687
|
|
|
679
|
-
@property
|
|
688
|
+
@_builtins.property
|
|
680
689
|
@pulumi.getter(name="spotAccountId")
|
|
681
|
-
def spot_account_id(self) -> Optional[str]:
|
|
690
|
+
def spot_account_id(self) -> Optional[_builtins.str]:
|
|
682
691
|
return pulumi.get(self, "spot_account_id")
|
|
683
692
|
|
|
684
693
|
|
|
685
694
|
@pulumi.output_type
|
|
686
695
|
class ElastigroupAzureV3ImageMarketplace(dict):
|
|
687
696
|
def __init__(__self__, *,
|
|
688
|
-
offer: str,
|
|
689
|
-
publisher: str,
|
|
690
|
-
sku: str,
|
|
691
|
-
version: str):
|
|
697
|
+
offer: _builtins.str,
|
|
698
|
+
publisher: _builtins.str,
|
|
699
|
+
sku: _builtins.str,
|
|
700
|
+
version: _builtins.str):
|
|
692
701
|
pulumi.set(__self__, "offer", offer)
|
|
693
702
|
pulumi.set(__self__, "publisher", publisher)
|
|
694
703
|
pulumi.set(__self__, "sku", sku)
|
|
695
704
|
pulumi.set(__self__, "version", version)
|
|
696
705
|
|
|
697
|
-
@property
|
|
706
|
+
@_builtins.property
|
|
698
707
|
@pulumi.getter
|
|
699
|
-
def offer(self) -> str:
|
|
708
|
+
def offer(self) -> _builtins.str:
|
|
700
709
|
return pulumi.get(self, "offer")
|
|
701
710
|
|
|
702
|
-
@property
|
|
711
|
+
@_builtins.property
|
|
703
712
|
@pulumi.getter
|
|
704
|
-
def publisher(self) -> str:
|
|
713
|
+
def publisher(self) -> _builtins.str:
|
|
705
714
|
return pulumi.get(self, "publisher")
|
|
706
715
|
|
|
707
|
-
@property
|
|
716
|
+
@_builtins.property
|
|
708
717
|
@pulumi.getter
|
|
709
|
-
def sku(self) -> str:
|
|
718
|
+
def sku(self) -> _builtins.str:
|
|
710
719
|
return pulumi.get(self, "sku")
|
|
711
720
|
|
|
712
|
-
@property
|
|
721
|
+
@_builtins.property
|
|
713
722
|
@pulumi.getter
|
|
714
|
-
def version(self) -> str:
|
|
723
|
+
def version(self) -> _builtins.str:
|
|
715
724
|
return pulumi.get(self, "version")
|
|
716
725
|
|
|
717
726
|
|
|
@@ -737,11 +746,11 @@ class ElastigroupAzureV3LoadBalancer(dict):
|
|
|
737
746
|
return super().get(key, default)
|
|
738
747
|
|
|
739
748
|
def __init__(__self__, *,
|
|
740
|
-
name: str,
|
|
741
|
-
resource_group_name: str,
|
|
742
|
-
type: str,
|
|
743
|
-
backend_pool_names: Optional[Sequence[str]] = None,
|
|
744
|
-
sku: Optional[str] = None):
|
|
749
|
+
name: _builtins.str,
|
|
750
|
+
resource_group_name: _builtins.str,
|
|
751
|
+
type: _builtins.str,
|
|
752
|
+
backend_pool_names: Optional[Sequence[_builtins.str]] = None,
|
|
753
|
+
sku: Optional[_builtins.str] = None):
|
|
745
754
|
pulumi.set(__self__, "name", name)
|
|
746
755
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
747
756
|
pulumi.set(__self__, "type", type)
|
|
@@ -750,29 +759,29 @@ class ElastigroupAzureV3LoadBalancer(dict):
|
|
|
750
759
|
if sku is not None:
|
|
751
760
|
pulumi.set(__self__, "sku", sku)
|
|
752
761
|
|
|
753
|
-
@property
|
|
762
|
+
@_builtins.property
|
|
754
763
|
@pulumi.getter
|
|
755
|
-
def name(self) -> str:
|
|
764
|
+
def name(self) -> _builtins.str:
|
|
756
765
|
return pulumi.get(self, "name")
|
|
757
766
|
|
|
758
|
-
@property
|
|
767
|
+
@_builtins.property
|
|
759
768
|
@pulumi.getter(name="resourceGroupName")
|
|
760
|
-
def resource_group_name(self) -> str:
|
|
769
|
+
def resource_group_name(self) -> _builtins.str:
|
|
761
770
|
return pulumi.get(self, "resource_group_name")
|
|
762
771
|
|
|
763
|
-
@property
|
|
772
|
+
@_builtins.property
|
|
764
773
|
@pulumi.getter
|
|
765
|
-
def type(self) -> str:
|
|
774
|
+
def type(self) -> _builtins.str:
|
|
766
775
|
return pulumi.get(self, "type")
|
|
767
776
|
|
|
768
|
-
@property
|
|
777
|
+
@_builtins.property
|
|
769
778
|
@pulumi.getter(name="backendPoolNames")
|
|
770
|
-
def backend_pool_names(self) -> Optional[Sequence[str]]:
|
|
779
|
+
def backend_pool_names(self) -> Optional[Sequence[_builtins.str]]:
|
|
771
780
|
return pulumi.get(self, "backend_pool_names")
|
|
772
781
|
|
|
773
|
-
@property
|
|
782
|
+
@_builtins.property
|
|
774
783
|
@pulumi.getter
|
|
775
|
-
def sku(self) -> Optional[str]:
|
|
784
|
+
def sku(self) -> Optional[_builtins.str]:
|
|
776
785
|
return pulumi.get(self, "sku")
|
|
777
786
|
|
|
778
787
|
|
|
@@ -798,28 +807,28 @@ class ElastigroupAzureV3Login(dict):
|
|
|
798
807
|
return super().get(key, default)
|
|
799
808
|
|
|
800
809
|
def __init__(__self__, *,
|
|
801
|
-
user_name: str,
|
|
802
|
-
password: Optional[str] = None,
|
|
803
|
-
ssh_public_key: Optional[str] = None):
|
|
810
|
+
user_name: _builtins.str,
|
|
811
|
+
password: Optional[_builtins.str] = None,
|
|
812
|
+
ssh_public_key: Optional[_builtins.str] = None):
|
|
804
813
|
pulumi.set(__self__, "user_name", user_name)
|
|
805
814
|
if password is not None:
|
|
806
815
|
pulumi.set(__self__, "password", password)
|
|
807
816
|
if ssh_public_key is not None:
|
|
808
817
|
pulumi.set(__self__, "ssh_public_key", ssh_public_key)
|
|
809
818
|
|
|
810
|
-
@property
|
|
819
|
+
@_builtins.property
|
|
811
820
|
@pulumi.getter(name="userName")
|
|
812
|
-
def user_name(self) -> str:
|
|
821
|
+
def user_name(self) -> _builtins.str:
|
|
813
822
|
return pulumi.get(self, "user_name")
|
|
814
823
|
|
|
815
|
-
@property
|
|
824
|
+
@_builtins.property
|
|
816
825
|
@pulumi.getter
|
|
817
|
-
def password(self) -> Optional[str]:
|
|
826
|
+
def password(self) -> Optional[_builtins.str]:
|
|
818
827
|
return pulumi.get(self, "password")
|
|
819
828
|
|
|
820
|
-
@property
|
|
829
|
+
@_builtins.property
|
|
821
830
|
@pulumi.getter(name="sshPublicKey")
|
|
822
|
-
def ssh_public_key(self) -> Optional[str]:
|
|
831
|
+
def ssh_public_key(self) -> Optional[_builtins.str]:
|
|
823
832
|
return pulumi.get(self, "ssh_public_key")
|
|
824
833
|
|
|
825
834
|
|
|
@@ -843,19 +852,19 @@ class ElastigroupAzureV3ManagedServiceIdentity(dict):
|
|
|
843
852
|
return super().get(key, default)
|
|
844
853
|
|
|
845
854
|
def __init__(__self__, *,
|
|
846
|
-
name: str,
|
|
847
|
-
resource_group_name: str):
|
|
855
|
+
name: _builtins.str,
|
|
856
|
+
resource_group_name: _builtins.str):
|
|
848
857
|
pulumi.set(__self__, "name", name)
|
|
849
858
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
850
859
|
|
|
851
|
-
@property
|
|
860
|
+
@_builtins.property
|
|
852
861
|
@pulumi.getter
|
|
853
|
-
def name(self) -> str:
|
|
862
|
+
def name(self) -> _builtins.str:
|
|
854
863
|
return pulumi.get(self, "name")
|
|
855
864
|
|
|
856
|
-
@property
|
|
865
|
+
@_builtins.property
|
|
857
866
|
@pulumi.getter(name="resourceGroupName")
|
|
858
|
-
def resource_group_name(self) -> str:
|
|
867
|
+
def resource_group_name(self) -> _builtins.str:
|
|
859
868
|
return pulumi.get(self, "resource_group_name")
|
|
860
869
|
|
|
861
870
|
|
|
@@ -884,25 +893,25 @@ class ElastigroupAzureV3Network(dict):
|
|
|
884
893
|
|
|
885
894
|
def __init__(__self__, *,
|
|
886
895
|
network_interfaces: Sequence['outputs.ElastigroupAzureV3NetworkNetworkInterface'],
|
|
887
|
-
resource_group_name: str,
|
|
888
|
-
virtual_network_name: str):
|
|
896
|
+
resource_group_name: _builtins.str,
|
|
897
|
+
virtual_network_name: _builtins.str):
|
|
889
898
|
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
|
890
899
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
891
900
|
pulumi.set(__self__, "virtual_network_name", virtual_network_name)
|
|
892
901
|
|
|
893
|
-
@property
|
|
902
|
+
@_builtins.property
|
|
894
903
|
@pulumi.getter(name="networkInterfaces")
|
|
895
904
|
def network_interfaces(self) -> Sequence['outputs.ElastigroupAzureV3NetworkNetworkInterface']:
|
|
896
905
|
return pulumi.get(self, "network_interfaces")
|
|
897
906
|
|
|
898
|
-
@property
|
|
907
|
+
@_builtins.property
|
|
899
908
|
@pulumi.getter(name="resourceGroupName")
|
|
900
|
-
def resource_group_name(self) -> str:
|
|
909
|
+
def resource_group_name(self) -> _builtins.str:
|
|
901
910
|
return pulumi.get(self, "resource_group_name")
|
|
902
911
|
|
|
903
|
-
@property
|
|
912
|
+
@_builtins.property
|
|
904
913
|
@pulumi.getter(name="virtualNetworkName")
|
|
905
|
-
def virtual_network_name(self) -> str:
|
|
914
|
+
def virtual_network_name(self) -> _builtins.str:
|
|
906
915
|
return pulumi.get(self, "virtual_network_name")
|
|
907
916
|
|
|
908
917
|
|
|
@@ -942,14 +951,14 @@ class ElastigroupAzureV3NetworkNetworkInterface(dict):
|
|
|
942
951
|
return super().get(key, default)
|
|
943
952
|
|
|
944
953
|
def __init__(__self__, *,
|
|
945
|
-
assign_public_ip: bool,
|
|
946
|
-
is_primary: bool,
|
|
947
|
-
subnet_name: str,
|
|
954
|
+
assign_public_ip: _builtins.bool,
|
|
955
|
+
is_primary: _builtins.bool,
|
|
956
|
+
subnet_name: _builtins.str,
|
|
948
957
|
additional_ip_configs: Optional[Sequence['outputs.ElastigroupAzureV3NetworkNetworkInterfaceAdditionalIpConfig']] = None,
|
|
949
958
|
application_security_groups: Optional[Sequence['outputs.ElastigroupAzureV3NetworkNetworkInterfaceApplicationSecurityGroup']] = None,
|
|
950
|
-
enable_ip_forwarding: Optional[bool] = None,
|
|
951
|
-
private_ip_addresses: Optional[Sequence[str]] = None,
|
|
952
|
-
public_ip_sku: Optional[str] = None,
|
|
959
|
+
enable_ip_forwarding: Optional[_builtins.bool] = None,
|
|
960
|
+
private_ip_addresses: Optional[Sequence[_builtins.str]] = None,
|
|
961
|
+
public_ip_sku: Optional[_builtins.str] = None,
|
|
953
962
|
security_groups: Optional[Sequence['outputs.ElastigroupAzureV3NetworkNetworkInterfaceSecurityGroup']] = None):
|
|
954
963
|
pulumi.set(__self__, "assign_public_ip", assign_public_ip)
|
|
955
964
|
pulumi.set(__self__, "is_primary", is_primary)
|
|
@@ -967,47 +976,47 @@ class ElastigroupAzureV3NetworkNetworkInterface(dict):
|
|
|
967
976
|
if security_groups is not None:
|
|
968
977
|
pulumi.set(__self__, "security_groups", security_groups)
|
|
969
978
|
|
|
970
|
-
@property
|
|
979
|
+
@_builtins.property
|
|
971
980
|
@pulumi.getter(name="assignPublicIp")
|
|
972
|
-
def assign_public_ip(self) -> bool:
|
|
981
|
+
def assign_public_ip(self) -> _builtins.bool:
|
|
973
982
|
return pulumi.get(self, "assign_public_ip")
|
|
974
983
|
|
|
975
|
-
@property
|
|
984
|
+
@_builtins.property
|
|
976
985
|
@pulumi.getter(name="isPrimary")
|
|
977
|
-
def is_primary(self) -> bool:
|
|
986
|
+
def is_primary(self) -> _builtins.bool:
|
|
978
987
|
return pulumi.get(self, "is_primary")
|
|
979
988
|
|
|
980
|
-
@property
|
|
989
|
+
@_builtins.property
|
|
981
990
|
@pulumi.getter(name="subnetName")
|
|
982
|
-
def subnet_name(self) -> str:
|
|
991
|
+
def subnet_name(self) -> _builtins.str:
|
|
983
992
|
return pulumi.get(self, "subnet_name")
|
|
984
993
|
|
|
985
|
-
@property
|
|
994
|
+
@_builtins.property
|
|
986
995
|
@pulumi.getter(name="additionalIpConfigs")
|
|
987
996
|
def additional_ip_configs(self) -> Optional[Sequence['outputs.ElastigroupAzureV3NetworkNetworkInterfaceAdditionalIpConfig']]:
|
|
988
997
|
return pulumi.get(self, "additional_ip_configs")
|
|
989
998
|
|
|
990
|
-
@property
|
|
999
|
+
@_builtins.property
|
|
991
1000
|
@pulumi.getter(name="applicationSecurityGroups")
|
|
992
1001
|
def application_security_groups(self) -> Optional[Sequence['outputs.ElastigroupAzureV3NetworkNetworkInterfaceApplicationSecurityGroup']]:
|
|
993
1002
|
return pulumi.get(self, "application_security_groups")
|
|
994
1003
|
|
|
995
|
-
@property
|
|
1004
|
+
@_builtins.property
|
|
996
1005
|
@pulumi.getter(name="enableIpForwarding")
|
|
997
|
-
def enable_ip_forwarding(self) -> Optional[bool]:
|
|
1006
|
+
def enable_ip_forwarding(self) -> Optional[_builtins.bool]:
|
|
998
1007
|
return pulumi.get(self, "enable_ip_forwarding")
|
|
999
1008
|
|
|
1000
|
-
@property
|
|
1009
|
+
@_builtins.property
|
|
1001
1010
|
@pulumi.getter(name="privateIpAddresses")
|
|
1002
|
-
def private_ip_addresses(self) -> Optional[Sequence[str]]:
|
|
1011
|
+
def private_ip_addresses(self) -> Optional[Sequence[_builtins.str]]:
|
|
1003
1012
|
return pulumi.get(self, "private_ip_addresses")
|
|
1004
1013
|
|
|
1005
|
-
@property
|
|
1014
|
+
@_builtins.property
|
|
1006
1015
|
@pulumi.getter(name="publicIpSku")
|
|
1007
|
-
def public_ip_sku(self) -> Optional[str]:
|
|
1016
|
+
def public_ip_sku(self) -> Optional[_builtins.str]:
|
|
1008
1017
|
return pulumi.get(self, "public_ip_sku")
|
|
1009
1018
|
|
|
1010
|
-
@property
|
|
1019
|
+
@_builtins.property
|
|
1011
1020
|
@pulumi.getter(name="securityGroups")
|
|
1012
1021
|
def security_groups(self) -> Optional[Sequence['outputs.ElastigroupAzureV3NetworkNetworkInterfaceSecurityGroup']]:
|
|
1013
1022
|
return pulumi.get(self, "security_groups")
|
|
@@ -1033,20 +1042,20 @@ class ElastigroupAzureV3NetworkNetworkInterfaceAdditionalIpConfig(dict):
|
|
|
1033
1042
|
return super().get(key, default)
|
|
1034
1043
|
|
|
1035
1044
|
def __init__(__self__, *,
|
|
1036
|
-
name: str,
|
|
1037
|
-
private_ip_version: Optional[str] = None):
|
|
1045
|
+
name: _builtins.str,
|
|
1046
|
+
private_ip_version: Optional[_builtins.str] = None):
|
|
1038
1047
|
pulumi.set(__self__, "name", name)
|
|
1039
1048
|
if private_ip_version is not None:
|
|
1040
1049
|
pulumi.set(__self__, "private_ip_version", private_ip_version)
|
|
1041
1050
|
|
|
1042
|
-
@property
|
|
1051
|
+
@_builtins.property
|
|
1043
1052
|
@pulumi.getter
|
|
1044
|
-
def name(self) -> str:
|
|
1053
|
+
def name(self) -> _builtins.str:
|
|
1045
1054
|
return pulumi.get(self, "name")
|
|
1046
1055
|
|
|
1047
|
-
@property
|
|
1056
|
+
@_builtins.property
|
|
1048
1057
|
@pulumi.getter(name="privateIpVersion")
|
|
1049
|
-
def private_ip_version(self) -> Optional[str]:
|
|
1058
|
+
def private_ip_version(self) -> Optional[_builtins.str]:
|
|
1050
1059
|
return pulumi.get(self, "private_ip_version")
|
|
1051
1060
|
|
|
1052
1061
|
|
|
@@ -1070,19 +1079,19 @@ class ElastigroupAzureV3NetworkNetworkInterfaceApplicationSecurityGroup(dict):
|
|
|
1070
1079
|
return super().get(key, default)
|
|
1071
1080
|
|
|
1072
1081
|
def __init__(__self__, *,
|
|
1073
|
-
name: str,
|
|
1074
|
-
resource_group_name: str):
|
|
1082
|
+
name: _builtins.str,
|
|
1083
|
+
resource_group_name: _builtins.str):
|
|
1075
1084
|
pulumi.set(__self__, "name", name)
|
|
1076
1085
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
1077
1086
|
|
|
1078
|
-
@property
|
|
1087
|
+
@_builtins.property
|
|
1079
1088
|
@pulumi.getter
|
|
1080
|
-
def name(self) -> str:
|
|
1089
|
+
def name(self) -> _builtins.str:
|
|
1081
1090
|
return pulumi.get(self, "name")
|
|
1082
1091
|
|
|
1083
|
-
@property
|
|
1092
|
+
@_builtins.property
|
|
1084
1093
|
@pulumi.getter(name="resourceGroupName")
|
|
1085
|
-
def resource_group_name(self) -> str:
|
|
1094
|
+
def resource_group_name(self) -> _builtins.str:
|
|
1086
1095
|
return pulumi.get(self, "resource_group_name")
|
|
1087
1096
|
|
|
1088
1097
|
|
|
@@ -1106,21 +1115,21 @@ class ElastigroupAzureV3NetworkNetworkInterfaceSecurityGroup(dict):
|
|
|
1106
1115
|
return super().get(key, default)
|
|
1107
1116
|
|
|
1108
1117
|
def __init__(__self__, *,
|
|
1109
|
-
name: Optional[str] = None,
|
|
1110
|
-
resource_group_name: Optional[str] = None):
|
|
1118
|
+
name: Optional[_builtins.str] = None,
|
|
1119
|
+
resource_group_name: Optional[_builtins.str] = None):
|
|
1111
1120
|
if name is not None:
|
|
1112
1121
|
pulumi.set(__self__, "name", name)
|
|
1113
1122
|
if resource_group_name is not None:
|
|
1114
1123
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
1115
1124
|
|
|
1116
|
-
@property
|
|
1125
|
+
@_builtins.property
|
|
1117
1126
|
@pulumi.getter
|
|
1118
|
-
def name(self) -> Optional[str]:
|
|
1127
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1119
1128
|
return pulumi.get(self, "name")
|
|
1120
1129
|
|
|
1121
|
-
@property
|
|
1130
|
+
@_builtins.property
|
|
1122
1131
|
@pulumi.getter(name="resourceGroupName")
|
|
1123
|
-
def resource_group_name(self) -> Optional[str]:
|
|
1132
|
+
def resource_group_name(self) -> Optional[_builtins.str]:
|
|
1124
1133
|
return pulumi.get(self, "resource_group_name")
|
|
1125
1134
|
|
|
1126
1135
|
|
|
@@ -1144,20 +1153,20 @@ class ElastigroupAzureV3OsDisk(dict):
|
|
|
1144
1153
|
return super().get(key, default)
|
|
1145
1154
|
|
|
1146
1155
|
def __init__(__self__, *,
|
|
1147
|
-
type: str,
|
|
1148
|
-
size_gb: Optional[int] = None):
|
|
1156
|
+
type: _builtins.str,
|
|
1157
|
+
size_gb: Optional[_builtins.int] = None):
|
|
1149
1158
|
pulumi.set(__self__, "type", type)
|
|
1150
1159
|
if size_gb is not None:
|
|
1151
1160
|
pulumi.set(__self__, "size_gb", size_gb)
|
|
1152
1161
|
|
|
1153
|
-
@property
|
|
1162
|
+
@_builtins.property
|
|
1154
1163
|
@pulumi.getter
|
|
1155
|
-
def type(self) -> str:
|
|
1164
|
+
def type(self) -> _builtins.str:
|
|
1156
1165
|
return pulumi.get(self, "type")
|
|
1157
1166
|
|
|
1158
|
-
@property
|
|
1167
|
+
@_builtins.property
|
|
1159
1168
|
@pulumi.getter(name="sizeGb")
|
|
1160
|
-
def size_gb(self) -> Optional[int]:
|
|
1169
|
+
def size_gb(self) -> Optional[_builtins.int]:
|
|
1161
1170
|
return pulumi.get(self, "size_gb")
|
|
1162
1171
|
|
|
1163
1172
|
|
|
@@ -1181,19 +1190,19 @@ class ElastigroupAzureV3ProximityPlacementGroup(dict):
|
|
|
1181
1190
|
return super().get(key, default)
|
|
1182
1191
|
|
|
1183
1192
|
def __init__(__self__, *,
|
|
1184
|
-
name: str,
|
|
1185
|
-
resource_group_name: str):
|
|
1193
|
+
name: _builtins.str,
|
|
1194
|
+
resource_group_name: _builtins.str):
|
|
1186
1195
|
pulumi.set(__self__, "name", name)
|
|
1187
1196
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
1188
1197
|
|
|
1189
|
-
@property
|
|
1198
|
+
@_builtins.property
|
|
1190
1199
|
@pulumi.getter
|
|
1191
|
-
def name(self) -> str:
|
|
1200
|
+
def name(self) -> _builtins.str:
|
|
1192
1201
|
return pulumi.get(self, "name")
|
|
1193
1202
|
|
|
1194
|
-
@property
|
|
1203
|
+
@_builtins.property
|
|
1195
1204
|
@pulumi.getter(name="resourceGroupName")
|
|
1196
|
-
def resource_group_name(self) -> str:
|
|
1205
|
+
def resource_group_name(self) -> _builtins.str:
|
|
1197
1206
|
return pulumi.get(self, "resource_group_name")
|
|
1198
1207
|
|
|
1199
1208
|
|
|
@@ -1217,12 +1226,12 @@ class ElastigroupAzureV3RevertToSpot(dict):
|
|
|
1217
1226
|
return super().get(key, default)
|
|
1218
1227
|
|
|
1219
1228
|
def __init__(__self__, *,
|
|
1220
|
-
perform_at: str):
|
|
1229
|
+
perform_at: _builtins.str):
|
|
1221
1230
|
pulumi.set(__self__, "perform_at", perform_at)
|
|
1222
1231
|
|
|
1223
|
-
@property
|
|
1232
|
+
@_builtins.property
|
|
1224
1233
|
@pulumi.getter(name="performAt")
|
|
1225
|
-
def perform_at(self) -> str:
|
|
1234
|
+
def perform_at(self) -> _builtins.str:
|
|
1226
1235
|
return pulumi.get(self, "perform_at")
|
|
1227
1236
|
|
|
1228
1237
|
|
|
@@ -1253,19 +1262,19 @@ class ElastigroupAzureV3ScalingDownPolicy(dict):
|
|
|
1253
1262
|
|
|
1254
1263
|
def __init__(__self__, *,
|
|
1255
1264
|
action: 'outputs.ElastigroupAzureV3ScalingDownPolicyAction',
|
|
1256
|
-
cooldown: int,
|
|
1257
|
-
evaluation_periods: int,
|
|
1258
|
-
metric_name: str,
|
|
1259
|
-
namespace: str,
|
|
1260
|
-
operator: str,
|
|
1261
|
-
period: int,
|
|
1262
|
-
policy_name: str,
|
|
1263
|
-
statistic: str,
|
|
1264
|
-
threshold: float,
|
|
1265
|
+
cooldown: _builtins.int,
|
|
1266
|
+
evaluation_periods: _builtins.int,
|
|
1267
|
+
metric_name: _builtins.str,
|
|
1268
|
+
namespace: _builtins.str,
|
|
1269
|
+
operator: _builtins.str,
|
|
1270
|
+
period: _builtins.int,
|
|
1271
|
+
policy_name: _builtins.str,
|
|
1272
|
+
statistic: _builtins.str,
|
|
1273
|
+
threshold: _builtins.float,
|
|
1265
1274
|
dimensions: Optional[Sequence['outputs.ElastigroupAzureV3ScalingDownPolicyDimension']] = None,
|
|
1266
|
-
is_enabled: Optional[bool] = None,
|
|
1267
|
-
source: Optional[str] = None,
|
|
1268
|
-
unit: Optional[str] = None):
|
|
1275
|
+
is_enabled: Optional[_builtins.bool] = None,
|
|
1276
|
+
source: Optional[_builtins.str] = None,
|
|
1277
|
+
unit: Optional[_builtins.str] = None):
|
|
1269
1278
|
pulumi.set(__self__, "action", action)
|
|
1270
1279
|
pulumi.set(__self__, "cooldown", cooldown)
|
|
1271
1280
|
pulumi.set(__self__, "evaluation_periods", evaluation_periods)
|
|
@@ -1285,85 +1294,85 @@ class ElastigroupAzureV3ScalingDownPolicy(dict):
|
|
|
1285
1294
|
if unit is not None:
|
|
1286
1295
|
pulumi.set(__self__, "unit", unit)
|
|
1287
1296
|
|
|
1288
|
-
@property
|
|
1297
|
+
@_builtins.property
|
|
1289
1298
|
@pulumi.getter
|
|
1290
1299
|
def action(self) -> 'outputs.ElastigroupAzureV3ScalingDownPolicyAction':
|
|
1291
1300
|
return pulumi.get(self, "action")
|
|
1292
1301
|
|
|
1293
|
-
@property
|
|
1302
|
+
@_builtins.property
|
|
1294
1303
|
@pulumi.getter
|
|
1295
|
-
def cooldown(self) -> int:
|
|
1304
|
+
def cooldown(self) -> _builtins.int:
|
|
1296
1305
|
return pulumi.get(self, "cooldown")
|
|
1297
1306
|
|
|
1298
|
-
@property
|
|
1307
|
+
@_builtins.property
|
|
1299
1308
|
@pulumi.getter(name="evaluationPeriods")
|
|
1300
|
-
def evaluation_periods(self) -> int:
|
|
1309
|
+
def evaluation_periods(self) -> _builtins.int:
|
|
1301
1310
|
return pulumi.get(self, "evaluation_periods")
|
|
1302
1311
|
|
|
1303
|
-
@property
|
|
1312
|
+
@_builtins.property
|
|
1304
1313
|
@pulumi.getter(name="metricName")
|
|
1305
|
-
def metric_name(self) -> str:
|
|
1314
|
+
def metric_name(self) -> _builtins.str:
|
|
1306
1315
|
return pulumi.get(self, "metric_name")
|
|
1307
1316
|
|
|
1308
|
-
@property
|
|
1317
|
+
@_builtins.property
|
|
1309
1318
|
@pulumi.getter
|
|
1310
|
-
def namespace(self) -> str:
|
|
1319
|
+
def namespace(self) -> _builtins.str:
|
|
1311
1320
|
return pulumi.get(self, "namespace")
|
|
1312
1321
|
|
|
1313
|
-
@property
|
|
1322
|
+
@_builtins.property
|
|
1314
1323
|
@pulumi.getter
|
|
1315
|
-
def operator(self) -> str:
|
|
1324
|
+
def operator(self) -> _builtins.str:
|
|
1316
1325
|
return pulumi.get(self, "operator")
|
|
1317
1326
|
|
|
1318
|
-
@property
|
|
1327
|
+
@_builtins.property
|
|
1319
1328
|
@pulumi.getter
|
|
1320
|
-
def period(self) -> int:
|
|
1329
|
+
def period(self) -> _builtins.int:
|
|
1321
1330
|
return pulumi.get(self, "period")
|
|
1322
1331
|
|
|
1323
|
-
@property
|
|
1332
|
+
@_builtins.property
|
|
1324
1333
|
@pulumi.getter(name="policyName")
|
|
1325
|
-
def policy_name(self) -> str:
|
|
1334
|
+
def policy_name(self) -> _builtins.str:
|
|
1326
1335
|
return pulumi.get(self, "policy_name")
|
|
1327
1336
|
|
|
1328
|
-
@property
|
|
1337
|
+
@_builtins.property
|
|
1329
1338
|
@pulumi.getter
|
|
1330
|
-
def statistic(self) -> str:
|
|
1339
|
+
def statistic(self) -> _builtins.str:
|
|
1331
1340
|
return pulumi.get(self, "statistic")
|
|
1332
1341
|
|
|
1333
|
-
@property
|
|
1342
|
+
@_builtins.property
|
|
1334
1343
|
@pulumi.getter
|
|
1335
|
-
def threshold(self) -> float:
|
|
1344
|
+
def threshold(self) -> _builtins.float:
|
|
1336
1345
|
return pulumi.get(self, "threshold")
|
|
1337
1346
|
|
|
1338
|
-
@property
|
|
1347
|
+
@_builtins.property
|
|
1339
1348
|
@pulumi.getter
|
|
1340
1349
|
def dimensions(self) -> Optional[Sequence['outputs.ElastigroupAzureV3ScalingDownPolicyDimension']]:
|
|
1341
1350
|
return pulumi.get(self, "dimensions")
|
|
1342
1351
|
|
|
1343
|
-
@property
|
|
1352
|
+
@_builtins.property
|
|
1344
1353
|
@pulumi.getter(name="isEnabled")
|
|
1345
|
-
def is_enabled(self) -> Optional[bool]:
|
|
1354
|
+
def is_enabled(self) -> Optional[_builtins.bool]:
|
|
1346
1355
|
return pulumi.get(self, "is_enabled")
|
|
1347
1356
|
|
|
1348
|
-
@property
|
|
1357
|
+
@_builtins.property
|
|
1349
1358
|
@pulumi.getter
|
|
1350
|
-
def source(self) -> Optional[str]:
|
|
1359
|
+
def source(self) -> Optional[_builtins.str]:
|
|
1351
1360
|
return pulumi.get(self, "source")
|
|
1352
1361
|
|
|
1353
|
-
@property
|
|
1362
|
+
@_builtins.property
|
|
1354
1363
|
@pulumi.getter
|
|
1355
|
-
def unit(self) -> Optional[str]:
|
|
1364
|
+
def unit(self) -> Optional[_builtins.str]:
|
|
1356
1365
|
return pulumi.get(self, "unit")
|
|
1357
1366
|
|
|
1358
1367
|
|
|
1359
1368
|
@pulumi.output_type
|
|
1360
1369
|
class ElastigroupAzureV3ScalingDownPolicyAction(dict):
|
|
1361
1370
|
def __init__(__self__, *,
|
|
1362
|
-
adjustment: Optional[str] = None,
|
|
1363
|
-
maximum: Optional[str] = None,
|
|
1364
|
-
minimum: Optional[str] = None,
|
|
1365
|
-
target: Optional[str] = None,
|
|
1366
|
-
type: Optional[str] = None):
|
|
1371
|
+
adjustment: Optional[_builtins.str] = None,
|
|
1372
|
+
maximum: Optional[_builtins.str] = None,
|
|
1373
|
+
minimum: Optional[_builtins.str] = None,
|
|
1374
|
+
target: Optional[_builtins.str] = None,
|
|
1375
|
+
type: Optional[_builtins.str] = None):
|
|
1367
1376
|
if adjustment is not None:
|
|
1368
1377
|
pulumi.set(__self__, "adjustment", adjustment)
|
|
1369
1378
|
if maximum is not None:
|
|
@@ -1375,50 +1384,50 @@ class ElastigroupAzureV3ScalingDownPolicyAction(dict):
|
|
|
1375
1384
|
if type is not None:
|
|
1376
1385
|
pulumi.set(__self__, "type", type)
|
|
1377
1386
|
|
|
1378
|
-
@property
|
|
1387
|
+
@_builtins.property
|
|
1379
1388
|
@pulumi.getter
|
|
1380
|
-
def adjustment(self) -> Optional[str]:
|
|
1389
|
+
def adjustment(self) -> Optional[_builtins.str]:
|
|
1381
1390
|
return pulumi.get(self, "adjustment")
|
|
1382
1391
|
|
|
1383
|
-
@property
|
|
1392
|
+
@_builtins.property
|
|
1384
1393
|
@pulumi.getter
|
|
1385
|
-
def maximum(self) -> Optional[str]:
|
|
1394
|
+
def maximum(self) -> Optional[_builtins.str]:
|
|
1386
1395
|
return pulumi.get(self, "maximum")
|
|
1387
1396
|
|
|
1388
|
-
@property
|
|
1397
|
+
@_builtins.property
|
|
1389
1398
|
@pulumi.getter
|
|
1390
|
-
def minimum(self) -> Optional[str]:
|
|
1399
|
+
def minimum(self) -> Optional[_builtins.str]:
|
|
1391
1400
|
return pulumi.get(self, "minimum")
|
|
1392
1401
|
|
|
1393
|
-
@property
|
|
1402
|
+
@_builtins.property
|
|
1394
1403
|
@pulumi.getter
|
|
1395
|
-
def target(self) -> Optional[str]:
|
|
1404
|
+
def target(self) -> Optional[_builtins.str]:
|
|
1396
1405
|
return pulumi.get(self, "target")
|
|
1397
1406
|
|
|
1398
|
-
@property
|
|
1407
|
+
@_builtins.property
|
|
1399
1408
|
@pulumi.getter
|
|
1400
|
-
def type(self) -> Optional[str]:
|
|
1409
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1401
1410
|
return pulumi.get(self, "type")
|
|
1402
1411
|
|
|
1403
1412
|
|
|
1404
1413
|
@pulumi.output_type
|
|
1405
1414
|
class ElastigroupAzureV3ScalingDownPolicyDimension(dict):
|
|
1406
1415
|
def __init__(__self__, *,
|
|
1407
|
-
name: Optional[str] = None,
|
|
1408
|
-
value: Optional[str] = None):
|
|
1416
|
+
name: Optional[_builtins.str] = None,
|
|
1417
|
+
value: Optional[_builtins.str] = None):
|
|
1409
1418
|
if name is not None:
|
|
1410
1419
|
pulumi.set(__self__, "name", name)
|
|
1411
1420
|
if value is not None:
|
|
1412
1421
|
pulumi.set(__self__, "value", value)
|
|
1413
1422
|
|
|
1414
|
-
@property
|
|
1423
|
+
@_builtins.property
|
|
1415
1424
|
@pulumi.getter
|
|
1416
|
-
def name(self) -> Optional[str]:
|
|
1425
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1417
1426
|
return pulumi.get(self, "name")
|
|
1418
1427
|
|
|
1419
|
-
@property
|
|
1428
|
+
@_builtins.property
|
|
1420
1429
|
@pulumi.getter
|
|
1421
|
-
def value(self) -> Optional[str]:
|
|
1430
|
+
def value(self) -> Optional[_builtins.str]:
|
|
1422
1431
|
return pulumi.get(self, "value")
|
|
1423
1432
|
|
|
1424
1433
|
|
|
@@ -1449,19 +1458,19 @@ class ElastigroupAzureV3ScalingUpPolicy(dict):
|
|
|
1449
1458
|
|
|
1450
1459
|
def __init__(__self__, *,
|
|
1451
1460
|
action: 'outputs.ElastigroupAzureV3ScalingUpPolicyAction',
|
|
1452
|
-
cooldown: int,
|
|
1453
|
-
evaluation_periods: int,
|
|
1454
|
-
metric_name: str,
|
|
1455
|
-
namespace: str,
|
|
1456
|
-
operator: str,
|
|
1457
|
-
period: int,
|
|
1458
|
-
policy_name: str,
|
|
1459
|
-
statistic: str,
|
|
1460
|
-
threshold: float,
|
|
1461
|
+
cooldown: _builtins.int,
|
|
1462
|
+
evaluation_periods: _builtins.int,
|
|
1463
|
+
metric_name: _builtins.str,
|
|
1464
|
+
namespace: _builtins.str,
|
|
1465
|
+
operator: _builtins.str,
|
|
1466
|
+
period: _builtins.int,
|
|
1467
|
+
policy_name: _builtins.str,
|
|
1468
|
+
statistic: _builtins.str,
|
|
1469
|
+
threshold: _builtins.float,
|
|
1461
1470
|
dimensions: Optional[Sequence['outputs.ElastigroupAzureV3ScalingUpPolicyDimension']] = None,
|
|
1462
|
-
is_enabled: Optional[bool] = None,
|
|
1463
|
-
source: Optional[str] = None,
|
|
1464
|
-
unit: Optional[str] = None):
|
|
1471
|
+
is_enabled: Optional[_builtins.bool] = None,
|
|
1472
|
+
source: Optional[_builtins.str] = None,
|
|
1473
|
+
unit: Optional[_builtins.str] = None):
|
|
1465
1474
|
pulumi.set(__self__, "action", action)
|
|
1466
1475
|
pulumi.set(__self__, "cooldown", cooldown)
|
|
1467
1476
|
pulumi.set(__self__, "evaluation_periods", evaluation_periods)
|
|
@@ -1481,85 +1490,85 @@ class ElastigroupAzureV3ScalingUpPolicy(dict):
|
|
|
1481
1490
|
if unit is not None:
|
|
1482
1491
|
pulumi.set(__self__, "unit", unit)
|
|
1483
1492
|
|
|
1484
|
-
@property
|
|
1493
|
+
@_builtins.property
|
|
1485
1494
|
@pulumi.getter
|
|
1486
1495
|
def action(self) -> 'outputs.ElastigroupAzureV3ScalingUpPolicyAction':
|
|
1487
1496
|
return pulumi.get(self, "action")
|
|
1488
1497
|
|
|
1489
|
-
@property
|
|
1498
|
+
@_builtins.property
|
|
1490
1499
|
@pulumi.getter
|
|
1491
|
-
def cooldown(self) -> int:
|
|
1500
|
+
def cooldown(self) -> _builtins.int:
|
|
1492
1501
|
return pulumi.get(self, "cooldown")
|
|
1493
1502
|
|
|
1494
|
-
@property
|
|
1503
|
+
@_builtins.property
|
|
1495
1504
|
@pulumi.getter(name="evaluationPeriods")
|
|
1496
|
-
def evaluation_periods(self) -> int:
|
|
1505
|
+
def evaluation_periods(self) -> _builtins.int:
|
|
1497
1506
|
return pulumi.get(self, "evaluation_periods")
|
|
1498
1507
|
|
|
1499
|
-
@property
|
|
1508
|
+
@_builtins.property
|
|
1500
1509
|
@pulumi.getter(name="metricName")
|
|
1501
|
-
def metric_name(self) -> str:
|
|
1510
|
+
def metric_name(self) -> _builtins.str:
|
|
1502
1511
|
return pulumi.get(self, "metric_name")
|
|
1503
1512
|
|
|
1504
|
-
@property
|
|
1513
|
+
@_builtins.property
|
|
1505
1514
|
@pulumi.getter
|
|
1506
|
-
def namespace(self) -> str:
|
|
1515
|
+
def namespace(self) -> _builtins.str:
|
|
1507
1516
|
return pulumi.get(self, "namespace")
|
|
1508
1517
|
|
|
1509
|
-
@property
|
|
1518
|
+
@_builtins.property
|
|
1510
1519
|
@pulumi.getter
|
|
1511
|
-
def operator(self) -> str:
|
|
1520
|
+
def operator(self) -> _builtins.str:
|
|
1512
1521
|
return pulumi.get(self, "operator")
|
|
1513
1522
|
|
|
1514
|
-
@property
|
|
1523
|
+
@_builtins.property
|
|
1515
1524
|
@pulumi.getter
|
|
1516
|
-
def period(self) -> int:
|
|
1525
|
+
def period(self) -> _builtins.int:
|
|
1517
1526
|
return pulumi.get(self, "period")
|
|
1518
1527
|
|
|
1519
|
-
@property
|
|
1528
|
+
@_builtins.property
|
|
1520
1529
|
@pulumi.getter(name="policyName")
|
|
1521
|
-
def policy_name(self) -> str:
|
|
1530
|
+
def policy_name(self) -> _builtins.str:
|
|
1522
1531
|
return pulumi.get(self, "policy_name")
|
|
1523
1532
|
|
|
1524
|
-
@property
|
|
1533
|
+
@_builtins.property
|
|
1525
1534
|
@pulumi.getter
|
|
1526
|
-
def statistic(self) -> str:
|
|
1535
|
+
def statistic(self) -> _builtins.str:
|
|
1527
1536
|
return pulumi.get(self, "statistic")
|
|
1528
1537
|
|
|
1529
|
-
@property
|
|
1538
|
+
@_builtins.property
|
|
1530
1539
|
@pulumi.getter
|
|
1531
|
-
def threshold(self) -> float:
|
|
1540
|
+
def threshold(self) -> _builtins.float:
|
|
1532
1541
|
return pulumi.get(self, "threshold")
|
|
1533
1542
|
|
|
1534
|
-
@property
|
|
1543
|
+
@_builtins.property
|
|
1535
1544
|
@pulumi.getter
|
|
1536
1545
|
def dimensions(self) -> Optional[Sequence['outputs.ElastigroupAzureV3ScalingUpPolicyDimension']]:
|
|
1537
1546
|
return pulumi.get(self, "dimensions")
|
|
1538
1547
|
|
|
1539
|
-
@property
|
|
1548
|
+
@_builtins.property
|
|
1540
1549
|
@pulumi.getter(name="isEnabled")
|
|
1541
|
-
def is_enabled(self) -> Optional[bool]:
|
|
1550
|
+
def is_enabled(self) -> Optional[_builtins.bool]:
|
|
1542
1551
|
return pulumi.get(self, "is_enabled")
|
|
1543
1552
|
|
|
1544
|
-
@property
|
|
1553
|
+
@_builtins.property
|
|
1545
1554
|
@pulumi.getter
|
|
1546
|
-
def source(self) -> Optional[str]:
|
|
1555
|
+
def source(self) -> Optional[_builtins.str]:
|
|
1547
1556
|
return pulumi.get(self, "source")
|
|
1548
1557
|
|
|
1549
|
-
@property
|
|
1558
|
+
@_builtins.property
|
|
1550
1559
|
@pulumi.getter
|
|
1551
|
-
def unit(self) -> Optional[str]:
|
|
1560
|
+
def unit(self) -> Optional[_builtins.str]:
|
|
1552
1561
|
return pulumi.get(self, "unit")
|
|
1553
1562
|
|
|
1554
1563
|
|
|
1555
1564
|
@pulumi.output_type
|
|
1556
1565
|
class ElastigroupAzureV3ScalingUpPolicyAction(dict):
|
|
1557
1566
|
def __init__(__self__, *,
|
|
1558
|
-
adjustment: Optional[str] = None,
|
|
1559
|
-
maximum: Optional[str] = None,
|
|
1560
|
-
minimum: Optional[str] = None,
|
|
1561
|
-
target: Optional[str] = None,
|
|
1562
|
-
type: Optional[str] = None):
|
|
1567
|
+
adjustment: Optional[_builtins.str] = None,
|
|
1568
|
+
maximum: Optional[_builtins.str] = None,
|
|
1569
|
+
minimum: Optional[_builtins.str] = None,
|
|
1570
|
+
target: Optional[_builtins.str] = None,
|
|
1571
|
+
type: Optional[_builtins.str] = None):
|
|
1563
1572
|
if adjustment is not None:
|
|
1564
1573
|
pulumi.set(__self__, "adjustment", adjustment)
|
|
1565
1574
|
if maximum is not None:
|
|
@@ -1571,50 +1580,50 @@ class ElastigroupAzureV3ScalingUpPolicyAction(dict):
|
|
|
1571
1580
|
if type is not None:
|
|
1572
1581
|
pulumi.set(__self__, "type", type)
|
|
1573
1582
|
|
|
1574
|
-
@property
|
|
1583
|
+
@_builtins.property
|
|
1575
1584
|
@pulumi.getter
|
|
1576
|
-
def adjustment(self) -> Optional[str]:
|
|
1585
|
+
def adjustment(self) -> Optional[_builtins.str]:
|
|
1577
1586
|
return pulumi.get(self, "adjustment")
|
|
1578
1587
|
|
|
1579
|
-
@property
|
|
1588
|
+
@_builtins.property
|
|
1580
1589
|
@pulumi.getter
|
|
1581
|
-
def maximum(self) -> Optional[str]:
|
|
1590
|
+
def maximum(self) -> Optional[_builtins.str]:
|
|
1582
1591
|
return pulumi.get(self, "maximum")
|
|
1583
1592
|
|
|
1584
|
-
@property
|
|
1593
|
+
@_builtins.property
|
|
1585
1594
|
@pulumi.getter
|
|
1586
|
-
def minimum(self) -> Optional[str]:
|
|
1595
|
+
def minimum(self) -> Optional[_builtins.str]:
|
|
1587
1596
|
return pulumi.get(self, "minimum")
|
|
1588
1597
|
|
|
1589
|
-
@property
|
|
1598
|
+
@_builtins.property
|
|
1590
1599
|
@pulumi.getter
|
|
1591
|
-
def target(self) -> Optional[str]:
|
|
1600
|
+
def target(self) -> Optional[_builtins.str]:
|
|
1592
1601
|
return pulumi.get(self, "target")
|
|
1593
1602
|
|
|
1594
|
-
@property
|
|
1603
|
+
@_builtins.property
|
|
1595
1604
|
@pulumi.getter
|
|
1596
|
-
def type(self) -> Optional[str]:
|
|
1605
|
+
def type(self) -> Optional[_builtins.str]:
|
|
1597
1606
|
return pulumi.get(self, "type")
|
|
1598
1607
|
|
|
1599
1608
|
|
|
1600
1609
|
@pulumi.output_type
|
|
1601
1610
|
class ElastigroupAzureV3ScalingUpPolicyDimension(dict):
|
|
1602
1611
|
def __init__(__self__, *,
|
|
1603
|
-
name: Optional[str] = None,
|
|
1604
|
-
value: Optional[str] = None):
|
|
1612
|
+
name: Optional[_builtins.str] = None,
|
|
1613
|
+
value: Optional[_builtins.str] = None):
|
|
1605
1614
|
if name is not None:
|
|
1606
1615
|
pulumi.set(__self__, "name", name)
|
|
1607
1616
|
if value is not None:
|
|
1608
1617
|
pulumi.set(__self__, "value", value)
|
|
1609
1618
|
|
|
1610
|
-
@property
|
|
1619
|
+
@_builtins.property
|
|
1611
1620
|
@pulumi.getter
|
|
1612
|
-
def name(self) -> Optional[str]:
|
|
1621
|
+
def name(self) -> Optional[_builtins.str]:
|
|
1613
1622
|
return pulumi.get(self, "name")
|
|
1614
1623
|
|
|
1615
|
-
@property
|
|
1624
|
+
@_builtins.property
|
|
1616
1625
|
@pulumi.getter
|
|
1617
|
-
def value(self) -> Optional[str]:
|
|
1626
|
+
def value(self) -> Optional[_builtins.str]:
|
|
1618
1627
|
return pulumi.get(self, "value")
|
|
1619
1628
|
|
|
1620
1629
|
|
|
@@ -1652,16 +1661,16 @@ class ElastigroupAzureV3SchedulingTask(dict):
|
|
|
1652
1661
|
return super().get(key, default)
|
|
1653
1662
|
|
|
1654
1663
|
def __init__(__self__, *,
|
|
1655
|
-
cron_expression: str,
|
|
1656
|
-
is_enabled: bool,
|
|
1657
|
-
type: str,
|
|
1658
|
-
adjustment: Optional[str] = None,
|
|
1659
|
-
adjustment_percentage: Optional[str] = None,
|
|
1660
|
-
batch_size_percentage: Optional[str] = None,
|
|
1661
|
-
grace_period: Optional[str] = None,
|
|
1662
|
-
scale_max_capacity: Optional[str] = None,
|
|
1663
|
-
scale_min_capacity: Optional[str] = None,
|
|
1664
|
-
scale_target_capacity: Optional[str] = None):
|
|
1664
|
+
cron_expression: _builtins.str,
|
|
1665
|
+
is_enabled: _builtins.bool,
|
|
1666
|
+
type: _builtins.str,
|
|
1667
|
+
adjustment: Optional[_builtins.str] = None,
|
|
1668
|
+
adjustment_percentage: Optional[_builtins.str] = None,
|
|
1669
|
+
batch_size_percentage: Optional[_builtins.str] = None,
|
|
1670
|
+
grace_period: Optional[_builtins.str] = None,
|
|
1671
|
+
scale_max_capacity: Optional[_builtins.str] = None,
|
|
1672
|
+
scale_min_capacity: Optional[_builtins.str] = None,
|
|
1673
|
+
scale_target_capacity: Optional[_builtins.str] = None):
|
|
1665
1674
|
pulumi.set(__self__, "cron_expression", cron_expression)
|
|
1666
1675
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
|
1667
1676
|
pulumi.set(__self__, "type", type)
|
|
@@ -1680,54 +1689,54 @@ class ElastigroupAzureV3SchedulingTask(dict):
|
|
|
1680
1689
|
if scale_target_capacity is not None:
|
|
1681
1690
|
pulumi.set(__self__, "scale_target_capacity", scale_target_capacity)
|
|
1682
1691
|
|
|
1683
|
-
@property
|
|
1692
|
+
@_builtins.property
|
|
1684
1693
|
@pulumi.getter(name="cronExpression")
|
|
1685
|
-
def cron_expression(self) -> str:
|
|
1694
|
+
def cron_expression(self) -> _builtins.str:
|
|
1686
1695
|
return pulumi.get(self, "cron_expression")
|
|
1687
1696
|
|
|
1688
|
-
@property
|
|
1697
|
+
@_builtins.property
|
|
1689
1698
|
@pulumi.getter(name="isEnabled")
|
|
1690
|
-
def is_enabled(self) -> bool:
|
|
1699
|
+
def is_enabled(self) -> _builtins.bool:
|
|
1691
1700
|
return pulumi.get(self, "is_enabled")
|
|
1692
1701
|
|
|
1693
|
-
@property
|
|
1702
|
+
@_builtins.property
|
|
1694
1703
|
@pulumi.getter
|
|
1695
|
-
def type(self) -> str:
|
|
1704
|
+
def type(self) -> _builtins.str:
|
|
1696
1705
|
return pulumi.get(self, "type")
|
|
1697
1706
|
|
|
1698
|
-
@property
|
|
1707
|
+
@_builtins.property
|
|
1699
1708
|
@pulumi.getter
|
|
1700
|
-
def adjustment(self) -> Optional[str]:
|
|
1709
|
+
def adjustment(self) -> Optional[_builtins.str]:
|
|
1701
1710
|
return pulumi.get(self, "adjustment")
|
|
1702
1711
|
|
|
1703
|
-
@property
|
|
1712
|
+
@_builtins.property
|
|
1704
1713
|
@pulumi.getter(name="adjustmentPercentage")
|
|
1705
|
-
def adjustment_percentage(self) -> Optional[str]:
|
|
1714
|
+
def adjustment_percentage(self) -> Optional[_builtins.str]:
|
|
1706
1715
|
return pulumi.get(self, "adjustment_percentage")
|
|
1707
1716
|
|
|
1708
|
-
@property
|
|
1717
|
+
@_builtins.property
|
|
1709
1718
|
@pulumi.getter(name="batchSizePercentage")
|
|
1710
|
-
def batch_size_percentage(self) -> Optional[str]:
|
|
1719
|
+
def batch_size_percentage(self) -> Optional[_builtins.str]:
|
|
1711
1720
|
return pulumi.get(self, "batch_size_percentage")
|
|
1712
1721
|
|
|
1713
|
-
@property
|
|
1722
|
+
@_builtins.property
|
|
1714
1723
|
@pulumi.getter(name="gracePeriod")
|
|
1715
|
-
def grace_period(self) -> Optional[str]:
|
|
1724
|
+
def grace_period(self) -> Optional[_builtins.str]:
|
|
1716
1725
|
return pulumi.get(self, "grace_period")
|
|
1717
1726
|
|
|
1718
|
-
@property
|
|
1727
|
+
@_builtins.property
|
|
1719
1728
|
@pulumi.getter(name="scaleMaxCapacity")
|
|
1720
|
-
def scale_max_capacity(self) -> Optional[str]:
|
|
1729
|
+
def scale_max_capacity(self) -> Optional[_builtins.str]:
|
|
1721
1730
|
return pulumi.get(self, "scale_max_capacity")
|
|
1722
1731
|
|
|
1723
|
-
@property
|
|
1732
|
+
@_builtins.property
|
|
1724
1733
|
@pulumi.getter(name="scaleMinCapacity")
|
|
1725
|
-
def scale_min_capacity(self) -> Optional[str]:
|
|
1734
|
+
def scale_min_capacity(self) -> Optional[_builtins.str]:
|
|
1726
1735
|
return pulumi.get(self, "scale_min_capacity")
|
|
1727
1736
|
|
|
1728
|
-
@property
|
|
1737
|
+
@_builtins.property
|
|
1729
1738
|
@pulumi.getter(name="scaleTargetCapacity")
|
|
1730
|
-
def scale_target_capacity(self) -> Optional[str]:
|
|
1739
|
+
def scale_target_capacity(self) -> Optional[_builtins.str]:
|
|
1731
1740
|
return pulumi.get(self, "scale_target_capacity")
|
|
1732
1741
|
|
|
1733
1742
|
|
|
@@ -1758,12 +1767,12 @@ class ElastigroupAzureV3Secret(dict):
|
|
|
1758
1767
|
pulumi.set(__self__, "source_vaults", source_vaults)
|
|
1759
1768
|
pulumi.set(__self__, "vault_certificates", vault_certificates)
|
|
1760
1769
|
|
|
1761
|
-
@property
|
|
1770
|
+
@_builtins.property
|
|
1762
1771
|
@pulumi.getter(name="sourceVaults")
|
|
1763
1772
|
def source_vaults(self) -> Sequence['outputs.ElastigroupAzureV3SecretSourceVault']:
|
|
1764
1773
|
return pulumi.get(self, "source_vaults")
|
|
1765
1774
|
|
|
1766
|
-
@property
|
|
1775
|
+
@_builtins.property
|
|
1767
1776
|
@pulumi.getter(name="vaultCertificates")
|
|
1768
1777
|
def vault_certificates(self) -> Sequence['outputs.ElastigroupAzureV3SecretVaultCertificate']:
|
|
1769
1778
|
return pulumi.get(self, "vault_certificates")
|
|
@@ -1789,19 +1798,19 @@ class ElastigroupAzureV3SecretSourceVault(dict):
|
|
|
1789
1798
|
return super().get(key, default)
|
|
1790
1799
|
|
|
1791
1800
|
def __init__(__self__, *,
|
|
1792
|
-
name: str,
|
|
1793
|
-
resource_group_name: str):
|
|
1801
|
+
name: _builtins.str,
|
|
1802
|
+
resource_group_name: _builtins.str):
|
|
1794
1803
|
pulumi.set(__self__, "name", name)
|
|
1795
1804
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
1796
1805
|
|
|
1797
|
-
@property
|
|
1806
|
+
@_builtins.property
|
|
1798
1807
|
@pulumi.getter
|
|
1799
|
-
def name(self) -> str:
|
|
1808
|
+
def name(self) -> _builtins.str:
|
|
1800
1809
|
return pulumi.get(self, "name")
|
|
1801
1810
|
|
|
1802
|
-
@property
|
|
1811
|
+
@_builtins.property
|
|
1803
1812
|
@pulumi.getter(name="resourceGroupName")
|
|
1804
|
-
def resource_group_name(self) -> str:
|
|
1813
|
+
def resource_group_name(self) -> _builtins.str:
|
|
1805
1814
|
return pulumi.get(self, "resource_group_name")
|
|
1806
1815
|
|
|
1807
1816
|
|
|
@@ -1827,19 +1836,19 @@ class ElastigroupAzureV3SecretVaultCertificate(dict):
|
|
|
1827
1836
|
return super().get(key, default)
|
|
1828
1837
|
|
|
1829
1838
|
def __init__(__self__, *,
|
|
1830
|
-
certificate_store: str,
|
|
1831
|
-
certificate_url: str):
|
|
1839
|
+
certificate_store: _builtins.str,
|
|
1840
|
+
certificate_url: _builtins.str):
|
|
1832
1841
|
pulumi.set(__self__, "certificate_store", certificate_store)
|
|
1833
1842
|
pulumi.set(__self__, "certificate_url", certificate_url)
|
|
1834
1843
|
|
|
1835
|
-
@property
|
|
1844
|
+
@_builtins.property
|
|
1836
1845
|
@pulumi.getter(name="certificateStore")
|
|
1837
|
-
def certificate_store(self) -> str:
|
|
1846
|
+
def certificate_store(self) -> _builtins.str:
|
|
1838
1847
|
return pulumi.get(self, "certificate_store")
|
|
1839
1848
|
|
|
1840
|
-
@property
|
|
1849
|
+
@_builtins.property
|
|
1841
1850
|
@pulumi.getter(name="certificateUrl")
|
|
1842
|
-
def certificate_url(self) -> str:
|
|
1851
|
+
def certificate_url(self) -> _builtins.str:
|
|
1843
1852
|
return pulumi.get(self, "certificate_url")
|
|
1844
1853
|
|
|
1845
1854
|
|
|
@@ -1850,6 +1859,8 @@ class ElastigroupAzureV3Security(dict):
|
|
|
1850
1859
|
suggest = None
|
|
1851
1860
|
if key == "confidentialOsDiskEncryption":
|
|
1852
1861
|
suggest = "confidential_os_disk_encryption"
|
|
1862
|
+
elif key == "encryptionAtHost":
|
|
1863
|
+
suggest = "encryption_at_host"
|
|
1853
1864
|
elif key == "secureBootEnabled":
|
|
1854
1865
|
suggest = "secure_boot_enabled"
|
|
1855
1866
|
elif key == "securityType":
|
|
@@ -1869,12 +1880,15 @@ class ElastigroupAzureV3Security(dict):
|
|
|
1869
1880
|
return super().get(key, default)
|
|
1870
1881
|
|
|
1871
1882
|
def __init__(__self__, *,
|
|
1872
|
-
confidential_os_disk_encryption: Optional[bool] = None,
|
|
1873
|
-
|
|
1874
|
-
|
|
1875
|
-
|
|
1883
|
+
confidential_os_disk_encryption: Optional[_builtins.bool] = None,
|
|
1884
|
+
encryption_at_host: Optional[_builtins.bool] = None,
|
|
1885
|
+
secure_boot_enabled: Optional[_builtins.bool] = None,
|
|
1886
|
+
security_type: Optional[_builtins.str] = None,
|
|
1887
|
+
vtpm_enabled: Optional[_builtins.bool] = None):
|
|
1876
1888
|
if confidential_os_disk_encryption is not None:
|
|
1877
1889
|
pulumi.set(__self__, "confidential_os_disk_encryption", confidential_os_disk_encryption)
|
|
1890
|
+
if encryption_at_host is not None:
|
|
1891
|
+
pulumi.set(__self__, "encryption_at_host", encryption_at_host)
|
|
1878
1892
|
if secure_boot_enabled is not None:
|
|
1879
1893
|
pulumi.set(__self__, "secure_boot_enabled", secure_boot_enabled)
|
|
1880
1894
|
if security_type is not None:
|
|
@@ -1882,62 +1896,67 @@ class ElastigroupAzureV3Security(dict):
|
|
|
1882
1896
|
if vtpm_enabled is not None:
|
|
1883
1897
|
pulumi.set(__self__, "vtpm_enabled", vtpm_enabled)
|
|
1884
1898
|
|
|
1885
|
-
@property
|
|
1899
|
+
@_builtins.property
|
|
1886
1900
|
@pulumi.getter(name="confidentialOsDiskEncryption")
|
|
1887
|
-
def confidential_os_disk_encryption(self) -> Optional[bool]:
|
|
1901
|
+
def confidential_os_disk_encryption(self) -> Optional[_builtins.bool]:
|
|
1888
1902
|
return pulumi.get(self, "confidential_os_disk_encryption")
|
|
1889
1903
|
|
|
1890
|
-
@property
|
|
1904
|
+
@_builtins.property
|
|
1905
|
+
@pulumi.getter(name="encryptionAtHost")
|
|
1906
|
+
def encryption_at_host(self) -> Optional[_builtins.bool]:
|
|
1907
|
+
return pulumi.get(self, "encryption_at_host")
|
|
1908
|
+
|
|
1909
|
+
@_builtins.property
|
|
1891
1910
|
@pulumi.getter(name="secureBootEnabled")
|
|
1892
|
-
def secure_boot_enabled(self) -> Optional[bool]:
|
|
1911
|
+
def secure_boot_enabled(self) -> Optional[_builtins.bool]:
|
|
1893
1912
|
return pulumi.get(self, "secure_boot_enabled")
|
|
1894
1913
|
|
|
1895
|
-
@property
|
|
1914
|
+
@_builtins.property
|
|
1896
1915
|
@pulumi.getter(name="securityType")
|
|
1897
|
-
def security_type(self) -> Optional[str]:
|
|
1916
|
+
def security_type(self) -> Optional[_builtins.str]:
|
|
1898
1917
|
return pulumi.get(self, "security_type")
|
|
1899
1918
|
|
|
1900
|
-
@property
|
|
1919
|
+
@_builtins.property
|
|
1901
1920
|
@pulumi.getter(name="vtpmEnabled")
|
|
1902
|
-
def vtpm_enabled(self) -> Optional[bool]:
|
|
1921
|
+
def vtpm_enabled(self) -> Optional[_builtins.bool]:
|
|
1903
1922
|
return pulumi.get(self, "vtpm_enabled")
|
|
1904
1923
|
|
|
1905
1924
|
|
|
1906
1925
|
@pulumi.output_type
|
|
1907
1926
|
class ElastigroupAzureV3Signal(dict):
|
|
1908
1927
|
def __init__(__self__, *,
|
|
1909
|
-
timeout: int,
|
|
1910
|
-
type: str):
|
|
1928
|
+
timeout: _builtins.int,
|
|
1929
|
+
type: _builtins.str):
|
|
1911
1930
|
pulumi.set(__self__, "timeout", timeout)
|
|
1912
1931
|
pulumi.set(__self__, "type", type)
|
|
1913
1932
|
|
|
1914
|
-
@property
|
|
1933
|
+
@_builtins.property
|
|
1915
1934
|
@pulumi.getter
|
|
1916
|
-
def timeout(self) -> int:
|
|
1935
|
+
def timeout(self) -> _builtins.int:
|
|
1917
1936
|
return pulumi.get(self, "timeout")
|
|
1918
1937
|
|
|
1919
|
-
@property
|
|
1938
|
+
@_builtins.property
|
|
1920
1939
|
@pulumi.getter
|
|
1921
|
-
def type(self) -> str:
|
|
1940
|
+
def type(self) -> _builtins.str:
|
|
1922
1941
|
return pulumi.get(self, "type")
|
|
1923
1942
|
|
|
1924
1943
|
|
|
1925
1944
|
@pulumi.output_type
|
|
1926
1945
|
class ElastigroupAzureV3Tag(dict):
|
|
1927
1946
|
def __init__(__self__, *,
|
|
1928
|
-
key: str,
|
|
1929
|
-
value: str):
|
|
1947
|
+
key: _builtins.str,
|
|
1948
|
+
value: _builtins.str):
|
|
1930
1949
|
pulumi.set(__self__, "key", key)
|
|
1931
1950
|
pulumi.set(__self__, "value", value)
|
|
1932
1951
|
|
|
1933
|
-
@property
|
|
1952
|
+
@_builtins.property
|
|
1934
1953
|
@pulumi.getter
|
|
1935
|
-
def key(self) -> str:
|
|
1954
|
+
def key(self) -> _builtins.str:
|
|
1936
1955
|
return pulumi.get(self, "key")
|
|
1937
1956
|
|
|
1938
|
-
@property
|
|
1957
|
+
@_builtins.property
|
|
1939
1958
|
@pulumi.getter
|
|
1940
|
-
def value(self) -> str:
|
|
1959
|
+
def value(self) -> _builtins.str:
|
|
1941
1960
|
return pulumi.get(self, "value")
|
|
1942
1961
|
|
|
1943
1962
|
|
|
@@ -1948,10 +1967,14 @@ class ElastigroupAzureV3VmSizes(dict):
|
|
|
1948
1967
|
suggest = None
|
|
1949
1968
|
if key == "odSizes":
|
|
1950
1969
|
suggest = "od_sizes"
|
|
1951
|
-
elif key == "
|
|
1952
|
-
suggest = "
|
|
1970
|
+
elif key == "excludedVmSizes":
|
|
1971
|
+
suggest = "excluded_vm_sizes"
|
|
1953
1972
|
elif key == "preferredSpotSizes":
|
|
1954
1973
|
suggest = "preferred_spot_sizes"
|
|
1974
|
+
elif key == "spotSizeAttributes":
|
|
1975
|
+
suggest = "spot_size_attributes"
|
|
1976
|
+
elif key == "spotSizes":
|
|
1977
|
+
suggest = "spot_sizes"
|
|
1955
1978
|
|
|
1956
1979
|
if suggest:
|
|
1957
1980
|
pulumi.log.warn(f"Key '{key}' not found in ElastigroupAzureV3VmSizes. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -1965,29 +1988,126 @@ class ElastigroupAzureV3VmSizes(dict):
|
|
|
1965
1988
|
return super().get(key, default)
|
|
1966
1989
|
|
|
1967
1990
|
def __init__(__self__, *,
|
|
1968
|
-
od_sizes: Sequence[str],
|
|
1969
|
-
|
|
1970
|
-
preferred_spot_sizes: Optional[Sequence[str]] = None
|
|
1991
|
+
od_sizes: Sequence[_builtins.str],
|
|
1992
|
+
excluded_vm_sizes: Optional[Sequence[_builtins.str]] = None,
|
|
1993
|
+
preferred_spot_sizes: Optional[Sequence[_builtins.str]] = None,
|
|
1994
|
+
spot_size_attributes: Optional['outputs.ElastigroupAzureV3VmSizesSpotSizeAttributes'] = None,
|
|
1995
|
+
spot_sizes: Optional[Sequence[_builtins.str]] = None):
|
|
1971
1996
|
pulumi.set(__self__, "od_sizes", od_sizes)
|
|
1972
|
-
|
|
1997
|
+
if excluded_vm_sizes is not None:
|
|
1998
|
+
pulumi.set(__self__, "excluded_vm_sizes", excluded_vm_sizes)
|
|
1973
1999
|
if preferred_spot_sizes is not None:
|
|
1974
2000
|
pulumi.set(__self__, "preferred_spot_sizes", preferred_spot_sizes)
|
|
2001
|
+
if spot_size_attributes is not None:
|
|
2002
|
+
pulumi.set(__self__, "spot_size_attributes", spot_size_attributes)
|
|
2003
|
+
if spot_sizes is not None:
|
|
2004
|
+
pulumi.set(__self__, "spot_sizes", spot_sizes)
|
|
1975
2005
|
|
|
1976
|
-
@property
|
|
2006
|
+
@_builtins.property
|
|
1977
2007
|
@pulumi.getter(name="odSizes")
|
|
1978
|
-
def od_sizes(self) -> Sequence[str]:
|
|
2008
|
+
def od_sizes(self) -> Sequence[_builtins.str]:
|
|
1979
2009
|
return pulumi.get(self, "od_sizes")
|
|
1980
2010
|
|
|
1981
|
-
@property
|
|
1982
|
-
@pulumi.getter(name="
|
|
1983
|
-
def
|
|
1984
|
-
return pulumi.get(self, "
|
|
2011
|
+
@_builtins.property
|
|
2012
|
+
@pulumi.getter(name="excludedVmSizes")
|
|
2013
|
+
def excluded_vm_sizes(self) -> Optional[Sequence[_builtins.str]]:
|
|
2014
|
+
return pulumi.get(self, "excluded_vm_sizes")
|
|
1985
2015
|
|
|
1986
|
-
@property
|
|
2016
|
+
@_builtins.property
|
|
1987
2017
|
@pulumi.getter(name="preferredSpotSizes")
|
|
1988
|
-
def preferred_spot_sizes(self) -> Optional[Sequence[str]]:
|
|
2018
|
+
def preferred_spot_sizes(self) -> Optional[Sequence[_builtins.str]]:
|
|
1989
2019
|
return pulumi.get(self, "preferred_spot_sizes")
|
|
1990
2020
|
|
|
2021
|
+
@_builtins.property
|
|
2022
|
+
@pulumi.getter(name="spotSizeAttributes")
|
|
2023
|
+
def spot_size_attributes(self) -> Optional['outputs.ElastigroupAzureV3VmSizesSpotSizeAttributes']:
|
|
2024
|
+
return pulumi.get(self, "spot_size_attributes")
|
|
2025
|
+
|
|
2026
|
+
@_builtins.property
|
|
2027
|
+
@pulumi.getter(name="spotSizes")
|
|
2028
|
+
def spot_sizes(self) -> Optional[Sequence[_builtins.str]]:
|
|
2029
|
+
return pulumi.get(self, "spot_sizes")
|
|
2030
|
+
|
|
2031
|
+
|
|
2032
|
+
@pulumi.output_type
|
|
2033
|
+
class ElastigroupAzureV3VmSizesSpotSizeAttributes(dict):
|
|
2034
|
+
@staticmethod
|
|
2035
|
+
def __key_warning(key: str):
|
|
2036
|
+
suggest = None
|
|
2037
|
+
if key == "maxCpu":
|
|
2038
|
+
suggest = "max_cpu"
|
|
2039
|
+
elif key == "maxMemory":
|
|
2040
|
+
suggest = "max_memory"
|
|
2041
|
+
elif key == "maxStorage":
|
|
2042
|
+
suggest = "max_storage"
|
|
2043
|
+
elif key == "minCpu":
|
|
2044
|
+
suggest = "min_cpu"
|
|
2045
|
+
elif key == "minMemory":
|
|
2046
|
+
suggest = "min_memory"
|
|
2047
|
+
elif key == "minStorage":
|
|
2048
|
+
suggest = "min_storage"
|
|
2049
|
+
|
|
2050
|
+
if suggest:
|
|
2051
|
+
pulumi.log.warn(f"Key '{key}' not found in ElastigroupAzureV3VmSizesSpotSizeAttributes. Access the value via the '{suggest}' property getter instead.")
|
|
2052
|
+
|
|
2053
|
+
def __getitem__(self, key: str) -> Any:
|
|
2054
|
+
ElastigroupAzureV3VmSizesSpotSizeAttributes.__key_warning(key)
|
|
2055
|
+
return super().__getitem__(key)
|
|
2056
|
+
|
|
2057
|
+
def get(self, key: str, default = None) -> Any:
|
|
2058
|
+
ElastigroupAzureV3VmSizesSpotSizeAttributes.__key_warning(key)
|
|
2059
|
+
return super().get(key, default)
|
|
2060
|
+
|
|
2061
|
+
def __init__(__self__, *,
|
|
2062
|
+
max_cpu: Optional[_builtins.int] = None,
|
|
2063
|
+
max_memory: Optional[_builtins.int] = None,
|
|
2064
|
+
max_storage: Optional[_builtins.int] = None,
|
|
2065
|
+
min_cpu: Optional[_builtins.int] = None,
|
|
2066
|
+
min_memory: Optional[_builtins.int] = None,
|
|
2067
|
+
min_storage: Optional[_builtins.int] = None):
|
|
2068
|
+
if max_cpu is not None:
|
|
2069
|
+
pulumi.set(__self__, "max_cpu", max_cpu)
|
|
2070
|
+
if max_memory is not None:
|
|
2071
|
+
pulumi.set(__self__, "max_memory", max_memory)
|
|
2072
|
+
if max_storage is not None:
|
|
2073
|
+
pulumi.set(__self__, "max_storage", max_storage)
|
|
2074
|
+
if min_cpu is not None:
|
|
2075
|
+
pulumi.set(__self__, "min_cpu", min_cpu)
|
|
2076
|
+
if min_memory is not None:
|
|
2077
|
+
pulumi.set(__self__, "min_memory", min_memory)
|
|
2078
|
+
if min_storage is not None:
|
|
2079
|
+
pulumi.set(__self__, "min_storage", min_storage)
|
|
2080
|
+
|
|
2081
|
+
@_builtins.property
|
|
2082
|
+
@pulumi.getter(name="maxCpu")
|
|
2083
|
+
def max_cpu(self) -> Optional[_builtins.int]:
|
|
2084
|
+
return pulumi.get(self, "max_cpu")
|
|
2085
|
+
|
|
2086
|
+
@_builtins.property
|
|
2087
|
+
@pulumi.getter(name="maxMemory")
|
|
2088
|
+
def max_memory(self) -> Optional[_builtins.int]:
|
|
2089
|
+
return pulumi.get(self, "max_memory")
|
|
2090
|
+
|
|
2091
|
+
@_builtins.property
|
|
2092
|
+
@pulumi.getter(name="maxStorage")
|
|
2093
|
+
def max_storage(self) -> Optional[_builtins.int]:
|
|
2094
|
+
return pulumi.get(self, "max_storage")
|
|
2095
|
+
|
|
2096
|
+
@_builtins.property
|
|
2097
|
+
@pulumi.getter(name="minCpu")
|
|
2098
|
+
def min_cpu(self) -> Optional[_builtins.int]:
|
|
2099
|
+
return pulumi.get(self, "min_cpu")
|
|
2100
|
+
|
|
2101
|
+
@_builtins.property
|
|
2102
|
+
@pulumi.getter(name="minMemory")
|
|
2103
|
+
def min_memory(self) -> Optional[_builtins.int]:
|
|
2104
|
+
return pulumi.get(self, "min_memory")
|
|
2105
|
+
|
|
2106
|
+
@_builtins.property
|
|
2107
|
+
@pulumi.getter(name="minStorage")
|
|
2108
|
+
def min_storage(self) -> Optional[_builtins.int]:
|
|
2109
|
+
return pulumi.get(self, "min_storage")
|
|
2110
|
+
|
|
1991
2111
|
|
|
1992
2112
|
@pulumi.output_type
|
|
1993
2113
|
class HealthCheckCheck(dict):
|
|
@@ -2011,23 +2131,23 @@ class HealthCheckCheck(dict):
|
|
|
2011
2131
|
return super().get(key, default)
|
|
2012
2132
|
|
|
2013
2133
|
def __init__(__self__, *,
|
|
2014
|
-
healthy: int,
|
|
2015
|
-
interval: int,
|
|
2016
|
-
port: int,
|
|
2017
|
-
protocol: str,
|
|
2018
|
-
unhealthy: int,
|
|
2019
|
-
end_point: Optional[str] = None,
|
|
2020
|
-
endpoint: Optional[str] = None,
|
|
2021
|
-
time_out: Optional[int] = None,
|
|
2022
|
-
timeout: Optional[int] = None):
|
|
2134
|
+
healthy: _builtins.int,
|
|
2135
|
+
interval: _builtins.int,
|
|
2136
|
+
port: _builtins.int,
|
|
2137
|
+
protocol: _builtins.str,
|
|
2138
|
+
unhealthy: _builtins.int,
|
|
2139
|
+
end_point: Optional[_builtins.str] = None,
|
|
2140
|
+
endpoint: Optional[_builtins.str] = None,
|
|
2141
|
+
time_out: Optional[_builtins.int] = None,
|
|
2142
|
+
timeout: Optional[_builtins.int] = None):
|
|
2023
2143
|
"""
|
|
2024
|
-
:param int healthy: The number of consecutive successful health checks that must occur before declaring an instance healthy.
|
|
2025
|
-
:param int interval: The amount of time (in seconds) between each health check (minimum: 10).
|
|
2026
|
-
:param int port: The port to use to connect with the instance.
|
|
2027
|
-
:param str protocol: The protocol to use to connect with the instance. Valid values: http, https.
|
|
2028
|
-
:param int unhealthy: The number of consecutive failed health checks that must occur before declaring an instance unhealthy.
|
|
2029
|
-
:param str endpoint: The destination for the request.
|
|
2030
|
-
:param int timeout: the amount of time (in seconds) to wait when receiving a response from the health check.
|
|
2144
|
+
:param _builtins.int healthy: The number of consecutive successful health checks that must occur before declaring an instance healthy.
|
|
2145
|
+
:param _builtins.int interval: The amount of time (in seconds) between each health check (minimum: 10).
|
|
2146
|
+
:param _builtins.int port: The port to use to connect with the instance.
|
|
2147
|
+
:param _builtins.str protocol: The protocol to use to connect with the instance. Valid values: http, https.
|
|
2148
|
+
:param _builtins.int unhealthy: The number of consecutive failed health checks that must occur before declaring an instance unhealthy.
|
|
2149
|
+
:param _builtins.str endpoint: The destination for the request.
|
|
2150
|
+
:param _builtins.int timeout: the amount of time (in seconds) to wait when receiving a response from the health check.
|
|
2031
2151
|
"""
|
|
2032
2152
|
pulumi.set(__self__, "healthy", healthy)
|
|
2033
2153
|
pulumi.set(__self__, "interval", interval)
|
|
@@ -2043,82 +2163,320 @@ class HealthCheckCheck(dict):
|
|
|
2043
2163
|
if timeout is not None:
|
|
2044
2164
|
pulumi.set(__self__, "timeout", timeout)
|
|
2045
2165
|
|
|
2046
|
-
@property
|
|
2166
|
+
@_builtins.property
|
|
2047
2167
|
@pulumi.getter
|
|
2048
|
-
def healthy(self) -> int:
|
|
2168
|
+
def healthy(self) -> _builtins.int:
|
|
2049
2169
|
"""
|
|
2050
2170
|
The number of consecutive successful health checks that must occur before declaring an instance healthy.
|
|
2051
2171
|
"""
|
|
2052
2172
|
return pulumi.get(self, "healthy")
|
|
2053
2173
|
|
|
2054
|
-
@property
|
|
2174
|
+
@_builtins.property
|
|
2055
2175
|
@pulumi.getter
|
|
2056
|
-
def interval(self) -> int:
|
|
2176
|
+
def interval(self) -> _builtins.int:
|
|
2057
2177
|
"""
|
|
2058
2178
|
The amount of time (in seconds) between each health check (minimum: 10).
|
|
2059
2179
|
"""
|
|
2060
2180
|
return pulumi.get(self, "interval")
|
|
2061
2181
|
|
|
2062
|
-
@property
|
|
2182
|
+
@_builtins.property
|
|
2063
2183
|
@pulumi.getter
|
|
2064
|
-
def port(self) -> int:
|
|
2184
|
+
def port(self) -> _builtins.int:
|
|
2065
2185
|
"""
|
|
2066
2186
|
The port to use to connect with the instance.
|
|
2067
2187
|
"""
|
|
2068
2188
|
return pulumi.get(self, "port")
|
|
2069
2189
|
|
|
2070
|
-
@property
|
|
2190
|
+
@_builtins.property
|
|
2071
2191
|
@pulumi.getter
|
|
2072
|
-
def protocol(self) -> str:
|
|
2192
|
+
def protocol(self) -> _builtins.str:
|
|
2073
2193
|
"""
|
|
2074
2194
|
The protocol to use to connect with the instance. Valid values: http, https.
|
|
2075
2195
|
"""
|
|
2076
2196
|
return pulumi.get(self, "protocol")
|
|
2077
2197
|
|
|
2078
|
-
@property
|
|
2198
|
+
@_builtins.property
|
|
2079
2199
|
@pulumi.getter
|
|
2080
|
-
def unhealthy(self) -> int:
|
|
2200
|
+
def unhealthy(self) -> _builtins.int:
|
|
2081
2201
|
"""
|
|
2082
2202
|
The number of consecutive failed health checks that must occur before declaring an instance unhealthy.
|
|
2083
2203
|
"""
|
|
2084
2204
|
return pulumi.get(self, "unhealthy")
|
|
2085
2205
|
|
|
2086
|
-
@property
|
|
2206
|
+
@_builtins.property
|
|
2087
2207
|
@pulumi.getter(name="endPoint")
|
|
2088
|
-
def end_point(self) -> Optional[str]:
|
|
2208
|
+
def end_point(self) -> Optional[_builtins.str]:
|
|
2089
2209
|
return pulumi.get(self, "end_point")
|
|
2090
2210
|
|
|
2091
|
-
@property
|
|
2211
|
+
@_builtins.property
|
|
2092
2212
|
@pulumi.getter
|
|
2093
|
-
def endpoint(self) -> Optional[str]:
|
|
2213
|
+
def endpoint(self) -> Optional[_builtins.str]:
|
|
2094
2214
|
"""
|
|
2095
2215
|
The destination for the request.
|
|
2096
2216
|
"""
|
|
2097
2217
|
return pulumi.get(self, "endpoint")
|
|
2098
2218
|
|
|
2099
|
-
@property
|
|
2219
|
+
@_builtins.property
|
|
2100
2220
|
@pulumi.getter(name="timeOut")
|
|
2101
|
-
def time_out(self) -> Optional[int]:
|
|
2221
|
+
def time_out(self) -> Optional[_builtins.int]:
|
|
2102
2222
|
return pulumi.get(self, "time_out")
|
|
2103
2223
|
|
|
2104
|
-
@property
|
|
2224
|
+
@_builtins.property
|
|
2105
2225
|
@pulumi.getter
|
|
2106
|
-
def timeout(self) -> Optional[int]:
|
|
2226
|
+
def timeout(self) -> Optional[_builtins.int]:
|
|
2107
2227
|
"""
|
|
2108
2228
|
the amount of time (in seconds) to wait when receiving a response from the health check.
|
|
2109
2229
|
"""
|
|
2110
2230
|
return pulumi.get(self, "timeout")
|
|
2111
2231
|
|
|
2112
2232
|
|
|
2233
|
+
@pulumi.output_type
|
|
2234
|
+
class NotificationCenterComputePolicyConfig(dict):
|
|
2235
|
+
@staticmethod
|
|
2236
|
+
def __key_warning(key: str):
|
|
2237
|
+
suggest = None
|
|
2238
|
+
if key == "dynamicRules":
|
|
2239
|
+
suggest = "dynamic_rules"
|
|
2240
|
+
elif key == "resourceIds":
|
|
2241
|
+
suggest = "resource_ids"
|
|
2242
|
+
elif key == "shouldIncludeAllResources":
|
|
2243
|
+
suggest = "should_include_all_resources"
|
|
2244
|
+
|
|
2245
|
+
if suggest:
|
|
2246
|
+
pulumi.log.warn(f"Key '{key}' not found in NotificationCenterComputePolicyConfig. Access the value via the '{suggest}' property getter instead.")
|
|
2247
|
+
|
|
2248
|
+
def __getitem__(self, key: str) -> Any:
|
|
2249
|
+
NotificationCenterComputePolicyConfig.__key_warning(key)
|
|
2250
|
+
return super().__getitem__(key)
|
|
2251
|
+
|
|
2252
|
+
def get(self, key: str, default = None) -> Any:
|
|
2253
|
+
NotificationCenterComputePolicyConfig.__key_warning(key)
|
|
2254
|
+
return super().get(key, default)
|
|
2255
|
+
|
|
2256
|
+
def __init__(__self__, *,
|
|
2257
|
+
events: Sequence['outputs.NotificationCenterComputePolicyConfigEvent'],
|
|
2258
|
+
dynamic_rules: Optional[Sequence['outputs.NotificationCenterComputePolicyConfigDynamicRule']] = None,
|
|
2259
|
+
resource_ids: Optional[Sequence[_builtins.str]] = None,
|
|
2260
|
+
should_include_all_resources: Optional[_builtins.bool] = None):
|
|
2261
|
+
pulumi.set(__self__, "events", events)
|
|
2262
|
+
if dynamic_rules is not None:
|
|
2263
|
+
pulumi.set(__self__, "dynamic_rules", dynamic_rules)
|
|
2264
|
+
if resource_ids is not None:
|
|
2265
|
+
pulumi.set(__self__, "resource_ids", resource_ids)
|
|
2266
|
+
if should_include_all_resources is not None:
|
|
2267
|
+
pulumi.set(__self__, "should_include_all_resources", should_include_all_resources)
|
|
2268
|
+
|
|
2269
|
+
@_builtins.property
|
|
2270
|
+
@pulumi.getter
|
|
2271
|
+
def events(self) -> Sequence['outputs.NotificationCenterComputePolicyConfigEvent']:
|
|
2272
|
+
return pulumi.get(self, "events")
|
|
2273
|
+
|
|
2274
|
+
@_builtins.property
|
|
2275
|
+
@pulumi.getter(name="dynamicRules")
|
|
2276
|
+
def dynamic_rules(self) -> Optional[Sequence['outputs.NotificationCenterComputePolicyConfigDynamicRule']]:
|
|
2277
|
+
return pulumi.get(self, "dynamic_rules")
|
|
2278
|
+
|
|
2279
|
+
@_builtins.property
|
|
2280
|
+
@pulumi.getter(name="resourceIds")
|
|
2281
|
+
def resource_ids(self) -> Optional[Sequence[_builtins.str]]:
|
|
2282
|
+
return pulumi.get(self, "resource_ids")
|
|
2283
|
+
|
|
2284
|
+
@_builtins.property
|
|
2285
|
+
@pulumi.getter(name="shouldIncludeAllResources")
|
|
2286
|
+
def should_include_all_resources(self) -> Optional[_builtins.bool]:
|
|
2287
|
+
return pulumi.get(self, "should_include_all_resources")
|
|
2288
|
+
|
|
2289
|
+
|
|
2290
|
+
@pulumi.output_type
|
|
2291
|
+
class NotificationCenterComputePolicyConfigDynamicRule(dict):
|
|
2292
|
+
@staticmethod
|
|
2293
|
+
def __key_warning(key: str):
|
|
2294
|
+
suggest = None
|
|
2295
|
+
if key == "filterConditions":
|
|
2296
|
+
suggest = "filter_conditions"
|
|
2297
|
+
|
|
2298
|
+
if suggest:
|
|
2299
|
+
pulumi.log.warn(f"Key '{key}' not found in NotificationCenterComputePolicyConfigDynamicRule. Access the value via the '{suggest}' property getter instead.")
|
|
2300
|
+
|
|
2301
|
+
def __getitem__(self, key: str) -> Any:
|
|
2302
|
+
NotificationCenterComputePolicyConfigDynamicRule.__key_warning(key)
|
|
2303
|
+
return super().__getitem__(key)
|
|
2304
|
+
|
|
2305
|
+
def get(self, key: str, default = None) -> Any:
|
|
2306
|
+
NotificationCenterComputePolicyConfigDynamicRule.__key_warning(key)
|
|
2307
|
+
return super().get(key, default)
|
|
2308
|
+
|
|
2309
|
+
def __init__(__self__, *,
|
|
2310
|
+
filter_conditions: Optional[Sequence['outputs.NotificationCenterComputePolicyConfigDynamicRuleFilterCondition']] = None):
|
|
2311
|
+
if filter_conditions is not None:
|
|
2312
|
+
pulumi.set(__self__, "filter_conditions", filter_conditions)
|
|
2313
|
+
|
|
2314
|
+
@_builtins.property
|
|
2315
|
+
@pulumi.getter(name="filterConditions")
|
|
2316
|
+
def filter_conditions(self) -> Optional[Sequence['outputs.NotificationCenterComputePolicyConfigDynamicRuleFilterCondition']]:
|
|
2317
|
+
return pulumi.get(self, "filter_conditions")
|
|
2318
|
+
|
|
2319
|
+
|
|
2320
|
+
@pulumi.output_type
|
|
2321
|
+
class NotificationCenterComputePolicyConfigDynamicRuleFilterCondition(dict):
|
|
2322
|
+
def __init__(__self__, *,
|
|
2323
|
+
expression: Optional[_builtins.str] = None,
|
|
2324
|
+
identifier: Optional[_builtins.str] = None,
|
|
2325
|
+
operator: Optional[_builtins.str] = None):
|
|
2326
|
+
if expression is not None:
|
|
2327
|
+
pulumi.set(__self__, "expression", expression)
|
|
2328
|
+
if identifier is not None:
|
|
2329
|
+
pulumi.set(__self__, "identifier", identifier)
|
|
2330
|
+
if operator is not None:
|
|
2331
|
+
pulumi.set(__self__, "operator", operator)
|
|
2332
|
+
|
|
2333
|
+
@_builtins.property
|
|
2334
|
+
@pulumi.getter
|
|
2335
|
+
def expression(self) -> Optional[_builtins.str]:
|
|
2336
|
+
return pulumi.get(self, "expression")
|
|
2337
|
+
|
|
2338
|
+
@_builtins.property
|
|
2339
|
+
@pulumi.getter
|
|
2340
|
+
def identifier(self) -> Optional[_builtins.str]:
|
|
2341
|
+
return pulumi.get(self, "identifier")
|
|
2342
|
+
|
|
2343
|
+
@_builtins.property
|
|
2344
|
+
@pulumi.getter
|
|
2345
|
+
def operator(self) -> Optional[_builtins.str]:
|
|
2346
|
+
return pulumi.get(self, "operator")
|
|
2347
|
+
|
|
2348
|
+
|
|
2349
|
+
@pulumi.output_type
|
|
2350
|
+
class NotificationCenterComputePolicyConfigEvent(dict):
|
|
2351
|
+
@staticmethod
|
|
2352
|
+
def __key_warning(key: str):
|
|
2353
|
+
suggest = None
|
|
2354
|
+
if key == "eventType":
|
|
2355
|
+
suggest = "event_type"
|
|
2356
|
+
|
|
2357
|
+
if suggest:
|
|
2358
|
+
pulumi.log.warn(f"Key '{key}' not found in NotificationCenterComputePolicyConfigEvent. Access the value via the '{suggest}' property getter instead.")
|
|
2359
|
+
|
|
2360
|
+
def __getitem__(self, key: str) -> Any:
|
|
2361
|
+
NotificationCenterComputePolicyConfigEvent.__key_warning(key)
|
|
2362
|
+
return super().__getitem__(key)
|
|
2363
|
+
|
|
2364
|
+
def get(self, key: str, default = None) -> Any:
|
|
2365
|
+
NotificationCenterComputePolicyConfigEvent.__key_warning(key)
|
|
2366
|
+
return super().get(key, default)
|
|
2367
|
+
|
|
2368
|
+
def __init__(__self__, *,
|
|
2369
|
+
event: Optional[_builtins.str] = None,
|
|
2370
|
+
event_type: Optional[_builtins.str] = None):
|
|
2371
|
+
if event is not None:
|
|
2372
|
+
pulumi.set(__self__, "event", event)
|
|
2373
|
+
if event_type is not None:
|
|
2374
|
+
pulumi.set(__self__, "event_type", event_type)
|
|
2375
|
+
|
|
2376
|
+
@_builtins.property
|
|
2377
|
+
@pulumi.getter
|
|
2378
|
+
def event(self) -> Optional[_builtins.str]:
|
|
2379
|
+
return pulumi.get(self, "event")
|
|
2380
|
+
|
|
2381
|
+
@_builtins.property
|
|
2382
|
+
@pulumi.getter(name="eventType")
|
|
2383
|
+
def event_type(self) -> Optional[_builtins.str]:
|
|
2384
|
+
return pulumi.get(self, "event_type")
|
|
2385
|
+
|
|
2386
|
+
|
|
2387
|
+
@pulumi.output_type
|
|
2388
|
+
class NotificationCenterRegisteredUser(dict):
|
|
2389
|
+
@staticmethod
|
|
2390
|
+
def __key_warning(key: str):
|
|
2391
|
+
suggest = None
|
|
2392
|
+
if key == "subscriptionTypes":
|
|
2393
|
+
suggest = "subscription_types"
|
|
2394
|
+
elif key == "userEmail":
|
|
2395
|
+
suggest = "user_email"
|
|
2396
|
+
|
|
2397
|
+
if suggest:
|
|
2398
|
+
pulumi.log.warn(f"Key '{key}' not found in NotificationCenterRegisteredUser. Access the value via the '{suggest}' property getter instead.")
|
|
2399
|
+
|
|
2400
|
+
def __getitem__(self, key: str) -> Any:
|
|
2401
|
+
NotificationCenterRegisteredUser.__key_warning(key)
|
|
2402
|
+
return super().__getitem__(key)
|
|
2403
|
+
|
|
2404
|
+
def get(self, key: str, default = None) -> Any:
|
|
2405
|
+
NotificationCenterRegisteredUser.__key_warning(key)
|
|
2406
|
+
return super().get(key, default)
|
|
2407
|
+
|
|
2408
|
+
def __init__(__self__, *,
|
|
2409
|
+
subscription_types: Optional[Sequence[_builtins.str]] = None,
|
|
2410
|
+
user_email: Optional[_builtins.str] = None):
|
|
2411
|
+
if subscription_types is not None:
|
|
2412
|
+
pulumi.set(__self__, "subscription_types", subscription_types)
|
|
2413
|
+
if user_email is not None:
|
|
2414
|
+
pulumi.set(__self__, "user_email", user_email)
|
|
2415
|
+
|
|
2416
|
+
@_builtins.property
|
|
2417
|
+
@pulumi.getter(name="subscriptionTypes")
|
|
2418
|
+
def subscription_types(self) -> Optional[Sequence[_builtins.str]]:
|
|
2419
|
+
return pulumi.get(self, "subscription_types")
|
|
2420
|
+
|
|
2421
|
+
@_builtins.property
|
|
2422
|
+
@pulumi.getter(name="userEmail")
|
|
2423
|
+
def user_email(self) -> Optional[_builtins.str]:
|
|
2424
|
+
return pulumi.get(self, "user_email")
|
|
2425
|
+
|
|
2426
|
+
|
|
2427
|
+
@pulumi.output_type
|
|
2428
|
+
class NotificationCenterSubscription(dict):
|
|
2429
|
+
@staticmethod
|
|
2430
|
+
def __key_warning(key: str):
|
|
2431
|
+
suggest = None
|
|
2432
|
+
if key == "subscriptionType":
|
|
2433
|
+
suggest = "subscription_type"
|
|
2434
|
+
|
|
2435
|
+
if suggest:
|
|
2436
|
+
pulumi.log.warn(f"Key '{key}' not found in NotificationCenterSubscription. Access the value via the '{suggest}' property getter instead.")
|
|
2437
|
+
|
|
2438
|
+
def __getitem__(self, key: str) -> Any:
|
|
2439
|
+
NotificationCenterSubscription.__key_warning(key)
|
|
2440
|
+
return super().__getitem__(key)
|
|
2441
|
+
|
|
2442
|
+
def get(self, key: str, default = None) -> Any:
|
|
2443
|
+
NotificationCenterSubscription.__key_warning(key)
|
|
2444
|
+
return super().get(key, default)
|
|
2445
|
+
|
|
2446
|
+
def __init__(__self__, *,
|
|
2447
|
+
endpoint: Optional[_builtins.str] = None,
|
|
2448
|
+
subscription_type: Optional[_builtins.str] = None):
|
|
2449
|
+
if endpoint is not None:
|
|
2450
|
+
pulumi.set(__self__, "endpoint", endpoint)
|
|
2451
|
+
if subscription_type is not None:
|
|
2452
|
+
pulumi.set(__self__, "subscription_type", subscription_type)
|
|
2453
|
+
|
|
2454
|
+
@_builtins.property
|
|
2455
|
+
@pulumi.getter
|
|
2456
|
+
def endpoint(self) -> Optional[_builtins.str]:
|
|
2457
|
+
return pulumi.get(self, "endpoint")
|
|
2458
|
+
|
|
2459
|
+
@_builtins.property
|
|
2460
|
+
@pulumi.getter(name="subscriptionType")
|
|
2461
|
+
def subscription_type(self) -> Optional[_builtins.str]:
|
|
2462
|
+
return pulumi.get(self, "subscription_type")
|
|
2463
|
+
|
|
2464
|
+
|
|
2113
2465
|
@pulumi.output_type
|
|
2114
2466
|
class OceanRightSizingRuleAttachWorkload(dict):
|
|
2115
2467
|
def __init__(__self__, *,
|
|
2116
2468
|
namespaces: Sequence['outputs.OceanRightSizingRuleAttachWorkloadNamespace']):
|
|
2469
|
+
"""
|
|
2470
|
+
:param Sequence['OceanRightSizingRuleAttachWorkloadNamespaceArgs'] namespaces: List of namespaces that match the auto-apply rule.
|
|
2471
|
+
"""
|
|
2117
2472
|
pulumi.set(__self__, "namespaces", namespaces)
|
|
2118
2473
|
|
|
2119
|
-
@property
|
|
2474
|
+
@_builtins.property
|
|
2120
2475
|
@pulumi.getter
|
|
2121
2476
|
def namespaces(self) -> Sequence['outputs.OceanRightSizingRuleAttachWorkloadNamespace']:
|
|
2477
|
+
"""
|
|
2478
|
+
List of namespaces that match the auto-apply rule.
|
|
2479
|
+
"""
|
|
2122
2480
|
return pulumi.get(self, "namespaces")
|
|
2123
2481
|
|
|
2124
2482
|
|
|
@@ -2142,26 +2500,36 @@ class OceanRightSizingRuleAttachWorkloadNamespace(dict):
|
|
|
2142
2500
|
return super().get(key, default)
|
|
2143
2501
|
|
|
2144
2502
|
def __init__(__self__, *,
|
|
2145
|
-
namespace_name: str,
|
|
2503
|
+
namespace_name: _builtins.str,
|
|
2146
2504
|
labels: Optional[Sequence['outputs.OceanRightSizingRuleAttachWorkloadNamespaceLabel']] = None,
|
|
2147
2505
|
workloads: Optional[Sequence['outputs.OceanRightSizingRuleAttachWorkloadNamespaceWorkload']] = None):
|
|
2506
|
+
"""
|
|
2507
|
+
:param Sequence['OceanRightSizingRuleAttachWorkloadNamespaceLabelArgs'] labels: A set of key-value label pairs used to automatically apply this rule to all workloads in the cluster that match these labels.
|
|
2508
|
+
|
|
2509
|
+
<a id="attach_workloads"></a>
|
|
2510
|
+
"""
|
|
2148
2511
|
pulumi.set(__self__, "namespace_name", namespace_name)
|
|
2149
2512
|
if labels is not None:
|
|
2150
2513
|
pulumi.set(__self__, "labels", labels)
|
|
2151
2514
|
if workloads is not None:
|
|
2152
2515
|
pulumi.set(__self__, "workloads", workloads)
|
|
2153
2516
|
|
|
2154
|
-
@property
|
|
2517
|
+
@_builtins.property
|
|
2155
2518
|
@pulumi.getter(name="namespaceName")
|
|
2156
|
-
def namespace_name(self) -> str:
|
|
2519
|
+
def namespace_name(self) -> _builtins.str:
|
|
2157
2520
|
return pulumi.get(self, "namespace_name")
|
|
2158
2521
|
|
|
2159
|
-
@property
|
|
2522
|
+
@_builtins.property
|
|
2160
2523
|
@pulumi.getter
|
|
2161
2524
|
def labels(self) -> Optional[Sequence['outputs.OceanRightSizingRuleAttachWorkloadNamespaceLabel']]:
|
|
2525
|
+
"""
|
|
2526
|
+
A set of key-value label pairs used to automatically apply this rule to all workloads in the cluster that match these labels.
|
|
2527
|
+
|
|
2528
|
+
<a id="attach_workloads"></a>
|
|
2529
|
+
"""
|
|
2162
2530
|
return pulumi.get(self, "labels")
|
|
2163
2531
|
|
|
2164
|
-
@property
|
|
2532
|
+
@_builtins.property
|
|
2165
2533
|
@pulumi.getter
|
|
2166
2534
|
def workloads(self) -> Optional[Sequence['outputs.OceanRightSizingRuleAttachWorkloadNamespaceWorkload']]:
|
|
2167
2535
|
return pulumi.get(self, "workloads")
|
|
@@ -2170,19 +2538,19 @@ class OceanRightSizingRuleAttachWorkloadNamespace(dict):
|
|
|
2170
2538
|
@pulumi.output_type
|
|
2171
2539
|
class OceanRightSizingRuleAttachWorkloadNamespaceLabel(dict):
|
|
2172
2540
|
def __init__(__self__, *,
|
|
2173
|
-
key: str,
|
|
2174
|
-
value: str):
|
|
2541
|
+
key: _builtins.str,
|
|
2542
|
+
value: _builtins.str):
|
|
2175
2543
|
pulumi.set(__self__, "key", key)
|
|
2176
2544
|
pulumi.set(__self__, "value", value)
|
|
2177
2545
|
|
|
2178
|
-
@property
|
|
2546
|
+
@_builtins.property
|
|
2179
2547
|
@pulumi.getter
|
|
2180
|
-
def key(self) -> str:
|
|
2548
|
+
def key(self) -> _builtins.str:
|
|
2181
2549
|
return pulumi.get(self, "key")
|
|
2182
2550
|
|
|
2183
|
-
@property
|
|
2551
|
+
@_builtins.property
|
|
2184
2552
|
@pulumi.getter
|
|
2185
|
-
def value(self) -> str:
|
|
2553
|
+
def value(self) -> _builtins.str:
|
|
2186
2554
|
return pulumi.get(self, "value")
|
|
2187
2555
|
|
|
2188
2556
|
|
|
@@ -2210,40 +2578,93 @@ class OceanRightSizingRuleAttachWorkloadNamespaceWorkload(dict):
|
|
|
2210
2578
|
return super().get(key, default)
|
|
2211
2579
|
|
|
2212
2580
|
def __init__(__self__, *,
|
|
2213
|
-
workload_type: str,
|
|
2214
|
-
regex_name: Optional[str] = None,
|
|
2215
|
-
workload_name: Optional[str] = None):
|
|
2581
|
+
workload_type: _builtins.str,
|
|
2582
|
+
regex_name: Optional[_builtins.str] = None,
|
|
2583
|
+
workload_name: Optional[_builtins.str] = None):
|
|
2216
2584
|
pulumi.set(__self__, "workload_type", workload_type)
|
|
2217
2585
|
if regex_name is not None:
|
|
2218
2586
|
pulumi.set(__self__, "regex_name", regex_name)
|
|
2219
2587
|
if workload_name is not None:
|
|
2220
2588
|
pulumi.set(__self__, "workload_name", workload_name)
|
|
2221
2589
|
|
|
2222
|
-
@property
|
|
2590
|
+
@_builtins.property
|
|
2223
2591
|
@pulumi.getter(name="workloadType")
|
|
2224
|
-
def workload_type(self) -> str:
|
|
2592
|
+
def workload_type(self) -> _builtins.str:
|
|
2225
2593
|
return pulumi.get(self, "workload_type")
|
|
2226
2594
|
|
|
2227
|
-
@property
|
|
2595
|
+
@_builtins.property
|
|
2228
2596
|
@pulumi.getter(name="regexName")
|
|
2229
|
-
def regex_name(self) -> Optional[str]:
|
|
2597
|
+
def regex_name(self) -> Optional[_builtins.str]:
|
|
2230
2598
|
return pulumi.get(self, "regex_name")
|
|
2231
2599
|
|
|
2232
|
-
@property
|
|
2600
|
+
@_builtins.property
|
|
2233
2601
|
@pulumi.getter(name="workloadName")
|
|
2234
|
-
def workload_name(self) -> Optional[str]:
|
|
2602
|
+
def workload_name(self) -> Optional[_builtins.str]:
|
|
2235
2603
|
return pulumi.get(self, "workload_name")
|
|
2236
2604
|
|
|
2237
2605
|
|
|
2606
|
+
@pulumi.output_type
|
|
2607
|
+
class OceanRightSizingRuleAutoApplyDefinition(dict):
|
|
2608
|
+
def __init__(__self__, *,
|
|
2609
|
+
enabled: Optional[_builtins.bool] = None,
|
|
2610
|
+
labels: Optional[Mapping[str, _builtins.str]] = None,
|
|
2611
|
+
namespaces: Optional[Sequence[_builtins.str]] = None):
|
|
2612
|
+
"""
|
|
2613
|
+
:param _builtins.bool enabled: Determines if auto apply is enabled.
|
|
2614
|
+
:param Mapping[str, _builtins.str] labels: A set of key-value label pairs used to automatically apply this rule to all workloads in the cluster that match these labels.
|
|
2615
|
+
|
|
2616
|
+
<a id="attach_workloads"></a>
|
|
2617
|
+
:param Sequence[_builtins.str] namespaces: List of namespaces that match the auto-apply rule.
|
|
2618
|
+
"""
|
|
2619
|
+
if enabled is not None:
|
|
2620
|
+
pulumi.set(__self__, "enabled", enabled)
|
|
2621
|
+
if labels is not None:
|
|
2622
|
+
pulumi.set(__self__, "labels", labels)
|
|
2623
|
+
if namespaces is not None:
|
|
2624
|
+
pulumi.set(__self__, "namespaces", namespaces)
|
|
2625
|
+
|
|
2626
|
+
@_builtins.property
|
|
2627
|
+
@pulumi.getter
|
|
2628
|
+
def enabled(self) -> Optional[_builtins.bool]:
|
|
2629
|
+
"""
|
|
2630
|
+
Determines if auto apply is enabled.
|
|
2631
|
+
"""
|
|
2632
|
+
return pulumi.get(self, "enabled")
|
|
2633
|
+
|
|
2634
|
+
@_builtins.property
|
|
2635
|
+
@pulumi.getter
|
|
2636
|
+
def labels(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
2637
|
+
"""
|
|
2638
|
+
A set of key-value label pairs used to automatically apply this rule to all workloads in the cluster that match these labels.
|
|
2639
|
+
|
|
2640
|
+
<a id="attach_workloads"></a>
|
|
2641
|
+
"""
|
|
2642
|
+
return pulumi.get(self, "labels")
|
|
2643
|
+
|
|
2644
|
+
@_builtins.property
|
|
2645
|
+
@pulumi.getter
|
|
2646
|
+
def namespaces(self) -> Optional[Sequence[_builtins.str]]:
|
|
2647
|
+
"""
|
|
2648
|
+
List of namespaces that match the auto-apply rule.
|
|
2649
|
+
"""
|
|
2650
|
+
return pulumi.get(self, "namespaces")
|
|
2651
|
+
|
|
2652
|
+
|
|
2238
2653
|
@pulumi.output_type
|
|
2239
2654
|
class OceanRightSizingRuleDetachWorkload(dict):
|
|
2240
2655
|
def __init__(__self__, *,
|
|
2241
2656
|
namespaces: Sequence['outputs.OceanRightSizingRuleDetachWorkloadNamespace']):
|
|
2657
|
+
"""
|
|
2658
|
+
:param Sequence['OceanRightSizingRuleDetachWorkloadNamespaceArgs'] namespaces: List of namespaces that match the auto-apply rule.
|
|
2659
|
+
"""
|
|
2242
2660
|
pulumi.set(__self__, "namespaces", namespaces)
|
|
2243
2661
|
|
|
2244
|
-
@property
|
|
2662
|
+
@_builtins.property
|
|
2245
2663
|
@pulumi.getter
|
|
2246
2664
|
def namespaces(self) -> Sequence['outputs.OceanRightSizingRuleDetachWorkloadNamespace']:
|
|
2665
|
+
"""
|
|
2666
|
+
List of namespaces that match the auto-apply rule.
|
|
2667
|
+
"""
|
|
2247
2668
|
return pulumi.get(self, "namespaces")
|
|
2248
2669
|
|
|
2249
2670
|
|
|
@@ -2267,26 +2688,36 @@ class OceanRightSizingRuleDetachWorkloadNamespace(dict):
|
|
|
2267
2688
|
return super().get(key, default)
|
|
2268
2689
|
|
|
2269
2690
|
def __init__(__self__, *,
|
|
2270
|
-
namespace_name: str,
|
|
2691
|
+
namespace_name: _builtins.str,
|
|
2271
2692
|
labels: Optional[Sequence['outputs.OceanRightSizingRuleDetachWorkloadNamespaceLabel']] = None,
|
|
2272
2693
|
workloads: Optional[Sequence['outputs.OceanRightSizingRuleDetachWorkloadNamespaceWorkload']] = None):
|
|
2694
|
+
"""
|
|
2695
|
+
:param Sequence['OceanRightSizingRuleDetachWorkloadNamespaceLabelArgs'] labels: A set of key-value label pairs used to automatically apply this rule to all workloads in the cluster that match these labels.
|
|
2696
|
+
|
|
2697
|
+
<a id="attach_workloads"></a>
|
|
2698
|
+
"""
|
|
2273
2699
|
pulumi.set(__self__, "namespace_name", namespace_name)
|
|
2274
2700
|
if labels is not None:
|
|
2275
2701
|
pulumi.set(__self__, "labels", labels)
|
|
2276
2702
|
if workloads is not None:
|
|
2277
2703
|
pulumi.set(__self__, "workloads", workloads)
|
|
2278
2704
|
|
|
2279
|
-
@property
|
|
2705
|
+
@_builtins.property
|
|
2280
2706
|
@pulumi.getter(name="namespaceName")
|
|
2281
|
-
def namespace_name(self) -> str:
|
|
2707
|
+
def namespace_name(self) -> _builtins.str:
|
|
2282
2708
|
return pulumi.get(self, "namespace_name")
|
|
2283
2709
|
|
|
2284
|
-
@property
|
|
2710
|
+
@_builtins.property
|
|
2285
2711
|
@pulumi.getter
|
|
2286
2712
|
def labels(self) -> Optional[Sequence['outputs.OceanRightSizingRuleDetachWorkloadNamespaceLabel']]:
|
|
2713
|
+
"""
|
|
2714
|
+
A set of key-value label pairs used to automatically apply this rule to all workloads in the cluster that match these labels.
|
|
2715
|
+
|
|
2716
|
+
<a id="attach_workloads"></a>
|
|
2717
|
+
"""
|
|
2287
2718
|
return pulumi.get(self, "labels")
|
|
2288
2719
|
|
|
2289
|
-
@property
|
|
2720
|
+
@_builtins.property
|
|
2290
2721
|
@pulumi.getter
|
|
2291
2722
|
def workloads(self) -> Optional[Sequence['outputs.OceanRightSizingRuleDetachWorkloadNamespaceWorkload']]:
|
|
2292
2723
|
return pulumi.get(self, "workloads")
|
|
@@ -2295,19 +2726,19 @@ class OceanRightSizingRuleDetachWorkloadNamespace(dict):
|
|
|
2295
2726
|
@pulumi.output_type
|
|
2296
2727
|
class OceanRightSizingRuleDetachWorkloadNamespaceLabel(dict):
|
|
2297
2728
|
def __init__(__self__, *,
|
|
2298
|
-
key: str,
|
|
2299
|
-
value: str):
|
|
2729
|
+
key: _builtins.str,
|
|
2730
|
+
value: _builtins.str):
|
|
2300
2731
|
pulumi.set(__self__, "key", key)
|
|
2301
2732
|
pulumi.set(__self__, "value", value)
|
|
2302
2733
|
|
|
2303
|
-
@property
|
|
2734
|
+
@_builtins.property
|
|
2304
2735
|
@pulumi.getter
|
|
2305
|
-
def key(self) -> str:
|
|
2736
|
+
def key(self) -> _builtins.str:
|
|
2306
2737
|
return pulumi.get(self, "key")
|
|
2307
2738
|
|
|
2308
|
-
@property
|
|
2739
|
+
@_builtins.property
|
|
2309
2740
|
@pulumi.getter
|
|
2310
|
-
def value(self) -> str:
|
|
2741
|
+
def value(self) -> _builtins.str:
|
|
2311
2742
|
return pulumi.get(self, "value")
|
|
2312
2743
|
|
|
2313
2744
|
|
|
@@ -2335,28 +2766,28 @@ class OceanRightSizingRuleDetachWorkloadNamespaceWorkload(dict):
|
|
|
2335
2766
|
return super().get(key, default)
|
|
2336
2767
|
|
|
2337
2768
|
def __init__(__self__, *,
|
|
2338
|
-
workload_type: str,
|
|
2339
|
-
regex_name: Optional[str] = None,
|
|
2340
|
-
workload_name: Optional[str] = None):
|
|
2769
|
+
workload_type: _builtins.str,
|
|
2770
|
+
regex_name: Optional[_builtins.str] = None,
|
|
2771
|
+
workload_name: Optional[_builtins.str] = None):
|
|
2341
2772
|
pulumi.set(__self__, "workload_type", workload_type)
|
|
2342
2773
|
if regex_name is not None:
|
|
2343
2774
|
pulumi.set(__self__, "regex_name", regex_name)
|
|
2344
2775
|
if workload_name is not None:
|
|
2345
2776
|
pulumi.set(__self__, "workload_name", workload_name)
|
|
2346
2777
|
|
|
2347
|
-
@property
|
|
2778
|
+
@_builtins.property
|
|
2348
2779
|
@pulumi.getter(name="workloadType")
|
|
2349
|
-
def workload_type(self) -> str:
|
|
2780
|
+
def workload_type(self) -> _builtins.str:
|
|
2350
2781
|
return pulumi.get(self, "workload_type")
|
|
2351
2782
|
|
|
2352
|
-
@property
|
|
2783
|
+
@_builtins.property
|
|
2353
2784
|
@pulumi.getter(name="regexName")
|
|
2354
|
-
def regex_name(self) -> Optional[str]:
|
|
2785
|
+
def regex_name(self) -> Optional[_builtins.str]:
|
|
2355
2786
|
return pulumi.get(self, "regex_name")
|
|
2356
2787
|
|
|
2357
|
-
@property
|
|
2788
|
+
@_builtins.property
|
|
2358
2789
|
@pulumi.getter(name="workloadName")
|
|
2359
|
-
def workload_name(self) -> Optional[str]:
|
|
2790
|
+
def workload_name(self) -> Optional[_builtins.str]:
|
|
2360
2791
|
return pulumi.get(self, "workload_name")
|
|
2361
2792
|
|
|
2362
2793
|
|
|
@@ -2386,10 +2817,16 @@ class OceanRightSizingRuleRecommendationApplicationBoundary(dict):
|
|
|
2386
2817
|
return super().get(key, default)
|
|
2387
2818
|
|
|
2388
2819
|
def __init__(__self__, *,
|
|
2389
|
-
cpu_max: Optional[float] = None,
|
|
2390
|
-
cpu_min: Optional[float] = None,
|
|
2391
|
-
memory_max: Optional[int] = None,
|
|
2392
|
-
memory_min: Optional[int] = None):
|
|
2820
|
+
cpu_max: Optional[_builtins.float] = None,
|
|
2821
|
+
cpu_min: Optional[_builtins.float] = None,
|
|
2822
|
+
memory_max: Optional[_builtins.int] = None,
|
|
2823
|
+
memory_min: Optional[_builtins.int] = None):
|
|
2824
|
+
"""
|
|
2825
|
+
:param _builtins.float cpu_max: the maximal value of cpu in vCpu.
|
|
2826
|
+
:param _builtins.float cpu_min: the minimal value of cpu in vCpu.
|
|
2827
|
+
:param _builtins.int memory_max: the maximal value of memory in Gib.
|
|
2828
|
+
:param _builtins.int memory_min: the minimal value of memory in Gib.
|
|
2829
|
+
"""
|
|
2393
2830
|
if cpu_max is not None:
|
|
2394
2831
|
pulumi.set(__self__, "cpu_max", cpu_max)
|
|
2395
2832
|
if cpu_min is not None:
|
|
@@ -2399,24 +2836,36 @@ class OceanRightSizingRuleRecommendationApplicationBoundary(dict):
|
|
|
2399
2836
|
if memory_min is not None:
|
|
2400
2837
|
pulumi.set(__self__, "memory_min", memory_min)
|
|
2401
2838
|
|
|
2402
|
-
@property
|
|
2839
|
+
@_builtins.property
|
|
2403
2840
|
@pulumi.getter(name="cpuMax")
|
|
2404
|
-
def cpu_max(self) -> Optional[float]:
|
|
2841
|
+
def cpu_max(self) -> Optional[_builtins.float]:
|
|
2842
|
+
"""
|
|
2843
|
+
the maximal value of cpu in vCpu.
|
|
2844
|
+
"""
|
|
2405
2845
|
return pulumi.get(self, "cpu_max")
|
|
2406
2846
|
|
|
2407
|
-
@property
|
|
2847
|
+
@_builtins.property
|
|
2408
2848
|
@pulumi.getter(name="cpuMin")
|
|
2409
|
-
def cpu_min(self) -> Optional[float]:
|
|
2849
|
+
def cpu_min(self) -> Optional[_builtins.float]:
|
|
2850
|
+
"""
|
|
2851
|
+
the minimal value of cpu in vCpu.
|
|
2852
|
+
"""
|
|
2410
2853
|
return pulumi.get(self, "cpu_min")
|
|
2411
2854
|
|
|
2412
|
-
@property
|
|
2855
|
+
@_builtins.property
|
|
2413
2856
|
@pulumi.getter(name="memoryMax")
|
|
2414
|
-
def memory_max(self) -> Optional[int]:
|
|
2857
|
+
def memory_max(self) -> Optional[_builtins.int]:
|
|
2858
|
+
"""
|
|
2859
|
+
the maximal value of memory in Gib.
|
|
2860
|
+
"""
|
|
2415
2861
|
return pulumi.get(self, "memory_max")
|
|
2416
2862
|
|
|
2417
|
-
@property
|
|
2863
|
+
@_builtins.property
|
|
2418
2864
|
@pulumi.getter(name="memoryMin")
|
|
2419
|
-
def memory_min(self) -> Optional[int]:
|
|
2865
|
+
def memory_min(self) -> Optional[_builtins.int]:
|
|
2866
|
+
"""
|
|
2867
|
+
the minimal value of memory in Gib.
|
|
2868
|
+
"""
|
|
2420
2869
|
return pulumi.get(self, "memory_min")
|
|
2421
2870
|
|
|
2422
2871
|
|
|
@@ -2440,13 +2889,19 @@ class OceanRightSizingRuleRecommendationApplicationHpa(dict):
|
|
|
2440
2889
|
return super().get(key, default)
|
|
2441
2890
|
|
|
2442
2891
|
def __init__(__self__, *,
|
|
2443
|
-
allow_hpa_recommendations: Optional[bool] = None):
|
|
2892
|
+
allow_hpa_recommendations: Optional[_builtins.bool] = None):
|
|
2893
|
+
"""
|
|
2894
|
+
:param _builtins.bool allow_hpa_recommendations: Determines by the rule if recommendation application is allowed for workloads with HPA definition.
|
|
2895
|
+
"""
|
|
2444
2896
|
if allow_hpa_recommendations is not None:
|
|
2445
2897
|
pulumi.set(__self__, "allow_hpa_recommendations", allow_hpa_recommendations)
|
|
2446
2898
|
|
|
2447
|
-
@property
|
|
2899
|
+
@_builtins.property
|
|
2448
2900
|
@pulumi.getter(name="allowHpaRecommendations")
|
|
2449
|
-
def allow_hpa_recommendations(self) -> Optional[bool]:
|
|
2901
|
+
def allow_hpa_recommendations(self) -> Optional[_builtins.bool]:
|
|
2902
|
+
"""
|
|
2903
|
+
Determines by the rule if recommendation application is allowed for workloads with HPA definition.
|
|
2904
|
+
"""
|
|
2450
2905
|
return pulumi.get(self, "allow_hpa_recommendations")
|
|
2451
2906
|
|
|
2452
2907
|
|
|
@@ -2474,28 +2929,42 @@ class OceanRightSizingRuleRecommendationApplicationInterval(dict):
|
|
|
2474
2929
|
return super().get(key, default)
|
|
2475
2930
|
|
|
2476
2931
|
def __init__(__self__, *,
|
|
2477
|
-
repetition_basis: str,
|
|
2932
|
+
repetition_basis: _builtins.str,
|
|
2478
2933
|
monthly_repetition_bases: Optional[Sequence['outputs.OceanRightSizingRuleRecommendationApplicationIntervalMonthlyRepetitionBase']] = None,
|
|
2479
2934
|
weekly_repetition_bases: Optional[Sequence['outputs.OceanRightSizingRuleRecommendationApplicationIntervalWeeklyRepetitionBase']] = None):
|
|
2935
|
+
"""
|
|
2936
|
+
:param _builtins.str repetition_basis: Valid values: "WEEKLY" "MONTHLY". The repetition basis.
|
|
2937
|
+
:param Sequence['OceanRightSizingRuleRecommendationApplicationIntervalMonthlyRepetitionBaseArgs'] monthly_repetition_bases: Determines the Ocean Rightsizing rule monthly repetition basis.
|
|
2938
|
+
:param Sequence['OceanRightSizingRuleRecommendationApplicationIntervalWeeklyRepetitionBaseArgs'] weekly_repetition_bases: Determines the Ocean Rightsizing rule weekly repetition basis.
|
|
2939
|
+
"""
|
|
2480
2940
|
pulumi.set(__self__, "repetition_basis", repetition_basis)
|
|
2481
2941
|
if monthly_repetition_bases is not None:
|
|
2482
2942
|
pulumi.set(__self__, "monthly_repetition_bases", monthly_repetition_bases)
|
|
2483
2943
|
if weekly_repetition_bases is not None:
|
|
2484
2944
|
pulumi.set(__self__, "weekly_repetition_bases", weekly_repetition_bases)
|
|
2485
2945
|
|
|
2486
|
-
@property
|
|
2946
|
+
@_builtins.property
|
|
2487
2947
|
@pulumi.getter(name="repetitionBasis")
|
|
2488
|
-
def repetition_basis(self) -> str:
|
|
2948
|
+
def repetition_basis(self) -> _builtins.str:
|
|
2949
|
+
"""
|
|
2950
|
+
Valid values: "WEEKLY" "MONTHLY". The repetition basis.
|
|
2951
|
+
"""
|
|
2489
2952
|
return pulumi.get(self, "repetition_basis")
|
|
2490
2953
|
|
|
2491
|
-
@property
|
|
2954
|
+
@_builtins.property
|
|
2492
2955
|
@pulumi.getter(name="monthlyRepetitionBases")
|
|
2493
2956
|
def monthly_repetition_bases(self) -> Optional[Sequence['outputs.OceanRightSizingRuleRecommendationApplicationIntervalMonthlyRepetitionBase']]:
|
|
2957
|
+
"""
|
|
2958
|
+
Determines the Ocean Rightsizing rule monthly repetition basis.
|
|
2959
|
+
"""
|
|
2494
2960
|
return pulumi.get(self, "monthly_repetition_bases")
|
|
2495
2961
|
|
|
2496
|
-
@property
|
|
2962
|
+
@_builtins.property
|
|
2497
2963
|
@pulumi.getter(name="weeklyRepetitionBases")
|
|
2498
2964
|
def weekly_repetition_bases(self) -> Optional[Sequence['outputs.OceanRightSizingRuleRecommendationApplicationIntervalWeeklyRepetitionBase']]:
|
|
2965
|
+
"""
|
|
2966
|
+
Determines the Ocean Rightsizing rule weekly repetition basis.
|
|
2967
|
+
"""
|
|
2499
2968
|
return pulumi.get(self, "weekly_repetition_bases")
|
|
2500
2969
|
|
|
2501
2970
|
|
|
@@ -2523,27 +2992,41 @@ class OceanRightSizingRuleRecommendationApplicationIntervalMonthlyRepetitionBase
|
|
|
2523
2992
|
return super().get(key, default)
|
|
2524
2993
|
|
|
2525
2994
|
def __init__(__self__, *,
|
|
2526
|
-
interval_months: Sequence[int],
|
|
2527
|
-
week_of_the_months: Sequence[str],
|
|
2995
|
+
interval_months: Sequence[_builtins.int],
|
|
2996
|
+
week_of_the_months: Sequence[_builtins.str],
|
|
2528
2997
|
weekly_repetition_bases: Optional[Sequence['outputs.OceanRightSizingRuleRecommendationApplicationIntervalMonthlyRepetitionBaseWeeklyRepetitionBase']] = None):
|
|
2998
|
+
"""
|
|
2999
|
+
:param Sequence[_builtins.int] interval_months: Array of the months (in number), when we want to trigger the apply recommendations.
|
|
3000
|
+
:param Sequence[_builtins.str] week_of_the_months: Valid values: "FIRST" "SECOND" "THIRD" "FOURTH" "LAST". Array of the weeks in the month, when we want to trigger the apply recommendations.
|
|
3001
|
+
:param Sequence['OceanRightSizingRuleRecommendationApplicationIntervalMonthlyRepetitionBaseWeeklyRepetitionBaseArgs'] weekly_repetition_bases: Determines the Ocean Rightsizing rule weekly repetition basis.
|
|
3002
|
+
"""
|
|
2529
3003
|
pulumi.set(__self__, "interval_months", interval_months)
|
|
2530
3004
|
pulumi.set(__self__, "week_of_the_months", week_of_the_months)
|
|
2531
3005
|
if weekly_repetition_bases is not None:
|
|
2532
3006
|
pulumi.set(__self__, "weekly_repetition_bases", weekly_repetition_bases)
|
|
2533
3007
|
|
|
2534
|
-
@property
|
|
3008
|
+
@_builtins.property
|
|
2535
3009
|
@pulumi.getter(name="intervalMonths")
|
|
2536
|
-
def interval_months(self) -> Sequence[int]:
|
|
3010
|
+
def interval_months(self) -> Sequence[_builtins.int]:
|
|
3011
|
+
"""
|
|
3012
|
+
Array of the months (in number), when we want to trigger the apply recommendations.
|
|
3013
|
+
"""
|
|
2537
3014
|
return pulumi.get(self, "interval_months")
|
|
2538
3015
|
|
|
2539
|
-
@property
|
|
3016
|
+
@_builtins.property
|
|
2540
3017
|
@pulumi.getter(name="weekOfTheMonths")
|
|
2541
|
-
def week_of_the_months(self) -> Sequence[str]:
|
|
3018
|
+
def week_of_the_months(self) -> Sequence[_builtins.str]:
|
|
3019
|
+
"""
|
|
3020
|
+
Valid values: "FIRST" "SECOND" "THIRD" "FOURTH" "LAST". Array of the weeks in the month, when we want to trigger the apply recommendations.
|
|
3021
|
+
"""
|
|
2542
3022
|
return pulumi.get(self, "week_of_the_months")
|
|
2543
3023
|
|
|
2544
|
-
@property
|
|
3024
|
+
@_builtins.property
|
|
2545
3025
|
@pulumi.getter(name="weeklyRepetitionBases")
|
|
2546
3026
|
def weekly_repetition_bases(self) -> Optional[Sequence['outputs.OceanRightSizingRuleRecommendationApplicationIntervalMonthlyRepetitionBaseWeeklyRepetitionBase']]:
|
|
3027
|
+
"""
|
|
3028
|
+
Determines the Ocean Rightsizing rule weekly repetition basis.
|
|
3029
|
+
"""
|
|
2547
3030
|
return pulumi.get(self, "weekly_repetition_bases")
|
|
2548
3031
|
|
|
2549
3032
|
|
|
@@ -2571,26 +3054,40 @@ class OceanRightSizingRuleRecommendationApplicationIntervalMonthlyRepetitionBase
|
|
|
2571
3054
|
return super().get(key, default)
|
|
2572
3055
|
|
|
2573
3056
|
def __init__(__self__, *,
|
|
2574
|
-
interval_days: Sequence[str],
|
|
2575
|
-
interval_hours_end_time: str,
|
|
2576
|
-
interval_hours_start_time: str):
|
|
3057
|
+
interval_days: Sequence[_builtins.str],
|
|
3058
|
+
interval_hours_end_time: _builtins.str,
|
|
3059
|
+
interval_hours_start_time: _builtins.str):
|
|
3060
|
+
"""
|
|
3061
|
+
:param Sequence[_builtins.str] interval_days: Valid values: "SUNDAY" "MONDAY" "TUESDAY" "WEDNESDAY" "THURSDAY" "FRIDAY" "SATURDAY". Array of the days of the week, when we want to trigger the apply recommendations.
|
|
3062
|
+
:param _builtins.str interval_hours_end_time: End time.
|
|
3063
|
+
:param _builtins.str interval_hours_start_time: Start time.
|
|
3064
|
+
"""
|
|
2577
3065
|
pulumi.set(__self__, "interval_days", interval_days)
|
|
2578
3066
|
pulumi.set(__self__, "interval_hours_end_time", interval_hours_end_time)
|
|
2579
3067
|
pulumi.set(__self__, "interval_hours_start_time", interval_hours_start_time)
|
|
2580
3068
|
|
|
2581
|
-
@property
|
|
3069
|
+
@_builtins.property
|
|
2582
3070
|
@pulumi.getter(name="intervalDays")
|
|
2583
|
-
def interval_days(self) -> Sequence[str]:
|
|
3071
|
+
def interval_days(self) -> Sequence[_builtins.str]:
|
|
3072
|
+
"""
|
|
3073
|
+
Valid values: "SUNDAY" "MONDAY" "TUESDAY" "WEDNESDAY" "THURSDAY" "FRIDAY" "SATURDAY". Array of the days of the week, when we want to trigger the apply recommendations.
|
|
3074
|
+
"""
|
|
2584
3075
|
return pulumi.get(self, "interval_days")
|
|
2585
3076
|
|
|
2586
|
-
@property
|
|
3077
|
+
@_builtins.property
|
|
2587
3078
|
@pulumi.getter(name="intervalHoursEndTime")
|
|
2588
|
-
def interval_hours_end_time(self) -> str:
|
|
3079
|
+
def interval_hours_end_time(self) -> _builtins.str:
|
|
3080
|
+
"""
|
|
3081
|
+
End time.
|
|
3082
|
+
"""
|
|
2589
3083
|
return pulumi.get(self, "interval_hours_end_time")
|
|
2590
3084
|
|
|
2591
|
-
@property
|
|
3085
|
+
@_builtins.property
|
|
2592
3086
|
@pulumi.getter(name="intervalHoursStartTime")
|
|
2593
|
-
def interval_hours_start_time(self) -> str:
|
|
3087
|
+
def interval_hours_start_time(self) -> _builtins.str:
|
|
3088
|
+
"""
|
|
3089
|
+
Start time.
|
|
3090
|
+
"""
|
|
2594
3091
|
return pulumi.get(self, "interval_hours_start_time")
|
|
2595
3092
|
|
|
2596
3093
|
|
|
@@ -2618,26 +3115,40 @@ class OceanRightSizingRuleRecommendationApplicationIntervalWeeklyRepetitionBase(
|
|
|
2618
3115
|
return super().get(key, default)
|
|
2619
3116
|
|
|
2620
3117
|
def __init__(__self__, *,
|
|
2621
|
-
interval_days: Sequence[str],
|
|
2622
|
-
interval_hours_end_time: str,
|
|
2623
|
-
interval_hours_start_time: str):
|
|
3118
|
+
interval_days: Sequence[_builtins.str],
|
|
3119
|
+
interval_hours_end_time: _builtins.str,
|
|
3120
|
+
interval_hours_start_time: _builtins.str):
|
|
3121
|
+
"""
|
|
3122
|
+
:param Sequence[_builtins.str] interval_days: Valid values: "SUNDAY" "MONDAY" "TUESDAY" "WEDNESDAY" "THURSDAY" "FRIDAY" "SATURDAY". Array of the days of the week, when we want to trigger the apply recommendations.
|
|
3123
|
+
:param _builtins.str interval_hours_end_time: End time.
|
|
3124
|
+
:param _builtins.str interval_hours_start_time: Start time.
|
|
3125
|
+
"""
|
|
2624
3126
|
pulumi.set(__self__, "interval_days", interval_days)
|
|
2625
3127
|
pulumi.set(__self__, "interval_hours_end_time", interval_hours_end_time)
|
|
2626
3128
|
pulumi.set(__self__, "interval_hours_start_time", interval_hours_start_time)
|
|
2627
3129
|
|
|
2628
|
-
@property
|
|
3130
|
+
@_builtins.property
|
|
2629
3131
|
@pulumi.getter(name="intervalDays")
|
|
2630
|
-
def interval_days(self) -> Sequence[str]:
|
|
3132
|
+
def interval_days(self) -> Sequence[_builtins.str]:
|
|
3133
|
+
"""
|
|
3134
|
+
Valid values: "SUNDAY" "MONDAY" "TUESDAY" "WEDNESDAY" "THURSDAY" "FRIDAY" "SATURDAY". Array of the days of the week, when we want to trigger the apply recommendations.
|
|
3135
|
+
"""
|
|
2631
3136
|
return pulumi.get(self, "interval_days")
|
|
2632
3137
|
|
|
2633
|
-
@property
|
|
3138
|
+
@_builtins.property
|
|
2634
3139
|
@pulumi.getter(name="intervalHoursEndTime")
|
|
2635
|
-
def interval_hours_end_time(self) -> str:
|
|
3140
|
+
def interval_hours_end_time(self) -> _builtins.str:
|
|
3141
|
+
"""
|
|
3142
|
+
End time.
|
|
3143
|
+
"""
|
|
2636
3144
|
return pulumi.get(self, "interval_hours_end_time")
|
|
2637
3145
|
|
|
2638
|
-
@property
|
|
3146
|
+
@_builtins.property
|
|
2639
3147
|
@pulumi.getter(name="intervalHoursStartTime")
|
|
2640
|
-
def interval_hours_start_time(self) -> str:
|
|
3148
|
+
def interval_hours_start_time(self) -> _builtins.str:
|
|
3149
|
+
"""
|
|
3150
|
+
Start time.
|
|
3151
|
+
"""
|
|
2641
3152
|
return pulumi.get(self, "interval_hours_start_time")
|
|
2642
3153
|
|
|
2643
3154
|
|
|
@@ -2663,21 +3174,31 @@ class OceanRightSizingRuleRecommendationApplicationMinThreshold(dict):
|
|
|
2663
3174
|
return super().get(key, default)
|
|
2664
3175
|
|
|
2665
3176
|
def __init__(__self__, *,
|
|
2666
|
-
cpu_percentage: Optional[float] = None,
|
|
2667
|
-
memory_percentage: Optional[float] = None):
|
|
3177
|
+
cpu_percentage: Optional[_builtins.float] = None,
|
|
3178
|
+
memory_percentage: Optional[_builtins.float] = None):
|
|
3179
|
+
"""
|
|
3180
|
+
:param _builtins.float cpu_percentage: .
|
|
3181
|
+
:param _builtins.float memory_percentage: .
|
|
3182
|
+
"""
|
|
2668
3183
|
if cpu_percentage is not None:
|
|
2669
3184
|
pulumi.set(__self__, "cpu_percentage", cpu_percentage)
|
|
2670
3185
|
if memory_percentage is not None:
|
|
2671
3186
|
pulumi.set(__self__, "memory_percentage", memory_percentage)
|
|
2672
3187
|
|
|
2673
|
-
@property
|
|
3188
|
+
@_builtins.property
|
|
2674
3189
|
@pulumi.getter(name="cpuPercentage")
|
|
2675
|
-
def cpu_percentage(self) -> Optional[float]:
|
|
3190
|
+
def cpu_percentage(self) -> Optional[_builtins.float]:
|
|
3191
|
+
"""
|
|
3192
|
+
.
|
|
3193
|
+
"""
|
|
2676
3194
|
return pulumi.get(self, "cpu_percentage")
|
|
2677
3195
|
|
|
2678
|
-
@property
|
|
3196
|
+
@_builtins.property
|
|
2679
3197
|
@pulumi.getter(name="memoryPercentage")
|
|
2680
|
-
def memory_percentage(self) -> Optional[float]:
|
|
3198
|
+
def memory_percentage(self) -> Optional[_builtins.float]:
|
|
3199
|
+
"""
|
|
3200
|
+
.
|
|
3201
|
+
"""
|
|
2681
3202
|
return pulumi.get(self, "memory_percentage")
|
|
2682
3203
|
|
|
2683
3204
|
|
|
@@ -2703,21 +3224,31 @@ class OceanRightSizingRuleRecommendationApplicationOverheadValue(dict):
|
|
|
2703
3224
|
return super().get(key, default)
|
|
2704
3225
|
|
|
2705
3226
|
def __init__(__self__, *,
|
|
2706
|
-
cpu_percentage: Optional[float] = None,
|
|
2707
|
-
memory_percentage: Optional[float] = None):
|
|
3227
|
+
cpu_percentage: Optional[_builtins.float] = None,
|
|
3228
|
+
memory_percentage: Optional[_builtins.float] = None):
|
|
3229
|
+
"""
|
|
3230
|
+
:param _builtins.float cpu_percentage: .
|
|
3231
|
+
:param _builtins.float memory_percentage: .
|
|
3232
|
+
"""
|
|
2708
3233
|
if cpu_percentage is not None:
|
|
2709
3234
|
pulumi.set(__self__, "cpu_percentage", cpu_percentage)
|
|
2710
3235
|
if memory_percentage is not None:
|
|
2711
3236
|
pulumi.set(__self__, "memory_percentage", memory_percentage)
|
|
2712
3237
|
|
|
2713
|
-
@property
|
|
3238
|
+
@_builtins.property
|
|
2714
3239
|
@pulumi.getter(name="cpuPercentage")
|
|
2715
|
-
def cpu_percentage(self) -> Optional[float]:
|
|
3240
|
+
def cpu_percentage(self) -> Optional[_builtins.float]:
|
|
3241
|
+
"""
|
|
3242
|
+
.
|
|
3243
|
+
"""
|
|
2716
3244
|
return pulumi.get(self, "cpu_percentage")
|
|
2717
3245
|
|
|
2718
|
-
@property
|
|
3246
|
+
@_builtins.property
|
|
2719
3247
|
@pulumi.getter(name="memoryPercentage")
|
|
2720
|
-
def memory_percentage(self) -> Optional[float]:
|
|
3248
|
+
def memory_percentage(self) -> Optional[_builtins.float]:
|
|
3249
|
+
"""
|
|
3250
|
+
.
|
|
3251
|
+
"""
|
|
2721
3252
|
return pulumi.get(self, "memory_percentage")
|
|
2722
3253
|
|
|
2723
3254
|
|
|
@@ -2747,12 +3278,12 @@ class StatefulNodeAzureAttachDataDisk(dict):
|
|
|
2747
3278
|
return super().get(key, default)
|
|
2748
3279
|
|
|
2749
3280
|
def __init__(__self__, *,
|
|
2750
|
-
data_disk_name: str,
|
|
2751
|
-
data_disk_resource_group_name: str,
|
|
2752
|
-
size_gb: int,
|
|
2753
|
-
storage_account_type: str,
|
|
2754
|
-
lun: Optional[int] = None,
|
|
2755
|
-
zone: Optional[str] = None):
|
|
3281
|
+
data_disk_name: _builtins.str,
|
|
3282
|
+
data_disk_resource_group_name: _builtins.str,
|
|
3283
|
+
size_gb: _builtins.int,
|
|
3284
|
+
storage_account_type: _builtins.str,
|
|
3285
|
+
lun: Optional[_builtins.int] = None,
|
|
3286
|
+
zone: Optional[_builtins.str] = None):
|
|
2756
3287
|
pulumi.set(__self__, "data_disk_name", data_disk_name)
|
|
2757
3288
|
pulumi.set(__self__, "data_disk_resource_group_name", data_disk_resource_group_name)
|
|
2758
3289
|
pulumi.set(__self__, "size_gb", size_gb)
|
|
@@ -2762,34 +3293,34 @@ class StatefulNodeAzureAttachDataDisk(dict):
|
|
|
2762
3293
|
if zone is not None:
|
|
2763
3294
|
pulumi.set(__self__, "zone", zone)
|
|
2764
3295
|
|
|
2765
|
-
@property
|
|
3296
|
+
@_builtins.property
|
|
2766
3297
|
@pulumi.getter(name="dataDiskName")
|
|
2767
|
-
def data_disk_name(self) -> str:
|
|
3298
|
+
def data_disk_name(self) -> _builtins.str:
|
|
2768
3299
|
return pulumi.get(self, "data_disk_name")
|
|
2769
3300
|
|
|
2770
|
-
@property
|
|
3301
|
+
@_builtins.property
|
|
2771
3302
|
@pulumi.getter(name="dataDiskResourceGroupName")
|
|
2772
|
-
def data_disk_resource_group_name(self) -> str:
|
|
3303
|
+
def data_disk_resource_group_name(self) -> _builtins.str:
|
|
2773
3304
|
return pulumi.get(self, "data_disk_resource_group_name")
|
|
2774
3305
|
|
|
2775
|
-
@property
|
|
3306
|
+
@_builtins.property
|
|
2776
3307
|
@pulumi.getter(name="sizeGb")
|
|
2777
|
-
def size_gb(self) -> int:
|
|
3308
|
+
def size_gb(self) -> _builtins.int:
|
|
2778
3309
|
return pulumi.get(self, "size_gb")
|
|
2779
3310
|
|
|
2780
|
-
@property
|
|
3311
|
+
@_builtins.property
|
|
2781
3312
|
@pulumi.getter(name="storageAccountType")
|
|
2782
|
-
def storage_account_type(self) -> str:
|
|
3313
|
+
def storage_account_type(self) -> _builtins.str:
|
|
2783
3314
|
return pulumi.get(self, "storage_account_type")
|
|
2784
3315
|
|
|
2785
|
-
@property
|
|
3316
|
+
@_builtins.property
|
|
2786
3317
|
@pulumi.getter
|
|
2787
|
-
def lun(self) -> Optional[int]:
|
|
3318
|
+
def lun(self) -> Optional[_builtins.int]:
|
|
2788
3319
|
return pulumi.get(self, "lun")
|
|
2789
3320
|
|
|
2790
|
-
@property
|
|
3321
|
+
@_builtins.property
|
|
2791
3322
|
@pulumi.getter
|
|
2792
|
-
def zone(self) -> Optional[str]:
|
|
3323
|
+
def zone(self) -> Optional[_builtins.str]:
|
|
2793
3324
|
return pulumi.get(self, "zone")
|
|
2794
3325
|
|
|
2795
3326
|
|
|
@@ -2815,9 +3346,9 @@ class StatefulNodeAzureBootDiagnostic(dict):
|
|
|
2815
3346
|
return super().get(key, default)
|
|
2816
3347
|
|
|
2817
3348
|
def __init__(__self__, *,
|
|
2818
|
-
is_enabled: Optional[bool] = None,
|
|
2819
|
-
storage_url: Optional[str] = None,
|
|
2820
|
-
type: Optional[str] = None):
|
|
3349
|
+
is_enabled: Optional[_builtins.bool] = None,
|
|
3350
|
+
storage_url: Optional[_builtins.str] = None,
|
|
3351
|
+
type: Optional[_builtins.str] = None):
|
|
2821
3352
|
if is_enabled is not None:
|
|
2822
3353
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
|
2823
3354
|
if storage_url is not None:
|
|
@@ -2825,19 +3356,19 @@ class StatefulNodeAzureBootDiagnostic(dict):
|
|
|
2825
3356
|
if type is not None:
|
|
2826
3357
|
pulumi.set(__self__, "type", type)
|
|
2827
3358
|
|
|
2828
|
-
@property
|
|
3359
|
+
@_builtins.property
|
|
2829
3360
|
@pulumi.getter(name="isEnabled")
|
|
2830
|
-
def is_enabled(self) -> Optional[bool]:
|
|
3361
|
+
def is_enabled(self) -> Optional[_builtins.bool]:
|
|
2831
3362
|
return pulumi.get(self, "is_enabled")
|
|
2832
3363
|
|
|
2833
|
-
@property
|
|
3364
|
+
@_builtins.property
|
|
2834
3365
|
@pulumi.getter(name="storageUrl")
|
|
2835
|
-
def storage_url(self) -> Optional[str]:
|
|
3366
|
+
def storage_url(self) -> Optional[_builtins.str]:
|
|
2836
3367
|
return pulumi.get(self, "storage_url")
|
|
2837
3368
|
|
|
2838
|
-
@property
|
|
3369
|
+
@_builtins.property
|
|
2839
3370
|
@pulumi.getter
|
|
2840
|
-
def type(self) -> Optional[str]:
|
|
3371
|
+
def type(self) -> Optional[_builtins.str]:
|
|
2841
3372
|
return pulumi.get(self, "type")
|
|
2842
3373
|
|
|
2843
3374
|
|
|
@@ -2861,26 +3392,26 @@ class StatefulNodeAzureDataDisk(dict):
|
|
|
2861
3392
|
return super().get(key, default)
|
|
2862
3393
|
|
|
2863
3394
|
def __init__(__self__, *,
|
|
2864
|
-
lun: int,
|
|
2865
|
-
size_gb: int,
|
|
2866
|
-
type: str):
|
|
3395
|
+
lun: _builtins.int,
|
|
3396
|
+
size_gb: _builtins.int,
|
|
3397
|
+
type: _builtins.str):
|
|
2867
3398
|
pulumi.set(__self__, "lun", lun)
|
|
2868
3399
|
pulumi.set(__self__, "size_gb", size_gb)
|
|
2869
3400
|
pulumi.set(__self__, "type", type)
|
|
2870
3401
|
|
|
2871
|
-
@property
|
|
3402
|
+
@_builtins.property
|
|
2872
3403
|
@pulumi.getter
|
|
2873
|
-
def lun(self) -> int:
|
|
3404
|
+
def lun(self) -> _builtins.int:
|
|
2874
3405
|
return pulumi.get(self, "lun")
|
|
2875
3406
|
|
|
2876
|
-
@property
|
|
3407
|
+
@_builtins.property
|
|
2877
3408
|
@pulumi.getter(name="sizeGb")
|
|
2878
|
-
def size_gb(self) -> int:
|
|
3409
|
+
def size_gb(self) -> _builtins.int:
|
|
2879
3410
|
return pulumi.get(self, "size_gb")
|
|
2880
3411
|
|
|
2881
|
-
@property
|
|
3412
|
+
@_builtins.property
|
|
2882
3413
|
@pulumi.getter
|
|
2883
|
-
def type(self) -> str:
|
|
3414
|
+
def type(self) -> _builtins.str:
|
|
2884
3415
|
return pulumi.get(self, "type")
|
|
2885
3416
|
|
|
2886
3417
|
|
|
@@ -2924,17 +3455,17 @@ class StatefulNodeAzureDelete(dict):
|
|
|
2924
3455
|
return super().get(key, default)
|
|
2925
3456
|
|
|
2926
3457
|
def __init__(__self__, *,
|
|
2927
|
-
should_terminate_vm: bool,
|
|
2928
|
-
disk_should_deallocate: Optional[bool] = None,
|
|
2929
|
-
disk_ttl_in_hours: Optional[int] = None,
|
|
2930
|
-
network_should_deallocate: Optional[bool] = None,
|
|
2931
|
-
network_ttl_in_hours: Optional[int] = None,
|
|
2932
|
-
public_ip_should_deallocate: Optional[bool] = None,
|
|
2933
|
-
public_ip_ttl_in_hours: Optional[int] = None,
|
|
2934
|
-
should_deregister_from_lb: Optional[bool] = None,
|
|
2935
|
-
should_revert_to_od: Optional[bool] = None,
|
|
2936
|
-
snapshot_should_deallocate: Optional[bool] = None,
|
|
2937
|
-
snapshot_ttl_in_hours: Optional[int] = None):
|
|
3458
|
+
should_terminate_vm: _builtins.bool,
|
|
3459
|
+
disk_should_deallocate: Optional[_builtins.bool] = None,
|
|
3460
|
+
disk_ttl_in_hours: Optional[_builtins.int] = None,
|
|
3461
|
+
network_should_deallocate: Optional[_builtins.bool] = None,
|
|
3462
|
+
network_ttl_in_hours: Optional[_builtins.int] = None,
|
|
3463
|
+
public_ip_should_deallocate: Optional[_builtins.bool] = None,
|
|
3464
|
+
public_ip_ttl_in_hours: Optional[_builtins.int] = None,
|
|
3465
|
+
should_deregister_from_lb: Optional[_builtins.bool] = None,
|
|
3466
|
+
should_revert_to_od: Optional[_builtins.bool] = None,
|
|
3467
|
+
snapshot_should_deallocate: Optional[_builtins.bool] = None,
|
|
3468
|
+
snapshot_ttl_in_hours: Optional[_builtins.int] = None):
|
|
2938
3469
|
pulumi.set(__self__, "should_terminate_vm", should_terminate_vm)
|
|
2939
3470
|
if disk_should_deallocate is not None:
|
|
2940
3471
|
pulumi.set(__self__, "disk_should_deallocate", disk_should_deallocate)
|
|
@@ -2957,59 +3488,59 @@ class StatefulNodeAzureDelete(dict):
|
|
|
2957
3488
|
if snapshot_ttl_in_hours is not None:
|
|
2958
3489
|
pulumi.set(__self__, "snapshot_ttl_in_hours", snapshot_ttl_in_hours)
|
|
2959
3490
|
|
|
2960
|
-
@property
|
|
3491
|
+
@_builtins.property
|
|
2961
3492
|
@pulumi.getter(name="shouldTerminateVm")
|
|
2962
|
-
def should_terminate_vm(self) -> bool:
|
|
3493
|
+
def should_terminate_vm(self) -> _builtins.bool:
|
|
2963
3494
|
return pulumi.get(self, "should_terminate_vm")
|
|
2964
3495
|
|
|
2965
|
-
@property
|
|
3496
|
+
@_builtins.property
|
|
2966
3497
|
@pulumi.getter(name="diskShouldDeallocate")
|
|
2967
|
-
def disk_should_deallocate(self) -> Optional[bool]:
|
|
3498
|
+
def disk_should_deallocate(self) -> Optional[_builtins.bool]:
|
|
2968
3499
|
return pulumi.get(self, "disk_should_deallocate")
|
|
2969
3500
|
|
|
2970
|
-
@property
|
|
3501
|
+
@_builtins.property
|
|
2971
3502
|
@pulumi.getter(name="diskTtlInHours")
|
|
2972
|
-
def disk_ttl_in_hours(self) -> Optional[int]:
|
|
3503
|
+
def disk_ttl_in_hours(self) -> Optional[_builtins.int]:
|
|
2973
3504
|
return pulumi.get(self, "disk_ttl_in_hours")
|
|
2974
3505
|
|
|
2975
|
-
@property
|
|
3506
|
+
@_builtins.property
|
|
2976
3507
|
@pulumi.getter(name="networkShouldDeallocate")
|
|
2977
|
-
def network_should_deallocate(self) -> Optional[bool]:
|
|
3508
|
+
def network_should_deallocate(self) -> Optional[_builtins.bool]:
|
|
2978
3509
|
return pulumi.get(self, "network_should_deallocate")
|
|
2979
3510
|
|
|
2980
|
-
@property
|
|
3511
|
+
@_builtins.property
|
|
2981
3512
|
@pulumi.getter(name="networkTtlInHours")
|
|
2982
|
-
def network_ttl_in_hours(self) -> Optional[int]:
|
|
3513
|
+
def network_ttl_in_hours(self) -> Optional[_builtins.int]:
|
|
2983
3514
|
return pulumi.get(self, "network_ttl_in_hours")
|
|
2984
3515
|
|
|
2985
|
-
@property
|
|
3516
|
+
@_builtins.property
|
|
2986
3517
|
@pulumi.getter(name="publicIpShouldDeallocate")
|
|
2987
|
-
def public_ip_should_deallocate(self) -> Optional[bool]:
|
|
3518
|
+
def public_ip_should_deallocate(self) -> Optional[_builtins.bool]:
|
|
2988
3519
|
return pulumi.get(self, "public_ip_should_deallocate")
|
|
2989
3520
|
|
|
2990
|
-
@property
|
|
3521
|
+
@_builtins.property
|
|
2991
3522
|
@pulumi.getter(name="publicIpTtlInHours")
|
|
2992
|
-
def public_ip_ttl_in_hours(self) -> Optional[int]:
|
|
3523
|
+
def public_ip_ttl_in_hours(self) -> Optional[_builtins.int]:
|
|
2993
3524
|
return pulumi.get(self, "public_ip_ttl_in_hours")
|
|
2994
3525
|
|
|
2995
|
-
@property
|
|
3526
|
+
@_builtins.property
|
|
2996
3527
|
@pulumi.getter(name="shouldDeregisterFromLb")
|
|
2997
|
-
def should_deregister_from_lb(self) -> Optional[bool]:
|
|
3528
|
+
def should_deregister_from_lb(self) -> Optional[_builtins.bool]:
|
|
2998
3529
|
return pulumi.get(self, "should_deregister_from_lb")
|
|
2999
3530
|
|
|
3000
|
-
@property
|
|
3531
|
+
@_builtins.property
|
|
3001
3532
|
@pulumi.getter(name="shouldRevertToOd")
|
|
3002
|
-
def should_revert_to_od(self) -> Optional[bool]:
|
|
3533
|
+
def should_revert_to_od(self) -> Optional[_builtins.bool]:
|
|
3003
3534
|
return pulumi.get(self, "should_revert_to_od")
|
|
3004
3535
|
|
|
3005
|
-
@property
|
|
3536
|
+
@_builtins.property
|
|
3006
3537
|
@pulumi.getter(name="snapshotShouldDeallocate")
|
|
3007
|
-
def snapshot_should_deallocate(self) -> Optional[bool]:
|
|
3538
|
+
def snapshot_should_deallocate(self) -> Optional[_builtins.bool]:
|
|
3008
3539
|
return pulumi.get(self, "snapshot_should_deallocate")
|
|
3009
3540
|
|
|
3010
|
-
@property
|
|
3541
|
+
@_builtins.property
|
|
3011
3542
|
@pulumi.getter(name="snapshotTtlInHours")
|
|
3012
|
-
def snapshot_ttl_in_hours(self) -> Optional[int]:
|
|
3543
|
+
def snapshot_ttl_in_hours(self) -> Optional[_builtins.int]:
|
|
3013
3544
|
return pulumi.get(self, "snapshot_ttl_in_hours")
|
|
3014
3545
|
|
|
3015
3546
|
|
|
@@ -3039,34 +3570,34 @@ class StatefulNodeAzureDetachDataDisk(dict):
|
|
|
3039
3570
|
return super().get(key, default)
|
|
3040
3571
|
|
|
3041
3572
|
def __init__(__self__, *,
|
|
3042
|
-
data_disk_name: str,
|
|
3043
|
-
data_disk_resource_group_name: str,
|
|
3044
|
-
should_deallocate: bool,
|
|
3045
|
-
ttl_in_hours: Optional[int] = None):
|
|
3573
|
+
data_disk_name: _builtins.str,
|
|
3574
|
+
data_disk_resource_group_name: _builtins.str,
|
|
3575
|
+
should_deallocate: _builtins.bool,
|
|
3576
|
+
ttl_in_hours: Optional[_builtins.int] = None):
|
|
3046
3577
|
pulumi.set(__self__, "data_disk_name", data_disk_name)
|
|
3047
3578
|
pulumi.set(__self__, "data_disk_resource_group_name", data_disk_resource_group_name)
|
|
3048
3579
|
pulumi.set(__self__, "should_deallocate", should_deallocate)
|
|
3049
3580
|
if ttl_in_hours is not None:
|
|
3050
3581
|
pulumi.set(__self__, "ttl_in_hours", ttl_in_hours)
|
|
3051
3582
|
|
|
3052
|
-
@property
|
|
3583
|
+
@_builtins.property
|
|
3053
3584
|
@pulumi.getter(name="dataDiskName")
|
|
3054
|
-
def data_disk_name(self) -> str:
|
|
3585
|
+
def data_disk_name(self) -> _builtins.str:
|
|
3055
3586
|
return pulumi.get(self, "data_disk_name")
|
|
3056
3587
|
|
|
3057
|
-
@property
|
|
3588
|
+
@_builtins.property
|
|
3058
3589
|
@pulumi.getter(name="dataDiskResourceGroupName")
|
|
3059
|
-
def data_disk_resource_group_name(self) -> str:
|
|
3590
|
+
def data_disk_resource_group_name(self) -> _builtins.str:
|
|
3060
3591
|
return pulumi.get(self, "data_disk_resource_group_name")
|
|
3061
3592
|
|
|
3062
|
-
@property
|
|
3593
|
+
@_builtins.property
|
|
3063
3594
|
@pulumi.getter(name="shouldDeallocate")
|
|
3064
|
-
def should_deallocate(self) -> bool:
|
|
3595
|
+
def should_deallocate(self) -> _builtins.bool:
|
|
3065
3596
|
return pulumi.get(self, "should_deallocate")
|
|
3066
3597
|
|
|
3067
|
-
@property
|
|
3598
|
+
@_builtins.property
|
|
3068
3599
|
@pulumi.getter(name="ttlInHours")
|
|
3069
|
-
def ttl_in_hours(self) -> Optional[int]:
|
|
3600
|
+
def ttl_in_hours(self) -> Optional[_builtins.int]:
|
|
3070
3601
|
return pulumi.get(self, "ttl_in_hours")
|
|
3071
3602
|
|
|
3072
3603
|
|
|
@@ -3096,13 +3627,13 @@ class StatefulNodeAzureExtension(dict):
|
|
|
3096
3627
|
return super().get(key, default)
|
|
3097
3628
|
|
|
3098
3629
|
def __init__(__self__, *,
|
|
3099
|
-
api_version: str,
|
|
3100
|
-
minor_version_auto_upgrade: bool,
|
|
3101
|
-
name: str,
|
|
3102
|
-
publisher: str,
|
|
3103
|
-
type: str,
|
|
3104
|
-
protected_settings: Optional[Mapping[str, str]] = None,
|
|
3105
|
-
public_settings: Optional[Mapping[str, str]] = None):
|
|
3630
|
+
api_version: _builtins.str,
|
|
3631
|
+
minor_version_auto_upgrade: _builtins.bool,
|
|
3632
|
+
name: _builtins.str,
|
|
3633
|
+
publisher: _builtins.str,
|
|
3634
|
+
type: _builtins.str,
|
|
3635
|
+
protected_settings: Optional[Mapping[str, _builtins.str]] = None,
|
|
3636
|
+
public_settings: Optional[Mapping[str, _builtins.str]] = None):
|
|
3106
3637
|
pulumi.set(__self__, "api_version", api_version)
|
|
3107
3638
|
pulumi.set(__self__, "minor_version_auto_upgrade", minor_version_auto_upgrade)
|
|
3108
3639
|
pulumi.set(__self__, "name", name)
|
|
@@ -3113,39 +3644,39 @@ class StatefulNodeAzureExtension(dict):
|
|
|
3113
3644
|
if public_settings is not None:
|
|
3114
3645
|
pulumi.set(__self__, "public_settings", public_settings)
|
|
3115
3646
|
|
|
3116
|
-
@property
|
|
3647
|
+
@_builtins.property
|
|
3117
3648
|
@pulumi.getter(name="apiVersion")
|
|
3118
|
-
def api_version(self) -> str:
|
|
3649
|
+
def api_version(self) -> _builtins.str:
|
|
3119
3650
|
return pulumi.get(self, "api_version")
|
|
3120
3651
|
|
|
3121
|
-
@property
|
|
3652
|
+
@_builtins.property
|
|
3122
3653
|
@pulumi.getter(name="minorVersionAutoUpgrade")
|
|
3123
|
-
def minor_version_auto_upgrade(self) -> bool:
|
|
3654
|
+
def minor_version_auto_upgrade(self) -> _builtins.bool:
|
|
3124
3655
|
return pulumi.get(self, "minor_version_auto_upgrade")
|
|
3125
3656
|
|
|
3126
|
-
@property
|
|
3657
|
+
@_builtins.property
|
|
3127
3658
|
@pulumi.getter
|
|
3128
|
-
def name(self) -> str:
|
|
3659
|
+
def name(self) -> _builtins.str:
|
|
3129
3660
|
return pulumi.get(self, "name")
|
|
3130
3661
|
|
|
3131
|
-
@property
|
|
3662
|
+
@_builtins.property
|
|
3132
3663
|
@pulumi.getter
|
|
3133
|
-
def publisher(self) -> str:
|
|
3664
|
+
def publisher(self) -> _builtins.str:
|
|
3134
3665
|
return pulumi.get(self, "publisher")
|
|
3135
3666
|
|
|
3136
|
-
@property
|
|
3667
|
+
@_builtins.property
|
|
3137
3668
|
@pulumi.getter
|
|
3138
|
-
def type(self) -> str:
|
|
3669
|
+
def type(self) -> _builtins.str:
|
|
3139
3670
|
return pulumi.get(self, "type")
|
|
3140
3671
|
|
|
3141
|
-
@property
|
|
3672
|
+
@_builtins.property
|
|
3142
3673
|
@pulumi.getter(name="protectedSettings")
|
|
3143
|
-
def protected_settings(self) -> Optional[Mapping[str, str]]:
|
|
3674
|
+
def protected_settings(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
3144
3675
|
return pulumi.get(self, "protected_settings")
|
|
3145
3676
|
|
|
3146
|
-
@property
|
|
3677
|
+
@_builtins.property
|
|
3147
3678
|
@pulumi.getter(name="publicSettings")
|
|
3148
|
-
def public_settings(self) -> Optional[Mapping[str, str]]:
|
|
3679
|
+
def public_settings(self) -> Optional[Mapping[str, _builtins.str]]:
|
|
3149
3680
|
return pulumi.get(self, "public_settings")
|
|
3150
3681
|
|
|
3151
3682
|
|
|
@@ -3175,10 +3706,10 @@ class StatefulNodeAzureHealth(dict):
|
|
|
3175
3706
|
return super().get(key, default)
|
|
3176
3707
|
|
|
3177
3708
|
def __init__(__self__, *,
|
|
3178
|
-
auto_healing: bool,
|
|
3179
|
-
health_check_types: Sequence[str],
|
|
3180
|
-
grace_period: Optional[int] = None,
|
|
3181
|
-
unhealthy_duration: Optional[int] = None):
|
|
3709
|
+
auto_healing: _builtins.bool,
|
|
3710
|
+
health_check_types: Sequence[_builtins.str],
|
|
3711
|
+
grace_period: Optional[_builtins.int] = None,
|
|
3712
|
+
unhealthy_duration: Optional[_builtins.int] = None):
|
|
3182
3713
|
pulumi.set(__self__, "auto_healing", auto_healing)
|
|
3183
3714
|
pulumi.set(__self__, "health_check_types", health_check_types)
|
|
3184
3715
|
if grace_period is not None:
|
|
@@ -3186,24 +3717,24 @@ class StatefulNodeAzureHealth(dict):
|
|
|
3186
3717
|
if unhealthy_duration is not None:
|
|
3187
3718
|
pulumi.set(__self__, "unhealthy_duration", unhealthy_duration)
|
|
3188
3719
|
|
|
3189
|
-
@property
|
|
3720
|
+
@_builtins.property
|
|
3190
3721
|
@pulumi.getter(name="autoHealing")
|
|
3191
|
-
def auto_healing(self) -> bool:
|
|
3722
|
+
def auto_healing(self) -> _builtins.bool:
|
|
3192
3723
|
return pulumi.get(self, "auto_healing")
|
|
3193
3724
|
|
|
3194
|
-
@property
|
|
3725
|
+
@_builtins.property
|
|
3195
3726
|
@pulumi.getter(name="healthCheckTypes")
|
|
3196
|
-
def health_check_types(self) -> Sequence[str]:
|
|
3727
|
+
def health_check_types(self) -> Sequence[_builtins.str]:
|
|
3197
3728
|
return pulumi.get(self, "health_check_types")
|
|
3198
3729
|
|
|
3199
|
-
@property
|
|
3730
|
+
@_builtins.property
|
|
3200
3731
|
@pulumi.getter(name="gracePeriod")
|
|
3201
|
-
def grace_period(self) -> Optional[int]:
|
|
3732
|
+
def grace_period(self) -> Optional[_builtins.int]:
|
|
3202
3733
|
return pulumi.get(self, "grace_period")
|
|
3203
3734
|
|
|
3204
|
-
@property
|
|
3735
|
+
@_builtins.property
|
|
3205
3736
|
@pulumi.getter(name="unhealthyDuration")
|
|
3206
|
-
def unhealthy_duration(self) -> Optional[int]:
|
|
3737
|
+
def unhealthy_duration(self) -> Optional[_builtins.int]:
|
|
3207
3738
|
return pulumi.get(self, "unhealthy_duration")
|
|
3208
3739
|
|
|
3209
3740
|
|
|
@@ -3239,17 +3770,17 @@ class StatefulNodeAzureImage(dict):
|
|
|
3239
3770
|
if marketplace_images is not None:
|
|
3240
3771
|
pulumi.set(__self__, "marketplace_images", marketplace_images)
|
|
3241
3772
|
|
|
3242
|
-
@property
|
|
3773
|
+
@_builtins.property
|
|
3243
3774
|
@pulumi.getter(name="customImages")
|
|
3244
3775
|
def custom_images(self) -> Optional[Sequence['outputs.StatefulNodeAzureImageCustomImage']]:
|
|
3245
3776
|
return pulumi.get(self, "custom_images")
|
|
3246
3777
|
|
|
3247
|
-
@property
|
|
3778
|
+
@_builtins.property
|
|
3248
3779
|
@pulumi.getter
|
|
3249
3780
|
def galleries(self) -> Optional[Sequence['outputs.StatefulNodeAzureImageGallery']]:
|
|
3250
3781
|
return pulumi.get(self, "galleries")
|
|
3251
3782
|
|
|
3252
|
-
@property
|
|
3783
|
+
@_builtins.property
|
|
3253
3784
|
@pulumi.getter(name="marketplaceImages")
|
|
3254
3785
|
def marketplace_images(self) -> Optional[Sequence['outputs.StatefulNodeAzureImageMarketplaceImage']]:
|
|
3255
3786
|
return pulumi.get(self, "marketplace_images")
|
|
@@ -3275,19 +3806,19 @@ class StatefulNodeAzureImageCustomImage(dict):
|
|
|
3275
3806
|
return super().get(key, default)
|
|
3276
3807
|
|
|
3277
3808
|
def __init__(__self__, *,
|
|
3278
|
-
custom_image_resource_group_name: str,
|
|
3279
|
-
name: str):
|
|
3809
|
+
custom_image_resource_group_name: _builtins.str,
|
|
3810
|
+
name: _builtins.str):
|
|
3280
3811
|
pulumi.set(__self__, "custom_image_resource_group_name", custom_image_resource_group_name)
|
|
3281
3812
|
pulumi.set(__self__, "name", name)
|
|
3282
3813
|
|
|
3283
|
-
@property
|
|
3814
|
+
@_builtins.property
|
|
3284
3815
|
@pulumi.getter(name="customImageResourceGroupName")
|
|
3285
|
-
def custom_image_resource_group_name(self) -> str:
|
|
3816
|
+
def custom_image_resource_group_name(self) -> _builtins.str:
|
|
3286
3817
|
return pulumi.get(self, "custom_image_resource_group_name")
|
|
3287
3818
|
|
|
3288
|
-
@property
|
|
3819
|
+
@_builtins.property
|
|
3289
3820
|
@pulumi.getter
|
|
3290
|
-
def name(self) -> str:
|
|
3821
|
+
def name(self) -> _builtins.str:
|
|
3291
3822
|
return pulumi.get(self, "name")
|
|
3292
3823
|
|
|
3293
3824
|
|
|
@@ -3319,11 +3850,11 @@ class StatefulNodeAzureImageGallery(dict):
|
|
|
3319
3850
|
return super().get(key, default)
|
|
3320
3851
|
|
|
3321
3852
|
def __init__(__self__, *,
|
|
3322
|
-
gallery_name: str,
|
|
3323
|
-
gallery_resource_group_name: str,
|
|
3324
|
-
image_name: str,
|
|
3325
|
-
version_name: str,
|
|
3326
|
-
spot_account_id: Optional[str] = None):
|
|
3853
|
+
gallery_name: _builtins.str,
|
|
3854
|
+
gallery_resource_group_name: _builtins.str,
|
|
3855
|
+
image_name: _builtins.str,
|
|
3856
|
+
version_name: _builtins.str,
|
|
3857
|
+
spot_account_id: Optional[_builtins.str] = None):
|
|
3327
3858
|
pulumi.set(__self__, "gallery_name", gallery_name)
|
|
3328
3859
|
pulumi.set(__self__, "gallery_resource_group_name", gallery_resource_group_name)
|
|
3329
3860
|
pulumi.set(__self__, "image_name", image_name)
|
|
@@ -3331,62 +3862,62 @@ class StatefulNodeAzureImageGallery(dict):
|
|
|
3331
3862
|
if spot_account_id is not None:
|
|
3332
3863
|
pulumi.set(__self__, "spot_account_id", spot_account_id)
|
|
3333
3864
|
|
|
3334
|
-
@property
|
|
3865
|
+
@_builtins.property
|
|
3335
3866
|
@pulumi.getter(name="galleryName")
|
|
3336
|
-
def gallery_name(self) -> str:
|
|
3867
|
+
def gallery_name(self) -> _builtins.str:
|
|
3337
3868
|
return pulumi.get(self, "gallery_name")
|
|
3338
3869
|
|
|
3339
|
-
@property
|
|
3870
|
+
@_builtins.property
|
|
3340
3871
|
@pulumi.getter(name="galleryResourceGroupName")
|
|
3341
|
-
def gallery_resource_group_name(self) -> str:
|
|
3872
|
+
def gallery_resource_group_name(self) -> _builtins.str:
|
|
3342
3873
|
return pulumi.get(self, "gallery_resource_group_name")
|
|
3343
3874
|
|
|
3344
|
-
@property
|
|
3875
|
+
@_builtins.property
|
|
3345
3876
|
@pulumi.getter(name="imageName")
|
|
3346
|
-
def image_name(self) -> str:
|
|
3877
|
+
def image_name(self) -> _builtins.str:
|
|
3347
3878
|
return pulumi.get(self, "image_name")
|
|
3348
3879
|
|
|
3349
|
-
@property
|
|
3880
|
+
@_builtins.property
|
|
3350
3881
|
@pulumi.getter(name="versionName")
|
|
3351
|
-
def version_name(self) -> str:
|
|
3882
|
+
def version_name(self) -> _builtins.str:
|
|
3352
3883
|
return pulumi.get(self, "version_name")
|
|
3353
3884
|
|
|
3354
|
-
@property
|
|
3885
|
+
@_builtins.property
|
|
3355
3886
|
@pulumi.getter(name="spotAccountId")
|
|
3356
|
-
def spot_account_id(self) -> Optional[str]:
|
|
3887
|
+
def spot_account_id(self) -> Optional[_builtins.str]:
|
|
3357
3888
|
return pulumi.get(self, "spot_account_id")
|
|
3358
3889
|
|
|
3359
3890
|
|
|
3360
3891
|
@pulumi.output_type
|
|
3361
3892
|
class StatefulNodeAzureImageMarketplaceImage(dict):
|
|
3362
3893
|
def __init__(__self__, *,
|
|
3363
|
-
offer: str,
|
|
3364
|
-
publisher: str,
|
|
3365
|
-
sku: str,
|
|
3366
|
-
version: str):
|
|
3894
|
+
offer: _builtins.str,
|
|
3895
|
+
publisher: _builtins.str,
|
|
3896
|
+
sku: _builtins.str,
|
|
3897
|
+
version: _builtins.str):
|
|
3367
3898
|
pulumi.set(__self__, "offer", offer)
|
|
3368
3899
|
pulumi.set(__self__, "publisher", publisher)
|
|
3369
3900
|
pulumi.set(__self__, "sku", sku)
|
|
3370
3901
|
pulumi.set(__self__, "version", version)
|
|
3371
3902
|
|
|
3372
|
-
@property
|
|
3903
|
+
@_builtins.property
|
|
3373
3904
|
@pulumi.getter
|
|
3374
|
-
def offer(self) -> str:
|
|
3905
|
+
def offer(self) -> _builtins.str:
|
|
3375
3906
|
return pulumi.get(self, "offer")
|
|
3376
3907
|
|
|
3377
|
-
@property
|
|
3908
|
+
@_builtins.property
|
|
3378
3909
|
@pulumi.getter
|
|
3379
|
-
def publisher(self) -> str:
|
|
3910
|
+
def publisher(self) -> _builtins.str:
|
|
3380
3911
|
return pulumi.get(self, "publisher")
|
|
3381
3912
|
|
|
3382
|
-
@property
|
|
3913
|
+
@_builtins.property
|
|
3383
3914
|
@pulumi.getter
|
|
3384
|
-
def sku(self) -> str:
|
|
3915
|
+
def sku(self) -> _builtins.str:
|
|
3385
3916
|
return pulumi.get(self, "sku")
|
|
3386
3917
|
|
|
3387
|
-
@property
|
|
3918
|
+
@_builtins.property
|
|
3388
3919
|
@pulumi.getter
|
|
3389
|
-
def version(self) -> str:
|
|
3920
|
+
def version(self) -> _builtins.str:
|
|
3390
3921
|
return pulumi.get(self, "version")
|
|
3391
3922
|
|
|
3392
3923
|
|
|
@@ -3416,10 +3947,10 @@ class StatefulNodeAzureImportVm(dict):
|
|
|
3416
3947
|
return super().get(key, default)
|
|
3417
3948
|
|
|
3418
3949
|
def __init__(__self__, *,
|
|
3419
|
-
original_vm_name: str,
|
|
3420
|
-
resource_group_name: str,
|
|
3421
|
-
draining_timeout: Optional[int] = None,
|
|
3422
|
-
resources_retention_time: Optional[int] = None):
|
|
3950
|
+
original_vm_name: _builtins.str,
|
|
3951
|
+
resource_group_name: _builtins.str,
|
|
3952
|
+
draining_timeout: Optional[_builtins.int] = None,
|
|
3953
|
+
resources_retention_time: Optional[_builtins.int] = None):
|
|
3423
3954
|
pulumi.set(__self__, "original_vm_name", original_vm_name)
|
|
3424
3955
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
3425
3956
|
if draining_timeout is not None:
|
|
@@ -3427,24 +3958,24 @@ class StatefulNodeAzureImportVm(dict):
|
|
|
3427
3958
|
if resources_retention_time is not None:
|
|
3428
3959
|
pulumi.set(__self__, "resources_retention_time", resources_retention_time)
|
|
3429
3960
|
|
|
3430
|
-
@property
|
|
3961
|
+
@_builtins.property
|
|
3431
3962
|
@pulumi.getter(name="originalVmName")
|
|
3432
|
-
def original_vm_name(self) -> str:
|
|
3963
|
+
def original_vm_name(self) -> _builtins.str:
|
|
3433
3964
|
return pulumi.get(self, "original_vm_name")
|
|
3434
3965
|
|
|
3435
|
-
@property
|
|
3966
|
+
@_builtins.property
|
|
3436
3967
|
@pulumi.getter(name="resourceGroupName")
|
|
3437
|
-
def resource_group_name(self) -> str:
|
|
3968
|
+
def resource_group_name(self) -> _builtins.str:
|
|
3438
3969
|
return pulumi.get(self, "resource_group_name")
|
|
3439
3970
|
|
|
3440
|
-
@property
|
|
3971
|
+
@_builtins.property
|
|
3441
3972
|
@pulumi.getter(name="drainingTimeout")
|
|
3442
|
-
def draining_timeout(self) -> Optional[int]:
|
|
3973
|
+
def draining_timeout(self) -> Optional[_builtins.int]:
|
|
3443
3974
|
return pulumi.get(self, "draining_timeout")
|
|
3444
3975
|
|
|
3445
|
-
@property
|
|
3976
|
+
@_builtins.property
|
|
3446
3977
|
@pulumi.getter(name="resourcesRetentionTime")
|
|
3447
|
-
def resources_retention_time(self) -> Optional[int]:
|
|
3978
|
+
def resources_retention_time(self) -> Optional[_builtins.int]:
|
|
3448
3979
|
return pulumi.get(self, "resources_retention_time")
|
|
3449
3980
|
|
|
3450
3981
|
|
|
@@ -3470,11 +4001,11 @@ class StatefulNodeAzureLoadBalancer(dict):
|
|
|
3470
4001
|
return super().get(key, default)
|
|
3471
4002
|
|
|
3472
4003
|
def __init__(__self__, *,
|
|
3473
|
-
backend_pool_names: Sequence[str],
|
|
3474
|
-
name: str,
|
|
3475
|
-
resource_group_name: str,
|
|
3476
|
-
type: str,
|
|
3477
|
-
sku: Optional[str] = None):
|
|
4004
|
+
backend_pool_names: Sequence[_builtins.str],
|
|
4005
|
+
name: _builtins.str,
|
|
4006
|
+
resource_group_name: _builtins.str,
|
|
4007
|
+
type: _builtins.str,
|
|
4008
|
+
sku: Optional[_builtins.str] = None):
|
|
3478
4009
|
pulumi.set(__self__, "backend_pool_names", backend_pool_names)
|
|
3479
4010
|
pulumi.set(__self__, "name", name)
|
|
3480
4011
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
@@ -3482,29 +4013,29 @@ class StatefulNodeAzureLoadBalancer(dict):
|
|
|
3482
4013
|
if sku is not None:
|
|
3483
4014
|
pulumi.set(__self__, "sku", sku)
|
|
3484
4015
|
|
|
3485
|
-
@property
|
|
4016
|
+
@_builtins.property
|
|
3486
4017
|
@pulumi.getter(name="backendPoolNames")
|
|
3487
|
-
def backend_pool_names(self) -> Sequence[str]:
|
|
4018
|
+
def backend_pool_names(self) -> Sequence[_builtins.str]:
|
|
3488
4019
|
return pulumi.get(self, "backend_pool_names")
|
|
3489
4020
|
|
|
3490
|
-
@property
|
|
4021
|
+
@_builtins.property
|
|
3491
4022
|
@pulumi.getter
|
|
3492
|
-
def name(self) -> str:
|
|
4023
|
+
def name(self) -> _builtins.str:
|
|
3493
4024
|
return pulumi.get(self, "name")
|
|
3494
4025
|
|
|
3495
|
-
@property
|
|
4026
|
+
@_builtins.property
|
|
3496
4027
|
@pulumi.getter(name="resourceGroupName")
|
|
3497
|
-
def resource_group_name(self) -> str:
|
|
4028
|
+
def resource_group_name(self) -> _builtins.str:
|
|
3498
4029
|
return pulumi.get(self, "resource_group_name")
|
|
3499
4030
|
|
|
3500
|
-
@property
|
|
4031
|
+
@_builtins.property
|
|
3501
4032
|
@pulumi.getter
|
|
3502
|
-
def type(self) -> str:
|
|
4033
|
+
def type(self) -> _builtins.str:
|
|
3503
4034
|
return pulumi.get(self, "type")
|
|
3504
4035
|
|
|
3505
|
-
@property
|
|
4036
|
+
@_builtins.property
|
|
3506
4037
|
@pulumi.getter
|
|
3507
|
-
def sku(self) -> Optional[str]:
|
|
4038
|
+
def sku(self) -> Optional[_builtins.str]:
|
|
3508
4039
|
return pulumi.get(self, "sku")
|
|
3509
4040
|
|
|
3510
4041
|
|
|
@@ -3530,28 +4061,28 @@ class StatefulNodeAzureLogin(dict):
|
|
|
3530
4061
|
return super().get(key, default)
|
|
3531
4062
|
|
|
3532
4063
|
def __init__(__self__, *,
|
|
3533
|
-
user_name: str,
|
|
3534
|
-
password: Optional[str] = None,
|
|
3535
|
-
ssh_public_key: Optional[str] = None):
|
|
4064
|
+
user_name: _builtins.str,
|
|
4065
|
+
password: Optional[_builtins.str] = None,
|
|
4066
|
+
ssh_public_key: Optional[_builtins.str] = None):
|
|
3536
4067
|
pulumi.set(__self__, "user_name", user_name)
|
|
3537
4068
|
if password is not None:
|
|
3538
4069
|
pulumi.set(__self__, "password", password)
|
|
3539
4070
|
if ssh_public_key is not None:
|
|
3540
4071
|
pulumi.set(__self__, "ssh_public_key", ssh_public_key)
|
|
3541
4072
|
|
|
3542
|
-
@property
|
|
4073
|
+
@_builtins.property
|
|
3543
4074
|
@pulumi.getter(name="userName")
|
|
3544
|
-
def user_name(self) -> str:
|
|
4075
|
+
def user_name(self) -> _builtins.str:
|
|
3545
4076
|
return pulumi.get(self, "user_name")
|
|
3546
4077
|
|
|
3547
|
-
@property
|
|
4078
|
+
@_builtins.property
|
|
3548
4079
|
@pulumi.getter
|
|
3549
|
-
def password(self) -> Optional[str]:
|
|
4080
|
+
def password(self) -> Optional[_builtins.str]:
|
|
3550
4081
|
return pulumi.get(self, "password")
|
|
3551
4082
|
|
|
3552
|
-
@property
|
|
4083
|
+
@_builtins.property
|
|
3553
4084
|
@pulumi.getter(name="sshPublicKey")
|
|
3554
|
-
def ssh_public_key(self) -> Optional[str]:
|
|
4085
|
+
def ssh_public_key(self) -> Optional[_builtins.str]:
|
|
3555
4086
|
return pulumi.get(self, "ssh_public_key")
|
|
3556
4087
|
|
|
3557
4088
|
|
|
@@ -3562,6 +4093,8 @@ class StatefulNodeAzureManagedServiceIdentity(dict):
|
|
|
3562
4093
|
suggest = None
|
|
3563
4094
|
if key == "resourceGroupName":
|
|
3564
4095
|
suggest = "resource_group_name"
|
|
4096
|
+
elif key == "subscriptionId":
|
|
4097
|
+
suggest = "subscription_id"
|
|
3565
4098
|
|
|
3566
4099
|
if suggest:
|
|
3567
4100
|
pulumi.log.warn(f"Key '{key}' not found in StatefulNodeAzureManagedServiceIdentity. Access the value via the '{suggest}' property getter instead.")
|
|
@@ -3575,21 +4108,29 @@ class StatefulNodeAzureManagedServiceIdentity(dict):
|
|
|
3575
4108
|
return super().get(key, default)
|
|
3576
4109
|
|
|
3577
4110
|
def __init__(__self__, *,
|
|
3578
|
-
name: str,
|
|
3579
|
-
resource_group_name: str
|
|
4111
|
+
name: _builtins.str,
|
|
4112
|
+
resource_group_name: _builtins.str,
|
|
4113
|
+
subscription_id: Optional[_builtins.str] = None):
|
|
3580
4114
|
pulumi.set(__self__, "name", name)
|
|
3581
4115
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
4116
|
+
if subscription_id is not None:
|
|
4117
|
+
pulumi.set(__self__, "subscription_id", subscription_id)
|
|
3582
4118
|
|
|
3583
|
-
@property
|
|
4119
|
+
@_builtins.property
|
|
3584
4120
|
@pulumi.getter
|
|
3585
|
-
def name(self) -> str:
|
|
4121
|
+
def name(self) -> _builtins.str:
|
|
3586
4122
|
return pulumi.get(self, "name")
|
|
3587
4123
|
|
|
3588
|
-
@property
|
|
4124
|
+
@_builtins.property
|
|
3589
4125
|
@pulumi.getter(name="resourceGroupName")
|
|
3590
|
-
def resource_group_name(self) -> str:
|
|
4126
|
+
def resource_group_name(self) -> _builtins.str:
|
|
3591
4127
|
return pulumi.get(self, "resource_group_name")
|
|
3592
4128
|
|
|
4129
|
+
@_builtins.property
|
|
4130
|
+
@pulumi.getter(name="subscriptionId")
|
|
4131
|
+
def subscription_id(self) -> Optional[_builtins.str]:
|
|
4132
|
+
return pulumi.get(self, "subscription_id")
|
|
4133
|
+
|
|
3593
4134
|
|
|
3594
4135
|
@pulumi.output_type
|
|
3595
4136
|
class StatefulNodeAzureNetwork(dict):
|
|
@@ -3616,25 +4157,25 @@ class StatefulNodeAzureNetwork(dict):
|
|
|
3616
4157
|
|
|
3617
4158
|
def __init__(__self__, *,
|
|
3618
4159
|
network_interfaces: Sequence['outputs.StatefulNodeAzureNetworkNetworkInterface'],
|
|
3619
|
-
network_resource_group_name: str,
|
|
3620
|
-
virtual_network_name: str):
|
|
4160
|
+
network_resource_group_name: _builtins.str,
|
|
4161
|
+
virtual_network_name: _builtins.str):
|
|
3621
4162
|
pulumi.set(__self__, "network_interfaces", network_interfaces)
|
|
3622
4163
|
pulumi.set(__self__, "network_resource_group_name", network_resource_group_name)
|
|
3623
4164
|
pulumi.set(__self__, "virtual_network_name", virtual_network_name)
|
|
3624
4165
|
|
|
3625
|
-
@property
|
|
4166
|
+
@_builtins.property
|
|
3626
4167
|
@pulumi.getter(name="networkInterfaces")
|
|
3627
4168
|
def network_interfaces(self) -> Sequence['outputs.StatefulNodeAzureNetworkNetworkInterface']:
|
|
3628
4169
|
return pulumi.get(self, "network_interfaces")
|
|
3629
4170
|
|
|
3630
|
-
@property
|
|
4171
|
+
@_builtins.property
|
|
3631
4172
|
@pulumi.getter(name="networkResourceGroupName")
|
|
3632
|
-
def network_resource_group_name(self) -> str:
|
|
4173
|
+
def network_resource_group_name(self) -> _builtins.str:
|
|
3633
4174
|
return pulumi.get(self, "network_resource_group_name")
|
|
3634
4175
|
|
|
3635
|
-
@property
|
|
4176
|
+
@_builtins.property
|
|
3636
4177
|
@pulumi.getter(name="virtualNetworkName")
|
|
3637
|
-
def virtual_network_name(self) -> str:
|
|
4178
|
+
def virtual_network_name(self) -> _builtins.str:
|
|
3638
4179
|
return pulumi.get(self, "virtual_network_name")
|
|
3639
4180
|
|
|
3640
4181
|
|
|
@@ -3676,15 +4217,15 @@ class StatefulNodeAzureNetworkNetworkInterface(dict):
|
|
|
3676
4217
|
return super().get(key, default)
|
|
3677
4218
|
|
|
3678
4219
|
def __init__(__self__, *,
|
|
3679
|
-
is_primary: bool,
|
|
3680
|
-
subnet_name: str,
|
|
4220
|
+
is_primary: _builtins.bool,
|
|
4221
|
+
subnet_name: _builtins.str,
|
|
3681
4222
|
additional_ip_configurations: Optional[Sequence['outputs.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfiguration']] = None,
|
|
3682
4223
|
application_security_groups: Optional[Sequence['outputs.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroup']] = None,
|
|
3683
|
-
assign_public_ip: Optional[bool] = None,
|
|
3684
|
-
enable_ip_forwarding: Optional[bool] = None,
|
|
4224
|
+
assign_public_ip: Optional[_builtins.bool] = None,
|
|
4225
|
+
enable_ip_forwarding: Optional[_builtins.bool] = None,
|
|
3685
4226
|
network_security_groups: Optional[Sequence['outputs.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup']] = None,
|
|
3686
|
-
private_ip_addresses: Optional[Sequence[str]] = None,
|
|
3687
|
-
public_ip_sku: Optional[str] = None,
|
|
4227
|
+
private_ip_addresses: Optional[Sequence[_builtins.str]] = None,
|
|
4228
|
+
public_ip_sku: Optional[_builtins.str] = None,
|
|
3688
4229
|
public_ips: Optional[Sequence['outputs.StatefulNodeAzureNetworkNetworkInterfacePublicIp']] = None):
|
|
3689
4230
|
pulumi.set(__self__, "is_primary", is_primary)
|
|
3690
4231
|
pulumi.set(__self__, "subnet_name", subnet_name)
|
|
@@ -3705,52 +4246,52 @@ class StatefulNodeAzureNetworkNetworkInterface(dict):
|
|
|
3705
4246
|
if public_ips is not None:
|
|
3706
4247
|
pulumi.set(__self__, "public_ips", public_ips)
|
|
3707
4248
|
|
|
3708
|
-
@property
|
|
4249
|
+
@_builtins.property
|
|
3709
4250
|
@pulumi.getter(name="isPrimary")
|
|
3710
|
-
def is_primary(self) -> bool:
|
|
4251
|
+
def is_primary(self) -> _builtins.bool:
|
|
3711
4252
|
return pulumi.get(self, "is_primary")
|
|
3712
4253
|
|
|
3713
|
-
@property
|
|
4254
|
+
@_builtins.property
|
|
3714
4255
|
@pulumi.getter(name="subnetName")
|
|
3715
|
-
def subnet_name(self) -> str:
|
|
4256
|
+
def subnet_name(self) -> _builtins.str:
|
|
3716
4257
|
return pulumi.get(self, "subnet_name")
|
|
3717
4258
|
|
|
3718
|
-
@property
|
|
4259
|
+
@_builtins.property
|
|
3719
4260
|
@pulumi.getter(name="additionalIpConfigurations")
|
|
3720
4261
|
def additional_ip_configurations(self) -> Optional[Sequence['outputs.StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfiguration']]:
|
|
3721
4262
|
return pulumi.get(self, "additional_ip_configurations")
|
|
3722
4263
|
|
|
3723
|
-
@property
|
|
4264
|
+
@_builtins.property
|
|
3724
4265
|
@pulumi.getter(name="applicationSecurityGroups")
|
|
3725
4266
|
def application_security_groups(self) -> Optional[Sequence['outputs.StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroup']]:
|
|
3726
4267
|
return pulumi.get(self, "application_security_groups")
|
|
3727
4268
|
|
|
3728
|
-
@property
|
|
4269
|
+
@_builtins.property
|
|
3729
4270
|
@pulumi.getter(name="assignPublicIp")
|
|
3730
|
-
def assign_public_ip(self) -> Optional[bool]:
|
|
4271
|
+
def assign_public_ip(self) -> Optional[_builtins.bool]:
|
|
3731
4272
|
return pulumi.get(self, "assign_public_ip")
|
|
3732
4273
|
|
|
3733
|
-
@property
|
|
4274
|
+
@_builtins.property
|
|
3734
4275
|
@pulumi.getter(name="enableIpForwarding")
|
|
3735
|
-
def enable_ip_forwarding(self) -> Optional[bool]:
|
|
4276
|
+
def enable_ip_forwarding(self) -> Optional[_builtins.bool]:
|
|
3736
4277
|
return pulumi.get(self, "enable_ip_forwarding")
|
|
3737
4278
|
|
|
3738
|
-
@property
|
|
4279
|
+
@_builtins.property
|
|
3739
4280
|
@pulumi.getter(name="networkSecurityGroups")
|
|
3740
4281
|
def network_security_groups(self) -> Optional[Sequence['outputs.StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup']]:
|
|
3741
4282
|
return pulumi.get(self, "network_security_groups")
|
|
3742
4283
|
|
|
3743
|
-
@property
|
|
4284
|
+
@_builtins.property
|
|
3744
4285
|
@pulumi.getter(name="privateIpAddresses")
|
|
3745
|
-
def private_ip_addresses(self) -> Optional[Sequence[str]]:
|
|
4286
|
+
def private_ip_addresses(self) -> Optional[Sequence[_builtins.str]]:
|
|
3746
4287
|
return pulumi.get(self, "private_ip_addresses")
|
|
3747
4288
|
|
|
3748
|
-
@property
|
|
4289
|
+
@_builtins.property
|
|
3749
4290
|
@pulumi.getter(name="publicIpSku")
|
|
3750
|
-
def public_ip_sku(self) -> Optional[str]:
|
|
4291
|
+
def public_ip_sku(self) -> Optional[_builtins.str]:
|
|
3751
4292
|
return pulumi.get(self, "public_ip_sku")
|
|
3752
4293
|
|
|
3753
|
-
@property
|
|
4294
|
+
@_builtins.property
|
|
3754
4295
|
@pulumi.getter(name="publicIps")
|
|
3755
4296
|
def public_ips(self) -> Optional[Sequence['outputs.StatefulNodeAzureNetworkNetworkInterfacePublicIp']]:
|
|
3756
4297
|
return pulumi.get(self, "public_ips")
|
|
@@ -3776,19 +4317,19 @@ class StatefulNodeAzureNetworkNetworkInterfaceAdditionalIpConfiguration(dict):
|
|
|
3776
4317
|
return super().get(key, default)
|
|
3777
4318
|
|
|
3778
4319
|
def __init__(__self__, *,
|
|
3779
|
-
name: str,
|
|
3780
|
-
private_ip_address_version: str):
|
|
4320
|
+
name: _builtins.str,
|
|
4321
|
+
private_ip_address_version: _builtins.str):
|
|
3781
4322
|
pulumi.set(__self__, "name", name)
|
|
3782
4323
|
pulumi.set(__self__, "private_ip_address_version", private_ip_address_version)
|
|
3783
4324
|
|
|
3784
|
-
@property
|
|
4325
|
+
@_builtins.property
|
|
3785
4326
|
@pulumi.getter
|
|
3786
|
-
def name(self) -> str:
|
|
4327
|
+
def name(self) -> _builtins.str:
|
|
3787
4328
|
return pulumi.get(self, "name")
|
|
3788
4329
|
|
|
3789
|
-
@property
|
|
4330
|
+
@_builtins.property
|
|
3790
4331
|
@pulumi.getter(name="privateIpAddressVersion")
|
|
3791
|
-
def private_ip_address_version(self) -> str:
|
|
4332
|
+
def private_ip_address_version(self) -> _builtins.str:
|
|
3792
4333
|
return pulumi.get(self, "private_ip_address_version")
|
|
3793
4334
|
|
|
3794
4335
|
|
|
@@ -3812,19 +4353,19 @@ class StatefulNodeAzureNetworkNetworkInterfaceApplicationSecurityGroup(dict):
|
|
|
3812
4353
|
return super().get(key, default)
|
|
3813
4354
|
|
|
3814
4355
|
def __init__(__self__, *,
|
|
3815
|
-
name: str,
|
|
3816
|
-
network_resource_group_name: str):
|
|
4356
|
+
name: _builtins.str,
|
|
4357
|
+
network_resource_group_name: _builtins.str):
|
|
3817
4358
|
pulumi.set(__self__, "name", name)
|
|
3818
4359
|
pulumi.set(__self__, "network_resource_group_name", network_resource_group_name)
|
|
3819
4360
|
|
|
3820
|
-
@property
|
|
4361
|
+
@_builtins.property
|
|
3821
4362
|
@pulumi.getter
|
|
3822
|
-
def name(self) -> str:
|
|
4363
|
+
def name(self) -> _builtins.str:
|
|
3823
4364
|
return pulumi.get(self, "name")
|
|
3824
4365
|
|
|
3825
|
-
@property
|
|
4366
|
+
@_builtins.property
|
|
3826
4367
|
@pulumi.getter(name="networkResourceGroupName")
|
|
3827
|
-
def network_resource_group_name(self) -> str:
|
|
4368
|
+
def network_resource_group_name(self) -> _builtins.str:
|
|
3828
4369
|
return pulumi.get(self, "network_resource_group_name")
|
|
3829
4370
|
|
|
3830
4371
|
|
|
@@ -3848,21 +4389,21 @@ class StatefulNodeAzureNetworkNetworkInterfaceNetworkSecurityGroup(dict):
|
|
|
3848
4389
|
return super().get(key, default)
|
|
3849
4390
|
|
|
3850
4391
|
def __init__(__self__, *,
|
|
3851
|
-
name: Optional[str] = None,
|
|
3852
|
-
network_resource_group_name: Optional[str] = None):
|
|
4392
|
+
name: Optional[_builtins.str] = None,
|
|
4393
|
+
network_resource_group_name: Optional[_builtins.str] = None):
|
|
3853
4394
|
if name is not None:
|
|
3854
4395
|
pulumi.set(__self__, "name", name)
|
|
3855
4396
|
if network_resource_group_name is not None:
|
|
3856
4397
|
pulumi.set(__self__, "network_resource_group_name", network_resource_group_name)
|
|
3857
4398
|
|
|
3858
|
-
@property
|
|
4399
|
+
@_builtins.property
|
|
3859
4400
|
@pulumi.getter
|
|
3860
|
-
def name(self) -> Optional[str]:
|
|
4401
|
+
def name(self) -> Optional[_builtins.str]:
|
|
3861
4402
|
return pulumi.get(self, "name")
|
|
3862
4403
|
|
|
3863
|
-
@property
|
|
4404
|
+
@_builtins.property
|
|
3864
4405
|
@pulumi.getter(name="networkResourceGroupName")
|
|
3865
|
-
def network_resource_group_name(self) -> Optional[str]:
|
|
4406
|
+
def network_resource_group_name(self) -> Optional[_builtins.str]:
|
|
3866
4407
|
return pulumi.get(self, "network_resource_group_name")
|
|
3867
4408
|
|
|
3868
4409
|
|
|
@@ -3886,19 +4427,19 @@ class StatefulNodeAzureNetworkNetworkInterfacePublicIp(dict):
|
|
|
3886
4427
|
return super().get(key, default)
|
|
3887
4428
|
|
|
3888
4429
|
def __init__(__self__, *,
|
|
3889
|
-
name: str,
|
|
3890
|
-
network_resource_group_name: str):
|
|
4430
|
+
name: _builtins.str,
|
|
4431
|
+
network_resource_group_name: _builtins.str):
|
|
3891
4432
|
pulumi.set(__self__, "name", name)
|
|
3892
4433
|
pulumi.set(__self__, "network_resource_group_name", network_resource_group_name)
|
|
3893
4434
|
|
|
3894
|
-
@property
|
|
4435
|
+
@_builtins.property
|
|
3895
4436
|
@pulumi.getter
|
|
3896
|
-
def name(self) -> str:
|
|
4437
|
+
def name(self) -> _builtins.str:
|
|
3897
4438
|
return pulumi.get(self, "name")
|
|
3898
4439
|
|
|
3899
|
-
@property
|
|
4440
|
+
@_builtins.property
|
|
3900
4441
|
@pulumi.getter(name="networkResourceGroupName")
|
|
3901
|
-
def network_resource_group_name(self) -> str:
|
|
4442
|
+
def network_resource_group_name(self) -> _builtins.str:
|
|
3902
4443
|
return pulumi.get(self, "network_resource_group_name")
|
|
3903
4444
|
|
|
3904
4445
|
|
|
@@ -3922,28 +4463,28 @@ class StatefulNodeAzureOsDisk(dict):
|
|
|
3922
4463
|
return super().get(key, default)
|
|
3923
4464
|
|
|
3924
4465
|
def __init__(__self__, *,
|
|
3925
|
-
type: str,
|
|
3926
|
-
caching: Optional[str] = None,
|
|
3927
|
-
size_gb: Optional[int] = None):
|
|
4466
|
+
type: _builtins.str,
|
|
4467
|
+
caching: Optional[_builtins.str] = None,
|
|
4468
|
+
size_gb: Optional[_builtins.int] = None):
|
|
3928
4469
|
pulumi.set(__self__, "type", type)
|
|
3929
4470
|
if caching is not None:
|
|
3930
4471
|
pulumi.set(__self__, "caching", caching)
|
|
3931
4472
|
if size_gb is not None:
|
|
3932
4473
|
pulumi.set(__self__, "size_gb", size_gb)
|
|
3933
4474
|
|
|
3934
|
-
@property
|
|
4475
|
+
@_builtins.property
|
|
3935
4476
|
@pulumi.getter
|
|
3936
|
-
def type(self) -> str:
|
|
4477
|
+
def type(self) -> _builtins.str:
|
|
3937
4478
|
return pulumi.get(self, "type")
|
|
3938
4479
|
|
|
3939
|
-
@property
|
|
4480
|
+
@_builtins.property
|
|
3940
4481
|
@pulumi.getter
|
|
3941
|
-
def caching(self) -> Optional[str]:
|
|
4482
|
+
def caching(self) -> Optional[_builtins.str]:
|
|
3942
4483
|
return pulumi.get(self, "caching")
|
|
3943
4484
|
|
|
3944
|
-
@property
|
|
4485
|
+
@_builtins.property
|
|
3945
4486
|
@pulumi.getter(name="sizeGb")
|
|
3946
|
-
def size_gb(self) -> Optional[int]:
|
|
4487
|
+
def size_gb(self) -> Optional[_builtins.int]:
|
|
3947
4488
|
return pulumi.get(self, "size_gb")
|
|
3948
4489
|
|
|
3949
4490
|
|
|
@@ -3967,19 +4508,19 @@ class StatefulNodeAzureProximityPlacementGroup(dict):
|
|
|
3967
4508
|
return super().get(key, default)
|
|
3968
4509
|
|
|
3969
4510
|
def __init__(__self__, *,
|
|
3970
|
-
name: str,
|
|
3971
|
-
resource_group_name: str):
|
|
4511
|
+
name: _builtins.str,
|
|
4512
|
+
resource_group_name: _builtins.str):
|
|
3972
4513
|
pulumi.set(__self__, "name", name)
|
|
3973
4514
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
3974
4515
|
|
|
3975
|
-
@property
|
|
4516
|
+
@_builtins.property
|
|
3976
4517
|
@pulumi.getter
|
|
3977
|
-
def name(self) -> str:
|
|
4518
|
+
def name(self) -> _builtins.str:
|
|
3978
4519
|
return pulumi.get(self, "name")
|
|
3979
4520
|
|
|
3980
|
-
@property
|
|
4521
|
+
@_builtins.property
|
|
3981
4522
|
@pulumi.getter(name="resourceGroupName")
|
|
3982
|
-
def resource_group_name(self) -> str:
|
|
4523
|
+
def resource_group_name(self) -> _builtins.str:
|
|
3983
4524
|
return pulumi.get(self, "resource_group_name")
|
|
3984
4525
|
|
|
3985
4526
|
|
|
@@ -4005,26 +4546,26 @@ class StatefulNodeAzureSchedulingTask(dict):
|
|
|
4005
4546
|
return super().get(key, default)
|
|
4006
4547
|
|
|
4007
4548
|
def __init__(__self__, *,
|
|
4008
|
-
cron_expression: str,
|
|
4009
|
-
is_enabled: bool,
|
|
4010
|
-
type: str):
|
|
4549
|
+
cron_expression: _builtins.str,
|
|
4550
|
+
is_enabled: _builtins.bool,
|
|
4551
|
+
type: _builtins.str):
|
|
4011
4552
|
pulumi.set(__self__, "cron_expression", cron_expression)
|
|
4012
4553
|
pulumi.set(__self__, "is_enabled", is_enabled)
|
|
4013
4554
|
pulumi.set(__self__, "type", type)
|
|
4014
4555
|
|
|
4015
|
-
@property
|
|
4556
|
+
@_builtins.property
|
|
4016
4557
|
@pulumi.getter(name="cronExpression")
|
|
4017
|
-
def cron_expression(self) -> str:
|
|
4558
|
+
def cron_expression(self) -> _builtins.str:
|
|
4018
4559
|
return pulumi.get(self, "cron_expression")
|
|
4019
4560
|
|
|
4020
|
-
@property
|
|
4561
|
+
@_builtins.property
|
|
4021
4562
|
@pulumi.getter(name="isEnabled")
|
|
4022
|
-
def is_enabled(self) -> bool:
|
|
4563
|
+
def is_enabled(self) -> _builtins.bool:
|
|
4023
4564
|
return pulumi.get(self, "is_enabled")
|
|
4024
4565
|
|
|
4025
|
-
@property
|
|
4566
|
+
@_builtins.property
|
|
4026
4567
|
@pulumi.getter
|
|
4027
|
-
def type(self) -> str:
|
|
4568
|
+
def type(self) -> _builtins.str:
|
|
4028
4569
|
return pulumi.get(self, "type")
|
|
4029
4570
|
|
|
4030
4571
|
|
|
@@ -4055,12 +4596,12 @@ class StatefulNodeAzureSecret(dict):
|
|
|
4055
4596
|
pulumi.set(__self__, "source_vaults", source_vaults)
|
|
4056
4597
|
pulumi.set(__self__, "vault_certificates", vault_certificates)
|
|
4057
4598
|
|
|
4058
|
-
@property
|
|
4599
|
+
@_builtins.property
|
|
4059
4600
|
@pulumi.getter(name="sourceVaults")
|
|
4060
4601
|
def source_vaults(self) -> Sequence['outputs.StatefulNodeAzureSecretSourceVault']:
|
|
4061
4602
|
return pulumi.get(self, "source_vaults")
|
|
4062
4603
|
|
|
4063
|
-
@property
|
|
4604
|
+
@_builtins.property
|
|
4064
4605
|
@pulumi.getter(name="vaultCertificates")
|
|
4065
4606
|
def vault_certificates(self) -> Sequence['outputs.StatefulNodeAzureSecretVaultCertificate']:
|
|
4066
4607
|
return pulumi.get(self, "vault_certificates")
|
|
@@ -4086,19 +4627,19 @@ class StatefulNodeAzureSecretSourceVault(dict):
|
|
|
4086
4627
|
return super().get(key, default)
|
|
4087
4628
|
|
|
4088
4629
|
def __init__(__self__, *,
|
|
4089
|
-
name: str,
|
|
4090
|
-
resource_group_name: str):
|
|
4630
|
+
name: _builtins.str,
|
|
4631
|
+
resource_group_name: _builtins.str):
|
|
4091
4632
|
pulumi.set(__self__, "name", name)
|
|
4092
4633
|
pulumi.set(__self__, "resource_group_name", resource_group_name)
|
|
4093
4634
|
|
|
4094
|
-
@property
|
|
4635
|
+
@_builtins.property
|
|
4095
4636
|
@pulumi.getter
|
|
4096
|
-
def name(self) -> str:
|
|
4637
|
+
def name(self) -> _builtins.str:
|
|
4097
4638
|
return pulumi.get(self, "name")
|
|
4098
4639
|
|
|
4099
|
-
@property
|
|
4640
|
+
@_builtins.property
|
|
4100
4641
|
@pulumi.getter(name="resourceGroupName")
|
|
4101
|
-
def resource_group_name(self) -> str:
|
|
4642
|
+
def resource_group_name(self) -> _builtins.str:
|
|
4102
4643
|
return pulumi.get(self, "resource_group_name")
|
|
4103
4644
|
|
|
4104
4645
|
|
|
@@ -4124,21 +4665,21 @@ class StatefulNodeAzureSecretVaultCertificate(dict):
|
|
|
4124
4665
|
return super().get(key, default)
|
|
4125
4666
|
|
|
4126
4667
|
def __init__(__self__, *,
|
|
4127
|
-
certificate_store: Optional[str] = None,
|
|
4128
|
-
certificate_url: Optional[str] = None):
|
|
4668
|
+
certificate_store: Optional[_builtins.str] = None,
|
|
4669
|
+
certificate_url: Optional[_builtins.str] = None):
|
|
4129
4670
|
if certificate_store is not None:
|
|
4130
4671
|
pulumi.set(__self__, "certificate_store", certificate_store)
|
|
4131
4672
|
if certificate_url is not None:
|
|
4132
4673
|
pulumi.set(__self__, "certificate_url", certificate_url)
|
|
4133
4674
|
|
|
4134
|
-
@property
|
|
4675
|
+
@_builtins.property
|
|
4135
4676
|
@pulumi.getter(name="certificateStore")
|
|
4136
|
-
def certificate_store(self) -> Optional[str]:
|
|
4677
|
+
def certificate_store(self) -> Optional[_builtins.str]:
|
|
4137
4678
|
return pulumi.get(self, "certificate_store")
|
|
4138
4679
|
|
|
4139
|
-
@property
|
|
4680
|
+
@_builtins.property
|
|
4140
4681
|
@pulumi.getter(name="certificateUrl")
|
|
4141
|
-
def certificate_url(self) -> Optional[str]:
|
|
4682
|
+
def certificate_url(self) -> Optional[_builtins.str]:
|
|
4142
4683
|
return pulumi.get(self, "certificate_url")
|
|
4143
4684
|
|
|
4144
4685
|
|
|
@@ -4170,11 +4711,11 @@ class StatefulNodeAzureSecurity(dict):
|
|
|
4170
4711
|
return super().get(key, default)
|
|
4171
4712
|
|
|
4172
4713
|
def __init__(__self__, *,
|
|
4173
|
-
confidential_os_disk_encryption: Optional[
|
|
4174
|
-
encryption_at_host: Optional[bool] = None,
|
|
4175
|
-
secure_boot_enabled: Optional[bool] = None,
|
|
4176
|
-
security_type: Optional[str] = None,
|
|
4177
|
-
vtpm_enabled: Optional[bool] = None):
|
|
4714
|
+
confidential_os_disk_encryption: Optional[_builtins.str] = None,
|
|
4715
|
+
encryption_at_host: Optional[_builtins.bool] = None,
|
|
4716
|
+
secure_boot_enabled: Optional[_builtins.bool] = None,
|
|
4717
|
+
security_type: Optional[_builtins.str] = None,
|
|
4718
|
+
vtpm_enabled: Optional[_builtins.bool] = None):
|
|
4178
4719
|
if confidential_os_disk_encryption is not None:
|
|
4179
4720
|
pulumi.set(__self__, "confidential_os_disk_encryption", confidential_os_disk_encryption)
|
|
4180
4721
|
if encryption_at_host is not None:
|
|
@@ -4186,48 +4727,48 @@ class StatefulNodeAzureSecurity(dict):
|
|
|
4186
4727
|
if vtpm_enabled is not None:
|
|
4187
4728
|
pulumi.set(__self__, "vtpm_enabled", vtpm_enabled)
|
|
4188
4729
|
|
|
4189
|
-
@property
|
|
4730
|
+
@_builtins.property
|
|
4190
4731
|
@pulumi.getter(name="confidentialOsDiskEncryption")
|
|
4191
|
-
def confidential_os_disk_encryption(self) -> Optional[
|
|
4732
|
+
def confidential_os_disk_encryption(self) -> Optional[_builtins.str]:
|
|
4192
4733
|
return pulumi.get(self, "confidential_os_disk_encryption")
|
|
4193
4734
|
|
|
4194
|
-
@property
|
|
4735
|
+
@_builtins.property
|
|
4195
4736
|
@pulumi.getter(name="encryptionAtHost")
|
|
4196
|
-
def encryption_at_host(self) -> Optional[bool]:
|
|
4737
|
+
def encryption_at_host(self) -> Optional[_builtins.bool]:
|
|
4197
4738
|
return pulumi.get(self, "encryption_at_host")
|
|
4198
4739
|
|
|
4199
|
-
@property
|
|
4740
|
+
@_builtins.property
|
|
4200
4741
|
@pulumi.getter(name="secureBootEnabled")
|
|
4201
|
-
def secure_boot_enabled(self) -> Optional[bool]:
|
|
4742
|
+
def secure_boot_enabled(self) -> Optional[_builtins.bool]:
|
|
4202
4743
|
return pulumi.get(self, "secure_boot_enabled")
|
|
4203
4744
|
|
|
4204
|
-
@property
|
|
4745
|
+
@_builtins.property
|
|
4205
4746
|
@pulumi.getter(name="securityType")
|
|
4206
|
-
def security_type(self) -> Optional[str]:
|
|
4747
|
+
def security_type(self) -> Optional[_builtins.str]:
|
|
4207
4748
|
return pulumi.get(self, "security_type")
|
|
4208
4749
|
|
|
4209
|
-
@property
|
|
4750
|
+
@_builtins.property
|
|
4210
4751
|
@pulumi.getter(name="vtpmEnabled")
|
|
4211
|
-
def vtpm_enabled(self) -> Optional[bool]:
|
|
4752
|
+
def vtpm_enabled(self) -> Optional[_builtins.bool]:
|
|
4212
4753
|
return pulumi.get(self, "vtpm_enabled")
|
|
4213
4754
|
|
|
4214
4755
|
|
|
4215
4756
|
@pulumi.output_type
|
|
4216
4757
|
class StatefulNodeAzureSignal(dict):
|
|
4217
4758
|
def __init__(__self__, *,
|
|
4218
|
-
timeout: int,
|
|
4219
|
-
type: str):
|
|
4759
|
+
timeout: _builtins.int,
|
|
4760
|
+
type: _builtins.str):
|
|
4220
4761
|
pulumi.set(__self__, "timeout", timeout)
|
|
4221
4762
|
pulumi.set(__self__, "type", type)
|
|
4222
4763
|
|
|
4223
|
-
@property
|
|
4764
|
+
@_builtins.property
|
|
4224
4765
|
@pulumi.getter
|
|
4225
|
-
def timeout(self) -> int:
|
|
4766
|
+
def timeout(self) -> _builtins.int:
|
|
4226
4767
|
return pulumi.get(self, "timeout")
|
|
4227
4768
|
|
|
4228
|
-
@property
|
|
4769
|
+
@_builtins.property
|
|
4229
4770
|
@pulumi.getter
|
|
4230
|
-
def type(self) -> str:
|
|
4771
|
+
def type(self) -> _builtins.str:
|
|
4231
4772
|
return pulumi.get(self, "type")
|
|
4232
4773
|
|
|
4233
4774
|
|
|
@@ -4244,6 +4785,8 @@ class StatefulNodeAzureStrategy(dict):
|
|
|
4244
4785
|
suggest = "capacity_reservations"
|
|
4245
4786
|
elif key == "drainingTimeout":
|
|
4246
4787
|
suggest = "draining_timeout"
|
|
4788
|
+
elif key == "interruptionToleration":
|
|
4789
|
+
suggest = "interruption_toleration"
|
|
4247
4790
|
elif key == "odWindows":
|
|
4248
4791
|
suggest = "od_windows"
|
|
4249
4792
|
elif key == "optimizationWindows":
|
|
@@ -4267,15 +4810,16 @@ class StatefulNodeAzureStrategy(dict):
|
|
|
4267
4810
|
return super().get(key, default)
|
|
4268
4811
|
|
|
4269
4812
|
def __init__(__self__, *,
|
|
4270
|
-
fallback_to_on_demand: bool,
|
|
4271
|
-
availability_vs_cost: Optional[int] = None,
|
|
4813
|
+
fallback_to_on_demand: _builtins.bool,
|
|
4814
|
+
availability_vs_cost: Optional[_builtins.int] = None,
|
|
4272
4815
|
capacity_reservations: Optional[Sequence['outputs.StatefulNodeAzureStrategyCapacityReservation']] = None,
|
|
4273
|
-
draining_timeout: Optional[int] = None,
|
|
4274
|
-
|
|
4275
|
-
|
|
4276
|
-
|
|
4816
|
+
draining_timeout: Optional[_builtins.int] = None,
|
|
4817
|
+
interruption_toleration: Optional['outputs.StatefulNodeAzureStrategyInterruptionToleration'] = None,
|
|
4818
|
+
od_windows: Optional[Sequence[_builtins.str]] = None,
|
|
4819
|
+
optimization_windows: Optional[Sequence[_builtins.str]] = None,
|
|
4820
|
+
preferred_life_cycle: Optional[_builtins.str] = None,
|
|
4277
4821
|
revert_to_spot: Optional['outputs.StatefulNodeAzureStrategyRevertToSpot'] = None,
|
|
4278
|
-
vm_admins: Optional[Sequence[str]] = None):
|
|
4822
|
+
vm_admins: Optional[Sequence[_builtins.str]] = None):
|
|
4279
4823
|
pulumi.set(__self__, "fallback_to_on_demand", fallback_to_on_demand)
|
|
4280
4824
|
if availability_vs_cost is not None:
|
|
4281
4825
|
pulumi.set(__self__, "availability_vs_cost", availability_vs_cost)
|
|
@@ -4283,6 +4827,8 @@ class StatefulNodeAzureStrategy(dict):
|
|
|
4283
4827
|
pulumi.set(__self__, "capacity_reservations", capacity_reservations)
|
|
4284
4828
|
if draining_timeout is not None:
|
|
4285
4829
|
pulumi.set(__self__, "draining_timeout", draining_timeout)
|
|
4830
|
+
if interruption_toleration is not None:
|
|
4831
|
+
pulumi.set(__self__, "interruption_toleration", interruption_toleration)
|
|
4286
4832
|
if od_windows is not None:
|
|
4287
4833
|
pulumi.set(__self__, "od_windows", od_windows)
|
|
4288
4834
|
if optimization_windows is not None:
|
|
@@ -4294,49 +4840,54 @@ class StatefulNodeAzureStrategy(dict):
|
|
|
4294
4840
|
if vm_admins is not None:
|
|
4295
4841
|
pulumi.set(__self__, "vm_admins", vm_admins)
|
|
4296
4842
|
|
|
4297
|
-
@property
|
|
4843
|
+
@_builtins.property
|
|
4298
4844
|
@pulumi.getter(name="fallbackToOnDemand")
|
|
4299
|
-
def fallback_to_on_demand(self) -> bool:
|
|
4845
|
+
def fallback_to_on_demand(self) -> _builtins.bool:
|
|
4300
4846
|
return pulumi.get(self, "fallback_to_on_demand")
|
|
4301
4847
|
|
|
4302
|
-
@property
|
|
4848
|
+
@_builtins.property
|
|
4303
4849
|
@pulumi.getter(name="availabilityVsCost")
|
|
4304
|
-
def availability_vs_cost(self) -> Optional[int]:
|
|
4850
|
+
def availability_vs_cost(self) -> Optional[_builtins.int]:
|
|
4305
4851
|
return pulumi.get(self, "availability_vs_cost")
|
|
4306
4852
|
|
|
4307
|
-
@property
|
|
4853
|
+
@_builtins.property
|
|
4308
4854
|
@pulumi.getter(name="capacityReservations")
|
|
4309
4855
|
def capacity_reservations(self) -> Optional[Sequence['outputs.StatefulNodeAzureStrategyCapacityReservation']]:
|
|
4310
4856
|
return pulumi.get(self, "capacity_reservations")
|
|
4311
4857
|
|
|
4312
|
-
@property
|
|
4858
|
+
@_builtins.property
|
|
4313
4859
|
@pulumi.getter(name="drainingTimeout")
|
|
4314
|
-
def draining_timeout(self) -> Optional[int]:
|
|
4860
|
+
def draining_timeout(self) -> Optional[_builtins.int]:
|
|
4315
4861
|
return pulumi.get(self, "draining_timeout")
|
|
4316
4862
|
|
|
4317
|
-
@property
|
|
4863
|
+
@_builtins.property
|
|
4864
|
+
@pulumi.getter(name="interruptionToleration")
|
|
4865
|
+
def interruption_toleration(self) -> Optional['outputs.StatefulNodeAzureStrategyInterruptionToleration']:
|
|
4866
|
+
return pulumi.get(self, "interruption_toleration")
|
|
4867
|
+
|
|
4868
|
+
@_builtins.property
|
|
4318
4869
|
@pulumi.getter(name="odWindows")
|
|
4319
|
-
def od_windows(self) -> Optional[Sequence[str]]:
|
|
4870
|
+
def od_windows(self) -> Optional[Sequence[_builtins.str]]:
|
|
4320
4871
|
return pulumi.get(self, "od_windows")
|
|
4321
4872
|
|
|
4322
|
-
@property
|
|
4873
|
+
@_builtins.property
|
|
4323
4874
|
@pulumi.getter(name="optimizationWindows")
|
|
4324
|
-
def optimization_windows(self) -> Optional[Sequence[str]]:
|
|
4875
|
+
def optimization_windows(self) -> Optional[Sequence[_builtins.str]]:
|
|
4325
4876
|
return pulumi.get(self, "optimization_windows")
|
|
4326
4877
|
|
|
4327
|
-
@property
|
|
4878
|
+
@_builtins.property
|
|
4328
4879
|
@pulumi.getter(name="preferredLifeCycle")
|
|
4329
|
-
def preferred_life_cycle(self) -> Optional[str]:
|
|
4880
|
+
def preferred_life_cycle(self) -> Optional[_builtins.str]:
|
|
4330
4881
|
return pulumi.get(self, "preferred_life_cycle")
|
|
4331
4882
|
|
|
4332
|
-
@property
|
|
4883
|
+
@_builtins.property
|
|
4333
4884
|
@pulumi.getter(name="revertToSpot")
|
|
4334
4885
|
def revert_to_spot(self) -> Optional['outputs.StatefulNodeAzureStrategyRevertToSpot']:
|
|
4335
4886
|
return pulumi.get(self, "revert_to_spot")
|
|
4336
4887
|
|
|
4337
|
-
@property
|
|
4888
|
+
@_builtins.property
|
|
4338
4889
|
@pulumi.getter(name="vmAdmins")
|
|
4339
|
-
def vm_admins(self) -> Optional[Sequence[str]]:
|
|
4890
|
+
def vm_admins(self) -> Optional[Sequence[_builtins.str]]:
|
|
4340
4891
|
return pulumi.get(self, "vm_admins")
|
|
4341
4892
|
|
|
4342
4893
|
|
|
@@ -4364,25 +4915,25 @@ class StatefulNodeAzureStrategyCapacityReservation(dict):
|
|
|
4364
4915
|
return super().get(key, default)
|
|
4365
4916
|
|
|
4366
4917
|
def __init__(__self__, *,
|
|
4367
|
-
should_utilize: bool,
|
|
4368
|
-
utilization_strategy: str,
|
|
4918
|
+
should_utilize: _builtins.bool,
|
|
4919
|
+
utilization_strategy: _builtins.str,
|
|
4369
4920
|
capacity_reservation_groups: Optional[Sequence['outputs.StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroup']] = None):
|
|
4370
4921
|
pulumi.set(__self__, "should_utilize", should_utilize)
|
|
4371
4922
|
pulumi.set(__self__, "utilization_strategy", utilization_strategy)
|
|
4372
4923
|
if capacity_reservation_groups is not None:
|
|
4373
4924
|
pulumi.set(__self__, "capacity_reservation_groups", capacity_reservation_groups)
|
|
4374
4925
|
|
|
4375
|
-
@property
|
|
4926
|
+
@_builtins.property
|
|
4376
4927
|
@pulumi.getter(name="shouldUtilize")
|
|
4377
|
-
def should_utilize(self) -> bool:
|
|
4928
|
+
def should_utilize(self) -> _builtins.bool:
|
|
4378
4929
|
return pulumi.get(self, "should_utilize")
|
|
4379
4930
|
|
|
4380
|
-
@property
|
|
4931
|
+
@_builtins.property
|
|
4381
4932
|
@pulumi.getter(name="utilizationStrategy")
|
|
4382
|
-
def utilization_strategy(self) -> str:
|
|
4933
|
+
def utilization_strategy(self) -> _builtins.str:
|
|
4383
4934
|
return pulumi.get(self, "utilization_strategy")
|
|
4384
4935
|
|
|
4385
|
-
@property
|
|
4936
|
+
@_builtins.property
|
|
4386
4937
|
@pulumi.getter(name="capacityReservationGroups")
|
|
4387
4938
|
def capacity_reservation_groups(self) -> Optional[Sequence['outputs.StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroup']]:
|
|
4388
4939
|
return pulumi.get(self, "capacity_reservation_groups")
|
|
@@ -4412,30 +4963,86 @@ class StatefulNodeAzureStrategyCapacityReservationCapacityReservationGroup(dict)
|
|
|
4412
4963
|
return super().get(key, default)
|
|
4413
4964
|
|
|
4414
4965
|
def __init__(__self__, *,
|
|
4415
|
-
crg_name: str,
|
|
4416
|
-
crg_resource_group_name: str,
|
|
4417
|
-
crg_should_prioritize: Optional[bool] = None):
|
|
4966
|
+
crg_name: _builtins.str,
|
|
4967
|
+
crg_resource_group_name: _builtins.str,
|
|
4968
|
+
crg_should_prioritize: Optional[_builtins.bool] = None):
|
|
4418
4969
|
pulumi.set(__self__, "crg_name", crg_name)
|
|
4419
4970
|
pulumi.set(__self__, "crg_resource_group_name", crg_resource_group_name)
|
|
4420
4971
|
if crg_should_prioritize is not None:
|
|
4421
4972
|
pulumi.set(__self__, "crg_should_prioritize", crg_should_prioritize)
|
|
4422
4973
|
|
|
4423
|
-
@property
|
|
4974
|
+
@_builtins.property
|
|
4424
4975
|
@pulumi.getter(name="crgName")
|
|
4425
|
-
def crg_name(self) -> str:
|
|
4976
|
+
def crg_name(self) -> _builtins.str:
|
|
4426
4977
|
return pulumi.get(self, "crg_name")
|
|
4427
4978
|
|
|
4428
|
-
@property
|
|
4979
|
+
@_builtins.property
|
|
4429
4980
|
@pulumi.getter(name="crgResourceGroupName")
|
|
4430
|
-
def crg_resource_group_name(self) -> str:
|
|
4981
|
+
def crg_resource_group_name(self) -> _builtins.str:
|
|
4431
4982
|
return pulumi.get(self, "crg_resource_group_name")
|
|
4432
4983
|
|
|
4433
|
-
@property
|
|
4984
|
+
@_builtins.property
|
|
4434
4985
|
@pulumi.getter(name="crgShouldPrioritize")
|
|
4435
|
-
def crg_should_prioritize(self) -> Optional[bool]:
|
|
4986
|
+
def crg_should_prioritize(self) -> Optional[_builtins.bool]:
|
|
4436
4987
|
return pulumi.get(self, "crg_should_prioritize")
|
|
4437
4988
|
|
|
4438
4989
|
|
|
4990
|
+
@pulumi.output_type
|
|
4991
|
+
class StatefulNodeAzureStrategyInterruptionToleration(dict):
|
|
4992
|
+
@staticmethod
|
|
4993
|
+
def __key_warning(key: str):
|
|
4994
|
+
suggest = None
|
|
4995
|
+
if key == "evaluationPeriod":
|
|
4996
|
+
suggest = "evaluation_period"
|
|
4997
|
+
elif key == "isEnabled":
|
|
4998
|
+
suggest = "is_enabled"
|
|
4999
|
+
|
|
5000
|
+
if suggest:
|
|
5001
|
+
pulumi.log.warn(f"Key '{key}' not found in StatefulNodeAzureStrategyInterruptionToleration. Access the value via the '{suggest}' property getter instead.")
|
|
5002
|
+
|
|
5003
|
+
def __getitem__(self, key: str) -> Any:
|
|
5004
|
+
StatefulNodeAzureStrategyInterruptionToleration.__key_warning(key)
|
|
5005
|
+
return super().__getitem__(key)
|
|
5006
|
+
|
|
5007
|
+
def get(self, key: str, default = None) -> Any:
|
|
5008
|
+
StatefulNodeAzureStrategyInterruptionToleration.__key_warning(key)
|
|
5009
|
+
return super().get(key, default)
|
|
5010
|
+
|
|
5011
|
+
def __init__(__self__, *,
|
|
5012
|
+
cooldown: Optional[_builtins.int] = None,
|
|
5013
|
+
evaluation_period: Optional[_builtins.int] = None,
|
|
5014
|
+
is_enabled: Optional[_builtins.bool] = None,
|
|
5015
|
+
threshold: Optional[_builtins.int] = None):
|
|
5016
|
+
if cooldown is not None:
|
|
5017
|
+
pulumi.set(__self__, "cooldown", cooldown)
|
|
5018
|
+
if evaluation_period is not None:
|
|
5019
|
+
pulumi.set(__self__, "evaluation_period", evaluation_period)
|
|
5020
|
+
if is_enabled is not None:
|
|
5021
|
+
pulumi.set(__self__, "is_enabled", is_enabled)
|
|
5022
|
+
if threshold is not None:
|
|
5023
|
+
pulumi.set(__self__, "threshold", threshold)
|
|
5024
|
+
|
|
5025
|
+
@_builtins.property
|
|
5026
|
+
@pulumi.getter
|
|
5027
|
+
def cooldown(self) -> Optional[_builtins.int]:
|
|
5028
|
+
return pulumi.get(self, "cooldown")
|
|
5029
|
+
|
|
5030
|
+
@_builtins.property
|
|
5031
|
+
@pulumi.getter(name="evaluationPeriod")
|
|
5032
|
+
def evaluation_period(self) -> Optional[_builtins.int]:
|
|
5033
|
+
return pulumi.get(self, "evaluation_period")
|
|
5034
|
+
|
|
5035
|
+
@_builtins.property
|
|
5036
|
+
@pulumi.getter(name="isEnabled")
|
|
5037
|
+
def is_enabled(self) -> Optional[_builtins.bool]:
|
|
5038
|
+
return pulumi.get(self, "is_enabled")
|
|
5039
|
+
|
|
5040
|
+
@_builtins.property
|
|
5041
|
+
@pulumi.getter
|
|
5042
|
+
def threshold(self) -> Optional[_builtins.int]:
|
|
5043
|
+
return pulumi.get(self, "threshold")
|
|
5044
|
+
|
|
5045
|
+
|
|
4439
5046
|
@pulumi.output_type
|
|
4440
5047
|
class StatefulNodeAzureStrategyRevertToSpot(dict):
|
|
4441
5048
|
@staticmethod
|
|
@@ -4456,12 +5063,12 @@ class StatefulNodeAzureStrategyRevertToSpot(dict):
|
|
|
4456
5063
|
return super().get(key, default)
|
|
4457
5064
|
|
|
4458
5065
|
def __init__(__self__, *,
|
|
4459
|
-
perform_at: str):
|
|
5066
|
+
perform_at: _builtins.str):
|
|
4460
5067
|
pulumi.set(__self__, "perform_at", perform_at)
|
|
4461
5068
|
|
|
4462
|
-
@property
|
|
5069
|
+
@_builtins.property
|
|
4463
5070
|
@pulumi.getter(name="performAt")
|
|
4464
|
-
def perform_at(self) -> str:
|
|
5071
|
+
def perform_at(self) -> _builtins.str:
|
|
4465
5072
|
return pulumi.get(self, "perform_at")
|
|
4466
5073
|
|
|
4467
5074
|
|
|
@@ -4487,32 +5094,32 @@ class StatefulNodeAzureTag(dict):
|
|
|
4487
5094
|
return super().get(key, default)
|
|
4488
5095
|
|
|
4489
5096
|
def __init__(__self__, *,
|
|
4490
|
-
tag_key: str,
|
|
4491
|
-
tag_value: Optional[str] = None):
|
|
5097
|
+
tag_key: _builtins.str,
|
|
5098
|
+
tag_value: Optional[_builtins.str] = None):
|
|
4492
5099
|
pulumi.set(__self__, "tag_key", tag_key)
|
|
4493
5100
|
if tag_value is not None:
|
|
4494
5101
|
pulumi.set(__self__, "tag_value", tag_value)
|
|
4495
5102
|
|
|
4496
|
-
@property
|
|
5103
|
+
@_builtins.property
|
|
4497
5104
|
@pulumi.getter(name="tagKey")
|
|
4498
|
-
def tag_key(self) -> str:
|
|
5105
|
+
def tag_key(self) -> _builtins.str:
|
|
4499
5106
|
return pulumi.get(self, "tag_key")
|
|
4500
5107
|
|
|
4501
|
-
@property
|
|
5108
|
+
@_builtins.property
|
|
4502
5109
|
@pulumi.getter(name="tagValue")
|
|
4503
|
-
def tag_value(self) -> Optional[str]:
|
|
5110
|
+
def tag_value(self) -> Optional[_builtins.str]:
|
|
4504
5111
|
return pulumi.get(self, "tag_value")
|
|
4505
5112
|
|
|
4506
5113
|
|
|
4507
5114
|
@pulumi.output_type
|
|
4508
5115
|
class StatefulNodeAzureUpdateState(dict):
|
|
4509
5116
|
def __init__(__self__, *,
|
|
4510
|
-
state: str):
|
|
5117
|
+
state: _builtins.str):
|
|
4511
5118
|
pulumi.set(__self__, "state", state)
|
|
4512
5119
|
|
|
4513
|
-
@property
|
|
5120
|
+
@_builtins.property
|
|
4514
5121
|
@pulumi.getter
|
|
4515
|
-
def state(self) -> str:
|
|
5122
|
+
def state(self) -> _builtins.str:
|
|
4516
5123
|
return pulumi.get(self, "state")
|
|
4517
5124
|
|
|
4518
5125
|
|
|
@@ -4544,11 +5151,11 @@ class StatefulNodeAzureVmSizes(dict):
|
|
|
4544
5151
|
return super().get(key, default)
|
|
4545
5152
|
|
|
4546
5153
|
def __init__(__self__, *,
|
|
4547
|
-
od_sizes: Sequence[str],
|
|
4548
|
-
excluded_vm_sizes: Optional[Sequence[str]] = None,
|
|
4549
|
-
preferred_spot_sizes: Optional[Sequence[str]] = None,
|
|
5154
|
+
od_sizes: Sequence[_builtins.str],
|
|
5155
|
+
excluded_vm_sizes: Optional[Sequence[_builtins.str]] = None,
|
|
5156
|
+
preferred_spot_sizes: Optional[Sequence[_builtins.str]] = None,
|
|
4550
5157
|
spot_size_attributes: Optional['outputs.StatefulNodeAzureVmSizesSpotSizeAttributes'] = None,
|
|
4551
|
-
spot_sizes: Optional[Sequence[str]] = None):
|
|
5158
|
+
spot_sizes: Optional[Sequence[_builtins.str]] = None):
|
|
4552
5159
|
pulumi.set(__self__, "od_sizes", od_sizes)
|
|
4553
5160
|
if excluded_vm_sizes is not None:
|
|
4554
5161
|
pulumi.set(__self__, "excluded_vm_sizes", excluded_vm_sizes)
|
|
@@ -4559,29 +5166,29 @@ class StatefulNodeAzureVmSizes(dict):
|
|
|
4559
5166
|
if spot_sizes is not None:
|
|
4560
5167
|
pulumi.set(__self__, "spot_sizes", spot_sizes)
|
|
4561
5168
|
|
|
4562
|
-
@property
|
|
5169
|
+
@_builtins.property
|
|
4563
5170
|
@pulumi.getter(name="odSizes")
|
|
4564
|
-
def od_sizes(self) -> Sequence[str]:
|
|
5171
|
+
def od_sizes(self) -> Sequence[_builtins.str]:
|
|
4565
5172
|
return pulumi.get(self, "od_sizes")
|
|
4566
5173
|
|
|
4567
|
-
@property
|
|
5174
|
+
@_builtins.property
|
|
4568
5175
|
@pulumi.getter(name="excludedVmSizes")
|
|
4569
|
-
def excluded_vm_sizes(self) -> Optional[Sequence[str]]:
|
|
5176
|
+
def excluded_vm_sizes(self) -> Optional[Sequence[_builtins.str]]:
|
|
4570
5177
|
return pulumi.get(self, "excluded_vm_sizes")
|
|
4571
5178
|
|
|
4572
|
-
@property
|
|
5179
|
+
@_builtins.property
|
|
4573
5180
|
@pulumi.getter(name="preferredSpotSizes")
|
|
4574
|
-
def preferred_spot_sizes(self) -> Optional[Sequence[str]]:
|
|
5181
|
+
def preferred_spot_sizes(self) -> Optional[Sequence[_builtins.str]]:
|
|
4575
5182
|
return pulumi.get(self, "preferred_spot_sizes")
|
|
4576
5183
|
|
|
4577
|
-
@property
|
|
5184
|
+
@_builtins.property
|
|
4578
5185
|
@pulumi.getter(name="spotSizeAttributes")
|
|
4579
5186
|
def spot_size_attributes(self) -> Optional['outputs.StatefulNodeAzureVmSizesSpotSizeAttributes']:
|
|
4580
5187
|
return pulumi.get(self, "spot_size_attributes")
|
|
4581
5188
|
|
|
4582
|
-
@property
|
|
5189
|
+
@_builtins.property
|
|
4583
5190
|
@pulumi.getter(name="spotSizes")
|
|
4584
|
-
def spot_sizes(self) -> Optional[Sequence[str]]:
|
|
5191
|
+
def spot_sizes(self) -> Optional[Sequence[_builtins.str]]:
|
|
4585
5192
|
return pulumi.get(self, "spot_sizes")
|
|
4586
5193
|
|
|
4587
5194
|
|
|
@@ -4615,12 +5222,12 @@ class StatefulNodeAzureVmSizesSpotSizeAttributes(dict):
|
|
|
4615
5222
|
return super().get(key, default)
|
|
4616
5223
|
|
|
4617
5224
|
def __init__(__self__, *,
|
|
4618
|
-
max_cpu: Optional[int] = None,
|
|
4619
|
-
max_memory: Optional[int] = None,
|
|
4620
|
-
max_storage: Optional[int] = None,
|
|
4621
|
-
min_cpu: Optional[int] = None,
|
|
4622
|
-
min_memory: Optional[int] = None,
|
|
4623
|
-
min_storage: Optional[int] = None):
|
|
5225
|
+
max_cpu: Optional[_builtins.int] = None,
|
|
5226
|
+
max_memory: Optional[_builtins.int] = None,
|
|
5227
|
+
max_storage: Optional[_builtins.int] = None,
|
|
5228
|
+
min_cpu: Optional[_builtins.int] = None,
|
|
5229
|
+
min_memory: Optional[_builtins.int] = None,
|
|
5230
|
+
min_storage: Optional[_builtins.int] = None):
|
|
4624
5231
|
if max_cpu is not None:
|
|
4625
5232
|
pulumi.set(__self__, "max_cpu", max_cpu)
|
|
4626
5233
|
if max_memory is not None:
|
|
@@ -4634,34 +5241,34 @@ class StatefulNodeAzureVmSizesSpotSizeAttributes(dict):
|
|
|
4634
5241
|
if min_storage is not None:
|
|
4635
5242
|
pulumi.set(__self__, "min_storage", min_storage)
|
|
4636
5243
|
|
|
4637
|
-
@property
|
|
5244
|
+
@_builtins.property
|
|
4638
5245
|
@pulumi.getter(name="maxCpu")
|
|
4639
|
-
def max_cpu(self) -> Optional[int]:
|
|
5246
|
+
def max_cpu(self) -> Optional[_builtins.int]:
|
|
4640
5247
|
return pulumi.get(self, "max_cpu")
|
|
4641
5248
|
|
|
4642
|
-
@property
|
|
5249
|
+
@_builtins.property
|
|
4643
5250
|
@pulumi.getter(name="maxMemory")
|
|
4644
|
-
def max_memory(self) -> Optional[int]:
|
|
5251
|
+
def max_memory(self) -> Optional[_builtins.int]:
|
|
4645
5252
|
return pulumi.get(self, "max_memory")
|
|
4646
5253
|
|
|
4647
|
-
@property
|
|
5254
|
+
@_builtins.property
|
|
4648
5255
|
@pulumi.getter(name="maxStorage")
|
|
4649
|
-
def max_storage(self) -> Optional[int]:
|
|
5256
|
+
def max_storage(self) -> Optional[_builtins.int]:
|
|
4650
5257
|
return pulumi.get(self, "max_storage")
|
|
4651
5258
|
|
|
4652
|
-
@property
|
|
5259
|
+
@_builtins.property
|
|
4653
5260
|
@pulumi.getter(name="minCpu")
|
|
4654
|
-
def min_cpu(self) -> Optional[int]:
|
|
5261
|
+
def min_cpu(self) -> Optional[_builtins.int]:
|
|
4655
5262
|
return pulumi.get(self, "min_cpu")
|
|
4656
5263
|
|
|
4657
|
-
@property
|
|
5264
|
+
@_builtins.property
|
|
4658
5265
|
@pulumi.getter(name="minMemory")
|
|
4659
|
-
def min_memory(self) -> Optional[int]:
|
|
5266
|
+
def min_memory(self) -> Optional[_builtins.int]:
|
|
4660
5267
|
return pulumi.get(self, "min_memory")
|
|
4661
5268
|
|
|
4662
|
-
@property
|
|
5269
|
+
@_builtins.property
|
|
4663
5270
|
@pulumi.getter(name="minStorage")
|
|
4664
|
-
def min_storage(self) -> Optional[int]:
|
|
5271
|
+
def min_storage(self) -> Optional[_builtins.int]:
|
|
4665
5272
|
return pulumi.get(self, "min_storage")
|
|
4666
5273
|
|
|
4667
5274
|
|