pulumi-alicloud 3.59.0a1720785756__py3-none-any.whl → 3.59.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-alicloud might be problematic. Click here for more details.

Files changed (123) hide show
  1. pulumi_alicloud/_utilities.py +3 -4
  2. pulumi_alicloud/adb/_inputs.py +14 -0
  3. pulumi_alicloud/adb/outputs.py +14 -0
  4. pulumi_alicloud/alb/_inputs.py +224 -0
  5. pulumi_alicloud/alb/outputs.py +260 -0
  6. pulumi_alicloud/arms/_inputs.py +438 -0
  7. pulumi_alicloud/arms/outputs.py +442 -0
  8. pulumi_alicloud/bp/_inputs.py +14 -0
  9. pulumi_alicloud/bp/outputs.py +14 -0
  10. pulumi_alicloud/cas/outputs.py +4 -0
  11. pulumi_alicloud/cddc/outputs.py +6 -0
  12. pulumi_alicloud/cen/get_transit_router_service.py +2 -2
  13. pulumi_alicloud/cfg/_inputs.py +20 -0
  14. pulumi_alicloud/cfg/outputs.py +20 -0
  15. pulumi_alicloud/clickhouse/outputs.py +4 -0
  16. pulumi_alicloud/cloudfirewall/_inputs.py +40 -0
  17. pulumi_alicloud/cloudfirewall/control_policy_order.py +60 -44
  18. pulumi_alicloud/cloudfirewall/outputs.py +40 -0
  19. pulumi_alicloud/cloudmonitor/_inputs.py +18 -0
  20. pulumi_alicloud/cloudmonitor/outputs.py +18 -0
  21. pulumi_alicloud/cms/_inputs.py +188 -0
  22. pulumi_alicloud/cms/outputs.py +228 -0
  23. pulumi_alicloud/compute/_inputs.py +4 -0
  24. pulumi_alicloud/compute/outputs.py +4 -0
  25. pulumi_alicloud/cs/_inputs.py +22 -0
  26. pulumi_alicloud/cs/node_pool.py +7 -7
  27. pulumi_alicloud/cs/outputs.py +22 -0
  28. pulumi_alicloud/databasegateway/outputs.py +42 -0
  29. pulumi_alicloud/dcdn/_inputs.py +555 -27
  30. pulumi_alicloud/dcdn/domain.py +366 -217
  31. pulumi_alicloud/dcdn/outputs.py +550 -22
  32. pulumi_alicloud/ddos/_inputs.py +162 -0
  33. pulumi_alicloud/ddos/outputs.py +162 -0
  34. pulumi_alicloud/directmail/get_domains.py +31 -24
  35. pulumi_alicloud/directmail/outputs.py +131 -32
  36. pulumi_alicloud/ebs/_inputs.py +22 -0
  37. pulumi_alicloud/ebs/outputs.py +22 -0
  38. pulumi_alicloud/eci/_inputs.py +100 -0
  39. pulumi_alicloud/eci/outputs.py +100 -0
  40. pulumi_alicloud/ecs/_inputs.py +110 -8
  41. pulumi_alicloud/ecs/ecs_disk.py +7 -0
  42. pulumi_alicloud/ecs/instance.py +304 -102
  43. pulumi_alicloud/ecs/outputs.py +217 -9
  44. pulumi_alicloud/edas/_inputs.py +28 -0
  45. pulumi_alicloud/edas/outputs.py +28 -0
  46. pulumi_alicloud/ehpc/_inputs.py +6 -0
  47. pulumi_alicloud/ehpc/outputs.py +6 -0
  48. pulumi_alicloud/emr/_inputs.py +134 -0
  49. pulumi_alicloud/emr/outputs.py +148 -0
  50. pulumi_alicloud/emrv2/_inputs.py +224 -0
  51. pulumi_alicloud/emrv2/outputs.py +224 -0
  52. pulumi_alicloud/ess/_inputs.py +24 -0
  53. pulumi_alicloud/ess/outputs.py +24 -0
  54. pulumi_alicloud/eventbridge/_inputs.py +156 -0
  55. pulumi_alicloud/eventbridge/outputs.py +156 -0
  56. pulumi_alicloud/expressconnect/_inputs.py +12 -0
  57. pulumi_alicloud/expressconnect/outputs.py +12 -0
  58. pulumi_alicloud/fc/_inputs.py +32 -0
  59. pulumi_alicloud/fc/outputs.py +32 -0
  60. pulumi_alicloud/ga/_inputs.py +24 -0
  61. pulumi_alicloud/ga/outputs.py +24 -0
  62. pulumi_alicloud/gpdb/_inputs.py +48 -0
  63. pulumi_alicloud/gpdb/outputs.py +60 -0
  64. pulumi_alicloud/hbr/_inputs.py +68 -0
  65. pulumi_alicloud/hbr/outputs.py +68 -0
  66. pulumi_alicloud/imp/_inputs.py +14 -0
  67. pulumi_alicloud/imp/outputs.py +14 -0
  68. pulumi_alicloud/log/_inputs.py +14 -0
  69. pulumi_alicloud/log/outputs.py +14 -0
  70. pulumi_alicloud/maxcompute/_inputs.py +54 -34
  71. pulumi_alicloud/maxcompute/outputs.py +54 -34
  72. pulumi_alicloud/maxcompute/project.py +230 -66
  73. pulumi_alicloud/mongodb/_inputs.py +14 -0
  74. pulumi_alicloud/mongodb/outputs.py +14 -0
  75. pulumi_alicloud/oss/_inputs.py +100 -0
  76. pulumi_alicloud/oss/outputs.py +100 -0
  77. pulumi_alicloud/ots/_inputs.py +60 -0
  78. pulumi_alicloud/ots/outputs.py +60 -0
  79. pulumi_alicloud/polardb/_inputs.py +10 -0
  80. pulumi_alicloud/polardb/cluster.py +28 -28
  81. pulumi_alicloud/polardb/outputs.py +10 -0
  82. pulumi_alicloud/pulumi-plugin.json +1 -1
  83. pulumi_alicloud/pvtz/outputs.py +18 -0
  84. pulumi_alicloud/quotas/_inputs.py +10 -0
  85. pulumi_alicloud/quotas/outputs.py +10 -0
  86. pulumi_alicloud/ram/_inputs.py +24 -0
  87. pulumi_alicloud/ram/outputs.py +24 -0
  88. pulumi_alicloud/rdc/organization.py +2 -2
  89. pulumi_alicloud/realtimecompute/_inputs.py +6 -0
  90. pulumi_alicloud/realtimecompute/outputs.py +6 -0
  91. pulumi_alicloud/rocketmq/_inputs.py +36 -0
  92. pulumi_alicloud/rocketmq/outputs.py +36 -0
  93. pulumi_alicloud/ros/_inputs.py +72 -0
  94. pulumi_alicloud/ros/outputs.py +72 -0
  95. pulumi_alicloud/sae/_inputs.py +118 -0
  96. pulumi_alicloud/sae/outputs.py +118 -0
  97. pulumi_alicloud/scdn/_inputs.py +56 -0
  98. pulumi_alicloud/scdn/outputs.py +56 -0
  99. pulumi_alicloud/servicecatalog/_inputs.py +10 -0
  100. pulumi_alicloud/servicecatalog/outputs.py +10 -0
  101. pulumi_alicloud/servicemesh/_inputs.py +150 -0
  102. pulumi_alicloud/servicemesh/outputs.py +154 -0
  103. pulumi_alicloud/slb/_inputs.py +8 -8
  104. pulumi_alicloud/slb/outputs.py +8 -8
  105. pulumi_alicloud/slb/server_group.py +140 -84
  106. pulumi_alicloud/sls/_inputs.py +186 -0
  107. pulumi_alicloud/sls/outputs.py +186 -0
  108. pulumi_alicloud/threatdetection/_inputs.py +32 -0
  109. pulumi_alicloud/threatdetection/outputs.py +32 -0
  110. pulumi_alicloud/vod/_inputs.py +18 -0
  111. pulumi_alicloud/vod/outputs.py +18 -0
  112. pulumi_alicloud/vpc/_inputs.py +50 -12
  113. pulumi_alicloud/vpc/network.py +332 -134
  114. pulumi_alicloud/vpc/outputs.py +50 -12
  115. pulumi_alicloud/vpc/public_ip_address_pool.py +118 -10
  116. pulumi_alicloud/vpn/_inputs.py +10 -0
  117. pulumi_alicloud/vpn/outputs.py +14 -0
  118. pulumi_alicloud/wafv3/_inputs.py +10 -0
  119. pulumi_alicloud/wafv3/outputs.py +10 -0
  120. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/METADATA +1 -1
  121. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/RECORD +123 -123
  122. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/WHEEL +1 -1
  123. {pulumi_alicloud-3.59.0a1720785756.dist-info → pulumi_alicloud-3.59.1.dist-info}/top_level.txt +0 -0
@@ -316,6 +316,13 @@ class ClusterBootstrapScriptNodeSelector(dict):
316
316
  node_group_names: Optional[Sequence[str]] = None,
317
317
  node_group_types: Optional[Sequence[str]] = None,
318
318
  node_names: Optional[Sequence[str]] = None):
319
+ """
320
+ :param str node_select_type: The bootstrap scripts execution target node select type. Supported value: NODE, NODEGROUP or CLUSTER.
321
+ :param Sequence[str] node_group_ids: The bootstrap scripts execution target node group ids.
322
+ :param Sequence[str] node_group_names: The bootstrap scripts execution target node group names.
323
+ :param Sequence[str] node_group_types: The bootstrap scripts execution target node group types.
324
+ :param Sequence[str] node_names: The bootstrap scripts execution target node names.
325
+ """
319
326
  pulumi.set(__self__, "node_select_type", node_select_type)
320
327
  if node_group_id is not None:
321
328
  pulumi.set(__self__, "node_group_id", node_group_id)
@@ -333,6 +340,9 @@ class ClusterBootstrapScriptNodeSelector(dict):
333
340
  @property
334
341
  @pulumi.getter(name="nodeSelectType")
335
342
  def node_select_type(self) -> str:
343
+ """
344
+ The bootstrap scripts execution target node select type. Supported value: NODE, NODEGROUP or CLUSTER.
345
+ """
336
346
  return pulumi.get(self, "node_select_type")
337
347
 
338
348
  @property
@@ -344,6 +354,9 @@ class ClusterBootstrapScriptNodeSelector(dict):
344
354
  @property
345
355
  @pulumi.getter(name="nodeGroupIds")
346
356
  def node_group_ids(self) -> Optional[Sequence[str]]:
357
+ """
358
+ The bootstrap scripts execution target node group ids.
359
+ """
347
360
  return pulumi.get(self, "node_group_ids")
348
361
 
349
362
  @property
@@ -355,16 +368,25 @@ class ClusterBootstrapScriptNodeSelector(dict):
355
368
  @property
356
369
  @pulumi.getter(name="nodeGroupNames")
357
370
  def node_group_names(self) -> Optional[Sequence[str]]:
371
+ """
372
+ The bootstrap scripts execution target node group names.
373
+ """
358
374
  return pulumi.get(self, "node_group_names")
359
375
 
360
376
  @property
361
377
  @pulumi.getter(name="nodeGroupTypes")
362
378
  def node_group_types(self) -> Optional[Sequence[str]]:
379
+ """
380
+ The bootstrap scripts execution target node group types.
381
+ """
363
382
  return pulumi.get(self, "node_group_types")
364
383
 
365
384
  @property
366
385
  @pulumi.getter(name="nodeNames")
367
386
  def node_names(self) -> Optional[Sequence[str]]:
387
+ """
388
+ The bootstrap scripts execution target node names.
389
+ """
368
390
  return pulumi.get(self, "node_names")
369
391
 
370
392
 
@@ -773,6 +795,10 @@ class ClusterNodeGroupAutoScalingPolicy(dict):
773
795
  def __init__(__self__, *,
774
796
  constraints: Optional['outputs.ClusterNodeGroupAutoScalingPolicyConstraints'] = None,
775
797
  scaling_rules: Optional[Sequence['outputs.ClusterNodeGroupAutoScalingPolicyScalingRule']] = None):
798
+ """
799
+ :param 'ClusterNodeGroupAutoScalingPolicyConstraintsArgs' constraints: The constraints of auto scaling policy. See `constraints` below.
800
+ :param Sequence['ClusterNodeGroupAutoScalingPolicyScalingRuleArgs'] scaling_rules: The scaling rules of auto scaling policy. See `scaling_rules` below.
801
+ """
776
802
  if constraints is not None:
777
803
  pulumi.set(__self__, "constraints", constraints)
778
804
  if scaling_rules is not None:
@@ -781,11 +807,17 @@ class ClusterNodeGroupAutoScalingPolicy(dict):
781
807
  @property
782
808
  @pulumi.getter
783
809
  def constraints(self) -> Optional['outputs.ClusterNodeGroupAutoScalingPolicyConstraints']:
810
+ """
811
+ The constraints of auto scaling policy. See `constraints` below.
812
+ """
784
813
  return pulumi.get(self, "constraints")
785
814
 
786
815
  @property
787
816
  @pulumi.getter(name="scalingRules")
788
817
  def scaling_rules(self) -> Optional[Sequence['outputs.ClusterNodeGroupAutoScalingPolicyScalingRule']]:
818
+ """
819
+ The scaling rules of auto scaling policy. See `scaling_rules` below.
820
+ """
789
821
  return pulumi.get(self, "scaling_rules")
790
822
 
791
823
 
@@ -813,6 +845,10 @@ class ClusterNodeGroupAutoScalingPolicyConstraints(dict):
813
845
  def __init__(__self__, *,
814
846
  max_capacity: Optional[int] = None,
815
847
  min_capacity: Optional[int] = None):
848
+ """
849
+ :param int max_capacity: The maximum capacity of constraints for emr node group auto scaling policy.
850
+ :param int min_capacity: The minimum capacity of constraints for emr node group auto scaling policy.
851
+ """
816
852
  if max_capacity is not None:
817
853
  pulumi.set(__self__, "max_capacity", max_capacity)
818
854
  if min_capacity is not None:
@@ -821,11 +857,17 @@ class ClusterNodeGroupAutoScalingPolicyConstraints(dict):
821
857
  @property
822
858
  @pulumi.getter(name="maxCapacity")
823
859
  def max_capacity(self) -> Optional[int]:
860
+ """
861
+ The maximum capacity of constraints for emr node group auto scaling policy.
862
+ """
824
863
  return pulumi.get(self, "max_capacity")
825
864
 
826
865
  @property
827
866
  @pulumi.getter(name="minCapacity")
828
867
  def min_capacity(self) -> Optional[int]:
868
+ """
869
+ The minimum capacity of constraints for emr node group auto scaling policy.
870
+ """
829
871
  return pulumi.get(self, "min_capacity")
830
872
 
831
873
 
@@ -871,6 +913,16 @@ class ClusterNodeGroupAutoScalingPolicyScalingRule(dict):
871
913
  metrics_trigger: Optional['outputs.ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTrigger'] = None,
872
914
  min_adjustment_value: Optional[int] = None,
873
915
  time_trigger: Optional['outputs.ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTrigger'] = None):
916
+ """
917
+ :param str activity_type: The activity type of auto scaling policy. Valid values: `SCALE_OUT` and `SCALE_IN`.
918
+ :param int adjustment_value: The adjustment value of auto scaling policy. The value should between 1 and 5000.
919
+ :param str rule_name: The rule name of auto scaling policy.
920
+ :param str trigger_type: The trigger type of auto scaling policy. Valid values: `TIME_TRIGGER` and `METRICS_TRIGGER`.
921
+ :param str adjustment_type: The adjustment type of auto scaling policy. Valid values: `CHANGE_IN_CAPACITY` and `EXACT_CAPACITY`.
922
+ :param 'ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerArgs' metrics_trigger: The trigger metrics of scaling rules for emr node group auto scaling policy. See `metrics_trigger` below.
923
+ :param int min_adjustment_value: The minimum adjustment value of auto scaling policy.
924
+ :param 'ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTriggerArgs' time_trigger: The trigger time of scaling rules for emr node group auto scaling policy. See `time_trigger` below.
925
+ """
874
926
  pulumi.set(__self__, "activity_type", activity_type)
875
927
  pulumi.set(__self__, "adjustment_value", adjustment_value)
876
928
  pulumi.set(__self__, "rule_name", rule_name)
@@ -887,41 +939,65 @@ class ClusterNodeGroupAutoScalingPolicyScalingRule(dict):
887
939
  @property
888
940
  @pulumi.getter(name="activityType")
889
941
  def activity_type(self) -> str:
942
+ """
943
+ The activity type of auto scaling policy. Valid values: `SCALE_OUT` and `SCALE_IN`.
944
+ """
890
945
  return pulumi.get(self, "activity_type")
891
946
 
892
947
  @property
893
948
  @pulumi.getter(name="adjustmentValue")
894
949
  def adjustment_value(self) -> int:
950
+ """
951
+ The adjustment value of auto scaling policy. The value should between 1 and 5000.
952
+ """
895
953
  return pulumi.get(self, "adjustment_value")
896
954
 
897
955
  @property
898
956
  @pulumi.getter(name="ruleName")
899
957
  def rule_name(self) -> str:
958
+ """
959
+ The rule name of auto scaling policy.
960
+ """
900
961
  return pulumi.get(self, "rule_name")
901
962
 
902
963
  @property
903
964
  @pulumi.getter(name="triggerType")
904
965
  def trigger_type(self) -> str:
966
+ """
967
+ The trigger type of auto scaling policy. Valid values: `TIME_TRIGGER` and `METRICS_TRIGGER`.
968
+ """
905
969
  return pulumi.get(self, "trigger_type")
906
970
 
907
971
  @property
908
972
  @pulumi.getter(name="adjustmentType")
909
973
  def adjustment_type(self) -> Optional[str]:
974
+ """
975
+ The adjustment type of auto scaling policy. Valid values: `CHANGE_IN_CAPACITY` and `EXACT_CAPACITY`.
976
+ """
910
977
  return pulumi.get(self, "adjustment_type")
911
978
 
912
979
  @property
913
980
  @pulumi.getter(name="metricsTrigger")
914
981
  def metrics_trigger(self) -> Optional['outputs.ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTrigger']:
982
+ """
983
+ The trigger metrics of scaling rules for emr node group auto scaling policy. See `metrics_trigger` below.
984
+ """
915
985
  return pulumi.get(self, "metrics_trigger")
916
986
 
917
987
  @property
918
988
  @pulumi.getter(name="minAdjustmentValue")
919
989
  def min_adjustment_value(self) -> Optional[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
  @property
923
996
  @pulumi.getter(name="timeTrigger")
924
997
  def time_trigger(self) -> Optional['outputs.ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTrigger']:
998
+ """
999
+ The trigger time of scaling rules for emr node group auto scaling policy. See `time_trigger` below.
1000
+ """
925
1001
  return pulumi.get(self, "time_trigger")
926
1002
 
927
1003
 
@@ -959,6 +1035,14 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTrigger(dict):
959
1035
  conditions: Optional[Sequence['outputs.ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerCondition']] = None,
960
1036
  cool_down_interval: Optional[int] = None,
961
1037
  time_constraints: Optional[Sequence['outputs.ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerTimeConstraint']] = None):
1038
+ """
1039
+ :param int evaluation_count: The evaluation count for this scaling rule specific metrics trigger.
1040
+ :param int time_window: The time window for this scaling rule specific metrics trigger.
1041
+ :param str condition_logic_operator: The condition logic operator for this scaling rule specific metrics trigger. Valid values: `And` and `Or`.
1042
+ :param Sequence['ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionArgs'] conditions: The conditions for this scaling rule specific metrics trigger. See `conditions` below.
1043
+ :param int cool_down_interval: The time of cool down interval for this scaling rule specific metrics trigger.
1044
+ :param Sequence['ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerTimeConstraintArgs'] time_constraints: The time constraints for this scaling rule specific metrics trigger. See `time_constraints` below.
1045
+ """
962
1046
  pulumi.set(__self__, "evaluation_count", evaluation_count)
963
1047
  pulumi.set(__self__, "time_window", time_window)
964
1048
  if condition_logic_operator is not None:
@@ -973,31 +1057,49 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTrigger(dict):
973
1057
  @property
974
1058
  @pulumi.getter(name="evaluationCount")
975
1059
  def evaluation_count(self) -> int:
1060
+ """
1061
+ The evaluation count for this scaling rule specific metrics trigger.
1062
+ """
976
1063
  return pulumi.get(self, "evaluation_count")
977
1064
 
978
1065
  @property
979
1066
  @pulumi.getter(name="timeWindow")
980
1067
  def time_window(self) -> int:
1068
+ """
1069
+ The time window for this scaling rule specific metrics trigger.
1070
+ """
981
1071
  return pulumi.get(self, "time_window")
982
1072
 
983
1073
  @property
984
1074
  @pulumi.getter(name="conditionLogicOperator")
985
1075
  def condition_logic_operator(self) -> Optional[str]:
1076
+ """
1077
+ The condition logic operator for this scaling rule specific metrics trigger. Valid values: `And` and `Or`.
1078
+ """
986
1079
  return pulumi.get(self, "condition_logic_operator")
987
1080
 
988
1081
  @property
989
1082
  @pulumi.getter
990
1083
  def conditions(self) -> Optional[Sequence['outputs.ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerCondition']]:
1084
+ """
1085
+ The conditions for this scaling rule specific metrics trigger. See `conditions` below.
1086
+ """
991
1087
  return pulumi.get(self, "conditions")
992
1088
 
993
1089
  @property
994
1090
  @pulumi.getter(name="coolDownInterval")
995
1091
  def cool_down_interval(self) -> Optional[int]:
1092
+ """
1093
+ The time of cool down interval for this scaling rule specific metrics trigger.
1094
+ """
996
1095
  return pulumi.get(self, "cool_down_interval")
997
1096
 
998
1097
  @property
999
1098
  @pulumi.getter(name="timeConstraints")
1000
1099
  def time_constraints(self) -> Optional[Sequence['outputs.ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerTimeConstraint']]:
1100
+ """
1101
+ The time constraints for this scaling rule specific metrics trigger. See `time_constraints` below.
1102
+ """
1001
1103
  return pulumi.get(self, "time_constraints")
1002
1104
 
1003
1105
 
@@ -1029,6 +1131,10 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerCondition(dict):
1029
1131
  threshold: float,
1030
1132
  tags: Optional[Sequence['outputs.ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionTag']] = None):
1031
1133
  """
1134
+ :param str comparison_operator: The comparison operator for this scaling rule specific metrics trigger. Invalid values: `EQ`, `NE`, `GT`, `LT`, `GE`, `LE`.
1135
+ :param str metric_name: The metric name for this scaling rule specific metrics trigger.
1136
+ :param str statistics: The statistics for this scaling rule specific metrics trigger.
1137
+ :param float threshold: The threshold for this scaling rule specific metrics trigger.
1032
1138
  :param Sequence['ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionTagArgs'] tags: A mapping of tags to assign to the resource.
1033
1139
  """
1034
1140
  pulumi.set(__self__, "comparison_operator", comparison_operator)
@@ -1041,21 +1147,33 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerCondition(dict):
1041
1147
  @property
1042
1148
  @pulumi.getter(name="comparisonOperator")
1043
1149
  def comparison_operator(self) -> str:
1150
+ """
1151
+ The comparison operator for this scaling rule specific metrics trigger. Invalid values: `EQ`, `NE`, `GT`, `LT`, `GE`, `LE`.
1152
+ """
1044
1153
  return pulumi.get(self, "comparison_operator")
1045
1154
 
1046
1155
  @property
1047
1156
  @pulumi.getter(name="metricName")
1048
1157
  def metric_name(self) -> str:
1158
+ """
1159
+ The metric name for this scaling rule specific metrics trigger.
1160
+ """
1049
1161
  return pulumi.get(self, "metric_name")
1050
1162
 
1051
1163
  @property
1052
1164
  @pulumi.getter
1053
1165
  def statistics(self) -> str:
1166
+ """
1167
+ The statistics for this scaling rule specific metrics trigger.
1168
+ """
1054
1169
  return pulumi.get(self, "statistics")
1055
1170
 
1056
1171
  @property
1057
1172
  @pulumi.getter
1058
1173
  def threshold(self) -> float:
1174
+ """
1175
+ The threshold for this scaling rule specific metrics trigger.
1176
+ """
1059
1177
  return pulumi.get(self, "threshold")
1060
1178
 
1061
1179
  @property
@@ -1072,6 +1190,10 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionTag(dic
1072
1190
  def __init__(__self__, *,
1073
1191
  key: str,
1074
1192
  value: Optional[str] = None):
1193
+ """
1194
+ :param str key: The tag key for this scaling rule specific metrics trigger.
1195
+ :param str value: The tag value for this scaling rule specific metrics trigger.
1196
+ """
1075
1197
  pulumi.set(__self__, "key", key)
1076
1198
  if value is not None:
1077
1199
  pulumi.set(__self__, "value", value)
@@ -1079,11 +1201,17 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerConditionTag(dic
1079
1201
  @property
1080
1202
  @pulumi.getter
1081
1203
  def key(self) -> str:
1204
+ """
1205
+ The tag key for this scaling rule specific metrics trigger.
1206
+ """
1082
1207
  return pulumi.get(self, "key")
1083
1208
 
1084
1209
  @property
1085
1210
  @pulumi.getter
1086
1211
  def value(self) -> Optional[str]:
1212
+ """
1213
+ The tag value for this scaling rule specific metrics trigger.
1214
+ """
1087
1215
  return pulumi.get(self, "value")
1088
1216
 
1089
1217
 
@@ -1111,6 +1239,10 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerTimeConstraint(d
1111
1239
  def __init__(__self__, *,
1112
1240
  end_time: Optional[str] = None,
1113
1241
  start_time: Optional[str] = None):
1242
+ """
1243
+ :param str end_time: The end time for this scaling rule specific metrics trigger.
1244
+ :param str start_time: The start time for this scaling rule specific metrics trigger.
1245
+ """
1114
1246
  if end_time is not None:
1115
1247
  pulumi.set(__self__, "end_time", end_time)
1116
1248
  if start_time is not None:
@@ -1119,11 +1251,17 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleMetricsTriggerTimeConstraint(d
1119
1251
  @property
1120
1252
  @pulumi.getter(name="endTime")
1121
1253
  def end_time(self) -> Optional[str]:
1254
+ """
1255
+ The end time for this scaling rule specific metrics trigger.
1256
+ """
1122
1257
  return pulumi.get(self, "end_time")
1123
1258
 
1124
1259
  @property
1125
1260
  @pulumi.getter(name="startTime")
1126
1261
  def start_time(self) -> Optional[str]:
1262
+ """
1263
+ The start time for this scaling rule specific metrics trigger.
1264
+ """
1127
1265
  return pulumi.get(self, "start_time")
1128
1266
 
1129
1267
 
@@ -1163,6 +1301,14 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTrigger(dict):
1163
1301
  recurrence_type: Optional[str] = None,
1164
1302
  recurrence_value: Optional[str] = None,
1165
1303
  start_time: Optional[str] = None):
1304
+ """
1305
+ :param str launch_time: The launch time for this scaling rule specific time trigger.
1306
+ :param str end_time: The end time for this scaling rule specific metrics trigger.
1307
+ :param int launch_expiration_time: The launch expiration time for this scaling rule specific time trigger. The value should between 0 and 3600.
1308
+ :param str recurrence_type: The recurrence type for this scaling rule specific time trigger. Valid values: `MINUTELY`, `HOURLY`, `DAILY`, `WEEKLY`, `MONTHLY`.
1309
+ :param str recurrence_value: The recurrence value for this scaling rule specific time trigger.
1310
+ :param str start_time: The start time for this scaling rule specific metrics trigger.
1311
+ """
1166
1312
  pulumi.set(__self__, "launch_time", launch_time)
1167
1313
  if end_time is not None:
1168
1314
  pulumi.set(__self__, "end_time", end_time)
@@ -1178,31 +1324,49 @@ class ClusterNodeGroupAutoScalingPolicyScalingRuleTimeTrigger(dict):
1178
1324
  @property
1179
1325
  @pulumi.getter(name="launchTime")
1180
1326
  def launch_time(self) -> str:
1327
+ """
1328
+ The launch time for this scaling rule specific time trigger.
1329
+ """
1181
1330
  return pulumi.get(self, "launch_time")
1182
1331
 
1183
1332
  @property
1184
1333
  @pulumi.getter(name="endTime")
1185
1334
  def end_time(self) -> Optional[str]:
1335
+ """
1336
+ The end time for this scaling rule specific metrics trigger.
1337
+ """
1186
1338
  return pulumi.get(self, "end_time")
1187
1339
 
1188
1340
  @property
1189
1341
  @pulumi.getter(name="launchExpirationTime")
1190
1342
  def launch_expiration_time(self) -> Optional[int]:
1343
+ """
1344
+ The launch expiration time for this scaling rule specific time trigger. The value should between 0 and 3600.
1345
+ """
1191
1346
  return pulumi.get(self, "launch_expiration_time")
1192
1347
 
1193
1348
  @property
1194
1349
  @pulumi.getter(name="recurrenceType")
1195
1350
  def recurrence_type(self) -> Optional[str]:
1351
+ """
1352
+ The recurrence type for this scaling rule specific time trigger. Valid values: `MINUTELY`, `HOURLY`, `DAILY`, `WEEKLY`, `MONTHLY`.
1353
+ """
1196
1354
  return pulumi.get(self, "recurrence_type")
1197
1355
 
1198
1356
  @property
1199
1357
  @pulumi.getter(name="recurrenceValue")
1200
1358
  def recurrence_value(self) -> Optional[str]:
1359
+ """
1360
+ The recurrence value for this scaling rule specific time trigger.
1361
+ """
1201
1362
  return pulumi.get(self, "recurrence_value")
1202
1363
 
1203
1364
  @property
1204
1365
  @pulumi.getter(name="startTime")
1205
1366
  def start_time(self) -> Optional[str]:
1367
+ """
1368
+ The start time for this scaling rule specific metrics trigger.
1369
+ """
1206
1370
  return pulumi.get(self, "start_time")
1207
1371
 
1208
1372
 
@@ -1233,6 +1397,11 @@ class ClusterNodeGroupCostOptimizedConfig(dict):
1233
1397
  on_demand_base_capacity: int,
1234
1398
  on_demand_percentage_above_base_capacity: int,
1235
1399
  spot_instance_pools: int):
1400
+ """
1401
+ :param int on_demand_base_capacity: The cost optimized configuration which on demand based capacity.
1402
+ :param int on_demand_percentage_above_base_capacity: The cost optimized configuration which on demand percentage above based capacity.
1403
+ :param int spot_instance_pools: The cost optimized configuration with spot instance pools.
1404
+ """
1236
1405
  pulumi.set(__self__, "on_demand_base_capacity", on_demand_base_capacity)
1237
1406
  pulumi.set(__self__, "on_demand_percentage_above_base_capacity", on_demand_percentage_above_base_capacity)
1238
1407
  pulumi.set(__self__, "spot_instance_pools", spot_instance_pools)
@@ -1240,16 +1409,25 @@ class ClusterNodeGroupCostOptimizedConfig(dict):
1240
1409
  @property
1241
1410
  @pulumi.getter(name="onDemandBaseCapacity")
1242
1411
  def on_demand_base_capacity(self) -> int:
1412
+ """
1413
+ The cost optimized configuration which on demand based capacity.
1414
+ """
1243
1415
  return pulumi.get(self, "on_demand_base_capacity")
1244
1416
 
1245
1417
  @property
1246
1418
  @pulumi.getter(name="onDemandPercentageAboveBaseCapacity")
1247
1419
  def on_demand_percentage_above_base_capacity(self) -> int:
1420
+ """
1421
+ The cost optimized configuration which on demand percentage above based capacity.
1422
+ """
1248
1423
  return pulumi.get(self, "on_demand_percentage_above_base_capacity")
1249
1424
 
1250
1425
  @property
1251
1426
  @pulumi.getter(name="spotInstancePools")
1252
1427
  def spot_instance_pools(self) -> int:
1428
+ """
1429
+ The cost optimized configuration with spot instance pools.
1430
+ """
1253
1431
  return pulumi.get(self, "spot_instance_pools")
1254
1432
 
1255
1433
 
@@ -1277,6 +1455,12 @@ class ClusterNodeGroupDataDisk(dict):
1277
1455
  size: int,
1278
1456
  count: Optional[int] = None,
1279
1457
  performance_level: Optional[str] = None):
1458
+ """
1459
+ :param str category: The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
1460
+ :param int size: The size of a data disk, at least 40. Unit: GiB.
1461
+ :param int count: The count of a data disk.
1462
+ :param 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.
1463
+ """
1280
1464
  pulumi.set(__self__, "category", category)
1281
1465
  pulumi.set(__self__, "size", size)
1282
1466
  if count is not None:
@@ -1287,21 +1471,33 @@ class ClusterNodeGroupDataDisk(dict):
1287
1471
  @property
1288
1472
  @pulumi.getter
1289
1473
  def category(self) -> str:
1474
+ """
1475
+ The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
1476
+ """
1290
1477
  return pulumi.get(self, "category")
1291
1478
 
1292
1479
  @property
1293
1480
  @pulumi.getter
1294
1481
  def size(self) -> int:
1482
+ """
1483
+ The size of a data disk, at least 40. Unit: GiB.
1484
+ """
1295
1485
  return pulumi.get(self, "size")
1296
1486
 
1297
1487
  @property
1298
1488
  @pulumi.getter
1299
1489
  def count(self) -> Optional[int]:
1490
+ """
1491
+ The count of a data disk.
1492
+ """
1300
1493
  return pulumi.get(self, "count")
1301
1494
 
1302
1495
  @property
1303
1496
  @pulumi.getter(name="performanceLevel")
1304
1497
  def performance_level(self) -> Optional[str]:
1498
+ """
1499
+ 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.
1500
+ """
1305
1501
  return pulumi.get(self, "performance_level")
1306
1502
 
1307
1503
 
@@ -1329,17 +1525,27 @@ class ClusterNodeGroupSpotBidPrice(dict):
1329
1525
  def __init__(__self__, *,
1330
1526
  bid_price: int,
1331
1527
  instance_type: str):
1528
+ """
1529
+ :param int bid_price: The spot bid price of a PayAsYouGo instance.
1530
+ :param str instance_type: Host Ecs instance type.
1531
+ """
1332
1532
  pulumi.set(__self__, "bid_price", bid_price)
1333
1533
  pulumi.set(__self__, "instance_type", instance_type)
1334
1534
 
1335
1535
  @property
1336
1536
  @pulumi.getter(name="bidPrice")
1337
1537
  def bid_price(self) -> int:
1538
+ """
1539
+ The spot bid price of a PayAsYouGo instance.
1540
+ """
1338
1541
  return pulumi.get(self, "bid_price")
1339
1542
 
1340
1543
  @property
1341
1544
  @pulumi.getter(name="instanceType")
1342
1545
  def instance_type(self) -> str:
1546
+ """
1547
+ Host Ecs instance type.
1548
+ """
1343
1549
  return pulumi.get(self, "instance_type")
1344
1550
 
1345
1551
 
@@ -1471,6 +1677,12 @@ class ClusterNodeGroupSystemDisk(dict):
1471
1677
  size: int,
1472
1678
  count: Optional[int] = None,
1473
1679
  performance_level: Optional[str] = None):
1680
+ """
1681
+ :param str category: The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
1682
+ :param int size: The size of a data disk, at least 40. Unit: GiB.
1683
+ :param int count: The count of a data disk.
1684
+ :param 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.
1685
+ """
1474
1686
  pulumi.set(__self__, "category", category)
1475
1687
  pulumi.set(__self__, "size", size)
1476
1688
  if count is not None:
@@ -1481,21 +1693,33 @@ class ClusterNodeGroupSystemDisk(dict):
1481
1693
  @property
1482
1694
  @pulumi.getter
1483
1695
  def category(self) -> str:
1696
+ """
1697
+ The type of the data disk. Valid values: `cloud_efficiency` and `cloud_essd`.
1698
+ """
1484
1699
  return pulumi.get(self, "category")
1485
1700
 
1486
1701
  @property
1487
1702
  @pulumi.getter
1488
1703
  def size(self) -> int:
1704
+ """
1705
+ The size of a data disk, at least 40. Unit: GiB.
1706
+ """
1489
1707
  return pulumi.get(self, "size")
1490
1708
 
1491
1709
  @property
1492
1710
  @pulumi.getter
1493
1711
  def count(self) -> Optional[int]:
1712
+ """
1713
+ The count of a data disk.
1714
+ """
1494
1715
  return pulumi.get(self, "count")
1495
1716
 
1496
1717
  @property
1497
1718
  @pulumi.getter(name="performanceLevel")
1498
1719
  def performance_level(self) -> Optional[str]:
1720
+ """
1721
+ 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.
1722
+ """
1499
1723
  return pulumi.get(self, "performance_level")
1500
1724
 
1501
1725
 
@@ -1582,6 +1582,10 @@ class EciScalingConfigurationVolumeConfigFileVolumeConfigFileToPathArgs:
1582
1582
  def __init__(__self__, *,
1583
1583
  content: Optional[pulumi.Input[str]] = None,
1584
1584
  path: Optional[pulumi.Input[str]] = None):
1585
+ """
1586
+ :param pulumi.Input[str] content: The content of the configuration file. Maximum size: 32 KB.
1587
+ :param pulumi.Input[str] path: The relative file path.
1588
+ """
1585
1589
  if content is not None:
1586
1590
  pulumi.set(__self__, "content", content)
1587
1591
  if path is not None:
@@ -1590,6 +1594,9 @@ class EciScalingConfigurationVolumeConfigFileVolumeConfigFileToPathArgs:
1590
1594
  @property
1591
1595
  @pulumi.getter
1592
1596
  def content(self) -> Optional[pulumi.Input[str]]:
1597
+ """
1598
+ The content of the configuration file. Maximum size: 32 KB.
1599
+ """
1593
1600
  return pulumi.get(self, "content")
1594
1601
 
1595
1602
  @content.setter
@@ -1599,6 +1606,9 @@ class EciScalingConfigurationVolumeConfigFileVolumeConfigFileToPathArgs:
1599
1606
  @property
1600
1607
  @pulumi.getter
1601
1608
  def path(self) -> Optional[pulumi.Input[str]]:
1609
+ """
1610
+ The relative file path.
1611
+ """
1602
1612
  return pulumi.get(self, "path")
1603
1613
 
1604
1614
  @path.setter
@@ -2157,6 +2167,11 @@ class ScalingGroupVServerGroupsVserverGroupVserverAttributeArgs:
2157
2167
  port: pulumi.Input[int],
2158
2168
  vserver_group_id: pulumi.Input[str],
2159
2169
  weight: pulumi.Input[int]):
2170
+ """
2171
+ :param pulumi.Input[int] port: The port will be used for VServer Group backend server.
2172
+ :param pulumi.Input[str] vserver_group_id: ID of VServer Group.
2173
+ :param pulumi.Input[int] weight: The weight of an ECS instance attached to the VServer Group.
2174
+ """
2160
2175
  pulumi.set(__self__, "port", port)
2161
2176
  pulumi.set(__self__, "vserver_group_id", vserver_group_id)
2162
2177
  pulumi.set(__self__, "weight", weight)
@@ -2164,6 +2179,9 @@ class ScalingGroupVServerGroupsVserverGroupVserverAttributeArgs:
2164
2179
  @property
2165
2180
  @pulumi.getter
2166
2181
  def port(self) -> pulumi.Input[int]:
2182
+ """
2183
+ The port will be used for VServer Group backend server.
2184
+ """
2167
2185
  return pulumi.get(self, "port")
2168
2186
 
2169
2187
  @port.setter
@@ -2173,6 +2191,9 @@ class ScalingGroupVServerGroupsVserverGroupVserverAttributeArgs:
2173
2191
  @property
2174
2192
  @pulumi.getter(name="vserverGroupId")
2175
2193
  def vserver_group_id(self) -> pulumi.Input[str]:
2194
+ """
2195
+ ID of VServer Group.
2196
+ """
2176
2197
  return pulumi.get(self, "vserver_group_id")
2177
2198
 
2178
2199
  @vserver_group_id.setter
@@ -2182,6 +2203,9 @@ class ScalingGroupVServerGroupsVserverGroupVserverAttributeArgs:
2182
2203
  @property
2183
2204
  @pulumi.getter
2184
2205
  def weight(self) -> pulumi.Input[int]:
2206
+ """
2207
+ The weight of an ECS instance attached to the VServer Group.
2208
+ """
2185
2209
  return pulumi.get(self, "weight")
2186
2210
 
2187
2211
  @weight.setter