@pulumi/spotinst 3.69.0-alpha.1709217749 → 3.69.0-alpha.1710160614

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.
Files changed (88) hide show
  1. package/aws/account.d.ts +2 -0
  2. package/aws/account.js +2 -0
  3. package/aws/account.js.map +1 -1
  4. package/aws/beanstalk.d.ts +2 -0
  5. package/aws/beanstalk.js +2 -0
  6. package/aws/beanstalk.js.map +1 -1
  7. package/aws/credentials.d.ts +2 -0
  8. package/aws/credentials.js +2 -0
  9. package/aws/credentials.js.map +1 -1
  10. package/aws/elastigroup.d.ts +6 -0
  11. package/aws/elastigroup.js.map +1 -1
  12. package/aws/mrScalar.d.ts +9 -0
  13. package/aws/mrScalar.js +9 -0
  14. package/aws/mrScalar.js.map +1 -1
  15. package/aws/ocean.d.ts +13 -5
  16. package/aws/ocean.js +13 -5
  17. package/aws/ocean.js.map +1 -1
  18. package/aws/oceanExtendedResourceDefinition.d.ts +2 -0
  19. package/aws/oceanExtendedResourceDefinition.js +2 -0
  20. package/aws/oceanExtendedResourceDefinition.js.map +1 -1
  21. package/aws/oceanLaunchSpec.d.ts +7 -0
  22. package/aws/oceanLaunchSpec.js +7 -0
  23. package/aws/oceanLaunchSpec.js.map +1 -1
  24. package/aws/suspension.d.ts +2 -0
  25. package/aws/suspension.js +2 -0
  26. package/aws/suspension.js.map +1 -1
  27. package/azure/elastigroup.d.ts +6 -8
  28. package/azure/elastigroup.js +6 -8
  29. package/azure/elastigroup.js.map +1 -1
  30. package/azure/ocean.d.ts +2 -0
  31. package/azure/ocean.js +2 -0
  32. package/azure/ocean.js.map +1 -1
  33. package/azure/oceanVirtualNodeGroup.d.ts +4 -0
  34. package/azure/oceanVirtualNodeGroup.js +4 -0
  35. package/azure/oceanVirtualNodeGroup.js.map +1 -1
  36. package/dataIntegration.d.ts +2 -0
  37. package/dataIntegration.js +2 -0
  38. package/dataIntegration.js.map +1 -1
  39. package/ecs/ocean.d.ts +1 -1
  40. package/ecs/ocean.js +1 -1
  41. package/ecs/oceanLaunchSpec.d.ts +5 -0
  42. package/ecs/oceanLaunchSpec.js +5 -0
  43. package/ecs/oceanLaunchSpec.js.map +1 -1
  44. package/gcp/elastigroup.d.ts +8 -0
  45. package/gcp/elastigroup.js +2 -0
  46. package/gcp/elastigroup.js.map +1 -1
  47. package/gke/elastigroup.d.ts +2 -0
  48. package/gke/elastigroup.js +2 -0
  49. package/gke/elastigroup.js.map +1 -1
  50. package/gke/oceanImport.d.ts +12 -1
  51. package/gke/oceanImport.js +12 -1
  52. package/gke/oceanImport.js.map +1 -1
  53. package/gke/oceanLaunchSpec.d.ts +7 -0
  54. package/gke/oceanLaunchSpec.js +7 -0
  55. package/gke/oceanLaunchSpec.js.map +1 -1
  56. package/gke/oceanLaunchSpecImport.d.ts +4 -0
  57. package/gke/oceanLaunchSpecImport.js +4 -0
  58. package/gke/oceanLaunchSpecImport.js.map +1 -1
  59. package/healthCheck.d.ts +0 -20
  60. package/healthCheck.js +0 -20
  61. package/healthCheck.js.map +1 -1
  62. package/organization/policy.d.ts +2 -0
  63. package/organization/policy.js +2 -0
  64. package/organization/policy.js.map +1 -1
  65. package/organization/programmaticUser.d.ts +2 -0
  66. package/organization/programmaticUser.js +2 -0
  67. package/organization/programmaticUser.js.map +1 -1
  68. package/organization/user.d.ts +2 -0
  69. package/organization/user.js +2 -0
  70. package/organization/user.js.map +1 -1
  71. package/organization/userGroup.d.ts +2 -0
  72. package/organization/userGroup.js +2 -0
  73. package/organization/userGroup.js.map +1 -1
  74. package/package.json +1 -1
  75. package/spark/ocean.d.ts +4 -0
  76. package/spark/ocean.js +4 -0
  77. package/spark/ocean.js.map +1 -1
  78. package/spark/oceanVirtualNodeGroup.d.ts +2 -0
  79. package/spark/oceanVirtualNodeGroup.js +2 -0
  80. package/spark/oceanVirtualNodeGroup.js.map +1 -1
  81. package/statefulNodeAzure.d.ts +3 -0
  82. package/statefulNodeAzure.js +3 -0
  83. package/statefulNodeAzure.js.map +1 -1
  84. package/subscription.d.ts +2 -0
  85. package/subscription.js +2 -0
  86. package/subscription.js.map +1 -1
  87. package/types/input.d.ts +79 -13
  88. package/types/output.d.ts +79 -13
package/types/output.d.ts CHANGED
@@ -336,9 +336,11 @@ export declare namespace aws {
336
336
  *
337
337
  * Usage:
338
338
  *
339
+ * <!--Start PulumiCodeChooser -->
339
340
  * ```typescript
340
341
  * import * as pulumi from "@pulumi/pulumi";
341
342
  * ```
343
+ * <!--End PulumiCodeChooser -->
342
344
  */
343
345
  adjustmentPercentage?: string;
344
346
  /**
@@ -432,9 +434,11 @@ export declare namespace aws {
432
434
  *
433
435
  * Usage:
434
436
  *
437
+ * <!--Start PulumiCodeChooser -->
435
438
  * ```typescript
436
439
  * import * as pulumi from "@pulumi/pulumi";
437
440
  * ```
441
+ * <!--End PulumiCodeChooser -->
438
442
  */
439
443
  throughput?: number;
440
444
  /**
@@ -457,9 +461,11 @@ export declare namespace aws {
457
461
  *
458
462
  * Usage:
459
463
  *
464
+ * <!--Start PulumiCodeChooser -->
460
465
  * ```typescript
461
466
  * import * as pulumi from "@pulumi/pulumi";
462
467
  * ```
468
+ * <!--End PulumiCodeChooser -->
463
469
  */
464
470
  virtualName: string;
465
471
  }
@@ -541,9 +547,11 @@ export declare namespace aws {
541
547
  *
542
548
  * Usage:
543
549
  *
550
+ * <!--Start PulumiCodeChooser -->
544
551
  * ```typescript
545
552
  * import * as pulumi from "@pulumi/pulumi";
546
553
  * ```
554
+ * <!--End PulumiCodeChooser -->
547
555
  */
548
556
  updateLevel?: string;
549
557
  }
@@ -571,9 +579,11 @@ export declare namespace aws {
571
579
  *
572
580
  * Usage:
573
581
  *
582
+ * <!--Start PulumiCodeChooser -->
574
583
  * ```typescript
575
584
  * import * as pulumi from "@pulumi/pulumi";
576
585
  * ```
586
+ * <!--End PulumiCodeChooser -->
577
587
  */
578
588
  deploymentGroupName: string;
579
589
  }
@@ -702,9 +712,11 @@ export declare namespace aws {
702
712
  *
703
713
  * Usage:
704
714
  *
715
+ * <!--Start PulumiCodeChooser -->
705
716
  * ```typescript
706
717
  * import * as pulumi from "@pulumi/pulumi";
707
718
  * ```
719
+ * <!--End PulumiCodeChooser -->
708
720
  */
709
721
  jobQueueNames: string[];
710
722
  }
@@ -726,9 +738,11 @@ export declare namespace aws {
726
738
  *
727
739
  * Usage:
728
740
  *
741
+ * <!--Start PulumiCodeChooser -->
729
742
  * ```typescript
730
743
  * import * as pulumi from "@pulumi/pulumi";
731
744
  * ```
745
+ * <!--End PulumiCodeChooser -->
732
746
  */
733
747
  apiServer?: string;
734
748
  /**
@@ -756,9 +770,11 @@ export declare namespace aws {
756
770
  *
757
771
  * Usage:
758
772
  *
773
+ * <!--Start PulumiCodeChooser -->
759
774
  * ```typescript
760
775
  * import * as pulumi from "@pulumi/pulumi";
761
776
  * ```
777
+ * <!--End PulumiCodeChooser -->
762
778
  */
763
779
  autoscaleLabels?: outputs.aws.ElastigroupIntegrationKubernetesAutoscaleLabel[];
764
780
  clusterIdentifier?: string;
@@ -808,9 +824,11 @@ export declare namespace aws {
808
824
  *
809
825
  * Usage:
810
826
  *
827
+ * <!--Start PulumiCodeChooser -->
811
828
  * ```typescript
812
829
  * import * as pulumi from "@pulumi/pulumi";
813
830
  * ```
831
+ * <!--End PulumiCodeChooser -->
814
832
  */
815
833
  apiServer: string;
816
834
  }
@@ -820,9 +838,11 @@ export declare namespace aws {
820
838
  *
821
839
  * Usage:
822
840
  *
841
+ * <!--Start PulumiCodeChooser -->
823
842
  * ```typescript
824
843
  * import * as pulumi from "@pulumi/pulumi";
825
844
  * ```
845
+ * <!--End PulumiCodeChooser -->
826
846
  */
827
847
  deploymentId: string;
828
848
  }
@@ -836,9 +856,11 @@ export declare namespace aws {
836
856
  *
837
857
  * Usage:
838
858
  *
859
+ * <!--Start PulumiCodeChooser -->
839
860
  * ```typescript
840
861
  * import * as pulumi from "@pulumi/pulumi";
841
862
  * ```
863
+ * <!--End PulumiCodeChooser -->
842
864
  */
843
865
  autoscaleConstraints?: outputs.aws.ElastigroupIntegrationNomadAutoscaleConstraint[];
844
866
  /**
@@ -910,9 +932,11 @@ export declare namespace aws {
910
932
  * The Rancher version. Must be `"1"` or `"2"`. If this field is omitted, it’s assumed that the Rancher cluster is version 1. Note that Kubernetes is required when using Rancher version 2^.
911
933
  * Usage:
912
934
  *
935
+ * <!--Start PulumiCodeChooser -->
913
936
  * ```typescript
914
937
  * import * as pulumi from "@pulumi/pulumi";
915
938
  * ```
939
+ * <!--End PulumiCodeChooser -->
916
940
  */
917
941
  version?: string;
918
942
  }
@@ -950,9 +974,11 @@ export declare namespace aws {
950
974
  *
951
975
  * Usage:
952
976
  *
977
+ * <!--Start PulumiCodeChooser -->
953
978
  * ```typescript
954
979
  * import * as pulumi from "@pulumi/pulumi";
955
980
  * ```
981
+ * <!--End PulumiCodeChooser -->
956
982
  */
957
983
  usePublicDns?: boolean;
958
984
  /**
@@ -1048,9 +1074,11 @@ export declare namespace aws {
1048
1074
  *
1049
1075
  * Usage:
1050
1076
  *
1077
+ * <!--Start PulumiCodeChooser -->
1051
1078
  * ```typescript
1052
1079
  * import * as pulumi from "@pulumi/pulumi";
1053
1080
  * ```
1081
+ * <!--End PulumiCodeChooser -->
1054
1082
  */
1055
1083
  balancerId: string;
1056
1084
  /**
@@ -1124,9 +1152,11 @@ export declare namespace aws {
1124
1152
  *
1125
1153
  * Usage:
1126
1154
  *
1155
+ * <!--Start PulumiCodeChooser -->
1127
1156
  * ```typescript
1128
1157
  * import * as pulumi from "@pulumi/pulumi";
1129
1158
  * ```
1159
+ * <!--End PulumiCodeChooser -->
1130
1160
  */
1131
1161
  associateIpv6Address?: boolean;
1132
1162
  /**
@@ -1421,13 +1451,17 @@ export declare namespace aws {
1421
1451
  *
1422
1452
  * Usage:
1423
1453
  *
1454
+ * <!--Start PulumiCodeChooser -->
1424
1455
  * ```typescript
1425
1456
  * import * as pulumi from "@pulumi/pulumi";
1426
1457
  * ```
1458
+ * <!--End PulumiCodeChooser -->
1427
1459
  *
1460
+ * <!--Start PulumiCodeChooser -->
1428
1461
  * ```typescript
1429
1462
  * import * as pulumi from "@pulumi/pulumi";
1430
1463
  * ```
1464
+ * <!--End PulumiCodeChooser -->
1431
1465
  */
1432
1466
  predictiveMode?: string;
1433
1467
  /**
@@ -1615,9 +1649,11 @@ export declare namespace aws {
1615
1649
  *
1616
1650
  * Usage:
1617
1651
  *
1652
+ * <!--Start PulumiCodeChooser -->
1618
1653
  * ```typescript
1619
1654
  * import * as pulumi from "@pulumi/pulumi";
1620
1655
  * ```
1656
+ * <!--End PulumiCodeChooser -->
1621
1657
  */
1622
1658
  adjustmentPercentage?: string;
1623
1659
  /**
@@ -1683,9 +1719,11 @@ export declare namespace aws {
1683
1719
  *
1684
1720
  * Usage:
1685
1721
  *
1722
+ * <!--Start PulumiCodeChooser -->
1686
1723
  * ```typescript
1687
1724
  * import * as pulumi from "@pulumi/pulumi";
1688
1725
  * ```
1726
+ * <!--End PulumiCodeChooser -->
1689
1727
  */
1690
1728
  timeout?: number;
1691
1729
  }
@@ -1703,9 +1741,11 @@ export declare namespace aws {
1703
1741
  *
1704
1742
  * Usage:
1705
1743
  *
1744
+ * <!--Start PulumiCodeChooser -->
1706
1745
  * ```typescript
1707
1746
  * import * as pulumi from "@pulumi/pulumi";
1708
1747
  * ```
1748
+ * <!--End PulumiCodeChooser -->
1709
1749
  */
1710
1750
  shouldDeleteSnapshots?: boolean;
1711
1751
  /**
@@ -1723,9 +1763,11 @@ export declare namespace aws {
1723
1763
  *
1724
1764
  * Usage:
1725
1765
  *
1766
+ * <!--Start PulumiCodeChooser -->
1726
1767
  * ```typescript
1727
1768
  * import * as pulumi from "@pulumi/pulumi";
1728
1769
  * ```
1770
+ * <!--End PulumiCodeChooser -->
1729
1771
  */
1730
1772
  type: string;
1731
1773
  }
@@ -1772,11 +1814,11 @@ export declare namespace aws {
1772
1814
  */
1773
1815
  strategy?: outputs.aws.ElastigroupUpdatePolicyRollConfigStrategy;
1774
1816
  /**
1775
- * For use with `shouldRoll`. Sets minimum % of roll required to complete before continuing the plan. Required if `waitForRollTimeout` is set.
1817
+ * For use with `shouldRoll`. Sets minimum %!o(MISSING)f roll required to complete before continuing the plan. Required if `waitForRollTimeout` is set.
1776
1818
  */
1777
1819
  waitForRollPercentage?: number;
1778
1820
  /**
1779
- * For use with `shouldRoll`. Sets how long to wait for the deployed % of a roll to exceed `waitForRollPercentage` before continuing the plan. Required if `waitForRollPercentage` is set.
1821
+ * For use with `shouldRoll`. Sets how long to wait for the deployed %!o(MISSING)f a roll to exceed `waitForRollPercentage` before continuing the plan. Required if `waitForRollPercentage` is set.
1780
1822
  */
1781
1823
  waitForRollTimeout?: number;
1782
1824
  }
@@ -1811,9 +1853,11 @@ export declare namespace aws {
1811
1853
  /**
1812
1854
  * Decrementing the group target capacity after detaching the instances.
1813
1855
  *
1856
+ * <!--Start PulumiCodeChooser -->
1814
1857
  * ```typescript
1815
1858
  * import * as pulumi from "@pulumi/pulumi";
1816
1859
  * ```
1860
+ * <!--End PulumiCodeChooser -->
1817
1861
  */
1818
1862
  shouldDecrementTargetCapacity?: boolean;
1819
1863
  /**
@@ -2616,7 +2660,7 @@ export declare namespace aws {
2616
2660
  }
2617
2661
  interface OceanLaunchSpecAutoscaleHeadroomsAutomatic {
2618
2662
  /**
2619
- * Number between 0-200 to control the headroom % of the specific Virtual Node Group. Effective when cluster.autoScaler.headroom.automatic.`isEnabled` = true is set on the Ocean cluster.
2663
+ * Number between 0-200 to control the headroom %!o(MISSING)f the specific Virtual Node Group. Effective when cluster.autoScaler.headroom.automatic.`isEnabled` = true is set on the Ocean cluster.
2620
2664
  */
2621
2665
  autoHeadroomPercentage?: number;
2622
2666
  }
@@ -3191,7 +3235,7 @@ export declare namespace azure {
3191
3235
  }
3192
3236
  interface OceanAutoscalerAutoscaleDown {
3193
3237
  /**
3194
- * Would represent the maximum % to scale-down.
3238
+ * Would represent the maximum %!t(MISSING)o scale-down.
3195
3239
  */
3196
3240
  maxScaleDownPercentage: number;
3197
3241
  }
@@ -3504,7 +3548,7 @@ export declare namespace azure {
3504
3548
  }
3505
3549
  interface OceanVirtualNodeGroupAutoscale {
3506
3550
  /**
3507
- * 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.
3551
+ * Number between 0-200 to control the headroom %!o(MISSING)f the specific Virtual Node Group. Effective when `cluster.autoScaler.headroom.automatic.is_enabled` = true is set on the Ocean cluster.
3508
3552
  */
3509
3553
  autoHeadroomPercentage?: number;
3510
3554
  autoscaleHeadrooms?: outputs.azure.OceanVirtualNodeGroupAutoscaleAutoscaleHeadroom[];
@@ -3605,7 +3649,7 @@ export declare namespace azure {
3605
3649
  export declare namespace ecs {
3606
3650
  interface OceanAutoscaler {
3607
3651
  /**
3608
- * The auto-headroom percentage. Set a number between 0-200 to control the headroom % of the cluster. Relevant when `isAutoConfig`= true.
3652
+ * The auto-headroom percentage. Set a number between 0-200 to control the headroom %!o(MISSING)f the cluster. Relevant when `isAutoConfig`= true.
3609
3653
  */
3610
3654
  autoHeadroomPercentage?: number;
3611
3655
  /**
@@ -3619,9 +3663,11 @@ export declare namespace ecs {
3619
3663
  /**
3620
3664
  * When set to true, both automatic and per custom launch specification manual headroom to be saved concurrently and independently in the cluster. prerequisite: isAutoConfig must be true
3621
3665
  *
3666
+ * <!--Start PulumiCodeChooser -->
3622
3667
  * ```typescript
3623
3668
  * import * as pulumi from "@pulumi/pulumi";
3624
3669
  * ```
3670
+ * <!--End PulumiCodeChooser -->
3625
3671
  */
3626
3672
  enableAutomaticAndManualHeadroom?: boolean;
3627
3673
  /**
@@ -3647,7 +3693,7 @@ export declare namespace ecs {
3647
3693
  }
3648
3694
  interface OceanAutoscalerDown {
3649
3695
  /**
3650
- * Would represent the maximum % to scale-down. Number between 1-100.
3696
+ * Would represent the maximum %!t(MISSING)o scale-down. Number between 1-100.
3651
3697
  */
3652
3698
  maxScaleDownPercentage?: number;
3653
3699
  }
@@ -4012,9 +4058,11 @@ export declare namespace ecs {
4012
4058
  /**
4013
4059
  * Valid values: "clusterRoll". Required for `cluster.scheduling.tasks object`. Example: `clusterRoll`.
4014
4060
  *
4061
+ * <!--Start PulumiCodeChooser -->
4015
4062
  * ```typescript
4016
4063
  * import * as pulumi from "@pulumi/pulumi";
4017
4064
  * ```
4065
+ * <!--End PulumiCodeChooser -->
4018
4066
  *
4019
4067
  *
4020
4068
  * <a id="attributes-reference"></a>
@@ -4048,11 +4096,13 @@ export declare namespace ecs {
4048
4096
  }
4049
4097
  interface OceanUpdatePolicyRollConfig {
4050
4098
  /**
4051
- * 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.
4099
+ * 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%! (MISSING)Value of param should represent the number in percentage (%!)(MISSING) of the batch.
4052
4100
  *
4101
+ * <!--Start PulumiCodeChooser -->
4053
4102
  * ```typescript
4054
4103
  * import * as pulumi from "@pulumi/pulumi";
4055
4104
  * ```
4105
+ * <!--End PulumiCodeChooser -->
4056
4106
  */
4057
4107
  batchMinHealthyPercentage?: number;
4058
4108
  /**
@@ -4090,9 +4140,11 @@ export declare namespace gcp {
4090
4140
  *
4091
4141
  * Usage:
4092
4142
  *
4143
+ * <!--Start PulumiCodeChooser -->
4093
4144
  * ```typescript
4094
4145
  * import * as pulumi from "@pulumi/pulumi";
4095
4146
  * ```
4147
+ * <!--End PulumiCodeChooser -->
4096
4148
  */
4097
4149
  ports: string[];
4098
4150
  }
@@ -4144,9 +4196,11 @@ export declare namespace gcp {
4144
4196
  *
4145
4197
  * Usage:
4146
4198
  *
4199
+ * <!--Start PulumiCodeChooser -->
4147
4200
  * ```typescript
4148
4201
  * import * as pulumi from "@pulumi/pulumi";
4149
4202
  * ```
4203
+ * <!--End PulumiCodeChooser -->
4150
4204
  */
4151
4205
  sourceImage: string;
4152
4206
  }
@@ -4156,9 +4210,11 @@ export declare namespace gcp {
4156
4210
  *
4157
4211
  * Usage:
4158
4212
  *
4213
+ * <!--Start PulumiCodeChooser -->
4159
4214
  * ```typescript
4160
4215
  * import * as pulumi from "@pulumi/pulumi";
4161
4216
  * ```
4217
+ * <!--End PulumiCodeChooser -->
4162
4218
  */
4163
4219
  count: number;
4164
4220
  /**
@@ -4183,9 +4239,11 @@ export declare namespace gcp {
4183
4239
  *
4184
4240
  * Usage:
4185
4241
  *
4242
+ * <!--Start PulumiCodeChooser -->
4186
4243
  * ```typescript
4187
4244
  * import * as pulumi from "@pulumi/pulumi";
4188
4245
  * ```
4246
+ * <!--End PulumiCodeChooser -->
4189
4247
  */
4190
4248
  masterPort: number;
4191
4249
  }
@@ -4404,9 +4462,11 @@ export declare namespace gcp {
4404
4462
  *
4405
4463
  * Usage:
4406
4464
  *
4465
+ * <!--Start PulumiCodeChooser -->
4407
4466
  * ```typescript
4408
4467
  * import * as pulumi from "@pulumi/pulumi";
4409
4468
  * ```
4469
+ * <!--End PulumiCodeChooser -->
4410
4470
  */
4411
4471
  maxCapacity?: string;
4412
4472
  /**
@@ -4596,7 +4656,7 @@ export declare namespace gke {
4596
4656
  }
4597
4657
  interface OceanImportAutoscaler {
4598
4658
  /**
4599
- * Optionally set the auto headroom percentage, set a number between 0-200 to control the headroom % from the cluster. Relevant when isAutoConfig=true.
4659
+ * Optionally set the auto headroom percentage, set a number between 0-200 to control the headroom %!f(MISSING)rom the cluster. Relevant when isAutoConfig=true.
4600
4660
  */
4601
4661
  autoHeadroomPercentage?: number;
4602
4662
  /**
@@ -4634,7 +4694,7 @@ export declare namespace gke {
4634
4694
  */
4635
4695
  evaluationPeriods?: number;
4636
4696
  /**
4637
- * Would represent the maximum % to scale-down. Number between 1-100.
4697
+ * Would represent the maximum %!t(MISSING)o scale-down. Number between 1-100.
4638
4698
  */
4639
4699
  maxScaleDownPercentage?: number;
4640
4700
  }
@@ -4660,9 +4720,11 @@ export declare namespace gke {
4660
4720
  /**
4661
4721
  * The maximum memory in GiB units that can be allocated to the cluster.
4662
4722
  *
4723
+ * <!--Start PulumiCodeChooser -->
4663
4724
  * ```typescript
4664
4725
  * import * as pulumi from "@pulumi/pulumi";
4665
4726
  * ```
4727
+ * <!--End PulumiCodeChooser -->
4666
4728
  *
4667
4729
  * <a id="strategy"></a>
4668
4730
  */
@@ -4737,12 +4799,14 @@ export declare namespace gke {
4737
4799
  interface OceanImportScheduledTaskTaskTaskParametersClusterRoll {
4738
4800
  batchMinHealthyPercentage?: number;
4739
4801
  /**
4740
- * Value in % to set size of batch in roll. Valid values are 0-100
4802
+ * Value in %!t(MISSING)o set size of batch in roll. Valid values are 0-100
4741
4803
  * Example: 20.
4742
4804
  *
4805
+ * <!--Start PulumiCodeChooser -->
4743
4806
  * ```typescript
4744
4807
  * import * as pulumi from "@pulumi/pulumi";
4745
4808
  * ```
4809
+ * <!--End PulumiCodeChooser -->
4746
4810
  */
4747
4811
  batchSizePercentage?: number;
4748
4812
  comment?: string;
@@ -4774,12 +4838,14 @@ export declare namespace gke {
4774
4838
  interface OceanImportUpdatePolicyRollConfig {
4775
4839
  batchMinHealthyPercentage?: number;
4776
4840
  /**
4777
- * Value in % to set size of batch in roll. Valid values are 0-100
4841
+ * Value in %!t(MISSING)o set size of batch in roll. Valid values are 0-100
4778
4842
  * Example: 20.
4779
4843
  *
4844
+ * <!--Start PulumiCodeChooser -->
4780
4845
  * ```typescript
4781
4846
  * import * as pulumi from "@pulumi/pulumi";
4782
4847
  * ```
4848
+ * <!--End PulumiCodeChooser -->
4783
4849
  */
4784
4850
  batchSizePercentage: number;
4785
4851
  launchSpecIds?: string[];
@@ -4805,7 +4871,7 @@ export declare namespace gke {
4805
4871
  }
4806
4872
  interface OceanLaunchSpecAutoscaleHeadroomsAutomatic {
4807
4873
  /**
4808
- * Number between 0-200 to control the headroom % of the specific Virtual Node Group. Effective when cluster.autoScaler.headroom.automatic.`isEnabled` = true is set on the Ocean cluster.
4874
+ * Number between 0-200 to control the headroom %!o(MISSING)f the specific Virtual Node Group. Effective when cluster.autoScaler.headroom.automatic.`isEnabled` = true is set on the Ocean cluster.
4809
4875
  */
4810
4876
  autoHeadroomPercentage?: number;
4811
4877
  }