tencentcloud-sdk-python 3.0.1285__py2.py3-none-any.whl → 3.0.1286__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 (25) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/apm/v20210622/errorcodes.py +4 -4
  3. tencentcloud/batch/v20170312/models.py +84 -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/dts/v20211206/models.py +17 -0
  10. tencentcloud/ess/v20201111/ess_client.py +28 -0
  11. tencentcloud/ess/v20201111/models.py +414 -5
  12. tencentcloud/essbasic/v20210526/essbasic_client.py +28 -0
  13. tencentcloud/essbasic/v20210526/models.py +429 -13
  14. tencentcloud/iss/v20230517/models.py +2 -2
  15. tencentcloud/mariadb/v20170312/models.py +12 -8
  16. tencentcloud/mps/v20190612/models.py +68 -54
  17. tencentcloud/organization/v20210331/models.py +71 -26
  18. tencentcloud/tdmq/v20200217/models.py +64 -0
  19. tencentcloud/tdmq/v20200217/tdmq_client.py +23 -0
  20. tencentcloud/vod/v20180717/errorcodes.py +1 -1
  21. {tencentcloud_sdk_python-3.0.1285.dist-info → tencentcloud_sdk_python-3.0.1286.dist-info}/METADATA +1 -1
  22. {tencentcloud_sdk_python-3.0.1285.dist-info → tencentcloud_sdk_python-3.0.1286.dist-info}/RECORD +25 -25
  23. {tencentcloud_sdk_python-3.0.1285.dist-info → tencentcloud_sdk_python-3.0.1286.dist-info}/LICENSE +0 -0
  24. {tencentcloud_sdk_python-3.0.1285.dist-info → tencentcloud_sdk_python-3.0.1286.dist-info}/WHEEL +0 -0
  25. {tencentcloud_sdk_python-3.0.1285.dist-info → tencentcloud_sdk_python-3.0.1286.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.1286'
@@ -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
  # 不合法入参
@@ -554,10 +554,13 @@ class Authentication(AbstractModel):
554
554
  def __init__(self):
555
555
  r"""
556
556
  :param _Scene: 授权场景,例如COS
557
+ 注意:此字段可能返回 null,表示取不到有效值。
557
558
  :type Scene: str
558
559
  :param _SecretId: SecretId
560
+ 注意:此字段可能返回 null,表示取不到有效值。
559
561
  :type SecretId: str
560
562
  :param _SecretKey: SecretKey
563
+ 注意:此字段可能返回 null,表示取不到有效值。
561
564
  :type SecretKey: str
562
565
  """
563
566
  self._Scene = None
@@ -567,6 +570,7 @@ class Authentication(AbstractModel):
567
570
  @property
568
571
  def Scene(self):
569
572
  """授权场景,例如COS
573
+ 注意:此字段可能返回 null,表示取不到有效值。
570
574
  :rtype: str
571
575
  """
572
576
  return self._Scene
@@ -578,6 +582,7 @@ class Authentication(AbstractModel):
578
582
  @property
579
583
  def SecretId(self):
580
584
  """SecretId
585
+ 注意:此字段可能返回 null,表示取不到有效值。
581
586
  :rtype: str
582
587
  """
583
588
  return self._SecretId
@@ -589,6 +594,7 @@ class Authentication(AbstractModel):
589
594
  @property
590
595
  def SecretKey(self):
591
596
  """SecretKey
597
+ 注意:此字段可能返回 null,表示取不到有效值。
592
598
  :rtype: str
593
599
  """
594
600
  return self._SecretKey
@@ -5783,8 +5789,10 @@ class EnvVar(AbstractModel):
5783
5789
  def __init__(self):
5784
5790
  r"""
5785
5791
  :param _Name: 环境变量名称
5792
+ 注意:此字段可能返回 null,表示取不到有效值。
5786
5793
  :type Name: str
5787
5794
  :param _Value: 环境变量取值
5795
+ 注意:此字段可能返回 null,表示取不到有效值。
5788
5796
  :type Value: str
5789
5797
  """
5790
5798
  self._Name = None
@@ -5793,6 +5801,7 @@ class EnvVar(AbstractModel):
5793
5801
  @property
5794
5802
  def Name(self):
5795
5803
  """环境变量名称
5804
+ 注意:此字段可能返回 null,表示取不到有效值。
5796
5805
  :rtype: str
5797
5806
  """
5798
5807
  return self._Name
@@ -5804,6 +5813,7 @@ class EnvVar(AbstractModel):
5804
5813
  @property
5805
5814
  def Value(self):
5806
5815
  """环境变量取值
5816
+ 注意:此字段可能返回 null,表示取不到有效值。
5807
5817
  :rtype: str
5808
5818
  """
5809
5819
  return self._Value
@@ -5890,8 +5900,10 @@ class EventVar(AbstractModel):
5890
5900
  def __init__(self):
5891
5901
  r"""
5892
5902
  :param _Name: 自定义键
5903
+ 注意:此字段可能返回 null,表示取不到有效值。
5893
5904
  :type Name: str
5894
5905
  :param _Value: 自定义值
5906
+ 注意:此字段可能返回 null,表示取不到有效值。
5895
5907
  :type Value: str
5896
5908
  """
5897
5909
  self._Name = None
@@ -5900,6 +5912,7 @@ class EventVar(AbstractModel):
5900
5912
  @property
5901
5913
  def Name(self):
5902
5914
  """自定义键
5915
+ 注意:此字段可能返回 null,表示取不到有效值。
5903
5916
  :rtype: str
5904
5917
  """
5905
5918
  return self._Name
@@ -5911,6 +5924,7 @@ class EventVar(AbstractModel):
5911
5924
  @property
5912
5925
  def Value(self):
5913
5926
  """自定义值
5927
+ 注意:此字段可能返回 null,表示取不到有效值。
5914
5928
  :rtype: str
5915
5929
  """
5916
5930
  return self._Value
@@ -6077,10 +6091,13 @@ class InputMapping(AbstractModel):
6077
6091
  def __init__(self):
6078
6092
  r"""
6079
6093
  :param _SourcePath: 源端路径
6094
+ 注意:此字段可能返回 null,表示取不到有效值。
6080
6095
  :type SourcePath: str
6081
6096
  :param _DestinationPath: 目的端路径
6097
+ 注意:此字段可能返回 null,表示取不到有效值。
6082
6098
  :type DestinationPath: str
6083
6099
  :param _MountOptionParameter: 挂载配置项参数
6100
+ 注意:此字段可能返回 null,表示取不到有效值。
6084
6101
  :type MountOptionParameter: str
6085
6102
  """
6086
6103
  self._SourcePath = None
@@ -6090,6 +6107,7 @@ class InputMapping(AbstractModel):
6090
6107
  @property
6091
6108
  def SourcePath(self):
6092
6109
  """源端路径
6110
+ 注意:此字段可能返回 null,表示取不到有效值。
6093
6111
  :rtype: str
6094
6112
  """
6095
6113
  return self._SourcePath
@@ -6101,6 +6119,7 @@ class InputMapping(AbstractModel):
6101
6119
  @property
6102
6120
  def DestinationPath(self):
6103
6121
  """目的端路径
6122
+ 注意:此字段可能返回 null,表示取不到有效值。
6104
6123
  :rtype: str
6105
6124
  """
6106
6125
  return self._DestinationPath
@@ -6112,6 +6131,7 @@ class InputMapping(AbstractModel):
6112
6131
  @property
6113
6132
  def MountOptionParameter(self):
6114
6133
  """挂载配置项参数
6134
+ 注意:此字段可能返回 null,表示取不到有效值。
6115
6135
  :rtype: str
6116
6136
  """
6117
6137
  return self._MountOptionParameter
@@ -7776,11 +7796,12 @@ class LoginSettings(AbstractModel):
7776
7796
 
7777
7797
  def __init__(self):
7778
7798
  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>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
7799
+ :param _Password: 实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<br><li>Linux实例密码必须8到16位,至少包括两项[a-z,A-Z]、[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? \/ ]中的特殊符号。</li>
7800
+ <li>Windows实例密码必须12到16位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = { } [ ] : ; ' , . ? \/]中的特殊符号。</li><br>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
7780
7801
  :type Password: str
7781
7802
  :param _KeyIds: 密钥ID列表。关联密钥后,就可以通过对应的私钥来访问实例;KeyId可通过接口DescribeKeyPairs获取,密钥与密码不能同时指定,同时Windows操作系统不支持指定密钥。当前仅支持购买的时候指定一个密钥。
7782
7803
  :type KeyIds: list of str
7783
- :param _KeepImageLogin: 保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:<br><li>TRUE:表示保持镜像的登录设置<br><li>FALSE:表示不保持镜像的登录设置<br><br>默认取值:FALSE。
7804
+ :param _KeepImageLogin: 保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:<li>TRUE:表示保持镜像的登录设置</li><li>FALSE:表示不保持镜像的登录设置</li>默认取值:FALSE。
7784
7805
  :type KeepImageLogin: str
7785
7806
  """
7786
7807
  self._Password = None
@@ -7789,7 +7810,8 @@ class LoginSettings(AbstractModel):
7789
7810
 
7790
7811
  @property
7791
7812
  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>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
7813
+ """实例登录密码。不同操作系统类型密码复杂度限制不一样,具体如下:<br><li>Linux实例密码必须8到16位,至少包括两项[a-z,A-Z]、[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = | { } [ ] : ; ' , . ? \/ ]中的特殊符号。</li>
7814
+ <li>Windows实例密码必须12到16位,至少包括三项[a-z],[A-Z],[0-9] 和 [( ) ` ~ ! @ # $ % ^ & * - + = { } [ ] : ; ' , . ? \/]中的特殊符号。</li><br>若不指定该参数,则由系统随机生成密码,并通过站内信方式通知到用户。
7793
7815
  :rtype: str
7794
7816
  """
7795
7817
  return self._Password
@@ -7811,7 +7833,7 @@ class LoginSettings(AbstractModel):
7811
7833
 
7812
7834
  @property
7813
7835
  def KeepImageLogin(self):
7814
- """保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:<br><li>TRUE:表示保持镜像的登录设置<br><li>FALSE:表示不保持镜像的登录设置<br><br>默认取值:FALSE。
7836
+ """保持镜像的原始设置。该参数与Password或KeyIds.N不能同时指定。只有使用自定义镜像、共享镜像或外部导入镜像创建实例时才能指定该参数为TRUE。取值范围:<li>TRUE:表示保持镜像的登录设置</li><li>FALSE:表示不保持镜像的登录设置</li>默认取值:FALSE。
7815
7837
  :rtype: str
7816
7838
  """
7817
7839
  return self._KeepImageLogin
@@ -8080,8 +8102,10 @@ class MountDataDisk(AbstractModel):
8080
8102
  def __init__(self):
8081
8103
  r"""
8082
8104
  :param _LocalPath: 挂载点,Linux系统合法路径,或Windows系统盘符,比如"H:\\"
8105
+ 注意:此字段可能返回 null,表示取不到有效值。
8083
8106
  :type LocalPath: str
8084
8107
  :param _FileSystemType: 文件系统类型,Linux系统下支持"EXT3"和"EXT4"两种,默认"EXT3";Windows系统下仅支持"NTFS"
8108
+ 注意:此字段可能返回 null,表示取不到有效值。
8085
8109
  :type FileSystemType: str
8086
8110
  """
8087
8111
  self._LocalPath = None
@@ -8090,6 +8114,7 @@ class MountDataDisk(AbstractModel):
8090
8114
  @property
8091
8115
  def LocalPath(self):
8092
8116
  """挂载点,Linux系统合法路径,或Windows系统盘符,比如"H:\\"
8117
+ 注意:此字段可能返回 null,表示取不到有效值。
8093
8118
  :rtype: str
8094
8119
  """
8095
8120
  return self._LocalPath
@@ -8101,6 +8126,7 @@ class MountDataDisk(AbstractModel):
8101
8126
  @property
8102
8127
  def FileSystemType(self):
8103
8128
  """文件系统类型,Linux系统下支持"EXT3"和"EXT4"两种,默认"EXT3";Windows系统下仅支持"NTFS"
8129
+ 注意:此字段可能返回 null,表示取不到有效值。
8104
8130
  :rtype: str
8105
8131
  """
8106
8132
  return self._FileSystemType
@@ -8623,8 +8649,10 @@ class Notification(AbstractModel):
8623
8649
  def __init__(self):
8624
8650
  r"""
8625
8651
  :param _TopicName: CMQ主题名字,要求主题名有效且关联订阅
8652
+ 注意:此字段可能返回 null,表示取不到有效值。
8626
8653
  :type TopicName: str
8627
8654
  :param _EventConfigs: 事件配置
8655
+ 注意:此字段可能返回 null,表示取不到有效值。
8628
8656
  :type EventConfigs: list of EventConfig
8629
8657
  """
8630
8658
  self._TopicName = None
@@ -8633,6 +8661,7 @@ class Notification(AbstractModel):
8633
8661
  @property
8634
8662
  def TopicName(self):
8635
8663
  """CMQ主题名字,要求主题名有效且关联订阅
8664
+ 注意:此字段可能返回 null,表示取不到有效值。
8636
8665
  :rtype: str
8637
8666
  """
8638
8667
  return self._TopicName
@@ -8644,6 +8673,7 @@ class Notification(AbstractModel):
8644
8673
  @property
8645
8674
  def EventConfigs(self):
8646
8675
  """事件配置
8676
+ 注意:此字段可能返回 null,表示取不到有效值。
8647
8677
  :rtype: list of EventConfig
8648
8678
  """
8649
8679
  return self._EventConfigs
@@ -9063,13 +9093,17 @@ class RedirectInfo(AbstractModel):
9063
9093
 
9064
9094
  def __init__(self):
9065
9095
  r"""
9066
- :param _StdoutRedirectPath: 标准输出重定向路径
9096
+ :param _StdoutRedirectPath: 标准输出重定向路径;
9097
+ 注意:此字段可能返回 null,表示取不到有效值。
9067
9098
  :type StdoutRedirectPath: str
9068
9099
  :param _StderrRedirectPath: 标准错误重定向路径
9100
+ 注意:此字段可能返回 null,表示取不到有效值。
9069
9101
  :type StderrRedirectPath: str
9070
9102
  :param _StdoutRedirectFileName: 标准输出重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9103
+ 注意:此字段可能返回 null,表示取不到有效值。
9071
9104
  :type StdoutRedirectFileName: str
9072
9105
  :param _StderrRedirectFileName: 标准错误重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9106
+ 注意:此字段可能返回 null,表示取不到有效值。
9073
9107
  :type StderrRedirectFileName: str
9074
9108
  """
9075
9109
  self._StdoutRedirectPath = None
@@ -9079,7 +9113,8 @@ class RedirectInfo(AbstractModel):
9079
9113
 
9080
9114
  @property
9081
9115
  def StdoutRedirectPath(self):
9082
- """标准输出重定向路径
9116
+ """标准输出重定向路径;
9117
+ 注意:此字段可能返回 null,表示取不到有效值。
9083
9118
  :rtype: str
9084
9119
  """
9085
9120
  return self._StdoutRedirectPath
@@ -9091,6 +9126,7 @@ class RedirectInfo(AbstractModel):
9091
9126
  @property
9092
9127
  def StderrRedirectPath(self):
9093
9128
  """标准错误重定向路径
9129
+ 注意:此字段可能返回 null,表示取不到有效值。
9094
9130
  :rtype: str
9095
9131
  """
9096
9132
  return self._StderrRedirectPath
@@ -9102,6 +9138,7 @@ class RedirectInfo(AbstractModel):
9102
9138
  @property
9103
9139
  def StdoutRedirectFileName(self):
9104
9140
  """标准输出重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9141
+ 注意:此字段可能返回 null,表示取不到有效值。
9105
9142
  :rtype: str
9106
9143
  """
9107
9144
  return self._StdoutRedirectFileName
@@ -9113,6 +9150,7 @@ class RedirectInfo(AbstractModel):
9113
9150
  @property
9114
9151
  def StderrRedirectFileName(self):
9115
9152
  """标准错误重定向文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9153
+ 注意:此字段可能返回 null,表示取不到有效值。
9116
9154
  :rtype: str
9117
9155
  """
9118
9156
  return self._StderrRedirectFileName
@@ -9145,12 +9183,16 @@ class RedirectLocalInfo(AbstractModel):
9145
9183
  def __init__(self):
9146
9184
  r"""
9147
9185
  :param _StdoutLocalPath: 标准输出重定向本地路径
9186
+ 注意:此字段可能返回 null,表示取不到有效值。
9148
9187
  :type StdoutLocalPath: str
9149
9188
  :param _StderrLocalPath: 标准错误重定向本地路径
9189
+ 注意:此字段可能返回 null,表示取不到有效值。
9150
9190
  :type StderrLocalPath: str
9151
9191
  :param _StdoutLocalFileName: 标准输出重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9192
+ 注意:此字段可能返回 null,表示取不到有效值。
9152
9193
  :type StdoutLocalFileName: str
9153
9194
  :param _StderrLocalFileName: 标准错误重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9195
+ 注意:此字段可能返回 null,表示取不到有效值。
9154
9196
  :type StderrLocalFileName: str
9155
9197
  """
9156
9198
  self._StdoutLocalPath = None
@@ -9161,6 +9203,7 @@ class RedirectLocalInfo(AbstractModel):
9161
9203
  @property
9162
9204
  def StdoutLocalPath(self):
9163
9205
  """标准输出重定向本地路径
9206
+ 注意:此字段可能返回 null,表示取不到有效值。
9164
9207
  :rtype: str
9165
9208
  """
9166
9209
  return self._StdoutLocalPath
@@ -9172,6 +9215,7 @@ class RedirectLocalInfo(AbstractModel):
9172
9215
  @property
9173
9216
  def StderrLocalPath(self):
9174
9217
  """标准错误重定向本地路径
9218
+ 注意:此字段可能返回 null,表示取不到有效值。
9175
9219
  :rtype: str
9176
9220
  """
9177
9221
  return self._StderrLocalPath
@@ -9183,6 +9227,7 @@ class RedirectLocalInfo(AbstractModel):
9183
9227
  @property
9184
9228
  def StdoutLocalFileName(self):
9185
9229
  """标准输出重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9230
+ 注意:此字段可能返回 null,表示取不到有效值。
9186
9231
  :rtype: str
9187
9232
  """
9188
9233
  return self._StdoutLocalFileName
@@ -9194,6 +9239,7 @@ class RedirectLocalInfo(AbstractModel):
9194
9239
  @property
9195
9240
  def StderrLocalFileName(self):
9196
9241
  """标准错误重定向本地文件名,支持三个占位符${BATCH_JOB_ID}、${BATCH_TASK_NAME}、${BATCH_TASK_INSTANCE_INDEX}
9242
+ 注意:此字段可能返回 null,表示取不到有效值。
9197
9243
  :rtype: str
9198
9244
  """
9199
9245
  return self._StderrLocalFileName
@@ -10295,20 +10341,28 @@ class TaskInstanceMetrics(AbstractModel):
10295
10341
  def __init__(self):
10296
10342
  r"""
10297
10343
  :param _SubmittedCount: Submitted个数
10344
+ 注意:此字段可能返回 null,表示取不到有效值。
10298
10345
  :type SubmittedCount: int
10299
10346
  :param _PendingCount: Pending个数
10347
+ 注意:此字段可能返回 null,表示取不到有效值。
10300
10348
  :type PendingCount: int
10301
10349
  :param _RunnableCount: Runnable个数
10350
+ 注意:此字段可能返回 null,表示取不到有效值。
10302
10351
  :type RunnableCount: int
10303
10352
  :param _StartingCount: Starting个数
10353
+ 注意:此字段可能返回 null,表示取不到有效值。
10304
10354
  :type StartingCount: int
10305
10355
  :param _RunningCount: Running个数
10356
+ 注意:此字段可能返回 null,表示取不到有效值。
10306
10357
  :type RunningCount: int
10307
10358
  :param _SucceedCount: Succeed个数
10359
+ 注意:此字段可能返回 null,表示取不到有效值。
10308
10360
  :type SucceedCount: int
10309
10361
  :param _FailedInterruptedCount: FailedInterrupted个数
10362
+ 注意:此字段可能返回 null,表示取不到有效值。
10310
10363
  :type FailedInterruptedCount: int
10311
10364
  :param _FailedCount: Failed个数
10365
+ 注意:此字段可能返回 null,表示取不到有效值。
10312
10366
  :type FailedCount: int
10313
10367
  """
10314
10368
  self._SubmittedCount = None
@@ -10323,6 +10377,7 @@ class TaskInstanceMetrics(AbstractModel):
10323
10377
  @property
10324
10378
  def SubmittedCount(self):
10325
10379
  """Submitted个数
10380
+ 注意:此字段可能返回 null,表示取不到有效值。
10326
10381
  :rtype: int
10327
10382
  """
10328
10383
  return self._SubmittedCount
@@ -10334,6 +10389,7 @@ class TaskInstanceMetrics(AbstractModel):
10334
10389
  @property
10335
10390
  def PendingCount(self):
10336
10391
  """Pending个数
10392
+ 注意:此字段可能返回 null,表示取不到有效值。
10337
10393
  :rtype: int
10338
10394
  """
10339
10395
  return self._PendingCount
@@ -10345,6 +10401,7 @@ class TaskInstanceMetrics(AbstractModel):
10345
10401
  @property
10346
10402
  def RunnableCount(self):
10347
10403
  """Runnable个数
10404
+ 注意:此字段可能返回 null,表示取不到有效值。
10348
10405
  :rtype: int
10349
10406
  """
10350
10407
  return self._RunnableCount
@@ -10356,6 +10413,7 @@ class TaskInstanceMetrics(AbstractModel):
10356
10413
  @property
10357
10414
  def StartingCount(self):
10358
10415
  """Starting个数
10416
+ 注意:此字段可能返回 null,表示取不到有效值。
10359
10417
  :rtype: int
10360
10418
  """
10361
10419
  return self._StartingCount
@@ -10367,6 +10425,7 @@ class TaskInstanceMetrics(AbstractModel):
10367
10425
  @property
10368
10426
  def RunningCount(self):
10369
10427
  """Running个数
10428
+ 注意:此字段可能返回 null,表示取不到有效值。
10370
10429
  :rtype: int
10371
10430
  """
10372
10431
  return self._RunningCount
@@ -10378,6 +10437,7 @@ class TaskInstanceMetrics(AbstractModel):
10378
10437
  @property
10379
10438
  def SucceedCount(self):
10380
10439
  """Succeed个数
10440
+ 注意:此字段可能返回 null,表示取不到有效值。
10381
10441
  :rtype: int
10382
10442
  """
10383
10443
  return self._SucceedCount
@@ -10389,6 +10449,7 @@ class TaskInstanceMetrics(AbstractModel):
10389
10449
  @property
10390
10450
  def FailedInterruptedCount(self):
10391
10451
  """FailedInterrupted个数
10452
+ 注意:此字段可能返回 null,表示取不到有效值。
10392
10453
  :rtype: int
10393
10454
  """
10394
10455
  return self._FailedInterruptedCount
@@ -10400,6 +10461,7 @@ class TaskInstanceMetrics(AbstractModel):
10400
10461
  @property
10401
10462
  def FailedCount(self):
10402
10463
  """Failed个数
10464
+ 注意:此字段可能返回 null,表示取不到有效值。
10403
10465
  :rtype: int
10404
10466
  """
10405
10467
  return self._FailedCount
@@ -10634,20 +10696,28 @@ class TaskMetrics(AbstractModel):
10634
10696
  def __init__(self):
10635
10697
  r"""
10636
10698
  :param _SubmittedCount: Submitted个数
10699
+ 注意:此字段可能返回 null,表示取不到有效值。
10637
10700
  :type SubmittedCount: int
10638
10701
  :param _PendingCount: Pending个数
10702
+ 注意:此字段可能返回 null,表示取不到有效值。
10639
10703
  :type PendingCount: int
10640
10704
  :param _RunnableCount: Runnable个数
10705
+ 注意:此字段可能返回 null,表示取不到有效值。
10641
10706
  :type RunnableCount: int
10642
10707
  :param _StartingCount: Starting个数
10708
+ 注意:此字段可能返回 null,表示取不到有效值。
10643
10709
  :type StartingCount: int
10644
10710
  :param _RunningCount: Running个数
10711
+ 注意:此字段可能返回 null,表示取不到有效值。
10645
10712
  :type RunningCount: int
10646
10713
  :param _SucceedCount: Succeed个数
10714
+ 注意:此字段可能返回 null,表示取不到有效值。
10647
10715
  :type SucceedCount: int
10648
10716
  :param _FailedInterruptedCount: FailedInterrupted个数
10717
+ 注意:此字段可能返回 null,表示取不到有效值。
10649
10718
  :type FailedInterruptedCount: int
10650
10719
  :param _FailedCount: Failed个数
10720
+ 注意:此字段可能返回 null,表示取不到有效值。
10651
10721
  :type FailedCount: int
10652
10722
  """
10653
10723
  self._SubmittedCount = None
@@ -10662,6 +10732,7 @@ class TaskMetrics(AbstractModel):
10662
10732
  @property
10663
10733
  def SubmittedCount(self):
10664
10734
  """Submitted个数
10735
+ 注意:此字段可能返回 null,表示取不到有效值。
10665
10736
  :rtype: int
10666
10737
  """
10667
10738
  return self._SubmittedCount
@@ -10673,6 +10744,7 @@ class TaskMetrics(AbstractModel):
10673
10744
  @property
10674
10745
  def PendingCount(self):
10675
10746
  """Pending个数
10747
+ 注意:此字段可能返回 null,表示取不到有效值。
10676
10748
  :rtype: int
10677
10749
  """
10678
10750
  return self._PendingCount
@@ -10684,6 +10756,7 @@ class TaskMetrics(AbstractModel):
10684
10756
  @property
10685
10757
  def RunnableCount(self):
10686
10758
  """Runnable个数
10759
+ 注意:此字段可能返回 null,表示取不到有效值。
10687
10760
  :rtype: int
10688
10761
  """
10689
10762
  return self._RunnableCount
@@ -10695,6 +10768,7 @@ class TaskMetrics(AbstractModel):
10695
10768
  @property
10696
10769
  def StartingCount(self):
10697
10770
  """Starting个数
10771
+ 注意:此字段可能返回 null,表示取不到有效值。
10698
10772
  :rtype: int
10699
10773
  """
10700
10774
  return self._StartingCount
@@ -10706,6 +10780,7 @@ class TaskMetrics(AbstractModel):
10706
10780
  @property
10707
10781
  def RunningCount(self):
10708
10782
  """Running个数
10783
+ 注意:此字段可能返回 null,表示取不到有效值。
10709
10784
  :rtype: int
10710
10785
  """
10711
10786
  return self._RunningCount
@@ -10717,6 +10792,7 @@ class TaskMetrics(AbstractModel):
10717
10792
  @property
10718
10793
  def SucceedCount(self):
10719
10794
  """Succeed个数
10795
+ 注意:此字段可能返回 null,表示取不到有效值。
10720
10796
  :rtype: int
10721
10797
  """
10722
10798
  return self._SucceedCount
@@ -10728,6 +10804,7 @@ class TaskMetrics(AbstractModel):
10728
10804
  @property
10729
10805
  def FailedInterruptedCount(self):
10730
10806
  """FailedInterrupted个数
10807
+ 注意:此字段可能返回 null,表示取不到有效值。
10731
10808
  :rtype: int
10732
10809
  """
10733
10810
  return self._FailedInterruptedCount
@@ -10739,6 +10816,7 @@ class TaskMetrics(AbstractModel):
10739
10816
  @property
10740
10817
  def FailedCount(self):
10741
10818
  """Failed个数
10819
+ 注意:此字段可能返回 null,表示取不到有效值。
10742
10820
  :rtype: int
10743
10821
  """
10744
10822
  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:]