pulumi-alicloud 3.60.0a1721193564__py3-none-any.whl → 3.60.0a1721711921__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-alicloud might be problematic. Click here for more details.
- pulumi_alicloud/_utilities.py +3 -4
- pulumi_alicloud/adb/_inputs.py +14 -0
- pulumi_alicloud/adb/outputs.py +14 -0
- pulumi_alicloud/alb/_inputs.py +224 -0
- pulumi_alicloud/alb/outputs.py +260 -0
- pulumi_alicloud/arms/_inputs.py +438 -0
- pulumi_alicloud/arms/outputs.py +442 -0
- pulumi_alicloud/bp/_inputs.py +14 -0
- pulumi_alicloud/bp/outputs.py +14 -0
- pulumi_alicloud/cas/outputs.py +4 -0
- pulumi_alicloud/cddc/outputs.py +6 -0
- pulumi_alicloud/cfg/_inputs.py +20 -0
- pulumi_alicloud/cfg/outputs.py +20 -0
- pulumi_alicloud/clickhouse/outputs.py +4 -0
- pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
- pulumi_alicloud/cloudfirewall/outputs.py +40 -0
- pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
- pulumi_alicloud/cloudmonitor/outputs.py +18 -0
- pulumi_alicloud/cms/_inputs.py +188 -0
- pulumi_alicloud/cms/outputs.py +228 -0
- pulumi_alicloud/compute/_inputs.py +4 -0
- pulumi_alicloud/compute/outputs.py +4 -0
- pulumi_alicloud/cs/_inputs.py +22 -0
- pulumi_alicloud/cs/outputs.py +22 -0
- pulumi_alicloud/databasegateway/outputs.py +42 -0
- pulumi_alicloud/dcdn/_inputs.py +532 -0
- pulumi_alicloud/dcdn/outputs.py +532 -0
- pulumi_alicloud/ddos/_inputs.py +162 -0
- pulumi_alicloud/ddos/outputs.py +162 -0
- pulumi_alicloud/ebs/_inputs.py +22 -0
- pulumi_alicloud/ebs/outputs.py +22 -0
- pulumi_alicloud/eci/_inputs.py +92 -0
- pulumi_alicloud/eci/outputs.py +92 -0
- pulumi_alicloud/ecs/_inputs.py +70 -0
- pulumi_alicloud/ecs/outputs.py +180 -0
- pulumi_alicloud/edas/_inputs.py +28 -0
- pulumi_alicloud/edas/outputs.py +28 -0
- pulumi_alicloud/ehpc/_inputs.py +6 -0
- pulumi_alicloud/ehpc/outputs.py +6 -0
- pulumi_alicloud/emr/_inputs.py +134 -0
- pulumi_alicloud/emr/outputs.py +148 -0
- pulumi_alicloud/emrv2/_inputs.py +224 -0
- pulumi_alicloud/emrv2/outputs.py +224 -0
- pulumi_alicloud/ess/_inputs.py +24 -0
- pulumi_alicloud/ess/outputs.py +24 -0
- pulumi_alicloud/eventbridge/_inputs.py +156 -0
- pulumi_alicloud/eventbridge/outputs.py +156 -0
- pulumi_alicloud/expressconnect/_inputs.py +12 -0
- pulumi_alicloud/expressconnect/outputs.py +12 -0
- pulumi_alicloud/fc/_inputs.py +32 -0
- pulumi_alicloud/fc/outputs.py +32 -0
- pulumi_alicloud/ga/_inputs.py +24 -0
- pulumi_alicloud/ga/outputs.py +24 -0
- pulumi_alicloud/gpdb/_inputs.py +48 -0
- pulumi_alicloud/gpdb/outputs.py +60 -0
- pulumi_alicloud/hbr/_inputs.py +68 -0
- pulumi_alicloud/hbr/outputs.py +68 -0
- pulumi_alicloud/imp/_inputs.py +14 -0
- pulumi_alicloud/imp/outputs.py +14 -0
- pulumi_alicloud/log/_inputs.py +14 -0
- pulumi_alicloud/log/outputs.py +14 -0
- pulumi_alicloud/maxcompute/_inputs.py +18 -0
- pulumi_alicloud/maxcompute/outputs.py +18 -0
- pulumi_alicloud/mongodb/_inputs.py +14 -0
- pulumi_alicloud/mongodb/outputs.py +14 -0
- pulumi_alicloud/oss/_inputs.py +100 -0
- pulumi_alicloud/oss/outputs.py +100 -0
- pulumi_alicloud/ots/_inputs.py +60 -0
- pulumi_alicloud/ots/outputs.py +60 -0
- pulumi_alicloud/polardb/_inputs.py +10 -0
- pulumi_alicloud/polardb/outputs.py +10 -0
- pulumi_alicloud/pulumi-plugin.json +1 -1
- pulumi_alicloud/pvtz/outputs.py +18 -0
- pulumi_alicloud/quotas/_inputs.py +10 -0
- pulumi_alicloud/quotas/outputs.py +10 -0
- pulumi_alicloud/ram/_inputs.py +24 -0
- pulumi_alicloud/ram/outputs.py +24 -0
- pulumi_alicloud/realtimecompute/_inputs.py +6 -0
- pulumi_alicloud/realtimecompute/outputs.py +6 -0
- pulumi_alicloud/rocketmq/_inputs.py +36 -0
- pulumi_alicloud/rocketmq/outputs.py +36 -0
- pulumi_alicloud/ros/_inputs.py +72 -0
- pulumi_alicloud/ros/outputs.py +72 -0
- pulumi_alicloud/sae/_inputs.py +118 -0
- pulumi_alicloud/sae/outputs.py +118 -0
- pulumi_alicloud/scdn/_inputs.py +56 -0
- pulumi_alicloud/scdn/outputs.py +56 -0
- pulumi_alicloud/servicecatalog/_inputs.py +10 -0
- pulumi_alicloud/servicecatalog/outputs.py +10 -0
- pulumi_alicloud/servicemesh/_inputs.py +150 -0
- pulumi_alicloud/servicemesh/outputs.py +154 -0
- pulumi_alicloud/sls/_inputs.py +186 -0
- pulumi_alicloud/sls/outputs.py +186 -0
- pulumi_alicloud/threatdetection/_inputs.py +32 -0
- pulumi_alicloud/threatdetection/outputs.py +32 -0
- pulumi_alicloud/vod/_inputs.py +18 -0
- pulumi_alicloud/vod/outputs.py +18 -0
- pulumi_alicloud/vpc/_inputs.py +32 -0
- pulumi_alicloud/vpc/outputs.py +32 -0
- pulumi_alicloud/vpn/_inputs.py +10 -0
- pulumi_alicloud/vpn/outputs.py +14 -0
- pulumi_alicloud/wafv3/_inputs.py +10 -0
- pulumi_alicloud/wafv3/outputs.py +10 -0
- {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/METADATA +1 -1
- {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/RECORD +107 -107
- {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/WHEEL +1 -1
- {pulumi_alicloud-3.60.0a1721193564.dist-info → pulumi_alicloud-3.60.0a1721711921.dist-info}/top_level.txt +0 -0
pulumi_alicloud/emrv2/_inputs.py
CHANGED
|
@@ -289,6 +289,13 @@ class ClusterBootstrapScriptNodeSelectorArgs:
|
|
|
289
289
|
node_group_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
290
290
|
node_group_types: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
|
|
291
291
|
node_names: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None):
|
|
292
|
+
"""
|
|
293
|
+
:param pulumi.Input[str] node_select_type: The bootstrap scripts execution target node select type. Supported value: NODE, NODEGROUP or CLUSTER.
|
|
294
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] node_group_ids: The bootstrap scripts execution target node group ids.
|
|
295
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] node_group_names: The bootstrap scripts execution target node group names.
|
|
296
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] node_group_types: The bootstrap scripts execution target node group types.
|
|
297
|
+
:param pulumi.Input[Sequence[pulumi.Input[str]]] node_names: The bootstrap scripts execution target node names.
|
|
298
|
+
"""
|
|
292
299
|
pulumi.set(__self__, "node_select_type", node_select_type)
|
|
293
300
|
if node_group_id is not None:
|
|
294
301
|
warnings.warn("""Field 'node_group_id' has been deprecated from provider version 1.227.0. New field 'node_group_ids' replaces it.""", DeprecationWarning)
|
|
@@ -312,6 +319,9 @@ class ClusterBootstrapScriptNodeSelectorArgs:
|
|
|
312
319
|
@property
|
|
313
320
|
@pulumi.getter(name="nodeSelectType")
|
|
314
321
|
def node_select_type(self) -> pulumi.Input[str]:
|
|
322
|
+
"""
|
|
323
|
+
The bootstrap scripts execution target node select type. Supported value: NODE, NODEGROUP or CLUSTER.
|
|
324
|
+
"""
|
|
315
325
|
return pulumi.get(self, "node_select_type")
|
|
316
326
|
|
|
317
327
|
@node_select_type.setter
|
|
@@ -331,6 +341,9 @@ class ClusterBootstrapScriptNodeSelectorArgs:
|
|
|
331
341
|
@property
|
|
332
342
|
@pulumi.getter(name="nodeGroupIds")
|
|
333
343
|
def node_group_ids(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
344
|
+
"""
|
|
345
|
+
The bootstrap scripts execution target node group ids.
|
|
346
|
+
"""
|
|
334
347
|
return pulumi.get(self, "node_group_ids")
|
|
335
348
|
|
|
336
349
|
@node_group_ids.setter
|
|
@@ -350,6 +363,9 @@ class ClusterBootstrapScriptNodeSelectorArgs:
|
|
|
350
363
|
@property
|
|
351
364
|
@pulumi.getter(name="nodeGroupNames")
|
|
352
365
|
def node_group_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
366
|
+
"""
|
|
367
|
+
The bootstrap scripts execution target node group names.
|
|
368
|
+
"""
|
|
353
369
|
return pulumi.get(self, "node_group_names")
|
|
354
370
|
|
|
355
371
|
@node_group_names.setter
|
|
@@ -359,6 +375,9 @@ class ClusterBootstrapScriptNodeSelectorArgs:
|
|
|
359
375
|
@property
|
|
360
376
|
@pulumi.getter(name="nodeGroupTypes")
|
|
361
377
|
def node_group_types(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
378
|
+
"""
|
|
379
|
+
The bootstrap scripts execution target node group types.
|
|
380
|
+
"""
|
|
362
381
|
return pulumi.get(self, "node_group_types")
|
|
363
382
|
|
|
364
383
|
@node_group_types.setter
|
|
@@ -368,6 +387,9 @@ class ClusterBootstrapScriptNodeSelectorArgs:
|
|
|
368
387
|
@property
|
|
369
388
|
@pulumi.getter(name="nodeNames")
|
|
370
389
|
def node_names(self) -> Optional[pulumi.Input[Sequence[pulumi.Input[str]]]]:
|
|
390
|
+
"""
|
|
391
|
+
The bootstrap scripts execution target node names.
|
|
392
|
+
"""
|
|
371
393
|
return pulumi.get(self, "node_names")
|
|
372
394
|
|
|
373
395
|
@node_names.setter
|
|
@@ -783,6 +805,10 @@ class ClusterNodeGroupAutoScalingPolicyArgs:
|
|
|
783
805
|
def __init__(__self__, *,
|
|
784
806
|
constraints: Optional[pulumi.Input['ClusterNodeGroupAutoScalingPolicyConstraintsArgs']] = None,
|
|
785
807
|
scaling_rules: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleArgs']]]] = None):
|
|
808
|
+
"""
|
|
809
|
+
:param pulumi.Input['ClusterNodeGroupAutoScalingPolicyConstraintsArgs'] constraints: The constraints of auto scaling policy. See `constraints` below.
|
|
810
|
+
:param pulumi.Input[Sequence[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleArgs']]] scaling_rules: The scaling rules of auto scaling policy. See `scaling_rules` below.
|
|
811
|
+
"""
|
|
786
812
|
if constraints is not None:
|
|
787
813
|
pulumi.set(__self__, "constraints", constraints)
|
|
788
814
|
if scaling_rules is not None:
|
|
@@ -791,6 +817,9 @@ class ClusterNodeGroupAutoScalingPolicyArgs:
|
|
|
791
817
|
@property
|
|
792
818
|
@pulumi.getter
|
|
793
819
|
def constraints(self) -> Optional[pulumi.Input['ClusterNodeGroupAutoScalingPolicyConstraintsArgs']]:
|
|
820
|
+
"""
|
|
821
|
+
The constraints of auto scaling policy. See `constraints` below.
|
|
822
|
+
"""
|
|
794
823
|
return pulumi.get(self, "constraints")
|
|
795
824
|
|
|
796
825
|
@constraints.setter
|
|
@@ -800,6 +829,9 @@ class ClusterNodeGroupAutoScalingPolicyArgs:
|
|
|
800
829
|
@property
|
|
801
830
|
@pulumi.getter(name="scalingRules")
|
|
802
831
|
def scaling_rules(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleArgs']]]]:
|
|
832
|
+
"""
|
|
833
|
+
The scaling rules of auto scaling policy. See `scaling_rules` below.
|
|
834
|
+
"""
|
|
803
835
|
return pulumi.get(self, "scaling_rules")
|
|
804
836
|
|
|
805
837
|
@scaling_rules.setter
|
|
@@ -812,6 +844,10 @@ class ClusterNodeGroupAutoScalingPolicyConstraintsArgs:
|
|
|
812
844
|
def __init__(__self__, *,
|
|
813
845
|
max_capacity: Optional[pulumi.Input[int]] = None,
|
|
814
846
|
min_capacity: Optional[pulumi.Input[int]] = None):
|
|
847
|
+
"""
|
|
848
|
+
:param pulumi.Input[int] max_capacity: The maximum capacity of constraints for emr node group auto scaling policy.
|
|
849
|
+
:param pulumi.Input[int] min_capacity: The minimum capacity of constraints for emr node group auto scaling policy.
|
|
850
|
+
"""
|
|
815
851
|
if max_capacity is not None:
|
|
816
852
|
pulumi.set(__self__, "max_capacity", max_capacity)
|
|
817
853
|
if min_capacity is not None:
|
|
@@ -820,6 +856,9 @@ class ClusterNodeGroupAutoScalingPolicyConstraintsArgs:
|
|
|
820
856
|
@property
|
|
821
857
|
@pulumi.getter(name="maxCapacity")
|
|
822
858
|
def max_capacity(self) -> Optional[pulumi.Input[int]]:
|
|
859
|
+
"""
|
|
860
|
+
The maximum capacity of constraints for emr node group auto scaling policy.
|
|
861
|
+
"""
|
|
823
862
|
return pulumi.get(self, "max_capacity")
|
|
824
863
|
|
|
825
864
|
@max_capacity.setter
|
|
@@ -829,6 +868,9 @@ class ClusterNodeGroupAutoScalingPolicyConstraintsArgs:
|
|
|
829
868
|
@property
|
|
830
869
|
@pulumi.getter(name="minCapacity")
|
|
831
870
|
def min_capacity(self) -> Optional[pulumi.Input[int]]:
|
|
871
|
+
"""
|
|
872
|
+
The minimum capacity of constraints for emr node group auto scaling policy.
|
|
873
|
+
"""
|
|
832
874
|
return pulumi.get(self, "min_capacity")
|
|
833
875
|
|
|
834
876
|
@min_capacity.setter
|
|
@@ -847,6 +889,16 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleArgs:
|
|
|
847
889
|
metrics_trigger: Optional[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerArgs']] = None,
|
|
848
890
|
min_adjustment_value: Optional[pulumi.Input[int]] = None,
|
|
849
891
|
time_trigger: Optional[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTriggerArgs']] = None):
|
|
892
|
+
"""
|
|
893
|
+
:param pulumi.Input[str] activity_type: The activity type of auto scaling policy. Valid values: `SCALE_OUT` and `SCALE_IN`.
|
|
894
|
+
:param pulumi.Input[int] adjustment_value: The adjustment value of auto scaling policy. The value should between 1 and 5000.
|
|
895
|
+
:param pulumi.Input[str] rule_name: The rule name of auto scaling policy.
|
|
896
|
+
:param pulumi.Input[str] trigger_type: The trigger type of auto scaling policy. Valid values: `TIME_TRIGGER` and `METRICS_TRIGGER`.
|
|
897
|
+
:param pulumi.Input[str] adjustment_type: The adjustment type of auto scaling policy. Valid values: `CHANGE_IN_CAPACITY` and `EXACT_CAPACITY`.
|
|
898
|
+
:param pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerArgs'] metrics_trigger: The trigger metrics of scaling rules for emr node group auto scaling policy. See `metrics_trigger` below.
|
|
899
|
+
:param pulumi.Input[int] min_adjustment_value: The minimum adjustment value of auto scaling policy.
|
|
900
|
+
:param pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTriggerArgs'] time_trigger: The trigger time of scaling rules for emr node group auto scaling policy. See `time_trigger` below.
|
|
901
|
+
"""
|
|
850
902
|
pulumi.set(__self__, "activity_type", activity_type)
|
|
851
903
|
pulumi.set(__self__, "adjustment_value", adjustment_value)
|
|
852
904
|
pulumi.set(__self__, "rule_name", rule_name)
|
|
@@ -863,6 +915,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleArgs:
|
|
|
863
915
|
@property
|
|
864
916
|
@pulumi.getter(name="activityType")
|
|
865
917
|
def activity_type(self) -> pulumi.Input[str]:
|
|
918
|
+
"""
|
|
919
|
+
The activity type of auto scaling policy. Valid values: `SCALE_OUT` and `SCALE_IN`.
|
|
920
|
+
"""
|
|
866
921
|
return pulumi.get(self, "activity_type")
|
|
867
922
|
|
|
868
923
|
@activity_type.setter
|
|
@@ -872,6 +927,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleArgs:
|
|
|
872
927
|
@property
|
|
873
928
|
@pulumi.getter(name="adjustmentValue")
|
|
874
929
|
def adjustment_value(self) -> pulumi.Input[int]:
|
|
930
|
+
"""
|
|
931
|
+
The adjustment value of auto scaling policy. The value should between 1 and 5000.
|
|
932
|
+
"""
|
|
875
933
|
return pulumi.get(self, "adjustment_value")
|
|
876
934
|
|
|
877
935
|
@adjustment_value.setter
|
|
@@ -881,6 +939,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleArgs:
|
|
|
881
939
|
@property
|
|
882
940
|
@pulumi.getter(name="ruleName")
|
|
883
941
|
def rule_name(self) -> pulumi.Input[str]:
|
|
942
|
+
"""
|
|
943
|
+
The rule name of auto scaling policy.
|
|
944
|
+
"""
|
|
884
945
|
return pulumi.get(self, "rule_name")
|
|
885
946
|
|
|
886
947
|
@rule_name.setter
|
|
@@ -890,6 +951,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleArgs:
|
|
|
890
951
|
@property
|
|
891
952
|
@pulumi.getter(name="triggerType")
|
|
892
953
|
def trigger_type(self) -> pulumi.Input[str]:
|
|
954
|
+
"""
|
|
955
|
+
The trigger type of auto scaling policy. Valid values: `TIME_TRIGGER` and `METRICS_TRIGGER`.
|
|
956
|
+
"""
|
|
893
957
|
return pulumi.get(self, "trigger_type")
|
|
894
958
|
|
|
895
959
|
@trigger_type.setter
|
|
@@ -899,6 +963,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleArgs:
|
|
|
899
963
|
@property
|
|
900
964
|
@pulumi.getter(name="adjustmentType")
|
|
901
965
|
def adjustment_type(self) -> Optional[pulumi.Input[str]]:
|
|
966
|
+
"""
|
|
967
|
+
The adjustment type of auto scaling policy. Valid values: `CHANGE_IN_CAPACITY` and `EXACT_CAPACITY`.
|
|
968
|
+
"""
|
|
902
969
|
return pulumi.get(self, "adjustment_type")
|
|
903
970
|
|
|
904
971
|
@adjustment_type.setter
|
|
@@ -908,6 +975,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleArgs:
|
|
|
908
975
|
@property
|
|
909
976
|
@pulumi.getter(name="metricsTrigger")
|
|
910
977
|
def metrics_trigger(self) -> Optional[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerArgs']]:
|
|
978
|
+
"""
|
|
979
|
+
The trigger metrics of scaling rules for emr node group auto scaling policy. See `metrics_trigger` below.
|
|
980
|
+
"""
|
|
911
981
|
return pulumi.get(self, "metrics_trigger")
|
|
912
982
|
|
|
913
983
|
@metrics_trigger.setter
|
|
@@ -917,6 +987,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleArgs:
|
|
|
917
987
|
@property
|
|
918
988
|
@pulumi.getter(name="minAdjustmentValue")
|
|
919
989
|
def min_adjustment_value(self) -> Optional[pulumi.Input[int]]:
|
|
990
|
+
"""
|
|
991
|
+
The minimum adjustment value of auto scaling policy.
|
|
992
|
+
"""
|
|
920
993
|
return pulumi.get(self, "min_adjustment_value")
|
|
921
994
|
|
|
922
995
|
@min_adjustment_value.setter
|
|
@@ -926,6 +999,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleArgs:
|
|
|
926
999
|
@property
|
|
927
1000
|
@pulumi.getter(name="timeTrigger")
|
|
928
1001
|
def time_trigger(self) -> Optional[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTriggerArgs']]:
|
|
1002
|
+
"""
|
|
1003
|
+
The trigger time of scaling rules for emr node group auto scaling policy. See `time_trigger` below.
|
|
1004
|
+
"""
|
|
929
1005
|
return pulumi.get(self, "time_trigger")
|
|
930
1006
|
|
|
931
1007
|
@time_trigger.setter
|
|
@@ -942,6 +1018,14 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerArgs:
|
|
|
942
1018
|
conditions: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionArgs']]]] = None,
|
|
943
1019
|
cool_down_interval: Optional[pulumi.Input[int]] = None,
|
|
944
1020
|
time_constraints: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerTimeConstraintArgs']]]] = None):
|
|
1021
|
+
"""
|
|
1022
|
+
:param pulumi.Input[int] evaluation_count: The evaluation count for this scaling rule specific metrics trigger.
|
|
1023
|
+
:param pulumi.Input[int] time_window: The time window for this scaling rule specific metrics trigger.
|
|
1024
|
+
:param pulumi.Input[str] condition_logic_operator: The condition logic operator for this scaling rule specific metrics trigger. Valid values: `And` and `Or`.
|
|
1025
|
+
:param pulumi.Input[Sequence[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionArgs']]] conditions: The conditions for this scaling rule specific metrics trigger. See `conditions` below.
|
|
1026
|
+
:param pulumi.Input[int] cool_down_interval: The time of cool down interval for this scaling rule specific metrics trigger.
|
|
1027
|
+
:param pulumi.Input[Sequence[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerTimeConstraintArgs']]] time_constraints: The time constraints for this scaling rule specific metrics trigger. See `time_constraints` below.
|
|
1028
|
+
"""
|
|
945
1029
|
pulumi.set(__self__, "evaluation_count", evaluation_count)
|
|
946
1030
|
pulumi.set(__self__, "time_window", time_window)
|
|
947
1031
|
if condition_logic_operator is not None:
|
|
@@ -956,6 +1040,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerArgs:
|
|
|
956
1040
|
@property
|
|
957
1041
|
@pulumi.getter(name="evaluationCount")
|
|
958
1042
|
def evaluation_count(self) -> pulumi.Input[int]:
|
|
1043
|
+
"""
|
|
1044
|
+
The evaluation count for this scaling rule specific metrics trigger.
|
|
1045
|
+
"""
|
|
959
1046
|
return pulumi.get(self, "evaluation_count")
|
|
960
1047
|
|
|
961
1048
|
@evaluation_count.setter
|
|
@@ -965,6 +1052,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerArgs:
|
|
|
965
1052
|
@property
|
|
966
1053
|
@pulumi.getter(name="timeWindow")
|
|
967
1054
|
def time_window(self) -> pulumi.Input[int]:
|
|
1055
|
+
"""
|
|
1056
|
+
The time window for this scaling rule specific metrics trigger.
|
|
1057
|
+
"""
|
|
968
1058
|
return pulumi.get(self, "time_window")
|
|
969
1059
|
|
|
970
1060
|
@time_window.setter
|
|
@@ -974,6 +1064,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerArgs:
|
|
|
974
1064
|
@property
|
|
975
1065
|
@pulumi.getter(name="conditionLogicOperator")
|
|
976
1066
|
def condition_logic_operator(self) -> Optional[pulumi.Input[str]]:
|
|
1067
|
+
"""
|
|
1068
|
+
The condition logic operator for this scaling rule specific metrics trigger. Valid values: `And` and `Or`.
|
|
1069
|
+
"""
|
|
977
1070
|
return pulumi.get(self, "condition_logic_operator")
|
|
978
1071
|
|
|
979
1072
|
@condition_logic_operator.setter
|
|
@@ -983,6 +1076,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerArgs:
|
|
|
983
1076
|
@property
|
|
984
1077
|
@pulumi.getter
|
|
985
1078
|
def conditions(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionArgs']]]]:
|
|
1079
|
+
"""
|
|
1080
|
+
The conditions for this scaling rule specific metrics trigger. See `conditions` below.
|
|
1081
|
+
"""
|
|
986
1082
|
return pulumi.get(self, "conditions")
|
|
987
1083
|
|
|
988
1084
|
@conditions.setter
|
|
@@ -992,6 +1088,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerArgs:
|
|
|
992
1088
|
@property
|
|
993
1089
|
@pulumi.getter(name="coolDownInterval")
|
|
994
1090
|
def cool_down_interval(self) -> Optional[pulumi.Input[int]]:
|
|
1091
|
+
"""
|
|
1092
|
+
The time of cool down interval for this scaling rule specific metrics trigger.
|
|
1093
|
+
"""
|
|
995
1094
|
return pulumi.get(self, "cool_down_interval")
|
|
996
1095
|
|
|
997
1096
|
@cool_down_interval.setter
|
|
@@ -1001,6 +1100,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerArgs:
|
|
|
1001
1100
|
@property
|
|
1002
1101
|
@pulumi.getter(name="timeConstraints")
|
|
1003
1102
|
def time_constraints(self) -> Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerTimeConstraintArgs']]]]:
|
|
1103
|
+
"""
|
|
1104
|
+
The time constraints for this scaling rule specific metrics trigger. See `time_constraints` below.
|
|
1105
|
+
"""
|
|
1004
1106
|
return pulumi.get(self, "time_constraints")
|
|
1005
1107
|
|
|
1006
1108
|
@time_constraints.setter
|
|
@@ -1017,6 +1119,10 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionArgs:
|
|
|
1017
1119
|
threshold: pulumi.Input[float],
|
|
1018
1120
|
tags: Optional[pulumi.Input[Sequence[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionTagArgs']]]] = None):
|
|
1019
1121
|
"""
|
|
1122
|
+
:param pulumi.Input[str] comparison_operator: The comparison operator for this scaling rule specific metrics trigger. Invalid values: `EQ`, `NE`, `GT`, `LT`, `GE`, `LE`.
|
|
1123
|
+
:param pulumi.Input[str] metric_name: The metric name for this scaling rule specific metrics trigger.
|
|
1124
|
+
:param pulumi.Input[str] statistics: The statistics for this scaling rule specific metrics trigger.
|
|
1125
|
+
:param pulumi.Input[float] threshold: The threshold for this scaling rule specific metrics trigger.
|
|
1020
1126
|
:param pulumi.Input[Sequence[pulumi.Input['ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionTagArgs']]] tags: A mapping of tags to assign to the resource.
|
|
1021
1127
|
"""
|
|
1022
1128
|
pulumi.set(__self__, "comparison_operator", comparison_operator)
|
|
@@ -1029,6 +1135,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionArgs:
|
|
|
1029
1135
|
@property
|
|
1030
1136
|
@pulumi.getter(name="comparisonOperator")
|
|
1031
1137
|
def comparison_operator(self) -> pulumi.Input[str]:
|
|
1138
|
+
"""
|
|
1139
|
+
The comparison operator for this scaling rule specific metrics trigger. Invalid values: `EQ`, `NE`, `GT`, `LT`, `GE`, `LE`.
|
|
1140
|
+
"""
|
|
1032
1141
|
return pulumi.get(self, "comparison_operator")
|
|
1033
1142
|
|
|
1034
1143
|
@comparison_operator.setter
|
|
@@ -1038,6 +1147,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionArgs:
|
|
|
1038
1147
|
@property
|
|
1039
1148
|
@pulumi.getter(name="metricName")
|
|
1040
1149
|
def metric_name(self) -> pulumi.Input[str]:
|
|
1150
|
+
"""
|
|
1151
|
+
The metric name for this scaling rule specific metrics trigger.
|
|
1152
|
+
"""
|
|
1041
1153
|
return pulumi.get(self, "metric_name")
|
|
1042
1154
|
|
|
1043
1155
|
@metric_name.setter
|
|
@@ -1047,6 +1159,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionArgs:
|
|
|
1047
1159
|
@property
|
|
1048
1160
|
@pulumi.getter
|
|
1049
1161
|
def statistics(self) -> pulumi.Input[str]:
|
|
1162
|
+
"""
|
|
1163
|
+
The statistics for this scaling rule specific metrics trigger.
|
|
1164
|
+
"""
|
|
1050
1165
|
return pulumi.get(self, "statistics")
|
|
1051
1166
|
|
|
1052
1167
|
@statistics.setter
|
|
@@ -1056,6 +1171,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionArgs:
|
|
|
1056
1171
|
@property
|
|
1057
1172
|
@pulumi.getter
|
|
1058
1173
|
def threshold(self) -> pulumi.Input[float]:
|
|
1174
|
+
"""
|
|
1175
|
+
The threshold for this scaling rule specific metrics trigger.
|
|
1176
|
+
"""
|
|
1059
1177
|
return pulumi.get(self, "threshold")
|
|
1060
1178
|
|
|
1061
1179
|
@threshold.setter
|
|
@@ -1080,6 +1198,10 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionTagArgs
|
|
|
1080
1198
|
def __init__(__self__, *,
|
|
1081
1199
|
key: pulumi.Input[str],
|
|
1082
1200
|
value: Optional[pulumi.Input[str]] = None):
|
|
1201
|
+
"""
|
|
1202
|
+
:param pulumi.Input[str] key: The tag key for this scaling rule specific metrics trigger.
|
|
1203
|
+
:param pulumi.Input[str] value: The tag value for this scaling rule specific metrics trigger.
|
|
1204
|
+
"""
|
|
1083
1205
|
pulumi.set(__self__, "key", key)
|
|
1084
1206
|
if value is not None:
|
|
1085
1207
|
pulumi.set(__self__, "value", value)
|
|
@@ -1087,6 +1209,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionTagArgs
|
|
|
1087
1209
|
@property
|
|
1088
1210
|
@pulumi.getter
|
|
1089
1211
|
def key(self) -> pulumi.Input[str]:
|
|
1212
|
+
"""
|
|
1213
|
+
The tag key for this scaling rule specific metrics trigger.
|
|
1214
|
+
"""
|
|
1090
1215
|
return pulumi.get(self, "key")
|
|
1091
1216
|
|
|
1092
1217
|
@key.setter
|
|
@@ -1096,6 +1221,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionTagArgs
|
|
|
1096
1221
|
@property
|
|
1097
1222
|
@pulumi.getter
|
|
1098
1223
|
def value(self) -> Optional[pulumi.Input[str]]:
|
|
1224
|
+
"""
|
|
1225
|
+
The tag value for this scaling rule specific metrics trigger.
|
|
1226
|
+
"""
|
|
1099
1227
|
return pulumi.get(self, "value")
|
|
1100
1228
|
|
|
1101
1229
|
@value.setter
|
|
@@ -1108,6 +1236,10 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerTimeConstraintAr
|
|
|
1108
1236
|
def __init__(__self__, *,
|
|
1109
1237
|
end_time: Optional[pulumi.Input[str]] = None,
|
|
1110
1238
|
start_time: Optional[pulumi.Input[str]] = None):
|
|
1239
|
+
"""
|
|
1240
|
+
:param pulumi.Input[str] end_time: The end time for this scaling rule specific metrics trigger.
|
|
1241
|
+
:param pulumi.Input[str] start_time: The start time for this scaling rule specific metrics trigger.
|
|
1242
|
+
"""
|
|
1111
1243
|
if end_time is not None:
|
|
1112
1244
|
pulumi.set(__self__, "end_time", end_time)
|
|
1113
1245
|
if start_time is not None:
|
|
@@ -1116,6 +1248,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerTimeConstraintAr
|
|
|
1116
1248
|
@property
|
|
1117
1249
|
@pulumi.getter(name="endTime")
|
|
1118
1250
|
def end_time(self) -> Optional[pulumi.Input[str]]:
|
|
1251
|
+
"""
|
|
1252
|
+
The end time for this scaling rule specific metrics trigger.
|
|
1253
|
+
"""
|
|
1119
1254
|
return pulumi.get(self, "end_time")
|
|
1120
1255
|
|
|
1121
1256
|
@end_time.setter
|
|
@@ -1125,6 +1260,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerTimeConstraintAr
|
|
|
1125
1260
|
@property
|
|
1126
1261
|
@pulumi.getter(name="startTime")
|
|
1127
1262
|
def start_time(self) -> Optional[pulumi.Input[str]]:
|
|
1263
|
+
"""
|
|
1264
|
+
The start time for this scaling rule specific metrics trigger.
|
|
1265
|
+
"""
|
|
1128
1266
|
return pulumi.get(self, "start_time")
|
|
1129
1267
|
|
|
1130
1268
|
@start_time.setter
|
|
@@ -1141,6 +1279,14 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTriggerArgs:
|
|
|
1141
1279
|
recurrence_type: Optional[pulumi.Input[str]] = None,
|
|
1142
1280
|
recurrence_value: Optional[pulumi.Input[str]] = None,
|
|
1143
1281
|
start_time: Optional[pulumi.Input[str]] = None):
|
|
1282
|
+
"""
|
|
1283
|
+
:param pulumi.Input[str] launch_time: The launch time for this scaling rule specific time trigger.
|
|
1284
|
+
:param pulumi.Input[str] end_time: The end time for this scaling rule specific metrics trigger.
|
|
1285
|
+
:param pulumi.Input[int] launch_expiration_time: The launch expiration time for this scaling rule specific time trigger. The value should between 0 and 3600.
|
|
1286
|
+
:param pulumi.Input[str] recurrence_type: The recurrence type for this scaling rule specific time trigger. Valid values: `MINUTELY`, `HOURLY`, `DAILY`, `WEEKLY`, `MONTHLY`.
|
|
1287
|
+
:param pulumi.Input[str] recurrence_value: The recurrence value for this scaling rule specific time trigger.
|
|
1288
|
+
:param pulumi.Input[str] start_time: The start time for this scaling rule specific metrics trigger.
|
|
1289
|
+
"""
|
|
1144
1290
|
pulumi.set(__self__, "launch_time", launch_time)
|
|
1145
1291
|
if end_time is not None:
|
|
1146
1292
|
pulumi.set(__self__, "end_time", end_time)
|
|
@@ -1156,6 +1302,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTriggerArgs:
|
|
|
1156
1302
|
@property
|
|
1157
1303
|
@pulumi.getter(name="launchTime")
|
|
1158
1304
|
def launch_time(self) -> pulumi.Input[str]:
|
|
1305
|
+
"""
|
|
1306
|
+
The launch time for this scaling rule specific time trigger.
|
|
1307
|
+
"""
|
|
1159
1308
|
return pulumi.get(self, "launch_time")
|
|
1160
1309
|
|
|
1161
1310
|
@launch_time.setter
|
|
@@ -1165,6 +1314,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTriggerArgs:
|
|
|
1165
1314
|
@property
|
|
1166
1315
|
@pulumi.getter(name="endTime")
|
|
1167
1316
|
def end_time(self) -> Optional[pulumi.Input[str]]:
|
|
1317
|
+
"""
|
|
1318
|
+
The end time for this scaling rule specific metrics trigger.
|
|
1319
|
+
"""
|
|
1168
1320
|
return pulumi.get(self, "end_time")
|
|
1169
1321
|
|
|
1170
1322
|
@end_time.setter
|
|
@@ -1174,6 +1326,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTriggerArgs:
|
|
|
1174
1326
|
@property
|
|
1175
1327
|
@pulumi.getter(name="launchExpirationTime")
|
|
1176
1328
|
def launch_expiration_time(self) -> Optional[pulumi.Input[int]]:
|
|
1329
|
+
"""
|
|
1330
|
+
The launch expiration time for this scaling rule specific time trigger. The value should between 0 and 3600.
|
|
1331
|
+
"""
|
|
1177
1332
|
return pulumi.get(self, "launch_expiration_time")
|
|
1178
1333
|
|
|
1179
1334
|
@launch_expiration_time.setter
|
|
@@ -1183,6 +1338,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTriggerArgs:
|
|
|
1183
1338
|
@property
|
|
1184
1339
|
@pulumi.getter(name="recurrenceType")
|
|
1185
1340
|
def recurrence_type(self) -> Optional[pulumi.Input[str]]:
|
|
1341
|
+
"""
|
|
1342
|
+
The recurrence type for this scaling rule specific time trigger. Valid values: `MINUTELY`, `HOURLY`, `DAILY`, `WEEKLY`, `MONTHLY`.
|
|
1343
|
+
"""
|
|
1186
1344
|
return pulumi.get(self, "recurrence_type")
|
|
1187
1345
|
|
|
1188
1346
|
@recurrence_type.setter
|
|
@@ -1192,6 +1350,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTriggerArgs:
|
|
|
1192
1350
|
@property
|
|
1193
1351
|
@pulumi.getter(name="recurrenceValue")
|
|
1194
1352
|
def recurrence_value(self) -> Optional[pulumi.Input[str]]:
|
|
1353
|
+
"""
|
|
1354
|
+
The recurrence value for this scaling rule specific time trigger.
|
|
1355
|
+
"""
|
|
1195
1356
|
return pulumi.get(self, "recurrence_value")
|
|
1196
1357
|
|
|
1197
1358
|
@recurrence_value.setter
|
|
@@ -1201,6 +1362,9 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTriggerArgs:
|
|
|
1201
1362
|
@property
|
|
1202
1363
|
@pulumi.getter(name="startTime")
|
|
1203
1364
|
def start_time(self) -> Optional[pulumi.Input[str]]:
|
|
1365
|
+
"""
|
|
1366
|
+
The start time for this scaling rule specific metrics trigger.
|
|
1367
|
+
"""
|
|
1204
1368
|
return pulumi.get(self, "start_time")
|
|
1205
1369
|
|
|
1206
1370
|
@start_time.setter
|
|
@@ -1214,6 +1378,11 @@ class ClusterNodeGroupCostOptimizedConfigArgs:
|
|
|
1214
1378
|
on_demand_base_capacity: pulumi.Input[int],
|
|
1215
1379
|
on_demand_percentage_above_base_capacity: pulumi.Input[int],
|
|
1216
1380
|
spot_instance_pools: pulumi.Input[int]):
|
|
1381
|
+
"""
|
|
1382
|
+
:param pulumi.Input[int] on_demand_base_capacity: The cost optimized configuration which on demand based capacity.
|
|
1383
|
+
:param pulumi.Input[int] on_demand_percentage_above_base_capacity: The cost optimized configuration which on demand percentage above based capacity.
|
|
1384
|
+
:param pulumi.Input[int] spot_instance_pools: The cost optimized configuration with spot instance pools.
|
|
1385
|
+
"""
|
|
1217
1386
|
pulumi.set(__self__, "on_demand_base_capacity", on_demand_base_capacity)
|
|
1218
1387
|
pulumi.set(__self__, "on_demand_percentage_above_base_capacity", on_demand_percentage_above_base_capacity)
|
|
1219
1388
|
pulumi.set(__self__, "spot_instance_pools", spot_instance_pools)
|
|
@@ -1221,6 +1390,9 @@ class ClusterNodeGroupCostOptimizedConfigArgs:
|
|
|
1221
1390
|
@property
|
|
1222
1391
|
@pulumi.getter(name="onDemandBaseCapacity")
|
|
1223
1392
|
def on_demand_base_capacity(self) -> pulumi.Input[int]:
|
|
1393
|
+
"""
|
|
1394
|
+
The cost optimized configuration which on demand based capacity.
|
|
1395
|
+
"""
|
|
1224
1396
|
return pulumi.get(self, "on_demand_base_capacity")
|
|
1225
1397
|
|
|
1226
1398
|
@on_demand_base_capacity.setter
|
|
@@ -1230,6 +1402,9 @@ class ClusterNodeGroupCostOptimizedConfigArgs:
|
|
|
1230
1402
|
@property
|
|
1231
1403
|
@pulumi.getter(name="onDemandPercentageAboveBaseCapacity")
|
|
1232
1404
|
def on_demand_percentage_above_base_capacity(self) -> pulumi.Input[int]:
|
|
1405
|
+
"""
|
|
1406
|
+
The cost optimized configuration which on demand percentage above based capacity.
|
|
1407
|
+
"""
|
|
1233
1408
|
return pulumi.get(self, "on_demand_percentage_above_base_capacity")
|
|
1234
1409
|
|
|
1235
1410
|
@on_demand_percentage_above_base_capacity.setter
|
|
@@ -1239,6 +1414,9 @@ class ClusterNodeGroupCostOptimizedConfigArgs:
|
|
|
1239
1414
|
@property
|
|
1240
1415
|
@pulumi.getter(name="spotInstancePools")
|
|
1241
1416
|
def spot_instance_pools(self) -> pulumi.Input[int]:
|
|
1417
|
+
"""
|
|
1418
|
+
The cost optimized configuration with spot instance pools.
|
|
1419
|
+
"""
|
|
1242
1420
|
return pulumi.get(self, "spot_instance_pools")
|
|
1243
1421
|
|
|
1244
1422
|
@spot_instance_pools.setter
|
|
@@ -1253,6 +1431,12 @@ class ClusterNodeGroupDataDiskArgs:
|
|
|
1253
1431
|
size: pulumi.Input[int],
|
|
1254
1432
|
count: Optional[pulumi.Input[int]] = None,
|
|
1255
1433
|
performance_level: Optional[pulumi.Input[str]] = None):
|
|
1434
|
+
"""
|
|
1435
|
+
:param pulumi.Input[str] category: The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
|
|
1436
|
+
:param pulumi.Input[int] size: The size of a data disk, at least 40. Unit: GiB.
|
|
1437
|
+
:param pulumi.Input[int] count: The count of a data disk.
|
|
1438
|
+
:param pulumi.Input[str] performance_level: Worker node data disk performance level, when `category` values `cloud_essd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity.
|
|
1439
|
+
"""
|
|
1256
1440
|
pulumi.set(__self__, "category", category)
|
|
1257
1441
|
pulumi.set(__self__, "size", size)
|
|
1258
1442
|
if count is not None:
|
|
@@ -1263,6 +1447,9 @@ class ClusterNodeGroupDataDiskArgs:
|
|
|
1263
1447
|
@property
|
|
1264
1448
|
@pulumi.getter
|
|
1265
1449
|
def category(self) -> pulumi.Input[str]:
|
|
1450
|
+
"""
|
|
1451
|
+
The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
|
|
1452
|
+
"""
|
|
1266
1453
|
return pulumi.get(self, "category")
|
|
1267
1454
|
|
|
1268
1455
|
@category.setter
|
|
@@ -1272,6 +1459,9 @@ class ClusterNodeGroupDataDiskArgs:
|
|
|
1272
1459
|
@property
|
|
1273
1460
|
@pulumi.getter
|
|
1274
1461
|
def size(self) -> pulumi.Input[int]:
|
|
1462
|
+
"""
|
|
1463
|
+
The size of a data disk, at least 40. Unit: GiB.
|
|
1464
|
+
"""
|
|
1275
1465
|
return pulumi.get(self, "size")
|
|
1276
1466
|
|
|
1277
1467
|
@size.setter
|
|
@@ -1281,6 +1471,9 @@ class ClusterNodeGroupDataDiskArgs:
|
|
|
1281
1471
|
@property
|
|
1282
1472
|
@pulumi.getter
|
|
1283
1473
|
def count(self) -> Optional[pulumi.Input[int]]:
|
|
1474
|
+
"""
|
|
1475
|
+
The count of a data disk.
|
|
1476
|
+
"""
|
|
1284
1477
|
return pulumi.get(self, "count")
|
|
1285
1478
|
|
|
1286
1479
|
@count.setter
|
|
@@ -1290,6 +1483,9 @@ class ClusterNodeGroupDataDiskArgs:
|
|
|
1290
1483
|
@property
|
|
1291
1484
|
@pulumi.getter(name="performanceLevel")
|
|
1292
1485
|
def performance_level(self) -> Optional[pulumi.Input[str]]:
|
|
1486
|
+
"""
|
|
1487
|
+
Worker node data disk performance level, when `category` values `cloud_essd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity.
|
|
1488
|
+
"""
|
|
1293
1489
|
return pulumi.get(self, "performance_level")
|
|
1294
1490
|
|
|
1295
1491
|
@performance_level.setter
|
|
@@ -1302,12 +1498,19 @@ class ClusterNodeGroupSpotBidPriceArgs:
|
|
|
1302
1498
|
def __init__(__self__, *,
|
|
1303
1499
|
bid_price: pulumi.Input[int],
|
|
1304
1500
|
instance_type: pulumi.Input[str]):
|
|
1501
|
+
"""
|
|
1502
|
+
:param pulumi.Input[int] bid_price: The spot bid price of a PayAsYouGo instance.
|
|
1503
|
+
:param pulumi.Input[str] instance_type: Host Ecs instance type.
|
|
1504
|
+
"""
|
|
1305
1505
|
pulumi.set(__self__, "bid_price", bid_price)
|
|
1306
1506
|
pulumi.set(__self__, "instance_type", instance_type)
|
|
1307
1507
|
|
|
1308
1508
|
@property
|
|
1309
1509
|
@pulumi.getter(name="bidPrice")
|
|
1310
1510
|
def bid_price(self) -> pulumi.Input[int]:
|
|
1511
|
+
"""
|
|
1512
|
+
The spot bid price of a PayAsYouGo instance.
|
|
1513
|
+
"""
|
|
1311
1514
|
return pulumi.get(self, "bid_price")
|
|
1312
1515
|
|
|
1313
1516
|
@bid_price.setter
|
|
@@ -1317,6 +1520,9 @@ class ClusterNodeGroupSpotBidPriceArgs:
|
|
|
1317
1520
|
@property
|
|
1318
1521
|
@pulumi.getter(name="instanceType")
|
|
1319
1522
|
def instance_type(self) -> pulumi.Input[str]:
|
|
1523
|
+
"""
|
|
1524
|
+
Host Ecs instance type.
|
|
1525
|
+
"""
|
|
1320
1526
|
return pulumi.get(self, "instance_type")
|
|
1321
1527
|
|
|
1322
1528
|
@instance_type.setter
|
|
@@ -1432,6 +1638,12 @@ class ClusterNodeGroupSystemDiskArgs:
|
|
|
1432
1638
|
size: pulumi.Input[int],
|
|
1433
1639
|
count: Optional[pulumi.Input[int]] = None,
|
|
1434
1640
|
performance_level: Optional[pulumi.Input[str]] = None):
|
|
1641
|
+
"""
|
|
1642
|
+
:param pulumi.Input[str] category: The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
|
|
1643
|
+
:param pulumi.Input[int] size: The size of a data disk, at least 40. Unit: GiB.
|
|
1644
|
+
:param pulumi.Input[int] count: The count of a data disk.
|
|
1645
|
+
:param pulumi.Input[str] performance_level: Worker node data disk performance level, when `category` values `cloud_essd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity.
|
|
1646
|
+
"""
|
|
1435
1647
|
pulumi.set(__self__, "category", category)
|
|
1436
1648
|
pulumi.set(__self__, "size", size)
|
|
1437
1649
|
if count is not None:
|
|
@@ -1442,6 +1654,9 @@ class ClusterNodeGroupSystemDiskArgs:
|
|
|
1442
1654
|
@property
|
|
1443
1655
|
@pulumi.getter
|
|
1444
1656
|
def category(self) -> pulumi.Input[str]:
|
|
1657
|
+
"""
|
|
1658
|
+
The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
|
|
1659
|
+
"""
|
|
1445
1660
|
return pulumi.get(self, "category")
|
|
1446
1661
|
|
|
1447
1662
|
@category.setter
|
|
@@ -1451,6 +1666,9 @@ class ClusterNodeGroupSystemDiskArgs:
|
|
|
1451
1666
|
@property
|
|
1452
1667
|
@pulumi.getter
|
|
1453
1668
|
def size(self) -> pulumi.Input[int]:
|
|
1669
|
+
"""
|
|
1670
|
+
The size of a data disk, at least 40. Unit: GiB.
|
|
1671
|
+
"""
|
|
1454
1672
|
return pulumi.get(self, "size")
|
|
1455
1673
|
|
|
1456
1674
|
@size.setter
|
|
@@ -1460,6 +1678,9 @@ class ClusterNodeGroupSystemDiskArgs:
|
|
|
1460
1678
|
@property
|
|
1461
1679
|
@pulumi.getter
|
|
1462
1680
|
def count(self) -> Optional[pulumi.Input[int]]:
|
|
1681
|
+
"""
|
|
1682
|
+
The count of a data disk.
|
|
1683
|
+
"""
|
|
1463
1684
|
return pulumi.get(self, "count")
|
|
1464
1685
|
|
|
1465
1686
|
@count.setter
|
|
@@ -1469,6 +1690,9 @@ class ClusterNodeGroupSystemDiskArgs:
|
|
|
1469
1690
|
@property
|
|
1470
1691
|
@pulumi.getter(name="performanceLevel")
|
|
1471
1692
|
def performance_level(self) -> Optional[pulumi.Input[str]]:
|
|
1693
|
+
"""
|
|
1694
|
+
Worker node data disk performance level, when `category` values `cloud_essd`, the optional values are `PL0`, `PL1`, `PL2` or `PL3`, but the specific performance level is related to the disk capacity.
|
|
1695
|
+
"""
|
|
1472
1696
|
return pulumi.get(self, "performance_level")
|
|
1473
1697
|
|
|
1474
1698
|
@performance_level.setter
|