tencentcloud-sdk-python 3.0.1285__py2.py3-none-any.whl → 3.0.1287__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 (42) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/errorcodes.py +4 -4
  3. tencentcloud/batch/v20170312/models.py +94 -6
  4. tencentcloud/bi/v20220105/models.py +15 -0
  5. tencentcloud/ccc/v20200210/models.py +45 -0
  6. tencentcloud/cfg/v20210820/models.py +78 -0
  7. tencentcloud/domain/v20180808/domain_client.py +1 -1
  8. tencentcloud/domain/v20180808/errorcodes.py +3 -0
  9. tencentcloud/dsgc/v20190723/dsgc_client.py +1 -2
  10. tencentcloud/dsgc/v20190723/models.py +241 -1136
  11. tencentcloud/dts/v20211206/models.py +17 -0
  12. tencentcloud/ess/v20201111/ess_client.py +28 -0
  13. tencentcloud/ess/v20201111/models.py +452 -37
  14. tencentcloud/essbasic/v20210526/essbasic_client.py +28 -0
  15. tencentcloud/essbasic/v20210526/models.py +463 -39
  16. tencentcloud/iss/v20230517/models.py +2 -2
  17. tencentcloud/keewidb/v20220308/models.py +19 -2
  18. tencentcloud/lighthouse/v20200324/models.py +6 -6
  19. tencentcloud/mariadb/v20170312/models.py +12 -8
  20. tencentcloud/monitor/v20180724/errorcodes.py +3 -0
  21. tencentcloud/monitor/v20180724/models.py +421 -0
  22. tencentcloud/monitor/v20180724/monitor_client.py +46 -0
  23. tencentcloud/mps/v20190612/models.py +68 -54
  24. tencentcloud/ocr/v20181119/models.py +15 -0
  25. tencentcloud/ocr/v20181119/ocr_client.py +2 -2
  26. tencentcloud/organization/v20210331/models.py +71 -26
  27. tencentcloud/privatedns/v20201028/models.py +4 -0
  28. tencentcloud/privatedns/v20201028/privatedns_client.py +1 -1
  29. tencentcloud/tdmq/v20200217/models.py +116 -2
  30. tencentcloud/tdmq/v20200217/tdmq_client.py +23 -0
  31. tencentcloud/teo/v20220901/models.py +1499 -81
  32. tencentcloud/teo/v20220901/teo_client.py +207 -0
  33. tencentcloud/thpc/v20211109/models.py +4 -4
  34. tencentcloud/thpc/v20220401/models.py +8 -10
  35. tencentcloud/tiia/v20190529/models.py +2 -42
  36. tencentcloud/tiia/v20190529/tiia_client.py +14 -17
  37. tencentcloud/vod/v20180717/errorcodes.py +1 -1
  38. {tencentcloud_sdk_python-3.0.1285.dist-info → tencentcloud_sdk_python-3.0.1287.dist-info}/METADATA +1 -1
  39. {tencentcloud_sdk_python-3.0.1285.dist-info → tencentcloud_sdk_python-3.0.1287.dist-info}/RECORD +42 -42
  40. {tencentcloud_sdk_python-3.0.1285.dist-info → tencentcloud_sdk_python-3.0.1287.dist-info}/LICENSE +0 -0
  41. {tencentcloud_sdk_python-3.0.1285.dist-info → tencentcloud_sdk_python-3.0.1287.dist-info}/WHEEL +0 -0
  42. {tencentcloud_sdk_python-3.0.1285.dist-info → tencentcloud_sdk_python-3.0.1287.dist-info}/top_level.txt +0 -0
tencentcloud/__init__.py CHANGED
@@ -14,4 +14,4 @@
14
14
  # limitations under the License.
15
15
 
16
16
 
17
- __version__ = '3.0.1285'
17
+ __version__ = '3.0.1287'
@@ -41,7 +41,7 @@ FAILEDOPERATION_APMCREDENTIALNOTEXIST = 'FailedOperation.ApmCredentialNotExist'
41
41
  # appid和业务系统信息不匹配。
42
42
  FAILEDOPERATION_APPIDNOTMATCHINSTANCEINFO = 'FailedOperation.AppIdNotMatchInstanceInfo'
43
43
 
44
- # 未命中白名单且实例id为官方demo实例id时,不允许修改接口。
44
+ # 未命中白名单且业务系统id为官方demo业务系统id时,不允许修改接口。
45
45
  FAILEDOPERATION_DEMOINSTANCENOTALLOWMODIFIED = 'FailedOperation.DemoInstanceNotAllowModified'
46
46
 
47
47
  # 请勿填写重复的应用名
@@ -50,16 +50,16 @@ FAILEDOPERATION_DUPLICATESERVICE = 'FailedOperation.DuplicateService'
50
50
  # 请勿填写重复的标签名
51
51
  FAILEDOPERATION_DUPLICATETAGFIELD = 'FailedOperation.DuplicateTagField'
52
52
 
53
- # 该实例不允许修改
53
+ # 该业务系统不允许修改
54
54
  FAILEDOPERATION_INSTANCECANNOTMODIFY = 'FailedOperation.InstanceCannotModify'
55
55
 
56
- # 实例ID为空。
56
+ # 业务系统ID为空。
57
57
  FAILEDOPERATION_INSTANCEIDISEMPTY = 'FailedOperation.InstanceIdIsEmpty'
58
58
 
59
59
  # apm业务系统不存在。
60
60
  FAILEDOPERATION_INSTANCENOTFOUND = 'FailedOperation.InstanceNotFound'
61
61
 
62
- # 非法实例id。
62
+ # 非法业务系统id。
63
63
  FAILEDOPERATION_INVALIDINSTANCEID = 'FailedOperation.InvalidInstanceID'
64
64
 
65
65
  # 不合法入参
@@ -201,10 +201,13 @@ class AgentRunningMode(AbstractModel):
201
201
  def __init__(self):
202
202
  r"""
203
203
  :param _Scene: 场景类型,支持WINDOWS
204
+ 注意:此字段可能返回 null,表示取不到有效值。
204
205
  :type Scene: str
205
206
  :param _User: 运行Agent的User
207
+ 注意:此字段可能返回 null,表示取不到有效值。
206
208
  :type User: str
207
209
  :param _Session: 运行Agent的Session
210
+ 注意:此字段可能返回 null,表示取不到有效值。
208
211
  :type Session: str
209
212
  """
210
213
  self._Scene = None
@@ -214,6 +217,7 @@ class AgentRunningMode(AbstractModel):
214
217
  @property
215
218
  def Scene(self):
216
219
  """场景类型,支持WINDOWS
220
+ 注意:此字段可能返回 null,表示取不到有效值。
217
221
  :rtype: str
218
222
  """
219
223
  return self._Scene
@@ -225,6 +229,7 @@ class AgentRunningMode(AbstractModel):
225
229
  @property
226
230
  def User(self):
227
231
  """运行Agent的User
232
+ 注意:此字段可能返回 null,表示取不到有效值。
228
233
  :rtype: str
229
234
  """
230
235
  return self._User
@@ -236,6 +241,7 @@ class AgentRunningMode(AbstractModel):
236
241
  @property
237
242
  def Session(self):
238
243
  """运行Agent的Session
244
+ 注意:此字段可能返回 null,表示取不到有效值。
239
245
  :rtype: str
240
246
  """
241
247
  return self._Session
@@ -554,10 +560,13 @@ class Authentication(AbstractModel):
554
560
  def __init__(self):
555
561
  r"""
556
562
  :param _Scene: 授权场景,例如COS
563
+ 注意:此字段可能返回 null,表示取不到有效值。
557
564
  :type Scene: str
558
565
  :param _SecretId: SecretId
566
+ 注意:此字段可能返回 null,表示取不到有效值。
559
567
  :type SecretId: str
560
568
  :param _SecretKey: SecretKey
569
+ 注意:此字段可能返回 null,表示取不到有效值。
561
570
  :type SecretKey: str
562
571
  """
563
572
  self._Scene = None
@@ -567,6 +576,7 @@ class Authentication(AbstractModel):
567
576
  @property
568
577
  def Scene(self):
569
578
  """授权场景,例如COS
579
+ 注意:此字段可能返回 null,表示取不到有效值。
570
580
  :rtype: str
571
581
  """
572
582
  return self._Scene
@@ -578,6 +588,7 @@ class Authentication(AbstractModel):
578
588
  @property
579
589
  def SecretId(self):
580
590
  """SecretId
591
+ 注意:此字段可能返回 null,表示取不到有效值。
581
592
  :rtype: str
582
593
  """
583
594
  return self._SecretId
@@ -589,6 +600,7 @@ class Authentication(AbstractModel):
589
600
  @property
590
601
  def SecretKey(self):
591
602
  """SecretKey
603
+ 注意:此字段可能返回 null,表示取不到有效值。
592
604
  :rtype: str
593
605
  """
594
606
  return self._SecretKey
@@ -2285,8 +2297,10 @@ class Dependence(AbstractModel):
2285
2297
  def __init__(self):
2286
2298
  r"""
2287
2299
  :param _StartTask: 依赖关系的起点任务名称
2300
+ 注意:此字段可能返回 null,表示取不到有效值。
2288
2301
  :type StartTask: str
2289
2302
  :param _EndTask: 依赖关系的终点任务名称
2303
+ 注意:此字段可能返回 null,表示取不到有效值。
2290
2304
  :type EndTask: str
2291
2305
  """
2292
2306
  self._StartTask = None
@@ -2295,6 +2309,7 @@ class Dependence(AbstractModel):
2295
2309
  @property
2296
2310
  def StartTask(self):
2297
2311
  """依赖关系的起点任务名称
2312
+ 注意:此字段可能返回 null,表示取不到有效值。
2298
2313
  :rtype: str
2299
2314
  """
2300
2315
  return self._StartTask
@@ -2306,6 +2321,7 @@ class Dependence(AbstractModel):
2306
2321
  @property
2307
2322
  def EndTask(self):
2308
2323
  """依赖关系的终点任务名称
2324
+ 注意:此字段可能返回 null,表示取不到有效值。
2309
2325
  :rtype: str
2310
2326
  """
2311
2327
  return self._EndTask
@@ -5783,8 +5799,10 @@ class EnvVar(AbstractModel):
5783
5799
  def __init__(self):
5784
5800
  r"""
5785
5801
  :param _Name: 环境变量名称
5802
+ 注意:此字段可能返回 null,表示取不到有效值。
5786
5803
  :type Name: str
5787
5804
  :param _Value: 环境变量取值
5805
+ 注意:此字段可能返回 null,表示取不到有效值。
5788
5806
  :type Value: str
5789
5807
  """
5790
5808
  self._Name = None
@@ -5793,6 +5811,7 @@ class EnvVar(AbstractModel):
5793
5811
  @property
5794
5812
  def Name(self):
5795
5813
  """环境变量名称
5814
+ 注意:此字段可能返回 null,表示取不到有效值。
5796
5815
  :rtype: str
5797
5816
  """
5798
5817
  return self._Name
@@ -5804,6 +5823,7 @@ class EnvVar(AbstractModel):
5804
5823
  @property
5805
5824
  def Value(self):
5806
5825
  """环境变量取值
5826
+ 注意:此字段可能返回 null,表示取不到有效值。
5807
5827
  :rtype: str
5808
5828
  """
5809
5829
  return self._Value
@@ -5890,8 +5910,10 @@ class EventVar(AbstractModel):
5890
5910
  def __init__(self):
5891
5911
  r"""
5892
5912
  :param _Name: 自定义键
5913
+ 注意:此字段可能返回 null,表示取不到有效值。
5893
5914
  :type Name: str
5894
5915
  :param _Value: 自定义值
5916
+ 注意:此字段可能返回 null,表示取不到有效值。
5895
5917
  :type Value: str
5896
5918
  """
5897
5919
  self._Name = None
@@ -5900,6 +5922,7 @@ class EventVar(AbstractModel):
5900
5922
  @property
5901
5923
  def Name(self):
5902
5924
  """自定义键
5925
+ 注意:此字段可能返回 null,表示取不到有效值。
5903
5926
  :rtype: str
5904
5927
  """
5905
5928
  return self._Name
@@ -5911,6 +5934,7 @@ class EventVar(AbstractModel):
5911
5934
  @property
5912
5935
  def Value(self):
5913
5936
  """自定义值
5937
+ 注意:此字段可能返回 null,表示取不到有效值。
5914
5938
  :rtype: str
5915
5939
  """
5916
5940
  return self._Value
@@ -6077,10 +6101,13 @@ class InputMapping(AbstractModel):
6077
6101
  def __init__(self):
6078
6102
  r"""
6079
6103
  :param _SourcePath: 源端路径
6104
+ 注意:此字段可能返回 null,表示取不到有效值。
6080
6105
  :type SourcePath: str
6081
6106
  :param _DestinationPath: 目的端路径
6107
+ 注意:此字段可能返回 null,表示取不到有效值。
6082
6108
  :type DestinationPath: str
6083
6109
  :param _MountOptionParameter: 挂载配置项参数
6110
+ 注意:此字段可能返回 null,表示取不到有效值。
6084
6111
  :type MountOptionParameter: str
6085
6112
  """
6086
6113
  self._SourcePath = None
@@ -6090,6 +6117,7 @@ class InputMapping(AbstractModel):
6090
6117
  @property
6091
6118
  def SourcePath(self):
6092
6119
  """源端路径
6120
+ 注意:此字段可能返回 null,表示取不到有效值。
6093
6121
  :rtype: str
6094
6122
  """
6095
6123
  return self._SourcePath
@@ -6101,6 +6129,7 @@ class InputMapping(AbstractModel):
6101
6129
  @property
6102
6130
  def DestinationPath(self):
6103
6131
  """目的端路径
6132
+ 注意:此字段可能返回 null,表示取不到有效值。
6104
6133
  :rtype: str
6105
6134
  """
6106
6135
  return self._DestinationPath
@@ -6112,6 +6141,7 @@ class InputMapping(AbstractModel):
6112
6141
  @property
6113
6142
  def MountOptionParameter(self):
6114
6143
  """挂载配置项参数
6144
+ 注意:此字段可能返回 null,表示取不到有效值。
6115
6145
  :rtype: str
6116
6146
  """
6117
6147
  return self._MountOptionParameter
@@ -7776,11 +7806,12 @@ class LoginSettings(AbstractModel):
7776
7806
 
7777
7807
  def __init__(self):
7778
7808
  r"""
7779
- :param _Password: 实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<br><li>Linux实例密码必须8到16位,至少包括两项[a-z,A-Z]、[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? \/ ]中的特殊符号。<br><li>Windows实例密码必须12到16位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = { } [ ] : ; ' , . ? \/]中的特殊符号。<br><br>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
7809
+ :param _Password: 实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<br><li>Linux实例密码必须8到16位,至少包括两项[a-z,A-Z]、[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? \/ ]中的特殊符号。</li>
7810
+ <li>Windows实例密码必须12到16位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = { } [ ] : ; ' , . ? \/]中的特殊符号。</li><br>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
7780
7811
  :type Password: str
7781
7812
  :param _KeyIds: 密钥ID列表。关联密钥后,就可以通过对应的私钥来访问实例;KeyId可通过接口DescribeKeyPairs获取,密钥与密码不能同时指定,同时Windows操作系统不支持指定密钥。当前仅支持购买的时候指定一个密钥。
7782
7813
  :type KeyIds: list of str
7783
- :param _KeepImageLogin: 保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:<br><li>TRUE:表示保持镜像的登录设置<br><li>FALSE:表示不保持镜像的登录设置<br><br>默认取值:FALSE。
7814
+ :param _KeepImageLogin: 保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:<li>TRUE:表示保持镜像的登录设置</li><li>FALSE:表示不保持镜像的登录设置</li>默认取值:FALSE。
7784
7815
  :type KeepImageLogin: str
7785
7816
  """
7786
7817
  self._Password = None
@@ -7789,7 +7820,8 @@ class LoginSettings(AbstractModel):
7789
7820
 
7790
7821
  @property
7791
7822
  def Password(self):
7792
- """实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<br><li>Linux实例密码必须8到16位,至少包括两项[a-z,A-Z]、[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? \/ ]中的特殊符号。<br><li>Windows实例密码必须12到16位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = { } [ ] : ; ' , . ? \/]中的特殊符号。<br><br>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
7823
+ """实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<br><li>Linux实例密码必须8到16位,至少包括两项[a-z,A-Z]、[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? \/ ]中的特殊符号。</li>
7824
+ <li>Windows实例密码必须12到16位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = { } [ ] : ; ' , . ? \/]中的特殊符号。</li><br>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
7793
7825
  :rtype: str
7794
7826
  """
7795
7827
  return self._Password
@@ -7811,7 +7843,7 @@ class LoginSettings(AbstractModel):
7811
7843
 
7812
7844
  @property
7813
7845
  def KeepImageLogin(self):
7814
- """保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:<br><li>TRUE:表示保持镜像的登录设置<br><li>FALSE:表示不保持镜像的登录设置<br><br>默认取值:FALSE。
7846
+ """保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:<li>TRUE:表示保持镜像的登录设置</li><li>FALSE:表示不保持镜像的登录设置</li>默认取值:FALSE。
7815
7847
  :rtype: str
7816
7848
  """
7817
7849
  return self._KeepImageLogin
@@ -8080,8 +8112,10 @@ class MountDataDisk(AbstractModel):
8080
8112
  def __init__(self):
8081
8113
  r"""
8082
8114
  :param _LocalPath: 挂载点,Linux系统合法路径,或Windows系统盘符,比如"H:\\"
8115
+ 注意:此字段可能返回 null,表示取不到有效值。
8083
8116
  :type LocalPath: str
8084
8117
  :param _FileSystemType: 文件系统类型,Linux系统下支持"EXT3"和"EXT4"两种,默认"EXT3";Windows系统下仅支持"NTFS"
8118
+ 注意:此字段可能返回 null,表示取不到有效值。
8085
8119
  :type FileSystemType: str
8086
8120
  """
8087
8121
  self._LocalPath = None
@@ -8090,6 +8124,7 @@ class MountDataDisk(AbstractModel):
8090
8124
  @property
8091
8125
  def LocalPath(self):
8092
8126
  """挂载点,Linux系统合法路径,或Windows系统盘符,比如"H:\\"
8127
+ 注意:此字段可能返回 null,表示取不到有效值。
8093
8128
  :rtype: str
8094
8129
  """
8095
8130
  return self._LocalPath
@@ -8101,6 +8136,7 @@ class MountDataDisk(AbstractModel):
8101
8136
  @property
8102
8137
  def FileSystemType(self):
8103
8138
  """文件系统类型,Linux系统下支持"EXT3"和"EXT4"两种,默认"EXT3";Windows系统下仅支持"NTFS"
8139
+ 注意:此字段可能返回 null,表示取不到有效值。
8104
8140
  :rtype: str
8105
8141
  """
8106
8142
  return self._FileSystemType
@@ -8623,8 +8659,10 @@ class Notification(AbstractModel):
8623
8659
  def __init__(self):
8624
8660
  r"""
8625
8661
  :param _TopicName: CMQ主题名字,要求主题名有效且关联订阅
8662
+ 注意:此字段可能返回 null,表示取不到有效值。
8626
8663
  :type TopicName: str
8627
8664
  :param _EventConfigs: 事件配置
8665
+ 注意:此字段可能返回 null,表示取不到有效值。
8628
8666
  :type EventConfigs: list of EventConfig
8629
8667
  """
8630
8668
  self._TopicName = None
@@ -8633,6 +8671,7 @@ class Notification(AbstractModel):
8633
8671
  @property
8634
8672
  def TopicName(self):
8635
8673
  """CMQ主题名字,要求主题名有效且关联订阅
8674
+ 注意:此字段可能返回 null,表示取不到有效值。
8636
8675
  :rtype: str
8637
8676
  """
8638
8677
  return self._TopicName
@@ -8644,6 +8683,7 @@ class Notification(AbstractModel):
8644
8683
  @property
8645
8684
  def EventConfigs(self):
8646
8685
  """事件配置
8686
+ 注意:此字段可能返回 null,表示取不到有效值。
8647
8687
  :rtype: list of EventConfig
8648
8688
  """
8649
8689
  return self._EventConfigs
@@ -9063,13 +9103,17 @@ class RedirectInfo(AbstractModel):
9063
9103
 
9064
9104
  def __init__(self):
9065
9105
  r"""
9066
- :param _StdoutRedirectPath: 标准输出重定向路径
9106
+ :param _StdoutRedirectPath: 标准输出重定向路径;
9107
+ 注意:此字段可能返回 null,表示取不到有效值。
9067
9108
  :type StdoutRedirectPath: str
9068
9109
  :param _StderrRedirectPath: 标准错误重定向路径
9110
+ 注意:此字段可能返回 null,表示取不到有效值。
9069
9111
  :type StderrRedirectPath: str
9070
9112
  :param _StdoutRedirectFileName: 标准输出重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9113
+ 注意:此字段可能返回 null,表示取不到有效值。
9071
9114
  :type StdoutRedirectFileName: str
9072
9115
  :param _StderrRedirectFileName: 标准错误重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9116
+ 注意:此字段可能返回 null,表示取不到有效值。
9073
9117
  :type StderrRedirectFileName: str
9074
9118
  """
9075
9119
  self._StdoutRedirectPath = None
@@ -9079,7 +9123,8 @@ class RedirectInfo(AbstractModel):
9079
9123
 
9080
9124
  @property
9081
9125
  def StdoutRedirectPath(self):
9082
- """标准输出重定向路径
9126
+ """标准输出重定向路径;
9127
+ 注意:此字段可能返回 null,表示取不到有效值。
9083
9128
  :rtype: str
9084
9129
  """
9085
9130
  return self._StdoutRedirectPath
@@ -9091,6 +9136,7 @@ class RedirectInfo(AbstractModel):
9091
9136
  @property
9092
9137
  def StderrRedirectPath(self):
9093
9138
  """标准错误重定向路径
9139
+ 注意:此字段可能返回 null,表示取不到有效值。
9094
9140
  :rtype: str
9095
9141
  """
9096
9142
  return self._StderrRedirectPath
@@ -9102,6 +9148,7 @@ class RedirectInfo(AbstractModel):
9102
9148
  @property
9103
9149
  def StdoutRedirectFileName(self):
9104
9150
  """标准输出重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9151
+ 注意:此字段可能返回 null,表示取不到有效值。
9105
9152
  :rtype: str
9106
9153
  """
9107
9154
  return self._StdoutRedirectFileName
@@ -9113,6 +9160,7 @@ class RedirectInfo(AbstractModel):
9113
9160
  @property
9114
9161
  def StderrRedirectFileName(self):
9115
9162
  """标准错误重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9163
+ 注意:此字段可能返回 null,表示取不到有效值。
9116
9164
  :rtype: str
9117
9165
  """
9118
9166
  return self._StderrRedirectFileName
@@ -9145,12 +9193,16 @@ class RedirectLocalInfo(AbstractModel):
9145
9193
  def __init__(self):
9146
9194
  r"""
9147
9195
  :param _StdoutLocalPath: 标准输出重定向本地路径
9196
+ 注意:此字段可能返回 null,表示取不到有效值。
9148
9197
  :type StdoutLocalPath: str
9149
9198
  :param _StderrLocalPath: 标准错误重定向本地路径
9199
+ 注意:此字段可能返回 null,表示取不到有效值。
9150
9200
  :type StderrLocalPath: str
9151
9201
  :param _StdoutLocalFileName: 标准输出重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9202
+ 注意:此字段可能返回 null,表示取不到有效值。
9152
9203
  :type StdoutLocalFileName: str
9153
9204
  :param _StderrLocalFileName: 标准错误重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9205
+ 注意:此字段可能返回 null,表示取不到有效值。
9154
9206
  :type StderrLocalFileName: str
9155
9207
  """
9156
9208
  self._StdoutLocalPath = None
@@ -9161,6 +9213,7 @@ class RedirectLocalInfo(AbstractModel):
9161
9213
  @property
9162
9214
  def StdoutLocalPath(self):
9163
9215
  """标准输出重定向本地路径
9216
+ 注意:此字段可能返回 null,表示取不到有效值。
9164
9217
  :rtype: str
9165
9218
  """
9166
9219
  return self._StdoutLocalPath
@@ -9172,6 +9225,7 @@ class RedirectLocalInfo(AbstractModel):
9172
9225
  @property
9173
9226
  def StderrLocalPath(self):
9174
9227
  """标准错误重定向本地路径
9228
+ 注意:此字段可能返回 null,表示取不到有效值。
9175
9229
  :rtype: str
9176
9230
  """
9177
9231
  return self._StderrLocalPath
@@ -9183,6 +9237,7 @@ class RedirectLocalInfo(AbstractModel):
9183
9237
  @property
9184
9238
  def StdoutLocalFileName(self):
9185
9239
  """标准输出重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9240
+ 注意:此字段可能返回 null,表示取不到有效值。
9186
9241
  :rtype: str
9187
9242
  """
9188
9243
  return self._StdoutLocalFileName
@@ -9194,6 +9249,7 @@ class RedirectLocalInfo(AbstractModel):
9194
9249
  @property
9195
9250
  def StderrLocalFileName(self):
9196
9251
  """标准错误重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9252
+ 注意:此字段可能返回 null,表示取不到有效值。
9197
9253
  :rtype: str
9198
9254
  """
9199
9255
  return self._StderrLocalFileName
@@ -10295,20 +10351,28 @@ class TaskInstanceMetrics(AbstractModel):
10295
10351
  def __init__(self):
10296
10352
  r"""
10297
10353
  :param _SubmittedCount: Submitted个数
10354
+ 注意:此字段可能返回 null,表示取不到有效值。
10298
10355
  :type SubmittedCount: int
10299
10356
  :param _PendingCount: Pending个数
10357
+ 注意:此字段可能返回 null,表示取不到有效值。
10300
10358
  :type PendingCount: int
10301
10359
  :param _RunnableCount: Runnable个数
10360
+ 注意:此字段可能返回 null,表示取不到有效值。
10302
10361
  :type RunnableCount: int
10303
10362
  :param _StartingCount: Starting个数
10363
+ 注意:此字段可能返回 null,表示取不到有效值。
10304
10364
  :type StartingCount: int
10305
10365
  :param _RunningCount: Running个数
10366
+ 注意:此字段可能返回 null,表示取不到有效值。
10306
10367
  :type RunningCount: int
10307
10368
  :param _SucceedCount: Succeed个数
10369
+ 注意:此字段可能返回 null,表示取不到有效值。
10308
10370
  :type SucceedCount: int
10309
10371
  :param _FailedInterruptedCount: FailedInterrupted个数
10372
+ 注意:此字段可能返回 null,表示取不到有效值。
10310
10373
  :type FailedInterruptedCount: int
10311
10374
  :param _FailedCount: Failed个数
10375
+ 注意:此字段可能返回 null,表示取不到有效值。
10312
10376
  :type FailedCount: int
10313
10377
  """
10314
10378
  self._SubmittedCount = None
@@ -10323,6 +10387,7 @@ class TaskInstanceMetrics(AbstractModel):
10323
10387
  @property
10324
10388
  def SubmittedCount(self):
10325
10389
  """Submitted个数
10390
+ 注意:此字段可能返回 null,表示取不到有效值。
10326
10391
  :rtype: int
10327
10392
  """
10328
10393
  return self._SubmittedCount
@@ -10334,6 +10399,7 @@ class TaskInstanceMetrics(AbstractModel):
10334
10399
  @property
10335
10400
  def PendingCount(self):
10336
10401
  """Pending个数
10402
+ 注意:此字段可能返回 null,表示取不到有效值。
10337
10403
  :rtype: int
10338
10404
  """
10339
10405
  return self._PendingCount
@@ -10345,6 +10411,7 @@ class TaskInstanceMetrics(AbstractModel):
10345
10411
  @property
10346
10412
  def RunnableCount(self):
10347
10413
  """Runnable个数
10414
+ 注意:此字段可能返回 null,表示取不到有效值。
10348
10415
  :rtype: int
10349
10416
  """
10350
10417
  return self._RunnableCount
@@ -10356,6 +10423,7 @@ class TaskInstanceMetrics(AbstractModel):
10356
10423
  @property
10357
10424
  def StartingCount(self):
10358
10425
  """Starting个数
10426
+ 注意:此字段可能返回 null,表示取不到有效值。
10359
10427
  :rtype: int
10360
10428
  """
10361
10429
  return self._StartingCount
@@ -10367,6 +10435,7 @@ class TaskInstanceMetrics(AbstractModel):
10367
10435
  @property
10368
10436
  def RunningCount(self):
10369
10437
  """Running个数
10438
+ 注意:此字段可能返回 null,表示取不到有效值。
10370
10439
  :rtype: int
10371
10440
  """
10372
10441
  return self._RunningCount
@@ -10378,6 +10447,7 @@ class TaskInstanceMetrics(AbstractModel):
10378
10447
  @property
10379
10448
  def SucceedCount(self):
10380
10449
  """Succeed个数
10450
+ 注意:此字段可能返回 null,表示取不到有效值。
10381
10451
  :rtype: int
10382
10452
  """
10383
10453
  return self._SucceedCount
@@ -10389,6 +10459,7 @@ class TaskInstanceMetrics(AbstractModel):
10389
10459
  @property
10390
10460
  def FailedInterruptedCount(self):
10391
10461
  """FailedInterrupted个数
10462
+ 注意:此字段可能返回 null,表示取不到有效值。
10392
10463
  :rtype: int
10393
10464
  """
10394
10465
  return self._FailedInterruptedCount
@@ -10400,6 +10471,7 @@ class TaskInstanceMetrics(AbstractModel):
10400
10471
  @property
10401
10472
  def FailedCount(self):
10402
10473
  """Failed个数
10474
+ 注意:此字段可能返回 null,表示取不到有效值。
10403
10475
  :rtype: int
10404
10476
  """
10405
10477
  return self._FailedCount
@@ -10634,20 +10706,28 @@ class TaskMetrics(AbstractModel):
10634
10706
  def __init__(self):
10635
10707
  r"""
10636
10708
  :param _SubmittedCount: Submitted个数
10709
+ 注意:此字段可能返回 null,表示取不到有效值。
10637
10710
  :type SubmittedCount: int
10638
10711
  :param _PendingCount: Pending个数
10712
+ 注意:此字段可能返回 null,表示取不到有效值。
10639
10713
  :type PendingCount: int
10640
10714
  :param _RunnableCount: Runnable个数
10715
+ 注意:此字段可能返回 null,表示取不到有效值。
10641
10716
  :type RunnableCount: int
10642
10717
  :param _StartingCount: Starting个数
10718
+ 注意:此字段可能返回 null,表示取不到有效值。
10643
10719
  :type StartingCount: int
10644
10720
  :param _RunningCount: Running个数
10721
+ 注意:此字段可能返回 null,表示取不到有效值。
10645
10722
  :type RunningCount: int
10646
10723
  :param _SucceedCount: Succeed个数
10724
+ 注意:此字段可能返回 null,表示取不到有效值。
10647
10725
  :type SucceedCount: int
10648
10726
  :param _FailedInterruptedCount: FailedInterrupted个数
10727
+ 注意:此字段可能返回 null,表示取不到有效值。
10649
10728
  :type FailedInterruptedCount: int
10650
10729
  :param _FailedCount: Failed个数
10730
+ 注意:此字段可能返回 null,表示取不到有效值。
10651
10731
  :type FailedCount: int
10652
10732
  """
10653
10733
  self._SubmittedCount = None
@@ -10662,6 +10742,7 @@ class TaskMetrics(AbstractModel):
10662
10742
  @property
10663
10743
  def SubmittedCount(self):
10664
10744
  """Submitted个数
10745
+ 注意:此字段可能返回 null,表示取不到有效值。
10665
10746
  :rtype: int
10666
10747
  """
10667
10748
  return self._SubmittedCount
@@ -10673,6 +10754,7 @@ class TaskMetrics(AbstractModel):
10673
10754
  @property
10674
10755
  def PendingCount(self):
10675
10756
  """Pending个数
10757
+ 注意:此字段可能返回 null,表示取不到有效值。
10676
10758
  :rtype: int
10677
10759
  """
10678
10760
  return self._PendingCount
@@ -10684,6 +10766,7 @@ class TaskMetrics(AbstractModel):
10684
10766
  @property
10685
10767
  def RunnableCount(self):
10686
10768
  """Runnable个数
10769
+ 注意:此字段可能返回 null,表示取不到有效值。
10687
10770
  :rtype: int
10688
10771
  """
10689
10772
  return self._RunnableCount
@@ -10695,6 +10778,7 @@ class TaskMetrics(AbstractModel):
10695
10778
  @property
10696
10779
  def StartingCount(self):
10697
10780
  """Starting个数
10781
+ 注意:此字段可能返回 null,表示取不到有效值。
10698
10782
  :rtype: int
10699
10783
  """
10700
10784
  return self._StartingCount
@@ -10706,6 +10790,7 @@ class TaskMetrics(AbstractModel):
10706
10790
  @property
10707
10791
  def RunningCount(self):
10708
10792
  """Running个数
10793
+ 注意:此字段可能返回 null,表示取不到有效值。
10709
10794
  :rtype: int
10710
10795
  """
10711
10796
  return self._RunningCount
@@ -10717,6 +10802,7 @@ class TaskMetrics(AbstractModel):
10717
10802
  @property
10718
10803
  def SucceedCount(self):
10719
10804
  """Succeed个数
10805
+ 注意:此字段可能返回 null,表示取不到有效值。
10720
10806
  :rtype: int
10721
10807
  """
10722
10808
  return self._SucceedCount
@@ -10728,6 +10814,7 @@ class TaskMetrics(AbstractModel):
10728
10814
  @property
10729
10815
  def FailedInterruptedCount(self):
10730
10816
  """FailedInterrupted个数
10817
+ 注意:此字段可能返回 null,表示取不到有效值。
10731
10818
  :rtype: int
10732
10819
  """
10733
10820
  return self._FailedInterruptedCount
@@ -10739,6 +10826,7 @@ class TaskMetrics(AbstractModel):
10739
10826
  @property
10740
10827
  def FailedCount(self):
10741
10828
  """Failed个数
10829
+ 注意:此字段可能返回 null,表示取不到有效值。
10742
10830
  :rtype: int
10743
10831
  """
10744
10832
  return self._FailedCount
@@ -4264,12 +4264,15 @@ class DescribeProjectListRequest(AbstractModel):
4264
4264
  :type AllPage: bool
4265
4265
  :param _ModuleCollection: 角色信息
4266
4266
  :type ModuleCollection: str
4267
+ :param _ModuleIdList: moduleId集合
4268
+ :type ModuleIdList: list of str
4267
4269
  """
4268
4270
  self._PageSize = None
4269
4271
  self._PageNo = None
4270
4272
  self._Keyword = None
4271
4273
  self._AllPage = None
4272
4274
  self._ModuleCollection = None
4275
+ self._ModuleIdList = None
4273
4276
 
4274
4277
  @property
4275
4278
  def PageSize(self):
@@ -4326,6 +4329,17 @@ class DescribeProjectListRequest(AbstractModel):
4326
4329
  def ModuleCollection(self, ModuleCollection):
4327
4330
  self._ModuleCollection = ModuleCollection
4328
4331
 
4332
+ @property
4333
+ def ModuleIdList(self):
4334
+ """moduleId集合
4335
+ :rtype: list of str
4336
+ """
4337
+ return self._ModuleIdList
4338
+
4339
+ @ModuleIdList.setter
4340
+ def ModuleIdList(self, ModuleIdList):
4341
+ self._ModuleIdList = ModuleIdList
4342
+
4329
4343
 
4330
4344
  def _deserialize(self, params):
4331
4345
  self._PageSize = params.get("PageSize")
@@ -4333,6 +4347,7 @@ class DescribeProjectListRequest(AbstractModel):
4333
4347
  self._Keyword = params.get("Keyword")
4334
4348
  self._AllPage = params.get("AllPage")
4335
4349
  self._ModuleCollection = params.get("ModuleCollection")
4350
+ self._ModuleIdList = params.get("ModuleIdList")
4336
4351
  memeber_set = set(params.keys())
4337
4352
  for name, value in vars(self).items():
4338
4353
  property_name = name[1:]