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