pulumi-spotinst 3.116.0a1743057343__py3-none-any.whl → 3.116.1__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of pulumi-spotinst might be problematic. Click here for more details.

Files changed (75) hide show
  1. pulumi_spotinst/__init__.py +1 -0
  2. pulumi_spotinst/_inputs.py +1181 -1180
  3. pulumi_spotinst/account.py +15 -14
  4. pulumi_spotinst/aws/__init__.py +1 -0
  5. pulumi_spotinst/aws/_inputs.py +2919 -2918
  6. pulumi_spotinst/aws/account.py +15 -14
  7. pulumi_spotinst/aws/beanstalk.py +137 -136
  8. pulumi_spotinst/aws/credentials.py +29 -28
  9. pulumi_spotinst/aws/elastigroup.py +681 -693
  10. pulumi_spotinst/aws/managed_instance.py +361 -360
  11. pulumi_spotinst/aws/mr_scalar.py +470 -469
  12. pulumi_spotinst/aws/ocean.py +399 -398
  13. pulumi_spotinst/aws/ocean_extended_resource_definition.py +29 -28
  14. pulumi_spotinst/aws/ocean_launch_spec.py +197 -196
  15. pulumi_spotinst/aws/outputs.py +1673 -1672
  16. pulumi_spotinst/aws/suspension.py +15 -14
  17. pulumi_spotinst/azure/__init__.py +1 -0
  18. pulumi_spotinst/azure/_inputs.py +489 -488
  19. pulumi_spotinst/azure/ocean_np.py +289 -288
  20. pulumi_spotinst/azure/ocean_np_virtual_node_group.py +249 -248
  21. pulumi_spotinst/azure/outputs.py +293 -292
  22. pulumi_spotinst/config/__init__.py +1 -0
  23. pulumi_spotinst/config/__init__.pyi +1 -0
  24. pulumi_spotinst/config/vars.py +1 -0
  25. pulumi_spotinst/credentials_azure.py +71 -70
  26. pulumi_spotinst/credentials_gcp.py +155 -154
  27. pulumi_spotinst/data_integration.py +29 -28
  28. pulumi_spotinst/ecs/__init__.py +1 -0
  29. pulumi_spotinst/ecs/_inputs.py +475 -474
  30. pulumi_spotinst/ecs/ocean.py +315 -314
  31. pulumi_spotinst/ecs/ocean_launch_spec.py +141 -140
  32. pulumi_spotinst/ecs/outputs.py +285 -284
  33. pulumi_spotinst/elastigroup_azure_v3.py +201 -200
  34. pulumi_spotinst/gcp/__init__.py +1 -0
  35. pulumi_spotinst/gcp/_inputs.py +400 -399
  36. pulumi_spotinst/gcp/elastigroup.py +355 -354
  37. pulumi_spotinst/gcp/outputs.py +234 -233
  38. pulumi_spotinst/gke/__init__.py +1 -0
  39. pulumi_spotinst/gke/_inputs.py +756 -715
  40. pulumi_spotinst/gke/elastigroup.py +231 -230
  41. pulumi_spotinst/gke/ocean_import.py +146 -145
  42. pulumi_spotinst/gke/ocean_launch_spec.py +143 -140
  43. pulumi_spotinst/gke/ocean_launch_spec_import.py +29 -28
  44. pulumi_spotinst/gke/outputs.py +432 -403
  45. pulumi_spotinst/health_check.py +89 -48
  46. pulumi_spotinst/ocean_right_sizing_rule.py +41 -40
  47. pulumi_spotinst/oceancd/__init__.py +1 -0
  48. pulumi_spotinst/oceancd/_inputs.py +594 -593
  49. pulumi_spotinst/oceancd/outputs.py +356 -355
  50. pulumi_spotinst/oceancd/rollout_spec.py +15 -14
  51. pulumi_spotinst/oceancd/strategy.py +11 -10
  52. pulumi_spotinst/oceancd/verification_provider.py +29 -28
  53. pulumi_spotinst/oceancd/verification_template.py +15 -14
  54. pulumi_spotinst/organization/__init__.py +1 -0
  55. pulumi_spotinst/organization/_inputs.py +55 -54
  56. pulumi_spotinst/organization/outputs.py +33 -32
  57. pulumi_spotinst/organization/policy.py +29 -28
  58. pulumi_spotinst/organization/programmatic_user.py +43 -42
  59. pulumi_spotinst/organization/user.py +85 -84
  60. pulumi_spotinst/organization/user_group.py +43 -42
  61. pulumi_spotinst/outputs.py +595 -594
  62. pulumi_spotinst/provider.py +32 -31
  63. pulumi_spotinst/pulumi-plugin.json +1 -1
  64. pulumi_spotinst/spark/__init__.py +1 -0
  65. pulumi_spotinst/spark/_inputs.py +81 -80
  66. pulumi_spotinst/spark/ocean.py +15 -14
  67. pulumi_spotinst/spark/ocean_virtual_node_group.py +21 -20
  68. pulumi_spotinst/spark/outputs.py +49 -48
  69. pulumi_spotinst/stateful_node_azure.py +191 -190
  70. pulumi_spotinst/subscription.py +71 -70
  71. {pulumi_spotinst-3.116.0a1743057343.dist-info → pulumi_spotinst-3.116.1.dist-info}/METADATA +1 -1
  72. pulumi_spotinst-3.116.1.dist-info/RECORD +76 -0
  73. pulumi_spotinst-3.116.0a1743057343.dist-info/RECORD +0 -76
  74. {pulumi_spotinst-3.116.0a1743057343.dist-info → pulumi_spotinst-3.116.1.dist-info}/WHEEL +0 -0
  75. {pulumi_spotinst-3.116.0a1743057343.dist-info → pulumi_spotinst-3.116.1.dist-info}/top_level.txt +0 -0
@@ -2,6 +2,7 @@
2
2
  # *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
3
3
  # *** Do not edit by hand unless you're certain you know what you are doing! ***
4
4
 
5
+ import builtins
5
6
  import copy
6
7
  import warnings
7
8
  import sys
@@ -133,20 +134,20 @@ MYPY = False
133
134
 
134
135
  if not MYPY:
135
136
  class ElastigroupBackendServiceArgsDict(TypedDict):
136
- service_name: pulumi.Input[str]
137
- location_type: NotRequired[pulumi.Input[str]]
137
+ service_name: pulumi.Input[builtins.str]
138
+ location_type: NotRequired[pulumi.Input[builtins.str]]
138
139
  named_ports: NotRequired[pulumi.Input[Sequence[pulumi.Input['ElastigroupBackendServiceNamedPortArgsDict']]]]
139
- scheme: NotRequired[pulumi.Input[str]]
140
+ scheme: NotRequired[pulumi.Input[builtins.str]]
140
141
  elif False:
141
142
  ElastigroupBackendServiceArgsDict: TypeAlias = Mapping[str, Any]
142
143
 
143
144
  @pulumi.input_type
144
145
  class ElastigroupBackendServiceArgs:
145
146
  def __init__(__self__, *,
146
- service_name: pulumi.Input[str],
147
- location_type: Optional[pulumi.Input[str]] = None,
147
+ service_name: pulumi.Input[builtins.str],
148
+ location_type: Optional[pulumi.Input[builtins.str]] = None,
148
149
  named_ports: Optional[pulumi.Input[Sequence[pulumi.Input['ElastigroupBackendServiceNamedPortArgs']]]] = None,
149
- scheme: Optional[pulumi.Input[str]] = None):
150
+ scheme: Optional[pulumi.Input[builtins.str]] = None):
150
151
  pulumi.set(__self__, "service_name", service_name)
151
152
  if location_type is not None:
152
153
  pulumi.set(__self__, "location_type", location_type)
@@ -157,20 +158,20 @@ class ElastigroupBackendServiceArgs:
157
158
 
158
159
  @property
159
160
  @pulumi.getter(name="serviceName")
160
- def service_name(self) -> pulumi.Input[str]:
161
+ def service_name(self) -> pulumi.Input[builtins.str]:
161
162
  return pulumi.get(self, "service_name")
162
163
 
163
164
  @service_name.setter
164
- def service_name(self, value: pulumi.Input[str]):
165
+ def service_name(self, value: pulumi.Input[builtins.str]):
165
166
  pulumi.set(self, "service_name", value)
166
167
 
167
168
  @property
168
169
  @pulumi.getter(name="locationType")
169
- def location_type(self) -> Optional[pulumi.Input[str]]:
170
+ def location_type(self) -> Optional[pulumi.Input[builtins.str]]:
170
171
  return pulumi.get(self, "location_type")
171
172
 
172
173
  @location_type.setter
173
- def location_type(self, value: Optional[pulumi.Input[str]]):
174
+ def location_type(self, value: Optional[pulumi.Input[builtins.str]]):
174
175
  pulumi.set(self, "location_type", value)
175
176
 
176
177
  @property
@@ -184,72 +185,72 @@ class ElastigroupBackendServiceArgs:
184
185
 
185
186
  @property
186
187
  @pulumi.getter
187
- def scheme(self) -> Optional[pulumi.Input[str]]:
188
+ def scheme(self) -> Optional[pulumi.Input[builtins.str]]:
188
189
  return pulumi.get(self, "scheme")
189
190
 
190
191
  @scheme.setter
191
- def scheme(self, value: Optional[pulumi.Input[str]]):
192
+ def scheme(self, value: Optional[pulumi.Input[builtins.str]]):
192
193
  pulumi.set(self, "scheme", value)
193
194
 
194
195
 
195
196
  if not MYPY:
196
197
  class ElastigroupBackendServiceNamedPortArgsDict(TypedDict):
197
- name: pulumi.Input[str]
198
- ports: pulumi.Input[Sequence[pulumi.Input[str]]]
198
+ name: pulumi.Input[builtins.str]
199
+ ports: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
199
200
  elif False:
200
201
  ElastigroupBackendServiceNamedPortArgsDict: TypeAlias = Mapping[str, Any]
201
202
 
202
203
  @pulumi.input_type
203
204
  class ElastigroupBackendServiceNamedPortArgs:
204
205
  def __init__(__self__, *,
205
- name: pulumi.Input[str],
206
- ports: pulumi.Input[Sequence[pulumi.Input[str]]]):
206
+ name: pulumi.Input[builtins.str],
207
+ ports: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
207
208
  pulumi.set(__self__, "name", name)
208
209
  pulumi.set(__self__, "ports", ports)
209
210
 
210
211
  @property
211
212
  @pulumi.getter
212
- def name(self) -> pulumi.Input[str]:
213
+ def name(self) -> pulumi.Input[builtins.str]:
213
214
  return pulumi.get(self, "name")
214
215
 
215
216
  @name.setter
216
- def name(self, value: pulumi.Input[str]):
217
+ def name(self, value: pulumi.Input[builtins.str]):
217
218
  pulumi.set(self, "name", value)
218
219
 
219
220
  @property
220
221
  @pulumi.getter
221
- def ports(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
222
+ def ports(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
222
223
  return pulumi.get(self, "ports")
223
224
 
224
225
  @ports.setter
225
- def ports(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
226
+ def ports(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
226
227
  pulumi.set(self, "ports", value)
227
228
 
228
229
 
229
230
  if not MYPY:
230
231
  class ElastigroupDiskArgsDict(TypedDict):
231
- auto_delete: NotRequired[pulumi.Input[bool]]
232
- boot: NotRequired[pulumi.Input[bool]]
233
- device_name: NotRequired[pulumi.Input[str]]
232
+ auto_delete: NotRequired[pulumi.Input[builtins.bool]]
233
+ boot: NotRequired[pulumi.Input[builtins.bool]]
234
+ device_name: NotRequired[pulumi.Input[builtins.str]]
234
235
  initialize_params: NotRequired[pulumi.Input[Sequence[pulumi.Input['ElastigroupDiskInitializeParamArgsDict']]]]
235
- interface: NotRequired[pulumi.Input[str]]
236
- mode: NotRequired[pulumi.Input[str]]
237
- source: NotRequired[pulumi.Input[str]]
238
- type: NotRequired[pulumi.Input[str]]
236
+ interface: NotRequired[pulumi.Input[builtins.str]]
237
+ mode: NotRequired[pulumi.Input[builtins.str]]
238
+ source: NotRequired[pulumi.Input[builtins.str]]
239
+ type: NotRequired[pulumi.Input[builtins.str]]
239
240
  elif False:
240
241
  ElastigroupDiskArgsDict: TypeAlias = Mapping[str, Any]
241
242
 
242
243
  @pulumi.input_type
243
244
  class ElastigroupDiskArgs:
244
245
  def __init__(__self__, *,
245
- auto_delete: Optional[pulumi.Input[bool]] = None,
246
- boot: Optional[pulumi.Input[bool]] = None,
247
- device_name: Optional[pulumi.Input[str]] = None,
246
+ auto_delete: Optional[pulumi.Input[builtins.bool]] = None,
247
+ boot: Optional[pulumi.Input[builtins.bool]] = None,
248
+ device_name: Optional[pulumi.Input[builtins.str]] = None,
248
249
  initialize_params: Optional[pulumi.Input[Sequence[pulumi.Input['ElastigroupDiskInitializeParamArgs']]]] = None,
249
- interface: Optional[pulumi.Input[str]] = None,
250
- mode: Optional[pulumi.Input[str]] = None,
251
- source: Optional[pulumi.Input[str]] = None,
252
- type: Optional[pulumi.Input[str]] = None):
250
+ interface: Optional[pulumi.Input[builtins.str]] = None,
251
+ mode: Optional[pulumi.Input[builtins.str]] = None,
252
+ source: Optional[pulumi.Input[builtins.str]] = None,
253
+ type: Optional[pulumi.Input[builtins.str]] = None):
253
254
  if auto_delete is not None:
254
255
  pulumi.set(__self__, "auto_delete", auto_delete)
255
256
  if boot is not None:
@@ -269,29 +270,29 @@ class ElastigroupDiskArgs:
269
270
 
270
271
  @property
271
272
  @pulumi.getter(name="autoDelete")
272
- def auto_delete(self) -> Optional[pulumi.Input[bool]]:
273
+ def auto_delete(self) -> Optional[pulumi.Input[builtins.bool]]:
273
274
  return pulumi.get(self, "auto_delete")
274
275
 
275
276
  @auto_delete.setter
276
- def auto_delete(self, value: Optional[pulumi.Input[bool]]):
277
+ def auto_delete(self, value: Optional[pulumi.Input[builtins.bool]]):
277
278
  pulumi.set(self, "auto_delete", value)
278
279
 
279
280
  @property
280
281
  @pulumi.getter
281
- def boot(self) -> Optional[pulumi.Input[bool]]:
282
+ def boot(self) -> Optional[pulumi.Input[builtins.bool]]:
282
283
  return pulumi.get(self, "boot")
283
284
 
284
285
  @boot.setter
285
- def boot(self, value: Optional[pulumi.Input[bool]]):
286
+ def boot(self, value: Optional[pulumi.Input[builtins.bool]]):
286
287
  pulumi.set(self, "boot", value)
287
288
 
288
289
  @property
289
290
  @pulumi.getter(name="deviceName")
290
- def device_name(self) -> Optional[pulumi.Input[str]]:
291
+ def device_name(self) -> Optional[pulumi.Input[builtins.str]]:
291
292
  return pulumi.get(self, "device_name")
292
293
 
293
294
  @device_name.setter
294
- def device_name(self, value: Optional[pulumi.Input[str]]):
295
+ def device_name(self, value: Optional[pulumi.Input[builtins.str]]):
295
296
  pulumi.set(self, "device_name", value)
296
297
 
297
298
  @property
@@ -305,55 +306,55 @@ class ElastigroupDiskArgs:
305
306
 
306
307
  @property
307
308
  @pulumi.getter
308
- def interface(self) -> Optional[pulumi.Input[str]]:
309
+ def interface(self) -> Optional[pulumi.Input[builtins.str]]:
309
310
  return pulumi.get(self, "interface")
310
311
 
311
312
  @interface.setter
312
- def interface(self, value: Optional[pulumi.Input[str]]):
313
+ def interface(self, value: Optional[pulumi.Input[builtins.str]]):
313
314
  pulumi.set(self, "interface", value)
314
315
 
315
316
  @property
316
317
  @pulumi.getter
317
- def mode(self) -> Optional[pulumi.Input[str]]:
318
+ def mode(self) -> Optional[pulumi.Input[builtins.str]]:
318
319
  return pulumi.get(self, "mode")
319
320
 
320
321
  @mode.setter
321
- def mode(self, value: Optional[pulumi.Input[str]]):
322
+ def mode(self, value: Optional[pulumi.Input[builtins.str]]):
322
323
  pulumi.set(self, "mode", value)
323
324
 
324
325
  @property
325
326
  @pulumi.getter
326
- def source(self) -> Optional[pulumi.Input[str]]:
327
+ def source(self) -> Optional[pulumi.Input[builtins.str]]:
327
328
  return pulumi.get(self, "source")
328
329
 
329
330
  @source.setter
330
- def source(self, value: Optional[pulumi.Input[str]]):
331
+ def source(self, value: Optional[pulumi.Input[builtins.str]]):
331
332
  pulumi.set(self, "source", value)
332
333
 
333
334
  @property
334
335
  @pulumi.getter
335
- def type(self) -> Optional[pulumi.Input[str]]:
336
+ def type(self) -> Optional[pulumi.Input[builtins.str]]:
336
337
  return pulumi.get(self, "type")
337
338
 
338
339
  @type.setter
339
- def type(self, value: Optional[pulumi.Input[str]]):
340
+ def type(self, value: Optional[pulumi.Input[builtins.str]]):
340
341
  pulumi.set(self, "type", value)
341
342
 
342
343
 
343
344
  if not MYPY:
344
345
  class ElastigroupDiskInitializeParamArgsDict(TypedDict):
345
- source_image: pulumi.Input[str]
346
- disk_size_gb: NotRequired[pulumi.Input[str]]
347
- disk_type: NotRequired[pulumi.Input[str]]
346
+ source_image: pulumi.Input[builtins.str]
347
+ disk_size_gb: NotRequired[pulumi.Input[builtins.str]]
348
+ disk_type: NotRequired[pulumi.Input[builtins.str]]
348
349
  elif False:
349
350
  ElastigroupDiskInitializeParamArgsDict: TypeAlias = Mapping[str, Any]
350
351
 
351
352
  @pulumi.input_type
352
353
  class ElastigroupDiskInitializeParamArgs:
353
354
  def __init__(__self__, *,
354
- source_image: pulumi.Input[str],
355
- disk_size_gb: Optional[pulumi.Input[str]] = None,
356
- disk_type: Optional[pulumi.Input[str]] = None):
355
+ source_image: pulumi.Input[builtins.str],
356
+ disk_size_gb: Optional[pulumi.Input[builtins.str]] = None,
357
+ disk_type: Optional[pulumi.Input[builtins.str]] = None):
357
358
  pulumi.set(__self__, "source_image", source_image)
358
359
  if disk_size_gb is not None:
359
360
  pulumi.set(__self__, "disk_size_gb", disk_size_gb)
@@ -362,138 +363,138 @@ class ElastigroupDiskInitializeParamArgs:
362
363
 
363
364
  @property
364
365
  @pulumi.getter(name="sourceImage")
365
- def source_image(self) -> pulumi.Input[str]:
366
+ def source_image(self) -> pulumi.Input[builtins.str]:
366
367
  return pulumi.get(self, "source_image")
367
368
 
368
369
  @source_image.setter
369
- def source_image(self, value: pulumi.Input[str]):
370
+ def source_image(self, value: pulumi.Input[builtins.str]):
370
371
  pulumi.set(self, "source_image", value)
371
372
 
372
373
  @property
373
374
  @pulumi.getter(name="diskSizeGb")
374
- def disk_size_gb(self) -> Optional[pulumi.Input[str]]:
375
+ def disk_size_gb(self) -> Optional[pulumi.Input[builtins.str]]:
375
376
  return pulumi.get(self, "disk_size_gb")
376
377
 
377
378
  @disk_size_gb.setter
378
- def disk_size_gb(self, value: Optional[pulumi.Input[str]]):
379
+ def disk_size_gb(self, value: Optional[pulumi.Input[builtins.str]]):
379
380
  pulumi.set(self, "disk_size_gb", value)
380
381
 
381
382
  @property
382
383
  @pulumi.getter(name="diskType")
383
- def disk_type(self) -> Optional[pulumi.Input[str]]:
384
+ def disk_type(self) -> Optional[pulumi.Input[builtins.str]]:
384
385
  return pulumi.get(self, "disk_type")
385
386
 
386
387
  @disk_type.setter
387
- def disk_type(self, value: Optional[pulumi.Input[str]]):
388
+ def disk_type(self, value: Optional[pulumi.Input[builtins.str]]):
388
389
  pulumi.set(self, "disk_type", value)
389
390
 
390
391
 
391
392
  if not MYPY:
392
393
  class ElastigroupGpuArgsDict(TypedDict):
393
- count: pulumi.Input[int]
394
- type: pulumi.Input[str]
394
+ count: pulumi.Input[builtins.int]
395
+ type: pulumi.Input[builtins.str]
395
396
  elif False:
396
397
  ElastigroupGpuArgsDict: TypeAlias = Mapping[str, Any]
397
398
 
398
399
  @pulumi.input_type
399
400
  class ElastigroupGpuArgs:
400
401
  def __init__(__self__, *,
401
- count: pulumi.Input[int],
402
- type: pulumi.Input[str]):
402
+ count: pulumi.Input[builtins.int],
403
+ type: pulumi.Input[builtins.str]):
403
404
  pulumi.set(__self__, "count", count)
404
405
  pulumi.set(__self__, "type", type)
405
406
 
406
407
  @property
407
408
  @pulumi.getter
408
- def count(self) -> pulumi.Input[int]:
409
+ def count(self) -> pulumi.Input[builtins.int]:
409
410
  return pulumi.get(self, "count")
410
411
 
411
412
  @count.setter
412
- def count(self, value: pulumi.Input[int]):
413
+ def count(self, value: pulumi.Input[builtins.int]):
413
414
  pulumi.set(self, "count", value)
414
415
 
415
416
  @property
416
417
  @pulumi.getter
417
- def type(self) -> pulumi.Input[str]:
418
+ def type(self) -> pulumi.Input[builtins.str]:
418
419
  return pulumi.get(self, "type")
419
420
 
420
421
  @type.setter
421
- def type(self, value: pulumi.Input[str]):
422
+ def type(self, value: pulumi.Input[builtins.str]):
422
423
  pulumi.set(self, "type", value)
423
424
 
424
425
 
425
426
  if not MYPY:
426
427
  class ElastigroupInstanceTypesCustomArgsDict(TypedDict):
427
- memory_gib: pulumi.Input[int]
428
- vcpu: pulumi.Input[int]
428
+ memory_gib: pulumi.Input[builtins.int]
429
+ vcpu: pulumi.Input[builtins.int]
429
430
  elif False:
430
431
  ElastigroupInstanceTypesCustomArgsDict: TypeAlias = Mapping[str, Any]
431
432
 
432
433
  @pulumi.input_type
433
434
  class ElastigroupInstanceTypesCustomArgs:
434
435
  def __init__(__self__, *,
435
- memory_gib: pulumi.Input[int],
436
- vcpu: pulumi.Input[int]):
436
+ memory_gib: pulumi.Input[builtins.int],
437
+ vcpu: pulumi.Input[builtins.int]):
437
438
  pulumi.set(__self__, "memory_gib", memory_gib)
438
439
  pulumi.set(__self__, "vcpu", vcpu)
439
440
 
440
441
  @property
441
442
  @pulumi.getter(name="memoryGib")
442
- def memory_gib(self) -> pulumi.Input[int]:
443
+ def memory_gib(self) -> pulumi.Input[builtins.int]:
443
444
  return pulumi.get(self, "memory_gib")
444
445
 
445
446
  @memory_gib.setter
446
- def memory_gib(self, value: pulumi.Input[int]):
447
+ def memory_gib(self, value: pulumi.Input[builtins.int]):
447
448
  pulumi.set(self, "memory_gib", value)
448
449
 
449
450
  @property
450
451
  @pulumi.getter
451
- def vcpu(self) -> pulumi.Input[int]:
452
+ def vcpu(self) -> pulumi.Input[builtins.int]:
452
453
  return pulumi.get(self, "vcpu")
453
454
 
454
455
  @vcpu.setter
455
- def vcpu(self, value: pulumi.Input[int]):
456
+ def vcpu(self, value: pulumi.Input[builtins.int]):
456
457
  pulumi.set(self, "vcpu", value)
457
458
 
458
459
 
459
460
  if not MYPY:
460
461
  class ElastigroupIntegrationDockerSwarmArgsDict(TypedDict):
461
- master_host: pulumi.Input[str]
462
- master_port: pulumi.Input[int]
462
+ master_host: pulumi.Input[builtins.str]
463
+ master_port: pulumi.Input[builtins.int]
463
464
  elif False:
464
465
  ElastigroupIntegrationDockerSwarmArgsDict: TypeAlias = Mapping[str, Any]
465
466
 
466
467
  @pulumi.input_type
467
468
  class ElastigroupIntegrationDockerSwarmArgs:
468
469
  def __init__(__self__, *,
469
- master_host: pulumi.Input[str],
470
- master_port: pulumi.Input[int]):
470
+ master_host: pulumi.Input[builtins.str],
471
+ master_port: pulumi.Input[builtins.int]):
471
472
  pulumi.set(__self__, "master_host", master_host)
472
473
  pulumi.set(__self__, "master_port", master_port)
473
474
 
474
475
  @property
475
476
  @pulumi.getter(name="masterHost")
476
- def master_host(self) -> pulumi.Input[str]:
477
+ def master_host(self) -> pulumi.Input[builtins.str]:
477
478
  return pulumi.get(self, "master_host")
478
479
 
479
480
  @master_host.setter
480
- def master_host(self, value: pulumi.Input[str]):
481
+ def master_host(self, value: pulumi.Input[builtins.str]):
481
482
  pulumi.set(self, "master_host", value)
482
483
 
483
484
  @property
484
485
  @pulumi.getter(name="masterPort")
485
- def master_port(self) -> pulumi.Input[int]:
486
+ def master_port(self) -> pulumi.Input[builtins.int]:
486
487
  return pulumi.get(self, "master_port")
487
488
 
488
489
  @master_port.setter
489
- def master_port(self, value: pulumi.Input[int]):
490
+ def master_port(self, value: pulumi.Input[builtins.int]):
490
491
  pulumi.set(self, "master_port", value)
491
492
 
492
493
 
493
494
  if not MYPY:
494
495
  class ElastigroupIntegrationGkeArgsDict(TypedDict):
495
- auto_update: NotRequired[pulumi.Input[bool]]
496
- autoscale_cooldown: NotRequired[pulumi.Input[int]]
496
+ auto_update: NotRequired[pulumi.Input[builtins.bool]]
497
+ autoscale_cooldown: NotRequired[pulumi.Input[builtins.int]]
497
498
  """
498
499
  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.
499
500
  """
@@ -505,8 +506,8 @@ if not MYPY:
505
506
  """
506
507
  Headroom for the cluster.
507
508
  """
508
- autoscale_is_auto_config: NotRequired[pulumi.Input[bool]]
509
- autoscale_is_enabled: NotRequired[pulumi.Input[bool]]
509
+ autoscale_is_auto_config: NotRequired[pulumi.Input[builtins.bool]]
510
+ autoscale_is_enabled: NotRequired[pulumi.Input[builtins.bool]]
510
511
  """
511
512
  Specifies whether the auto scaling feature is enabled.
512
513
  """
@@ -514,8 +515,8 @@ if not MYPY:
514
515
  """
515
516
  Labels to assign to the resource.
516
517
  """
517
- cluster_id: NotRequired[pulumi.Input[str]]
518
- location: NotRequired[pulumi.Input[str]]
518
+ cluster_id: NotRequired[pulumi.Input[builtins.str]]
519
+ location: NotRequired[pulumi.Input[builtins.str]]
519
520
  """
520
521
  The location of your GKE cluster.
521
522
  """
@@ -525,22 +526,22 @@ elif False:
525
526
  @pulumi.input_type
526
527
  class ElastigroupIntegrationGkeArgs:
527
528
  def __init__(__self__, *,
528
- auto_update: Optional[pulumi.Input[bool]] = None,
529
- autoscale_cooldown: Optional[pulumi.Input[int]] = None,
529
+ auto_update: Optional[pulumi.Input[builtins.bool]] = None,
530
+ autoscale_cooldown: Optional[pulumi.Input[builtins.int]] = None,
530
531
  autoscale_down: Optional[pulumi.Input['ElastigroupIntegrationGkeAutoscaleDownArgs']] = None,
531
532
  autoscale_headroom: Optional[pulumi.Input['ElastigroupIntegrationGkeAutoscaleHeadroomArgs']] = None,
532
- autoscale_is_auto_config: Optional[pulumi.Input[bool]] = None,
533
- autoscale_is_enabled: Optional[pulumi.Input[bool]] = None,
533
+ autoscale_is_auto_config: Optional[pulumi.Input[builtins.bool]] = None,
534
+ autoscale_is_enabled: Optional[pulumi.Input[builtins.bool]] = None,
534
535
  autoscale_labels: Optional[pulumi.Input[Sequence[pulumi.Input['ElastigroupIntegrationGkeAutoscaleLabelArgs']]]] = None,
535
- cluster_id: Optional[pulumi.Input[str]] = None,
536
- location: Optional[pulumi.Input[str]] = None):
536
+ cluster_id: Optional[pulumi.Input[builtins.str]] = None,
537
+ location: Optional[pulumi.Input[builtins.str]] = None):
537
538
  """
538
- :param pulumi.Input[int] autoscale_cooldown: The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.
539
+ :param pulumi.Input[builtins.int] autoscale_cooldown: The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.
539
540
  :param pulumi.Input['ElastigroupIntegrationGkeAutoscaleDownArgs'] autoscale_down: Enabling scale down.
540
541
  :param pulumi.Input['ElastigroupIntegrationGkeAutoscaleHeadroomArgs'] autoscale_headroom: Headroom for the cluster.
541
- :param pulumi.Input[bool] autoscale_is_enabled: Specifies whether the auto scaling feature is enabled.
542
+ :param pulumi.Input[builtins.bool] autoscale_is_enabled: Specifies whether the auto scaling feature is enabled.
542
543
  :param pulumi.Input[Sequence[pulumi.Input['ElastigroupIntegrationGkeAutoscaleLabelArgs']]] autoscale_labels: Labels to assign to the resource.
543
- :param pulumi.Input[str] location: The location of your GKE cluster.
544
+ :param pulumi.Input[builtins.str] location: The location of your GKE cluster.
544
545
  """
545
546
  if auto_update is not None:
546
547
  pulumi.set(__self__, "auto_update", auto_update)
@@ -563,23 +564,23 @@ class ElastigroupIntegrationGkeArgs:
563
564
 
564
565
  @property
565
566
  @pulumi.getter(name="autoUpdate")
566
- def auto_update(self) -> Optional[pulumi.Input[bool]]:
567
+ def auto_update(self) -> Optional[pulumi.Input[builtins.bool]]:
567
568
  return pulumi.get(self, "auto_update")
568
569
 
569
570
  @auto_update.setter
570
- def auto_update(self, value: Optional[pulumi.Input[bool]]):
571
+ def auto_update(self, value: Optional[pulumi.Input[builtins.bool]]):
571
572
  pulumi.set(self, "auto_update", value)
572
573
 
573
574
  @property
574
575
  @pulumi.getter(name="autoscaleCooldown")
575
- def autoscale_cooldown(self) -> Optional[pulumi.Input[int]]:
576
+ def autoscale_cooldown(self) -> Optional[pulumi.Input[builtins.int]]:
576
577
  """
577
578
  The amount of time, in seconds, after a scaling activity completes before any further trigger-related scaling activities can start.
578
579
  """
579
580
  return pulumi.get(self, "autoscale_cooldown")
580
581
 
581
582
  @autoscale_cooldown.setter
582
- def autoscale_cooldown(self, value: Optional[pulumi.Input[int]]):
583
+ def autoscale_cooldown(self, value: Optional[pulumi.Input[builtins.int]]):
583
584
  pulumi.set(self, "autoscale_cooldown", value)
584
585
 
585
586
  @property
@@ -608,23 +609,23 @@ class ElastigroupIntegrationGkeArgs:
608
609
 
609
610
  @property
610
611
  @pulumi.getter(name="autoscaleIsAutoConfig")
611
- def autoscale_is_auto_config(self) -> Optional[pulumi.Input[bool]]:
612
+ def autoscale_is_auto_config(self) -> Optional[pulumi.Input[builtins.bool]]:
612
613
  return pulumi.get(self, "autoscale_is_auto_config")
613
614
 
614
615
  @autoscale_is_auto_config.setter
615
- def autoscale_is_auto_config(self, value: Optional[pulumi.Input[bool]]):
616
+ def autoscale_is_auto_config(self, value: Optional[pulumi.Input[builtins.bool]]):
616
617
  pulumi.set(self, "autoscale_is_auto_config", value)
617
618
 
618
619
  @property
619
620
  @pulumi.getter(name="autoscaleIsEnabled")
620
- def autoscale_is_enabled(self) -> Optional[pulumi.Input[bool]]:
621
+ def autoscale_is_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
621
622
  """
622
623
  Specifies whether the auto scaling feature is enabled.
623
624
  """
624
625
  return pulumi.get(self, "autoscale_is_enabled")
625
626
 
626
627
  @autoscale_is_enabled.setter
627
- def autoscale_is_enabled(self, value: Optional[pulumi.Input[bool]]):
628
+ def autoscale_is_enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
628
629
  pulumi.set(self, "autoscale_is_enabled", value)
629
630
 
630
631
  @property
@@ -641,29 +642,29 @@ class ElastigroupIntegrationGkeArgs:
641
642
 
642
643
  @property
643
644
  @pulumi.getter(name="clusterId")
644
- def cluster_id(self) -> Optional[pulumi.Input[str]]:
645
+ def cluster_id(self) -> Optional[pulumi.Input[builtins.str]]:
645
646
  return pulumi.get(self, "cluster_id")
646
647
 
647
648
  @cluster_id.setter
648
- def cluster_id(self, value: Optional[pulumi.Input[str]]):
649
+ def cluster_id(self, value: Optional[pulumi.Input[builtins.str]]):
649
650
  pulumi.set(self, "cluster_id", value)
650
651
 
651
652
  @property
652
653
  @pulumi.getter
653
- def location(self) -> Optional[pulumi.Input[str]]:
654
+ def location(self) -> Optional[pulumi.Input[builtins.str]]:
654
655
  """
655
656
  The location of your GKE cluster.
656
657
  """
657
658
  return pulumi.get(self, "location")
658
659
 
659
660
  @location.setter
660
- def location(self, value: Optional[pulumi.Input[str]]):
661
+ def location(self, value: Optional[pulumi.Input[builtins.str]]):
661
662
  pulumi.set(self, "location", value)
662
663
 
663
664
 
664
665
  if not MYPY:
665
666
  class ElastigroupIntegrationGkeAutoscaleDownArgsDict(TypedDict):
666
- evaluation_periods: NotRequired[pulumi.Input[int]]
667
+ evaluation_periods: NotRequired[pulumi.Input[builtins.int]]
667
668
  """
668
669
  Amount of cooldown evaluation periods for scale down.
669
670
  """
@@ -673,37 +674,37 @@ elif False:
673
674
  @pulumi.input_type
674
675
  class ElastigroupIntegrationGkeAutoscaleDownArgs:
675
676
  def __init__(__self__, *,
676
- evaluation_periods: Optional[pulumi.Input[int]] = None):
677
+ evaluation_periods: Optional[pulumi.Input[builtins.int]] = None):
677
678
  """
678
- :param pulumi.Input[int] evaluation_periods: Amount of cooldown evaluation periods for scale down.
679
+ :param pulumi.Input[builtins.int] evaluation_periods: Amount of cooldown evaluation periods for scale down.
679
680
  """
680
681
  if evaluation_periods is not None:
681
682
  pulumi.set(__self__, "evaluation_periods", evaluation_periods)
682
683
 
683
684
  @property
684
685
  @pulumi.getter(name="evaluationPeriods")
685
- def evaluation_periods(self) -> Optional[pulumi.Input[int]]:
686
+ def evaluation_periods(self) -> Optional[pulumi.Input[builtins.int]]:
686
687
  """
687
688
  Amount of cooldown evaluation periods for scale down.
688
689
  """
689
690
  return pulumi.get(self, "evaluation_periods")
690
691
 
691
692
  @evaluation_periods.setter
692
- def evaluation_periods(self, value: Optional[pulumi.Input[int]]):
693
+ def evaluation_periods(self, value: Optional[pulumi.Input[builtins.int]]):
693
694
  pulumi.set(self, "evaluation_periods", value)
694
695
 
695
696
 
696
697
  if not MYPY:
697
698
  class ElastigroupIntegrationGkeAutoscaleHeadroomArgsDict(TypedDict):
698
- cpu_per_unit: NotRequired[pulumi.Input[int]]
699
+ cpu_per_unit: NotRequired[pulumi.Input[builtins.int]]
699
700
  """
700
701
  Cpu units for compute.
701
702
  """
702
- memory_per_unit: NotRequired[pulumi.Input[int]]
703
+ memory_per_unit: NotRequired[pulumi.Input[builtins.int]]
703
704
  """
704
705
  RAM units for compute.
705
706
  """
706
- num_of_units: NotRequired[pulumi.Input[int]]
707
+ num_of_units: NotRequired[pulumi.Input[builtins.int]]
707
708
  """
708
709
  Amount of units for compute.
709
710
  """
@@ -713,13 +714,13 @@ elif False:
713
714
  @pulumi.input_type
714
715
  class ElastigroupIntegrationGkeAutoscaleHeadroomArgs:
715
716
  def __init__(__self__, *,
716
- cpu_per_unit: Optional[pulumi.Input[int]] = None,
717
- memory_per_unit: Optional[pulumi.Input[int]] = None,
718
- num_of_units: Optional[pulumi.Input[int]] = None):
717
+ cpu_per_unit: Optional[pulumi.Input[builtins.int]] = None,
718
+ memory_per_unit: Optional[pulumi.Input[builtins.int]] = None,
719
+ num_of_units: Optional[pulumi.Input[builtins.int]] = None):
719
720
  """
720
- :param pulumi.Input[int] cpu_per_unit: Cpu units for compute.
721
- :param pulumi.Input[int] memory_per_unit: RAM units for compute.
722
- :param pulumi.Input[int] num_of_units: Amount of units for compute.
721
+ :param pulumi.Input[builtins.int] cpu_per_unit: Cpu units for compute.
722
+ :param pulumi.Input[builtins.int] memory_per_unit: RAM units for compute.
723
+ :param pulumi.Input[builtins.int] num_of_units: Amount of units for compute.
723
724
  """
724
725
  if cpu_per_unit is not None:
725
726
  pulumi.set(__self__, "cpu_per_unit", cpu_per_unit)
@@ -730,146 +731,146 @@ class ElastigroupIntegrationGkeAutoscaleHeadroomArgs:
730
731
 
731
732
  @property
732
733
  @pulumi.getter(name="cpuPerUnit")
733
- def cpu_per_unit(self) -> Optional[pulumi.Input[int]]:
734
+ def cpu_per_unit(self) -> Optional[pulumi.Input[builtins.int]]:
734
735
  """
735
736
  Cpu units for compute.
736
737
  """
737
738
  return pulumi.get(self, "cpu_per_unit")
738
739
 
739
740
  @cpu_per_unit.setter
740
- def cpu_per_unit(self, value: Optional[pulumi.Input[int]]):
741
+ def cpu_per_unit(self, value: Optional[pulumi.Input[builtins.int]]):
741
742
  pulumi.set(self, "cpu_per_unit", value)
742
743
 
743
744
  @property
744
745
  @pulumi.getter(name="memoryPerUnit")
745
- def memory_per_unit(self) -> Optional[pulumi.Input[int]]:
746
+ def memory_per_unit(self) -> Optional[pulumi.Input[builtins.int]]:
746
747
  """
747
748
  RAM units for compute.
748
749
  """
749
750
  return pulumi.get(self, "memory_per_unit")
750
751
 
751
752
  @memory_per_unit.setter
752
- def memory_per_unit(self, value: Optional[pulumi.Input[int]]):
753
+ def memory_per_unit(self, value: Optional[pulumi.Input[builtins.int]]):
753
754
  pulumi.set(self, "memory_per_unit", value)
754
755
 
755
756
  @property
756
757
  @pulumi.getter(name="numOfUnits")
757
- def num_of_units(self) -> Optional[pulumi.Input[int]]:
758
+ def num_of_units(self) -> Optional[pulumi.Input[builtins.int]]:
758
759
  """
759
760
  Amount of units for compute.
760
761
  """
761
762
  return pulumi.get(self, "num_of_units")
762
763
 
763
764
  @num_of_units.setter
764
- def num_of_units(self, value: Optional[pulumi.Input[int]]):
765
+ def num_of_units(self, value: Optional[pulumi.Input[builtins.int]]):
765
766
  pulumi.set(self, "num_of_units", value)
766
767
 
767
768
 
768
769
  if not MYPY:
769
770
  class ElastigroupIntegrationGkeAutoscaleLabelArgsDict(TypedDict):
770
- key: pulumi.Input[str]
771
- value: pulumi.Input[str]
771
+ key: pulumi.Input[builtins.str]
772
+ value: pulumi.Input[builtins.str]
772
773
  elif False:
773
774
  ElastigroupIntegrationGkeAutoscaleLabelArgsDict: TypeAlias = Mapping[str, Any]
774
775
 
775
776
  @pulumi.input_type
776
777
  class ElastigroupIntegrationGkeAutoscaleLabelArgs:
777
778
  def __init__(__self__, *,
778
- key: pulumi.Input[str],
779
- value: pulumi.Input[str]):
779
+ key: pulumi.Input[builtins.str],
780
+ value: pulumi.Input[builtins.str]):
780
781
  pulumi.set(__self__, "key", key)
781
782
  pulumi.set(__self__, "value", value)
782
783
 
783
784
  @property
784
785
  @pulumi.getter
785
- def key(self) -> pulumi.Input[str]:
786
+ def key(self) -> pulumi.Input[builtins.str]:
786
787
  return pulumi.get(self, "key")
787
788
 
788
789
  @key.setter
789
- def key(self, value: pulumi.Input[str]):
790
+ def key(self, value: pulumi.Input[builtins.str]):
790
791
  pulumi.set(self, "key", value)
791
792
 
792
793
  @property
793
794
  @pulumi.getter
794
- def value(self) -> pulumi.Input[str]:
795
+ def value(self) -> pulumi.Input[builtins.str]:
795
796
  return pulumi.get(self, "value")
796
797
 
797
798
  @value.setter
798
- def value(self, value: pulumi.Input[str]):
799
+ def value(self, value: pulumi.Input[builtins.str]):
799
800
  pulumi.set(self, "value", value)
800
801
 
801
802
 
802
803
  if not MYPY:
803
804
  class ElastigroupLabelArgsDict(TypedDict):
804
- key: pulumi.Input[str]
805
- value: pulumi.Input[str]
805
+ key: pulumi.Input[builtins.str]
806
+ value: pulumi.Input[builtins.str]
806
807
  elif False:
807
808
  ElastigroupLabelArgsDict: TypeAlias = Mapping[str, Any]
808
809
 
809
810
  @pulumi.input_type
810
811
  class ElastigroupLabelArgs:
811
812
  def __init__(__self__, *,
812
- key: pulumi.Input[str],
813
- value: pulumi.Input[str]):
813
+ key: pulumi.Input[builtins.str],
814
+ value: pulumi.Input[builtins.str]):
814
815
  pulumi.set(__self__, "key", key)
815
816
  pulumi.set(__self__, "value", value)
816
817
 
817
818
  @property
818
819
  @pulumi.getter
819
- def key(self) -> pulumi.Input[str]:
820
+ def key(self) -> pulumi.Input[builtins.str]:
820
821
  return pulumi.get(self, "key")
821
822
 
822
823
  @key.setter
823
- def key(self, value: pulumi.Input[str]):
824
+ def key(self, value: pulumi.Input[builtins.str]):
824
825
  pulumi.set(self, "key", value)
825
826
 
826
827
  @property
827
828
  @pulumi.getter
828
- def value(self) -> pulumi.Input[str]:
829
+ def value(self) -> pulumi.Input[builtins.str]:
829
830
  return pulumi.get(self, "value")
830
831
 
831
832
  @value.setter
832
- def value(self, value: pulumi.Input[str]):
833
+ def value(self, value: pulumi.Input[builtins.str]):
833
834
  pulumi.set(self, "value", value)
834
835
 
835
836
 
836
837
  if not MYPY:
837
838
  class ElastigroupMetadataArgsDict(TypedDict):
838
- key: pulumi.Input[str]
839
- value: pulumi.Input[str]
839
+ key: pulumi.Input[builtins.str]
840
+ value: pulumi.Input[builtins.str]
840
841
  elif False:
841
842
  ElastigroupMetadataArgsDict: TypeAlias = Mapping[str, Any]
842
843
 
843
844
  @pulumi.input_type
844
845
  class ElastigroupMetadataArgs:
845
846
  def __init__(__self__, *,
846
- key: pulumi.Input[str],
847
- value: pulumi.Input[str]):
847
+ key: pulumi.Input[builtins.str],
848
+ value: pulumi.Input[builtins.str]):
848
849
  pulumi.set(__self__, "key", key)
849
850
  pulumi.set(__self__, "value", value)
850
851
 
851
852
  @property
852
853
  @pulumi.getter
853
- def key(self) -> pulumi.Input[str]:
854
+ def key(self) -> pulumi.Input[builtins.str]:
854
855
  return pulumi.get(self, "key")
855
856
 
856
857
  @key.setter
857
- def key(self, value: pulumi.Input[str]):
858
+ def key(self, value: pulumi.Input[builtins.str]):
858
859
  pulumi.set(self, "key", value)
859
860
 
860
861
  @property
861
862
  @pulumi.getter
862
- def value(self) -> pulumi.Input[str]:
863
+ def value(self) -> pulumi.Input[builtins.str]:
863
864
  return pulumi.get(self, "value")
864
865
 
865
866
  @value.setter
866
- def value(self, value: pulumi.Input[str]):
867
+ def value(self, value: pulumi.Input[builtins.str]):
867
868
  pulumi.set(self, "value", value)
868
869
 
869
870
 
870
871
  if not MYPY:
871
872
  class ElastigroupNetworkInterfaceArgsDict(TypedDict):
872
- network: pulumi.Input[str]
873
+ network: pulumi.Input[builtins.str]
873
874
  access_configs: NotRequired[pulumi.Input[Sequence[pulumi.Input['ElastigroupNetworkInterfaceAccessConfigArgsDict']]]]
874
875
  alias_ip_ranges: NotRequired[pulumi.Input[Sequence[pulumi.Input['ElastigroupNetworkInterfaceAliasIpRangeArgsDict']]]]
875
876
  elif False:
@@ -878,7 +879,7 @@ elif False:
878
879
  @pulumi.input_type
879
880
  class ElastigroupNetworkInterfaceArgs:
880
881
  def __init__(__self__, *,
881
- network: pulumi.Input[str],
882
+ network: pulumi.Input[builtins.str],
882
883
  access_configs: Optional[pulumi.Input[Sequence[pulumi.Input['ElastigroupNetworkInterfaceAccessConfigArgs']]]] = None,
883
884
  alias_ip_ranges: Optional[pulumi.Input[Sequence[pulumi.Input['ElastigroupNetworkInterfaceAliasIpRangeArgs']]]] = None):
884
885
  pulumi.set(__self__, "network", network)
@@ -889,11 +890,11 @@ class ElastigroupNetworkInterfaceArgs:
889
890
 
890
891
  @property
891
892
  @pulumi.getter
892
- def network(self) -> pulumi.Input[str]:
893
+ def network(self) -> pulumi.Input[builtins.str]:
893
894
  return pulumi.get(self, "network")
894
895
 
895
896
  @network.setter
896
- def network(self, value: pulumi.Input[str]):
897
+ def network(self, value: pulumi.Input[builtins.str]):
897
898
  pulumi.set(self, "network", value)
898
899
 
899
900
  @property
@@ -917,16 +918,16 @@ class ElastigroupNetworkInterfaceArgs:
917
918
 
918
919
  if not MYPY:
919
920
  class ElastigroupNetworkInterfaceAccessConfigArgsDict(TypedDict):
920
- name: NotRequired[pulumi.Input[str]]
921
- type: NotRequired[pulumi.Input[str]]
921
+ name: NotRequired[pulumi.Input[builtins.str]]
922
+ type: NotRequired[pulumi.Input[builtins.str]]
922
923
  elif False:
923
924
  ElastigroupNetworkInterfaceAccessConfigArgsDict: TypeAlias = Mapping[str, Any]
924
925
 
925
926
  @pulumi.input_type
926
927
  class ElastigroupNetworkInterfaceAccessConfigArgs:
927
928
  def __init__(__self__, *,
928
- name: Optional[pulumi.Input[str]] = None,
929
- type: Optional[pulumi.Input[str]] = None):
929
+ name: Optional[pulumi.Input[builtins.str]] = None,
930
+ type: Optional[pulumi.Input[builtins.str]] = None):
930
931
  if name is not None:
931
932
  pulumi.set(__self__, "name", name)
932
933
  if type is not None:
@@ -934,120 +935,120 @@ class ElastigroupNetworkInterfaceAccessConfigArgs:
934
935
 
935
936
  @property
936
937
  @pulumi.getter
937
- def name(self) -> Optional[pulumi.Input[str]]:
938
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
938
939
  return pulumi.get(self, "name")
939
940
 
940
941
  @name.setter
941
- def name(self, value: Optional[pulumi.Input[str]]):
942
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
942
943
  pulumi.set(self, "name", value)
943
944
 
944
945
  @property
945
946
  @pulumi.getter
946
- def type(self) -> Optional[pulumi.Input[str]]:
947
+ def type(self) -> Optional[pulumi.Input[builtins.str]]:
947
948
  return pulumi.get(self, "type")
948
949
 
949
950
  @type.setter
950
- def type(self, value: Optional[pulumi.Input[str]]):
951
+ def type(self, value: Optional[pulumi.Input[builtins.str]]):
951
952
  pulumi.set(self, "type", value)
952
953
 
953
954
 
954
955
  if not MYPY:
955
956
  class ElastigroupNetworkInterfaceAliasIpRangeArgsDict(TypedDict):
956
- ip_cidr_range: pulumi.Input[str]
957
- subnetwork_range_name: pulumi.Input[str]
957
+ ip_cidr_range: pulumi.Input[builtins.str]
958
+ subnetwork_range_name: pulumi.Input[builtins.str]
958
959
  elif False:
959
960
  ElastigroupNetworkInterfaceAliasIpRangeArgsDict: TypeAlias = Mapping[str, Any]
960
961
 
961
962
  @pulumi.input_type
962
963
  class ElastigroupNetworkInterfaceAliasIpRangeArgs:
963
964
  def __init__(__self__, *,
964
- ip_cidr_range: pulumi.Input[str],
965
- subnetwork_range_name: pulumi.Input[str]):
965
+ ip_cidr_range: pulumi.Input[builtins.str],
966
+ subnetwork_range_name: pulumi.Input[builtins.str]):
966
967
  pulumi.set(__self__, "ip_cidr_range", ip_cidr_range)
967
968
  pulumi.set(__self__, "subnetwork_range_name", subnetwork_range_name)
968
969
 
969
970
  @property
970
971
  @pulumi.getter(name="ipCidrRange")
971
- def ip_cidr_range(self) -> pulumi.Input[str]:
972
+ def ip_cidr_range(self) -> pulumi.Input[builtins.str]:
972
973
  return pulumi.get(self, "ip_cidr_range")
973
974
 
974
975
  @ip_cidr_range.setter
975
- def ip_cidr_range(self, value: pulumi.Input[str]):
976
+ def ip_cidr_range(self, value: pulumi.Input[builtins.str]):
976
977
  pulumi.set(self, "ip_cidr_range", value)
977
978
 
978
979
  @property
979
980
  @pulumi.getter(name="subnetworkRangeName")
980
- def subnetwork_range_name(self) -> pulumi.Input[str]:
981
+ def subnetwork_range_name(self) -> pulumi.Input[builtins.str]:
981
982
  return pulumi.get(self, "subnetwork_range_name")
982
983
 
983
984
  @subnetwork_range_name.setter
984
- def subnetwork_range_name(self, value: pulumi.Input[str]):
985
+ def subnetwork_range_name(self, value: pulumi.Input[builtins.str]):
985
986
  pulumi.set(self, "subnetwork_range_name", value)
986
987
 
987
988
 
988
989
  if not MYPY:
989
990
  class ElastigroupRevertToPreemptibleArgsDict(TypedDict):
990
- perform_at: pulumi.Input[str]
991
+ perform_at: pulumi.Input[builtins.str]
991
992
  elif False:
992
993
  ElastigroupRevertToPreemptibleArgsDict: TypeAlias = Mapping[str, Any]
993
994
 
994
995
  @pulumi.input_type
995
996
  class ElastigroupRevertToPreemptibleArgs:
996
997
  def __init__(__self__, *,
997
- perform_at: pulumi.Input[str]):
998
+ perform_at: pulumi.Input[builtins.str]):
998
999
  pulumi.set(__self__, "perform_at", perform_at)
999
1000
 
1000
1001
  @property
1001
1002
  @pulumi.getter(name="performAt")
1002
- def perform_at(self) -> pulumi.Input[str]:
1003
+ def perform_at(self) -> pulumi.Input[builtins.str]:
1003
1004
  return pulumi.get(self, "perform_at")
1004
1005
 
1005
1006
  @perform_at.setter
1006
- def perform_at(self, value: pulumi.Input[str]):
1007
+ def perform_at(self, value: pulumi.Input[builtins.str]):
1007
1008
  pulumi.set(self, "perform_at", value)
1008
1009
 
1009
1010
 
1010
1011
  if not MYPY:
1011
1012
  class ElastigroupScalingDownPolicyArgsDict(TypedDict):
1012
- metric_name: pulumi.Input[str]
1013
- namespace: pulumi.Input[str]
1014
- policy_name: pulumi.Input[str]
1015
- threshold: pulumi.Input[float]
1016
- unit: pulumi.Input[str]
1017
- action_type: NotRequired[pulumi.Input[str]]
1018
- adjustment: NotRequired[pulumi.Input[int]]
1019
- cooldown: NotRequired[pulumi.Input[int]]
1013
+ metric_name: pulumi.Input[builtins.str]
1014
+ namespace: pulumi.Input[builtins.str]
1015
+ policy_name: pulumi.Input[builtins.str]
1016
+ threshold: pulumi.Input[builtins.float]
1017
+ unit: pulumi.Input[builtins.str]
1018
+ action_type: NotRequired[pulumi.Input[builtins.str]]
1019
+ adjustment: NotRequired[pulumi.Input[builtins.int]]
1020
+ cooldown: NotRequired[pulumi.Input[builtins.int]]
1020
1021
  dimensions: NotRequired[pulumi.Input[Sequence[pulumi.Input['ElastigroupScalingDownPolicyDimensionArgsDict']]]]
1021
- evaluation_periods: NotRequired[pulumi.Input[int]]
1022
+ evaluation_periods: NotRequired[pulumi.Input[builtins.int]]
1022
1023
  """
1023
1024
  Amount of cooldown evaluation periods for scale down.
1024
1025
  """
1025
- operator: NotRequired[pulumi.Input[str]]
1026
- period: NotRequired[pulumi.Input[int]]
1027
- source: NotRequired[pulumi.Input[str]]
1028
- statistic: NotRequired[pulumi.Input[str]]
1026
+ operator: NotRequired[pulumi.Input[builtins.str]]
1027
+ period: NotRequired[pulumi.Input[builtins.int]]
1028
+ source: NotRequired[pulumi.Input[builtins.str]]
1029
+ statistic: NotRequired[pulumi.Input[builtins.str]]
1029
1030
  elif False:
1030
1031
  ElastigroupScalingDownPolicyArgsDict: TypeAlias = Mapping[str, Any]
1031
1032
 
1032
1033
  @pulumi.input_type
1033
1034
  class ElastigroupScalingDownPolicyArgs:
1034
1035
  def __init__(__self__, *,
1035
- metric_name: pulumi.Input[str],
1036
- namespace: pulumi.Input[str],
1037
- policy_name: pulumi.Input[str],
1038
- threshold: pulumi.Input[float],
1039
- unit: pulumi.Input[str],
1040
- action_type: Optional[pulumi.Input[str]] = None,
1041
- adjustment: Optional[pulumi.Input[int]] = None,
1042
- cooldown: Optional[pulumi.Input[int]] = None,
1036
+ metric_name: pulumi.Input[builtins.str],
1037
+ namespace: pulumi.Input[builtins.str],
1038
+ policy_name: pulumi.Input[builtins.str],
1039
+ threshold: pulumi.Input[builtins.float],
1040
+ unit: pulumi.Input[builtins.str],
1041
+ action_type: Optional[pulumi.Input[builtins.str]] = None,
1042
+ adjustment: Optional[pulumi.Input[builtins.int]] = None,
1043
+ cooldown: Optional[pulumi.Input[builtins.int]] = None,
1043
1044
  dimensions: Optional[pulumi.Input[Sequence[pulumi.Input['ElastigroupScalingDownPolicyDimensionArgs']]]] = None,
1044
- evaluation_periods: Optional[pulumi.Input[int]] = None,
1045
- operator: Optional[pulumi.Input[str]] = None,
1046
- period: Optional[pulumi.Input[int]] = None,
1047
- source: Optional[pulumi.Input[str]] = None,
1048
- statistic: Optional[pulumi.Input[str]] = None):
1045
+ evaluation_periods: Optional[pulumi.Input[builtins.int]] = None,
1046
+ operator: Optional[pulumi.Input[builtins.str]] = None,
1047
+ period: Optional[pulumi.Input[builtins.int]] = None,
1048
+ source: Optional[pulumi.Input[builtins.str]] = None,
1049
+ statistic: Optional[pulumi.Input[builtins.str]] = None):
1049
1050
  """
1050
- :param pulumi.Input[int] evaluation_periods: Amount of cooldown evaluation periods for scale down.
1051
+ :param pulumi.Input[builtins.int] evaluation_periods: Amount of cooldown evaluation periods for scale down.
1051
1052
  """
1052
1053
  pulumi.set(__self__, "metric_name", metric_name)
1053
1054
  pulumi.set(__self__, "namespace", namespace)
@@ -1075,74 +1076,74 @@ class ElastigroupScalingDownPolicyArgs:
1075
1076
 
1076
1077
  @property
1077
1078
  @pulumi.getter(name="metricName")
1078
- def metric_name(self) -> pulumi.Input[str]:
1079
+ def metric_name(self) -> pulumi.Input[builtins.str]:
1079
1080
  return pulumi.get(self, "metric_name")
1080
1081
 
1081
1082
  @metric_name.setter
1082
- def metric_name(self, value: pulumi.Input[str]):
1083
+ def metric_name(self, value: pulumi.Input[builtins.str]):
1083
1084
  pulumi.set(self, "metric_name", value)
1084
1085
 
1085
1086
  @property
1086
1087
  @pulumi.getter
1087
- def namespace(self) -> pulumi.Input[str]:
1088
+ def namespace(self) -> pulumi.Input[builtins.str]:
1088
1089
  return pulumi.get(self, "namespace")
1089
1090
 
1090
1091
  @namespace.setter
1091
- def namespace(self, value: pulumi.Input[str]):
1092
+ def namespace(self, value: pulumi.Input[builtins.str]):
1092
1093
  pulumi.set(self, "namespace", value)
1093
1094
 
1094
1095
  @property
1095
1096
  @pulumi.getter(name="policyName")
1096
- def policy_name(self) -> pulumi.Input[str]:
1097
+ def policy_name(self) -> pulumi.Input[builtins.str]:
1097
1098
  return pulumi.get(self, "policy_name")
1098
1099
 
1099
1100
  @policy_name.setter
1100
- def policy_name(self, value: pulumi.Input[str]):
1101
+ def policy_name(self, value: pulumi.Input[builtins.str]):
1101
1102
  pulumi.set(self, "policy_name", value)
1102
1103
 
1103
1104
  @property
1104
1105
  @pulumi.getter
1105
- def threshold(self) -> pulumi.Input[float]:
1106
+ def threshold(self) -> pulumi.Input[builtins.float]:
1106
1107
  return pulumi.get(self, "threshold")
1107
1108
 
1108
1109
  @threshold.setter
1109
- def threshold(self, value: pulumi.Input[float]):
1110
+ def threshold(self, value: pulumi.Input[builtins.float]):
1110
1111
  pulumi.set(self, "threshold", value)
1111
1112
 
1112
1113
  @property
1113
1114
  @pulumi.getter
1114
- def unit(self) -> pulumi.Input[str]:
1115
+ def unit(self) -> pulumi.Input[builtins.str]:
1115
1116
  return pulumi.get(self, "unit")
1116
1117
 
1117
1118
  @unit.setter
1118
- def unit(self, value: pulumi.Input[str]):
1119
+ def unit(self, value: pulumi.Input[builtins.str]):
1119
1120
  pulumi.set(self, "unit", value)
1120
1121
 
1121
1122
  @property
1122
1123
  @pulumi.getter(name="actionType")
1123
- def action_type(self) -> Optional[pulumi.Input[str]]:
1124
+ def action_type(self) -> Optional[pulumi.Input[builtins.str]]:
1124
1125
  return pulumi.get(self, "action_type")
1125
1126
 
1126
1127
  @action_type.setter
1127
- def action_type(self, value: Optional[pulumi.Input[str]]):
1128
+ def action_type(self, value: Optional[pulumi.Input[builtins.str]]):
1128
1129
  pulumi.set(self, "action_type", value)
1129
1130
 
1130
1131
  @property
1131
1132
  @pulumi.getter
1132
- def adjustment(self) -> Optional[pulumi.Input[int]]:
1133
+ def adjustment(self) -> Optional[pulumi.Input[builtins.int]]:
1133
1134
  return pulumi.get(self, "adjustment")
1134
1135
 
1135
1136
  @adjustment.setter
1136
- def adjustment(self, value: Optional[pulumi.Input[int]]):
1137
+ def adjustment(self, value: Optional[pulumi.Input[builtins.int]]):
1137
1138
  pulumi.set(self, "adjustment", value)
1138
1139
 
1139
1140
  @property
1140
1141
  @pulumi.getter
1141
- def cooldown(self) -> Optional[pulumi.Input[int]]:
1142
+ def cooldown(self) -> Optional[pulumi.Input[builtins.int]]:
1142
1143
  return pulumi.get(self, "cooldown")
1143
1144
 
1144
1145
  @cooldown.setter
1145
- def cooldown(self, value: Optional[pulumi.Input[int]]):
1146
+ def cooldown(self, value: Optional[pulumi.Input[builtins.int]]):
1146
1147
  pulumi.set(self, "cooldown", value)
1147
1148
 
1148
1149
  @property
@@ -1156,129 +1157,129 @@ class ElastigroupScalingDownPolicyArgs:
1156
1157
 
1157
1158
  @property
1158
1159
  @pulumi.getter(name="evaluationPeriods")
1159
- def evaluation_periods(self) -> Optional[pulumi.Input[int]]:
1160
+ def evaluation_periods(self) -> Optional[pulumi.Input[builtins.int]]:
1160
1161
  """
1161
1162
  Amount of cooldown evaluation periods for scale down.
1162
1163
  """
1163
1164
  return pulumi.get(self, "evaluation_periods")
1164
1165
 
1165
1166
  @evaluation_periods.setter
1166
- def evaluation_periods(self, value: Optional[pulumi.Input[int]]):
1167
+ def evaluation_periods(self, value: Optional[pulumi.Input[builtins.int]]):
1167
1168
  pulumi.set(self, "evaluation_periods", value)
1168
1169
 
1169
1170
  @property
1170
1171
  @pulumi.getter
1171
- def operator(self) -> Optional[pulumi.Input[str]]:
1172
+ def operator(self) -> Optional[pulumi.Input[builtins.str]]:
1172
1173
  return pulumi.get(self, "operator")
1173
1174
 
1174
1175
  @operator.setter
1175
- def operator(self, value: Optional[pulumi.Input[str]]):
1176
+ def operator(self, value: Optional[pulumi.Input[builtins.str]]):
1176
1177
  pulumi.set(self, "operator", value)
1177
1178
 
1178
1179
  @property
1179
1180
  @pulumi.getter
1180
- def period(self) -> Optional[pulumi.Input[int]]:
1181
+ def period(self) -> Optional[pulumi.Input[builtins.int]]:
1181
1182
  return pulumi.get(self, "period")
1182
1183
 
1183
1184
  @period.setter
1184
- def period(self, value: Optional[pulumi.Input[int]]):
1185
+ def period(self, value: Optional[pulumi.Input[builtins.int]]):
1185
1186
  pulumi.set(self, "period", value)
1186
1187
 
1187
1188
  @property
1188
1189
  @pulumi.getter
1189
- def source(self) -> Optional[pulumi.Input[str]]:
1190
+ def source(self) -> Optional[pulumi.Input[builtins.str]]:
1190
1191
  return pulumi.get(self, "source")
1191
1192
 
1192
1193
  @source.setter
1193
- def source(self, value: Optional[pulumi.Input[str]]):
1194
+ def source(self, value: Optional[pulumi.Input[builtins.str]]):
1194
1195
  pulumi.set(self, "source", value)
1195
1196
 
1196
1197
  @property
1197
1198
  @pulumi.getter
1198
- def statistic(self) -> Optional[pulumi.Input[str]]:
1199
+ def statistic(self) -> Optional[pulumi.Input[builtins.str]]:
1199
1200
  return pulumi.get(self, "statistic")
1200
1201
 
1201
1202
  @statistic.setter
1202
- def statistic(self, value: Optional[pulumi.Input[str]]):
1203
+ def statistic(self, value: Optional[pulumi.Input[builtins.str]]):
1203
1204
  pulumi.set(self, "statistic", value)
1204
1205
 
1205
1206
 
1206
1207
  if not MYPY:
1207
1208
  class ElastigroupScalingDownPolicyDimensionArgsDict(TypedDict):
1208
- name: pulumi.Input[str]
1209
- value: NotRequired[pulumi.Input[str]]
1209
+ name: pulumi.Input[builtins.str]
1210
+ value: NotRequired[pulumi.Input[builtins.str]]
1210
1211
  elif False:
1211
1212
  ElastigroupScalingDownPolicyDimensionArgsDict: TypeAlias = Mapping[str, Any]
1212
1213
 
1213
1214
  @pulumi.input_type
1214
1215
  class ElastigroupScalingDownPolicyDimensionArgs:
1215
1216
  def __init__(__self__, *,
1216
- name: pulumi.Input[str],
1217
- value: Optional[pulumi.Input[str]] = None):
1217
+ name: pulumi.Input[builtins.str],
1218
+ value: Optional[pulumi.Input[builtins.str]] = None):
1218
1219
  pulumi.set(__self__, "name", name)
1219
1220
  if value is not None:
1220
1221
  pulumi.set(__self__, "value", value)
1221
1222
 
1222
1223
  @property
1223
1224
  @pulumi.getter
1224
- def name(self) -> pulumi.Input[str]:
1225
+ def name(self) -> pulumi.Input[builtins.str]:
1225
1226
  return pulumi.get(self, "name")
1226
1227
 
1227
1228
  @name.setter
1228
- def name(self, value: pulumi.Input[str]):
1229
+ def name(self, value: pulumi.Input[builtins.str]):
1229
1230
  pulumi.set(self, "name", value)
1230
1231
 
1231
1232
  @property
1232
1233
  @pulumi.getter
1233
- def value(self) -> Optional[pulumi.Input[str]]:
1234
+ def value(self) -> Optional[pulumi.Input[builtins.str]]:
1234
1235
  return pulumi.get(self, "value")
1235
1236
 
1236
1237
  @value.setter
1237
- def value(self, value: Optional[pulumi.Input[str]]):
1238
+ def value(self, value: Optional[pulumi.Input[builtins.str]]):
1238
1239
  pulumi.set(self, "value", value)
1239
1240
 
1240
1241
 
1241
1242
  if not MYPY:
1242
1243
  class ElastigroupScalingUpPolicyArgsDict(TypedDict):
1243
- metric_name: pulumi.Input[str]
1244
- namespace: pulumi.Input[str]
1245
- policy_name: pulumi.Input[str]
1246
- threshold: pulumi.Input[float]
1247
- unit: pulumi.Input[str]
1248
- action_type: NotRequired[pulumi.Input[str]]
1249
- adjustment: NotRequired[pulumi.Input[int]]
1250
- cooldown: NotRequired[pulumi.Input[int]]
1244
+ metric_name: pulumi.Input[builtins.str]
1245
+ namespace: pulumi.Input[builtins.str]
1246
+ policy_name: pulumi.Input[builtins.str]
1247
+ threshold: pulumi.Input[builtins.float]
1248
+ unit: pulumi.Input[builtins.str]
1249
+ action_type: NotRequired[pulumi.Input[builtins.str]]
1250
+ adjustment: NotRequired[pulumi.Input[builtins.int]]
1251
+ cooldown: NotRequired[pulumi.Input[builtins.int]]
1251
1252
  dimensions: NotRequired[pulumi.Input[Sequence[pulumi.Input['ElastigroupScalingUpPolicyDimensionArgsDict']]]]
1252
- evaluation_periods: NotRequired[pulumi.Input[int]]
1253
+ evaluation_periods: NotRequired[pulumi.Input[builtins.int]]
1253
1254
  """
1254
1255
  Amount of cooldown evaluation periods for scale down.
1255
1256
  """
1256
- operator: NotRequired[pulumi.Input[str]]
1257
- period: NotRequired[pulumi.Input[int]]
1258
- source: NotRequired[pulumi.Input[str]]
1259
- statistic: NotRequired[pulumi.Input[str]]
1257
+ operator: NotRequired[pulumi.Input[builtins.str]]
1258
+ period: NotRequired[pulumi.Input[builtins.int]]
1259
+ source: NotRequired[pulumi.Input[builtins.str]]
1260
+ statistic: NotRequired[pulumi.Input[builtins.str]]
1260
1261
  elif False:
1261
1262
  ElastigroupScalingUpPolicyArgsDict: TypeAlias = Mapping[str, Any]
1262
1263
 
1263
1264
  @pulumi.input_type
1264
1265
  class ElastigroupScalingUpPolicyArgs:
1265
1266
  def __init__(__self__, *,
1266
- metric_name: pulumi.Input[str],
1267
- namespace: pulumi.Input[str],
1268
- policy_name: pulumi.Input[str],
1269
- threshold: pulumi.Input[float],
1270
- unit: pulumi.Input[str],
1271
- action_type: Optional[pulumi.Input[str]] = None,
1272
- adjustment: Optional[pulumi.Input[int]] = None,
1273
- cooldown: Optional[pulumi.Input[int]] = None,
1267
+ metric_name: pulumi.Input[builtins.str],
1268
+ namespace: pulumi.Input[builtins.str],
1269
+ policy_name: pulumi.Input[builtins.str],
1270
+ threshold: pulumi.Input[builtins.float],
1271
+ unit: pulumi.Input[builtins.str],
1272
+ action_type: Optional[pulumi.Input[builtins.str]] = None,
1273
+ adjustment: Optional[pulumi.Input[builtins.int]] = None,
1274
+ cooldown: Optional[pulumi.Input[builtins.int]] = None,
1274
1275
  dimensions: Optional[pulumi.Input[Sequence[pulumi.Input['ElastigroupScalingUpPolicyDimensionArgs']]]] = None,
1275
- evaluation_periods: Optional[pulumi.Input[int]] = None,
1276
- operator: Optional[pulumi.Input[str]] = None,
1277
- period: Optional[pulumi.Input[int]] = None,
1278
- source: Optional[pulumi.Input[str]] = None,
1279
- statistic: Optional[pulumi.Input[str]] = None):
1276
+ evaluation_periods: Optional[pulumi.Input[builtins.int]] = None,
1277
+ operator: Optional[pulumi.Input[builtins.str]] = None,
1278
+ period: Optional[pulumi.Input[builtins.int]] = None,
1279
+ source: Optional[pulumi.Input[builtins.str]] = None,
1280
+ statistic: Optional[pulumi.Input[builtins.str]] = None):
1280
1281
  """
1281
- :param pulumi.Input[int] evaluation_periods: Amount of cooldown evaluation periods for scale down.
1282
+ :param pulumi.Input[builtins.int] evaluation_periods: Amount of cooldown evaluation periods for scale down.
1282
1283
  """
1283
1284
  pulumi.set(__self__, "metric_name", metric_name)
1284
1285
  pulumi.set(__self__, "namespace", namespace)
@@ -1306,74 +1307,74 @@ class ElastigroupScalingUpPolicyArgs:
1306
1307
 
1307
1308
  @property
1308
1309
  @pulumi.getter(name="metricName")
1309
- def metric_name(self) -> pulumi.Input[str]:
1310
+ def metric_name(self) -> pulumi.Input[builtins.str]:
1310
1311
  return pulumi.get(self, "metric_name")
1311
1312
 
1312
1313
  @metric_name.setter
1313
- def metric_name(self, value: pulumi.Input[str]):
1314
+ def metric_name(self, value: pulumi.Input[builtins.str]):
1314
1315
  pulumi.set(self, "metric_name", value)
1315
1316
 
1316
1317
  @property
1317
1318
  @pulumi.getter
1318
- def namespace(self) -> pulumi.Input[str]:
1319
+ def namespace(self) -> pulumi.Input[builtins.str]:
1319
1320
  return pulumi.get(self, "namespace")
1320
1321
 
1321
1322
  @namespace.setter
1322
- def namespace(self, value: pulumi.Input[str]):
1323
+ def namespace(self, value: pulumi.Input[builtins.str]):
1323
1324
  pulumi.set(self, "namespace", value)
1324
1325
 
1325
1326
  @property
1326
1327
  @pulumi.getter(name="policyName")
1327
- def policy_name(self) -> pulumi.Input[str]:
1328
+ def policy_name(self) -> pulumi.Input[builtins.str]:
1328
1329
  return pulumi.get(self, "policy_name")
1329
1330
 
1330
1331
  @policy_name.setter
1331
- def policy_name(self, value: pulumi.Input[str]):
1332
+ def policy_name(self, value: pulumi.Input[builtins.str]):
1332
1333
  pulumi.set(self, "policy_name", value)
1333
1334
 
1334
1335
  @property
1335
1336
  @pulumi.getter
1336
- def threshold(self) -> pulumi.Input[float]:
1337
+ def threshold(self) -> pulumi.Input[builtins.float]:
1337
1338
  return pulumi.get(self, "threshold")
1338
1339
 
1339
1340
  @threshold.setter
1340
- def threshold(self, value: pulumi.Input[float]):
1341
+ def threshold(self, value: pulumi.Input[builtins.float]):
1341
1342
  pulumi.set(self, "threshold", value)
1342
1343
 
1343
1344
  @property
1344
1345
  @pulumi.getter
1345
- def unit(self) -> pulumi.Input[str]:
1346
+ def unit(self) -> pulumi.Input[builtins.str]:
1346
1347
  return pulumi.get(self, "unit")
1347
1348
 
1348
1349
  @unit.setter
1349
- def unit(self, value: pulumi.Input[str]):
1350
+ def unit(self, value: pulumi.Input[builtins.str]):
1350
1351
  pulumi.set(self, "unit", value)
1351
1352
 
1352
1353
  @property
1353
1354
  @pulumi.getter(name="actionType")
1354
- def action_type(self) -> Optional[pulumi.Input[str]]:
1355
+ def action_type(self) -> Optional[pulumi.Input[builtins.str]]:
1355
1356
  return pulumi.get(self, "action_type")
1356
1357
 
1357
1358
  @action_type.setter
1358
- def action_type(self, value: Optional[pulumi.Input[str]]):
1359
+ def action_type(self, value: Optional[pulumi.Input[builtins.str]]):
1359
1360
  pulumi.set(self, "action_type", value)
1360
1361
 
1361
1362
  @property
1362
1363
  @pulumi.getter
1363
- def adjustment(self) -> Optional[pulumi.Input[int]]:
1364
+ def adjustment(self) -> Optional[pulumi.Input[builtins.int]]:
1364
1365
  return pulumi.get(self, "adjustment")
1365
1366
 
1366
1367
  @adjustment.setter
1367
- def adjustment(self, value: Optional[pulumi.Input[int]]):
1368
+ def adjustment(self, value: Optional[pulumi.Input[builtins.int]]):
1368
1369
  pulumi.set(self, "adjustment", value)
1369
1370
 
1370
1371
  @property
1371
1372
  @pulumi.getter
1372
- def cooldown(self) -> Optional[pulumi.Input[int]]:
1373
+ def cooldown(self) -> Optional[pulumi.Input[builtins.int]]:
1373
1374
  return pulumi.get(self, "cooldown")
1374
1375
 
1375
1376
  @cooldown.setter
1376
- def cooldown(self, value: Optional[pulumi.Input[int]]):
1377
+ def cooldown(self, value: Optional[pulumi.Input[builtins.int]]):
1377
1378
  pulumi.set(self, "cooldown", value)
1378
1379
 
1379
1380
  @property
@@ -1387,100 +1388,100 @@ class ElastigroupScalingUpPolicyArgs:
1387
1388
 
1388
1389
  @property
1389
1390
  @pulumi.getter(name="evaluationPeriods")
1390
- def evaluation_periods(self) -> Optional[pulumi.Input[int]]:
1391
+ def evaluation_periods(self) -> Optional[pulumi.Input[builtins.int]]:
1391
1392
  """
1392
1393
  Amount of cooldown evaluation periods for scale down.
1393
1394
  """
1394
1395
  return pulumi.get(self, "evaluation_periods")
1395
1396
 
1396
1397
  @evaluation_periods.setter
1397
- def evaluation_periods(self, value: Optional[pulumi.Input[int]]):
1398
+ def evaluation_periods(self, value: Optional[pulumi.Input[builtins.int]]):
1398
1399
  pulumi.set(self, "evaluation_periods", value)
1399
1400
 
1400
1401
  @property
1401
1402
  @pulumi.getter
1402
- def operator(self) -> Optional[pulumi.Input[str]]:
1403
+ def operator(self) -> Optional[pulumi.Input[builtins.str]]:
1403
1404
  return pulumi.get(self, "operator")
1404
1405
 
1405
1406
  @operator.setter
1406
- def operator(self, value: Optional[pulumi.Input[str]]):
1407
+ def operator(self, value: Optional[pulumi.Input[builtins.str]]):
1407
1408
  pulumi.set(self, "operator", value)
1408
1409
 
1409
1410
  @property
1410
1411
  @pulumi.getter
1411
- def period(self) -> Optional[pulumi.Input[int]]:
1412
+ def period(self) -> Optional[pulumi.Input[builtins.int]]:
1412
1413
  return pulumi.get(self, "period")
1413
1414
 
1414
1415
  @period.setter
1415
- def period(self, value: Optional[pulumi.Input[int]]):
1416
+ def period(self, value: Optional[pulumi.Input[builtins.int]]):
1416
1417
  pulumi.set(self, "period", value)
1417
1418
 
1418
1419
  @property
1419
1420
  @pulumi.getter
1420
- def source(self) -> Optional[pulumi.Input[str]]:
1421
+ def source(self) -> Optional[pulumi.Input[builtins.str]]:
1421
1422
  return pulumi.get(self, "source")
1422
1423
 
1423
1424
  @source.setter
1424
- def source(self, value: Optional[pulumi.Input[str]]):
1425
+ def source(self, value: Optional[pulumi.Input[builtins.str]]):
1425
1426
  pulumi.set(self, "source", value)
1426
1427
 
1427
1428
  @property
1428
1429
  @pulumi.getter
1429
- def statistic(self) -> Optional[pulumi.Input[str]]:
1430
+ def statistic(self) -> Optional[pulumi.Input[builtins.str]]:
1430
1431
  return pulumi.get(self, "statistic")
1431
1432
 
1432
1433
  @statistic.setter
1433
- def statistic(self, value: Optional[pulumi.Input[str]]):
1434
+ def statistic(self, value: Optional[pulumi.Input[builtins.str]]):
1434
1435
  pulumi.set(self, "statistic", value)
1435
1436
 
1436
1437
 
1437
1438
  if not MYPY:
1438
1439
  class ElastigroupScalingUpPolicyDimensionArgsDict(TypedDict):
1439
- name: pulumi.Input[str]
1440
- value: NotRequired[pulumi.Input[str]]
1440
+ name: pulumi.Input[builtins.str]
1441
+ value: NotRequired[pulumi.Input[builtins.str]]
1441
1442
  elif False:
1442
1443
  ElastigroupScalingUpPolicyDimensionArgsDict: TypeAlias = Mapping[str, Any]
1443
1444
 
1444
1445
  @pulumi.input_type
1445
1446
  class ElastigroupScalingUpPolicyDimensionArgs:
1446
1447
  def __init__(__self__, *,
1447
- name: pulumi.Input[str],
1448
- value: Optional[pulumi.Input[str]] = None):
1448
+ name: pulumi.Input[builtins.str],
1449
+ value: Optional[pulumi.Input[builtins.str]] = None):
1449
1450
  pulumi.set(__self__, "name", name)
1450
1451
  if value is not None:
1451
1452
  pulumi.set(__self__, "value", value)
1452
1453
 
1453
1454
  @property
1454
1455
  @pulumi.getter
1455
- def name(self) -> pulumi.Input[str]:
1456
+ def name(self) -> pulumi.Input[builtins.str]:
1456
1457
  return pulumi.get(self, "name")
1457
1458
 
1458
1459
  @name.setter
1459
- def name(self, value: pulumi.Input[str]):
1460
+ def name(self, value: pulumi.Input[builtins.str]):
1460
1461
  pulumi.set(self, "name", value)
1461
1462
 
1462
1463
  @property
1463
1464
  @pulumi.getter
1464
- def value(self) -> Optional[pulumi.Input[str]]:
1465
+ def value(self) -> Optional[pulumi.Input[builtins.str]]:
1465
1466
  return pulumi.get(self, "value")
1466
1467
 
1467
1468
  @value.setter
1468
- def value(self, value: Optional[pulumi.Input[str]]):
1469
+ def value(self, value: Optional[pulumi.Input[builtins.str]]):
1469
1470
  pulumi.set(self, "value", value)
1470
1471
 
1471
1472
 
1472
1473
  if not MYPY:
1473
1474
  class ElastigroupShieldedInstanceConfigArgsDict(TypedDict):
1474
- enable_integrity_monitoring: NotRequired[pulumi.Input[bool]]
1475
- enable_secure_boot: NotRequired[pulumi.Input[bool]]
1475
+ enable_integrity_monitoring: NotRequired[pulumi.Input[builtins.bool]]
1476
+ enable_secure_boot: NotRequired[pulumi.Input[builtins.bool]]
1476
1477
  elif False:
1477
1478
  ElastigroupShieldedInstanceConfigArgsDict: TypeAlias = Mapping[str, Any]
1478
1479
 
1479
1480
  @pulumi.input_type
1480
1481
  class ElastigroupShieldedInstanceConfigArgs:
1481
1482
  def __init__(__self__, *,
1482
- enable_integrity_monitoring: Optional[pulumi.Input[bool]] = None,
1483
- enable_secure_boot: Optional[pulumi.Input[bool]] = None):
1483
+ enable_integrity_monitoring: Optional[pulumi.Input[builtins.bool]] = None,
1484
+ enable_secure_boot: Optional[pulumi.Input[builtins.bool]] = None):
1484
1485
  if enable_integrity_monitoring is not None:
1485
1486
  pulumi.set(__self__, "enable_integrity_monitoring", enable_integrity_monitoring)
1486
1487
  if enable_secure_boot is not None:
@@ -1488,26 +1489,26 @@ class ElastigroupShieldedInstanceConfigArgs:
1488
1489
 
1489
1490
  @property
1490
1491
  @pulumi.getter(name="enableIntegrityMonitoring")
1491
- def enable_integrity_monitoring(self) -> Optional[pulumi.Input[bool]]:
1492
+ def enable_integrity_monitoring(self) -> Optional[pulumi.Input[builtins.bool]]:
1492
1493
  return pulumi.get(self, "enable_integrity_monitoring")
1493
1494
 
1494
1495
  @enable_integrity_monitoring.setter
1495
- def enable_integrity_monitoring(self, value: Optional[pulumi.Input[bool]]):
1496
+ def enable_integrity_monitoring(self, value: Optional[pulumi.Input[builtins.bool]]):
1496
1497
  pulumi.set(self, "enable_integrity_monitoring", value)
1497
1498
 
1498
1499
  @property
1499
1500
  @pulumi.getter(name="enableSecureBoot")
1500
- def enable_secure_boot(self) -> Optional[pulumi.Input[bool]]:
1501
+ def enable_secure_boot(self) -> Optional[pulumi.Input[builtins.bool]]:
1501
1502
  return pulumi.get(self, "enable_secure_boot")
1502
1503
 
1503
1504
  @enable_secure_boot.setter
1504
- def enable_secure_boot(self, value: Optional[pulumi.Input[bool]]):
1505
+ def enable_secure_boot(self, value: Optional[pulumi.Input[builtins.bool]]):
1505
1506
  pulumi.set(self, "enable_secure_boot", value)
1506
1507
 
1507
1508
 
1508
1509
  if not MYPY:
1509
1510
  class OceanImportAutoUpdateArgsDict(TypedDict):
1510
- is_enabled: NotRequired[pulumi.Input[bool]]
1511
+ is_enabled: NotRequired[pulumi.Input[builtins.bool]]
1511
1512
  """
1512
1513
  Enable the Ocean Kubernetes AutoUpdate.
1513
1514
  """
@@ -1517,33 +1518,33 @@ elif False:
1517
1518
  @pulumi.input_type
1518
1519
  class OceanImportAutoUpdateArgs:
1519
1520
  def __init__(__self__, *,
1520
- is_enabled: Optional[pulumi.Input[bool]] = None):
1521
+ is_enabled: Optional[pulumi.Input[builtins.bool]] = None):
1521
1522
  """
1522
- :param pulumi.Input[bool] is_enabled: Enable the Ocean Kubernetes AutoUpdate.
1523
+ :param pulumi.Input[builtins.bool] is_enabled: Enable the Ocean Kubernetes AutoUpdate.
1523
1524
  """
1524
1525
  if is_enabled is not None:
1525
1526
  pulumi.set(__self__, "is_enabled", is_enabled)
1526
1527
 
1527
1528
  @property
1528
1529
  @pulumi.getter(name="isEnabled")
1529
- def is_enabled(self) -> Optional[pulumi.Input[bool]]:
1530
+ def is_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
1530
1531
  """
1531
1532
  Enable the Ocean Kubernetes AutoUpdate.
1532
1533
  """
1533
1534
  return pulumi.get(self, "is_enabled")
1534
1535
 
1535
1536
  @is_enabled.setter
1536
- def is_enabled(self, value: Optional[pulumi.Input[bool]]):
1537
+ def is_enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
1537
1538
  pulumi.set(self, "is_enabled", value)
1538
1539
 
1539
1540
 
1540
1541
  if not MYPY:
1541
1542
  class OceanImportAutoscalerArgsDict(TypedDict):
1542
- auto_headroom_percentage: NotRequired[pulumi.Input[int]]
1543
+ auto_headroom_percentage: NotRequired[pulumi.Input[builtins.int]]
1543
1544
  """
1544
1545
  Optionally set the auto headroom percentage, set a number between 0-200 to control the headroom % from the cluster. Relevant when isAutoConfig=true.
1545
1546
  """
1546
- cooldown: NotRequired[pulumi.Input[int]]
1547
+ cooldown: NotRequired[pulumi.Input[builtins.int]]
1547
1548
  """
1548
1549
  Cooldown period between scaling actions.
1549
1550
  """
@@ -1551,7 +1552,7 @@ if not MYPY:
1551
1552
  """
1552
1553
  Auto Scaling scale down operations.
1553
1554
  """
1554
- enable_automatic_and_manual_headroom: NotRequired[pulumi.Input[bool]]
1555
+ enable_automatic_and_manual_headroom: NotRequired[pulumi.Input[builtins.bool]]
1555
1556
  """
1556
1557
  enables automatic and manual headroom to work in parallel. When set to false, automatic headroom overrides all other headroom definitions manually configured, whether they are at cluster or VNG level.
1557
1558
  """
@@ -1559,11 +1560,11 @@ if not MYPY:
1559
1560
  """
1560
1561
  Spare resource capacity management enabling fast assignment of Pods without waiting for new resources to launch.
1561
1562
  """
1562
- is_auto_config: NotRequired[pulumi.Input[bool]]
1563
+ is_auto_config: NotRequired[pulumi.Input[builtins.bool]]
1563
1564
  """
1564
1565
  Automatically configure and optimize headroom resources.
1565
1566
  """
1566
- is_enabled: NotRequired[pulumi.Input[bool]]
1567
+ is_enabled: NotRequired[pulumi.Input[builtins.bool]]
1567
1568
  """
1568
1569
  Enable the Ocean Kubernetes Autoscaler.
1569
1570
  """
@@ -1577,22 +1578,22 @@ elif False:
1577
1578
  @pulumi.input_type
1578
1579
  class OceanImportAutoscalerArgs:
1579
1580
  def __init__(__self__, *,
1580
- auto_headroom_percentage: Optional[pulumi.Input[int]] = None,
1581
- cooldown: Optional[pulumi.Input[int]] = None,
1581
+ auto_headroom_percentage: Optional[pulumi.Input[builtins.int]] = None,
1582
+ cooldown: Optional[pulumi.Input[builtins.int]] = None,
1582
1583
  down: Optional[pulumi.Input['OceanImportAutoscalerDownArgs']] = None,
1583
- enable_automatic_and_manual_headroom: Optional[pulumi.Input[bool]] = None,
1584
+ enable_automatic_and_manual_headroom: Optional[pulumi.Input[builtins.bool]] = None,
1584
1585
  headroom: Optional[pulumi.Input['OceanImportAutoscalerHeadroomArgs']] = None,
1585
- is_auto_config: Optional[pulumi.Input[bool]] = None,
1586
- is_enabled: Optional[pulumi.Input[bool]] = None,
1586
+ is_auto_config: Optional[pulumi.Input[builtins.bool]] = None,
1587
+ is_enabled: Optional[pulumi.Input[builtins.bool]] = None,
1587
1588
  resource_limits: Optional[pulumi.Input['OceanImportAutoscalerResourceLimitsArgs']] = None):
1588
1589
  """
1589
- :param pulumi.Input[int] auto_headroom_percentage: Optionally set the auto headroom percentage, set a number between 0-200 to control the headroom % from the cluster. Relevant when isAutoConfig=true.
1590
- :param pulumi.Input[int] cooldown: Cooldown period between scaling actions.
1590
+ :param pulumi.Input[builtins.int] auto_headroom_percentage: Optionally set the auto headroom percentage, set a number between 0-200 to control the headroom % from the cluster. Relevant when isAutoConfig=true.
1591
+ :param pulumi.Input[builtins.int] cooldown: Cooldown period between scaling actions.
1591
1592
  :param pulumi.Input['OceanImportAutoscalerDownArgs'] down: Auto Scaling scale down operations.
1592
- :param pulumi.Input[bool] enable_automatic_and_manual_headroom: enables automatic and manual headroom to work in parallel. When set to false, automatic headroom overrides all other headroom definitions manually configured, whether they are at cluster or VNG level.
1593
+ :param pulumi.Input[builtins.bool] enable_automatic_and_manual_headroom: enables automatic and manual headroom to work in parallel. When set to false, automatic headroom overrides all other headroom definitions manually configured, whether they are at cluster or VNG level.
1593
1594
  :param pulumi.Input['OceanImportAutoscalerHeadroomArgs'] headroom: Spare resource capacity management enabling fast assignment of Pods without waiting for new resources to launch.
1594
- :param pulumi.Input[bool] is_auto_config: Automatically configure and optimize headroom resources.
1595
- :param pulumi.Input[bool] is_enabled: Enable the Ocean Kubernetes Autoscaler.
1595
+ :param pulumi.Input[builtins.bool] is_auto_config: Automatically configure and optimize headroom resources.
1596
+ :param pulumi.Input[builtins.bool] is_enabled: Enable the Ocean Kubernetes Autoscaler.
1596
1597
  :param pulumi.Input['OceanImportAutoscalerResourceLimitsArgs'] resource_limits: Optionally set upper and lower bounds on the resource usage of the cluster.
1597
1598
  """
1598
1599
  if auto_headroom_percentage is not None:
@@ -1614,26 +1615,26 @@ class OceanImportAutoscalerArgs:
1614
1615
 
1615
1616
  @property
1616
1617
  @pulumi.getter(name="autoHeadroomPercentage")
1617
- def auto_headroom_percentage(self) -> Optional[pulumi.Input[int]]:
1618
+ def auto_headroom_percentage(self) -> Optional[pulumi.Input[builtins.int]]:
1618
1619
  """
1619
1620
  Optionally set the auto headroom percentage, set a number between 0-200 to control the headroom % from the cluster. Relevant when isAutoConfig=true.
1620
1621
  """
1621
1622
  return pulumi.get(self, "auto_headroom_percentage")
1622
1623
 
1623
1624
  @auto_headroom_percentage.setter
1624
- def auto_headroom_percentage(self, value: Optional[pulumi.Input[int]]):
1625
+ def auto_headroom_percentage(self, value: Optional[pulumi.Input[builtins.int]]):
1625
1626
  pulumi.set(self, "auto_headroom_percentage", value)
1626
1627
 
1627
1628
  @property
1628
1629
  @pulumi.getter
1629
- def cooldown(self) -> Optional[pulumi.Input[int]]:
1630
+ def cooldown(self) -> Optional[pulumi.Input[builtins.int]]:
1630
1631
  """
1631
1632
  Cooldown period between scaling actions.
1632
1633
  """
1633
1634
  return pulumi.get(self, "cooldown")
1634
1635
 
1635
1636
  @cooldown.setter
1636
- def cooldown(self, value: Optional[pulumi.Input[int]]):
1637
+ def cooldown(self, value: Optional[pulumi.Input[builtins.int]]):
1637
1638
  pulumi.set(self, "cooldown", value)
1638
1639
 
1639
1640
  @property
@@ -1650,14 +1651,14 @@ class OceanImportAutoscalerArgs:
1650
1651
 
1651
1652
  @property
1652
1653
  @pulumi.getter(name="enableAutomaticAndManualHeadroom")
1653
- def enable_automatic_and_manual_headroom(self) -> Optional[pulumi.Input[bool]]:
1654
+ def enable_automatic_and_manual_headroom(self) -> Optional[pulumi.Input[builtins.bool]]:
1654
1655
  """
1655
1656
  enables automatic and manual headroom to work in parallel. When set to false, automatic headroom overrides all other headroom definitions manually configured, whether they are at cluster or VNG level.
1656
1657
  """
1657
1658
  return pulumi.get(self, "enable_automatic_and_manual_headroom")
1658
1659
 
1659
1660
  @enable_automatic_and_manual_headroom.setter
1660
- def enable_automatic_and_manual_headroom(self, value: Optional[pulumi.Input[bool]]):
1661
+ def enable_automatic_and_manual_headroom(self, value: Optional[pulumi.Input[builtins.bool]]):
1661
1662
  pulumi.set(self, "enable_automatic_and_manual_headroom", value)
1662
1663
 
1663
1664
  @property
@@ -1674,26 +1675,26 @@ class OceanImportAutoscalerArgs:
1674
1675
 
1675
1676
  @property
1676
1677
  @pulumi.getter(name="isAutoConfig")
1677
- def is_auto_config(self) -> Optional[pulumi.Input[bool]]:
1678
+ def is_auto_config(self) -> Optional[pulumi.Input[builtins.bool]]:
1678
1679
  """
1679
1680
  Automatically configure and optimize headroom resources.
1680
1681
  """
1681
1682
  return pulumi.get(self, "is_auto_config")
1682
1683
 
1683
1684
  @is_auto_config.setter
1684
- def is_auto_config(self, value: Optional[pulumi.Input[bool]]):
1685
+ def is_auto_config(self, value: Optional[pulumi.Input[builtins.bool]]):
1685
1686
  pulumi.set(self, "is_auto_config", value)
1686
1687
 
1687
1688
  @property
1688
1689
  @pulumi.getter(name="isEnabled")
1689
- def is_enabled(self) -> Optional[pulumi.Input[bool]]:
1690
+ def is_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
1690
1691
  """
1691
1692
  Enable the Ocean Kubernetes Autoscaler.
1692
1693
  """
1693
1694
  return pulumi.get(self, "is_enabled")
1694
1695
 
1695
1696
  @is_enabled.setter
1696
- def is_enabled(self, value: Optional[pulumi.Input[bool]]):
1697
+ def is_enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
1697
1698
  pulumi.set(self, "is_enabled", value)
1698
1699
 
1699
1700
  @property
@@ -1711,15 +1712,15 @@ class OceanImportAutoscalerArgs:
1711
1712
 
1712
1713
  if not MYPY:
1713
1714
  class OceanImportAutoscalerDownArgsDict(TypedDict):
1714
- evaluation_periods: NotRequired[pulumi.Input[int]]
1715
+ evaluation_periods: NotRequired[pulumi.Input[builtins.int]]
1715
1716
  """
1716
1717
  The number of evaluation periods that should accumulate before a scale down action takes place.
1717
1718
  """
1718
- is_aggressive_scale_down_enabled: NotRequired[pulumi.Input[bool]]
1719
+ is_aggressive_scale_down_enabled: NotRequired[pulumi.Input[builtins.bool]]
1719
1720
  """
1720
1721
  When set to 'true', the Aggressive Scale Down feature is enabled.
1721
1722
  """
1722
- max_scale_down_percentage: NotRequired[pulumi.Input[float]]
1723
+ max_scale_down_percentage: NotRequired[pulumi.Input[builtins.float]]
1723
1724
  """
1724
1725
  Would represent the maximum % to scale-down. Number between 1-100.
1725
1726
  """
@@ -1729,13 +1730,13 @@ elif False:
1729
1730
  @pulumi.input_type
1730
1731
  class OceanImportAutoscalerDownArgs:
1731
1732
  def __init__(__self__, *,
1732
- evaluation_periods: Optional[pulumi.Input[int]] = None,
1733
- is_aggressive_scale_down_enabled: Optional[pulumi.Input[bool]] = None,
1734
- max_scale_down_percentage: Optional[pulumi.Input[float]] = None):
1733
+ evaluation_periods: Optional[pulumi.Input[builtins.int]] = None,
1734
+ is_aggressive_scale_down_enabled: Optional[pulumi.Input[builtins.bool]] = None,
1735
+ max_scale_down_percentage: Optional[pulumi.Input[builtins.float]] = None):
1735
1736
  """
1736
- :param pulumi.Input[int] evaluation_periods: The number of evaluation periods that should accumulate before a scale down action takes place.
1737
- :param pulumi.Input[bool] is_aggressive_scale_down_enabled: When set to 'true', the Aggressive Scale Down feature is enabled.
1738
- :param pulumi.Input[float] max_scale_down_percentage: Would represent the maximum % to scale-down. Number between 1-100.
1737
+ :param pulumi.Input[builtins.int] evaluation_periods: The number of evaluation periods that should accumulate before a scale down action takes place.
1738
+ :param pulumi.Input[builtins.bool] is_aggressive_scale_down_enabled: When set to 'true', the Aggressive Scale Down feature is enabled.
1739
+ :param pulumi.Input[builtins.float] max_scale_down_percentage: Would represent the maximum % to scale-down. Number between 1-100.
1739
1740
  """
1740
1741
  if evaluation_periods is not None:
1741
1742
  pulumi.set(__self__, "evaluation_periods", evaluation_periods)
@@ -1746,56 +1747,56 @@ class OceanImportAutoscalerDownArgs:
1746
1747
 
1747
1748
  @property
1748
1749
  @pulumi.getter(name="evaluationPeriods")
1749
- def evaluation_periods(self) -> Optional[pulumi.Input[int]]:
1750
+ def evaluation_periods(self) -> Optional[pulumi.Input[builtins.int]]:
1750
1751
  """
1751
1752
  The number of evaluation periods that should accumulate before a scale down action takes place.
1752
1753
  """
1753
1754
  return pulumi.get(self, "evaluation_periods")
1754
1755
 
1755
1756
  @evaluation_periods.setter
1756
- def evaluation_periods(self, value: Optional[pulumi.Input[int]]):
1757
+ def evaluation_periods(self, value: Optional[pulumi.Input[builtins.int]]):
1757
1758
  pulumi.set(self, "evaluation_periods", value)
1758
1759
 
1759
1760
  @property
1760
1761
  @pulumi.getter(name="isAggressiveScaleDownEnabled")
1761
- def is_aggressive_scale_down_enabled(self) -> Optional[pulumi.Input[bool]]:
1762
+ def is_aggressive_scale_down_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
1762
1763
  """
1763
1764
  When set to 'true', the Aggressive Scale Down feature is enabled.
1764
1765
  """
1765
1766
  return pulumi.get(self, "is_aggressive_scale_down_enabled")
1766
1767
 
1767
1768
  @is_aggressive_scale_down_enabled.setter
1768
- def is_aggressive_scale_down_enabled(self, value: Optional[pulumi.Input[bool]]):
1769
+ def is_aggressive_scale_down_enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
1769
1770
  pulumi.set(self, "is_aggressive_scale_down_enabled", value)
1770
1771
 
1771
1772
  @property
1772
1773
  @pulumi.getter(name="maxScaleDownPercentage")
1773
- def max_scale_down_percentage(self) -> Optional[pulumi.Input[float]]:
1774
+ def max_scale_down_percentage(self) -> Optional[pulumi.Input[builtins.float]]:
1774
1775
  """
1775
1776
  Would represent the maximum % to scale-down. Number between 1-100.
1776
1777
  """
1777
1778
  return pulumi.get(self, "max_scale_down_percentage")
1778
1779
 
1779
1780
  @max_scale_down_percentage.setter
1780
- def max_scale_down_percentage(self, value: Optional[pulumi.Input[float]]):
1781
+ def max_scale_down_percentage(self, value: Optional[pulumi.Input[builtins.float]]):
1781
1782
  pulumi.set(self, "max_scale_down_percentage", value)
1782
1783
 
1783
1784
 
1784
1785
  if not MYPY:
1785
1786
  class OceanImportAutoscalerHeadroomArgsDict(TypedDict):
1786
- cpu_per_unit: NotRequired[pulumi.Input[int]]
1787
+ cpu_per_unit: NotRequired[pulumi.Input[builtins.int]]
1787
1788
  """
1788
1789
  Optionally configure the number of CPUs to allocate the headroom. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.
1789
1790
  """
1790
- gpu_per_unit: NotRequired[pulumi.Input[int]]
1791
+ gpu_per_unit: NotRequired[pulumi.Input[builtins.int]]
1791
1792
  """
1792
1793
  How much GPU allocate for headroom unit.
1793
1794
  """
1794
- memory_per_unit: NotRequired[pulumi.Input[int]]
1795
+ memory_per_unit: NotRequired[pulumi.Input[builtins.int]]
1795
1796
  """
1796
1797
  Optionally configure the amount of memory (MiB) to allocate the headroom.
1797
1798
  """
1798
- num_of_units: NotRequired[pulumi.Input[int]]
1799
+ num_of_units: NotRequired[pulumi.Input[builtins.int]]
1799
1800
  """
1800
1801
  The number of units to retain as headroom, where each unit has the defined headroom CPU and memory.
1801
1802
  """
@@ -1805,15 +1806,15 @@ elif False:
1805
1806
  @pulumi.input_type
1806
1807
  class OceanImportAutoscalerHeadroomArgs:
1807
1808
  def __init__(__self__, *,
1808
- cpu_per_unit: Optional[pulumi.Input[int]] = None,
1809
- gpu_per_unit: Optional[pulumi.Input[int]] = None,
1810
- memory_per_unit: Optional[pulumi.Input[int]] = None,
1811
- num_of_units: Optional[pulumi.Input[int]] = None):
1809
+ cpu_per_unit: Optional[pulumi.Input[builtins.int]] = None,
1810
+ gpu_per_unit: Optional[pulumi.Input[builtins.int]] = None,
1811
+ memory_per_unit: Optional[pulumi.Input[builtins.int]] = None,
1812
+ num_of_units: Optional[pulumi.Input[builtins.int]] = None):
1812
1813
  """
1813
- :param pulumi.Input[int] cpu_per_unit: Optionally configure the number of CPUs to allocate the headroom. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.
1814
- :param pulumi.Input[int] gpu_per_unit: How much GPU allocate for headroom unit.
1815
- :param pulumi.Input[int] memory_per_unit: Optionally configure the amount of memory (MiB) to allocate the headroom.
1816
- :param pulumi.Input[int] num_of_units: The number of units to retain as headroom, where each unit has the defined headroom CPU and memory.
1814
+ :param pulumi.Input[builtins.int] cpu_per_unit: Optionally configure the number of CPUs to allocate the headroom. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.
1815
+ :param pulumi.Input[builtins.int] gpu_per_unit: How much GPU allocate for headroom unit.
1816
+ :param pulumi.Input[builtins.int] memory_per_unit: Optionally configure the amount of memory (MiB) to allocate the headroom.
1817
+ :param pulumi.Input[builtins.int] num_of_units: The number of units to retain as headroom, where each unit has the defined headroom CPU and memory.
1817
1818
  """
1818
1819
  if cpu_per_unit is not None:
1819
1820
  pulumi.set(__self__, "cpu_per_unit", cpu_per_unit)
@@ -1826,60 +1827,60 @@ class OceanImportAutoscalerHeadroomArgs:
1826
1827
 
1827
1828
  @property
1828
1829
  @pulumi.getter(name="cpuPerUnit")
1829
- def cpu_per_unit(self) -> Optional[pulumi.Input[int]]:
1830
+ def cpu_per_unit(self) -> Optional[pulumi.Input[builtins.int]]:
1830
1831
  """
1831
1832
  Optionally configure the number of CPUs to allocate the headroom. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.
1832
1833
  """
1833
1834
  return pulumi.get(self, "cpu_per_unit")
1834
1835
 
1835
1836
  @cpu_per_unit.setter
1836
- def cpu_per_unit(self, value: Optional[pulumi.Input[int]]):
1837
+ def cpu_per_unit(self, value: Optional[pulumi.Input[builtins.int]]):
1837
1838
  pulumi.set(self, "cpu_per_unit", value)
1838
1839
 
1839
1840
  @property
1840
1841
  @pulumi.getter(name="gpuPerUnit")
1841
- def gpu_per_unit(self) -> Optional[pulumi.Input[int]]:
1842
+ def gpu_per_unit(self) -> Optional[pulumi.Input[builtins.int]]:
1842
1843
  """
1843
1844
  How much GPU allocate for headroom unit.
1844
1845
  """
1845
1846
  return pulumi.get(self, "gpu_per_unit")
1846
1847
 
1847
1848
  @gpu_per_unit.setter
1848
- def gpu_per_unit(self, value: Optional[pulumi.Input[int]]):
1849
+ def gpu_per_unit(self, value: Optional[pulumi.Input[builtins.int]]):
1849
1850
  pulumi.set(self, "gpu_per_unit", value)
1850
1851
 
1851
1852
  @property
1852
1853
  @pulumi.getter(name="memoryPerUnit")
1853
- def memory_per_unit(self) -> Optional[pulumi.Input[int]]:
1854
+ def memory_per_unit(self) -> Optional[pulumi.Input[builtins.int]]:
1854
1855
  """
1855
1856
  Optionally configure the amount of memory (MiB) to allocate the headroom.
1856
1857
  """
1857
1858
  return pulumi.get(self, "memory_per_unit")
1858
1859
 
1859
1860
  @memory_per_unit.setter
1860
- def memory_per_unit(self, value: Optional[pulumi.Input[int]]):
1861
+ def memory_per_unit(self, value: Optional[pulumi.Input[builtins.int]]):
1861
1862
  pulumi.set(self, "memory_per_unit", value)
1862
1863
 
1863
1864
  @property
1864
1865
  @pulumi.getter(name="numOfUnits")
1865
- def num_of_units(self) -> Optional[pulumi.Input[int]]:
1866
+ def num_of_units(self) -> Optional[pulumi.Input[builtins.int]]:
1866
1867
  """
1867
1868
  The number of units to retain as headroom, where each unit has the defined headroom CPU and memory.
1868
1869
  """
1869
1870
  return pulumi.get(self, "num_of_units")
1870
1871
 
1871
1872
  @num_of_units.setter
1872
- def num_of_units(self, value: Optional[pulumi.Input[int]]):
1873
+ def num_of_units(self, value: Optional[pulumi.Input[builtins.int]]):
1873
1874
  pulumi.set(self, "num_of_units", value)
1874
1875
 
1875
1876
 
1876
1877
  if not MYPY:
1877
1878
  class OceanImportAutoscalerResourceLimitsArgsDict(TypedDict):
1878
- max_memory_gib: NotRequired[pulumi.Input[int]]
1879
+ max_memory_gib: NotRequired[pulumi.Input[builtins.int]]
1879
1880
  """
1880
1881
  The maximum memory in GiB units that can be allocated to the cluster.
1881
1882
  """
1882
- max_vcpu: NotRequired[pulumi.Input[int]]
1883
+ max_vcpu: NotRequired[pulumi.Input[builtins.int]]
1883
1884
  """
1884
1885
  The maximum cpu in vCpu units that can be allocated to the cluster.
1885
1886
  """
@@ -1889,11 +1890,11 @@ elif False:
1889
1890
  @pulumi.input_type
1890
1891
  class OceanImportAutoscalerResourceLimitsArgs:
1891
1892
  def __init__(__self__, *,
1892
- max_memory_gib: Optional[pulumi.Input[int]] = None,
1893
- max_vcpu: Optional[pulumi.Input[int]] = None):
1893
+ max_memory_gib: Optional[pulumi.Input[builtins.int]] = None,
1894
+ max_vcpu: Optional[pulumi.Input[builtins.int]] = None):
1894
1895
  """
1895
- :param pulumi.Input[int] max_memory_gib: The maximum memory in GiB units that can be allocated to the cluster.
1896
- :param pulumi.Input[int] max_vcpu: The maximum cpu in vCpu units that can be allocated to the cluster.
1896
+ :param pulumi.Input[builtins.int] max_memory_gib: The maximum memory in GiB units that can be allocated to the cluster.
1897
+ :param pulumi.Input[builtins.int] max_vcpu: The maximum cpu in vCpu units that can be allocated to the cluster.
1897
1898
  """
1898
1899
  if max_memory_gib is not None:
1899
1900
  pulumi.set(__self__, "max_memory_gib", max_memory_gib)
@@ -1902,41 +1903,41 @@ class OceanImportAutoscalerResourceLimitsArgs:
1902
1903
 
1903
1904
  @property
1904
1905
  @pulumi.getter(name="maxMemoryGib")
1905
- def max_memory_gib(self) -> Optional[pulumi.Input[int]]:
1906
+ def max_memory_gib(self) -> Optional[pulumi.Input[builtins.int]]:
1906
1907
  """
1907
1908
  The maximum memory in GiB units that can be allocated to the cluster.
1908
1909
  """
1909
1910
  return pulumi.get(self, "max_memory_gib")
1910
1911
 
1911
1912
  @max_memory_gib.setter
1912
- def max_memory_gib(self, value: Optional[pulumi.Input[int]]):
1913
+ def max_memory_gib(self, value: Optional[pulumi.Input[builtins.int]]):
1913
1914
  pulumi.set(self, "max_memory_gib", value)
1914
1915
 
1915
1916
  @property
1916
1917
  @pulumi.getter(name="maxVcpu")
1917
- def max_vcpu(self) -> Optional[pulumi.Input[int]]:
1918
+ def max_vcpu(self) -> Optional[pulumi.Input[builtins.int]]:
1918
1919
  """
1919
1920
  The maximum cpu in vCpu units that can be allocated to the cluster.
1920
1921
  """
1921
1922
  return pulumi.get(self, "max_vcpu")
1922
1923
 
1923
1924
  @max_vcpu.setter
1924
- def max_vcpu(self, value: Optional[pulumi.Input[int]]):
1925
+ def max_vcpu(self, value: Optional[pulumi.Input[builtins.int]]):
1925
1926
  pulumi.set(self, "max_vcpu", value)
1926
1927
 
1927
1928
 
1928
1929
  if not MYPY:
1929
1930
  class OceanImportBackendServiceArgsDict(TypedDict):
1930
- service_name: pulumi.Input[str]
1931
+ service_name: pulumi.Input[builtins.str]
1931
1932
  """
1932
1933
  The name of the backend service.
1933
1934
  """
1934
- location_type: NotRequired[pulumi.Input[str]]
1935
+ location_type: NotRequired[pulumi.Input[builtins.str]]
1935
1936
  """
1936
1937
  Sets which location the backend services will be active. Valid values: `regional`, `global`.
1937
1938
  """
1938
1939
  named_ports: NotRequired[pulumi.Input[Sequence[pulumi.Input['OceanImportBackendServiceNamedPortArgsDict']]]]
1939
- scheme: NotRequired[pulumi.Input[str]]
1940
+ scheme: NotRequired[pulumi.Input[builtins.str]]
1940
1941
  """
1941
1942
  Use when `location_type` is `regional`. Set the traffic for the backend service to either between the instances in the vpc or to traffic from the internet. Valid values: `INTERNAL`, `EXTERNAL`.
1942
1943
  """
@@ -1946,14 +1947,14 @@ elif False:
1946
1947
  @pulumi.input_type
1947
1948
  class OceanImportBackendServiceArgs:
1948
1949
  def __init__(__self__, *,
1949
- service_name: pulumi.Input[str],
1950
- location_type: Optional[pulumi.Input[str]] = None,
1950
+ service_name: pulumi.Input[builtins.str],
1951
+ location_type: Optional[pulumi.Input[builtins.str]] = None,
1951
1952
  named_ports: Optional[pulumi.Input[Sequence[pulumi.Input['OceanImportBackendServiceNamedPortArgs']]]] = None,
1952
- scheme: Optional[pulumi.Input[str]] = None):
1953
+ scheme: Optional[pulumi.Input[builtins.str]] = None):
1953
1954
  """
1954
- :param pulumi.Input[str] service_name: The name of the backend service.
1955
- :param pulumi.Input[str] location_type: Sets which location the backend services will be active. Valid values: `regional`, `global`.
1956
- :param pulumi.Input[str] scheme: Use when `location_type` is `regional`. Set the traffic for the backend service to either between the instances in the vpc or to traffic from the internet. Valid values: `INTERNAL`, `EXTERNAL`.
1955
+ :param pulumi.Input[builtins.str] service_name: The name of the backend service.
1956
+ :param pulumi.Input[builtins.str] location_type: Sets which location the backend services will be active. Valid values: `regional`, `global`.
1957
+ :param pulumi.Input[builtins.str] scheme: Use when `location_type` is `regional`. Set the traffic for the backend service to either between the instances in the vpc or to traffic from the internet. Valid values: `INTERNAL`, `EXTERNAL`.
1957
1958
  """
1958
1959
  pulumi.set(__self__, "service_name", service_name)
1959
1960
  if location_type is not None:
@@ -1965,26 +1966,26 @@ class OceanImportBackendServiceArgs:
1965
1966
 
1966
1967
  @property
1967
1968
  @pulumi.getter(name="serviceName")
1968
- def service_name(self) -> pulumi.Input[str]:
1969
+ def service_name(self) -> pulumi.Input[builtins.str]:
1969
1970
  """
1970
1971
  The name of the backend service.
1971
1972
  """
1972
1973
  return pulumi.get(self, "service_name")
1973
1974
 
1974
1975
  @service_name.setter
1975
- def service_name(self, value: pulumi.Input[str]):
1976
+ def service_name(self, value: pulumi.Input[builtins.str]):
1976
1977
  pulumi.set(self, "service_name", value)
1977
1978
 
1978
1979
  @property
1979
1980
  @pulumi.getter(name="locationType")
1980
- def location_type(self) -> Optional[pulumi.Input[str]]:
1981
+ def location_type(self) -> Optional[pulumi.Input[builtins.str]]:
1981
1982
  """
1982
1983
  Sets which location the backend services will be active. Valid values: `regional`, `global`.
1983
1984
  """
1984
1985
  return pulumi.get(self, "location_type")
1985
1986
 
1986
1987
  @location_type.setter
1987
- def location_type(self, value: Optional[pulumi.Input[str]]):
1988
+ def location_type(self, value: Optional[pulumi.Input[builtins.str]]):
1988
1989
  pulumi.set(self, "location_type", value)
1989
1990
 
1990
1991
  @property
@@ -1998,21 +1999,21 @@ class OceanImportBackendServiceArgs:
1998
1999
 
1999
2000
  @property
2000
2001
  @pulumi.getter
2001
- def scheme(self) -> Optional[pulumi.Input[str]]:
2002
+ def scheme(self) -> Optional[pulumi.Input[builtins.str]]:
2002
2003
  """
2003
2004
  Use when `location_type` is `regional`. Set the traffic for the backend service to either between the instances in the vpc or to traffic from the internet. Valid values: `INTERNAL`, `EXTERNAL`.
2004
2005
  """
2005
2006
  return pulumi.get(self, "scheme")
2006
2007
 
2007
2008
  @scheme.setter
2008
- def scheme(self, value: Optional[pulumi.Input[str]]):
2009
+ def scheme(self, value: Optional[pulumi.Input[builtins.str]]):
2009
2010
  pulumi.set(self, "scheme", value)
2010
2011
 
2011
2012
 
2012
2013
  if not MYPY:
2013
2014
  class OceanImportBackendServiceNamedPortArgsDict(TypedDict):
2014
- name: pulumi.Input[str]
2015
- ports: pulumi.Input[Sequence[pulumi.Input[str]]]
2015
+ name: pulumi.Input[builtins.str]
2016
+ ports: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
2016
2017
  """
2017
2018
  A list of ports.
2018
2019
  """
@@ -2022,59 +2023,59 @@ elif False:
2022
2023
  @pulumi.input_type
2023
2024
  class OceanImportBackendServiceNamedPortArgs:
2024
2025
  def __init__(__self__, *,
2025
- name: pulumi.Input[str],
2026
- ports: pulumi.Input[Sequence[pulumi.Input[str]]]):
2026
+ name: pulumi.Input[builtins.str],
2027
+ ports: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
2027
2028
  """
2028
- :param pulumi.Input[Sequence[pulumi.Input[str]]] ports: A list of ports.
2029
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] ports: A list of ports.
2029
2030
  """
2030
2031
  pulumi.set(__self__, "name", name)
2031
2032
  pulumi.set(__self__, "ports", ports)
2032
2033
 
2033
2034
  @property
2034
2035
  @pulumi.getter
2035
- def name(self) -> pulumi.Input[str]:
2036
+ def name(self) -> pulumi.Input[builtins.str]:
2036
2037
  return pulumi.get(self, "name")
2037
2038
 
2038
2039
  @name.setter
2039
- def name(self, value: pulumi.Input[str]):
2040
+ def name(self, value: pulumi.Input[builtins.str]):
2040
2041
  pulumi.set(self, "name", value)
2041
2042
 
2042
2043
  @property
2043
2044
  @pulumi.getter
2044
- def ports(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2045
+ def ports(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
2045
2046
  """
2046
2047
  A list of ports.
2047
2048
  """
2048
2049
  return pulumi.get(self, "ports")
2049
2050
 
2050
2051
  @ports.setter
2051
- def ports(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2052
+ def ports(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
2052
2053
  pulumi.set(self, "ports", value)
2053
2054
 
2054
2055
 
2055
2056
  if not MYPY:
2056
2057
  class OceanImportFiltersArgsDict(TypedDict):
2057
- exclude_families: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2058
+ exclude_families: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
2058
2059
  """
2059
2060
  Types belonging to a family from the ExcludeFamilies will not be available for scaling (asterisk wildcard is also supported). For example, C* will exclude instance types from these families: c5, c4, c4a, etc.
2060
2061
  """
2061
- include_families: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2062
+ include_families: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
2062
2063
  """
2063
2064
  Types belonging to a family from the IncludeFamilies will be available for scaling (asterisk wildcard is also supported). For example, C* will include instance types from these families: c5, c4, c4a, etc.
2064
2065
  """
2065
- max_memory_gib: NotRequired[pulumi.Input[float]]
2066
+ max_memory_gib: NotRequired[pulumi.Input[builtins.float]]
2066
2067
  """
2067
2068
  Maximum amount of Memory (GiB).
2068
2069
  """
2069
- max_vcpu: NotRequired[pulumi.Input[int]]
2070
+ max_vcpu: NotRequired[pulumi.Input[builtins.int]]
2070
2071
  """
2071
2072
  Maximum number of vcpus available.
2072
2073
  """
2073
- min_memory_gib: NotRequired[pulumi.Input[float]]
2074
+ min_memory_gib: NotRequired[pulumi.Input[builtins.float]]
2074
2075
  """
2075
2076
  Minimum amount of Memory (GiB).
2076
2077
  """
2077
- min_vcpu: NotRequired[pulumi.Input[int]]
2078
+ min_vcpu: NotRequired[pulumi.Input[builtins.int]]
2078
2079
  """
2079
2080
  Minimum number of vcpus available.
2080
2081
  """
@@ -2084,19 +2085,19 @@ elif False:
2084
2085
  @pulumi.input_type
2085
2086
  class OceanImportFiltersArgs:
2086
2087
  def __init__(__self__, *,
2087
- exclude_families: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2088
- include_families: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2089
- max_memory_gib: Optional[pulumi.Input[float]] = None,
2090
- max_vcpu: Optional[pulumi.Input[int]] = None,
2091
- min_memory_gib: Optional[pulumi.Input[float]] = None,
2092
- min_vcpu: Optional[pulumi.Input[int]] = None):
2093
- """
2094
- :param pulumi.Input[Sequence[pulumi.Input[str]]] exclude_families: Types belonging to a family from the ExcludeFamilies will not be available for scaling (asterisk wildcard is also supported). For example, C* will exclude instance types from these families: c5, c4, c4a, etc.
2095
- :param pulumi.Input[Sequence[pulumi.Input[str]]] include_families: Types belonging to a family from the IncludeFamilies will be available for scaling (asterisk wildcard is also supported). For example, C* will include instance types from these families: c5, c4, c4a, etc.
2096
- :param pulumi.Input[float] max_memory_gib: Maximum amount of Memory (GiB).
2097
- :param pulumi.Input[int] max_vcpu: Maximum number of vcpus available.
2098
- :param pulumi.Input[float] min_memory_gib: Minimum amount of Memory (GiB).
2099
- :param pulumi.Input[int] min_vcpu: Minimum number of vcpus available.
2088
+ exclude_families: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
2089
+ include_families: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
2090
+ max_memory_gib: Optional[pulumi.Input[builtins.float]] = None,
2091
+ max_vcpu: Optional[pulumi.Input[builtins.int]] = None,
2092
+ min_memory_gib: Optional[pulumi.Input[builtins.float]] = None,
2093
+ min_vcpu: Optional[pulumi.Input[builtins.int]] = None):
2094
+ """
2095
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] exclude_families: Types belonging to a family from the ExcludeFamilies will not be available for scaling (asterisk wildcard is also supported). For example, C* will exclude instance types from these families: c5, c4, c4a, etc.
2096
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] include_families: Types belonging to a family from the IncludeFamilies will be available for scaling (asterisk wildcard is also supported). For example, C* will include instance types from these families: c5, c4, c4a, etc.
2097
+ :param pulumi.Input[builtins.float] max_memory_gib: Maximum amount of Memory (GiB).
2098
+ :param pulumi.Input[builtins.int] max_vcpu: Maximum number of vcpus available.
2099
+ :param pulumi.Input[builtins.float] min_memory_gib: Minimum amount of Memory (GiB).
2100
+ :param pulumi.Input[builtins.int] min_vcpu: Minimum number of vcpus available.
2100
2101
  """
2101
2102
  if exclude_families is not None:
2102
2103
  pulumi.set(__self__, "exclude_families", exclude_families)
@@ -2113,74 +2114,74 @@ class OceanImportFiltersArgs:
2113
2114
 
2114
2115
  @property
2115
2116
  @pulumi.getter(name="excludeFamilies")
2116
- def exclude_families(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2117
+ def exclude_families(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
2117
2118
  """
2118
2119
  Types belonging to a family from the ExcludeFamilies will not be available for scaling (asterisk wildcard is also supported). For example, C* will exclude instance types from these families: c5, c4, c4a, etc.
2119
2120
  """
2120
2121
  return pulumi.get(self, "exclude_families")
2121
2122
 
2122
2123
  @exclude_families.setter
2123
- def exclude_families(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2124
+ def exclude_families(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
2124
2125
  pulumi.set(self, "exclude_families", value)
2125
2126
 
2126
2127
  @property
2127
2128
  @pulumi.getter(name="includeFamilies")
2128
- def include_families(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2129
+ def include_families(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
2129
2130
  """
2130
2131
  Types belonging to a family from the IncludeFamilies will be available for scaling (asterisk wildcard is also supported). For example, C* will include instance types from these families: c5, c4, c4a, etc.
2131
2132
  """
2132
2133
  return pulumi.get(self, "include_families")
2133
2134
 
2134
2135
  @include_families.setter
2135
- def include_families(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2136
+ def include_families(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
2136
2137
  pulumi.set(self, "include_families", value)
2137
2138
 
2138
2139
  @property
2139
2140
  @pulumi.getter(name="maxMemoryGib")
2140
- def max_memory_gib(self) -> Optional[pulumi.Input[float]]:
2141
+ def max_memory_gib(self) -> Optional[pulumi.Input[builtins.float]]:
2141
2142
  """
2142
2143
  Maximum amount of Memory (GiB).
2143
2144
  """
2144
2145
  return pulumi.get(self, "max_memory_gib")
2145
2146
 
2146
2147
  @max_memory_gib.setter
2147
- def max_memory_gib(self, value: Optional[pulumi.Input[float]]):
2148
+ def max_memory_gib(self, value: Optional[pulumi.Input[builtins.float]]):
2148
2149
  pulumi.set(self, "max_memory_gib", value)
2149
2150
 
2150
2151
  @property
2151
2152
  @pulumi.getter(name="maxVcpu")
2152
- def max_vcpu(self) -> Optional[pulumi.Input[int]]:
2153
+ def max_vcpu(self) -> Optional[pulumi.Input[builtins.int]]:
2153
2154
  """
2154
2155
  Maximum number of vcpus available.
2155
2156
  """
2156
2157
  return pulumi.get(self, "max_vcpu")
2157
2158
 
2158
2159
  @max_vcpu.setter
2159
- def max_vcpu(self, value: Optional[pulumi.Input[int]]):
2160
+ def max_vcpu(self, value: Optional[pulumi.Input[builtins.int]]):
2160
2161
  pulumi.set(self, "max_vcpu", value)
2161
2162
 
2162
2163
  @property
2163
2164
  @pulumi.getter(name="minMemoryGib")
2164
- def min_memory_gib(self) -> Optional[pulumi.Input[float]]:
2165
+ def min_memory_gib(self) -> Optional[pulumi.Input[builtins.float]]:
2165
2166
  """
2166
2167
  Minimum amount of Memory (GiB).
2167
2168
  """
2168
2169
  return pulumi.get(self, "min_memory_gib")
2169
2170
 
2170
2171
  @min_memory_gib.setter
2171
- def min_memory_gib(self, value: Optional[pulumi.Input[float]]):
2172
+ def min_memory_gib(self, value: Optional[pulumi.Input[builtins.float]]):
2172
2173
  pulumi.set(self, "min_memory_gib", value)
2173
2174
 
2174
2175
  @property
2175
2176
  @pulumi.getter(name="minVcpu")
2176
- def min_vcpu(self) -> Optional[pulumi.Input[int]]:
2177
+ def min_vcpu(self) -> Optional[pulumi.Input[builtins.int]]:
2177
2178
  """
2178
2179
  Minimum number of vcpus available.
2179
2180
  """
2180
2181
  return pulumi.get(self, "min_vcpu")
2181
2182
 
2182
2183
  @min_vcpu.setter
2183
- def min_vcpu(self, value: Optional[pulumi.Input[int]]):
2184
+ def min_vcpu(self, value: Optional[pulumi.Input[builtins.int]]):
2184
2185
  pulumi.set(self, "min_vcpu", value)
2185
2186
 
2186
2187
 
@@ -2238,12 +2239,12 @@ class OceanImportScheduledTaskArgs:
2238
2239
 
2239
2240
  if not MYPY:
2240
2241
  class OceanImportScheduledTaskShutdownHoursArgsDict(TypedDict):
2241
- time_windows: pulumi.Input[Sequence[pulumi.Input[str]]]
2242
+ time_windows: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]
2242
2243
  """
2243
2244
  Set time windows for shutdown hours. specify a list of 'timeWindows' with at least one time window Each string is in the format of - ddd:hh:mm-ddd:hh:mm ddd = day of week = Sun | Mon | Tue | Wed | Thu | Fri | Sat hh = hour 24 = 0 -23 mm = minute = 0 - 59. Time windows should not overlap. required on cluster.scheduling.isEnabled = `true`. API Times are in UTC
2244
2245
  Example: Fri:15:30-Wed:14:30
2245
2246
  """
2246
- is_enabled: NotRequired[pulumi.Input[bool]]
2247
+ is_enabled: NotRequired[pulumi.Input[builtins.bool]]
2247
2248
  """
2248
2249
  Flag to enable / disable the shutdown hours.
2249
2250
  Example: `true`
@@ -2254,12 +2255,12 @@ elif False:
2254
2255
  @pulumi.input_type
2255
2256
  class OceanImportScheduledTaskShutdownHoursArgs:
2256
2257
  def __init__(__self__, *,
2257
- time_windows: pulumi.Input[Sequence[pulumi.Input[str]]],
2258
- is_enabled: Optional[pulumi.Input[bool]] = None):
2258
+ time_windows: pulumi.Input[Sequence[pulumi.Input[builtins.str]]],
2259
+ is_enabled: Optional[pulumi.Input[builtins.bool]] = None):
2259
2260
  """
2260
- :param pulumi.Input[Sequence[pulumi.Input[str]]] time_windows: Set time windows for shutdown hours. specify a list of 'timeWindows' with at least one time window Each string is in the format of - ddd:hh:mm-ddd:hh:mm ddd = day of week = Sun | Mon | Tue | Wed | Thu | Fri | Sat hh = hour 24 = 0 -23 mm = minute = 0 - 59. Time windows should not overlap. required on cluster.scheduling.isEnabled = `true`. API Times are in UTC
2261
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] time_windows: Set time windows for shutdown hours. specify a list of 'timeWindows' with at least one time window Each string is in the format of - ddd:hh:mm-ddd:hh:mm ddd = day of week = Sun | Mon | Tue | Wed | Thu | Fri | Sat hh = hour 24 = 0 -23 mm = minute = 0 - 59. Time windows should not overlap. required on cluster.scheduling.isEnabled = `true`. API Times are in UTC
2261
2262
  Example: Fri:15:30-Wed:14:30
2262
- :param pulumi.Input[bool] is_enabled: Flag to enable / disable the shutdown hours.
2263
+ :param pulumi.Input[builtins.bool] is_enabled: Flag to enable / disable the shutdown hours.
2263
2264
  Example: `true`
2264
2265
  """
2265
2266
  pulumi.set(__self__, "time_windows", time_windows)
@@ -2268,7 +2269,7 @@ class OceanImportScheduledTaskShutdownHoursArgs:
2268
2269
 
2269
2270
  @property
2270
2271
  @pulumi.getter(name="timeWindows")
2271
- def time_windows(self) -> pulumi.Input[Sequence[pulumi.Input[str]]]:
2272
+ def time_windows(self) -> pulumi.Input[Sequence[pulumi.Input[builtins.str]]]:
2272
2273
  """
2273
2274
  Set time windows for shutdown hours. specify a list of 'timeWindows' with at least one time window Each string is in the format of - ddd:hh:mm-ddd:hh:mm ddd = day of week = Sun | Mon | Tue | Wed | Thu | Fri | Sat hh = hour 24 = 0 -23 mm = minute = 0 - 59. Time windows should not overlap. required on cluster.scheduling.isEnabled = `true`. API Times are in UTC
2274
2275
  Example: Fri:15:30-Wed:14:30
@@ -2276,12 +2277,12 @@ class OceanImportScheduledTaskShutdownHoursArgs:
2276
2277
  return pulumi.get(self, "time_windows")
2277
2278
 
2278
2279
  @time_windows.setter
2279
- def time_windows(self, value: pulumi.Input[Sequence[pulumi.Input[str]]]):
2280
+ def time_windows(self, value: pulumi.Input[Sequence[pulumi.Input[builtins.str]]]):
2280
2281
  pulumi.set(self, "time_windows", value)
2281
2282
 
2282
2283
  @property
2283
2284
  @pulumi.getter(name="isEnabled")
2284
- def is_enabled(self) -> Optional[pulumi.Input[bool]]:
2285
+ def is_enabled(self) -> Optional[pulumi.Input[builtins.bool]]:
2285
2286
  """
2286
2287
  Flag to enable / disable the shutdown hours.
2287
2288
  Example: `true`
@@ -2289,22 +2290,22 @@ class OceanImportScheduledTaskShutdownHoursArgs:
2289
2290
  return pulumi.get(self, "is_enabled")
2290
2291
 
2291
2292
  @is_enabled.setter
2292
- def is_enabled(self, value: Optional[pulumi.Input[bool]]):
2293
+ def is_enabled(self, value: Optional[pulumi.Input[builtins.bool]]):
2293
2294
  pulumi.set(self, "is_enabled", value)
2294
2295
 
2295
2296
 
2296
2297
  if not MYPY:
2297
2298
  class OceanImportScheduledTaskTaskArgsDict(TypedDict):
2298
- cron_expression: pulumi.Input[str]
2299
+ cron_expression: pulumi.Input[builtins.str]
2299
2300
  """
2300
2301
  A valid cron expression. For example : " * * * * * ".The cron is running in UTC time zone and is in Unix cron format Cron Expression Validator Script. Only one of ‘frequency’ or ‘cronExpression’ should be used at a time. Required for cluster.scheduling.tasks object
2301
2302
  Example: 0 1 * * *
2302
2303
  """
2303
- is_enabled: pulumi.Input[bool]
2304
+ is_enabled: pulumi.Input[builtins.bool]
2304
2305
  """
2305
2306
  Describes whether the task is enabled. When true the task should run when false it should not run. Required for cluster.scheduling.tasks object.
2306
2307
  """
2307
- task_type: pulumi.Input[str]
2308
+ task_type: pulumi.Input[builtins.str]
2308
2309
  """
2309
2310
  Valid values: "clusterRoll". Required for cluster.scheduling.tasks object.
2310
2311
  """
@@ -2318,15 +2319,15 @@ elif False:
2318
2319
  @pulumi.input_type
2319
2320
  class OceanImportScheduledTaskTaskArgs:
2320
2321
  def __init__(__self__, *,
2321
- cron_expression: pulumi.Input[str],
2322
- is_enabled: pulumi.Input[bool],
2323
- task_type: pulumi.Input[str],
2322
+ cron_expression: pulumi.Input[builtins.str],
2323
+ is_enabled: pulumi.Input[builtins.bool],
2324
+ task_type: pulumi.Input[builtins.str],
2324
2325
  task_parameters: Optional[pulumi.Input['OceanImportScheduledTaskTaskTaskParametersArgs']] = None):
2325
2326
  """
2326
- :param pulumi.Input[str] cron_expression: A valid cron expression. For example : " * * * * * ".The cron is running in UTC time zone and is in Unix cron format Cron Expression Validator Script. Only one of ‘frequency’ or ‘cronExpression’ should be used at a time. Required for cluster.scheduling.tasks object
2327
+ :param pulumi.Input[builtins.str] cron_expression: A valid cron expression. For example : " * * * * * ".The cron is running in UTC time zone and is in Unix cron format Cron Expression Validator Script. Only one of ‘frequency’ or ‘cronExpression’ should be used at a time. Required for cluster.scheduling.tasks object
2327
2328
  Example: 0 1 * * *
2328
- :param pulumi.Input[bool] is_enabled: Describes whether the task is enabled. When true the task should run when false it should not run. Required for cluster.scheduling.tasks object.
2329
- :param pulumi.Input[str] task_type: Valid values: "clusterRoll". Required for cluster.scheduling.tasks object.
2329
+ :param pulumi.Input[builtins.bool] is_enabled: Describes whether the task is enabled. When true the task should run when false it should not run. Required for cluster.scheduling.tasks object.
2330
+ :param pulumi.Input[builtins.str] task_type: Valid values: "clusterRoll". Required for cluster.scheduling.tasks object.
2330
2331
  :param pulumi.Input['OceanImportScheduledTaskTaskTaskParametersArgs'] task_parameters: The scheduling parameters for the cluster.
2331
2332
  """
2332
2333
  pulumi.set(__self__, "cron_expression", cron_expression)
@@ -2337,7 +2338,7 @@ class OceanImportScheduledTaskTaskArgs:
2337
2338
 
2338
2339
  @property
2339
2340
  @pulumi.getter(name="cronExpression")
2340
- def cron_expression(self) -> pulumi.Input[str]:
2341
+ def cron_expression(self) -> pulumi.Input[builtins.str]:
2341
2342
  """
2342
2343
  A valid cron expression. For example : " * * * * * ".The cron is running in UTC time zone and is in Unix cron format Cron Expression Validator Script. Only one of ‘frequency’ or ‘cronExpression’ should be used at a time. Required for cluster.scheduling.tasks object
2343
2344
  Example: 0 1 * * *
@@ -2345,31 +2346,31 @@ class OceanImportScheduledTaskTaskArgs:
2345
2346
  return pulumi.get(self, "cron_expression")
2346
2347
 
2347
2348
  @cron_expression.setter
2348
- def cron_expression(self, value: pulumi.Input[str]):
2349
+ def cron_expression(self, value: pulumi.Input[builtins.str]):
2349
2350
  pulumi.set(self, "cron_expression", value)
2350
2351
 
2351
2352
  @property
2352
2353
  @pulumi.getter(name="isEnabled")
2353
- def is_enabled(self) -> pulumi.Input[bool]:
2354
+ def is_enabled(self) -> pulumi.Input[builtins.bool]:
2354
2355
  """
2355
2356
  Describes whether the task is enabled. When true the task should run when false it should not run. Required for cluster.scheduling.tasks object.
2356
2357
  """
2357
2358
  return pulumi.get(self, "is_enabled")
2358
2359
 
2359
2360
  @is_enabled.setter
2360
- def is_enabled(self, value: pulumi.Input[bool]):
2361
+ def is_enabled(self, value: pulumi.Input[builtins.bool]):
2361
2362
  pulumi.set(self, "is_enabled", value)
2362
2363
 
2363
2364
  @property
2364
2365
  @pulumi.getter(name="taskType")
2365
- def task_type(self) -> pulumi.Input[str]:
2366
+ def task_type(self) -> pulumi.Input[builtins.str]:
2366
2367
  """
2367
2368
  Valid values: "clusterRoll". Required for cluster.scheduling.tasks object.
2368
2369
  """
2369
2370
  return pulumi.get(self, "task_type")
2370
2371
 
2371
2372
  @task_type.setter
2372
- def task_type(self, value: pulumi.Input[str]):
2373
+ def task_type(self, value: pulumi.Input[builtins.str]):
2373
2374
  pulumi.set(self, "task_type", value)
2374
2375
 
2375
2376
  @property
@@ -2419,19 +2420,19 @@ class OceanImportScheduledTaskTaskTaskParametersArgs:
2419
2420
 
2420
2421
  if not MYPY:
2421
2422
  class OceanImportScheduledTaskTaskTaskParametersClusterRollArgsDict(TypedDict):
2422
- batch_min_healthy_percentage: NotRequired[pulumi.Input[int]]
2423
+ batch_min_healthy_percentage: NotRequired[pulumi.Input[builtins.int]]
2423
2424
  """
2424
2425
  Indicates the threshold of minimum healthy instances in single batch. If the amount of healthy instances in single batch is under the threshold, the cluster roll will fail. If exists, the parameter value will be in range of 1-100. In case of null as value, the default value in the backend will be 50%. Value of param should represent the number in percentage (%) of the batch.
2425
2426
  """
2426
- batch_size_percentage: NotRequired[pulumi.Input[int]]
2427
+ batch_size_percentage: NotRequired[pulumi.Input[builtins.int]]
2427
2428
  """
2428
2429
  Value as a percent to set the size of a batch in a roll. Valid values are 0-100.
2429
2430
  """
2430
- comment: NotRequired[pulumi.Input[str]]
2431
+ comment: NotRequired[pulumi.Input[builtins.str]]
2431
2432
  """
2432
2433
  Add a comment description for the roll. The comment is limited to 256 chars.
2433
2434
  """
2434
- respect_pdb: NotRequired[pulumi.Input[bool]]
2435
+ respect_pdb: NotRequired[pulumi.Input[builtins.bool]]
2435
2436
  """
2436
2437
  During the roll, if the parameter is set to true we honor PDB during the instance replacement.
2437
2438
  """
@@ -2441,15 +2442,15 @@ elif False:
2441
2442
  @pulumi.input_type
2442
2443
  class OceanImportScheduledTaskTaskTaskParametersClusterRollArgs:
2443
2444
  def __init__(__self__, *,
2444
- batch_min_healthy_percentage: Optional[pulumi.Input[int]] = None,
2445
- batch_size_percentage: Optional[pulumi.Input[int]] = None,
2446
- comment: Optional[pulumi.Input[str]] = None,
2447
- respect_pdb: Optional[pulumi.Input[bool]] = None):
2445
+ batch_min_healthy_percentage: Optional[pulumi.Input[builtins.int]] = None,
2446
+ batch_size_percentage: Optional[pulumi.Input[builtins.int]] = None,
2447
+ comment: Optional[pulumi.Input[builtins.str]] = None,
2448
+ respect_pdb: Optional[pulumi.Input[builtins.bool]] = None):
2448
2449
  """
2449
- :param pulumi.Input[int] batch_min_healthy_percentage: Indicates the threshold of minimum healthy instances in single batch. If the amount of healthy instances in single batch is under the threshold, the cluster roll will fail. If exists, the parameter value will be in range of 1-100. In case of null as value, the default value in the backend will be 50%. Value of param should represent the number in percentage (%) of the batch.
2450
- :param pulumi.Input[int] batch_size_percentage: Value as a percent to set the size of a batch in a roll. Valid values are 0-100.
2451
- :param pulumi.Input[str] comment: Add a comment description for the roll. The comment is limited to 256 chars.
2452
- :param pulumi.Input[bool] respect_pdb: During the roll, if the parameter is set to true we honor PDB during the instance replacement.
2450
+ :param pulumi.Input[builtins.int] batch_min_healthy_percentage: Indicates the threshold of minimum healthy instances in single batch. If the amount of healthy instances in single batch is under the threshold, the cluster roll will fail. If exists, the parameter value will be in range of 1-100. In case of null as value, the default value in the backend will be 50%. Value of param should represent the number in percentage (%) of the batch.
2451
+ :param pulumi.Input[builtins.int] batch_size_percentage: Value as a percent to set the size of a batch in a roll. Valid values are 0-100.
2452
+ :param pulumi.Input[builtins.str] comment: Add a comment description for the roll. The comment is limited to 256 chars.
2453
+ :param pulumi.Input[builtins.bool] respect_pdb: During the roll, if the parameter is set to true we honor PDB during the instance replacement.
2453
2454
  """
2454
2455
  if batch_min_healthy_percentage is not None:
2455
2456
  pulumi.set(__self__, "batch_min_healthy_percentage", batch_min_healthy_percentage)
@@ -2462,60 +2463,60 @@ class OceanImportScheduledTaskTaskTaskParametersClusterRollArgs:
2462
2463
 
2463
2464
  @property
2464
2465
  @pulumi.getter(name="batchMinHealthyPercentage")
2465
- def batch_min_healthy_percentage(self) -> Optional[pulumi.Input[int]]:
2466
+ def batch_min_healthy_percentage(self) -> Optional[pulumi.Input[builtins.int]]:
2466
2467
  """
2467
2468
  Indicates the threshold of minimum healthy instances in single batch. If the amount of healthy instances in single batch is under the threshold, the cluster roll will fail. If exists, the parameter value will be in range of 1-100. In case of null as value, the default value in the backend will be 50%. Value of param should represent the number in percentage (%) of the batch.
2468
2469
  """
2469
2470
  return pulumi.get(self, "batch_min_healthy_percentage")
2470
2471
 
2471
2472
  @batch_min_healthy_percentage.setter
2472
- def batch_min_healthy_percentage(self, value: Optional[pulumi.Input[int]]):
2473
+ def batch_min_healthy_percentage(self, value: Optional[pulumi.Input[builtins.int]]):
2473
2474
  pulumi.set(self, "batch_min_healthy_percentage", value)
2474
2475
 
2475
2476
  @property
2476
2477
  @pulumi.getter(name="batchSizePercentage")
2477
- def batch_size_percentage(self) -> Optional[pulumi.Input[int]]:
2478
+ def batch_size_percentage(self) -> Optional[pulumi.Input[builtins.int]]:
2478
2479
  """
2479
2480
  Value as a percent to set the size of a batch in a roll. Valid values are 0-100.
2480
2481
  """
2481
2482
  return pulumi.get(self, "batch_size_percentage")
2482
2483
 
2483
2484
  @batch_size_percentage.setter
2484
- def batch_size_percentage(self, value: Optional[pulumi.Input[int]]):
2485
+ def batch_size_percentage(self, value: Optional[pulumi.Input[builtins.int]]):
2485
2486
  pulumi.set(self, "batch_size_percentage", value)
2486
2487
 
2487
2488
  @property
2488
2489
  @pulumi.getter
2489
- def comment(self) -> Optional[pulumi.Input[str]]:
2490
+ def comment(self) -> Optional[pulumi.Input[builtins.str]]:
2490
2491
  """
2491
2492
  Add a comment description for the roll. The comment is limited to 256 chars.
2492
2493
  """
2493
2494
  return pulumi.get(self, "comment")
2494
2495
 
2495
2496
  @comment.setter
2496
- def comment(self, value: Optional[pulumi.Input[str]]):
2497
+ def comment(self, value: Optional[pulumi.Input[builtins.str]]):
2497
2498
  pulumi.set(self, "comment", value)
2498
2499
 
2499
2500
  @property
2500
2501
  @pulumi.getter(name="respectPdb")
2501
- def respect_pdb(self) -> Optional[pulumi.Input[bool]]:
2502
+ def respect_pdb(self) -> Optional[pulumi.Input[builtins.bool]]:
2502
2503
  """
2503
2504
  During the roll, if the parameter is set to true we honor PDB during the instance replacement.
2504
2505
  """
2505
2506
  return pulumi.get(self, "respect_pdb")
2506
2507
 
2507
2508
  @respect_pdb.setter
2508
- def respect_pdb(self, value: Optional[pulumi.Input[bool]]):
2509
+ def respect_pdb(self, value: Optional[pulumi.Input[builtins.bool]]):
2509
2510
  pulumi.set(self, "respect_pdb", value)
2510
2511
 
2511
2512
 
2512
2513
  if not MYPY:
2513
2514
  class OceanImportShieldedInstanceConfigArgsDict(TypedDict):
2514
- enable_integrity_monitoring: NotRequired[pulumi.Input[bool]]
2515
+ enable_integrity_monitoring: NotRequired[pulumi.Input[builtins.bool]]
2515
2516
  """
2516
2517
  Boolean. Enable the integrity monitoring parameter on the GCP instances.
2517
2518
  """
2518
- enable_secure_boot: NotRequired[pulumi.Input[bool]]
2519
+ enable_secure_boot: NotRequired[pulumi.Input[builtins.bool]]
2519
2520
  """
2520
2521
  Boolean. Enable the secure boot parameter on the GCP instances.
2521
2522
  """
@@ -2525,11 +2526,11 @@ elif False:
2525
2526
  @pulumi.input_type
2526
2527
  class OceanImportShieldedInstanceConfigArgs:
2527
2528
  def __init__(__self__, *,
2528
- enable_integrity_monitoring: Optional[pulumi.Input[bool]] = None,
2529
- enable_secure_boot: Optional[pulumi.Input[bool]] = None):
2529
+ enable_integrity_monitoring: Optional[pulumi.Input[builtins.bool]] = None,
2530
+ enable_secure_boot: Optional[pulumi.Input[builtins.bool]] = None):
2530
2531
  """
2531
- :param pulumi.Input[bool] enable_integrity_monitoring: Boolean. Enable the integrity monitoring parameter on the GCP instances.
2532
- :param pulumi.Input[bool] enable_secure_boot: Boolean. Enable the secure boot parameter on the GCP instances.
2532
+ :param pulumi.Input[builtins.bool] enable_integrity_monitoring: Boolean. Enable the integrity monitoring parameter on the GCP instances.
2533
+ :param pulumi.Input[builtins.bool] enable_secure_boot: Boolean. Enable the secure boot parameter on the GCP instances.
2533
2534
  """
2534
2535
  if enable_integrity_monitoring is not None:
2535
2536
  pulumi.set(__self__, "enable_integrity_monitoring", enable_integrity_monitoring)
@@ -2538,44 +2539,48 @@ class OceanImportShieldedInstanceConfigArgs:
2538
2539
 
2539
2540
  @property
2540
2541
  @pulumi.getter(name="enableIntegrityMonitoring")
2541
- def enable_integrity_monitoring(self) -> Optional[pulumi.Input[bool]]:
2542
+ def enable_integrity_monitoring(self) -> Optional[pulumi.Input[builtins.bool]]:
2542
2543
  """
2543
2544
  Boolean. Enable the integrity monitoring parameter on the GCP instances.
2544
2545
  """
2545
2546
  return pulumi.get(self, "enable_integrity_monitoring")
2546
2547
 
2547
2548
  @enable_integrity_monitoring.setter
2548
- def enable_integrity_monitoring(self, value: Optional[pulumi.Input[bool]]):
2549
+ def enable_integrity_monitoring(self, value: Optional[pulumi.Input[builtins.bool]]):
2549
2550
  pulumi.set(self, "enable_integrity_monitoring", value)
2550
2551
 
2551
2552
  @property
2552
2553
  @pulumi.getter(name="enableSecureBoot")
2553
- def enable_secure_boot(self) -> Optional[pulumi.Input[bool]]:
2554
+ def enable_secure_boot(self) -> Optional[pulumi.Input[builtins.bool]]:
2554
2555
  """
2555
2556
  Boolean. Enable the secure boot parameter on the GCP instances.
2556
2557
  """
2557
2558
  return pulumi.get(self, "enable_secure_boot")
2558
2559
 
2559
2560
  @enable_secure_boot.setter
2560
- def enable_secure_boot(self, value: Optional[pulumi.Input[bool]]):
2561
+ def enable_secure_boot(self, value: Optional[pulumi.Input[builtins.bool]]):
2561
2562
  pulumi.set(self, "enable_secure_boot", value)
2562
2563
 
2563
2564
 
2564
2565
  if not MYPY:
2565
2566
  class OceanImportStrategyArgsDict(TypedDict):
2566
- draining_timeout: NotRequired[pulumi.Input[int]]
2567
+ draining_timeout: NotRequired[pulumi.Input[builtins.int]]
2567
2568
  """
2568
2569
  The draining timeout (in seconds) before terminating the instance. If no draining timeout is defined, the default draining timeout will be used.
2569
2570
  """
2570
- preemptible_percentage: NotRequired[pulumi.Input[int]]
2571
+ preemptible_percentage: NotRequired[pulumi.Input[builtins.int]]
2571
2572
  """
2572
2573
  Defines the desired preemptible percentage for the cluster.
2573
2574
  """
2574
- provisioning_model: NotRequired[pulumi.Input[str]]
2575
+ provisioning_model: NotRequired[pulumi.Input[builtins.str]]
2575
2576
  """
2576
2577
  Define the provisioning model of the launched instances. Valid values: `SPOT`, `PREEMPTIBLE`.
2577
2578
  """
2578
- should_utilize_commitments: NotRequired[pulumi.Input[bool]]
2579
+ scaling_orientation: NotRequired[pulumi.Input[builtins.str]]
2580
+ """
2581
+ Valid Values: `"cost", "availability", "balanced"`. Set this value to control the approach that Ocean takes when launching nodes.
2582
+ """
2583
+ should_utilize_commitments: NotRequired[pulumi.Input[builtins.bool]]
2579
2584
  """
2580
2585
  Enable committed use discounts utilization.
2581
2586
  """
@@ -2585,15 +2590,17 @@ elif False:
2585
2590
  @pulumi.input_type
2586
2591
  class OceanImportStrategyArgs:
2587
2592
  def __init__(__self__, *,
2588
- draining_timeout: Optional[pulumi.Input[int]] = None,
2589
- preemptible_percentage: Optional[pulumi.Input[int]] = None,
2590
- provisioning_model: Optional[pulumi.Input[str]] = None,
2591
- should_utilize_commitments: Optional[pulumi.Input[bool]] = None):
2592
- """
2593
- :param pulumi.Input[int] draining_timeout: The draining timeout (in seconds) before terminating the instance. If no draining timeout is defined, the default draining timeout will be used.
2594
- :param pulumi.Input[int] preemptible_percentage: Defines the desired preemptible percentage for the cluster.
2595
- :param pulumi.Input[str] provisioning_model: Define the provisioning model of the launched instances. Valid values: `SPOT`, `PREEMPTIBLE`.
2596
- :param pulumi.Input[bool] should_utilize_commitments: Enable committed use discounts utilization.
2593
+ draining_timeout: Optional[pulumi.Input[builtins.int]] = None,
2594
+ preemptible_percentage: Optional[pulumi.Input[builtins.int]] = None,
2595
+ provisioning_model: Optional[pulumi.Input[builtins.str]] = None,
2596
+ scaling_orientation: Optional[pulumi.Input[builtins.str]] = None,
2597
+ should_utilize_commitments: Optional[pulumi.Input[builtins.bool]] = None):
2598
+ """
2599
+ :param pulumi.Input[builtins.int] draining_timeout: The draining timeout (in seconds) before terminating the instance. If no draining timeout is defined, the default draining timeout will be used.
2600
+ :param pulumi.Input[builtins.int] preemptible_percentage: Defines the desired preemptible percentage for the cluster.
2601
+ :param pulumi.Input[builtins.str] provisioning_model: Define the provisioning model of the launched instances. Valid values: `SPOT`, `PREEMPTIBLE`.
2602
+ :param pulumi.Input[builtins.str] scaling_orientation: Valid Values: `"cost", "availability", "balanced"`. Set this value to control the approach that Ocean takes when launching nodes.
2603
+ :param pulumi.Input[builtins.bool] should_utilize_commitments: Enable committed use discounts utilization.
2597
2604
  """
2598
2605
  if draining_timeout is not None:
2599
2606
  pulumi.set(__self__, "draining_timeout", draining_timeout)
@@ -2601,65 +2608,79 @@ class OceanImportStrategyArgs:
2601
2608
  pulumi.set(__self__, "preemptible_percentage", preemptible_percentage)
2602
2609
  if provisioning_model is not None:
2603
2610
  pulumi.set(__self__, "provisioning_model", provisioning_model)
2611
+ if scaling_orientation is not None:
2612
+ pulumi.set(__self__, "scaling_orientation", scaling_orientation)
2604
2613
  if should_utilize_commitments is not None:
2605
2614
  pulumi.set(__self__, "should_utilize_commitments", should_utilize_commitments)
2606
2615
 
2607
2616
  @property
2608
2617
  @pulumi.getter(name="drainingTimeout")
2609
- def draining_timeout(self) -> Optional[pulumi.Input[int]]:
2618
+ def draining_timeout(self) -> Optional[pulumi.Input[builtins.int]]:
2610
2619
  """
2611
2620
  The draining timeout (in seconds) before terminating the instance. If no draining timeout is defined, the default draining timeout will be used.
2612
2621
  """
2613
2622
  return pulumi.get(self, "draining_timeout")
2614
2623
 
2615
2624
  @draining_timeout.setter
2616
- def draining_timeout(self, value: Optional[pulumi.Input[int]]):
2625
+ def draining_timeout(self, value: Optional[pulumi.Input[builtins.int]]):
2617
2626
  pulumi.set(self, "draining_timeout", value)
2618
2627
 
2619
2628
  @property
2620
2629
  @pulumi.getter(name="preemptiblePercentage")
2621
- def preemptible_percentage(self) -> Optional[pulumi.Input[int]]:
2630
+ def preemptible_percentage(self) -> Optional[pulumi.Input[builtins.int]]:
2622
2631
  """
2623
2632
  Defines the desired preemptible percentage for the cluster.
2624
2633
  """
2625
2634
  return pulumi.get(self, "preemptible_percentage")
2626
2635
 
2627
2636
  @preemptible_percentage.setter
2628
- def preemptible_percentage(self, value: Optional[pulumi.Input[int]]):
2637
+ def preemptible_percentage(self, value: Optional[pulumi.Input[builtins.int]]):
2629
2638
  pulumi.set(self, "preemptible_percentage", value)
2630
2639
 
2631
2640
  @property
2632
2641
  @pulumi.getter(name="provisioningModel")
2633
- def provisioning_model(self) -> Optional[pulumi.Input[str]]:
2642
+ def provisioning_model(self) -> Optional[pulumi.Input[builtins.str]]:
2634
2643
  """
2635
2644
  Define the provisioning model of the launched instances. Valid values: `SPOT`, `PREEMPTIBLE`.
2636
2645
  """
2637
2646
  return pulumi.get(self, "provisioning_model")
2638
2647
 
2639
2648
  @provisioning_model.setter
2640
- def provisioning_model(self, value: Optional[pulumi.Input[str]]):
2649
+ def provisioning_model(self, value: Optional[pulumi.Input[builtins.str]]):
2641
2650
  pulumi.set(self, "provisioning_model", value)
2642
2651
 
2652
+ @property
2653
+ @pulumi.getter(name="scalingOrientation")
2654
+ def scaling_orientation(self) -> Optional[pulumi.Input[builtins.str]]:
2655
+ """
2656
+ Valid Values: `"cost", "availability", "balanced"`. Set this value to control the approach that Ocean takes when launching nodes.
2657
+ """
2658
+ return pulumi.get(self, "scaling_orientation")
2659
+
2660
+ @scaling_orientation.setter
2661
+ def scaling_orientation(self, value: Optional[pulumi.Input[builtins.str]]):
2662
+ pulumi.set(self, "scaling_orientation", value)
2663
+
2643
2664
  @property
2644
2665
  @pulumi.getter(name="shouldUtilizeCommitments")
2645
- def should_utilize_commitments(self) -> Optional[pulumi.Input[bool]]:
2666
+ def should_utilize_commitments(self) -> Optional[pulumi.Input[builtins.bool]]:
2646
2667
  """
2647
2668
  Enable committed use discounts utilization.
2648
2669
  """
2649
2670
  return pulumi.get(self, "should_utilize_commitments")
2650
2671
 
2651
2672
  @should_utilize_commitments.setter
2652
- def should_utilize_commitments(self, value: Optional[pulumi.Input[bool]]):
2673
+ def should_utilize_commitments(self, value: Optional[pulumi.Input[builtins.bool]]):
2653
2674
  pulumi.set(self, "should_utilize_commitments", value)
2654
2675
 
2655
2676
 
2656
2677
  if not MYPY:
2657
2678
  class OceanImportUpdatePolicyArgsDict(TypedDict):
2658
- should_roll: pulumi.Input[bool]
2679
+ should_roll: pulumi.Input[builtins.bool]
2659
2680
  """
2660
2681
  Enables the roll.
2661
2682
  """
2662
- conditioned_roll: NotRequired[pulumi.Input[bool]]
2683
+ conditioned_roll: NotRequired[pulumi.Input[builtins.bool]]
2663
2684
  """
2664
2685
  Spot will perform a cluster Roll in accordance with a relevant modification of the cluster’s settings. When set to true , only specific changes in the cluster’s configuration will trigger a cluster roll (such as AMI, Key Pair, user data, instance types, load balancers, etc).
2665
2686
  """
@@ -2673,12 +2694,12 @@ elif False:
2673
2694
  @pulumi.input_type
2674
2695
  class OceanImportUpdatePolicyArgs:
2675
2696
  def __init__(__self__, *,
2676
- should_roll: pulumi.Input[bool],
2677
- conditioned_roll: Optional[pulumi.Input[bool]] = None,
2697
+ should_roll: pulumi.Input[builtins.bool],
2698
+ conditioned_roll: Optional[pulumi.Input[builtins.bool]] = None,
2678
2699
  roll_config: Optional[pulumi.Input['OceanImportUpdatePolicyRollConfigArgs']] = None):
2679
2700
  """
2680
- :param pulumi.Input[bool] should_roll: Enables the roll.
2681
- :param pulumi.Input[bool] conditioned_roll: Spot will perform a cluster Roll in accordance with a relevant modification of the cluster’s settings. When set to true , only specific changes in the cluster’s configuration will trigger a cluster roll (such as AMI, Key Pair, user data, instance types, load balancers, etc).
2701
+ :param pulumi.Input[builtins.bool] should_roll: Enables the roll.
2702
+ :param pulumi.Input[builtins.bool] conditioned_roll: Spot will perform a cluster Roll in accordance with a relevant modification of the cluster’s settings. When set to true , only specific changes in the cluster’s configuration will trigger a cluster roll (such as AMI, Key Pair, user data, instance types, load balancers, etc).
2682
2703
  :param pulumi.Input['OceanImportUpdatePolicyRollConfigArgs'] roll_config: Holds the roll configuration.
2683
2704
  """
2684
2705
  pulumi.set(__self__, "should_roll", should_roll)
@@ -2689,26 +2710,26 @@ class OceanImportUpdatePolicyArgs:
2689
2710
 
2690
2711
  @property
2691
2712
  @pulumi.getter(name="shouldRoll")
2692
- def should_roll(self) -> pulumi.Input[bool]:
2713
+ def should_roll(self) -> pulumi.Input[builtins.bool]:
2693
2714
  """
2694
2715
  Enables the roll.
2695
2716
  """
2696
2717
  return pulumi.get(self, "should_roll")
2697
2718
 
2698
2719
  @should_roll.setter
2699
- def should_roll(self, value: pulumi.Input[bool]):
2720
+ def should_roll(self, value: pulumi.Input[builtins.bool]):
2700
2721
  pulumi.set(self, "should_roll", value)
2701
2722
 
2702
2723
  @property
2703
2724
  @pulumi.getter(name="conditionedRoll")
2704
- def conditioned_roll(self) -> Optional[pulumi.Input[bool]]:
2725
+ def conditioned_roll(self) -> Optional[pulumi.Input[builtins.bool]]:
2705
2726
  """
2706
2727
  Spot will perform a cluster Roll in accordance with a relevant modification of the cluster’s settings. When set to true , only specific changes in the cluster’s configuration will trigger a cluster roll (such as AMI, Key Pair, user data, instance types, load balancers, etc).
2707
2728
  """
2708
2729
  return pulumi.get(self, "conditioned_roll")
2709
2730
 
2710
2731
  @conditioned_roll.setter
2711
- def conditioned_roll(self, value: Optional[pulumi.Input[bool]]):
2732
+ def conditioned_roll(self, value: Optional[pulumi.Input[builtins.bool]]):
2712
2733
  pulumi.set(self, "conditioned_roll", value)
2713
2734
 
2714
2735
  @property
@@ -2726,19 +2747,19 @@ class OceanImportUpdatePolicyArgs:
2726
2747
 
2727
2748
  if not MYPY:
2728
2749
  class OceanImportUpdatePolicyRollConfigArgsDict(TypedDict):
2729
- batch_size_percentage: pulumi.Input[int]
2750
+ batch_size_percentage: pulumi.Input[builtins.int]
2730
2751
  """
2731
2752
  Sets the percentage of the instances to deploy in each batch.
2732
2753
  """
2733
- batch_min_healthy_percentage: NotRequired[pulumi.Input[int]]
2754
+ batch_min_healthy_percentage: NotRequired[pulumi.Input[builtins.int]]
2734
2755
  """
2735
2756
  Default: 50. Indicates the threshold of minimum healthy instances in single batch. If the amount of healthy instances in single batch is under the threshold, the cluster roll will fail. If exists, the parameter value will be in range of 1-100. In case of null as value, the default value in the backend will be 50%. Value of param should represent the number in percentage (%) of the batch.
2736
2757
  """
2737
- launch_spec_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[str]]]]
2758
+ launch_spec_ids: NotRequired[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]
2738
2759
  """
2739
2760
  List of Virtual Node Group identifiers to be rolled.
2740
2761
  """
2741
- respect_pdb: NotRequired[pulumi.Input[bool]]
2762
+ respect_pdb: NotRequired[pulumi.Input[builtins.bool]]
2742
2763
  """
2743
2764
  Default: `false`. During the roll, if the parameter is set to `true` we honor PDB during the instance replacement.
2744
2765
  """
@@ -2748,15 +2769,15 @@ elif False:
2748
2769
  @pulumi.input_type
2749
2770
  class OceanImportUpdatePolicyRollConfigArgs:
2750
2771
  def __init__(__self__, *,
2751
- batch_size_percentage: pulumi.Input[int],
2752
- batch_min_healthy_percentage: Optional[pulumi.Input[int]] = None,
2753
- launch_spec_ids: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
2754
- respect_pdb: Optional[pulumi.Input[bool]] = None):
2772
+ batch_size_percentage: pulumi.Input[builtins.int],
2773
+ batch_min_healthy_percentage: Optional[pulumi.Input[builtins.int]] = None,
2774
+ launch_spec_ids: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]] = None,
2775
+ respect_pdb: Optional[pulumi.Input[builtins.bool]] = None):
2755
2776
  """
2756
- :param pulumi.Input[int] batch_size_percentage: Sets the percentage of the instances to deploy in each batch.
2757
- :param pulumi.Input[int] batch_min_healthy_percentage: Default: 50. Indicates the threshold of minimum healthy instances in single batch. If the amount of healthy instances in single batch is under the threshold, the cluster roll will fail. If exists, the parameter value will be in range of 1-100. In case of null as value, the default value in the backend will be 50%. Value of param should represent the number in percentage (%) of the batch.
2758
- :param pulumi.Input[Sequence[pulumi.Input[str]]] launch_spec_ids: List of Virtual Node Group identifiers to be rolled.
2759
- :param pulumi.Input[bool] respect_pdb: Default: `false`. During the roll, if the parameter is set to `true` we honor PDB during the instance replacement.
2777
+ :param pulumi.Input[builtins.int] batch_size_percentage: Sets the percentage of the instances to deploy in each batch.
2778
+ :param pulumi.Input[builtins.int] batch_min_healthy_percentage: Default: 50. Indicates the threshold of minimum healthy instances in single batch. If the amount of healthy instances in single batch is under the threshold, the cluster roll will fail. If exists, the parameter value will be in range of 1-100. In case of null as value, the default value in the backend will be 50%. Value of param should represent the number in percentage (%) of the batch.
2779
+ :param pulumi.Input[Sequence[pulumi.Input[builtins.str]]] launch_spec_ids: List of Virtual Node Group identifiers to be rolled.
2780
+ :param pulumi.Input[builtins.bool] respect_pdb: Default: `false`. During the roll, if the parameter is set to `true` we honor PDB during the instance replacement.
2760
2781
  """
2761
2782
  pulumi.set(__self__, "batch_size_percentage", batch_size_percentage)
2762
2783
  if batch_min_healthy_percentage is not None:
@@ -2768,68 +2789,68 @@ class OceanImportUpdatePolicyRollConfigArgs:
2768
2789
 
2769
2790
  @property
2770
2791
  @pulumi.getter(name="batchSizePercentage")
2771
- def batch_size_percentage(self) -> pulumi.Input[int]:
2792
+ def batch_size_percentage(self) -> pulumi.Input[builtins.int]:
2772
2793
  """
2773
2794
  Sets the percentage of the instances to deploy in each batch.
2774
2795
  """
2775
2796
  return pulumi.get(self, "batch_size_percentage")
2776
2797
 
2777
2798
  @batch_size_percentage.setter
2778
- def batch_size_percentage(self, value: pulumi.Input[int]):
2799
+ def batch_size_percentage(self, value: pulumi.Input[builtins.int]):
2779
2800
  pulumi.set(self, "batch_size_percentage", value)
2780
2801
 
2781
2802
  @property
2782
2803
  @pulumi.getter(name="batchMinHealthyPercentage")
2783
- def batch_min_healthy_percentage(self) -> Optional[pulumi.Input[int]]:
2804
+ def batch_min_healthy_percentage(self) -> Optional[pulumi.Input[builtins.int]]:
2784
2805
  """
2785
2806
  Default: 50. Indicates the threshold of minimum healthy instances in single batch. If the amount of healthy instances in single batch is under the threshold, the cluster roll will fail. If exists, the parameter value will be in range of 1-100. In case of null as value, the default value in the backend will be 50%. Value of param should represent the number in percentage (%) of the batch.
2786
2807
  """
2787
2808
  return pulumi.get(self, "batch_min_healthy_percentage")
2788
2809
 
2789
2810
  @batch_min_healthy_percentage.setter
2790
- def batch_min_healthy_percentage(self, value: Optional[pulumi.Input[int]]):
2811
+ def batch_min_healthy_percentage(self, value: Optional[pulumi.Input[builtins.int]]):
2791
2812
  pulumi.set(self, "batch_min_healthy_percentage", value)
2792
2813
 
2793
2814
  @property
2794
2815
  @pulumi.getter(name="launchSpecIds")
2795
- def launch_spec_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
2816
+ def launch_spec_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]:
2796
2817
  """
2797
2818
  List of Virtual Node Group identifiers to be rolled.
2798
2819
  """
2799
2820
  return pulumi.get(self, "launch_spec_ids")
2800
2821
 
2801
2822
  @launch_spec_ids.setter
2802
- def launch_spec_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]):
2823
+ def launch_spec_ids(self, value: Optional[pulumi.Input[Sequence[pulumi.Input[builtins.str]]]]):
2803
2824
  pulumi.set(self, "launch_spec_ids", value)
2804
2825
 
2805
2826
  @property
2806
2827
  @pulumi.getter(name="respectPdb")
2807
- def respect_pdb(self) -> Optional[pulumi.Input[bool]]:
2828
+ def respect_pdb(self) -> Optional[pulumi.Input[builtins.bool]]:
2808
2829
  """
2809
2830
  Default: `false`. During the roll, if the parameter is set to `true` we honor PDB during the instance replacement.
2810
2831
  """
2811
2832
  return pulumi.get(self, "respect_pdb")
2812
2833
 
2813
2834
  @respect_pdb.setter
2814
- def respect_pdb(self, value: Optional[pulumi.Input[bool]]):
2835
+ def respect_pdb(self, value: Optional[pulumi.Input[builtins.bool]]):
2815
2836
  pulumi.set(self, "respect_pdb", value)
2816
2837
 
2817
2838
 
2818
2839
  if not MYPY:
2819
2840
  class OceanLaunchSpecAutoscaleHeadroomArgsDict(TypedDict):
2820
- num_of_units: pulumi.Input[int]
2841
+ num_of_units: pulumi.Input[builtins.int]
2821
2842
  """
2822
2843
  The number of units to retain as headroom, where each unit has the defined headroom CPU, memory and GPU.
2823
2844
  """
2824
- cpu_per_unit: NotRequired[pulumi.Input[int]]
2845
+ cpu_per_unit: NotRequired[pulumi.Input[builtins.int]]
2825
2846
  """
2826
2847
  Optionally configure the number of CPUs to allocate for each headroom unit. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.
2827
2848
  """
2828
- gpu_per_unit: NotRequired[pulumi.Input[int]]
2849
+ gpu_per_unit: NotRequired[pulumi.Input[builtins.int]]
2829
2850
  """
2830
2851
  Optionally configure the number of GPUS to allocate for each headroom unit.
2831
2852
  """
2832
- memory_per_unit: NotRequired[pulumi.Input[int]]
2853
+ memory_per_unit: NotRequired[pulumi.Input[builtins.int]]
2833
2854
  """
2834
2855
  Optionally configure the amount of memory (MiB) to allocate for each headroom unit.
2835
2856
  """
@@ -2839,15 +2860,15 @@ elif False:
2839
2860
  @pulumi.input_type
2840
2861
  class OceanLaunchSpecAutoscaleHeadroomArgs:
2841
2862
  def __init__(__self__, *,
2842
- num_of_units: pulumi.Input[int],
2843
- cpu_per_unit: Optional[pulumi.Input[int]] = None,
2844
- gpu_per_unit: Optional[pulumi.Input[int]] = None,
2845
- memory_per_unit: Optional[pulumi.Input[int]] = None):
2863
+ num_of_units: pulumi.Input[builtins.int],
2864
+ cpu_per_unit: Optional[pulumi.Input[builtins.int]] = None,
2865
+ gpu_per_unit: Optional[pulumi.Input[builtins.int]] = None,
2866
+ memory_per_unit: Optional[pulumi.Input[builtins.int]] = None):
2846
2867
  """
2847
- :param pulumi.Input[int] num_of_units: The number of units to retain as headroom, where each unit has the defined headroom CPU, memory and GPU.
2848
- :param pulumi.Input[int] cpu_per_unit: Optionally configure the number of CPUs to allocate for each headroom unit. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.
2849
- :param pulumi.Input[int] gpu_per_unit: Optionally configure the number of GPUS to allocate for each headroom unit.
2850
- :param pulumi.Input[int] memory_per_unit: Optionally configure the amount of memory (MiB) to allocate for each headroom unit.
2868
+ :param pulumi.Input[builtins.int] num_of_units: The number of units to retain as headroom, where each unit has the defined headroom CPU, memory and GPU.
2869
+ :param pulumi.Input[builtins.int] cpu_per_unit: Optionally configure the number of CPUs to allocate for each headroom unit. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.
2870
+ :param pulumi.Input[builtins.int] gpu_per_unit: Optionally configure the number of GPUS to allocate for each headroom unit.
2871
+ :param pulumi.Input[builtins.int] memory_per_unit: Optionally configure the amount of memory (MiB) to allocate for each headroom unit.
2851
2872
  """
2852
2873
  pulumi.set(__self__, "num_of_units", num_of_units)
2853
2874
  if cpu_per_unit is not None:
@@ -2859,56 +2880,56 @@ class OceanLaunchSpecAutoscaleHeadroomArgs:
2859
2880
 
2860
2881
  @property
2861
2882
  @pulumi.getter(name="numOfUnits")
2862
- def num_of_units(self) -> pulumi.Input[int]:
2883
+ def num_of_units(self) -> pulumi.Input[builtins.int]:
2863
2884
  """
2864
2885
  The number of units to retain as headroom, where each unit has the defined headroom CPU, memory and GPU.
2865
2886
  """
2866
2887
  return pulumi.get(self, "num_of_units")
2867
2888
 
2868
2889
  @num_of_units.setter
2869
- def num_of_units(self, value: pulumi.Input[int]):
2890
+ def num_of_units(self, value: pulumi.Input[builtins.int]):
2870
2891
  pulumi.set(self, "num_of_units", value)
2871
2892
 
2872
2893
  @property
2873
2894
  @pulumi.getter(name="cpuPerUnit")
2874
- def cpu_per_unit(self) -> Optional[pulumi.Input[int]]:
2895
+ def cpu_per_unit(self) -> Optional[pulumi.Input[builtins.int]]:
2875
2896
  """
2876
2897
  Optionally configure the number of CPUs to allocate for each headroom unit. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.
2877
2898
  """
2878
2899
  return pulumi.get(self, "cpu_per_unit")
2879
2900
 
2880
2901
  @cpu_per_unit.setter
2881
- def cpu_per_unit(self, value: Optional[pulumi.Input[int]]):
2902
+ def cpu_per_unit(self, value: Optional[pulumi.Input[builtins.int]]):
2882
2903
  pulumi.set(self, "cpu_per_unit", value)
2883
2904
 
2884
2905
  @property
2885
2906
  @pulumi.getter(name="gpuPerUnit")
2886
- def gpu_per_unit(self) -> Optional[pulumi.Input[int]]:
2907
+ def gpu_per_unit(self) -> Optional[pulumi.Input[builtins.int]]:
2887
2908
  """
2888
2909
  Optionally configure the number of GPUS to allocate for each headroom unit.
2889
2910
  """
2890
2911
  return pulumi.get(self, "gpu_per_unit")
2891
2912
 
2892
2913
  @gpu_per_unit.setter
2893
- def gpu_per_unit(self, value: Optional[pulumi.Input[int]]):
2914
+ def gpu_per_unit(self, value: Optional[pulumi.Input[builtins.int]]):
2894
2915
  pulumi.set(self, "gpu_per_unit", value)
2895
2916
 
2896
2917
  @property
2897
2918
  @pulumi.getter(name="memoryPerUnit")
2898
- def memory_per_unit(self) -> Optional[pulumi.Input[int]]:
2919
+ def memory_per_unit(self) -> Optional[pulumi.Input[builtins.int]]:
2899
2920
  """
2900
2921
  Optionally configure the amount of memory (MiB) to allocate for each headroom unit.
2901
2922
  """
2902
2923
  return pulumi.get(self, "memory_per_unit")
2903
2924
 
2904
2925
  @memory_per_unit.setter
2905
- def memory_per_unit(self, value: Optional[pulumi.Input[int]]):
2926
+ def memory_per_unit(self, value: Optional[pulumi.Input[builtins.int]]):
2906
2927
  pulumi.set(self, "memory_per_unit", value)
2907
2928
 
2908
2929
 
2909
2930
  if not MYPY:
2910
2931
  class OceanLaunchSpecAutoscaleHeadroomsAutomaticArgsDict(TypedDict):
2911
- auto_headroom_percentage: NotRequired[pulumi.Input[int]]
2932
+ auto_headroom_percentage: NotRequired[pulumi.Input[builtins.int]]
2912
2933
  """
2913
2934
  Number between 0-200 to control the headroom % of the specific Virtual Node Group. Effective when cluster.autoScaler.headroom.automatic.`is_enabled` = true is set on the Ocean cluster.
2914
2935
  """
@@ -2918,29 +2939,29 @@ elif False:
2918
2939
  @pulumi.input_type
2919
2940
  class OceanLaunchSpecAutoscaleHeadroomsAutomaticArgs:
2920
2941
  def __init__(__self__, *,
2921
- auto_headroom_percentage: Optional[pulumi.Input[int]] = None):
2942
+ auto_headroom_percentage: Optional[pulumi.Input[builtins.int]] = None):
2922
2943
  """
2923
- :param pulumi.Input[int] auto_headroom_percentage: Number between 0-200 to control the headroom % of the specific Virtual Node Group. Effective when cluster.autoScaler.headroom.automatic.`is_enabled` = true is set on the Ocean cluster.
2944
+ :param pulumi.Input[builtins.int] auto_headroom_percentage: Number between 0-200 to control the headroom % of the specific Virtual Node Group. Effective when cluster.autoScaler.headroom.automatic.`is_enabled` = true is set on the Ocean cluster.
2924
2945
  """
2925
2946
  if auto_headroom_percentage is not None:
2926
2947
  pulumi.set(__self__, "auto_headroom_percentage", auto_headroom_percentage)
2927
2948
 
2928
2949
  @property
2929
2950
  @pulumi.getter(name="autoHeadroomPercentage")
2930
- def auto_headroom_percentage(self) -> Optional[pulumi.Input[int]]:
2951
+ def auto_headroom_percentage(self) -> Optional[pulumi.Input[builtins.int]]:
2931
2952
  """
2932
2953
  Number between 0-200 to control the headroom % of the specific Virtual Node Group. Effective when cluster.autoScaler.headroom.automatic.`is_enabled` = true is set on the Ocean cluster.
2933
2954
  """
2934
2955
  return pulumi.get(self, "auto_headroom_percentage")
2935
2956
 
2936
2957
  @auto_headroom_percentage.setter
2937
- def auto_headroom_percentage(self, value: Optional[pulumi.Input[int]]):
2958
+ def auto_headroom_percentage(self, value: Optional[pulumi.Input[builtins.int]]):
2938
2959
  pulumi.set(self, "auto_headroom_percentage", value)
2939
2960
 
2940
2961
 
2941
2962
  if not MYPY:
2942
2963
  class OceanLaunchSpecCreateOptionsArgsDict(TypedDict):
2943
- initial_nodes: NotRequired[pulumi.Input[int]]
2964
+ initial_nodes: NotRequired[pulumi.Input[builtins.int]]
2944
2965
  """
2945
2966
  When set to an integer greater than 0, a corresponding amount of nodes will be launched from the created Virtual Node Group.
2946
2967
  """
@@ -2950,33 +2971,33 @@ elif False:
2950
2971
  @pulumi.input_type
2951
2972
  class OceanLaunchSpecCreateOptionsArgs:
2952
2973
  def __init__(__self__, *,
2953
- initial_nodes: Optional[pulumi.Input[int]] = None):
2974
+ initial_nodes: Optional[pulumi.Input[builtins.int]] = None):
2954
2975
  """
2955
- :param pulumi.Input[int] initial_nodes: When set to an integer greater than 0, a corresponding amount of nodes will be launched from the created Virtual Node Group.
2976
+ :param pulumi.Input[builtins.int] initial_nodes: When set to an integer greater than 0, a corresponding amount of nodes will be launched from the created Virtual Node Group.
2956
2977
  """
2957
2978
  if initial_nodes is not None:
2958
2979
  pulumi.set(__self__, "initial_nodes", initial_nodes)
2959
2980
 
2960
2981
  @property
2961
2982
  @pulumi.getter(name="initialNodes")
2962
- def initial_nodes(self) -> Optional[pulumi.Input[int]]:
2983
+ def initial_nodes(self) -> Optional[pulumi.Input[builtins.int]]:
2963
2984
  """
2964
2985
  When set to an integer greater than 0, a corresponding amount of nodes will be launched from the created Virtual Node Group.
2965
2986
  """
2966
2987
  return pulumi.get(self, "initial_nodes")
2967
2988
 
2968
2989
  @initial_nodes.setter
2969
- def initial_nodes(self, value: Optional[pulumi.Input[int]]):
2990
+ def initial_nodes(self, value: Optional[pulumi.Input[builtins.int]]):
2970
2991
  pulumi.set(self, "initial_nodes", value)
2971
2992
 
2972
2993
 
2973
2994
  if not MYPY:
2974
2995
  class OceanLaunchSpecLabelArgsDict(TypedDict):
2975
- key: NotRequired[pulumi.Input[str]]
2996
+ key: NotRequired[pulumi.Input[builtins.str]]
2976
2997
  """
2977
2998
  The label key.
2978
2999
  """
2979
- value: NotRequired[pulumi.Input[str]]
3000
+ value: NotRequired[pulumi.Input[builtins.str]]
2980
3001
  """
2981
3002
  The label value.
2982
3003
  """
@@ -2986,11 +3007,11 @@ elif False:
2986
3007
  @pulumi.input_type
2987
3008
  class OceanLaunchSpecLabelArgs:
2988
3009
  def __init__(__self__, *,
2989
- key: Optional[pulumi.Input[str]] = None,
2990
- value: Optional[pulumi.Input[str]] = None):
3010
+ key: Optional[pulumi.Input[builtins.str]] = None,
3011
+ value: Optional[pulumi.Input[builtins.str]] = None):
2991
3012
  """
2992
- :param pulumi.Input[str] key: The label key.
2993
- :param pulumi.Input[str] value: The label value.
3013
+ :param pulumi.Input[builtins.str] key: The label key.
3014
+ :param pulumi.Input[builtins.str] value: The label value.
2994
3015
  """
2995
3016
  if key is not None:
2996
3017
  pulumi.set(__self__, "key", key)
@@ -2999,36 +3020,36 @@ class OceanLaunchSpecLabelArgs:
2999
3020
 
3000
3021
  @property
3001
3022
  @pulumi.getter
3002
- def key(self) -> Optional[pulumi.Input[str]]:
3023
+ def key(self) -> Optional[pulumi.Input[builtins.str]]:
3003
3024
  """
3004
3025
  The label key.
3005
3026
  """
3006
3027
  return pulumi.get(self, "key")
3007
3028
 
3008
3029
  @key.setter
3009
- def key(self, value: Optional[pulumi.Input[str]]):
3030
+ def key(self, value: Optional[pulumi.Input[builtins.str]]):
3010
3031
  pulumi.set(self, "key", value)
3011
3032
 
3012
3033
  @property
3013
3034
  @pulumi.getter
3014
- def value(self) -> Optional[pulumi.Input[str]]:
3035
+ def value(self) -> Optional[pulumi.Input[builtins.str]]:
3015
3036
  """
3016
3037
  The label value.
3017
3038
  """
3018
3039
  return pulumi.get(self, "value")
3019
3040
 
3020
3041
  @value.setter
3021
- def value(self, value: Optional[pulumi.Input[str]]):
3042
+ def value(self, value: Optional[pulumi.Input[builtins.str]]):
3022
3043
  pulumi.set(self, "value", value)
3023
3044
 
3024
3045
 
3025
3046
  if not MYPY:
3026
3047
  class OceanLaunchSpecMetadataArgsDict(TypedDict):
3027
- key: NotRequired[pulumi.Input[str]]
3048
+ key: NotRequired[pulumi.Input[builtins.str]]
3028
3049
  """
3029
3050
  The metadata key.
3030
3051
  """
3031
- value: NotRequired[pulumi.Input[str]]
3052
+ value: NotRequired[pulumi.Input[builtins.str]]
3032
3053
  """
3033
3054
  The metadata value.
3034
3055
  """
@@ -3038,11 +3059,11 @@ elif False:
3038
3059
  @pulumi.input_type
3039
3060
  class OceanLaunchSpecMetadataArgs:
3040
3061
  def __init__(__self__, *,
3041
- key: Optional[pulumi.Input[str]] = None,
3042
- value: Optional[pulumi.Input[str]] = None):
3062
+ key: Optional[pulumi.Input[builtins.str]] = None,
3063
+ value: Optional[pulumi.Input[builtins.str]] = None):
3043
3064
  """
3044
- :param pulumi.Input[str] key: The metadata key.
3045
- :param pulumi.Input[str] value: The metadata value.
3065
+ :param pulumi.Input[builtins.str] key: The metadata key.
3066
+ :param pulumi.Input[builtins.str] value: The metadata value.
3046
3067
  """
3047
3068
  if key is not None:
3048
3069
  pulumi.set(__self__, "key", key)
@@ -3051,32 +3072,32 @@ class OceanLaunchSpecMetadataArgs:
3051
3072
 
3052
3073
  @property
3053
3074
  @pulumi.getter
3054
- def key(self) -> Optional[pulumi.Input[str]]:
3075
+ def key(self) -> Optional[pulumi.Input[builtins.str]]:
3055
3076
  """
3056
3077
  The metadata key.
3057
3078
  """
3058
3079
  return pulumi.get(self, "key")
3059
3080
 
3060
3081
  @key.setter
3061
- def key(self, value: Optional[pulumi.Input[str]]):
3082
+ def key(self, value: Optional[pulumi.Input[builtins.str]]):
3062
3083
  pulumi.set(self, "key", value)
3063
3084
 
3064
3085
  @property
3065
3086
  @pulumi.getter
3066
- def value(self) -> Optional[pulumi.Input[str]]:
3087
+ def value(self) -> Optional[pulumi.Input[builtins.str]]:
3067
3088
  """
3068
3089
  The metadata value.
3069
3090
  """
3070
3091
  return pulumi.get(self, "value")
3071
3092
 
3072
3093
  @value.setter
3073
- def value(self, value: Optional[pulumi.Input[str]]):
3094
+ def value(self, value: Optional[pulumi.Input[builtins.str]]):
3074
3095
  pulumi.set(self, "value", value)
3075
3096
 
3076
3097
 
3077
3098
  if not MYPY:
3078
3099
  class OceanLaunchSpecNetworkInterfaceArgsDict(TypedDict):
3079
- network: pulumi.Input[str]
3100
+ network: pulumi.Input[builtins.str]
3080
3101
  """
3081
3102
  The name of the network.
3082
3103
  """
@@ -3088,7 +3109,7 @@ if not MYPY:
3088
3109
  """
3089
3110
  use the imported node pool’s associated aliasIpRange to assign secondary IP addresses to the nodes. Cannot be changed after VNG creation.
3090
3111
  """
3091
- project_id: NotRequired[pulumi.Input[str]]
3112
+ project_id: NotRequired[pulumi.Input[builtins.str]]
3092
3113
  """
3093
3114
  Use a network resource from a different project. Set the project identifier to use its network resource. This parameter is relevant only if the network resource is in a different project.
3094
3115
  """
@@ -3098,15 +3119,15 @@ elif False:
3098
3119
  @pulumi.input_type
3099
3120
  class OceanLaunchSpecNetworkInterfaceArgs:
3100
3121
  def __init__(__self__, *,
3101
- network: pulumi.Input[str],
3122
+ network: pulumi.Input[builtins.str],
3102
3123
  access_configs: Optional[pulumi.Input[Sequence[pulumi.Input['OceanLaunchSpecNetworkInterfaceAccessConfigArgs']]]] = None,
3103
3124
  alias_ip_ranges: Optional[pulumi.Input[Sequence[pulumi.Input['OceanLaunchSpecNetworkInterfaceAliasIpRangeArgs']]]] = None,
3104
- project_id: Optional[pulumi.Input[str]] = None):
3125
+ project_id: Optional[pulumi.Input[builtins.str]] = None):
3105
3126
  """
3106
- :param pulumi.Input[str] network: The name of the network.
3127
+ :param pulumi.Input[builtins.str] network: The name of the network.
3107
3128
  :param pulumi.Input[Sequence[pulumi.Input['OceanLaunchSpecNetworkInterfaceAccessConfigArgs']]] access_configs: The network protocol of the VNG.
3108
3129
  :param pulumi.Input[Sequence[pulumi.Input['OceanLaunchSpecNetworkInterfaceAliasIpRangeArgs']]] alias_ip_ranges: use the imported node pool’s associated aliasIpRange to assign secondary IP addresses to the nodes. Cannot be changed after VNG creation.
3109
- :param pulumi.Input[str] project_id: Use a network resource from a different project. Set the project identifier to use its network resource. This parameter is relevant only if the network resource is in a different project.
3130
+ :param pulumi.Input[builtins.str] project_id: Use a network resource from a different project. Set the project identifier to use its network resource. This parameter is relevant only if the network resource is in a different project.
3110
3131
  """
3111
3132
  pulumi.set(__self__, "network", network)
3112
3133
  if access_configs is not None:
@@ -3118,14 +3139,14 @@ class OceanLaunchSpecNetworkInterfaceArgs:
3118
3139
 
3119
3140
  @property
3120
3141
  @pulumi.getter
3121
- def network(self) -> pulumi.Input[str]:
3142
+ def network(self) -> pulumi.Input[builtins.str]:
3122
3143
  """
3123
3144
  The name of the network.
3124
3145
  """
3125
3146
  return pulumi.get(self, "network")
3126
3147
 
3127
3148
  @network.setter
3128
- def network(self, value: pulumi.Input[str]):
3149
+ def network(self, value: pulumi.Input[builtins.str]):
3129
3150
  pulumi.set(self, "network", value)
3130
3151
 
3131
3152
  @property
@@ -3154,24 +3175,24 @@ class OceanLaunchSpecNetworkInterfaceArgs:
3154
3175
 
3155
3176
  @property
3156
3177
  @pulumi.getter(name="projectId")
3157
- def project_id(self) -> Optional[pulumi.Input[str]]:
3178
+ def project_id(self) -> Optional[pulumi.Input[builtins.str]]:
3158
3179
  """
3159
3180
  Use a network resource from a different project. Set the project identifier to use its network resource. This parameter is relevant only if the network resource is in a different project.
3160
3181
  """
3161
3182
  return pulumi.get(self, "project_id")
3162
3183
 
3163
3184
  @project_id.setter
3164
- def project_id(self, value: Optional[pulumi.Input[str]]):
3185
+ def project_id(self, value: Optional[pulumi.Input[builtins.str]]):
3165
3186
  pulumi.set(self, "project_id", value)
3166
3187
 
3167
3188
 
3168
3189
  if not MYPY:
3169
3190
  class OceanLaunchSpecNetworkInterfaceAccessConfigArgsDict(TypedDict):
3170
- name: NotRequired[pulumi.Input[str]]
3191
+ name: NotRequired[pulumi.Input[builtins.str]]
3171
3192
  """
3172
3193
  The name of the access configuration.
3173
3194
  """
3174
- type: NotRequired[pulumi.Input[str]]
3195
+ type: NotRequired[pulumi.Input[builtins.str]]
3175
3196
  """
3176
3197
  The type of the access configuration.
3177
3198
  """
@@ -3181,11 +3202,11 @@ elif False:
3181
3202
  @pulumi.input_type
3182
3203
  class OceanLaunchSpecNetworkInterfaceAccessConfigArgs:
3183
3204
  def __init__(__self__, *,
3184
- name: Optional[pulumi.Input[str]] = None,
3185
- type: Optional[pulumi.Input[str]] = None):
3205
+ name: Optional[pulumi.Input[builtins.str]] = None,
3206
+ type: Optional[pulumi.Input[builtins.str]] = None):
3186
3207
  """
3187
- :param pulumi.Input[str] name: The name of the access configuration.
3188
- :param pulumi.Input[str] type: The type of the access configuration.
3208
+ :param pulumi.Input[builtins.str] name: The name of the access configuration.
3209
+ :param pulumi.Input[builtins.str] type: The type of the access configuration.
3189
3210
  """
3190
3211
  if name is not None:
3191
3212
  pulumi.set(__self__, "name", name)
@@ -3194,36 +3215,36 @@ class OceanLaunchSpecNetworkInterfaceAccessConfigArgs:
3194
3215
 
3195
3216
  @property
3196
3217
  @pulumi.getter
3197
- def name(self) -> Optional[pulumi.Input[str]]:
3218
+ def name(self) -> Optional[pulumi.Input[builtins.str]]:
3198
3219
  """
3199
3220
  The name of the access configuration.
3200
3221
  """
3201
3222
  return pulumi.get(self, "name")
3202
3223
 
3203
3224
  @name.setter
3204
- def name(self, value: Optional[pulumi.Input[str]]):
3225
+ def name(self, value: Optional[pulumi.Input[builtins.str]]):
3205
3226
  pulumi.set(self, "name", value)
3206
3227
 
3207
3228
  @property
3208
3229
  @pulumi.getter
3209
- def type(self) -> Optional[pulumi.Input[str]]:
3230
+ def type(self) -> Optional[pulumi.Input[builtins.str]]:
3210
3231
  """
3211
3232
  The type of the access configuration.
3212
3233
  """
3213
3234
  return pulumi.get(self, "type")
3214
3235
 
3215
3236
  @type.setter
3216
- def type(self, value: Optional[pulumi.Input[str]]):
3237
+ def type(self, value: Optional[pulumi.Input[builtins.str]]):
3217
3238
  pulumi.set(self, "type", value)
3218
3239
 
3219
3240
 
3220
3241
  if not MYPY:
3221
3242
  class OceanLaunchSpecNetworkInterfaceAliasIpRangeArgsDict(TypedDict):
3222
- ip_cidr_range: pulumi.Input[str]
3243
+ ip_cidr_range: pulumi.Input[builtins.str]
3223
3244
  """
3224
3245
  specify the IP address range in CIDR notation that can be used for the alias IP addresses associated with the imported node pool.
3225
3246
  """
3226
- subnetwork_range_name: pulumi.Input[str]
3247
+ subnetwork_range_name: pulumi.Input[builtins.str]
3227
3248
  """
3228
3249
  specify the IP address range for the subnet secondary IP range.
3229
3250
  """
@@ -3233,47 +3254,47 @@ elif False:
3233
3254
  @pulumi.input_type
3234
3255
  class OceanLaunchSpecNetworkInterfaceAliasIpRangeArgs:
3235
3256
  def __init__(__self__, *,
3236
- ip_cidr_range: pulumi.Input[str],
3237
- subnetwork_range_name: pulumi.Input[str]):
3257
+ ip_cidr_range: pulumi.Input[builtins.str],
3258
+ subnetwork_range_name: pulumi.Input[builtins.str]):
3238
3259
  """
3239
- :param pulumi.Input[str] ip_cidr_range: specify the IP address range in CIDR notation that can be used for the alias IP addresses associated with the imported node pool.
3240
- :param pulumi.Input[str] subnetwork_range_name: specify the IP address range for the subnet secondary IP range.
3260
+ :param pulumi.Input[builtins.str] ip_cidr_range: specify the IP address range in CIDR notation that can be used for the alias IP addresses associated with the imported node pool.
3261
+ :param pulumi.Input[builtins.str] subnetwork_range_name: specify the IP address range for the subnet secondary IP range.
3241
3262
  """
3242
3263
  pulumi.set(__self__, "ip_cidr_range", ip_cidr_range)
3243
3264
  pulumi.set(__self__, "subnetwork_range_name", subnetwork_range_name)
3244
3265
 
3245
3266
  @property
3246
3267
  @pulumi.getter(name="ipCidrRange")
3247
- def ip_cidr_range(self) -> pulumi.Input[str]:
3268
+ def ip_cidr_range(self) -> pulumi.Input[builtins.str]:
3248
3269
  """
3249
3270
  specify the IP address range in CIDR notation that can be used for the alias IP addresses associated with the imported node pool.
3250
3271
  """
3251
3272
  return pulumi.get(self, "ip_cidr_range")
3252
3273
 
3253
3274
  @ip_cidr_range.setter
3254
- def ip_cidr_range(self, value: pulumi.Input[str]):
3275
+ def ip_cidr_range(self, value: pulumi.Input[builtins.str]):
3255
3276
  pulumi.set(self, "ip_cidr_range", value)
3256
3277
 
3257
3278
  @property
3258
3279
  @pulumi.getter(name="subnetworkRangeName")
3259
- def subnetwork_range_name(self) -> pulumi.Input[str]:
3280
+ def subnetwork_range_name(self) -> pulumi.Input[builtins.str]:
3260
3281
  """
3261
3282
  specify the IP address range for the subnet secondary IP range.
3262
3283
  """
3263
3284
  return pulumi.get(self, "subnetwork_range_name")
3264
3285
 
3265
3286
  @subnetwork_range_name.setter
3266
- def subnetwork_range_name(self, value: pulumi.Input[str]):
3287
+ def subnetwork_range_name(self, value: pulumi.Input[builtins.str]):
3267
3288
  pulumi.set(self, "subnetwork_range_name", value)
3268
3289
 
3269
3290
 
3270
3291
  if not MYPY:
3271
3292
  class OceanLaunchSpecResourceLimitsArgsDict(TypedDict):
3272
- max_instance_count: NotRequired[pulumi.Input[int]]
3293
+ max_instance_count: NotRequired[pulumi.Input[builtins.int]]
3273
3294
  """
3274
3295
  Option to set a maximum number of instances per virtual node group. Can be null. If set, the value must be greater than or equal to 0.
3275
3296
  """
3276
- min_instance_count: NotRequired[pulumi.Input[int]]
3297
+ min_instance_count: NotRequired[pulumi.Input[builtins.int]]
3277
3298
  """
3278
3299
  Option to set a minimum number of instances per virtual node group. Can be null. If set, the value must be greater than or equal to 0.
3279
3300
  """
@@ -3283,11 +3304,11 @@ elif False:
3283
3304
  @pulumi.input_type
3284
3305
  class OceanLaunchSpecResourceLimitsArgs:
3285
3306
  def __init__(__self__, *,
3286
- max_instance_count: Optional[pulumi.Input[int]] = None,
3287
- min_instance_count: Optional[pulumi.Input[int]] = None):
3307
+ max_instance_count: Optional[pulumi.Input[builtins.int]] = None,
3308
+ min_instance_count: Optional[pulumi.Input[builtins.int]] = None):
3288
3309
  """
3289
- :param pulumi.Input[int] max_instance_count: Option to set a maximum number of instances per virtual node group. Can be null. If set, the value must be greater than or equal to 0.
3290
- :param pulumi.Input[int] min_instance_count: Option to set a minimum number of instances per virtual node group. Can be null. If set, the value must be greater than or equal to 0.
3310
+ :param pulumi.Input[builtins.int] max_instance_count: Option to set a maximum number of instances per virtual node group. Can be null. If set, the value must be greater than or equal to 0.
3311
+ :param pulumi.Input[builtins.int] min_instance_count: Option to set a minimum number of instances per virtual node group. Can be null. If set, the value must be greater than or equal to 0.
3291
3312
  """
3292
3313
  if max_instance_count is not None:
3293
3314
  pulumi.set(__self__, "max_instance_count", max_instance_count)
@@ -3296,40 +3317,40 @@ class OceanLaunchSpecResourceLimitsArgs:
3296
3317
 
3297
3318
  @property
3298
3319
  @pulumi.getter(name="maxInstanceCount")
3299
- def max_instance_count(self) -> Optional[pulumi.Input[int]]:
3320
+ def max_instance_count(self) -> Optional[pulumi.Input[builtins.int]]:
3300
3321
  """
3301
3322
  Option to set a maximum number of instances per virtual node group. Can be null. If set, the value must be greater than or equal to 0.
3302
3323
  """
3303
3324
  return pulumi.get(self, "max_instance_count")
3304
3325
 
3305
3326
  @max_instance_count.setter
3306
- def max_instance_count(self, value: Optional[pulumi.Input[int]]):
3327
+ def max_instance_count(self, value: Optional[pulumi.Input[builtins.int]]):
3307
3328
  pulumi.set(self, "max_instance_count", value)
3308
3329
 
3309
3330
  @property
3310
3331
  @pulumi.getter(name="minInstanceCount")
3311
- def min_instance_count(self) -> Optional[pulumi.Input[int]]:
3332
+ def min_instance_count(self) -> Optional[pulumi.Input[builtins.int]]:
3312
3333
  """
3313
3334
  Option to set a minimum number of instances per virtual node group. Can be null. If set, the value must be greater than or equal to 0.
3314
3335
  """
3315
3336
  return pulumi.get(self, "min_instance_count")
3316
3337
 
3317
3338
  @min_instance_count.setter
3318
- def min_instance_count(self, value: Optional[pulumi.Input[int]]):
3339
+ def min_instance_count(self, value: Optional[pulumi.Input[builtins.int]]):
3319
3340
  pulumi.set(self, "min_instance_count", value)
3320
3341
 
3321
3342
 
3322
3343
  if not MYPY:
3323
3344
  class OceanLaunchSpecSchedulingTaskArgsDict(TypedDict):
3324
- cron_expression: pulumi.Input[str]
3345
+ cron_expression: pulumi.Input[builtins.str]
3325
3346
  """
3326
3347
  A valid cron expression. For example : " * * * * * ". The cron job runs in UTC time and is in Unix cron format.
3327
3348
  """
3328
- is_enabled: pulumi.Input[bool]
3349
+ is_enabled: pulumi.Input[builtins.bool]
3329
3350
  """
3330
3351
  Describes whether the task is enabled. When `true`, the task runs. When `false`, it does not run.
3331
3352
  """
3332
- task_type: pulumi.Input[str]
3353
+ task_type: pulumi.Input[builtins.str]
3333
3354
  """
3334
3355
  The activity that you are scheduling. Valid values: "manualHeadroomUpdate".
3335
3356
  """
@@ -3343,14 +3364,14 @@ elif False:
3343
3364
  @pulumi.input_type
3344
3365
  class OceanLaunchSpecSchedulingTaskArgs:
3345
3366
  def __init__(__self__, *,
3346
- cron_expression: pulumi.Input[str],
3347
- is_enabled: pulumi.Input[bool],
3348
- task_type: pulumi.Input[str],
3367
+ cron_expression: pulumi.Input[builtins.str],
3368
+ is_enabled: pulumi.Input[builtins.bool],
3369
+ task_type: pulumi.Input[builtins.str],
3349
3370
  task_headrooms: Optional[pulumi.Input[Sequence[pulumi.Input['OceanLaunchSpecSchedulingTaskTaskHeadroomArgs']]]] = None):
3350
3371
  """
3351
- :param pulumi.Input[str] cron_expression: A valid cron expression. For example : " * * * * * ". The cron job runs in UTC time and is in Unix cron format.
3352
- :param pulumi.Input[bool] is_enabled: Describes whether the task is enabled. When `true`, the task runs. When `false`, it does not run.
3353
- :param pulumi.Input[str] task_type: The activity that you are scheduling. Valid values: "manualHeadroomUpdate".
3372
+ :param pulumi.Input[builtins.str] cron_expression: A valid cron expression. For example : " * * * * * ". The cron job runs in UTC time and is in Unix cron format.
3373
+ :param pulumi.Input[builtins.bool] is_enabled: Describes whether the task is enabled. When `true`, the task runs. When `false`, it does not run.
3374
+ :param pulumi.Input[builtins.str] task_type: The activity that you are scheduling. Valid values: "manualHeadroomUpdate".
3354
3375
  :param pulumi.Input[Sequence[pulumi.Input['OceanLaunchSpecSchedulingTaskTaskHeadroomArgs']]] task_headrooms: The config of this scheduled task. Depends on the value of taskType.
3355
3376
  """
3356
3377
  pulumi.set(__self__, "cron_expression", cron_expression)
@@ -3361,38 +3382,38 @@ class OceanLaunchSpecSchedulingTaskArgs:
3361
3382
 
3362
3383
  @property
3363
3384
  @pulumi.getter(name="cronExpression")
3364
- def cron_expression(self) -> pulumi.Input[str]:
3385
+ def cron_expression(self) -> pulumi.Input[builtins.str]:
3365
3386
  """
3366
3387
  A valid cron expression. For example : " * * * * * ". The cron job runs in UTC time and is in Unix cron format.
3367
3388
  """
3368
3389
  return pulumi.get(self, "cron_expression")
3369
3390
 
3370
3391
  @cron_expression.setter
3371
- def cron_expression(self, value: pulumi.Input[str]):
3392
+ def cron_expression(self, value: pulumi.Input[builtins.str]):
3372
3393
  pulumi.set(self, "cron_expression", value)
3373
3394
 
3374
3395
  @property
3375
3396
  @pulumi.getter(name="isEnabled")
3376
- def is_enabled(self) -> pulumi.Input[bool]:
3397
+ def is_enabled(self) -> pulumi.Input[builtins.bool]:
3377
3398
  """
3378
3399
  Describes whether the task is enabled. When `true`, the task runs. When `false`, it does not run.
3379
3400
  """
3380
3401
  return pulumi.get(self, "is_enabled")
3381
3402
 
3382
3403
  @is_enabled.setter
3383
- def is_enabled(self, value: pulumi.Input[bool]):
3404
+ def is_enabled(self, value: pulumi.Input[builtins.bool]):
3384
3405
  pulumi.set(self, "is_enabled", value)
3385
3406
 
3386
3407
  @property
3387
3408
  @pulumi.getter(name="taskType")
3388
- def task_type(self) -> pulumi.Input[str]:
3409
+ def task_type(self) -> pulumi.Input[builtins.str]:
3389
3410
  """
3390
3411
  The activity that you are scheduling. Valid values: "manualHeadroomUpdate".
3391
3412
  """
3392
3413
  return pulumi.get(self, "task_type")
3393
3414
 
3394
3415
  @task_type.setter
3395
- def task_type(self, value: pulumi.Input[str]):
3416
+ def task_type(self, value: pulumi.Input[builtins.str]):
3396
3417
  pulumi.set(self, "task_type", value)
3397
3418
 
3398
3419
  @property
@@ -3410,19 +3431,19 @@ class OceanLaunchSpecSchedulingTaskArgs:
3410
3431
 
3411
3432
  if not MYPY:
3412
3433
  class OceanLaunchSpecSchedulingTaskTaskHeadroomArgsDict(TypedDict):
3413
- num_of_units: pulumi.Input[int]
3434
+ num_of_units: pulumi.Input[builtins.int]
3414
3435
  """
3415
3436
  The number of units to retain as headroom, where each unit has the defined headroom CPU, memory and GPU.
3416
3437
  """
3417
- cpu_per_unit: NotRequired[pulumi.Input[int]]
3438
+ cpu_per_unit: NotRequired[pulumi.Input[builtins.int]]
3418
3439
  """
3419
3440
  Optionally configure the number of CPUs to allocate for each headroom unit. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.
3420
3441
  """
3421
- gpu_per_unit: NotRequired[pulumi.Input[int]]
3442
+ gpu_per_unit: NotRequired[pulumi.Input[builtins.int]]
3422
3443
  """
3423
3444
  Optionally configure the number of GPUS to allocate for each headroom unit.
3424
3445
  """
3425
- memory_per_unit: NotRequired[pulumi.Input[int]]
3446
+ memory_per_unit: NotRequired[pulumi.Input[builtins.int]]
3426
3447
  """
3427
3448
  Optionally configure the amount of memory (MiB) to allocate for each headroom unit.
3428
3449
  """
@@ -3432,15 +3453,15 @@ elif False:
3432
3453
  @pulumi.input_type
3433
3454
  class OceanLaunchSpecSchedulingTaskTaskHeadroomArgs:
3434
3455
  def __init__(__self__, *,
3435
- num_of_units: pulumi.Input[int],
3436
- cpu_per_unit: Optional[pulumi.Input[int]] = None,
3437
- gpu_per_unit: Optional[pulumi.Input[int]] = None,
3438
- memory_per_unit: Optional[pulumi.Input[int]] = None):
3456
+ num_of_units: pulumi.Input[builtins.int],
3457
+ cpu_per_unit: Optional[pulumi.Input[builtins.int]] = None,
3458
+ gpu_per_unit: Optional[pulumi.Input[builtins.int]] = None,
3459
+ memory_per_unit: Optional[pulumi.Input[builtins.int]] = None):
3439
3460
  """
3440
- :param pulumi.Input[int] num_of_units: The number of units to retain as headroom, where each unit has the defined headroom CPU, memory and GPU.
3441
- :param pulumi.Input[int] cpu_per_unit: Optionally configure the number of CPUs to allocate for each headroom unit. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.
3442
- :param pulumi.Input[int] gpu_per_unit: Optionally configure the number of GPUS to allocate for each headroom unit.
3443
- :param pulumi.Input[int] memory_per_unit: Optionally configure the amount of memory (MiB) to allocate for each headroom unit.
3461
+ :param pulumi.Input[builtins.int] num_of_units: The number of units to retain as headroom, where each unit has the defined headroom CPU, memory and GPU.
3462
+ :param pulumi.Input[builtins.int] cpu_per_unit: Optionally configure the number of CPUs to allocate for each headroom unit. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.
3463
+ :param pulumi.Input[builtins.int] gpu_per_unit: Optionally configure the number of GPUS to allocate for each headroom unit.
3464
+ :param pulumi.Input[builtins.int] memory_per_unit: Optionally configure the amount of memory (MiB) to allocate for each headroom unit.
3444
3465
  """
3445
3466
  pulumi.set(__self__, "num_of_units", num_of_units)
3446
3467
  if cpu_per_unit is not None:
@@ -3452,60 +3473,60 @@ class OceanLaunchSpecSchedulingTaskTaskHeadroomArgs:
3452
3473
 
3453
3474
  @property
3454
3475
  @pulumi.getter(name="numOfUnits")
3455
- def num_of_units(self) -> pulumi.Input[int]:
3476
+ def num_of_units(self) -> pulumi.Input[builtins.int]:
3456
3477
  """
3457
3478
  The number of units to retain as headroom, where each unit has the defined headroom CPU, memory and GPU.
3458
3479
  """
3459
3480
  return pulumi.get(self, "num_of_units")
3460
3481
 
3461
3482
  @num_of_units.setter
3462
- def num_of_units(self, value: pulumi.Input[int]):
3483
+ def num_of_units(self, value: pulumi.Input[builtins.int]):
3463
3484
  pulumi.set(self, "num_of_units", value)
3464
3485
 
3465
3486
  @property
3466
3487
  @pulumi.getter(name="cpuPerUnit")
3467
- def cpu_per_unit(self) -> Optional[pulumi.Input[int]]:
3488
+ def cpu_per_unit(self) -> Optional[pulumi.Input[builtins.int]]:
3468
3489
  """
3469
3490
  Optionally configure the number of CPUs to allocate for each headroom unit. CPUs are denoted in millicores, where 1000 millicores = 1 vCPU.
3470
3491
  """
3471
3492
  return pulumi.get(self, "cpu_per_unit")
3472
3493
 
3473
3494
  @cpu_per_unit.setter
3474
- def cpu_per_unit(self, value: Optional[pulumi.Input[int]]):
3495
+ def cpu_per_unit(self, value: Optional[pulumi.Input[builtins.int]]):
3475
3496
  pulumi.set(self, "cpu_per_unit", value)
3476
3497
 
3477
3498
  @property
3478
3499
  @pulumi.getter(name="gpuPerUnit")
3479
- def gpu_per_unit(self) -> Optional[pulumi.Input[int]]:
3500
+ def gpu_per_unit(self) -> Optional[pulumi.Input[builtins.int]]:
3480
3501
  """
3481
3502
  Optionally configure the number of GPUS to allocate for each headroom unit.
3482
3503
  """
3483
3504
  return pulumi.get(self, "gpu_per_unit")
3484
3505
 
3485
3506
  @gpu_per_unit.setter
3486
- def gpu_per_unit(self, value: Optional[pulumi.Input[int]]):
3507
+ def gpu_per_unit(self, value: Optional[pulumi.Input[builtins.int]]):
3487
3508
  pulumi.set(self, "gpu_per_unit", value)
3488
3509
 
3489
3510
  @property
3490
3511
  @pulumi.getter(name="memoryPerUnit")
3491
- def memory_per_unit(self) -> Optional[pulumi.Input[int]]:
3512
+ def memory_per_unit(self) -> Optional[pulumi.Input[builtins.int]]:
3492
3513
  """
3493
3514
  Optionally configure the amount of memory (MiB) to allocate for each headroom unit.
3494
3515
  """
3495
3516
  return pulumi.get(self, "memory_per_unit")
3496
3517
 
3497
3518
  @memory_per_unit.setter
3498
- def memory_per_unit(self, value: Optional[pulumi.Input[int]]):
3519
+ def memory_per_unit(self, value: Optional[pulumi.Input[builtins.int]]):
3499
3520
  pulumi.set(self, "memory_per_unit", value)
3500
3521
 
3501
3522
 
3502
3523
  if not MYPY:
3503
3524
  class OceanLaunchSpecShieldedInstanceConfigArgsDict(TypedDict):
3504
- enable_integrity_monitoring: NotRequired[pulumi.Input[bool]]
3525
+ enable_integrity_monitoring: NotRequired[pulumi.Input[builtins.bool]]
3505
3526
  """
3506
3527
  Boolean. Enable the integrity monitoring parameter on the GCP instances.
3507
3528
  """
3508
- enable_secure_boot: NotRequired[pulumi.Input[bool]]
3529
+ enable_secure_boot: NotRequired[pulumi.Input[builtins.bool]]
3509
3530
  """
3510
3531
  Boolean. Enable the secure boot parameter on the GCP instances.
3511
3532
  """
@@ -3515,11 +3536,11 @@ elif False:
3515
3536
  @pulumi.input_type
3516
3537
  class OceanLaunchSpecShieldedInstanceConfigArgs:
3517
3538
  def __init__(__self__, *,
3518
- enable_integrity_monitoring: Optional[pulumi.Input[bool]] = None,
3519
- enable_secure_boot: Optional[pulumi.Input[bool]] = None):
3539
+ enable_integrity_monitoring: Optional[pulumi.Input[builtins.bool]] = None,
3540
+ enable_secure_boot: Optional[pulumi.Input[builtins.bool]] = None):
3520
3541
  """
3521
- :param pulumi.Input[bool] enable_integrity_monitoring: Boolean. Enable the integrity monitoring parameter on the GCP instances.
3522
- :param pulumi.Input[bool] enable_secure_boot: Boolean. Enable the secure boot parameter on the GCP instances.
3542
+ :param pulumi.Input[builtins.bool] enable_integrity_monitoring: Boolean. Enable the integrity monitoring parameter on the GCP instances.
3543
+ :param pulumi.Input[builtins.bool] enable_secure_boot: Boolean. Enable the secure boot parameter on the GCP instances.
3523
3544
  """
3524
3545
  if enable_integrity_monitoring is not None:
3525
3546
  pulumi.set(__self__, "enable_integrity_monitoring", enable_integrity_monitoring)
@@ -3528,32 +3549,32 @@ class OceanLaunchSpecShieldedInstanceConfigArgs:
3528
3549
 
3529
3550
  @property
3530
3551
  @pulumi.getter(name="enableIntegrityMonitoring")
3531
- def enable_integrity_monitoring(self) -> Optional[pulumi.Input[bool]]:
3552
+ def enable_integrity_monitoring(self) -> Optional[pulumi.Input[builtins.bool]]:
3532
3553
  """
3533
3554
  Boolean. Enable the integrity monitoring parameter on the GCP instances.
3534
3555
  """
3535
3556
  return pulumi.get(self, "enable_integrity_monitoring")
3536
3557
 
3537
3558
  @enable_integrity_monitoring.setter
3538
- def enable_integrity_monitoring(self, value: Optional[pulumi.Input[bool]]):
3559
+ def enable_integrity_monitoring(self, value: Optional[pulumi.Input[builtins.bool]]):
3539
3560
  pulumi.set(self, "enable_integrity_monitoring", value)
3540
3561
 
3541
3562
  @property
3542
3563
  @pulumi.getter(name="enableSecureBoot")
3543
- def enable_secure_boot(self) -> Optional[pulumi.Input[bool]]:
3564
+ def enable_secure_boot(self) -> Optional[pulumi.Input[builtins.bool]]:
3544
3565
  """
3545
3566
  Boolean. Enable the secure boot parameter on the GCP instances.
3546
3567
  """
3547
3568
  return pulumi.get(self, "enable_secure_boot")
3548
3569
 
3549
3570
  @enable_secure_boot.setter
3550
- def enable_secure_boot(self, value: Optional[pulumi.Input[bool]]):
3571
+ def enable_secure_boot(self, value: Optional[pulumi.Input[builtins.bool]]):
3551
3572
  pulumi.set(self, "enable_secure_boot", value)
3552
3573
 
3553
3574
 
3554
3575
  if not MYPY:
3555
3576
  class OceanLaunchSpecStorageArgsDict(TypedDict):
3556
- local_ssd_count: NotRequired[pulumi.Input[int]]
3577
+ local_ssd_count: NotRequired[pulumi.Input[builtins.int]]
3557
3578
  """
3558
3579
  Defines the number of local SSDs to be attached per node for this VNG.
3559
3580
  """
@@ -3563,69 +3584,89 @@ elif False:
3563
3584
  @pulumi.input_type
3564
3585
  class OceanLaunchSpecStorageArgs:
3565
3586
  def __init__(__self__, *,
3566
- local_ssd_count: Optional[pulumi.Input[int]] = None):
3587
+ local_ssd_count: Optional[pulumi.Input[builtins.int]] = None):
3567
3588
  """
3568
- :param pulumi.Input[int] local_ssd_count: Defines the number of local SSDs to be attached per node for this VNG.
3589
+ :param pulumi.Input[builtins.int] local_ssd_count: Defines the number of local SSDs to be attached per node for this VNG.
3569
3590
  """
3570
3591
  if local_ssd_count is not None:
3571
3592
  pulumi.set(__self__, "local_ssd_count", local_ssd_count)
3572
3593
 
3573
3594
  @property
3574
3595
  @pulumi.getter(name="localSsdCount")
3575
- def local_ssd_count(self) -> Optional[pulumi.Input[int]]:
3596
+ def local_ssd_count(self) -> Optional[pulumi.Input[builtins.int]]:
3576
3597
  """
3577
3598
  Defines the number of local SSDs to be attached per node for this VNG.
3578
3599
  """
3579
3600
  return pulumi.get(self, "local_ssd_count")
3580
3601
 
3581
3602
  @local_ssd_count.setter
3582
- def local_ssd_count(self, value: Optional[pulumi.Input[int]]):
3603
+ def local_ssd_count(self, value: Optional[pulumi.Input[builtins.int]]):
3583
3604
  pulumi.set(self, "local_ssd_count", value)
3584
3605
 
3585
3606
 
3586
3607
  if not MYPY:
3587
3608
  class OceanLaunchSpecStrategyArgsDict(TypedDict):
3588
- preemptible_percentage: NotRequired[pulumi.Input[int]]
3609
+ preemptible_percentage: NotRequired[pulumi.Input[builtins.int]]
3589
3610
  """
3590
3611
  Defines the desired preemptible percentage for this launch specification.
3591
3612
  """
3613
+ scaling_orientation: NotRequired[pulumi.Input[builtins.str]]
3614
+ """
3615
+ Valid Values: `"cost", "availability", "balanced"`. Set this value to control the approach that Ocean takes when launching nodes.
3616
+ """
3592
3617
  elif False:
3593
3618
  OceanLaunchSpecStrategyArgsDict: TypeAlias = Mapping[str, Any]
3594
3619
 
3595
3620
  @pulumi.input_type
3596
3621
  class OceanLaunchSpecStrategyArgs:
3597
3622
  def __init__(__self__, *,
3598
- preemptible_percentage: Optional[pulumi.Input[int]] = None):
3623
+ preemptible_percentage: Optional[pulumi.Input[builtins.int]] = None,
3624
+ scaling_orientation: Optional[pulumi.Input[builtins.str]] = None):
3599
3625
  """
3600
- :param pulumi.Input[int] preemptible_percentage: Defines the desired preemptible percentage for this launch specification.
3626
+ :param pulumi.Input[builtins.int] preemptible_percentage: Defines the desired preemptible percentage for this launch specification.
3627
+ :param pulumi.Input[builtins.str] scaling_orientation: Valid Values: `"cost", "availability", "balanced"`. Set this value to control the approach that Ocean takes when launching nodes.
3601
3628
  """
3602
3629
  if preemptible_percentage is not None:
3603
3630
  pulumi.set(__self__, "preemptible_percentage", preemptible_percentage)
3631
+ if scaling_orientation is not None:
3632
+ pulumi.set(__self__, "scaling_orientation", scaling_orientation)
3604
3633
 
3605
3634
  @property
3606
3635
  @pulumi.getter(name="preemptiblePercentage")
3607
- def preemptible_percentage(self) -> Optional[pulumi.Input[int]]:
3636
+ def preemptible_percentage(self) -> Optional[pulumi.Input[builtins.int]]:
3608
3637
  """
3609
3638
  Defines the desired preemptible percentage for this launch specification.
3610
3639
  """
3611
3640
  return pulumi.get(self, "preemptible_percentage")
3612
3641
 
3613
3642
  @preemptible_percentage.setter
3614
- def preemptible_percentage(self, value: Optional[pulumi.Input[int]]):
3643
+ def preemptible_percentage(self, value: Optional[pulumi.Input[builtins.int]]):
3615
3644
  pulumi.set(self, "preemptible_percentage", value)
3616
3645
 
3646
+ @property
3647
+ @pulumi.getter(name="scalingOrientation")
3648
+ def scaling_orientation(self) -> Optional[pulumi.Input[builtins.str]]:
3649
+ """
3650
+ Valid Values: `"cost", "availability", "balanced"`. Set this value to control the approach that Ocean takes when launching nodes.
3651
+ """
3652
+ return pulumi.get(self, "scaling_orientation")
3653
+
3654
+ @scaling_orientation.setter
3655
+ def scaling_orientation(self, value: Optional[pulumi.Input[builtins.str]]):
3656
+ pulumi.set(self, "scaling_orientation", value)
3657
+
3617
3658
 
3618
3659
  if not MYPY:
3619
3660
  class OceanLaunchSpecTaintArgsDict(TypedDict):
3620
- effect: NotRequired[pulumi.Input[str]]
3661
+ effect: NotRequired[pulumi.Input[builtins.str]]
3621
3662
  """
3622
3663
  The effect of the taint. Valid values: `"NoSchedule"`, `"PreferNoSchedule"`, `"NoExecute"`.
3623
3664
  """
3624
- key: NotRequired[pulumi.Input[str]]
3665
+ key: NotRequired[pulumi.Input[builtins.str]]
3625
3666
  """
3626
3667
  The taint key.
3627
3668
  """
3628
- value: NotRequired[pulumi.Input[str]]
3669
+ value: NotRequired[pulumi.Input[builtins.str]]
3629
3670
  """
3630
3671
  The taint value.
3631
3672
  """
@@ -3635,13 +3676,13 @@ elif False:
3635
3676
  @pulumi.input_type
3636
3677
  class OceanLaunchSpecTaintArgs:
3637
3678
  def __init__(__self__, *,
3638
- effect: Optional[pulumi.Input[str]] = None,
3639
- key: Optional[pulumi.Input[str]] = None,
3640
- value: Optional[pulumi.Input[str]] = None):
3679
+ effect: Optional[pulumi.Input[builtins.str]] = None,
3680
+ key: Optional[pulumi.Input[builtins.str]] = None,
3681
+ value: Optional[pulumi.Input[builtins.str]] = None):
3641
3682
  """
3642
- :param pulumi.Input[str] effect: The effect of the taint. Valid values: `"NoSchedule"`, `"PreferNoSchedule"`, `"NoExecute"`.
3643
- :param pulumi.Input[str] key: The taint key.
3644
- :param pulumi.Input[str] value: The taint value.
3683
+ :param pulumi.Input[builtins.str] effect: The effect of the taint. Valid values: `"NoSchedule"`, `"PreferNoSchedule"`, `"NoExecute"`.
3684
+ :param pulumi.Input[builtins.str] key: The taint key.
3685
+ :param pulumi.Input[builtins.str] value: The taint value.
3645
3686
  """
3646
3687
  if effect is not None:
3647
3688
  pulumi.set(__self__, "effect", effect)
@@ -3652,44 +3693,44 @@ class OceanLaunchSpecTaintArgs:
3652
3693
 
3653
3694
  @property
3654
3695
  @pulumi.getter
3655
- def effect(self) -> Optional[pulumi.Input[str]]:
3696
+ def effect(self) -> Optional[pulumi.Input[builtins.str]]:
3656
3697
  """
3657
3698
  The effect of the taint. Valid values: `"NoSchedule"`, `"PreferNoSchedule"`, `"NoExecute"`.
3658
3699
  """
3659
3700
  return pulumi.get(self, "effect")
3660
3701
 
3661
3702
  @effect.setter
3662
- def effect(self, value: Optional[pulumi.Input[str]]):
3703
+ def effect(self, value: Optional[pulumi.Input[builtins.str]]):
3663
3704
  pulumi.set(self, "effect", value)
3664
3705
 
3665
3706
  @property
3666
3707
  @pulumi.getter
3667
- def key(self) -> Optional[pulumi.Input[str]]:
3708
+ def key(self) -> Optional[pulumi.Input[builtins.str]]:
3668
3709
  """
3669
3710
  The taint key.
3670
3711
  """
3671
3712
  return pulumi.get(self, "key")
3672
3713
 
3673
3714
  @key.setter
3674
- def key(self, value: Optional[pulumi.Input[str]]):
3715
+ def key(self, value: Optional[pulumi.Input[builtins.str]]):
3675
3716
  pulumi.set(self, "key", value)
3676
3717
 
3677
3718
  @property
3678
3719
  @pulumi.getter
3679
- def value(self) -> Optional[pulumi.Input[str]]:
3720
+ def value(self) -> Optional[pulumi.Input[builtins.str]]:
3680
3721
  """
3681
3722
  The taint value.
3682
3723
  """
3683
3724
  return pulumi.get(self, "value")
3684
3725
 
3685
3726
  @value.setter
3686
- def value(self, value: Optional[pulumi.Input[str]]):
3727
+ def value(self, value: Optional[pulumi.Input[builtins.str]]):
3687
3728
  pulumi.set(self, "value", value)
3688
3729
 
3689
3730
 
3690
3731
  if not MYPY:
3691
3732
  class OceanLaunchSpecUpdatePolicyArgsDict(TypedDict):
3692
- should_roll: pulumi.Input[bool]
3733
+ should_roll: pulumi.Input[builtins.bool]
3693
3734
  """
3694
3735
  Enables the roll.
3695
3736
  """
@@ -3703,10 +3744,10 @@ elif False:
3703
3744
  @pulumi.input_type
3704
3745
  class OceanLaunchSpecUpdatePolicyArgs:
3705
3746
  def __init__(__self__, *,
3706
- should_roll: pulumi.Input[bool],
3747
+ should_roll: pulumi.Input[builtins.bool],
3707
3748
  roll_config: Optional[pulumi.Input['OceanLaunchSpecUpdatePolicyRollConfigArgs']] = None):
3708
3749
  """
3709
- :param pulumi.Input[bool] should_roll: Enables the roll.
3750
+ :param pulumi.Input[builtins.bool] should_roll: Enables the roll.
3710
3751
  :param pulumi.Input['OceanLaunchSpecUpdatePolicyRollConfigArgs'] roll_config: Holds the roll configuration.
3711
3752
  """
3712
3753
  pulumi.set(__self__, "should_roll", should_roll)
@@ -3715,14 +3756,14 @@ class OceanLaunchSpecUpdatePolicyArgs:
3715
3756
 
3716
3757
  @property
3717
3758
  @pulumi.getter(name="shouldRoll")
3718
- def should_roll(self) -> pulumi.Input[bool]:
3759
+ def should_roll(self) -> pulumi.Input[builtins.bool]:
3719
3760
  """
3720
3761
  Enables the roll.
3721
3762
  """
3722
3763
  return pulumi.get(self, "should_roll")
3723
3764
 
3724
3765
  @should_roll.setter
3725
- def should_roll(self, value: pulumi.Input[bool]):
3766
+ def should_roll(self, value: pulumi.Input[builtins.bool]):
3726
3767
  pulumi.set(self, "should_roll", value)
3727
3768
 
3728
3769
  @property
@@ -3740,7 +3781,7 @@ class OceanLaunchSpecUpdatePolicyArgs:
3740
3781
 
3741
3782
  if not MYPY:
3742
3783
  class OceanLaunchSpecUpdatePolicyRollConfigArgsDict(TypedDict):
3743
- batch_size_percentage: pulumi.Input[int]
3784
+ batch_size_percentage: pulumi.Input[builtins.int]
3744
3785
  """
3745
3786
  Sets the percentage of the instances to deploy in each batch.
3746
3787
  """
@@ -3750,22 +3791,22 @@ elif False:
3750
3791
  @pulumi.input_type
3751
3792
  class OceanLaunchSpecUpdatePolicyRollConfigArgs:
3752
3793
  def __init__(__self__, *,
3753
- batch_size_percentage: pulumi.Input[int]):
3794
+ batch_size_percentage: pulumi.Input[builtins.int]):
3754
3795
  """
3755
- :param pulumi.Input[int] batch_size_percentage: Sets the percentage of the instances to deploy in each batch.
3796
+ :param pulumi.Input[builtins.int] batch_size_percentage: Sets the percentage of the instances to deploy in each batch.
3756
3797
  """
3757
3798
  pulumi.set(__self__, "batch_size_percentage", batch_size_percentage)
3758
3799
 
3759
3800
  @property
3760
3801
  @pulumi.getter(name="batchSizePercentage")
3761
- def batch_size_percentage(self) -> pulumi.Input[int]:
3802
+ def batch_size_percentage(self) -> pulumi.Input[builtins.int]:
3762
3803
  """
3763
3804
  Sets the percentage of the instances to deploy in each batch.
3764
3805
  """
3765
3806
  return pulumi.get(self, "batch_size_percentage")
3766
3807
 
3767
3808
  @batch_size_percentage.setter
3768
- def batch_size_percentage(self, value: pulumi.Input[int]):
3809
+ def batch_size_percentage(self, value: pulumi.Input[builtins.int]):
3769
3810
  pulumi.set(self, "batch_size_percentage", value)
3770
3811
 
3771
3812