tencentcloud-sdk-python 3.0.1298__py2.py3-none-any.whl → 3.0.1299__py2.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.
Files changed (44) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aca/v20210323/models.py +2 -2
  3. tencentcloud/autoscaling/v20180419/models.py +21 -0
  4. tencentcloud/bh/v20230418/models.py +4 -4
  5. tencentcloud/cfs/v20190719/errorcodes.py +1 -1
  6. tencentcloud/clb/v20180317/models.py +68 -0
  7. tencentcloud/cloudapp/v20220530/errorcodes.py +3 -0
  8. tencentcloud/cloudapp/v20220530/models.py +66 -17
  9. tencentcloud/cls/v20201016/models.py +22 -0
  10. tencentcloud/cynosdb/v20190107/errorcodes.py +3 -0
  11. tencentcloud/cynosdb/v20190107/models.py +113 -0
  12. tencentcloud/dc/v20180410/models.py +50 -121
  13. tencentcloud/drm/v20181115/models.py +17 -0
  14. tencentcloud/dts/v20211206/models.py +68 -2
  15. tencentcloud/emr/v20190103/models.py +136 -340
  16. tencentcloud/ess/v20201111/models.py +38 -0
  17. tencentcloud/essbasic/v20210526/models.py +38 -0
  18. tencentcloud/gaap/v20180529/gaap_client.py +9 -3
  19. tencentcloud/gwlb/v20240906/models.py +2 -2
  20. tencentcloud/hai/v20230812/errorcodes.py +6 -0
  21. tencentcloud/hai/v20230812/hai_client.py +23 -0
  22. tencentcloud/hai/v20230812/models.py +109 -0
  23. tencentcloud/keewidb/v20220308/models.py +1 -1
  24. tencentcloud/lcic/v20220817/models.py +2 -2
  25. tencentcloud/mongodb/v20180408/models.py +2 -44
  26. tencentcloud/mongodb/v20190725/models.py +2 -22
  27. tencentcloud/ocr/v20181119/models.py +14 -14
  28. tencentcloud/postgres/v20170312/models.py +233 -0
  29. tencentcloud/postgres/v20170312/postgres_client.py +46 -0
  30. tencentcloud/redis/v20180412/models.py +6 -6
  31. tencentcloud/redis/v20180412/redis_client.py +8 -8
  32. tencentcloud/scf/v20180416/models.py +44 -4
  33. tencentcloud/ssl/v20191205/models.py +64 -8
  34. tencentcloud/ssl/v20191205/ssl_client.py +8 -1
  35. tencentcloud/tcb/v20180608/models.py +205 -317
  36. tencentcloud/tcb/v20180608/tcb_client.py +1 -1
  37. tencentcloud/tione/v20211111/models.py +34 -0
  38. tencentcloud/trtc/v20190722/models.py +0 -8
  39. tencentcloud/vpc/v20170312/models.py +15 -6
  40. {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1299.dist-info}/METADATA +1 -1
  41. {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1299.dist-info}/RECORD +44 -44
  42. {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1299.dist-info}/LICENSE +0 -0
  43. {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1299.dist-info}/WHEEL +0 -0
  44. {tencentcloud_sdk_python-3.0.1298.dist-info → tencentcloud_sdk_python-3.0.1299.dist-info}/top_level.txt +0 -0
@@ -27,7 +27,7 @@ class AddMetricScaleStrategyRequest(AbstractModel):
27
27
  r"""
28
28
  :param _InstanceId: 实例ID。
29
29
  :type InstanceId: str
30
- :param _StrategyType: 1表示按负载规则扩容,2表示按时间规则扩容。必须填写,并且和下面的规则策略匹配
30
+ :param _StrategyType: 1表示按负载规则扩缩容,2表示按时间规则扩缩容。必须填写,并且和下面的规则策略匹配
31
31
  :type StrategyType: int
32
32
  :param _LoadAutoScaleStrategy: 按负载扩容的规则。
33
33
  :type LoadAutoScaleStrategy: :class:`tencentcloud.emr.v20190103.models.LoadAutoScaleStrategy`
@@ -52,7 +52,7 @@ class AddMetricScaleStrategyRequest(AbstractModel):
52
52
 
53
53
  @property
54
54
  def StrategyType(self):
55
- """1表示按负载规则扩容,2表示按时间规则扩容。必须填写,并且和下面的规则策略匹配
55
+ """1表示按负载规则扩缩容,2表示按时间规则扩缩容。必须填写,并且和下面的规则策略匹配
56
56
  :rtype: int
57
57
  """
58
58
  return self._StrategyType
@@ -475,16 +475,12 @@ class AllNodeResourceSpec(AbstractModel):
475
475
  注意:此字段可能返回 null,表示取不到有效值。
476
476
  :type CommonResourceSpec: :class:`tencentcloud.emr.v20190103.models.NodeResourceSpec`
477
477
  :param _MasterCount: Master节点数量
478
- 注意:此字段可能返回 null,表示取不到有效值。
479
478
  :type MasterCount: int
480
479
  :param _CoreCount: Corer节点数量
481
- 注意:此字段可能返回 null,表示取不到有效值。
482
480
  :type CoreCount: int
483
481
  :param _TaskCount: Task节点数量
484
- 注意:此字段可能返回 null,表示取不到有效值。
485
482
  :type TaskCount: int
486
483
  :param _CommonCount: Common节点数量
487
- 注意:此字段可能返回 null,表示取不到有效值。
488
484
  :type CommonCount: int
489
485
  """
490
486
  self._MasterResourceSpec = None
@@ -547,7 +543,6 @@ class AllNodeResourceSpec(AbstractModel):
547
543
  @property
548
544
  def MasterCount(self):
549
545
  """Master节点数量
550
- 注意:此字段可能返回 null,表示取不到有效值。
551
546
  :rtype: int
552
547
  """
553
548
  return self._MasterCount
@@ -559,7 +554,6 @@ class AllNodeResourceSpec(AbstractModel):
559
554
  @property
560
555
  def CoreCount(self):
561
556
  """Corer节点数量
562
- 注意:此字段可能返回 null,表示取不到有效值。
563
557
  :rtype: int
564
558
  """
565
559
  return self._CoreCount
@@ -571,7 +565,6 @@ class AllNodeResourceSpec(AbstractModel):
571
565
  @property
572
566
  def TaskCount(self):
573
567
  """Task节点数量
574
- 注意:此字段可能返回 null,表示取不到有效值。
575
568
  :rtype: int
576
569
  """
577
570
  return self._TaskCount
@@ -583,7 +576,6 @@ class AllNodeResourceSpec(AbstractModel):
583
576
  @property
584
577
  def CommonCount(self):
585
578
  """Common节点数量
586
- 注意:此字段可能返回 null,表示取不到有效值。
587
579
  :rtype: int
588
580
  """
589
581
  return self._CommonCount
@@ -954,7 +946,6 @@ class AttachDisksResponse(AbstractModel):
954
946
  def __init__(self):
955
947
  r"""
956
948
  :param _FlowId: 流程id
957
- 注意:此字段可能返回 null,表示取不到有效值。
958
949
  :type FlowId: int
959
950
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
960
951
  :type RequestId: str
@@ -965,7 +956,6 @@ class AttachDisksResponse(AbstractModel):
965
956
  @property
966
957
  def FlowId(self):
967
958
  """流程id
968
- 注意:此字段可能返回 null,表示取不到有效值。
969
959
  :rtype: int
970
960
  """
971
961
  return self._FlowId
@@ -2039,49 +2029,34 @@ class CdbInfo(AbstractModel):
2039
2029
  def __init__(self):
2040
2030
  r"""
2041
2031
  :param _InstanceName: 数据库实例
2042
- 注意:此字段可能返回 null,表示取不到有效值。
2043
2032
  :type InstanceName: str
2044
2033
  :param _Ip: 数据库IP
2045
- 注意:此字段可能返回 null,表示取不到有效值。
2046
2034
  :type Ip: str
2047
2035
  :param _Port: 数据库端口
2048
- 注意:此字段可能返回 null,表示取不到有效值。
2049
2036
  :type Port: int
2050
2037
  :param _MemSize: 数据库内存规格
2051
- 注意:此字段可能返回 null,表示取不到有效值。
2052
2038
  :type MemSize: int
2053
2039
  :param _Volume: 数据库磁盘规格
2054
- 注意:此字段可能返回 null,表示取不到有效值。
2055
2040
  :type Volume: int
2056
2041
  :param _Service: 服务标识
2057
- 注意:此字段可能返回 null,表示取不到有效值。
2058
2042
  :type Service: str
2059
2043
  :param _ExpireTime: 过期时间
2060
- 注意:此字段可能返回 null,表示取不到有效值。
2061
2044
  :type ExpireTime: str
2062
2045
  :param _ApplyTime: 申请时间
2063
- 注意:此字段可能返回 null,表示取不到有效值。
2064
2046
  :type ApplyTime: str
2065
2047
  :param _PayType: 付费类型
2066
- 注意:此字段可能返回 null,表示取不到有效值。
2067
2048
  :type PayType: int
2068
2049
  :param _ExpireFlag: 过期标识
2069
- 注意:此字段可能返回 null,表示取不到有效值。
2070
2050
  :type ExpireFlag: bool
2071
2051
  :param _Status: 数据库状态
2072
- 注意:此字段可能返回 null,表示取不到有效值。
2073
2052
  :type Status: int
2074
2053
  :param _IsAutoRenew: 续费标识
2075
- 注意:此字段可能返回 null,表示取不到有效值。
2076
2054
  :type IsAutoRenew: int
2077
2055
  :param _SerialNo: 数据库字符串
2078
- 注意:此字段可能返回 null,表示取不到有效值。
2079
2056
  :type SerialNo: str
2080
2057
  :param _ZoneId: ZoneId
2081
- 注意:此字段可能返回 null,表示取不到有效值。
2082
2058
  :type ZoneId: int
2083
2059
  :param _RegionId: RegionId
2084
- 注意:此字段可能返回 null,表示取不到有效值。
2085
2060
  :type RegionId: int
2086
2061
  """
2087
2062
  self._InstanceName = None
@@ -2103,7 +2078,6 @@ class CdbInfo(AbstractModel):
2103
2078
  @property
2104
2079
  def InstanceName(self):
2105
2080
  """数据库实例
2106
- 注意:此字段可能返回 null,表示取不到有效值。
2107
2081
  :rtype: str
2108
2082
  """
2109
2083
  return self._InstanceName
@@ -2115,7 +2089,6 @@ class CdbInfo(AbstractModel):
2115
2089
  @property
2116
2090
  def Ip(self):
2117
2091
  """数据库IP
2118
- 注意:此字段可能返回 null,表示取不到有效值。
2119
2092
  :rtype: str
2120
2093
  """
2121
2094
  return self._Ip
@@ -2127,7 +2100,6 @@ class CdbInfo(AbstractModel):
2127
2100
  @property
2128
2101
  def Port(self):
2129
2102
  """数据库端口
2130
- 注意:此字段可能返回 null,表示取不到有效值。
2131
2103
  :rtype: int
2132
2104
  """
2133
2105
  return self._Port
@@ -2139,7 +2111,6 @@ class CdbInfo(AbstractModel):
2139
2111
  @property
2140
2112
  def MemSize(self):
2141
2113
  """数据库内存规格
2142
- 注意:此字段可能返回 null,表示取不到有效值。
2143
2114
  :rtype: int
2144
2115
  """
2145
2116
  return self._MemSize
@@ -2151,7 +2122,6 @@ class CdbInfo(AbstractModel):
2151
2122
  @property
2152
2123
  def Volume(self):
2153
2124
  """数据库磁盘规格
2154
- 注意:此字段可能返回 null,表示取不到有效值。
2155
2125
  :rtype: int
2156
2126
  """
2157
2127
  return self._Volume
@@ -2163,7 +2133,6 @@ class CdbInfo(AbstractModel):
2163
2133
  @property
2164
2134
  def Service(self):
2165
2135
  """服务标识
2166
- 注意:此字段可能返回 null,表示取不到有效值。
2167
2136
  :rtype: str
2168
2137
  """
2169
2138
  return self._Service
@@ -2175,7 +2144,6 @@ class CdbInfo(AbstractModel):
2175
2144
  @property
2176
2145
  def ExpireTime(self):
2177
2146
  """过期时间
2178
- 注意:此字段可能返回 null,表示取不到有效值。
2179
2147
  :rtype: str
2180
2148
  """
2181
2149
  return self._ExpireTime
@@ -2187,7 +2155,6 @@ class CdbInfo(AbstractModel):
2187
2155
  @property
2188
2156
  def ApplyTime(self):
2189
2157
  """申请时间
2190
- 注意:此字段可能返回 null,表示取不到有效值。
2191
2158
  :rtype: str
2192
2159
  """
2193
2160
  return self._ApplyTime
@@ -2199,7 +2166,6 @@ class CdbInfo(AbstractModel):
2199
2166
  @property
2200
2167
  def PayType(self):
2201
2168
  """付费类型
2202
- 注意:此字段可能返回 null,表示取不到有效值。
2203
2169
  :rtype: int
2204
2170
  """
2205
2171
  return self._PayType
@@ -2211,7 +2177,6 @@ class CdbInfo(AbstractModel):
2211
2177
  @property
2212
2178
  def ExpireFlag(self):
2213
2179
  """过期标识
2214
- 注意:此字段可能返回 null,表示取不到有效值。
2215
2180
  :rtype: bool
2216
2181
  """
2217
2182
  return self._ExpireFlag
@@ -2223,7 +2188,6 @@ class CdbInfo(AbstractModel):
2223
2188
  @property
2224
2189
  def Status(self):
2225
2190
  """数据库状态
2226
- 注意:此字段可能返回 null,表示取不到有效值。
2227
2191
  :rtype: int
2228
2192
  """
2229
2193
  return self._Status
@@ -2235,7 +2199,6 @@ class CdbInfo(AbstractModel):
2235
2199
  @property
2236
2200
  def IsAutoRenew(self):
2237
2201
  """续费标识
2238
- 注意:此字段可能返回 null,表示取不到有效值。
2239
2202
  :rtype: int
2240
2203
  """
2241
2204
  return self._IsAutoRenew
@@ -2247,7 +2210,6 @@ class CdbInfo(AbstractModel):
2247
2210
  @property
2248
2211
  def SerialNo(self):
2249
2212
  """数据库字符串
2250
- 注意:此字段可能返回 null,表示取不到有效值。
2251
2213
  :rtype: str
2252
2214
  """
2253
2215
  return self._SerialNo
@@ -2259,7 +2221,6 @@ class CdbInfo(AbstractModel):
2259
2221
  @property
2260
2222
  def ZoneId(self):
2261
2223
  """ZoneId
2262
- 注意:此字段可能返回 null,表示取不到有效值。
2263
2224
  :rtype: int
2264
2225
  """
2265
2226
  return self._ZoneId
@@ -2271,7 +2232,6 @@ class CdbInfo(AbstractModel):
2271
2232
  @property
2272
2233
  def RegionId(self):
2273
2234
  """RegionId
2274
- 注意:此字段可能返回 null,表示取不到有效值。
2275
2235
  :rtype: int
2276
2236
  """
2277
2237
  return self._RegionId
@@ -2323,7 +2283,6 @@ class CloudResource(AbstractModel):
2323
2283
  :param _LimitMemory: 内存请求数量最大值
2324
2284
  :type LimitMemory: int
2325
2285
  :param _Service: 服务名称,如HIVE
2326
- 注意:此字段可能返回 null,表示取不到有效值。
2327
2286
  :type Service: str
2328
2287
  :param _VolumeDir: 数据卷目录设置
2329
2288
  注意:此字段可能返回 null,表示取不到有效值。
@@ -2395,7 +2354,6 @@ class CloudResource(AbstractModel):
2395
2354
  @property
2396
2355
  def Service(self):
2397
2356
  """服务名称,如HIVE
2398
- 注意:此字段可能返回 null,表示取不到有效值。
2399
2357
  :rtype: str
2400
2358
  """
2401
2359
  return self._Service
@@ -2624,37 +2582,27 @@ class ClusterInstancesInfo(AbstractModel):
2624
2582
  def __init__(self):
2625
2583
  r"""
2626
2584
  :param _Id: ID号
2627
- 注意:此字段可能返回 null,表示取不到有效值。
2628
2585
  :type Id: int
2629
2586
  :param _ClusterId: 集群ID
2630
- 注意:此字段可能返回 null,表示取不到有效值。
2631
2587
  :type ClusterId: str
2632
2588
  :param _Ftitle: 标题
2633
2589
  注意:此字段可能返回 null,表示取不到有效值。
2634
2590
  :type Ftitle: str
2635
2591
  :param _ClusterName: 集群名
2636
- 注意:此字段可能返回 null,表示取不到有效值。
2637
2592
  :type ClusterName: str
2638
2593
  :param _RegionId: 地域ID
2639
- 注意:此字段可能返回 null,表示取不到有效值。
2640
2594
  :type RegionId: int
2641
2595
  :param _ZoneId: 地区ID
2642
- 注意:此字段可能返回 null,表示取不到有效值。
2643
2596
  :type ZoneId: int
2644
2597
  :param _AppId: 用户APPID
2645
- 注意:此字段可能返回 null,表示取不到有效值。
2646
2598
  :type AppId: int
2647
2599
  :param _Uin: 用户UIN
2648
- 注意:此字段可能返回 null,表示取不到有效值。
2649
2600
  :type Uin: str
2650
2601
  :param _ProjectId: 项目Id
2651
- 注意:此字段可能返回 null,表示取不到有效值。
2652
2602
  :type ProjectId: int
2653
2603
  :param _VpcId: 集群VPCID
2654
- 注意:此字段可能返回 null,表示取不到有效值。
2655
2604
  :type VpcId: int
2656
2605
  :param _SubnetId: 子网ID
2657
- 注意:此字段可能返回 null,表示取不到有效值。
2658
2606
  :type SubnetId: int
2659
2607
  :param _Status: 实例的状态码。取值范围:
2660
2608
  <li>2:表示集群运行中。</li>
@@ -2684,107 +2632,81 @@ class ClusterInstancesInfo(AbstractModel):
2684
2632
  <li>34:表示集群已退费。</li>
2685
2633
  <li>301:表示创建失败。</li>
2686
2634
  <li>302:表示扩容失败。</li>
2687
- 注意:此字段可能返回 null,表示取不到有效值。
2688
2635
  :type Status: int
2689
2636
  :param _AddTime: 添加时间
2690
- 注意:此字段可能返回 null,表示取不到有效值。
2691
2637
  :type AddTime: str
2692
2638
  :param _RunTime: 已经运行时间
2693
- 注意:此字段可能返回 null,表示取不到有效值。
2694
2639
  :type RunTime: str
2695
2640
  :param _Config: 集群产品配置信息
2696
2641
  注意:此字段可能返回 null,表示取不到有效值。
2697
2642
  :type Config: :class:`tencentcloud.emr.v20190103.models.EmrProductConfigOutter`
2698
2643
  :param _MasterIp: 主节点外网IP
2699
- 注意:此字段可能返回 null,表示取不到有效值。
2700
2644
  :type MasterIp: str
2701
2645
  :param _EmrVersion: EMR版本
2702
- 注意:此字段可能返回 null,表示取不到有效值。
2703
2646
  :type EmrVersion: str
2704
2647
  :param _ChargeType: 收费类型
2705
- 注意:此字段可能返回 null,表示取不到有效值。
2706
2648
  :type ChargeType: int
2707
2649
  :param _TradeVersion: 交易版本
2708
- 注意:此字段可能返回 null,表示取不到有效值。
2709
2650
  :type TradeVersion: int
2710
2651
  :param _ResourceOrderId: 资源订单ID
2711
- 注意:此字段可能返回 null,表示取不到有效值。
2712
2652
  :type ResourceOrderId: int
2713
2653
  :param _IsTradeCluster: 是否计费集群
2714
- 注意:此字段可能返回 null,表示取不到有效值。
2715
2654
  :type IsTradeCluster: int
2716
2655
  :param _AlarmInfo: 集群错误状态告警信息
2717
- 注意:此字段可能返回 null,表示取不到有效值。
2718
2656
  :type AlarmInfo: str
2719
2657
  :param _IsWoodpeckerCluster: 是否采用新架构
2720
- 注意:此字段可能返回 null,表示取不到有效值。
2721
2658
  :type IsWoodpeckerCluster: int
2722
2659
  :param _MetaDb: 元数据库信息
2723
- 注意:此字段可能返回 null,表示取不到有效值。
2724
2660
  :type MetaDb: str
2725
2661
  :param _Tags: 标签信息
2726
2662
  注意:此字段可能返回 null,表示取不到有效值。
2727
2663
  :type Tags: list of Tag
2728
2664
  :param _HiveMetaDb: Hive元数据信息
2729
- 注意:此字段可能返回 null,表示取不到有效值。
2730
2665
  :type HiveMetaDb: str
2731
2666
  :param _ServiceClass: 集群类型:EMR,CLICKHOUSE,DRUID
2732
- 注意:此字段可能返回 null,表示取不到有效值。
2733
2667
  :type ServiceClass: str
2734
2668
  :param _AliasInfo: 集群所有节点的别名序列化
2735
- 注意:此字段可能返回 null,表示取不到有效值。
2736
2669
  :type AliasInfo: str
2737
2670
  :param _ProductId: 集群版本Id
2738
- 注意:此字段可能返回 null,表示取不到有效值。
2739
2671
  :type ProductId: int
2740
2672
  :param _Zone: 地区ID
2741
- 注意:此字段可能返回 null,表示取不到有效值。
2742
2673
  :type Zone: str
2743
2674
  :param _SceneName: 场景名称
2744
- 注意:此字段可能返回 null,表示取不到有效值。
2745
2675
  :type SceneName: str
2746
2676
  :param _SceneServiceClass: 场景化集群类型
2747
- 注意:此字段可能返回 null,表示取不到有效值。
2748
2677
  :type SceneServiceClass: str
2749
2678
  :param _SceneEmrVersion: 场景化EMR版本
2750
- 注意:此字段可能返回 null,表示取不到有效值。
2751
2679
  :type SceneEmrVersion: str
2752
2680
  :param _DisplayName: 场景化集群类型
2753
- 注意:此字段可能返回 null,表示取不到有效值。
2754
2681
  :type DisplayName: str
2755
2682
  :param _VpcName: vpc name
2756
- 注意:此字段可能返回 null,表示取不到有效值。
2757
2683
  :type VpcName: str
2758
2684
  :param _SubnetName: subnet name
2759
- 注意:此字段可能返回 null,表示取不到有效值。
2760
2685
  :type SubnetName: str
2761
2686
  :param _ClusterExternalServiceInfo: 集群依赖关系
2762
2687
  注意:此字段可能返回 null,表示取不到有效值。
2763
2688
  :type ClusterExternalServiceInfo: list of ClusterExternalServiceInfo
2764
2689
  :param _UniqVpcId: 集群vpcid 字符串类型
2765
- 注意:此字段可能返回 null,表示取不到有效值。
2766
2690
  :type UniqVpcId: str
2767
2691
  :param _UniqSubnetId: 子网id 字符串类型
2768
- 注意:此字段可能返回 null,表示取不到有效值。
2769
2692
  :type UniqSubnetId: str
2770
2693
  :param _TopologyInfoList: 节点信息
2771
2694
  注意:此字段可能返回 null,表示取不到有效值。
2772
2695
  :type TopologyInfoList: list of TopologyInfo
2773
2696
  :param _IsMultiZoneCluster: 是否是跨AZ集群
2774
- 注意:此字段可能返回 null,表示取不到有效值。
2775
2697
  :type IsMultiZoneCluster: bool
2776
2698
  :param _IsCvmReplace: 是否开通异常节点自动补偿
2777
- 注意:此字段可能返回 null,表示取不到有效值。
2778
2699
  :type IsCvmReplace: bool
2779
2700
  :param _ClusterTitle: 标题
2780
- 注意:此字段可能返回 null,表示取不到有效值。
2781
2701
  :type ClusterTitle: str
2782
2702
  :param _ConfigDetail: 集群产品配置信息
2783
2703
  注意:此字段可能返回 null,表示取不到有效值。
2784
2704
  :type ConfigDetail: :class:`tencentcloud.emr.v20190103.models.EmrProductConfigDetail`
2785
2705
  :param _BindFileSystemNum: 集群绑定的文件系统数
2786
- 注意:此字段可能返回 null,表示取不到有效值。
2787
2706
  :type BindFileSystemNum: int
2707
+ :param _ClusterRelationInfoList: rss集群的绑定列表
2708
+ 注意:此字段可能返回 null,表示取不到有效值。
2709
+ :type ClusterRelationInfoList: list of ClusterRelationMeta
2788
2710
  """
2789
2711
  self._Id = None
2790
2712
  self._ClusterId = None
@@ -2831,11 +2753,11 @@ class ClusterInstancesInfo(AbstractModel):
2831
2753
  self._ClusterTitle = None
2832
2754
  self._ConfigDetail = None
2833
2755
  self._BindFileSystemNum = None
2756
+ self._ClusterRelationInfoList = None
2834
2757
 
2835
2758
  @property
2836
2759
  def Id(self):
2837
2760
  """ID号
2838
- 注意:此字段可能返回 null,表示取不到有效值。
2839
2761
  :rtype: int
2840
2762
  """
2841
2763
  return self._Id
@@ -2847,7 +2769,6 @@ class ClusterInstancesInfo(AbstractModel):
2847
2769
  @property
2848
2770
  def ClusterId(self):
2849
2771
  """集群ID
2850
- 注意:此字段可能返回 null,表示取不到有效值。
2851
2772
  :rtype: str
2852
2773
  """
2853
2774
  return self._ClusterId
@@ -2875,7 +2796,6 @@ class ClusterInstancesInfo(AbstractModel):
2875
2796
  @property
2876
2797
  def ClusterName(self):
2877
2798
  """集群名
2878
- 注意:此字段可能返回 null,表示取不到有效值。
2879
2799
  :rtype: str
2880
2800
  """
2881
2801
  return self._ClusterName
@@ -2887,7 +2807,6 @@ class ClusterInstancesInfo(AbstractModel):
2887
2807
  @property
2888
2808
  def RegionId(self):
2889
2809
  """地域ID
2890
- 注意:此字段可能返回 null,表示取不到有效值。
2891
2810
  :rtype: int
2892
2811
  """
2893
2812
  return self._RegionId
@@ -2899,7 +2818,6 @@ class ClusterInstancesInfo(AbstractModel):
2899
2818
  @property
2900
2819
  def ZoneId(self):
2901
2820
  """地区ID
2902
- 注意:此字段可能返回 null,表示取不到有效值。
2903
2821
  :rtype: int
2904
2822
  """
2905
2823
  return self._ZoneId
@@ -2911,7 +2829,6 @@ class ClusterInstancesInfo(AbstractModel):
2911
2829
  @property
2912
2830
  def AppId(self):
2913
2831
  """用户APPID
2914
- 注意:此字段可能返回 null,表示取不到有效值。
2915
2832
  :rtype: int
2916
2833
  """
2917
2834
  return self._AppId
@@ -2923,7 +2840,6 @@ class ClusterInstancesInfo(AbstractModel):
2923
2840
  @property
2924
2841
  def Uin(self):
2925
2842
  """用户UIN
2926
- 注意:此字段可能返回 null,表示取不到有效值。
2927
2843
  :rtype: str
2928
2844
  """
2929
2845
  return self._Uin
@@ -2935,7 +2851,6 @@ class ClusterInstancesInfo(AbstractModel):
2935
2851
  @property
2936
2852
  def ProjectId(self):
2937
2853
  """项目Id
2938
- 注意:此字段可能返回 null,表示取不到有效值。
2939
2854
  :rtype: int
2940
2855
  """
2941
2856
  return self._ProjectId
@@ -2947,7 +2862,6 @@ class ClusterInstancesInfo(AbstractModel):
2947
2862
  @property
2948
2863
  def VpcId(self):
2949
2864
  """集群VPCID
2950
- 注意:此字段可能返回 null,表示取不到有效值。
2951
2865
  :rtype: int
2952
2866
  """
2953
2867
  return self._VpcId
@@ -2959,7 +2873,6 @@ class ClusterInstancesInfo(AbstractModel):
2959
2873
  @property
2960
2874
  def SubnetId(self):
2961
2875
  """子网ID
2962
- 注意:此字段可能返回 null,表示取不到有效值。
2963
2876
  :rtype: int
2964
2877
  """
2965
2878
  return self._SubnetId
@@ -2998,7 +2911,6 @@ class ClusterInstancesInfo(AbstractModel):
2998
2911
  <li>34:表示集群已退费。</li>
2999
2912
  <li>301:表示创建失败。</li>
3000
2913
  <li>302:表示扩容失败。</li>
3001
- 注意:此字段可能返回 null,表示取不到有效值。
3002
2914
  :rtype: int
3003
2915
  """
3004
2916
  return self._Status
@@ -3010,7 +2922,6 @@ class ClusterInstancesInfo(AbstractModel):
3010
2922
  @property
3011
2923
  def AddTime(self):
3012
2924
  """添加时间
3013
- 注意:此字段可能返回 null,表示取不到有效值。
3014
2925
  :rtype: str
3015
2926
  """
3016
2927
  return self._AddTime
@@ -3022,7 +2933,6 @@ class ClusterInstancesInfo(AbstractModel):
3022
2933
  @property
3023
2934
  def RunTime(self):
3024
2935
  """已经运行时间
3025
- 注意:此字段可能返回 null,表示取不到有效值。
3026
2936
  :rtype: str
3027
2937
  """
3028
2938
  return self._RunTime
@@ -3050,7 +2960,6 @@ class ClusterInstancesInfo(AbstractModel):
3050
2960
  @property
3051
2961
  def MasterIp(self):
3052
2962
  """主节点外网IP
3053
- 注意:此字段可能返回 null,表示取不到有效值。
3054
2963
  :rtype: str
3055
2964
  """
3056
2965
  return self._MasterIp
@@ -3062,7 +2971,6 @@ class ClusterInstancesInfo(AbstractModel):
3062
2971
  @property
3063
2972
  def EmrVersion(self):
3064
2973
  """EMR版本
3065
- 注意:此字段可能返回 null,表示取不到有效值。
3066
2974
  :rtype: str
3067
2975
  """
3068
2976
  return self._EmrVersion
@@ -3074,7 +2982,6 @@ class ClusterInstancesInfo(AbstractModel):
3074
2982
  @property
3075
2983
  def ChargeType(self):
3076
2984
  """收费类型
3077
- 注意:此字段可能返回 null,表示取不到有效值。
3078
2985
  :rtype: int
3079
2986
  """
3080
2987
  return self._ChargeType
@@ -3086,7 +2993,6 @@ class ClusterInstancesInfo(AbstractModel):
3086
2993
  @property
3087
2994
  def TradeVersion(self):
3088
2995
  """交易版本
3089
- 注意:此字段可能返回 null,表示取不到有效值。
3090
2996
  :rtype: int
3091
2997
  """
3092
2998
  return self._TradeVersion
@@ -3098,7 +3004,6 @@ class ClusterInstancesInfo(AbstractModel):
3098
3004
  @property
3099
3005
  def ResourceOrderId(self):
3100
3006
  """资源订单ID
3101
- 注意:此字段可能返回 null,表示取不到有效值。
3102
3007
  :rtype: int
3103
3008
  """
3104
3009
  return self._ResourceOrderId
@@ -3110,7 +3015,6 @@ class ClusterInstancesInfo(AbstractModel):
3110
3015
  @property
3111
3016
  def IsTradeCluster(self):
3112
3017
  """是否计费集群
3113
- 注意:此字段可能返回 null,表示取不到有效值。
3114
3018
  :rtype: int
3115
3019
  """
3116
3020
  return self._IsTradeCluster
@@ -3122,7 +3026,6 @@ class ClusterInstancesInfo(AbstractModel):
3122
3026
  @property
3123
3027
  def AlarmInfo(self):
3124
3028
  """集群错误状态告警信息
3125
- 注意:此字段可能返回 null,表示取不到有效值。
3126
3029
  :rtype: str
3127
3030
  """
3128
3031
  return self._AlarmInfo
@@ -3134,7 +3037,6 @@ class ClusterInstancesInfo(AbstractModel):
3134
3037
  @property
3135
3038
  def IsWoodpeckerCluster(self):
3136
3039
  """是否采用新架构
3137
- 注意:此字段可能返回 null,表示取不到有效值。
3138
3040
  :rtype: int
3139
3041
  """
3140
3042
  return self._IsWoodpeckerCluster
@@ -3146,7 +3048,6 @@ class ClusterInstancesInfo(AbstractModel):
3146
3048
  @property
3147
3049
  def MetaDb(self):
3148
3050
  """元数据库信息
3149
- 注意:此字段可能返回 null,表示取不到有效值。
3150
3051
  :rtype: str
3151
3052
  """
3152
3053
  return self._MetaDb
@@ -3170,7 +3071,6 @@ class ClusterInstancesInfo(AbstractModel):
3170
3071
  @property
3171
3072
  def HiveMetaDb(self):
3172
3073
  """Hive元数据信息
3173
- 注意:此字段可能返回 null,表示取不到有效值。
3174
3074
  :rtype: str
3175
3075
  """
3176
3076
  return self._HiveMetaDb
@@ -3182,7 +3082,6 @@ class ClusterInstancesInfo(AbstractModel):
3182
3082
  @property
3183
3083
  def ServiceClass(self):
3184
3084
  """集群类型:EMR,CLICKHOUSE,DRUID
3185
- 注意:此字段可能返回 null,表示取不到有效值。
3186
3085
  :rtype: str
3187
3086
  """
3188
3087
  return self._ServiceClass
@@ -3194,7 +3093,6 @@ class ClusterInstancesInfo(AbstractModel):
3194
3093
  @property
3195
3094
  def AliasInfo(self):
3196
3095
  """集群所有节点的别名序列化
3197
- 注意:此字段可能返回 null,表示取不到有效值。
3198
3096
  :rtype: str
3199
3097
  """
3200
3098
  return self._AliasInfo
@@ -3206,7 +3104,6 @@ class ClusterInstancesInfo(AbstractModel):
3206
3104
  @property
3207
3105
  def ProductId(self):
3208
3106
  """集群版本Id
3209
- 注意:此字段可能返回 null,表示取不到有效值。
3210
3107
  :rtype: int
3211
3108
  """
3212
3109
  return self._ProductId
@@ -3218,7 +3115,6 @@ class ClusterInstancesInfo(AbstractModel):
3218
3115
  @property
3219
3116
  def Zone(self):
3220
3117
  """地区ID
3221
- 注意:此字段可能返回 null,表示取不到有效值。
3222
3118
  :rtype: str
3223
3119
  """
3224
3120
  return self._Zone
@@ -3230,7 +3126,6 @@ class ClusterInstancesInfo(AbstractModel):
3230
3126
  @property
3231
3127
  def SceneName(self):
3232
3128
  """场景名称
3233
- 注意:此字段可能返回 null,表示取不到有效值。
3234
3129
  :rtype: str
3235
3130
  """
3236
3131
  return self._SceneName
@@ -3242,7 +3137,6 @@ class ClusterInstancesInfo(AbstractModel):
3242
3137
  @property
3243
3138
  def SceneServiceClass(self):
3244
3139
  """场景化集群类型
3245
- 注意:此字段可能返回 null,表示取不到有效值。
3246
3140
  :rtype: str
3247
3141
  """
3248
3142
  return self._SceneServiceClass
@@ -3254,7 +3148,6 @@ class ClusterInstancesInfo(AbstractModel):
3254
3148
  @property
3255
3149
  def SceneEmrVersion(self):
3256
3150
  """场景化EMR版本
3257
- 注意:此字段可能返回 null,表示取不到有效值。
3258
3151
  :rtype: str
3259
3152
  """
3260
3153
  return self._SceneEmrVersion
@@ -3266,7 +3159,6 @@ class ClusterInstancesInfo(AbstractModel):
3266
3159
  @property
3267
3160
  def DisplayName(self):
3268
3161
  """场景化集群类型
3269
- 注意:此字段可能返回 null,表示取不到有效值。
3270
3162
  :rtype: str
3271
3163
  """
3272
3164
  return self._DisplayName
@@ -3278,7 +3170,6 @@ class ClusterInstancesInfo(AbstractModel):
3278
3170
  @property
3279
3171
  def VpcName(self):
3280
3172
  """vpc name
3281
- 注意:此字段可能返回 null,表示取不到有效值。
3282
3173
  :rtype: str
3283
3174
  """
3284
3175
  return self._VpcName
@@ -3290,7 +3181,6 @@ class ClusterInstancesInfo(AbstractModel):
3290
3181
  @property
3291
3182
  def SubnetName(self):
3292
3183
  """subnet name
3293
- 注意:此字段可能返回 null,表示取不到有效值。
3294
3184
  :rtype: str
3295
3185
  """
3296
3186
  return self._SubnetName
@@ -3314,7 +3204,6 @@ class ClusterInstancesInfo(AbstractModel):
3314
3204
  @property
3315
3205
  def UniqVpcId(self):
3316
3206
  """集群vpcid 字符串类型
3317
- 注意:此字段可能返回 null,表示取不到有效值。
3318
3207
  :rtype: str
3319
3208
  """
3320
3209
  return self._UniqVpcId
@@ -3326,7 +3215,6 @@ class ClusterInstancesInfo(AbstractModel):
3326
3215
  @property
3327
3216
  def UniqSubnetId(self):
3328
3217
  """子网id 字符串类型
3329
- 注意:此字段可能返回 null,表示取不到有效值。
3330
3218
  :rtype: str
3331
3219
  """
3332
3220
  return self._UniqSubnetId
@@ -3350,7 +3238,6 @@ class ClusterInstancesInfo(AbstractModel):
3350
3238
  @property
3351
3239
  def IsMultiZoneCluster(self):
3352
3240
  """是否是跨AZ集群
3353
- 注意:此字段可能返回 null,表示取不到有效值。
3354
3241
  :rtype: bool
3355
3242
  """
3356
3243
  return self._IsMultiZoneCluster
@@ -3362,7 +3249,6 @@ class ClusterInstancesInfo(AbstractModel):
3362
3249
  @property
3363
3250
  def IsCvmReplace(self):
3364
3251
  """是否开通异常节点自动补偿
3365
- 注意:此字段可能返回 null,表示取不到有效值。
3366
3252
  :rtype: bool
3367
3253
  """
3368
3254
  return self._IsCvmReplace
@@ -3374,7 +3260,6 @@ class ClusterInstancesInfo(AbstractModel):
3374
3260
  @property
3375
3261
  def ClusterTitle(self):
3376
3262
  """标题
3377
- 注意:此字段可能返回 null,表示取不到有效值。
3378
3263
  :rtype: str
3379
3264
  """
3380
3265
  return self._ClusterTitle
@@ -3398,7 +3283,6 @@ class ClusterInstancesInfo(AbstractModel):
3398
3283
  @property
3399
3284
  def BindFileSystemNum(self):
3400
3285
  """集群绑定的文件系统数
3401
- 注意:此字段可能返回 null,表示取不到有效值。
3402
3286
  :rtype: int
3403
3287
  """
3404
3288
  return self._BindFileSystemNum
@@ -3407,6 +3291,18 @@ class ClusterInstancesInfo(AbstractModel):
3407
3291
  def BindFileSystemNum(self, BindFileSystemNum):
3408
3292
  self._BindFileSystemNum = BindFileSystemNum
3409
3293
 
3294
+ @property
3295
+ def ClusterRelationInfoList(self):
3296
+ """rss集群的绑定列表
3297
+ 注意:此字段可能返回 null,表示取不到有效值。
3298
+ :rtype: list of ClusterRelationMeta
3299
+ """
3300
+ return self._ClusterRelationInfoList
3301
+
3302
+ @ClusterRelationInfoList.setter
3303
+ def ClusterRelationInfoList(self, ClusterRelationInfoList):
3304
+ self._ClusterRelationInfoList = ClusterRelationInfoList
3305
+
3410
3306
 
3411
3307
  def _deserialize(self, params):
3412
3308
  self._Id = params.get("Id")
@@ -3473,6 +3369,67 @@ class ClusterInstancesInfo(AbstractModel):
3473
3369
  self._ConfigDetail = EmrProductConfigDetail()
3474
3370
  self._ConfigDetail._deserialize(params.get("ConfigDetail"))
3475
3371
  self._BindFileSystemNum = params.get("BindFileSystemNum")
3372
+ if params.get("ClusterRelationInfoList") is not None:
3373
+ self._ClusterRelationInfoList = []
3374
+ for item in params.get("ClusterRelationInfoList"):
3375
+ obj = ClusterRelationMeta()
3376
+ obj._deserialize(item)
3377
+ self._ClusterRelationInfoList.append(obj)
3378
+ memeber_set = set(params.keys())
3379
+ for name, value in vars(self).items():
3380
+ property_name = name[1:]
3381
+ if property_name in memeber_set:
3382
+ memeber_set.remove(property_name)
3383
+ if len(memeber_set) > 0:
3384
+ warnings.warn("%s fileds are useless." % ",".join(memeber_set))
3385
+
3386
+
3387
+
3388
+ class ClusterRelationMeta(AbstractModel):
3389
+ """集群间绑定使用信息
3390
+
3391
+ """
3392
+
3393
+ def __init__(self):
3394
+ r"""
3395
+ :param _ClusterType: 集群类型
3396
+ 注意:此字段可能返回 null,表示取不到有效值。
3397
+ :type ClusterType: str
3398
+ :param _ClusterIdList: 集群id列表
3399
+ 注意:此字段可能返回 null,表示取不到有效值。
3400
+ :type ClusterIdList: list of str
3401
+ """
3402
+ self._ClusterType = None
3403
+ self._ClusterIdList = None
3404
+
3405
+ @property
3406
+ def ClusterType(self):
3407
+ """集群类型
3408
+ 注意:此字段可能返回 null,表示取不到有效值。
3409
+ :rtype: str
3410
+ """
3411
+ return self._ClusterType
3412
+
3413
+ @ClusterType.setter
3414
+ def ClusterType(self, ClusterType):
3415
+ self._ClusterType = ClusterType
3416
+
3417
+ @property
3418
+ def ClusterIdList(self):
3419
+ """集群id列表
3420
+ 注意:此字段可能返回 null,表示取不到有效值。
3421
+ :rtype: list of str
3422
+ """
3423
+ return self._ClusterIdList
3424
+
3425
+ @ClusterIdList.setter
3426
+ def ClusterIdList(self, ClusterIdList):
3427
+ self._ClusterIdList = ClusterIdList
3428
+
3429
+
3430
+ def _deserialize(self, params):
3431
+ self._ClusterType = params.get("ClusterType")
3432
+ self._ClusterIdList = params.get("ClusterIdList")
3476
3433
  memeber_set = set(params.keys())
3477
3434
  for name, value in vars(self).items():
3478
3435
  property_name = name[1:]
@@ -6774,7 +6731,6 @@ class DescribeAutoScaleGroupGlobalConfResponse(AbstractModel):
6774
6731
  注意:此字段可能返回 null,表示取不到有效值。
6775
6732
  :type GroupGlobalConfs: list of GroupGlobalConfs
6776
6733
  :param _TotalCount: 总数
6777
- 注意:此字段可能返回 null,表示取不到有效值。
6778
6734
  :type TotalCount: int
6779
6735
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
6780
6736
  :type RequestId: str
@@ -6798,7 +6754,6 @@ class DescribeAutoScaleGroupGlobalConfResponse(AbstractModel):
6798
6754
  @property
6799
6755
  def TotalCount(self):
6800
6756
  """总数
6801
- 注意:此字段可能返回 null,表示取不到有效值。
6802
6757
  :rtype: int
6803
6758
  """
6804
6759
  return self._TotalCount
@@ -6839,7 +6794,11 @@ class DescribeAutoScaleRecordsRequest(AbstractModel):
6839
6794
  r"""
6840
6795
  :param _InstanceId: 实例ID。
6841
6796
  :type InstanceId: str
6842
- :param _Filters: 记录过滤参数,目前仅能为“StartTime”,“EndTime”和“StrategyName”。StartTime和EndTime支持2006-01-02 15:04:05 或者2006/01/02 15:04:05的时间格式
6797
+ :param _Filters: 记录过滤参数,目前仅能为“StartTime”,“EndTime”和“StrategyName”、ActionStatus、ScaleAction。
6798
+ StartTime和EndTime支持2006-01-02 15:04:05 或者2006/01/02 15:04:05的时间格式
6799
+ ActionStatus:0:INITED,1:SUCCESS, 2:FAILED,3:LIMITED_SUCCESSED,4:IN_PROCESS,5:IN_RETRY
6800
+ ScaleAction:1:扩容 2:缩容
6801
+
6843
6802
  :type Filters: list of KeyValue
6844
6803
  :param _Offset: 分页参数。
6845
6804
  :type Offset: int
@@ -6847,12 +6806,15 @@ class DescribeAutoScaleRecordsRequest(AbstractModel):
6847
6806
  :type Limit: int
6848
6807
  :param _RecordSource: 表示是自动(0)还是托管伸缩(1)
6849
6808
  :type RecordSource: int
6809
+ :param _Asc: 是否升序,1:升序,0:降序
6810
+ :type Asc: int
6850
6811
  """
6851
6812
  self._InstanceId = None
6852
6813
  self._Filters = None
6853
6814
  self._Offset = None
6854
6815
  self._Limit = None
6855
6816
  self._RecordSource = None
6817
+ self._Asc = None
6856
6818
 
6857
6819
  @property
6858
6820
  def InstanceId(self):
@@ -6867,7 +6829,11 @@ class DescribeAutoScaleRecordsRequest(AbstractModel):
6867
6829
 
6868
6830
  @property
6869
6831
  def Filters(self):
6870
- """记录过滤参数,目前仅能为“StartTime”,“EndTime”和“StrategyName”。StartTime和EndTime支持2006-01-02 15:04:05 或者2006/01/02 15:04:05的时间格式
6832
+ """记录过滤参数,目前仅能为“StartTime”,“EndTime”和“StrategyName”、ActionStatus、ScaleAction。
6833
+ StartTime和EndTime支持2006-01-02 15:04:05 或者2006/01/02 15:04:05的时间格式
6834
+ ActionStatus:0:INITED,1:SUCCESS, 2:FAILED,3:LIMITED_SUCCESSED,4:IN_PROCESS,5:IN_RETRY
6835
+ ScaleAction:1:扩容 2:缩容
6836
+
6871
6837
  :rtype: list of KeyValue
6872
6838
  """
6873
6839
  return self._Filters
@@ -6909,6 +6875,17 @@ class DescribeAutoScaleRecordsRequest(AbstractModel):
6909
6875
  def RecordSource(self, RecordSource):
6910
6876
  self._RecordSource = RecordSource
6911
6877
 
6878
+ @property
6879
+ def Asc(self):
6880
+ """是否升序,1:升序,0:降序
6881
+ :rtype: int
6882
+ """
6883
+ return self._Asc
6884
+
6885
+ @Asc.setter
6886
+ def Asc(self, Asc):
6887
+ self._Asc = Asc
6888
+
6912
6889
 
6913
6890
  def _deserialize(self, params):
6914
6891
  self._InstanceId = params.get("InstanceId")
@@ -6921,6 +6898,7 @@ class DescribeAutoScaleRecordsRequest(AbstractModel):
6921
6898
  self._Offset = params.get("Offset")
6922
6899
  self._Limit = params.get("Limit")
6923
6900
  self._RecordSource = params.get("RecordSource")
6901
+ self._Asc = params.get("Asc")
6924
6902
  memeber_set = set(params.keys())
6925
6903
  for name, value in vars(self).items():
6926
6904
  property_name = name[1:]
@@ -7201,11 +7179,9 @@ class DescribeClusterFlowStatusDetailResponse(AbstractModel):
7201
7179
  注意:此字段可能返回 null,表示取不到有效值。
7202
7180
  :type FlowDesc: list of FlowParamsDesc
7203
7181
  :param _FlowName: 任务名称
7204
- 注意:此字段可能返回 null,表示取不到有效值。
7205
7182
  :type FlowName: str
7206
7183
  :param _FlowTotalProgress: 总任务流程进度:
7207
7184
  例如:0.8
7208
- 注意:此字段可能返回 null,表示取不到有效值。
7209
7185
  :type FlowTotalProgress: float
7210
7186
  :param _FlowTotalStatus: 定义流程总状态:
7211
7187
  0:初始化,
@@ -7214,7 +7190,6 @@ class DescribeClusterFlowStatusDetailResponse(AbstractModel):
7214
7190
  3:完成(存在跳过步骤),
7215
7191
  -1:失败,
7216
7192
  -3:阻塞,
7217
- 注意:此字段可能返回 null,表示取不到有效值。
7218
7193
  :type FlowTotalStatus: int
7219
7194
  :param _FlowExtraDetail: 流程额外信息
7220
7195
  NeedExtraDetail为true时返回
@@ -7258,7 +7233,6 @@ NeedExtraDetail为true时返回
7258
7233
  @property
7259
7234
  def FlowName(self):
7260
7235
  """任务名称
7261
- 注意:此字段可能返回 null,表示取不到有效值。
7262
7236
  :rtype: str
7263
7237
  """
7264
7238
  return self._FlowName
@@ -7271,7 +7245,6 @@ NeedExtraDetail为true时返回
7271
7245
  def FlowTotalProgress(self):
7272
7246
  """总任务流程进度:
7273
7247
  例如:0.8
7274
- 注意:此字段可能返回 null,表示取不到有效值。
7275
7248
  :rtype: float
7276
7249
  """
7277
7250
  return self._FlowTotalProgress
@@ -7289,7 +7262,6 @@ NeedExtraDetail为true时返回
7289
7262
  3:完成(存在跳过步骤),
7290
7263
  -1:失败,
7291
7264
  -3:阻塞,
7292
- 注意:此字段可能返回 null,表示取不到有效值。
7293
7265
  :rtype: int
7294
7266
  """
7295
7267
  return self._FlowTotalStatus
@@ -8658,7 +8630,6 @@ class DescribeHDFSStorageInfoResponse(AbstractModel):
8658
8630
  def __init__(self):
8659
8631
  r"""
8660
8632
  :param _SampleTime: 采样时间
8661
- 注意:此字段可能返回 null,表示取不到有效值。
8662
8633
  :type SampleTime: int
8663
8634
  :param _StorageSummaryDistribution: hdfs存储详情
8664
8635
  注意:此字段可能返回 null,表示取不到有效值。
@@ -8673,7 +8644,6 @@ class DescribeHDFSStorageInfoResponse(AbstractModel):
8673
8644
  @property
8674
8645
  def SampleTime(self):
8675
8646
  """采样时间
8676
- 注意:此字段可能返回 null,表示取不到有效值。
8677
8647
  :rtype: int
8678
8648
  """
8679
8649
  return self._SampleTime
@@ -11227,7 +11197,7 @@ class DescribeServiceNodeInfosRequest(AbstractModel):
11227
11197
  0代表所有状态
11228
11198
  1代表处于维护状态
11229
11199
  :type DataNodeMaintenanceId: int
11230
- :param _SearchFields: 支持搜索的字段
11200
+ :param _SearchFields: 支持搜索的字段,目前支持 SearchType :ipv4
11231
11201
  :type SearchFields: list of SearchItem
11232
11202
  """
11233
11203
  self._InstanceId = None
@@ -11381,7 +11351,7 @@ class DescribeServiceNodeInfosRequest(AbstractModel):
11381
11351
 
11382
11352
  @property
11383
11353
  def SearchFields(self):
11384
- """支持搜索的字段
11354
+ """支持搜索的字段,目前支持 SearchType :ipv4
11385
11355
  :rtype: list of SearchItem
11386
11356
  """
11387
11357
  return self._SearchFields
@@ -14021,19 +13991,15 @@ class EmrPrice(AbstractModel):
14021
13991
  def __init__(self):
14022
13992
  r"""
14023
13993
  :param _OriginalCost: 刊例价格
14024
- 注意:此字段可能返回 null,表示取不到有效值。
14025
13994
  :type OriginalCost: str
14026
13995
  :param _DiscountCost: 折扣价格
14027
- 注意:此字段可能返回 null,表示取不到有效值。
14028
13996
  :type DiscountCost: str
14029
13997
  :param _Unit: 单位
14030
- 注意:此字段可能返回 null,表示取不到有效值。
14031
13998
  :type Unit: str
14032
13999
  :param _PriceSpec: 询价配置
14033
14000
  注意:此字段可能返回 null,表示取不到有效值。
14034
14001
  :type PriceSpec: :class:`tencentcloud.emr.v20190103.models.PriceResource`
14035
14002
  :param _SupportSpotPaid: 是否支持竞价实例
14036
- 注意:此字段可能返回 null,表示取不到有效值。
14037
14003
  :type SupportSpotPaid: bool
14038
14004
  """
14039
14005
  self._OriginalCost = None
@@ -14045,7 +14011,6 @@ class EmrPrice(AbstractModel):
14045
14011
  @property
14046
14012
  def OriginalCost(self):
14047
14013
  """刊例价格
14048
- 注意:此字段可能返回 null,表示取不到有效值。
14049
14014
  :rtype: str
14050
14015
  """
14051
14016
  return self._OriginalCost
@@ -14057,7 +14022,6 @@ class EmrPrice(AbstractModel):
14057
14022
  @property
14058
14023
  def DiscountCost(self):
14059
14024
  """折扣价格
14060
- 注意:此字段可能返回 null,表示取不到有效值。
14061
14025
  :rtype: str
14062
14026
  """
14063
14027
  return self._DiscountCost
@@ -14069,7 +14033,6 @@ class EmrPrice(AbstractModel):
14069
14033
  @property
14070
14034
  def Unit(self):
14071
14035
  """单位
14072
- 注意:此字段可能返回 null,表示取不到有效值。
14073
14036
  :rtype: str
14074
14037
  """
14075
14038
  return self._Unit
@@ -14093,7 +14056,6 @@ class EmrPrice(AbstractModel):
14093
14056
  @property
14094
14057
  def SupportSpotPaid(self):
14095
14058
  """是否支持竞价实例
14096
- 注意:此字段可能返回 null,表示取不到有效值。
14097
14059
  :rtype: bool
14098
14060
  """
14099
14061
  return self._SupportSpotPaid
@@ -16197,17 +16159,13 @@ class InquirePriceRenewEmrResponse(AbstractModel):
16197
16159
  def __init__(self):
16198
16160
  r"""
16199
16161
  :param _OriginalCost: 原价,单位为元。
16200
- 注意:此字段可能返回 null,表示取不到有效值。
16201
16162
  :type OriginalCost: float
16202
16163
  :param _DiscountCost: 折扣价,单位为元。
16203
- 注意:此字段可能返回 null,表示取不到有效值。
16204
16164
  :type DiscountCost: float
16205
16165
  :param _TimeUnit: 实例续费的时间单位。取值范围:
16206
16166
  <li>m:表示月份。</li>
16207
- 注意:此字段可能返回 null,表示取不到有效值。
16208
16167
  :type TimeUnit: str
16209
16168
  :param _TimeSpan: 实例续费的时长。
16210
- 注意:此字段可能返回 null,表示取不到有效值。
16211
16169
  :type TimeSpan: int
16212
16170
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
16213
16171
  :type RequestId: str
@@ -16221,7 +16179,6 @@ class InquirePriceRenewEmrResponse(AbstractModel):
16221
16179
  @property
16222
16180
  def OriginalCost(self):
16223
16181
  """原价,单位为元。
16224
- 注意:此字段可能返回 null,表示取不到有效值。
16225
16182
  :rtype: float
16226
16183
  """
16227
16184
  return self._OriginalCost
@@ -16233,7 +16190,6 @@ class InquirePriceRenewEmrResponse(AbstractModel):
16233
16190
  @property
16234
16191
  def DiscountCost(self):
16235
16192
  """折扣价,单位为元。
16236
- 注意:此字段可能返回 null,表示取不到有效值。
16237
16193
  :rtype: float
16238
16194
  """
16239
16195
  return self._DiscountCost
@@ -16246,7 +16202,6 @@ class InquirePriceRenewEmrResponse(AbstractModel):
16246
16202
  def TimeUnit(self):
16247
16203
  """实例续费的时间单位。取值范围:
16248
16204
  <li>m:表示月份。</li>
16249
- 注意:此字段可能返回 null,表示取不到有效值。
16250
16205
  :rtype: str
16251
16206
  """
16252
16207
  return self._TimeUnit
@@ -16258,7 +16213,6 @@ class InquirePriceRenewEmrResponse(AbstractModel):
16258
16213
  @property
16259
16214
  def TimeSpan(self):
16260
16215
  """实例续费的时长。
16261
- 注意:此字段可能返回 null,表示取不到有效值。
16262
16216
  :rtype: int
16263
16217
  """
16264
16218
  return self._TimeSpan
@@ -16613,18 +16567,14 @@ class InquiryPriceCreateInstanceResponse(AbstractModel):
16613
16567
  def __init__(self):
16614
16568
  r"""
16615
16569
  :param _OriginalCost: 原价,单位为元。
16616
- 注意:此字段可能返回 null,表示取不到有效值。
16617
16570
  :type OriginalCost: float
16618
16571
  :param _DiscountCost: 折扣价,单位为元。
16619
- 注意:此字段可能返回 null,表示取不到有效值。
16620
16572
  :type DiscountCost: float
16621
16573
  :param _TimeUnit: 购买实例的时间单位。取值范围:
16622
16574
  <li>s:表示秒。</li>
16623
16575
  <li>m:表示月份。</li>
16624
- 注意:此字段可能返回 null,表示取不到有效值。
16625
16576
  :type TimeUnit: str
16626
16577
  :param _TimeSpan: 购买实例的时长。
16627
- 注意:此字段可能返回 null,表示取不到有效值。
16628
16578
  :type TimeSpan: int
16629
16579
  :param _PriceList: 价格清单
16630
16580
  注意:此字段可能返回 null,表示取不到有效值。
@@ -16642,7 +16592,6 @@ class InquiryPriceCreateInstanceResponse(AbstractModel):
16642
16592
  @property
16643
16593
  def OriginalCost(self):
16644
16594
  """原价,单位为元。
16645
- 注意:此字段可能返回 null,表示取不到有效值。
16646
16595
  :rtype: float
16647
16596
  """
16648
16597
  return self._OriginalCost
@@ -16654,7 +16603,6 @@ class InquiryPriceCreateInstanceResponse(AbstractModel):
16654
16603
  @property
16655
16604
  def DiscountCost(self):
16656
16605
  """折扣价,单位为元。
16657
- 注意:此字段可能返回 null,表示取不到有效值。
16658
16606
  :rtype: float
16659
16607
  """
16660
16608
  return self._DiscountCost
@@ -16668,7 +16616,6 @@ class InquiryPriceCreateInstanceResponse(AbstractModel):
16668
16616
  """购买实例的时间单位。取值范围:
16669
16617
  <li>s:表示秒。</li>
16670
16618
  <li>m:表示月份。</li>
16671
- 注意:此字段可能返回 null,表示取不到有效值。
16672
16619
  :rtype: str
16673
16620
  """
16674
16621
  return self._TimeUnit
@@ -16680,7 +16627,6 @@ class InquiryPriceCreateInstanceResponse(AbstractModel):
16680
16627
  @property
16681
16628
  def TimeSpan(self):
16682
16629
  """购买实例的时长。
16683
- 注意:此字段可能返回 null,表示取不到有效值。
16684
16630
  :rtype: int
16685
16631
  """
16686
16632
  return self._TimeSpan
@@ -16897,17 +16843,13 @@ class InquiryPriceRenewInstanceResponse(AbstractModel):
16897
16843
  def __init__(self):
16898
16844
  r"""
16899
16845
  :param _OriginalCost: 原价,单位为元。
16900
- 注意:此字段可能返回 null,表示取不到有效值。
16901
16846
  :type OriginalCost: float
16902
16847
  :param _DiscountCost: 折扣价,单位为元。
16903
- 注意:此字段可能返回 null,表示取不到有效值。
16904
16848
  :type DiscountCost: float
16905
16849
  :param _TimeUnit: 实例续费的时间单位。取值范围:
16906
16850
  <li>m:表示月份。</li>
16907
- 注意:此字段可能返回 null,表示取不到有效值。
16908
16851
  :type TimeUnit: str
16909
16852
  :param _TimeSpan: 实例续费的时长。
16910
- 注意:此字段可能返回 null,表示取不到有效值。
16911
16853
  :type TimeSpan: int
16912
16854
  :param _PriceDetail: 价格详情
16913
16855
  注意:此字段可能返回 null,表示取不到有效值。
@@ -16925,7 +16867,6 @@ class InquiryPriceRenewInstanceResponse(AbstractModel):
16925
16867
  @property
16926
16868
  def OriginalCost(self):
16927
16869
  """原价,单位为元。
16928
- 注意:此字段可能返回 null,表示取不到有效值。
16929
16870
  :rtype: float
16930
16871
  """
16931
16872
  return self._OriginalCost
@@ -16937,7 +16878,6 @@ class InquiryPriceRenewInstanceResponse(AbstractModel):
16937
16878
  @property
16938
16879
  def DiscountCost(self):
16939
16880
  """折扣价,单位为元。
16940
- 注意:此字段可能返回 null,表示取不到有效值。
16941
16881
  :rtype: float
16942
16882
  """
16943
16883
  return self._DiscountCost
@@ -16950,7 +16890,6 @@ class InquiryPriceRenewInstanceResponse(AbstractModel):
16950
16890
  def TimeUnit(self):
16951
16891
  """实例续费的时间单位。取值范围:
16952
16892
  <li>m:表示月份。</li>
16953
- 注意:此字段可能返回 null,表示取不到有效值。
16954
16893
  :rtype: str
16955
16894
  """
16956
16895
  return self._TimeUnit
@@ -16962,7 +16901,6 @@ class InquiryPriceRenewInstanceResponse(AbstractModel):
16962
16901
  @property
16963
16902
  def TimeSpan(self):
16964
16903
  """实例续费的时长。
16965
- 注意:此字段可能返回 null,表示取不到有效值。
16966
16904
  :rtype: int
16967
16905
  """
16968
16906
  return self._TimeSpan
@@ -17247,15 +17185,12 @@ class InquiryPriceScaleOutInstanceResponse(AbstractModel):
17247
17185
  def __init__(self):
17248
17186
  r"""
17249
17187
  :param _OriginalCost: 原价,单位为元。
17250
- 注意:此字段可能返回 null,表示取不到有效值。
17251
17188
  :type OriginalCost: str
17252
17189
  :param _DiscountCost: 折扣价,单位为元。
17253
- 注意:此字段可能返回 null,表示取不到有效值。
17254
17190
  :type DiscountCost: str
17255
17191
  :param _Unit: 扩容的时间单位。取值范围:
17256
17192
  <li>s:表示秒。</li>
17257
17193
  <li>m:表示月份。</li>
17258
- 注意:此字段可能返回 null,表示取不到有效值。
17259
17194
  :type Unit: str
17260
17195
  :param _PriceSpec: 询价的节点规格。
17261
17196
  注意:此字段可能返回 null,表示取不到有效值。
@@ -17276,7 +17211,6 @@ class InquiryPriceScaleOutInstanceResponse(AbstractModel):
17276
17211
  @property
17277
17212
  def OriginalCost(self):
17278
17213
  """原价,单位为元。
17279
- 注意:此字段可能返回 null,表示取不到有效值。
17280
17214
  :rtype: str
17281
17215
  """
17282
17216
  return self._OriginalCost
@@ -17288,7 +17222,6 @@ class InquiryPriceScaleOutInstanceResponse(AbstractModel):
17288
17222
  @property
17289
17223
  def DiscountCost(self):
17290
17224
  """折扣价,单位为元。
17291
- 注意:此字段可能返回 null,表示取不到有效值。
17292
17225
  :rtype: str
17293
17226
  """
17294
17227
  return self._DiscountCost
@@ -17302,7 +17235,6 @@ class InquiryPriceScaleOutInstanceResponse(AbstractModel):
17302
17235
  """扩容的时间单位。取值范围:
17303
17236
  <li>s:表示秒。</li>
17304
17237
  <li>m:表示月份。</li>
17305
- 注意:此字段可能返回 null,表示取不到有效值。
17306
17238
  :rtype: str
17307
17239
  """
17308
17240
  return self._Unit
@@ -17515,18 +17447,14 @@ class InquiryPriceUpdateInstanceResponse(AbstractModel):
17515
17447
  def __init__(self):
17516
17448
  r"""
17517
17449
  :param _OriginalCost: 原价,单位为元。
17518
- 注意:此字段可能返回 null,表示取不到有效值。
17519
17450
  :type OriginalCost: float
17520
17451
  :param _DiscountCost: 折扣价,单位为元。
17521
- 注意:此字段可能返回 null,表示取不到有效值。
17522
17452
  :type DiscountCost: float
17523
17453
  :param _TimeUnit: 变配的时间单位。取值范围:
17524
17454
  <li>s:表示秒。</li>
17525
17455
  <li>m:表示月份。</li>
17526
- 注意:此字段可能返回 null,表示取不到有效值。
17527
17456
  :type TimeUnit: str
17528
17457
  :param _TimeSpan: 变配的时长。
17529
- 注意:此字段可能返回 null,表示取不到有效值。
17530
17458
  :type TimeSpan: int
17531
17459
  :param _PriceDetail: 价格详情
17532
17460
  注意:此字段可能返回 null,表示取不到有效值。
@@ -17548,7 +17476,6 @@ class InquiryPriceUpdateInstanceResponse(AbstractModel):
17548
17476
  @property
17549
17477
  def OriginalCost(self):
17550
17478
  """原价,单位为元。
17551
- 注意:此字段可能返回 null,表示取不到有效值。
17552
17479
  :rtype: float
17553
17480
  """
17554
17481
  return self._OriginalCost
@@ -17560,7 +17487,6 @@ class InquiryPriceUpdateInstanceResponse(AbstractModel):
17560
17487
  @property
17561
17488
  def DiscountCost(self):
17562
17489
  """折扣价,单位为元。
17563
- 注意:此字段可能返回 null,表示取不到有效值。
17564
17490
  :rtype: float
17565
17491
  """
17566
17492
  return self._DiscountCost
@@ -17574,7 +17500,6 @@ class InquiryPriceUpdateInstanceResponse(AbstractModel):
17574
17500
  """变配的时间单位。取值范围:
17575
17501
  <li>s:表示秒。</li>
17576
17502
  <li>m:表示月份。</li>
17577
- 注意:此字段可能返回 null,表示取不到有效值。
17578
17503
  :rtype: str
17579
17504
  """
17580
17505
  return self._TimeUnit
@@ -17586,7 +17511,6 @@ class InquiryPriceUpdateInstanceResponse(AbstractModel):
17586
17511
  @property
17587
17512
  def TimeSpan(self):
17588
17513
  """变配的时长。
17589
- 注意:此字段可能返回 null,表示取不到有效值。
17590
17514
  :rtype: int
17591
17515
  """
17592
17516
  return self._TimeSpan
@@ -18651,31 +18575,22 @@ class LoadAutoScaleStrategy(AbstractModel):
18651
18575
  def __init__(self):
18652
18576
  r"""
18653
18577
  :param _StrategyId: 规则ID。
18654
- 注意:此字段可能返回 null,表示取不到有效值。
18655
18578
  :type StrategyId: int
18656
18579
  :param _StrategyName: 规则名称。
18657
- 注意:此字段可能返回 null,表示取不到有效值。
18658
18580
  :type StrategyName: str
18659
18581
  :param _CalmDownTime: 规则生效冷却时间。
18660
- 注意:此字段可能返回 null,表示取不到有效值。
18661
18582
  :type CalmDownTime: int
18662
18583
  :param _ScaleAction: 扩缩容动作,1表示扩容,2表示缩容。
18663
- 注意:此字段可能返回 null,表示取不到有效值。
18664
18584
  :type ScaleAction: int
18665
18585
  :param _ScaleNum: 每次规则生效时的扩缩容数量。
18666
- 注意:此字段可能返回 null,表示取不到有效值。
18667
18586
  :type ScaleNum: int
18668
18587
  :param _ProcessMethod: 指标处理方法,1表示MAX,2表示MIN,3表示AVG。
18669
- 注意:此字段可能返回 null,表示取不到有效值。
18670
18588
  :type ProcessMethod: int
18671
18589
  :param _Priority: 规则优先级,添加时无效,默认为自增。
18672
- 注意:此字段可能返回 null,表示取不到有效值。
18673
18590
  :type Priority: int
18674
18591
  :param _StrategyStatus: 规则状态,1表示启动,3表示禁用。
18675
- 注意:此字段可能返回 null,表示取不到有效值。
18676
18592
  :type StrategyStatus: int
18677
18593
  :param _YarnNodeLabel: 规则扩容指定 yarn node label
18678
- 注意:此字段可能返回 null,表示取不到有效值。
18679
18594
  :type YarnNodeLabel: str
18680
18595
  :param _PeriodValid: 规则生效的有效时间
18681
18596
  :type PeriodValid: str
@@ -18687,14 +18602,12 @@ class LoadAutoScaleStrategy(AbstractModel):
18687
18602
  注意:此字段可能返回 null,表示取不到有效值。
18688
18603
  :type Tags: list of Tag
18689
18604
  :param _ConfigGroupAssigned: 预设配置组
18690
- 注意:此字段可能返回 null,表示取不到有效值。
18691
18605
  :type ConfigGroupAssigned: str
18692
18606
  :param _MeasureMethod: 扩容资源计算方法,"DEFAULT","INSTANCE", "CPU", "MEMORYGB"。
18693
18607
  "DEFAULT"表示默认方式,与"INSTANCE"意义相同。
18694
18608
  "INSTANCE"表示按照节点计算,默认方式。
18695
18609
  "CPU"表示按照机器的核数计算。
18696
18610
  "MEMORYGB"表示按照机器内存数计算。
18697
- 注意:此字段可能返回 null,表示取不到有效值。
18698
18611
  :type MeasureMethod: str
18699
18612
  :param _LoadMetricsConditions: 多指标触发条件
18700
18613
  注意:此字段可能返回 null,表示取不到有效值。
@@ -18720,7 +18633,6 @@ class LoadAutoScaleStrategy(AbstractModel):
18720
18633
  @property
18721
18634
  def StrategyId(self):
18722
18635
  """规则ID。
18723
- 注意:此字段可能返回 null,表示取不到有效值。
18724
18636
  :rtype: int
18725
18637
  """
18726
18638
  return self._StrategyId
@@ -18732,7 +18644,6 @@ class LoadAutoScaleStrategy(AbstractModel):
18732
18644
  @property
18733
18645
  def StrategyName(self):
18734
18646
  """规则名称。
18735
- 注意:此字段可能返回 null,表示取不到有效值。
18736
18647
  :rtype: str
18737
18648
  """
18738
18649
  return self._StrategyName
@@ -18744,7 +18655,6 @@ class LoadAutoScaleStrategy(AbstractModel):
18744
18655
  @property
18745
18656
  def CalmDownTime(self):
18746
18657
  """规则生效冷却时间。
18747
- 注意:此字段可能返回 null,表示取不到有效值。
18748
18658
  :rtype: int
18749
18659
  """
18750
18660
  return self._CalmDownTime
@@ -18756,7 +18666,6 @@ class LoadAutoScaleStrategy(AbstractModel):
18756
18666
  @property
18757
18667
  def ScaleAction(self):
18758
18668
  """扩缩容动作,1表示扩容,2表示缩容。
18759
- 注意:此字段可能返回 null,表示取不到有效值。
18760
18669
  :rtype: int
18761
18670
  """
18762
18671
  return self._ScaleAction
@@ -18768,7 +18677,6 @@ class LoadAutoScaleStrategy(AbstractModel):
18768
18677
  @property
18769
18678
  def ScaleNum(self):
18770
18679
  """每次规则生效时的扩缩容数量。
18771
- 注意:此字段可能返回 null,表示取不到有效值。
18772
18680
  :rtype: int
18773
18681
  """
18774
18682
  return self._ScaleNum
@@ -18780,7 +18688,6 @@ class LoadAutoScaleStrategy(AbstractModel):
18780
18688
  @property
18781
18689
  def ProcessMethod(self):
18782
18690
  """指标处理方法,1表示MAX,2表示MIN,3表示AVG。
18783
- 注意:此字段可能返回 null,表示取不到有效值。
18784
18691
  :rtype: int
18785
18692
  """
18786
18693
  return self._ProcessMethod
@@ -18792,7 +18699,6 @@ class LoadAutoScaleStrategy(AbstractModel):
18792
18699
  @property
18793
18700
  def Priority(self):
18794
18701
  """规则优先级,添加时无效,默认为自增。
18795
- 注意:此字段可能返回 null,表示取不到有效值。
18796
18702
  :rtype: int
18797
18703
  """
18798
18704
  return self._Priority
@@ -18804,7 +18710,6 @@ class LoadAutoScaleStrategy(AbstractModel):
18804
18710
  @property
18805
18711
  def StrategyStatus(self):
18806
18712
  """规则状态,1表示启动,3表示禁用。
18807
- 注意:此字段可能返回 null,表示取不到有效值。
18808
18713
  :rtype: int
18809
18714
  """
18810
18715
  return self._StrategyStatus
@@ -18816,7 +18721,6 @@ class LoadAutoScaleStrategy(AbstractModel):
18816
18721
  @property
18817
18722
  def YarnNodeLabel(self):
18818
18723
  """规则扩容指定 yarn node label
18819
- 注意:此字段可能返回 null,表示取不到有效值。
18820
18724
  :rtype: str
18821
18725
  """
18822
18726
  return self._YarnNodeLabel
@@ -18873,7 +18777,6 @@ class LoadAutoScaleStrategy(AbstractModel):
18873
18777
  @property
18874
18778
  def ConfigGroupAssigned(self):
18875
18779
  """预设配置组
18876
- 注意:此字段可能返回 null,表示取不到有效值。
18877
18780
  :rtype: str
18878
18781
  """
18879
18782
  return self._ConfigGroupAssigned
@@ -18889,7 +18792,6 @@ class LoadAutoScaleStrategy(AbstractModel):
18889
18792
  "INSTANCE"表示按照节点计算,默认方式。
18890
18793
  "CPU"表示按照机器的核数计算。
18891
18794
  "MEMORYGB"表示按照机器内存数计算。
18892
- 注意:此字段可能返回 null,表示取不到有效值。
18893
18795
  :rtype: str
18894
18796
  """
18895
18797
  return self._MeasureMethod
@@ -18953,16 +18855,12 @@ class LoadMetricsCondition(AbstractModel):
18953
18855
  def __init__(self):
18954
18856
  r"""
18955
18857
  :param _StatisticPeriod: 规则统计周期,提供1min,3min,5min。
18956
- 注意:此字段可能返回 null,表示取不到有效值。
18957
18858
  :type StatisticPeriod: int
18958
18859
  :param _TriggerThreshold: 触发次数,当连续触发超过TriggerThreshold次后才开始扩缩容。
18959
- 注意:此字段可能返回 null,表示取不到有效值。
18960
18860
  :type TriggerThreshold: int
18961
18861
  :param _LoadMetrics: 扩缩容负载指标。
18962
- 注意:此字段可能返回 null,表示取不到有效值。
18963
18862
  :type LoadMetrics: str
18964
18863
  :param _MetricId: 规则元数据记录ID。
18965
- 注意:此字段可能返回 null,表示取不到有效值。
18966
18864
  :type MetricId: int
18967
18865
  :param _Conditions: 触发条件
18968
18866
  注意:此字段可能返回 null,表示取不到有效值。
@@ -18977,7 +18875,6 @@ class LoadMetricsCondition(AbstractModel):
18977
18875
  @property
18978
18876
  def StatisticPeriod(self):
18979
18877
  """规则统计周期,提供1min,3min,5min。
18980
- 注意:此字段可能返回 null,表示取不到有效值。
18981
18878
  :rtype: int
18982
18879
  """
18983
18880
  return self._StatisticPeriod
@@ -18989,7 +18886,6 @@ class LoadMetricsCondition(AbstractModel):
18989
18886
  @property
18990
18887
  def TriggerThreshold(self):
18991
18888
  """触发次数,当连续触发超过TriggerThreshold次后才开始扩缩容。
18992
- 注意:此字段可能返回 null,表示取不到有效值。
18993
18889
  :rtype: int
18994
18890
  """
18995
18891
  return self._TriggerThreshold
@@ -19001,7 +18897,6 @@ class LoadMetricsCondition(AbstractModel):
19001
18897
  @property
19002
18898
  def LoadMetrics(self):
19003
18899
  """扩缩容负载指标。
19004
- 注意:此字段可能返回 null,表示取不到有效值。
19005
18900
  :rtype: str
19006
18901
  """
19007
18902
  return self._LoadMetrics
@@ -19013,7 +18908,6 @@ class LoadMetricsCondition(AbstractModel):
19013
18908
  @property
19014
18909
  def MetricId(self):
19015
18910
  """规则元数据记录ID。
19016
- 注意:此字段可能返回 null,表示取不到有效值。
19017
18911
  :rtype: int
19018
18912
  """
19019
18913
  return self._MetricId
@@ -19810,10 +19704,8 @@ class ModifyPodNumResponse(AbstractModel):
19810
19704
  def __init__(self):
19811
19705
  r"""
19812
19706
  :param _InstanceId: 集群Id
19813
- 注意:此字段可能返回 null,表示取不到有效值。
19814
19707
  :type InstanceId: str
19815
19708
  :param _FlowId: 流程Id
19816
- 注意:此字段可能返回 null,表示取不到有效值。
19817
19709
  :type FlowId: int
19818
19710
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19819
19711
  :type RequestId: str
@@ -19825,7 +19717,6 @@ class ModifyPodNumResponse(AbstractModel):
19825
19717
  @property
19826
19718
  def InstanceId(self):
19827
19719
  """集群Id
19828
- 注意:此字段可能返回 null,表示取不到有效值。
19829
19720
  :rtype: str
19830
19721
  """
19831
19722
  return self._InstanceId
@@ -19837,7 +19728,6 @@ class ModifyPodNumResponse(AbstractModel):
19837
19728
  @property
19838
19729
  def FlowId(self):
19839
19730
  """流程Id
19840
- 注意:此字段可能返回 null,表示取不到有效值。
19841
19731
  :rtype: int
19842
19732
  """
19843
19733
  return self._FlowId
@@ -19929,7 +19819,6 @@ class ModifyResourcePoolsResponse(AbstractModel):
19929
19819
  :param _IsDraft: false表示不是草稿,提交刷新请求成功
19930
19820
  :type IsDraft: bool
19931
19821
  :param _ErrorMsg: 扩展字段,暂时没用
19932
- 注意:此字段可能返回 null,表示取不到有效值。
19933
19822
  :type ErrorMsg: str
19934
19823
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
19935
19824
  :type RequestId: str
@@ -19952,7 +19841,6 @@ class ModifyResourcePoolsResponse(AbstractModel):
19952
19841
  @property
19953
19842
  def ErrorMsg(self):
19954
19843
  """扩展字段,暂时没用
19955
- 注意:此字段可能返回 null,表示取不到有效值。
19956
19844
  :rtype: str
19957
19845
  """
19958
19846
  return self._ErrorMsg
@@ -20113,7 +20001,6 @@ class ModifyResourceResponse(AbstractModel):
20113
20001
  def __init__(self):
20114
20002
  r"""
20115
20003
  :param _TraceId: 流程traceId
20116
- 注意:此字段可能返回 null,表示取不到有效值。
20117
20004
  :type TraceId: str
20118
20005
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20119
20006
  :type RequestId: str
@@ -20124,7 +20011,6 @@ class ModifyResourceResponse(AbstractModel):
20124
20011
  @property
20125
20012
  def TraceId(self):
20126
20013
  """流程traceId
20127
- 注意:此字段可能返回 null,表示取不到有效值。
20128
20014
  :rtype: str
20129
20015
  """
20130
20016
  return self._TraceId
@@ -20226,10 +20112,8 @@ class ModifyResourceScheduleConfigResponse(AbstractModel):
20226
20112
  :param _IsDraft: true为草稿,表示还没有刷新资源池
20227
20113
  :type IsDraft: bool
20228
20114
  :param _ErrorMsg: 校验错误信息,如果不为空,则说明校验失败,配置没有成功
20229
- 注意:此字段可能返回 null,表示取不到有效值。
20230
20115
  :type ErrorMsg: str
20231
20116
  :param _Data: 返回数据
20232
- 注意:此字段可能返回 null,表示取不到有效值。
20233
20117
  :type Data: str
20234
20118
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
20235
20119
  :type RequestId: str
@@ -20253,7 +20137,6 @@ class ModifyResourceScheduleConfigResponse(AbstractModel):
20253
20137
  @property
20254
20138
  def ErrorMsg(self):
20255
20139
  """校验错误信息,如果不为空,则说明校验失败,配置没有成功
20256
- 注意:此字段可能返回 null,表示取不到有效值。
20257
20140
  :rtype: str
20258
20141
  """
20259
20142
  return self._ErrorMsg
@@ -20265,7 +20148,6 @@ class ModifyResourceScheduleConfigResponse(AbstractModel):
20265
20148
  @property
20266
20149
  def Data(self):
20267
20150
  """返回数据
20268
- 注意:此字段可能返回 null,表示取不到有效值。
20269
20151
  :rtype: str
20270
20152
  """
20271
20153
  return self._Data
@@ -21187,13 +21069,10 @@ class MultiDisk(AbstractModel):
21187
21069
  <li>CLOUD_SSD:表示云SSD。</li>
21188
21070
  <li>CLOUD_PREMIUM:表示高效云盘。</li>
21189
21071
  <li>CLOUD_HSSD:表示增强型SSD云硬盘。</li>
21190
- 注意:此字段可能返回 null,表示取不到有效值。
21191
21072
  :type DiskType: str
21192
21073
  :param _Volume: 云盘大小
21193
- 注意:此字段可能返回 null,表示取不到有效值。
21194
21074
  :type Volume: int
21195
21075
  :param _Count: 该类型云盘个数
21196
- 注意:此字段可能返回 null,表示取不到有效值。
21197
21076
  :type Count: int
21198
21077
  """
21199
21078
  self._DiskType = None
@@ -21206,7 +21085,6 @@ class MultiDisk(AbstractModel):
21206
21085
  <li>CLOUD_SSD:表示云SSD。</li>
21207
21086
  <li>CLOUD_PREMIUM:表示高效云盘。</li>
21208
21087
  <li>CLOUD_HSSD:表示增强型SSD云硬盘。</li>
21209
- 注意:此字段可能返回 null,表示取不到有效值。
21210
21088
  :rtype: str
21211
21089
  """
21212
21090
  return self._DiskType
@@ -21218,7 +21096,6 @@ class MultiDisk(AbstractModel):
21218
21096
  @property
21219
21097
  def Volume(self):
21220
21098
  """云盘大小
21221
- 注意:此字段可能返回 null,表示取不到有效值。
21222
21099
  :rtype: int
21223
21100
  """
21224
21101
  return self._Volume
@@ -21230,7 +21107,6 @@ class MultiDisk(AbstractModel):
21230
21107
  @property
21231
21108
  def Count(self):
21232
21109
  """该类型云盘个数
21233
- 注意:此字段可能返回 null,表示取不到有效值。
21234
21110
  :rtype: int
21235
21111
  """
21236
21112
  return self._Count
@@ -21367,7 +21243,6 @@ class MultiZoneSetting(AbstractModel):
21367
21243
  def __init__(self):
21368
21244
  r"""
21369
21245
  :param _ZoneTag: "master"、"standby"、"third-party"
21370
- 注意:此字段可能返回 null,表示取不到有效值。
21371
21246
  :type ZoneTag: str
21372
21247
  :param _VPCSettings: 无
21373
21248
  :type VPCSettings: :class:`tencentcloud.emr.v20190103.models.VPCSettings`
@@ -21384,7 +21259,6 @@ class MultiZoneSetting(AbstractModel):
21384
21259
  @property
21385
21260
  def ZoneTag(self):
21386
21261
  """"master"、"standby"、"third-party"
21387
- 注意:此字段可能返回 null,表示取不到有效值。
21388
21262
  :rtype: str
21389
21263
  """
21390
21264
  return self._ZoneTag
@@ -22683,16 +22557,12 @@ class NodeResource(AbstractModel):
22683
22557
  注意:此字段可能返回 null,表示取不到有效值。
22684
22558
  :type Resource: :class:`tencentcloud.emr.v20190103.models.Resource`
22685
22559
  :param _CreateTime: 创建时间
22686
- 注意:此字段可能返回 null,表示取不到有效值。
22687
22560
  :type CreateTime: str
22688
22561
  :param _UpdateTime: 更新时间
22689
- 注意:此字段可能返回 null,表示取不到有效值。
22690
22562
  :type UpdateTime: str
22691
22563
  :param _IsDefault: 是否默认配置,DEFAULT,BACKUP
22692
- 注意:此字段可能返回 null,表示取不到有效值。
22693
22564
  :type IsDefault: str
22694
22565
  :param _MaxResourceNum: 该类型剩余
22695
- 注意:此字段可能返回 null,表示取不到有效值。
22696
22566
  :type MaxResourceNum: int
22697
22567
  :param _PrepaidUnderwritePeriods: 支持的包销时长
22698
22568
  注意:此字段可能返回 null,表示取不到有效值。
@@ -22732,7 +22602,6 @@ class NodeResource(AbstractModel):
22732
22602
  @property
22733
22603
  def CreateTime(self):
22734
22604
  """创建时间
22735
- 注意:此字段可能返回 null,表示取不到有效值。
22736
22605
  :rtype: str
22737
22606
  """
22738
22607
  return self._CreateTime
@@ -22744,7 +22613,6 @@ class NodeResource(AbstractModel):
22744
22613
  @property
22745
22614
  def UpdateTime(self):
22746
22615
  """更新时间
22747
- 注意:此字段可能返回 null,表示取不到有效值。
22748
22616
  :rtype: str
22749
22617
  """
22750
22618
  return self._UpdateTime
@@ -22756,7 +22624,6 @@ class NodeResource(AbstractModel):
22756
22624
  @property
22757
22625
  def IsDefault(self):
22758
22626
  """是否默认配置,DEFAULT,BACKUP
22759
- 注意:此字段可能返回 null,表示取不到有效值。
22760
22627
  :rtype: str
22761
22628
  """
22762
22629
  return self._IsDefault
@@ -22768,7 +22635,6 @@ class NodeResource(AbstractModel):
22768
22635
  @property
22769
22636
  def MaxResourceNum(self):
22770
22637
  """该类型剩余
22771
- 注意:此字段可能返回 null,表示取不到有效值。
22772
22638
  :rtype: int
22773
22639
  """
22774
22640
  return self._MaxResourceNum
@@ -23825,10 +23691,13 @@ class PersistentVolumeContext(AbstractModel):
23825
23691
  :type DiskType: str
23826
23692
  :param _DiskNum: 磁盘数量
23827
23693
  :type DiskNum: int
23694
+ :param _ExtraPerformance: 云盘额外性能
23695
+ :type ExtraPerformance: int
23828
23696
  """
23829
23697
  self._DiskSize = None
23830
23698
  self._DiskType = None
23831
23699
  self._DiskNum = None
23700
+ self._ExtraPerformance = None
23832
23701
 
23833
23702
  @property
23834
23703
  def DiskSize(self):
@@ -23863,11 +23732,23 @@ class PersistentVolumeContext(AbstractModel):
23863
23732
  def DiskNum(self, DiskNum):
23864
23733
  self._DiskNum = DiskNum
23865
23734
 
23735
+ @property
23736
+ def ExtraPerformance(self):
23737
+ """云盘额外性能
23738
+ :rtype: int
23739
+ """
23740
+ return self._ExtraPerformance
23741
+
23742
+ @ExtraPerformance.setter
23743
+ def ExtraPerformance(self, ExtraPerformance):
23744
+ self._ExtraPerformance = ExtraPerformance
23745
+
23866
23746
 
23867
23747
  def _deserialize(self, params):
23868
23748
  self._DiskSize = params.get("DiskSize")
23869
23749
  self._DiskType = params.get("DiskType")
23870
23750
  self._DiskNum = params.get("DiskNum")
23751
+ self._ExtraPerformance = params.get("ExtraPerformance")
23871
23752
  memeber_set = set(params.keys())
23872
23753
  for name, value in vars(self).items():
23873
23754
  property_name = name[1:]
@@ -24817,13 +24698,10 @@ class PodSpec(AbstractModel):
24817
24698
  注意:此字段可能返回 null,表示取不到有效值。
24818
24699
  :type DynamicPodSpec: :class:`tencentcloud.emr.v20190103.models.DynamicPodSpec`
24819
24700
  :param _VpcId: 代表vpc网络唯一id
24820
- 注意:此字段可能返回 null,表示取不到有效值。
24821
24701
  :type VpcId: str
24822
24702
  :param _SubnetId: 代表vpc子网唯一id
24823
- 注意:此字段可能返回 null,表示取不到有效值。
24824
24703
  :type SubnetId: str
24825
24704
  :param _PodName: pod name
24826
- 注意:此字段可能返回 null,表示取不到有效值。
24827
24705
  :type PodName: str
24828
24706
  """
24829
24707
  self._ResourceProviderIdentifier = None
@@ -24954,7 +24832,6 @@ class PodSpec(AbstractModel):
24954
24832
  @property
24955
24833
  def VpcId(self):
24956
24834
  """代表vpc网络唯一id
24957
- 注意:此字段可能返回 null,表示取不到有效值。
24958
24835
  :rtype: str
24959
24836
  """
24960
24837
  return self._VpcId
@@ -24966,7 +24843,6 @@ class PodSpec(AbstractModel):
24966
24843
  @property
24967
24844
  def SubnetId(self):
24968
24845
  """代表vpc子网唯一id
24969
- 注意:此字段可能返回 null,表示取不到有效值。
24970
24846
  :rtype: str
24971
24847
  """
24972
24848
  return self._SubnetId
@@ -24978,7 +24854,6 @@ class PodSpec(AbstractModel):
24978
24854
  @property
24979
24855
  def PodName(self):
24980
24856
  """pod name
24981
- 注意:此字段可能返回 null,表示取不到有效值。
24982
24857
  :rtype: str
24983
24858
  """
24984
24859
  return self._PodName
@@ -25674,43 +25549,32 @@ class PriceResource(AbstractModel):
25674
25549
  def __init__(self):
25675
25550
  r"""
25676
25551
  :param _Spec: 需要的规格
25677
- 注意:此字段可能返回 null,表示取不到有效值。
25678
25552
  :type Spec: str
25679
25553
  :param _StorageType: 硬盘类型
25680
- 注意:此字段可能返回 null,表示取不到有效值。
25681
25554
  :type StorageType: int
25682
25555
  :param _DiskType: 硬盘类型
25683
- 注意:此字段可能返回 null,表示取不到有效值。
25684
25556
  :type DiskType: str
25685
25557
  :param _RootSize: 系统盘大小
25686
- 注意:此字段可能返回 null,表示取不到有效值。
25687
25558
  :type RootSize: int
25688
25559
  :param _MemSize: 内存大小
25689
- 注意:此字段可能返回 null,表示取不到有效值。
25690
25560
  :type MemSize: int
25691
25561
  :param _Cpu: 核心数量
25692
- 注意:此字段可能返回 null,表示取不到有效值。
25693
25562
  :type Cpu: int
25694
25563
  :param _DiskSize: 硬盘大小
25695
- 注意:此字段可能返回 null,表示取不到有效值。
25696
25564
  :type DiskSize: int
25697
25565
  :param _MultiDisks: 云盘列表
25698
25566
  注意:此字段可能返回 null,表示取不到有效值。
25699
25567
  :type MultiDisks: list of MultiDisk
25700
25568
  :param _DiskCnt: 磁盘数量
25701
- 注意:此字段可能返回 null,表示取不到有效值。
25702
25569
  :type DiskCnt: int
25703
25570
  :param _InstanceType: 规格
25704
- 注意:此字段可能返回 null,表示取不到有效值。
25705
25571
  :type InstanceType: str
25706
25572
  :param _Tags: 标签
25707
25573
  注意:此字段可能返回 null,表示取不到有效值。
25708
25574
  :type Tags: list of Tag
25709
25575
  :param _DiskNum: 磁盘数量
25710
- 注意:此字段可能返回 null,表示取不到有效值。
25711
25576
  :type DiskNum: int
25712
25577
  :param _LocalDiskNum: 本地盘的数量
25713
- 注意:此字段可能返回 null,表示取不到有效值。
25714
25578
  :type LocalDiskNum: int
25715
25579
  """
25716
25580
  self._Spec = None
@@ -25730,7 +25594,6 @@ class PriceResource(AbstractModel):
25730
25594
  @property
25731
25595
  def Spec(self):
25732
25596
  """需要的规格
25733
- 注意:此字段可能返回 null,表示取不到有效值。
25734
25597
  :rtype: str
25735
25598
  """
25736
25599
  return self._Spec
@@ -25742,7 +25605,6 @@ class PriceResource(AbstractModel):
25742
25605
  @property
25743
25606
  def StorageType(self):
25744
25607
  """硬盘类型
25745
- 注意:此字段可能返回 null,表示取不到有效值。
25746
25608
  :rtype: int
25747
25609
  """
25748
25610
  return self._StorageType
@@ -25754,7 +25616,6 @@ class PriceResource(AbstractModel):
25754
25616
  @property
25755
25617
  def DiskType(self):
25756
25618
  """硬盘类型
25757
- 注意:此字段可能返回 null,表示取不到有效值。
25758
25619
  :rtype: str
25759
25620
  """
25760
25621
  return self._DiskType
@@ -25766,7 +25627,6 @@ class PriceResource(AbstractModel):
25766
25627
  @property
25767
25628
  def RootSize(self):
25768
25629
  """系统盘大小
25769
- 注意:此字段可能返回 null,表示取不到有效值。
25770
25630
  :rtype: int
25771
25631
  """
25772
25632
  return self._RootSize
@@ -25778,7 +25638,6 @@ class PriceResource(AbstractModel):
25778
25638
  @property
25779
25639
  def MemSize(self):
25780
25640
  """内存大小
25781
- 注意:此字段可能返回 null,表示取不到有效值。
25782
25641
  :rtype: int
25783
25642
  """
25784
25643
  return self._MemSize
@@ -25790,7 +25649,6 @@ class PriceResource(AbstractModel):
25790
25649
  @property
25791
25650
  def Cpu(self):
25792
25651
  """核心数量
25793
- 注意:此字段可能返回 null,表示取不到有效值。
25794
25652
  :rtype: int
25795
25653
  """
25796
25654
  return self._Cpu
@@ -25802,7 +25660,6 @@ class PriceResource(AbstractModel):
25802
25660
  @property
25803
25661
  def DiskSize(self):
25804
25662
  """硬盘大小
25805
- 注意:此字段可能返回 null,表示取不到有效值。
25806
25663
  :rtype: int
25807
25664
  """
25808
25665
  return self._DiskSize
@@ -25826,7 +25683,6 @@ class PriceResource(AbstractModel):
25826
25683
  @property
25827
25684
  def DiskCnt(self):
25828
25685
  """磁盘数量
25829
- 注意:此字段可能返回 null,表示取不到有效值。
25830
25686
  :rtype: int
25831
25687
  """
25832
25688
  return self._DiskCnt
@@ -25838,7 +25694,6 @@ class PriceResource(AbstractModel):
25838
25694
  @property
25839
25695
  def InstanceType(self):
25840
25696
  """规格
25841
- 注意:此字段可能返回 null,表示取不到有效值。
25842
25697
  :rtype: str
25843
25698
  """
25844
25699
  return self._InstanceType
@@ -25862,7 +25717,6 @@ class PriceResource(AbstractModel):
25862
25717
  @property
25863
25718
  def DiskNum(self):
25864
25719
  """磁盘数量
25865
- 注意:此字段可能返回 null,表示取不到有效值。
25866
25720
  :rtype: int
25867
25721
  """
25868
25722
  return self._DiskNum
@@ -25874,7 +25728,6 @@ class PriceResource(AbstractModel):
25874
25728
  @property
25875
25729
  def LocalDiskNum(self):
25876
25730
  """本地盘的数量
25877
- 注意:此字段可能返回 null,表示取不到有效值。
25878
25731
  :rtype: int
25879
25732
  """
25880
25733
  return self._LocalDiskNum
@@ -26284,6 +26137,8 @@ class RepeatStrategy(AbstractModel):
26284
26137
  :param _Expire: 规则过期时间,超过该时间后,规则将自动置为暂停状态,形式为"2020-07-23 00:00:00"。必须填写
26285
26138
  注意:此字段可能返回 null,表示取不到有效值。
26286
26139
  :type Expire: str
26140
+ :param _StartTime: 周期性规则开始时间
26141
+ :type StartTime: str
26287
26142
  """
26288
26143
  self._RepeatType = None
26289
26144
  self._DayRepeat = None
@@ -26291,6 +26146,7 @@ class RepeatStrategy(AbstractModel):
26291
26146
  self._MonthRepeat = None
26292
26147
  self._NotRepeat = None
26293
26148
  self._Expire = None
26149
+ self._StartTime = None
26294
26150
 
26295
26151
  @property
26296
26152
  def RepeatType(self):
@@ -26363,6 +26219,17 @@ class RepeatStrategy(AbstractModel):
26363
26219
  def Expire(self, Expire):
26364
26220
  self._Expire = Expire
26365
26221
 
26222
+ @property
26223
+ def StartTime(self):
26224
+ """周期性规则开始时间
26225
+ :rtype: str
26226
+ """
26227
+ return self._StartTime
26228
+
26229
+ @StartTime.setter
26230
+ def StartTime(self, StartTime):
26231
+ self._StartTime = StartTime
26232
+
26366
26233
 
26367
26234
  def _deserialize(self, params):
26368
26235
  self._RepeatType = params.get("RepeatType")
@@ -26379,6 +26246,7 @@ class RepeatStrategy(AbstractModel):
26379
26246
  self._NotRepeat = NotRepeatStrategy()
26380
26247
  self._NotRepeat._deserialize(params.get("NotRepeat"))
26381
26248
  self._Expire = params.get("Expire")
26249
+ self._StartTime = params.get("StartTime")
26382
26250
  memeber_set = set(params.keys())
26383
26251
  for name, value in vars(self).items():
26384
26252
  property_name = name[1:]
@@ -26565,7 +26433,6 @@ class ResizeDataDisksResponse(AbstractModel):
26565
26433
  def __init__(self):
26566
26434
  r"""
26567
26435
  :param _FlowId: 流程Id
26568
- 注意:此字段可能返回 null,表示取不到有效值。
26569
26436
  :type FlowId: int
26570
26437
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
26571
26438
  :type RequestId: str
@@ -26576,7 +26443,6 @@ class ResizeDataDisksResponse(AbstractModel):
26576
26443
  @property
26577
26444
  def FlowId(self):
26578
26445
  """流程Id
26579
- 注意:此字段可能返回 null,表示取不到有效值。
26580
26446
  :rtype: int
26581
26447
  """
26582
26448
  return self._FlowId
@@ -26610,7 +26476,6 @@ class Resource(AbstractModel):
26610
26476
  def __init__(self):
26611
26477
  r"""
26612
26478
  :param _Spec: 节点规格描述,如CVM.SA2。
26613
- 注意:此字段可能返回 null,表示取不到有效值。
26614
26479
  :type Spec: str
26615
26480
  :param _StorageType: 存储类型
26616
26481
  取值范围:
@@ -26619,26 +26484,20 @@ class Resource(AbstractModel):
26619
26484
  <li>6:表示增强型SSD云硬盘。</li>
26620
26485
  <li>11:表示吞吐型云硬盘。</li>
26621
26486
  <li>12:表示极速型SSD云硬盘。</li>:创建时该类型无效,会根据数据盘类型和节点类型自动判断
26622
- 注意:此字段可能返回 null,表示取不到有效值。
26623
26487
  :type StorageType: int
26624
26488
  :param _DiskType: 磁盘类型
26625
26489
  取值范围:
26626
26490
  <li>CLOUD_SSD:表示云SSD。</li>
26627
26491
  <li>CLOUD_PREMIUM:表示高效云盘。</li>
26628
26492
  <li>CLOUD_BASIC:表示云硬盘。</li>
26629
- 注意:此字段可能返回 null,表示取不到有效值。
26630
26493
  :type DiskType: str
26631
26494
  :param _MemSize: 内存容量,单位为M
26632
- 注意:此字段可能返回 null,表示取不到有效值。
26633
26495
  :type MemSize: int
26634
26496
  :param _Cpu: CPU核数
26635
- 注意:此字段可能返回 null,表示取不到有效值。
26636
26497
  :type Cpu: int
26637
26498
  :param _DiskSize: 数据盘容量
26638
- 注意:此字段可能返回 null,表示取不到有效值。
26639
26499
  :type DiskSize: int
26640
26500
  :param _RootSize: 系统盘容量
26641
- 注意:此字段可能返回 null,表示取不到有效值。
26642
26501
  :type RootSize: int
26643
26502
  :param _MultiDisks: 云盘列表,当数据盘为一块云盘时,直接使用DiskType和DiskSize参数,超出部分使用MultiDisks
26644
26503
  注意:此字段可能返回 null,表示取不到有效值。
@@ -26647,13 +26506,10 @@ class Resource(AbstractModel):
26647
26506
  注意:此字段可能返回 null,表示取不到有效值。
26648
26507
  :type Tags: list of Tag
26649
26508
  :param _InstanceType: 规格类型,如S2.MEDIUM8
26650
- 注意:此字段可能返回 null,表示取不到有效值。
26651
26509
  :type InstanceType: str
26652
26510
  :param _LocalDiskNum: 本地盘数量,该字段已废弃
26653
- 注意:此字段可能返回 null,表示取不到有效值。
26654
26511
  :type LocalDiskNum: int
26655
26512
  :param _DiskNum: 本地盘数量,如2
26656
- 注意:此字段可能返回 null,表示取不到有效值。
26657
26513
  :type DiskNum: int
26658
26514
  """
26659
26515
  self._Spec = None
@@ -26672,7 +26528,6 @@ class Resource(AbstractModel):
26672
26528
  @property
26673
26529
  def Spec(self):
26674
26530
  """节点规格描述,如CVM.SA2。
26675
- 注意:此字段可能返回 null,表示取不到有效值。
26676
26531
  :rtype: str
26677
26532
  """
26678
26533
  return self._Spec
@@ -26690,7 +26545,6 @@ class Resource(AbstractModel):
26690
26545
  <li>6:表示增强型SSD云硬盘。</li>
26691
26546
  <li>11:表示吞吐型云硬盘。</li>
26692
26547
  <li>12:表示极速型SSD云硬盘。</li>:创建时该类型无效,会根据数据盘类型和节点类型自动判断
26693
- 注意:此字段可能返回 null,表示取不到有效值。
26694
26548
  :rtype: int
26695
26549
  """
26696
26550
  return self._StorageType
@@ -26706,7 +26560,6 @@ class Resource(AbstractModel):
26706
26560
  <li>CLOUD_SSD:表示云SSD。</li>
26707
26561
  <li>CLOUD_PREMIUM:表示高效云盘。</li>
26708
26562
  <li>CLOUD_BASIC:表示云硬盘。</li>
26709
- 注意:此字段可能返回 null,表示取不到有效值。
26710
26563
  :rtype: str
26711
26564
  """
26712
26565
  return self._DiskType
@@ -26718,7 +26571,6 @@ class Resource(AbstractModel):
26718
26571
  @property
26719
26572
  def MemSize(self):
26720
26573
  """内存容量,单位为M
26721
- 注意:此字段可能返回 null,表示取不到有效值。
26722
26574
  :rtype: int
26723
26575
  """
26724
26576
  return self._MemSize
@@ -26730,7 +26582,6 @@ class Resource(AbstractModel):
26730
26582
  @property
26731
26583
  def Cpu(self):
26732
26584
  """CPU核数
26733
- 注意:此字段可能返回 null,表示取不到有效值。
26734
26585
  :rtype: int
26735
26586
  """
26736
26587
  return self._Cpu
@@ -26742,7 +26593,6 @@ class Resource(AbstractModel):
26742
26593
  @property
26743
26594
  def DiskSize(self):
26744
26595
  """数据盘容量
26745
- 注意:此字段可能返回 null,表示取不到有效值。
26746
26596
  :rtype: int
26747
26597
  """
26748
26598
  return self._DiskSize
@@ -26754,7 +26604,6 @@ class Resource(AbstractModel):
26754
26604
  @property
26755
26605
  def RootSize(self):
26756
26606
  """系统盘容量
26757
- 注意:此字段可能返回 null,表示取不到有效值。
26758
26607
  :rtype: int
26759
26608
  """
26760
26609
  return self._RootSize
@@ -26790,7 +26639,6 @@ class Resource(AbstractModel):
26790
26639
  @property
26791
26640
  def InstanceType(self):
26792
26641
  """规格类型,如S2.MEDIUM8
26793
- 注意:此字段可能返回 null,表示取不到有效值。
26794
26642
  :rtype: str
26795
26643
  """
26796
26644
  return self._InstanceType
@@ -26802,7 +26650,6 @@ class Resource(AbstractModel):
26802
26650
  @property
26803
26651
  def LocalDiskNum(self):
26804
26652
  """本地盘数量,该字段已废弃
26805
- 注意:此字段可能返回 null,表示取不到有效值。
26806
26653
  :rtype: int
26807
26654
  """
26808
26655
  return self._LocalDiskNum
@@ -26814,7 +26661,6 @@ class Resource(AbstractModel):
26814
26661
  @property
26815
26662
  def DiskNum(self):
26816
26663
  """本地盘数量,如2
26817
- 注意:此字段可能返回 null,表示取不到有效值。
26818
26664
  :rtype: int
26819
26665
  """
26820
26666
  return self._DiskNum
@@ -28083,19 +27929,15 @@ class ScaleOutClusterResponse(AbstractModel):
28083
27929
  :param _InstanceId: 实例ID。
28084
27930
  :type InstanceId: str
28085
27931
  :param _ClientToken: 客户端Token。
28086
- 注意:此字段可能返回 null,表示取不到有效值。
28087
27932
  :type ClientToken: str
28088
27933
  :param _FlowId: 扩容流程ID。
28089
- 注意:此字段可能返回 null,表示取不到有效值。
28090
27934
  :type FlowId: int
28091
27935
  :param _TraceId: 查询流程状态,流程额外信息
28092
- 注意:此字段可能返回 null,表示取不到有效值。
28093
27936
  :type TraceId: str
28094
27937
  :param _DealNames: 订单号。
28095
27938
  注意:此字段可能返回 null,表示取不到有效值。
28096
27939
  :type DealNames: list of str
28097
27940
  :param _BillId: 大订单号。
28098
- 注意:此字段可能返回 null,表示取不到有效值。
28099
27941
  :type BillId: str
28100
27942
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
28101
27943
  :type RequestId: str
@@ -28122,7 +27964,6 @@ class ScaleOutClusterResponse(AbstractModel):
28122
27964
  @property
28123
27965
  def ClientToken(self):
28124
27966
  """客户端Token。
28125
- 注意:此字段可能返回 null,表示取不到有效值。
28126
27967
  :rtype: str
28127
27968
  """
28128
27969
  return self._ClientToken
@@ -28134,7 +27975,6 @@ class ScaleOutClusterResponse(AbstractModel):
28134
27975
  @property
28135
27976
  def FlowId(self):
28136
27977
  """扩容流程ID。
28137
- 注意:此字段可能返回 null,表示取不到有效值。
28138
27978
  :rtype: int
28139
27979
  """
28140
27980
  return self._FlowId
@@ -28146,7 +27986,6 @@ class ScaleOutClusterResponse(AbstractModel):
28146
27986
  @property
28147
27987
  def TraceId(self):
28148
27988
  """查询流程状态,流程额外信息
28149
- 注意:此字段可能返回 null,表示取不到有效值。
28150
27989
  :rtype: str
28151
27990
  """
28152
27991
  return self._TraceId
@@ -28170,7 +28009,6 @@ class ScaleOutClusterResponse(AbstractModel):
28170
28009
  @property
28171
28010
  def BillId(self):
28172
28011
  """大订单号。
28173
- 注意:此字段可能返回 null,表示取不到有效值。
28174
28012
  :rtype: str
28175
28013
  """
28176
28014
  return self._BillId
@@ -28691,16 +28529,12 @@ class ScaleOutInstanceResponse(AbstractModel):
28691
28529
  注意:此字段可能返回 null,表示取不到有效值。
28692
28530
  :type DealNames: list of str
28693
28531
  :param _ClientToken: 客户端Token。
28694
- 注意:此字段可能返回 null,表示取不到有效值。
28695
28532
  :type ClientToken: str
28696
28533
  :param _FlowId: 扩容流程ID。
28697
- 注意:此字段可能返回 null,表示取不到有效值。
28698
28534
  :type FlowId: int
28699
28535
  :param _BillId: 大订单号。
28700
- 注意:此字段可能返回 null,表示取不到有效值。
28701
28536
  :type BillId: str
28702
28537
  :param _TraceId: 扩容TraceId
28703
- 注意:此字段可能返回 null,表示取不到有效值。
28704
28538
  :type TraceId: str
28705
28539
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
28706
28540
  :type RequestId: str
@@ -28739,7 +28573,6 @@ class ScaleOutInstanceResponse(AbstractModel):
28739
28573
  @property
28740
28574
  def ClientToken(self):
28741
28575
  """客户端Token。
28742
- 注意:此字段可能返回 null,表示取不到有效值。
28743
28576
  :rtype: str
28744
28577
  """
28745
28578
  return self._ClientToken
@@ -28751,7 +28584,6 @@ class ScaleOutInstanceResponse(AbstractModel):
28751
28584
  @property
28752
28585
  def FlowId(self):
28753
28586
  """扩容流程ID。
28754
- 注意:此字段可能返回 null,表示取不到有效值。
28755
28587
  :rtype: int
28756
28588
  """
28757
28589
  return self._FlowId
@@ -28763,7 +28595,6 @@ class ScaleOutInstanceResponse(AbstractModel):
28763
28595
  @property
28764
28596
  def BillId(self):
28765
28597
  """大订单号。
28766
- 注意:此字段可能返回 null,表示取不到有效值。
28767
28598
  :rtype: str
28768
28599
  """
28769
28600
  return self._BillId
@@ -28775,7 +28606,6 @@ class ScaleOutInstanceResponse(AbstractModel):
28775
28606
  @property
28776
28607
  def TraceId(self):
28777
28608
  """扩容TraceId
28778
- 注意:此字段可能返回 null,表示取不到有效值。
28779
28609
  :rtype: str
28780
28610
  """
28781
28611
  return self._TraceId
@@ -32097,56 +31927,42 @@ class TimeAutoScaleStrategy(AbstractModel):
32097
31927
  def __init__(self):
32098
31928
  r"""
32099
31929
  :param _StrategyName: 策略名字,集群内唯一。
32100
- 注意:此字段可能返回 null,表示取不到有效值。
32101
31930
  :type StrategyName: str
32102
31931
  :param _IntervalTime: 策略触发后的冷却时间,该段时间内,将不能触发弹性扩缩容。
32103
- 注意:此字段可能返回 null,表示取不到有效值。
32104
31932
  :type IntervalTime: int
32105
31933
  :param _ScaleAction: 扩缩容动作,1表示扩容,2表示缩容。
32106
- 注意:此字段可能返回 null,表示取不到有效值。
32107
31934
  :type ScaleAction: int
32108
31935
  :param _ScaleNum: 扩缩容数量。
32109
- 注意:此字段可能返回 null,表示取不到有效值。
32110
31936
  :type ScaleNum: int
32111
31937
  :param _StrategyStatus: 规则状态,1表示有效,2表示无效,3表示暂停。必须填写
32112
- 注意:此字段可能返回 null,表示取不到有效值。
32113
31938
  :type StrategyStatus: int
32114
31939
  :param _Priority: 规则优先级,越小越高。
32115
- 注意:此字段可能返回 null,表示取不到有效值。
32116
31940
  :type Priority: int
32117
31941
  :param _RetryValidTime: 当多条规则同时触发,其中某些未真正执行时,在该时间范围内,将会重试。
32118
- 注意:此字段可能返回 null,表示取不到有效值。
32119
31942
  :type RetryValidTime: int
32120
31943
  :param _RepeatStrategy: 时间扩缩容重复策略
32121
31944
  注意:此字段可能返回 null,表示取不到有效值。
32122
31945
  :type RepeatStrategy: :class:`tencentcloud.emr.v20190103.models.RepeatStrategy`
32123
31946
  :param _StrategyId: 策略唯一ID。
32124
- 注意:此字段可能返回 null,表示取不到有效值。
32125
31947
  :type StrategyId: int
32126
31948
  :param _GraceDownFlag: 优雅缩容开关
32127
- 注意:此字段可能返回 null,表示取不到有效值。
32128
31949
  :type GraceDownFlag: bool
32129
31950
  :param _GraceDownTime: 优雅缩容等待时间
32130
- 注意:此字段可能返回 null,表示取不到有效值。
32131
31951
  :type GraceDownTime: int
32132
31952
  :param _Tags: 绑定标签列表
32133
31953
  注意:此字段可能返回 null,表示取不到有效值。
32134
31954
  :type Tags: list of Tag
32135
31955
  :param _ConfigGroupAssigned: 预设配置组
32136
- 注意:此字段可能返回 null,表示取不到有效值。
32137
31956
  :type ConfigGroupAssigned: str
32138
31957
  :param _MeasureMethod: 扩容资源计算方法,"DEFAULT","INSTANCE", "CPU", "MEMORYGB"。
32139
31958
  "DEFAULT"表示默认方式,与"INSTANCE"意义相同。
32140
31959
  "INSTANCE"表示按照节点计算,默认方式。
32141
31960
  "CPU"表示按照机器的核数计算。
32142
31961
  "MEMORYGB"表示按照机器内存数计算。
32143
- 注意:此字段可能返回 null,表示取不到有效值。
32144
31962
  :type MeasureMethod: str
32145
31963
  :param _TerminatePolicy: 销毁策略, "DEFAULT",默认销毁策略,由缩容规则触发缩容,"TIMING"表示定时销毁
32146
- 注意:此字段可能返回 null,表示取不到有效值。
32147
31964
  :type TerminatePolicy: str
32148
31965
  :param _MaxUse: 最长使用时间, 秒数,最短1小时,最长24小时
32149
- 注意:此字段可能返回 null,表示取不到有效值。
32150
31966
  :type MaxUse: int
32151
31967
  :param _SoftDeployInfo: 节点部署服务列表。部署服务仅填写HDFS、YARN。[组件名对应的映射关系表](https://cloud.tencent.com/document/product/589/98760)
32152
31968
  注意:此字段可能返回 null,表示取不到有效值。
@@ -32155,10 +31971,8 @@ class TimeAutoScaleStrategy(AbstractModel):
32155
31971
  注意:此字段可能返回 null,表示取不到有效值。
32156
31972
  :type ServiceNodeInfo: list of int
32157
31973
  :param _CompensateFlag: 补偿扩容,0表示不开启,1表示开启
32158
- 注意:此字段可能返回 null,表示取不到有效值。
32159
31974
  :type CompensateFlag: int
32160
31975
  :param _GroupId: 伸缩组id
32161
- 注意:此字段可能返回 null,表示取不到有效值。
32162
31976
  :type GroupId: int
32163
31977
  """
32164
31978
  self._StrategyName = None
@@ -32185,7 +31999,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32185
31999
  @property
32186
32000
  def StrategyName(self):
32187
32001
  """策略名字,集群内唯一。
32188
- 注意:此字段可能返回 null,表示取不到有效值。
32189
32002
  :rtype: str
32190
32003
  """
32191
32004
  return self._StrategyName
@@ -32197,7 +32010,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32197
32010
  @property
32198
32011
  def IntervalTime(self):
32199
32012
  """策略触发后的冷却时间,该段时间内,将不能触发弹性扩缩容。
32200
- 注意:此字段可能返回 null,表示取不到有效值。
32201
32013
  :rtype: int
32202
32014
  """
32203
32015
  return self._IntervalTime
@@ -32209,7 +32021,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32209
32021
  @property
32210
32022
  def ScaleAction(self):
32211
32023
  """扩缩容动作,1表示扩容,2表示缩容。
32212
- 注意:此字段可能返回 null,表示取不到有效值。
32213
32024
  :rtype: int
32214
32025
  """
32215
32026
  return self._ScaleAction
@@ -32221,7 +32032,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32221
32032
  @property
32222
32033
  def ScaleNum(self):
32223
32034
  """扩缩容数量。
32224
- 注意:此字段可能返回 null,表示取不到有效值。
32225
32035
  :rtype: int
32226
32036
  """
32227
32037
  return self._ScaleNum
@@ -32233,7 +32043,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32233
32043
  @property
32234
32044
  def StrategyStatus(self):
32235
32045
  """规则状态,1表示有效,2表示无效,3表示暂停。必须填写
32236
- 注意:此字段可能返回 null,表示取不到有效值。
32237
32046
  :rtype: int
32238
32047
  """
32239
32048
  return self._StrategyStatus
@@ -32245,7 +32054,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32245
32054
  @property
32246
32055
  def Priority(self):
32247
32056
  """规则优先级,越小越高。
32248
- 注意:此字段可能返回 null,表示取不到有效值。
32249
32057
  :rtype: int
32250
32058
  """
32251
32059
  return self._Priority
@@ -32257,7 +32065,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32257
32065
  @property
32258
32066
  def RetryValidTime(self):
32259
32067
  """当多条规则同时触发,其中某些未真正执行时,在该时间范围内,将会重试。
32260
- 注意:此字段可能返回 null,表示取不到有效值。
32261
32068
  :rtype: int
32262
32069
  """
32263
32070
  return self._RetryValidTime
@@ -32281,7 +32088,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32281
32088
  @property
32282
32089
  def StrategyId(self):
32283
32090
  """策略唯一ID。
32284
- 注意:此字段可能返回 null,表示取不到有效值。
32285
32091
  :rtype: int
32286
32092
  """
32287
32093
  return self._StrategyId
@@ -32293,7 +32099,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32293
32099
  @property
32294
32100
  def GraceDownFlag(self):
32295
32101
  """优雅缩容开关
32296
- 注意:此字段可能返回 null,表示取不到有效值。
32297
32102
  :rtype: bool
32298
32103
  """
32299
32104
  return self._GraceDownFlag
@@ -32305,7 +32110,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32305
32110
  @property
32306
32111
  def GraceDownTime(self):
32307
32112
  """优雅缩容等待时间
32308
- 注意:此字段可能返回 null,表示取不到有效值。
32309
32113
  :rtype: int
32310
32114
  """
32311
32115
  return self._GraceDownTime
@@ -32329,7 +32133,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32329
32133
  @property
32330
32134
  def ConfigGroupAssigned(self):
32331
32135
  """预设配置组
32332
- 注意:此字段可能返回 null,表示取不到有效值。
32333
32136
  :rtype: str
32334
32137
  """
32335
32138
  return self._ConfigGroupAssigned
@@ -32345,7 +32148,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32345
32148
  "INSTANCE"表示按照节点计算,默认方式。
32346
32149
  "CPU"表示按照机器的核数计算。
32347
32150
  "MEMORYGB"表示按照机器内存数计算。
32348
- 注意:此字段可能返回 null,表示取不到有效值。
32349
32151
  :rtype: str
32350
32152
  """
32351
32153
  return self._MeasureMethod
@@ -32357,7 +32159,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32357
32159
  @property
32358
32160
  def TerminatePolicy(self):
32359
32161
  """销毁策略, "DEFAULT",默认销毁策略,由缩容规则触发缩容,"TIMING"表示定时销毁
32360
- 注意:此字段可能返回 null,表示取不到有效值。
32361
32162
  :rtype: str
32362
32163
  """
32363
32164
  return self._TerminatePolicy
@@ -32369,7 +32170,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32369
32170
  @property
32370
32171
  def MaxUse(self):
32371
32172
  """最长使用时间, 秒数,最短1小时,最长24小时
32372
- 注意:此字段可能返回 null,表示取不到有效值。
32373
32173
  :rtype: int
32374
32174
  """
32375
32175
  return self._MaxUse
@@ -32405,7 +32205,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32405
32205
  @property
32406
32206
  def CompensateFlag(self):
32407
32207
  """补偿扩容,0表示不开启,1表示开启
32408
- 注意:此字段可能返回 null,表示取不到有效值。
32409
32208
  :rtype: int
32410
32209
  """
32411
32210
  return self._CompensateFlag
@@ -32417,7 +32216,6 @@ class TimeAutoScaleStrategy(AbstractModel):
32417
32216
  @property
32418
32217
  def GroupId(self):
32419
32218
  """伸缩组id
32420
- 注意:此字段可能返回 null,表示取不到有效值。
32421
32219
  :rtype: int
32422
32220
  """
32423
32221
  return self._GroupId
@@ -32570,7 +32368,6 @@ class TriggerCondition(AbstractModel):
32570
32368
  :param _CompareMethod: 条件比较方法,1表示大于,2表示小于,3表示大于等于,4表示小于等于。
32571
32369
  :type CompareMethod: int
32572
32370
  :param _Threshold: 条件阈值。
32573
- 注意:此字段可能返回 null,表示取不到有效值。
32574
32371
  :type Threshold: float
32575
32372
  """
32576
32373
  self._CompareMethod = None
@@ -32590,7 +32387,6 @@ class TriggerCondition(AbstractModel):
32590
32387
  @property
32591
32388
  def Threshold(self):
32592
32389
  """条件阈值。
32593
- 注意:此字段可能返回 null,表示取不到有效值。
32594
32390
  :rtype: float
32595
32391
  """
32596
32392
  return self._Threshold