tencentcloud-sdk-python 3.0.1299__py2.py3-none-any.whl → 3.0.1307__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 (91) hide show
  1. tencentcloud/__init__.py +1 -1
  2. tencentcloud/aiart/v20221229/aiart_client.py +55 -0
  3. tencentcloud/aiart/v20221229/models.py +386 -0
  4. tencentcloud/apm/v20210622/apm_client.py +3 -3
  5. tencentcloud/apm/v20210622/errorcodes.py +10 -10
  6. tencentcloud/apm/v20210622/models.py +586 -538
  7. tencentcloud/autoscaling/v20180419/models.py +141 -0
  8. tencentcloud/batch/v20170312/models.py +2 -2
  9. tencentcloud/cat/v20180409/cat_client.py +1 -1
  10. tencentcloud/ccc/v20200210/ccc_client.py +25 -0
  11. tencentcloud/ccc/v20200210/models.py +159 -0
  12. tencentcloud/cdb/v20170320/models.py +42 -0
  13. tencentcloud/cdn/v20180606/models.py +2 -2
  14. tencentcloud/cdwdoris/v20211228/cdwdoris_client.py +1 -1
  15. tencentcloud/cdwdoris/v20211228/models.py +165 -380
  16. tencentcloud/cfs/v20190719/cfs_client.py +23 -0
  17. tencentcloud/cfs/v20190719/models.py +79 -0
  18. tencentcloud/clb/v20180317/models.py +146 -20
  19. tencentcloud/cmq/v20190304/cmq_client.py +0 -365
  20. tencentcloud/cmq/v20190304/models.py +324 -2473
  21. tencentcloud/config/v20220802/config_client.py +46 -0
  22. tencentcloud/config/v20220802/errorcodes.py +3 -0
  23. tencentcloud/config/v20220802/models.py +716 -26
  24. tencentcloud/csxg/v20230303/errorcodes.py +48 -0
  25. tencentcloud/cvm/v20170312/cvm_client.py +24 -0
  26. tencentcloud/cvm/v20170312/errorcodes.py +9 -0
  27. tencentcloud/cvm/v20170312/models.py +198 -14
  28. tencentcloud/dc/v20180410/dc_client.py +1 -1
  29. tencentcloud/dc/v20180410/models.py +46 -48
  30. tencentcloud/dlc/v20210125/models.py +89 -0
  31. tencentcloud/ecm/v20190719/models.py +0 -18
  32. tencentcloud/emr/v20190103/models.py +50 -122
  33. tencentcloud/es/v20180416/models.py +17 -0
  34. tencentcloud/ess/v20201111/ess_client.py +26 -5
  35. tencentcloud/ess/v20201111/models.py +58 -86
  36. tencentcloud/essbasic/v20210526/models.py +86 -134
  37. tencentcloud/faceid/v20180301/models.py +14 -14
  38. tencentcloud/hai/v20230812/hai_client.py +23 -0
  39. tencentcloud/hai/v20230812/models.py +326 -0
  40. tencentcloud/hunyuan/v20230901/hunyuan_client.py +3 -1
  41. tencentcloud/hunyuan/v20230901/models.py +84 -2
  42. tencentcloud/iotexplorer/v20190423/iotexplorer_client.py +115 -0
  43. tencentcloud/iotexplorer/v20190423/models.py +1473 -75
  44. tencentcloud/iotvideo/v20211125/iotvideo_client.py +23 -0
  45. tencentcloud/iotvideo/v20211125/models.py +135 -0
  46. tencentcloud/lcic/v20220817/lcic_client.py +1 -1
  47. tencentcloud/lcic/v20220817/models.py +6 -8
  48. tencentcloud/lighthouse/v20200324/models.py +30 -0
  49. tencentcloud/lke/v20231130/models.py +23 -14
  50. tencentcloud/lkeap/v20240522/errorcodes.py +3 -0
  51. tencentcloud/lkeap/v20240522/lkeap_client.py +1 -1
  52. tencentcloud/lkeap/v20240522/models.py +60 -18
  53. tencentcloud/mna/v20210119/models.py +0 -52
  54. tencentcloud/monitor/v20180724/models.py +57 -6
  55. tencentcloud/monitor/v20180724/monitor_client.py +1 -1
  56. tencentcloud/mps/v20190612/errorcodes.py +6 -0
  57. tencentcloud/mps/v20190612/models.py +871 -18
  58. tencentcloud/mps/v20190612/mps_client.py +138 -0
  59. tencentcloud/ocr/v20181119/models.py +49 -4
  60. tencentcloud/postgres/v20170312/errorcodes.py +6 -0
  61. tencentcloud/postgres/v20170312/models.py +72 -30
  62. tencentcloud/pts/v20210728/models.py +0 -348
  63. tencentcloud/redis/v20180412/models.py +6 -2
  64. tencentcloud/rum/v20210622/models.py +92 -4
  65. tencentcloud/scf/v20180416/models.py +4 -4
  66. tencentcloud/sms/v20190711/errorcodes.py +6 -0
  67. tencentcloud/sms/v20190711/models.py +81 -0
  68. tencentcloud/sms/v20210111/errorcodes.py +6 -0
  69. tencentcloud/sms/v20210111/models.py +81 -0
  70. tencentcloud/ssl/v20191205/models.py +19 -4
  71. tencentcloud/ssl/v20191205/ssl_client.py +1 -1
  72. tencentcloud/tcb/v20180608/models.py +2 -86
  73. tencentcloud/tchd/v20230306/models.py +0 -2
  74. tencentcloud/teo/v20220901/models.py +8 -18
  75. tencentcloud/tiw/v20190919/models.py +6 -0
  76. tencentcloud/tke/v20220501/models.py +2 -2
  77. tencentcloud/trro/v20220325/models.py +15 -58
  78. tencentcloud/trtc/v20190722/models.py +30 -0
  79. tencentcloud/tse/v20201207/models.py +185 -0
  80. tencentcloud/tse/v20201207/tse_client.py +23 -0
  81. tencentcloud/vod/v20180717/models.py +6 -6
  82. tencentcloud/vpc/v20170312/errorcodes.py +15 -0
  83. tencentcloud/vpc/v20170312/models.py +508 -40
  84. tencentcloud/vpc/v20170312/vpc_client.py +23 -0
  85. tencentcloud/wedata/v20210820/models.py +1368 -2
  86. tencentcloud/wedata/v20210820/wedata_client.py +23 -0
  87. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/METADATA +1 -1
  88. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/RECORD +91 -91
  89. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/LICENSE +0 -0
  90. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/WHEEL +0 -0
  91. {tencentcloud_sdk_python-3.0.1299.dist-info → tencentcloud_sdk_python-3.0.1307.dist-info}/top_level.txt +0 -0
@@ -454,13 +454,10 @@ class BackupCosInfo(AbstractModel):
454
454
  def __init__(self):
455
455
  r"""
456
456
  :param _CosBucket: 备份文件所在的cos桶
457
- 注意:此字段可能返回 null,表示取不到有效值。
458
457
  :type CosBucket: str
459
458
  :param _CosPath: 备份文件所在的完整cos路径
460
- 注意:此字段可能返回 null,表示取不到有效值。
461
459
  :type CosPath: str
462
460
  :param _SnapShotPath: 备份文件名称
463
- 注意:此字段可能返回 null,表示取不到有效值。
464
461
  :type SnapShotPath: str
465
462
  """
466
463
  self._CosBucket = None
@@ -470,7 +467,6 @@ class BackupCosInfo(AbstractModel):
470
467
  @property
471
468
  def CosBucket(self):
472
469
  """备份文件所在的cos桶
473
- 注意:此字段可能返回 null,表示取不到有效值。
474
470
  :rtype: str
475
471
  """
476
472
  return self._CosBucket
@@ -482,7 +478,6 @@ class BackupCosInfo(AbstractModel):
482
478
  @property
483
479
  def CosPath(self):
484
480
  """备份文件所在的完整cos路径
485
- 注意:此字段可能返回 null,表示取不到有效值。
486
481
  :rtype: str
487
482
  """
488
483
  return self._CosPath
@@ -494,7 +489,6 @@ class BackupCosInfo(AbstractModel):
494
489
  @property
495
490
  def SnapShotPath(self):
496
491
  """备份文件名称
497
- 注意:此字段可能返回 null,表示取不到有效值。
498
492
  :rtype: str
499
493
  """
500
494
  return self._SnapShotPath
@@ -554,10 +548,8 @@ class BackupStatus(AbstractModel):
554
548
  :param _Timeout: 超时信息
555
549
  :type Timeout: int
556
550
  :param _BackupJobId: 备份实例id
557
- 注意:此字段可能返回 null,表示取不到有效值。
558
551
  :type BackupJobId: int
559
552
  :param _TaskId: 实例对应snapshoit的id
560
- 注意:此字段可能返回 null,表示取不到有效值。
561
553
  :type TaskId: int
562
554
  """
563
555
  self._JobId = None
@@ -734,7 +726,6 @@ class BackupStatus(AbstractModel):
734
726
  @property
735
727
  def BackupJobId(self):
736
728
  """备份实例id
737
- 注意:此字段可能返回 null,表示取不到有效值。
738
729
  :rtype: int
739
730
  """
740
731
  return self._BackupJobId
@@ -746,7 +737,6 @@ class BackupStatus(AbstractModel):
746
737
  @property
747
738
  def TaskId(self):
748
739
  """实例对应snapshoit的id
749
- 注意:此字段可能返回 null,表示取不到有效值。
750
740
  :rtype: int
751
741
  """
752
742
  return self._TaskId
@@ -791,25 +781,18 @@ class BackupTableContent(AbstractModel):
791
781
  def __init__(self):
792
782
  r"""
793
783
  :param _Database: 数据库
794
- 注意:此字段可能返回 null,表示取不到有效值。
795
784
  :type Database: str
796
785
  :param _Table: 表
797
- 注意:此字段可能返回 null,表示取不到有效值。
798
786
  :type Table: str
799
787
  :param _TotalBytes: 表总字节数
800
- 注意:此字段可能返回 null,表示取不到有效值。
801
788
  :type TotalBytes: int
802
789
  :param _SingleReplicaBytes: 表单个副本的大小
803
- 注意:此字段可能返回 null,表示取不到有效值。
804
790
  :type SingleReplicaBytes: str
805
791
  :param _BackupStatus: 备份状态
806
- 注意:此字段可能返回 null,表示取不到有效值。
807
792
  :type BackupStatus: int
808
793
  :param _BackupErrorMsg: 备份的错误信息
809
- 注意:此字段可能返回 null,表示取不到有效值。
810
794
  :type BackupErrorMsg: str
811
795
  :param _IsOpenCoolDown: 该库表是否绑定降冷策略
812
- 注意:此字段可能返回 null,表示取不到有效值。
813
796
  :type IsOpenCoolDown: bool
814
797
  """
815
798
  self._Database = None
@@ -823,7 +806,6 @@ class BackupTableContent(AbstractModel):
823
806
  @property
824
807
  def Database(self):
825
808
  """数据库
826
- 注意:此字段可能返回 null,表示取不到有效值。
827
809
  :rtype: str
828
810
  """
829
811
  return self._Database
@@ -835,7 +817,6 @@ class BackupTableContent(AbstractModel):
835
817
  @property
836
818
  def Table(self):
837
819
  """表
838
- 注意:此字段可能返回 null,表示取不到有效值。
839
820
  :rtype: str
840
821
  """
841
822
  return self._Table
@@ -847,7 +828,6 @@ class BackupTableContent(AbstractModel):
847
828
  @property
848
829
  def TotalBytes(self):
849
830
  """表总字节数
850
- 注意:此字段可能返回 null,表示取不到有效值。
851
831
  :rtype: int
852
832
  """
853
833
  return self._TotalBytes
@@ -859,7 +839,6 @@ class BackupTableContent(AbstractModel):
859
839
  @property
860
840
  def SingleReplicaBytes(self):
861
841
  """表单个副本的大小
862
- 注意:此字段可能返回 null,表示取不到有效值。
863
842
  :rtype: str
864
843
  """
865
844
  return self._SingleReplicaBytes
@@ -871,7 +850,6 @@ class BackupTableContent(AbstractModel):
871
850
  @property
872
851
  def BackupStatus(self):
873
852
  """备份状态
874
- 注意:此字段可能返回 null,表示取不到有效值。
875
853
  :rtype: int
876
854
  """
877
855
  return self._BackupStatus
@@ -883,7 +861,6 @@ class BackupTableContent(AbstractModel):
883
861
  @property
884
862
  def BackupErrorMsg(self):
885
863
  """备份的错误信息
886
- 注意:此字段可能返回 null,表示取不到有效值。
887
864
  :rtype: str
888
865
  """
889
866
  return self._BackupErrorMsg
@@ -895,7 +872,6 @@ class BackupTableContent(AbstractModel):
895
872
  @property
896
873
  def IsOpenCoolDown(self):
897
874
  """该库表是否绑定降冷策略
898
- 注意:此字段可能返回 null,表示取不到有效值。
899
875
  :rtype: bool
900
876
  """
901
877
  return self._IsOpenCoolDown
@@ -931,10 +907,8 @@ class BindUser(AbstractModel):
931
907
  def __init__(self):
932
908
  r"""
933
909
  :param _UserName: 用户名
934
- 注意:此字段可能返回 null,表示取不到有效值。
935
910
  :type UserName: str
936
911
  :param _Host: 主机信息
937
- 注意:此字段可能返回 null,表示取不到有效值。
938
912
  :type Host: str
939
913
  """
940
914
  self._UserName = None
@@ -943,7 +917,6 @@ class BindUser(AbstractModel):
943
917
  @property
944
918
  def UserName(self):
945
919
  """用户名
946
- 注意:此字段可能返回 null,表示取不到有效值。
947
920
  :rtype: str
948
921
  """
949
922
  return self._UserName
@@ -955,7 +928,6 @@ class BindUser(AbstractModel):
955
928
  @property
956
929
  def Host(self):
957
930
  """主机信息
958
- 注意:此字段可能返回 null,表示取不到有效值。
959
931
  :rtype: str
960
932
  """
961
933
  return self._Host
@@ -1037,7 +1009,6 @@ class CancelBackupJobResponse(AbstractModel):
1037
1009
  def __init__(self):
1038
1010
  r"""
1039
1011
  :param _ErrorMsg: 错误信息
1040
- 注意:此字段可能返回 null,表示取不到有效值。
1041
1012
  :type ErrorMsg: str
1042
1013
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1043
1014
  :type RequestId: str
@@ -1048,7 +1019,6 @@ class CancelBackupJobResponse(AbstractModel):
1048
1019
  @property
1049
1020
  def ErrorMsg(self):
1050
1021
  """错误信息
1051
- 注意:此字段可能返回 null,表示取不到有效值。
1052
1022
  :rtype: str
1053
1023
  """
1054
1024
  return self._ErrorMsg
@@ -1082,16 +1052,12 @@ class ChargeProperties(AbstractModel):
1082
1052
  def __init__(self):
1083
1053
  r"""
1084
1054
  :param _ChargeType: 计费类型,“PREPAID” 预付费,“POSTPAID_BY_HOUR” 后付费
1085
- 注意:此字段可能返回 null,表示取不到有效值。
1086
1055
  :type ChargeType: str
1087
1056
  :param _RenewFlag: 是否自动续费,1表示自动续费开启
1088
- 注意:此字段可能返回 null,表示取不到有效值。
1089
1057
  :type RenewFlag: int
1090
1058
  :param _TimeSpan: 计费时间长度
1091
- 注意:此字段可能返回 null,表示取不到有效值。
1092
1059
  :type TimeSpan: int
1093
1060
  :param _TimeUnit: 计费时间单位,“m”表示月等
1094
- 注意:此字段可能返回 null,表示取不到有效值。
1095
1061
  :type TimeUnit: str
1096
1062
  """
1097
1063
  self._ChargeType = None
@@ -1102,7 +1068,6 @@ class ChargeProperties(AbstractModel):
1102
1068
  @property
1103
1069
  def ChargeType(self):
1104
1070
  """计费类型,“PREPAID” 预付费,“POSTPAID_BY_HOUR” 后付费
1105
- 注意:此字段可能返回 null,表示取不到有效值。
1106
1071
  :rtype: str
1107
1072
  """
1108
1073
  return self._ChargeType
@@ -1114,7 +1079,6 @@ class ChargeProperties(AbstractModel):
1114
1079
  @property
1115
1080
  def RenewFlag(self):
1116
1081
  """是否自动续费,1表示自动续费开启
1117
- 注意:此字段可能返回 null,表示取不到有效值。
1118
1082
  :rtype: int
1119
1083
  """
1120
1084
  return self._RenewFlag
@@ -1126,7 +1090,6 @@ class ChargeProperties(AbstractModel):
1126
1090
  @property
1127
1091
  def TimeSpan(self):
1128
1092
  """计费时间长度
1129
- 注意:此字段可能返回 null,表示取不到有效值。
1130
1093
  :rtype: int
1131
1094
  """
1132
1095
  return self._TimeSpan
@@ -1138,7 +1101,6 @@ class ChargeProperties(AbstractModel):
1138
1101
  @property
1139
1102
  def TimeUnit(self):
1140
1103
  """计费时间单位,“m”表示月等
1141
- 注意:此字段可能返回 null,表示取不到有效值。
1142
1104
  :rtype: str
1143
1105
  """
1144
1106
  return self._TimeUnit
@@ -1207,7 +1169,6 @@ class CheckCoolDownWorkingVariableConfigCorrectResponse(AbstractModel):
1207
1169
  def __init__(self):
1208
1170
  r"""
1209
1171
  :param _ErrorMsg: 错误信息
1210
- 注意:此字段可能返回 null,表示取不到有效值。
1211
1172
  :type ErrorMsg: str
1212
1173
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
1213
1174
  :type RequestId: str
@@ -1218,7 +1179,6 @@ class CheckCoolDownWorkingVariableConfigCorrectResponse(AbstractModel):
1218
1179
  @property
1219
1180
  def ErrorMsg(self):
1220
1181
  """错误信息
1221
- 注意:此字段可能返回 null,表示取不到有效值。
1222
1182
  :rtype: str
1223
1183
  """
1224
1184
  return self._ErrorMsg
@@ -1258,7 +1218,6 @@ class ClusterConfigsHistory(AbstractModel):
1258
1218
  :param _OldConfValue: 修改前的配置文件内容,base64编码
1259
1219
  :type OldConfValue: str
1260
1220
  :param _Remark: 修改原因
1261
- 注意:此字段可能返回 null,表示取不到有效值。
1262
1221
  :type Remark: str
1263
1222
  :param _ModifyTime: 修改时间
1264
1223
  :type ModifyTime: str
@@ -1308,7 +1267,6 @@ class ClusterConfigsHistory(AbstractModel):
1308
1267
  @property
1309
1268
  def Remark(self):
1310
1269
  """修改原因
1311
- 注意:此字段可能返回 null,表示取不到有效值。
1312
1270
  :rtype: str
1313
1271
  """
1314
1272
  return self._Remark
@@ -1375,13 +1333,11 @@ class ClusterConfigsInfoFromEMR(AbstractModel):
1375
1333
  :param _NeedRestart: 用于表示当前配置文件是不是有过修改后没有重启,提醒用户需要重启
1376
1334
  :type NeedRestart: int
1377
1335
  :param _FilePath: 配置文件路径
1378
- 注意:此字段可能返回 null,表示取不到有效值。
1379
1336
  :type FilePath: str
1380
1337
  :param _FileKeyValues: 配置文件kv值
1381
1338
  注意:此字段可能返回 null,表示取不到有效值。
1382
1339
  :type FileKeyValues: str
1383
1340
  :param _FileKeyValuesNew: 配置文件kv值
1384
- 注意:此字段可能返回 null,表示取不到有效值。
1385
1341
  :type FileKeyValuesNew: list of ConfigKeyValue
1386
1342
  """
1387
1343
  self._FileName = None
@@ -1451,7 +1407,6 @@ class ClusterConfigsInfoFromEMR(AbstractModel):
1451
1407
  @property
1452
1408
  def FilePath(self):
1453
1409
  """配置文件路径
1454
- 注意:此字段可能返回 null,表示取不到有效值。
1455
1410
  :rtype: str
1456
1411
  """
1457
1412
  return self._FilePath
@@ -1479,7 +1434,6 @@ class ClusterConfigsInfoFromEMR(AbstractModel):
1479
1434
  @property
1480
1435
  def FileKeyValuesNew(self):
1481
1436
  """配置文件kv值
1482
- 注意:此字段可能返回 null,表示取不到有效值。
1483
1437
  :rtype: list of ConfigKeyValue
1484
1438
  """
1485
1439
  return self._FileKeyValuesNew
@@ -1521,19 +1475,14 @@ class ConfigKeyValue(AbstractModel):
1521
1475
  def __init__(self):
1522
1476
  r"""
1523
1477
  :param _KeyName: key
1524
- 注意:此字段可能返回 null,表示取不到有效值。
1525
1478
  :type KeyName: str
1526
1479
  :param _Value: 值
1527
- 注意:此字段可能返回 null,表示取不到有效值。
1528
1480
  :type Value: str
1529
1481
  :param _Message: 备注
1530
- 注意:此字段可能返回 null,表示取不到有效值。
1531
1482
  :type Message: str
1532
1483
  :param _Display: 1-只读,2-可修改但不可删除,3-可删除
1533
- 注意:此字段可能返回 null,表示取不到有效值。
1534
1484
  :type Display: int
1535
1485
  :param _SupportHotUpdate: 0不支持 1支持热更新
1536
- 注意:此字段可能返回 null,表示取不到有效值。
1537
1486
  :type SupportHotUpdate: int
1538
1487
  """
1539
1488
  self._KeyName = None
@@ -1545,7 +1494,6 @@ class ConfigKeyValue(AbstractModel):
1545
1494
  @property
1546
1495
  def KeyName(self):
1547
1496
  """key
1548
- 注意:此字段可能返回 null,表示取不到有效值。
1549
1497
  :rtype: str
1550
1498
  """
1551
1499
  return self._KeyName
@@ -1557,7 +1505,6 @@ class ConfigKeyValue(AbstractModel):
1557
1505
  @property
1558
1506
  def Value(self):
1559
1507
  """值
1560
- 注意:此字段可能返回 null,表示取不到有效值。
1561
1508
  :rtype: str
1562
1509
  """
1563
1510
  return self._Value
@@ -1569,7 +1516,6 @@ class ConfigKeyValue(AbstractModel):
1569
1516
  @property
1570
1517
  def Message(self):
1571
1518
  """备注
1572
- 注意:此字段可能返回 null,表示取不到有效值。
1573
1519
  :rtype: str
1574
1520
  """
1575
1521
  return self._Message
@@ -1581,7 +1527,6 @@ class ConfigKeyValue(AbstractModel):
1581
1527
  @property
1582
1528
  def Display(self):
1583
1529
  """1-只读,2-可修改但不可删除,3-可删除
1584
- 注意:此字段可能返回 null,表示取不到有效值。
1585
1530
  :rtype: int
1586
1531
  """
1587
1532
  return self._Display
@@ -1593,7 +1538,6 @@ class ConfigKeyValue(AbstractModel):
1593
1538
  @property
1594
1539
  def SupportHotUpdate(self):
1595
1540
  """0不支持 1支持热更新
1596
- 注意:此字段可能返回 null,表示取不到有效值。
1597
1541
  :rtype: int
1598
1542
  """
1599
1543
  return self._SupportHotUpdate
@@ -1708,16 +1652,12 @@ class CoolDownBackend(AbstractModel):
1708
1652
  def __init__(self):
1709
1653
  r"""
1710
1654
  :param _Host: 字段:Host
1711
- 注意:此字段可能返回 null,表示取不到有效值。
1712
1655
  :type Host: str
1713
1656
  :param _DataUsedCapacity: 字段:DataUsedCapacity
1714
- 注意:此字段可能返回 null,表示取不到有效值。
1715
1657
  :type DataUsedCapacity: str
1716
1658
  :param _TotalCapacity: 字段:TotalCapacity
1717
- 注意:此字段可能返回 null,表示取不到有效值。
1718
1659
  :type TotalCapacity: str
1719
1660
  :param _RemoteUsedCapacity: 字段:RemoteUsedCapacity
1720
- 注意:此字段可能返回 null,表示取不到有效值。
1721
1661
  :type RemoteUsedCapacity: str
1722
1662
  """
1723
1663
  self._Host = None
@@ -1728,7 +1668,6 @@ class CoolDownBackend(AbstractModel):
1728
1668
  @property
1729
1669
  def Host(self):
1730
1670
  """字段:Host
1731
- 注意:此字段可能返回 null,表示取不到有效值。
1732
1671
  :rtype: str
1733
1672
  """
1734
1673
  return self._Host
@@ -1740,7 +1679,6 @@ class CoolDownBackend(AbstractModel):
1740
1679
  @property
1741
1680
  def DataUsedCapacity(self):
1742
1681
  """字段:DataUsedCapacity
1743
- 注意:此字段可能返回 null,表示取不到有效值。
1744
1682
  :rtype: str
1745
1683
  """
1746
1684
  return self._DataUsedCapacity
@@ -1752,7 +1690,6 @@ class CoolDownBackend(AbstractModel):
1752
1690
  @property
1753
1691
  def TotalCapacity(self):
1754
1692
  """字段:TotalCapacity
1755
- 注意:此字段可能返回 null,表示取不到有效值。
1756
1693
  :rtype: str
1757
1694
  """
1758
1695
  return self._TotalCapacity
@@ -1764,7 +1701,6 @@ class CoolDownBackend(AbstractModel):
1764
1701
  @property
1765
1702
  def RemoteUsedCapacity(self):
1766
1703
  """字段:RemoteUsedCapacity
1767
- 注意:此字段可能返回 null,表示取不到有效值。
1768
1704
  :rtype: str
1769
1705
  """
1770
1706
  return self._RemoteUsedCapacity
@@ -1797,13 +1733,10 @@ class CoolDownPolicyInfo(AbstractModel):
1797
1733
  def __init__(self):
1798
1734
  r"""
1799
1735
  :param _PolicyName: 策略名称
1800
- 注意:此字段可能返回 null,表示取不到有效值。
1801
1736
  :type PolicyName: str
1802
1737
  :param _CooldownDatetime: cooldown_ttl
1803
- 注意:此字段可能返回 null,表示取不到有效值。
1804
1738
  :type CooldownDatetime: str
1805
1739
  :param _CooldownTtl: cooldown_datetime
1806
- 注意:此字段可能返回 null,表示取不到有效值。
1807
1740
  :type CooldownTtl: str
1808
1741
  """
1809
1742
  self._PolicyName = None
@@ -1813,7 +1746,6 @@ class CoolDownPolicyInfo(AbstractModel):
1813
1746
  @property
1814
1747
  def PolicyName(self):
1815
1748
  """策略名称
1816
- 注意:此字段可能返回 null,表示取不到有效值。
1817
1749
  :rtype: str
1818
1750
  """
1819
1751
  return self._PolicyName
@@ -1825,7 +1757,6 @@ class CoolDownPolicyInfo(AbstractModel):
1825
1757
  @property
1826
1758
  def CooldownDatetime(self):
1827
1759
  """cooldown_ttl
1828
- 注意:此字段可能返回 null,表示取不到有效值。
1829
1760
  :rtype: str
1830
1761
  """
1831
1762
  return self._CooldownDatetime
@@ -1837,7 +1768,6 @@ class CoolDownPolicyInfo(AbstractModel):
1837
1768
  @property
1838
1769
  def CooldownTtl(self):
1839
1770
  """cooldown_datetime
1840
- 注意:此字段可能返回 null,表示取不到有效值。
1841
1771
  :rtype: str
1842
1772
  """
1843
1773
  return self._CooldownTtl
@@ -1869,16 +1799,12 @@ class CoolDownTableDataInfo(AbstractModel):
1869
1799
  def __init__(self):
1870
1800
  r"""
1871
1801
  :param _DatabaseName: 列:DatabaseName
1872
- 注意:此字段可能返回 null,表示取不到有效值。
1873
1802
  :type DatabaseName: str
1874
1803
  :param _TableName: 列:TableName
1875
- 注意:此字段可能返回 null,表示取不到有效值。
1876
1804
  :type TableName: str
1877
1805
  :param _Size: 列:Size
1878
- 注意:此字段可能返回 null,表示取不到有效值。
1879
1806
  :type Size: str
1880
1807
  :param _RemoteSize: 列:RemoteSize
1881
- 注意:此字段可能返回 null,表示取不到有效值。
1882
1808
  :type RemoteSize: str
1883
1809
  """
1884
1810
  self._DatabaseName = None
@@ -1889,7 +1815,6 @@ class CoolDownTableDataInfo(AbstractModel):
1889
1815
  @property
1890
1816
  def DatabaseName(self):
1891
1817
  """列:DatabaseName
1892
- 注意:此字段可能返回 null,表示取不到有效值。
1893
1818
  :rtype: str
1894
1819
  """
1895
1820
  return self._DatabaseName
@@ -1901,7 +1826,6 @@ class CoolDownTableDataInfo(AbstractModel):
1901
1826
  @property
1902
1827
  def TableName(self):
1903
1828
  """列:TableName
1904
- 注意:此字段可能返回 null,表示取不到有效值。
1905
1829
  :rtype: str
1906
1830
  """
1907
1831
  return self._TableName
@@ -1913,7 +1837,6 @@ class CoolDownTableDataInfo(AbstractModel):
1913
1837
  @property
1914
1838
  def Size(self):
1915
1839
  """列:Size
1916
- 注意:此字段可能返回 null,表示取不到有效值。
1917
1840
  :rtype: str
1918
1841
  """
1919
1842
  return self._Size
@@ -1925,7 +1848,6 @@ class CoolDownTableDataInfo(AbstractModel):
1925
1848
  @property
1926
1849
  def RemoteSize(self):
1927
1850
  """列:RemoteSize
1928
- 注意:此字段可能返回 null,表示取不到有效值。
1929
1851
  :rtype: str
1930
1852
  """
1931
1853
  return self._RemoteSize
@@ -1958,13 +1880,10 @@ class CosSourceInfo(AbstractModel):
1958
1880
  def __init__(self):
1959
1881
  r"""
1960
1882
  :param _SecretId: cos认证中的Id
1961
- 注意:此字段可能返回 null,表示取不到有效值。
1962
1883
  :type SecretId: str
1963
1884
  :param _SecretKey: cos认证中的key
1964
- 注意:此字段可能返回 null,表示取不到有效值。
1965
1885
  :type SecretKey: str
1966
1886
  :param _CosPath: cos认证中的路径
1967
- 注意:此字段可能返回 null,表示取不到有效值。
1968
1887
  :type CosPath: str
1969
1888
  """
1970
1889
  self._SecretId = None
@@ -1974,7 +1893,6 @@ class CosSourceInfo(AbstractModel):
1974
1893
  @property
1975
1894
  def SecretId(self):
1976
1895
  """cos认证中的Id
1977
- 注意:此字段可能返回 null,表示取不到有效值。
1978
1896
  :rtype: str
1979
1897
  """
1980
1898
  return self._SecretId
@@ -1986,7 +1904,6 @@ class CosSourceInfo(AbstractModel):
1986
1904
  @property
1987
1905
  def SecretKey(self):
1988
1906
  """cos认证中的key
1989
- 注意:此字段可能返回 null,表示取不到有效值。
1990
1907
  :rtype: str
1991
1908
  """
1992
1909
  return self._SecretKey
@@ -1998,7 +1915,6 @@ class CosSourceInfo(AbstractModel):
1998
1915
  @property
1999
1916
  def CosPath(self):
2000
1917
  """cos认证中的路径
2001
- 注意:此字段可能返回 null,表示取不到有效值。
2002
1918
  :rtype: str
2003
1919
  """
2004
1920
  return self._CosPath
@@ -2320,7 +2236,6 @@ class CreateBackUpScheduleResponse(AbstractModel):
2320
2236
  def __init__(self):
2321
2237
  r"""
2322
2238
  :param _ErrorMsg: 错误信息
2323
- 注意:此字段可能返回 null,表示取不到有效值。
2324
2239
  :type ErrorMsg: str
2325
2240
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2326
2241
  :type RequestId: str
@@ -2331,7 +2246,6 @@ class CreateBackUpScheduleResponse(AbstractModel):
2331
2246
  @property
2332
2247
  def ErrorMsg(self):
2333
2248
  """错误信息
2334
- 注意:此字段可能返回 null,表示取不到有效值。
2335
2249
  :rtype: str
2336
2250
  """
2337
2251
  return self._ErrorMsg
@@ -2446,7 +2360,6 @@ class CreateCoolDownPolicyResponse(AbstractModel):
2446
2360
  def __init__(self):
2447
2361
  r"""
2448
2362
  :param _ErrorMsg: 错误信息
2449
- 注意:此字段可能返回 null,表示取不到有效值。
2450
2363
  :type ErrorMsg: str
2451
2364
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
2452
2365
  :type RequestId: str
@@ -2457,7 +2370,6 @@ class CreateCoolDownPolicyResponse(AbstractModel):
2457
2370
  @property
2458
2371
  def ErrorMsg(self):
2459
2372
  """错误信息
2460
- 注意:此字段可能返回 null,表示取不到有效值。
2461
2373
  :rtype: str
2462
2374
  """
2463
2375
  return self._ErrorMsg
@@ -2991,47 +2903,35 @@ class DataBaseAuditRecord(AbstractModel):
2991
2903
  def __init__(self):
2992
2904
  r"""
2993
2905
  :param _OsUser: 查询用户
2994
- 注意:此字段可能返回 null,表示取不到有效值。
2995
2906
  :type OsUser: str
2996
2907
  :param _InitialQueryId: 查询ID
2997
- 注意:此字段可能返回 null,表示取不到有效值。
2998
2908
  :type InitialQueryId: str
2999
2909
  :param _Sql: SQL语句
3000
- 注意:此字段可能返回 null,表示取不到有效值。
3001
2910
  :type Sql: str
3002
2911
  :param _QueryStartTime: 开始时间
3003
- 注意:此字段可能返回 null,表示取不到有效值。
3004
2912
  :type QueryStartTime: str
3005
2913
  :param _DurationMs: 执行耗时
3006
- 注意:此字段可能返回 null,表示取不到有效值。
3007
2914
  :type DurationMs: int
3008
2915
  :param _ReadRows: 读取行数
3009
- 注意:此字段可能返回 null,表示取不到有效值。
3010
2916
  :type ReadRows: int
3011
2917
  :param _ResultRows: 读取字节数
3012
- 注意:此字段可能返回 null,表示取不到有效值。
3013
2918
  :type ResultRows: int
3014
2919
  :param _ResultBytes: 结果字节数
3015
- 注意:此字段可能返回 null,表示取不到有效值。
3016
2920
  :type ResultBytes: int
3017
2921
  :param _MemoryUsage: 内存
3018
- 注意:此字段可能返回 null,表示取不到有效值。
3019
2922
  :type MemoryUsage: int
3020
2923
  :param _InitialAddress: 初始查询IP
3021
- 注意:此字段可能返回 null,表示取不到有效值。
3022
2924
  :type InitialAddress: str
3023
2925
  :param _DbName: 数据库
3024
- 注意:此字段可能返回 null,表示取不到有效值。
3025
2926
  :type DbName: str
3026
2927
  :param _SqlType: sql类型
3027
- 注意:此字段可能返回 null,表示取不到有效值。
3028
2928
  :type SqlType: str
3029
2929
  :param _Catalog: catalog名称
3030
- 注意:此字段可能返回 null,表示取不到有效值。
3031
2930
  :type Catalog: str
3032
2931
  :param _State: 状态
3033
- 注意:此字段可能返回 null,表示取不到有效值。
3034
2932
  :type State: str
2933
+ :param _IsQuery: 是否是查询
2934
+ :type IsQuery: bool
3035
2935
  """
3036
2936
  self._OsUser = None
3037
2937
  self._InitialQueryId = None
@@ -3047,11 +2947,11 @@ class DataBaseAuditRecord(AbstractModel):
3047
2947
  self._SqlType = None
3048
2948
  self._Catalog = None
3049
2949
  self._State = None
2950
+ self._IsQuery = None
3050
2951
 
3051
2952
  @property
3052
2953
  def OsUser(self):
3053
2954
  """查询用户
3054
- 注意:此字段可能返回 null,表示取不到有效值。
3055
2955
  :rtype: str
3056
2956
  """
3057
2957
  return self._OsUser
@@ -3063,7 +2963,6 @@ class DataBaseAuditRecord(AbstractModel):
3063
2963
  @property
3064
2964
  def InitialQueryId(self):
3065
2965
  """查询ID
3066
- 注意:此字段可能返回 null,表示取不到有效值。
3067
2966
  :rtype: str
3068
2967
  """
3069
2968
  return self._InitialQueryId
@@ -3075,7 +2974,6 @@ class DataBaseAuditRecord(AbstractModel):
3075
2974
  @property
3076
2975
  def Sql(self):
3077
2976
  """SQL语句
3078
- 注意:此字段可能返回 null,表示取不到有效值。
3079
2977
  :rtype: str
3080
2978
  """
3081
2979
  return self._Sql
@@ -3087,7 +2985,6 @@ class DataBaseAuditRecord(AbstractModel):
3087
2985
  @property
3088
2986
  def QueryStartTime(self):
3089
2987
  """开始时间
3090
- 注意:此字段可能返回 null,表示取不到有效值。
3091
2988
  :rtype: str
3092
2989
  """
3093
2990
  return self._QueryStartTime
@@ -3099,7 +2996,6 @@ class DataBaseAuditRecord(AbstractModel):
3099
2996
  @property
3100
2997
  def DurationMs(self):
3101
2998
  """执行耗时
3102
- 注意:此字段可能返回 null,表示取不到有效值。
3103
2999
  :rtype: int
3104
3000
  """
3105
3001
  return self._DurationMs
@@ -3111,7 +3007,6 @@ class DataBaseAuditRecord(AbstractModel):
3111
3007
  @property
3112
3008
  def ReadRows(self):
3113
3009
  """读取行数
3114
- 注意:此字段可能返回 null,表示取不到有效值。
3115
3010
  :rtype: int
3116
3011
  """
3117
3012
  return self._ReadRows
@@ -3123,7 +3018,6 @@ class DataBaseAuditRecord(AbstractModel):
3123
3018
  @property
3124
3019
  def ResultRows(self):
3125
3020
  """读取字节数
3126
- 注意:此字段可能返回 null,表示取不到有效值。
3127
3021
  :rtype: int
3128
3022
  """
3129
3023
  return self._ResultRows
@@ -3135,7 +3029,6 @@ class DataBaseAuditRecord(AbstractModel):
3135
3029
  @property
3136
3030
  def ResultBytes(self):
3137
3031
  """结果字节数
3138
- 注意:此字段可能返回 null,表示取不到有效值。
3139
3032
  :rtype: int
3140
3033
  """
3141
3034
  return self._ResultBytes
@@ -3147,7 +3040,6 @@ class DataBaseAuditRecord(AbstractModel):
3147
3040
  @property
3148
3041
  def MemoryUsage(self):
3149
3042
  """内存
3150
- 注意:此字段可能返回 null,表示取不到有效值。
3151
3043
  :rtype: int
3152
3044
  """
3153
3045
  return self._MemoryUsage
@@ -3159,7 +3051,6 @@ class DataBaseAuditRecord(AbstractModel):
3159
3051
  @property
3160
3052
  def InitialAddress(self):
3161
3053
  """初始查询IP
3162
- 注意:此字段可能返回 null,表示取不到有效值。
3163
3054
  :rtype: str
3164
3055
  """
3165
3056
  return self._InitialAddress
@@ -3171,7 +3062,6 @@ class DataBaseAuditRecord(AbstractModel):
3171
3062
  @property
3172
3063
  def DbName(self):
3173
3064
  """数据库
3174
- 注意:此字段可能返回 null,表示取不到有效值。
3175
3065
  :rtype: str
3176
3066
  """
3177
3067
  return self._DbName
@@ -3183,7 +3073,6 @@ class DataBaseAuditRecord(AbstractModel):
3183
3073
  @property
3184
3074
  def SqlType(self):
3185
3075
  """sql类型
3186
- 注意:此字段可能返回 null,表示取不到有效值。
3187
3076
  :rtype: str
3188
3077
  """
3189
3078
  return self._SqlType
@@ -3195,7 +3084,6 @@ class DataBaseAuditRecord(AbstractModel):
3195
3084
  @property
3196
3085
  def Catalog(self):
3197
3086
  """catalog名称
3198
- 注意:此字段可能返回 null,表示取不到有效值。
3199
3087
  :rtype: str
3200
3088
  """
3201
3089
  return self._Catalog
@@ -3207,7 +3095,6 @@ class DataBaseAuditRecord(AbstractModel):
3207
3095
  @property
3208
3096
  def State(self):
3209
3097
  """状态
3210
- 注意:此字段可能返回 null,表示取不到有效值。
3211
3098
  :rtype: str
3212
3099
  """
3213
3100
  return self._State
@@ -3216,6 +3103,17 @@ class DataBaseAuditRecord(AbstractModel):
3216
3103
  def State(self, State):
3217
3104
  self._State = State
3218
3105
 
3106
+ @property
3107
+ def IsQuery(self):
3108
+ """是否是查询
3109
+ :rtype: bool
3110
+ """
3111
+ return self._IsQuery
3112
+
3113
+ @IsQuery.setter
3114
+ def IsQuery(self, IsQuery):
3115
+ self._IsQuery = IsQuery
3116
+
3219
3117
 
3220
3118
  def _deserialize(self, params):
3221
3119
  self._OsUser = params.get("OsUser")
@@ -3232,6 +3130,7 @@ class DataBaseAuditRecord(AbstractModel):
3232
3130
  self._SqlType = params.get("SqlType")
3233
3131
  self._Catalog = params.get("Catalog")
3234
3132
  self._State = params.get("State")
3133
+ self._IsQuery = params.get("IsQuery")
3235
3134
  memeber_set = set(params.keys())
3236
3135
  for name, value in vars(self).items():
3237
3136
  property_name = name[1:]
@@ -4968,6 +4867,8 @@ class DescribeDatabaseAuditDownloadRequest(AbstractModel):
4968
4867
  :type SqlTypes: list of str
4969
4868
  :param _Catalogs: catalog名称 (多选)
4970
4869
  :type Catalogs: list of str
4870
+ :param _IsQuery: 是否是查询
4871
+ :type IsQuery: list of bool
4971
4872
  """
4972
4873
  self._InstanceId = None
4973
4874
  self._StartTime = None
@@ -4983,6 +4884,7 @@ class DescribeDatabaseAuditDownloadRequest(AbstractModel):
4983
4884
  self._DbNames = None
4984
4885
  self._SqlTypes = None
4985
4886
  self._Catalogs = None
4887
+ self._IsQuery = None
4986
4888
 
4987
4889
  @property
4988
4890
  def InstanceId(self):
@@ -5138,6 +5040,17 @@ class DescribeDatabaseAuditDownloadRequest(AbstractModel):
5138
5040
  def Catalogs(self, Catalogs):
5139
5041
  self._Catalogs = Catalogs
5140
5042
 
5043
+ @property
5044
+ def IsQuery(self):
5045
+ """是否是查询
5046
+ :rtype: list of bool
5047
+ """
5048
+ return self._IsQuery
5049
+
5050
+ @IsQuery.setter
5051
+ def IsQuery(self, IsQuery):
5052
+ self._IsQuery = IsQuery
5053
+
5141
5054
 
5142
5055
  def _deserialize(self, params):
5143
5056
  self._InstanceId = params.get("InstanceId")
@@ -5154,6 +5067,7 @@ class DescribeDatabaseAuditDownloadRequest(AbstractModel):
5154
5067
  self._DbNames = params.get("DbNames")
5155
5068
  self._SqlTypes = params.get("SqlTypes")
5156
5069
  self._Catalogs = params.get("Catalogs")
5070
+ self._IsQuery = params.get("IsQuery")
5157
5071
  memeber_set = set(params.keys())
5158
5072
  for name, value in vars(self).items():
5159
5073
  property_name = name[1:]
@@ -5242,6 +5156,8 @@ class DescribeDatabaseAuditRecordsRequest(AbstractModel):
5242
5156
  :type SqlTypes: list of str
5243
5157
  :param _Catalogs: catalog名称(多选)
5244
5158
  :type Catalogs: list of str
5159
+ :param _IsQuery: 是否是查询
5160
+ :type IsQuery: list of bool
5245
5161
  """
5246
5162
  self._InstanceId = None
5247
5163
  self._StartTime = None
@@ -5257,6 +5173,7 @@ class DescribeDatabaseAuditRecordsRequest(AbstractModel):
5257
5173
  self._DbNames = None
5258
5174
  self._SqlTypes = None
5259
5175
  self._Catalogs = None
5176
+ self._IsQuery = None
5260
5177
 
5261
5178
  @property
5262
5179
  def InstanceId(self):
@@ -5412,6 +5329,17 @@ class DescribeDatabaseAuditRecordsRequest(AbstractModel):
5412
5329
  def Catalogs(self, Catalogs):
5413
5330
  self._Catalogs = Catalogs
5414
5331
 
5332
+ @property
5333
+ def IsQuery(self):
5334
+ """是否是查询
5335
+ :rtype: list of bool
5336
+ """
5337
+ return self._IsQuery
5338
+
5339
+ @IsQuery.setter
5340
+ def IsQuery(self, IsQuery):
5341
+ self._IsQuery = IsQuery
5342
+
5415
5343
 
5416
5344
  def _deserialize(self, params):
5417
5345
  self._InstanceId = params.get("InstanceId")
@@ -5428,6 +5356,7 @@ class DescribeDatabaseAuditRecordsRequest(AbstractModel):
5428
5356
  self._DbNames = params.get("DbNames")
5429
5357
  self._SqlTypes = params.get("SqlTypes")
5430
5358
  self._Catalogs = params.get("Catalogs")
5359
+ self._IsQuery = params.get("IsQuery")
5431
5360
  memeber_set = set(params.keys())
5432
5361
  for name, value in vars(self).items():
5433
5362
  property_name = name[1:]
@@ -5450,10 +5379,8 @@ class DescribeDatabaseAuditRecordsResponse(AbstractModel):
5450
5379
  :param _SlowQueryRecords: 记录列表
5451
5380
  :type SlowQueryRecords: :class:`tencentcloud.cdwdoris.v20211228.models.DataBaseAuditRecord`
5452
5381
  :param _Records: 记录列表
5453
- 注意:此字段可能返回 null,表示取不到有效值。
5454
5382
  :type Records: list of DataBaseAuditRecord
5455
5383
  :param _ErrorMsg: 错误信息
5456
- 注意:此字段可能返回 null,表示取不到有效值。
5457
5384
  :type ErrorMsg: str
5458
5385
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
5459
5386
  :type RequestId: str
@@ -5489,7 +5416,6 @@ class DescribeDatabaseAuditRecordsResponse(AbstractModel):
5489
5416
  @property
5490
5417
  def Records(self):
5491
5418
  """记录列表
5492
- 注意:此字段可能返回 null,表示取不到有效值。
5493
5419
  :rtype: list of DataBaseAuditRecord
5494
5420
  """
5495
5421
  return self._Records
@@ -5501,7 +5427,6 @@ class DescribeDatabaseAuditRecordsResponse(AbstractModel):
5501
5427
  @property
5502
5428
  def ErrorMsg(self):
5503
5429
  """错误信息
5504
- 注意:此字段可能返回 null,表示取不到有效值。
5505
5430
  :rtype: str
5506
5431
  """
5507
5432
  return self._ErrorMsg
@@ -6916,6 +6841,10 @@ class DescribeSlowQueryRecordsDownloadRequest(AbstractModel):
6916
6841
  :type DbName: list of str
6917
6842
  :param _CatalogName: catalog名称
6918
6843
  :type CatalogName: list of str
6844
+ :param _SortField: 排序字段
6845
+ :type SortField: str
6846
+ :param _SortOrder: 排序方式
6847
+ :type SortOrder: str
6919
6848
  """
6920
6849
  self._InstanceId = None
6921
6850
  self._QueryDurationMs = None
@@ -6929,6 +6858,8 @@ class DescribeSlowQueryRecordsDownloadRequest(AbstractModel):
6929
6858
  self._IsQuery = None
6930
6859
  self._DbName = None
6931
6860
  self._CatalogName = None
6861
+ self._SortField = None
6862
+ self._SortOrder = None
6932
6863
 
6933
6864
  @property
6934
6865
  def InstanceId(self):
@@ -7062,6 +6993,28 @@ class DescribeSlowQueryRecordsDownloadRequest(AbstractModel):
7062
6993
  def CatalogName(self, CatalogName):
7063
6994
  self._CatalogName = CatalogName
7064
6995
 
6996
+ @property
6997
+ def SortField(self):
6998
+ """排序字段
6999
+ :rtype: str
7000
+ """
7001
+ return self._SortField
7002
+
7003
+ @SortField.setter
7004
+ def SortField(self, SortField):
7005
+ self._SortField = SortField
7006
+
7007
+ @property
7008
+ def SortOrder(self):
7009
+ """排序方式
7010
+ :rtype: str
7011
+ """
7012
+ return self._SortOrder
7013
+
7014
+ @SortOrder.setter
7015
+ def SortOrder(self, SortOrder):
7016
+ self._SortOrder = SortOrder
7017
+
7065
7018
 
7066
7019
  def _deserialize(self, params):
7067
7020
  self._InstanceId = params.get("InstanceId")
@@ -7076,6 +7029,8 @@ class DescribeSlowQueryRecordsDownloadRequest(AbstractModel):
7076
7029
  self._IsQuery = params.get("IsQuery")
7077
7030
  self._DbName = params.get("DbName")
7078
7031
  self._CatalogName = params.get("CatalogName")
7032
+ self._SortField = params.get("SortField")
7033
+ self._SortOrder = params.get("SortOrder")
7079
7034
  memeber_set = set(params.keys())
7080
7035
  for name, value in vars(self).items():
7081
7036
  property_name = name[1:]
@@ -7164,6 +7119,10 @@ class DescribeSlowQueryRecordsRequest(AbstractModel):
7164
7119
  :type ResultBytes: str
7165
7120
  :param _MemoryUsage: MemoryUsage排序字段
7166
7121
  :type MemoryUsage: str
7122
+ :param _SortField: 排序字段
7123
+ :type SortField: str
7124
+ :param _SortOrder: 排序方式
7125
+ :type SortOrder: str
7167
7126
  """
7168
7127
  self._InstanceId = None
7169
7128
  self._QueryDurationMs = None
@@ -7179,6 +7138,8 @@ class DescribeSlowQueryRecordsRequest(AbstractModel):
7179
7138
  self._ReadRows = None
7180
7139
  self._ResultBytes = None
7181
7140
  self._MemoryUsage = None
7141
+ self._SortField = None
7142
+ self._SortOrder = None
7182
7143
 
7183
7144
  @property
7184
7145
  def InstanceId(self):
@@ -7334,6 +7295,28 @@ class DescribeSlowQueryRecordsRequest(AbstractModel):
7334
7295
  def MemoryUsage(self, MemoryUsage):
7335
7296
  self._MemoryUsage = MemoryUsage
7336
7297
 
7298
+ @property
7299
+ def SortField(self):
7300
+ """排序字段
7301
+ :rtype: str
7302
+ """
7303
+ return self._SortField
7304
+
7305
+ @SortField.setter
7306
+ def SortField(self, SortField):
7307
+ self._SortField = SortField
7308
+
7309
+ @property
7310
+ def SortOrder(self):
7311
+ """排序方式
7312
+ :rtype: str
7313
+ """
7314
+ return self._SortOrder
7315
+
7316
+ @SortOrder.setter
7317
+ def SortOrder(self, SortOrder):
7318
+ self._SortOrder = SortOrder
7319
+
7337
7320
 
7338
7321
  def _deserialize(self, params):
7339
7322
  self._InstanceId = params.get("InstanceId")
@@ -7350,6 +7333,8 @@ class DescribeSlowQueryRecordsRequest(AbstractModel):
7350
7333
  self._ReadRows = params.get("ReadRows")
7351
7334
  self._ResultBytes = params.get("ResultBytes")
7352
7335
  self._MemoryUsage = params.get("MemoryUsage")
7336
+ self._SortField = params.get("SortField")
7337
+ self._SortOrder = params.get("SortOrder")
7353
7338
  memeber_set = set(params.keys())
7354
7339
  for name, value in vars(self).items():
7355
7340
  property_name = name[1:]
@@ -7372,10 +7357,8 @@ class DescribeSlowQueryRecordsResponse(AbstractModel):
7372
7357
  :param _SlowQueryRecords: 记录列表
7373
7358
  :type SlowQueryRecords: list of SlowQueryRecord
7374
7359
  :param _DBNameList: 所有数据库名
7375
- 注意:此字段可能返回 null,表示取不到有效值。
7376
7360
  :type DBNameList: list of str
7377
7361
  :param _CatalogNameList: 所有catalog名
7378
- 注意:此字段可能返回 null,表示取不到有效值。
7379
7362
  :type CatalogNameList: list of str
7380
7363
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7381
7364
  :type RequestId: str
@@ -7411,7 +7394,6 @@ class DescribeSlowQueryRecordsResponse(AbstractModel):
7411
7394
  @property
7412
7395
  def DBNameList(self):
7413
7396
  """所有数据库名
7414
- 注意:此字段可能返回 null,表示取不到有效值。
7415
7397
  :rtype: list of str
7416
7398
  """
7417
7399
  return self._DBNameList
@@ -7423,7 +7405,6 @@ class DescribeSlowQueryRecordsResponse(AbstractModel):
7423
7405
  @property
7424
7406
  def CatalogNameList(self):
7425
7407
  """所有catalog名
7426
- 注意:此字段可能返回 null,表示取不到有效值。
7427
7408
  :rtype: list of str
7428
7409
  """
7429
7410
  return self._CatalogNameList
@@ -7550,7 +7531,6 @@ class DescribeSpecResponse(AbstractModel):
7550
7531
  :param _CoreSpec: be节点规格描述
7551
7532
  :type CoreSpec: list of ResourceSpec
7552
7533
  :param _AttachCBSSpec: 云盘列表
7553
- 注意:此字段可能返回 null,表示取不到有效值。
7554
7534
  :type AttachCBSSpec: list of DiskSpec
7555
7535
  :param _CNSpec: cn节点列表
7556
7536
  :type CNSpec: list of ResourceSpec
@@ -7588,7 +7568,6 @@ class DescribeSpecResponse(AbstractModel):
7588
7568
  @property
7589
7569
  def AttachCBSSpec(self):
7590
7570
  """云盘列表
7591
- 注意:此字段可能返回 null,表示取不到有效值。
7592
7571
  :rtype: list of DiskSpec
7593
7572
  """
7594
7573
  return self._AttachCBSSpec
@@ -7807,10 +7786,8 @@ class DescribeSqlApisResponse(AbstractModel):
7807
7786
  def __init__(self):
7808
7787
  r"""
7809
7788
  :param _ReturnData: 返回的查询数据,大部分情况是list,也可能是bool
7810
- 注意:此字段可能返回 null,表示取不到有效值。
7811
7789
  :type ReturnData: str
7812
7790
  :param _ErrorMsg: 错误消息
7813
- 注意:此字段可能返回 null,表示取不到有效值。
7814
7791
  :type ErrorMsg: str
7815
7792
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7816
7793
  :type RequestId: str
@@ -7822,7 +7799,6 @@ class DescribeSqlApisResponse(AbstractModel):
7822
7799
  @property
7823
7800
  def ReturnData(self):
7824
7801
  """返回的查询数据,大部分情况是list,也可能是bool
7825
- 注意:此字段可能返回 null,表示取不到有效值。
7826
7802
  :rtype: str
7827
7803
  """
7828
7804
  return self._ReturnData
@@ -7834,7 +7810,6 @@ class DescribeSqlApisResponse(AbstractModel):
7834
7810
  @property
7835
7811
  def ErrorMsg(self):
7836
7812
  """错误消息
7837
- 注意:此字段可能返回 null,表示取不到有效值。
7838
7813
  :rtype: str
7839
7814
  """
7840
7815
  return self._ErrorMsg
@@ -7965,10 +7940,8 @@ class DescribeTableListResponse(AbstractModel):
7965
7940
  def __init__(self):
7966
7941
  r"""
7967
7942
  :param _TableNames: 表名列表
7968
- 注意:此字段可能返回 null,表示取不到有效值。
7969
7943
  :type TableNames: list of str
7970
7944
  :param _Message: 错误信息
7971
- 注意:此字段可能返回 null,表示取不到有效值。
7972
7945
  :type Message: str
7973
7946
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
7974
7947
  :type RequestId: str
@@ -7980,7 +7953,6 @@ class DescribeTableListResponse(AbstractModel):
7980
7953
  @property
7981
7954
  def TableNames(self):
7982
7955
  """表名列表
7983
- 注意:此字段可能返回 null,表示取不到有效值。
7984
7956
  :rtype: list of str
7985
7957
  """
7986
7958
  return self._TableNames
@@ -7992,7 +7964,6 @@ class DescribeTableListResponse(AbstractModel):
7992
7964
  @property
7993
7965
  def Message(self):
7994
7966
  """错误信息
7995
- 注意:此字段可能返回 null,表示取不到有效值。
7996
7967
  :rtype: str
7997
7968
  """
7998
7969
  return self._Message
@@ -8445,16 +8416,12 @@ class DorisSourceInfo(AbstractModel):
8445
8416
  def __init__(self):
8446
8417
  r"""
8447
8418
  :param _Host: doris集群的fe的ip
8448
- 注意:此字段可能返回 null,表示取不到有效值。
8449
8419
  :type Host: str
8450
8420
  :param _Port: doris集群的fe的端口号
8451
- 注意:此字段可能返回 null,表示取不到有效值。
8452
8421
  :type Port: int
8453
8422
  :param _User: doris集群的账号
8454
- 注意:此字段可能返回 null,表示取不到有效值。
8455
8423
  :type User: str
8456
8424
  :param _Password: base64编码的doris集群对应用户的密码
8457
- 注意:此字段可能返回 null,表示取不到有效值。
8458
8425
  :type Password: str
8459
8426
  """
8460
8427
  self._Host = None
@@ -8465,7 +8432,6 @@ class DorisSourceInfo(AbstractModel):
8465
8432
  @property
8466
8433
  def Host(self):
8467
8434
  """doris集群的fe的ip
8468
- 注意:此字段可能返回 null,表示取不到有效值。
8469
8435
  :rtype: str
8470
8436
  """
8471
8437
  return self._Host
@@ -8477,7 +8443,6 @@ class DorisSourceInfo(AbstractModel):
8477
8443
  @property
8478
8444
  def Port(self):
8479
8445
  """doris集群的fe的端口号
8480
- 注意:此字段可能返回 null,表示取不到有效值。
8481
8446
  :rtype: int
8482
8447
  """
8483
8448
  return self._Port
@@ -8489,7 +8454,6 @@ class DorisSourceInfo(AbstractModel):
8489
8454
  @property
8490
8455
  def User(self):
8491
8456
  """doris集群的账号
8492
- 注意:此字段可能返回 null,表示取不到有效值。
8493
8457
  :rtype: str
8494
8458
  """
8495
8459
  return self._User
@@ -8501,7 +8465,6 @@ class DorisSourceInfo(AbstractModel):
8501
8465
  @property
8502
8466
  def Password(self):
8503
8467
  """base64编码的doris集群对应用户的密码
8504
- 注意:此字段可能返回 null,表示取不到有效值。
8505
8468
  :rtype: str
8506
8469
  """
8507
8470
  return self._Password
@@ -8534,13 +8497,10 @@ class FrontEndRule(AbstractModel):
8534
8497
  def __init__(self):
8535
8498
  r"""
8536
8499
  :param _ID: id序列
8537
- 注意:此字段可能返回 null,表示取不到有效值。
8538
8500
  :type ID: int
8539
8501
  :param _Name: 规则名称
8540
- 注意:此字段可能返回 null,表示取不到有效值。
8541
8502
  :type Name: str
8542
8503
  :param _Rule: 详细规则
8543
- 注意:此字段可能返回 null,表示取不到有效值。
8544
8504
  :type Rule: str
8545
8505
  """
8546
8506
  self._ID = None
@@ -8550,7 +8510,6 @@ class FrontEndRule(AbstractModel):
8550
8510
  @property
8551
8511
  def ID(self):
8552
8512
  """id序列
8553
- 注意:此字段可能返回 null,表示取不到有效值。
8554
8513
  :rtype: int
8555
8514
  """
8556
8515
  return self._ID
@@ -8562,7 +8521,6 @@ class FrontEndRule(AbstractModel):
8562
8521
  @property
8563
8522
  def Name(self):
8564
8523
  """规则名称
8565
- 注意:此字段可能返回 null,表示取不到有效值。
8566
8524
  :rtype: str
8567
8525
  """
8568
8526
  return self._Name
@@ -8574,7 +8532,6 @@ class FrontEndRule(AbstractModel):
8574
8532
  @property
8575
8533
  def Rule(self):
8576
8534
  """详细规则
8577
- 注意:此字段可能返回 null,表示取不到有效值。
8578
8535
  :rtype: str
8579
8536
  """
8580
8537
  return self._Rule
@@ -8657,7 +8614,6 @@ class InstanceDetail(AbstractModel):
8657
8614
  def __init__(self):
8658
8615
  r"""
8659
8616
  :param _EnableAlarmStrategy: 告警策略是否可用
8660
- 注意:此字段可能返回 null,表示取不到有效值。
8661
8617
  :type EnableAlarmStrategy: bool
8662
8618
  """
8663
8619
  self._EnableAlarmStrategy = None
@@ -8665,7 +8621,6 @@ class InstanceDetail(AbstractModel):
8665
8621
  @property
8666
8622
  def EnableAlarmStrategy(self):
8667
8623
  """告警策略是否可用
8668
- 注意:此字段可能返回 null,表示取不到有效值。
8669
8624
  :rtype: bool
8670
8625
  """
8671
8626
  return self._EnableAlarmStrategy
@@ -8695,164 +8650,114 @@ class InstanceInfo(AbstractModel):
8695
8650
  def __init__(self):
8696
8651
  r"""
8697
8652
  :param _InstanceId: 集群实例ID, "cdw-xxxx" 字符串类型
8698
- 注意:此字段可能返回 null,表示取不到有效值。
8699
8653
  :type InstanceId: str
8700
8654
  :param _InstanceName: 集群实例名称
8701
- 注意:此字段可能返回 null,表示取不到有效值。
8702
8655
  :type InstanceName: str
8703
8656
  :param _Status: 状态,
8704
8657
  Init 创建中; Serving 运行中;
8705
8658
  Deleted已销毁;Deleting 销毁中;
8706
8659
  Modify 集群变更中;
8707
- 注意:此字段可能返回 null,表示取不到有效值。
8708
8660
  :type Status: str
8709
8661
  :param _Version: 版本
8710
- 注意:此字段可能返回 null,表示取不到有效值。
8711
8662
  :type Version: str
8712
8663
  :param _Region: 地域, ap-guangzhou
8713
- 注意:此字段可能返回 null,表示取不到有效值。
8714
8664
  :type Region: str
8715
8665
  :param _Zone: 可用区, ap-guangzhou-3
8716
- 注意:此字段可能返回 null,表示取不到有效值。
8717
8666
  :type Zone: str
8718
8667
  :param _VpcId: 私有网络名称
8719
- 注意:此字段可能返回 null,表示取不到有效值。
8720
8668
  :type VpcId: str
8721
8669
  :param _SubnetId: 子网名称
8722
- 注意:此字段可能返回 null,表示取不到有效值。
8723
8670
  :type SubnetId: str
8724
8671
  :param _PayMode: 付费类型,"hour", "prepay"
8725
- 注意:此字段可能返回 null,表示取不到有效值。
8726
8672
  :type PayMode: str
8727
8673
  :param _CreateTime: 创建时间
8728
- 注意:此字段可能返回 null,表示取不到有效值。
8729
8674
  :type CreateTime: str
8730
8675
  :param _ExpireTime: 过期时间
8731
- 注意:此字段可能返回 null,表示取不到有效值。
8732
8676
  :type ExpireTime: str
8733
8677
  :param _MasterSummary: 数据节点描述信息
8734
- 注意:此字段可能返回 null,表示取不到有效值。
8735
8678
  :type MasterSummary: :class:`tencentcloud.cdwdoris.v20211228.models.NodesSummary`
8736
8679
  :param _CoreSummary: zookeeper节点描述信息
8737
- 注意:此字段可能返回 null,表示取不到有效值。
8738
8680
  :type CoreSummary: :class:`tencentcloud.cdwdoris.v20211228.models.NodesSummary`
8739
8681
  :param _HA: 高可用,“true" "false"
8740
- 注意:此字段可能返回 null,表示取不到有效值。
8741
8682
  :type HA: str
8742
8683
  :param _HaType: 高可用类型:
8743
8684
  0:非高可用
8744
8685
  1:读高可用
8745
8686
  2:读写高可用。
8746
- 注意:此字段可能返回 null,表示取不到有效值。
8747
8687
  :type HaType: int
8748
8688
  :param _AccessInfo: 访问地址,例如 "10.0.0.1:9000"
8749
- 注意:此字段可能返回 null,表示取不到有效值。
8750
8689
  :type AccessInfo: str
8751
8690
  :param _Id: 记录ID,数值型
8752
- 注意:此字段可能返回 null,表示取不到有效值。
8753
8691
  :type Id: int
8754
8692
  :param _RegionId: regionId, 表示地域
8755
- 注意:此字段可能返回 null,表示取不到有效值。
8756
8693
  :type RegionId: int
8757
8694
  :param _ZoneDesc: 可用区说明,例如 "广州二区"
8758
- 注意:此字段可能返回 null,表示取不到有效值。
8759
8695
  :type ZoneDesc: str
8760
8696
  :param _FlowMsg: 错误流程说明信息
8761
- 注意:此字段可能返回 null,表示取不到有效值。
8762
8697
  :type FlowMsg: str
8763
8698
  :param _StatusDesc: 状态描述,例如“运行中”等
8764
- 注意:此字段可能返回 null,表示取不到有效值。
8765
8699
  :type StatusDesc: str
8766
8700
  :param _RenewFlag: 自动续费标记
8767
- 注意:此字段可能返回 null,表示取不到有效值。
8768
8701
  :type RenewFlag: bool
8769
8702
  :param _Tags: 标签列表
8770
- 注意:此字段可能返回 null,表示取不到有效值。
8771
8703
  :type Tags: list of Tag
8772
8704
  :param _Monitor: 监控信息
8773
- 注意:此字段可能返回 null,表示取不到有效值。
8774
8705
  :type Monitor: str
8775
8706
  :param _HasClsTopic: 是否开通日志
8776
- 注意:此字段可能返回 null,表示取不到有效值。
8777
8707
  :type HasClsTopic: bool
8778
8708
  :param _ClsTopicId: 日志主题ID
8779
- 注意:此字段可能返回 null,表示取不到有效值。
8780
8709
  :type ClsTopicId: str
8781
8710
  :param _ClsLogSetId: 日志集ID
8782
- 注意:此字段可能返回 null,表示取不到有效值。
8783
8711
  :type ClsLogSetId: str
8784
8712
  :param _EnableXMLConfig: 是否支持xml配置管理
8785
- 注意:此字段可能返回 null,表示取不到有效值。
8786
8713
  :type EnableXMLConfig: int
8787
8714
  :param _RegionDesc: 区域
8788
- 注意:此字段可能返回 null,表示取不到有效值。
8789
8715
  :type RegionDesc: str
8790
8716
  :param _Eip: 弹性网卡地址
8791
- 注意:此字段可能返回 null,表示取不到有效值。
8792
8717
  :type Eip: str
8793
8718
  :param _CosMoveFactor: 冷热分层系数
8794
- 注意:此字段可能返回 null,表示取不到有效值。
8795
8719
  :type CosMoveFactor: int
8796
8720
  :param _Kind: external/local/yunti
8797
- 注意:此字段可能返回 null,表示取不到有效值。
8798
8721
  :type Kind: str
8799
8722
  :param _CosBucketName: cos桶
8800
- 注意:此字段可能返回 null,表示取不到有效值。
8801
8723
  :type CosBucketName: str
8802
8724
  :param _CanAttachCbs: cbs
8803
- 注意:此字段可能返回 null,表示取不到有效值。
8804
8725
  :type CanAttachCbs: bool
8805
8726
  :param _BuildVersion: 小版本
8806
- 注意:此字段可能返回 null,表示取不到有效值。
8807
8727
  :type BuildVersion: str
8808
8728
  :param _Components: 组件信息
8809
8729
  注:这里返回类型实际为map[string]struct类型,并非显示的string类型,可以参考“示例值”进行数据的解析。
8810
- 注意:此字段可能返回 null,表示取不到有效值。
8811
8730
  :type Components: str
8812
8731
  :param _IfExistCatalog: 判断审计日志表是否有catalog字段
8813
8732
  注意:此字段可能返回 null,表示取不到有效值。
8814
8733
  :type IfExistCatalog: int
8815
8734
  :param _Characteristic: 页面特性,用于前端屏蔽一些页面入口
8816
- 注意:此字段可能返回 null,表示取不到有效值。
8817
8735
  :type Characteristic: list of str
8818
8736
  :param _RestartTimeout: 超时时间 单位s
8819
- 注意:此字段可能返回 null,表示取不到有效值。
8820
8737
  :type RestartTimeout: str
8821
8738
  :param _GraceShutdownWaitSeconds: 内核优雅重启超时时间,如果为-1说明未设置
8822
- 注意:此字段可能返回 null,表示取不到有效值。
8823
8739
  :type GraceShutdownWaitSeconds: str
8824
8740
  :param _CaseSensitive: 表名大小写是否敏感,0:敏感;1:不敏感,以小写进行比较;2:不敏感,表名改为以小写存储
8825
- 注意:此字段可能返回 null,表示取不到有效值。
8826
8741
  :type CaseSensitive: int
8827
8742
  :param _IsWhiteSGs: 用户是否可以绑定安全组
8828
- 注意:此字段可能返回 null,表示取不到有效值。
8829
8743
  :type IsWhiteSGs: bool
8830
8744
  :param _BindSGs: 已绑定的安全组信息
8831
- 注意:此字段可能返回 null,表示取不到有效值。
8832
8745
  :type BindSGs: list of str
8833
8746
  :param _EnableMultiZones: 是否为多可用区
8834
- 注意:此字段可能返回 null,表示取不到有效值。
8835
8747
  :type EnableMultiZones: bool
8836
8748
  :param _UserNetworkInfos: 用户可用区和子网信息
8837
- 注意:此字段可能返回 null,表示取不到有效值。
8838
8749
  :type UserNetworkInfos: str
8839
8750
  :param _EnableCoolDown: 是否启用冷热分层。0:未开启 1:已开启
8840
- 注意:此字段可能返回 null,表示取不到有效值。
8841
8751
  :type EnableCoolDown: int
8842
8752
  :param _CoolDownBucket: 冷热分层使用COS桶
8843
- 注意:此字段可能返回 null,表示取不到有效值。
8844
8753
  :type CoolDownBucket: str
8845
8754
  :param _Details: 实例扩展信息
8846
- 注意:此字段可能返回 null,表示取不到有效值。
8847
8755
  :type Details: :class:`tencentcloud.cdwdoris.v20211228.models.InstanceDetail`
8848
8756
  :param _EnableDlc: 是否启用DLC 0:关闭 1:开启
8849
- 注意:此字段可能返回 null,表示取不到有效值。
8850
8757
  :type EnableDlc: int
8851
8758
  :param _AccountType: 账户类型 0:普通用户 1:CAM用户
8852
- 注意:此字段可能返回 null,表示取不到有效值。
8853
8759
  :type AccountType: int
8854
8760
  :param _MonitorMode: 监控模式 0: 老监控 1:新监控
8855
- 注意:此字段可能返回 null,表示取不到有效值。
8856
8761
  :type MonitorMode: int
8857
8762
  :param _CNSummary: cn节点信息
8858
8763
  :type CNSummary: :class:`tencentcloud.cdwdoris.v20211228.models.NodesSummary`
@@ -8913,7 +8818,6 @@ Modify 集群变更中;
8913
8818
  @property
8914
8819
  def InstanceId(self):
8915
8820
  """集群实例ID, "cdw-xxxx" 字符串类型
8916
- 注意:此字段可能返回 null,表示取不到有效值。
8917
8821
  :rtype: str
8918
8822
  """
8919
8823
  return self._InstanceId
@@ -8925,7 +8829,6 @@ Modify 集群变更中;
8925
8829
  @property
8926
8830
  def InstanceName(self):
8927
8831
  """集群实例名称
8928
- 注意:此字段可能返回 null,表示取不到有效值。
8929
8832
  :rtype: str
8930
8833
  """
8931
8834
  return self._InstanceName
@@ -8940,7 +8843,6 @@ Modify 集群变更中;
8940
8843
  Init 创建中; Serving 运行中;
8941
8844
  Deleted已销毁;Deleting 销毁中;
8942
8845
  Modify 集群变更中;
8943
- 注意:此字段可能返回 null,表示取不到有效值。
8944
8846
  :rtype: str
8945
8847
  """
8946
8848
  return self._Status
@@ -8952,7 +8854,6 @@ Modify 集群变更中;
8952
8854
  @property
8953
8855
  def Version(self):
8954
8856
  """版本
8955
- 注意:此字段可能返回 null,表示取不到有效值。
8956
8857
  :rtype: str
8957
8858
  """
8958
8859
  return self._Version
@@ -8964,7 +8865,6 @@ Modify 集群变更中;
8964
8865
  @property
8965
8866
  def Region(self):
8966
8867
  """地域, ap-guangzhou
8967
- 注意:此字段可能返回 null,表示取不到有效值。
8968
8868
  :rtype: str
8969
8869
  """
8970
8870
  return self._Region
@@ -8976,7 +8876,6 @@ Modify 集群变更中;
8976
8876
  @property
8977
8877
  def Zone(self):
8978
8878
  """可用区, ap-guangzhou-3
8979
- 注意:此字段可能返回 null,表示取不到有效值。
8980
8879
  :rtype: str
8981
8880
  """
8982
8881
  return self._Zone
@@ -8988,7 +8887,6 @@ Modify 集群变更中;
8988
8887
  @property
8989
8888
  def VpcId(self):
8990
8889
  """私有网络名称
8991
- 注意:此字段可能返回 null,表示取不到有效值。
8992
8890
  :rtype: str
8993
8891
  """
8994
8892
  return self._VpcId
@@ -9000,7 +8898,6 @@ Modify 集群变更中;
9000
8898
  @property
9001
8899
  def SubnetId(self):
9002
8900
  """子网名称
9003
- 注意:此字段可能返回 null,表示取不到有效值。
9004
8901
  :rtype: str
9005
8902
  """
9006
8903
  return self._SubnetId
@@ -9012,7 +8909,6 @@ Modify 集群变更中;
9012
8909
  @property
9013
8910
  def PayMode(self):
9014
8911
  """付费类型,"hour", "prepay"
9015
- 注意:此字段可能返回 null,表示取不到有效值。
9016
8912
  :rtype: str
9017
8913
  """
9018
8914
  return self._PayMode
@@ -9024,7 +8920,6 @@ Modify 集群变更中;
9024
8920
  @property
9025
8921
  def CreateTime(self):
9026
8922
  """创建时间
9027
- 注意:此字段可能返回 null,表示取不到有效值。
9028
8923
  :rtype: str
9029
8924
  """
9030
8925
  return self._CreateTime
@@ -9036,7 +8931,6 @@ Modify 集群变更中;
9036
8931
  @property
9037
8932
  def ExpireTime(self):
9038
8933
  """过期时间
9039
- 注意:此字段可能返回 null,表示取不到有效值。
9040
8934
  :rtype: str
9041
8935
  """
9042
8936
  return self._ExpireTime
@@ -9048,7 +8942,6 @@ Modify 集群变更中;
9048
8942
  @property
9049
8943
  def MasterSummary(self):
9050
8944
  """数据节点描述信息
9051
- 注意:此字段可能返回 null,表示取不到有效值。
9052
8945
  :rtype: :class:`tencentcloud.cdwdoris.v20211228.models.NodesSummary`
9053
8946
  """
9054
8947
  return self._MasterSummary
@@ -9060,7 +8953,6 @@ Modify 集群变更中;
9060
8953
  @property
9061
8954
  def CoreSummary(self):
9062
8955
  """zookeeper节点描述信息
9063
- 注意:此字段可能返回 null,表示取不到有效值。
9064
8956
  :rtype: :class:`tencentcloud.cdwdoris.v20211228.models.NodesSummary`
9065
8957
  """
9066
8958
  return self._CoreSummary
@@ -9072,7 +8964,6 @@ Modify 集群变更中;
9072
8964
  @property
9073
8965
  def HA(self):
9074
8966
  """高可用,“true" "false"
9075
- 注意:此字段可能返回 null,表示取不到有效值。
9076
8967
  :rtype: str
9077
8968
  """
9078
8969
  return self._HA
@@ -9087,7 +8978,6 @@ Modify 集群变更中;
9087
8978
  0:非高可用
9088
8979
  1:读高可用
9089
8980
  2:读写高可用。
9090
- 注意:此字段可能返回 null,表示取不到有效值。
9091
8981
  :rtype: int
9092
8982
  """
9093
8983
  return self._HaType
@@ -9099,7 +8989,6 @@ Modify 集群变更中;
9099
8989
  @property
9100
8990
  def AccessInfo(self):
9101
8991
  """访问地址,例如 "10.0.0.1:9000"
9102
- 注意:此字段可能返回 null,表示取不到有效值。
9103
8992
  :rtype: str
9104
8993
  """
9105
8994
  return self._AccessInfo
@@ -9111,7 +9000,6 @@ Modify 集群变更中;
9111
9000
  @property
9112
9001
  def Id(self):
9113
9002
  """记录ID,数值型
9114
- 注意:此字段可能返回 null,表示取不到有效值。
9115
9003
  :rtype: int
9116
9004
  """
9117
9005
  return self._Id
@@ -9123,7 +9011,6 @@ Modify 集群变更中;
9123
9011
  @property
9124
9012
  def RegionId(self):
9125
9013
  """regionId, 表示地域
9126
- 注意:此字段可能返回 null,表示取不到有效值。
9127
9014
  :rtype: int
9128
9015
  """
9129
9016
  return self._RegionId
@@ -9135,7 +9022,6 @@ Modify 集群变更中;
9135
9022
  @property
9136
9023
  def ZoneDesc(self):
9137
9024
  """可用区说明,例如 "广州二区"
9138
- 注意:此字段可能返回 null,表示取不到有效值。
9139
9025
  :rtype: str
9140
9026
  """
9141
9027
  return self._ZoneDesc
@@ -9147,7 +9033,6 @@ Modify 集群变更中;
9147
9033
  @property
9148
9034
  def FlowMsg(self):
9149
9035
  """错误流程说明信息
9150
- 注意:此字段可能返回 null,表示取不到有效值。
9151
9036
  :rtype: str
9152
9037
  """
9153
9038
  return self._FlowMsg
@@ -9159,7 +9044,6 @@ Modify 集群变更中;
9159
9044
  @property
9160
9045
  def StatusDesc(self):
9161
9046
  """状态描述,例如“运行中”等
9162
- 注意:此字段可能返回 null,表示取不到有效值。
9163
9047
  :rtype: str
9164
9048
  """
9165
9049
  return self._StatusDesc
@@ -9171,7 +9055,6 @@ Modify 集群变更中;
9171
9055
  @property
9172
9056
  def RenewFlag(self):
9173
9057
  """自动续费标记
9174
- 注意:此字段可能返回 null,表示取不到有效值。
9175
9058
  :rtype: bool
9176
9059
  """
9177
9060
  return self._RenewFlag
@@ -9183,7 +9066,6 @@ Modify 集群变更中;
9183
9066
  @property
9184
9067
  def Tags(self):
9185
9068
  """标签列表
9186
- 注意:此字段可能返回 null,表示取不到有效值。
9187
9069
  :rtype: list of Tag
9188
9070
  """
9189
9071
  return self._Tags
@@ -9195,7 +9077,6 @@ Modify 集群变更中;
9195
9077
  @property
9196
9078
  def Monitor(self):
9197
9079
  """监控信息
9198
- 注意:此字段可能返回 null,表示取不到有效值。
9199
9080
  :rtype: str
9200
9081
  """
9201
9082
  return self._Monitor
@@ -9207,7 +9088,6 @@ Modify 集群变更中;
9207
9088
  @property
9208
9089
  def HasClsTopic(self):
9209
9090
  """是否开通日志
9210
- 注意:此字段可能返回 null,表示取不到有效值。
9211
9091
  :rtype: bool
9212
9092
  """
9213
9093
  return self._HasClsTopic
@@ -9219,7 +9099,6 @@ Modify 集群变更中;
9219
9099
  @property
9220
9100
  def ClsTopicId(self):
9221
9101
  """日志主题ID
9222
- 注意:此字段可能返回 null,表示取不到有效值。
9223
9102
  :rtype: str
9224
9103
  """
9225
9104
  return self._ClsTopicId
@@ -9231,7 +9110,6 @@ Modify 集群变更中;
9231
9110
  @property
9232
9111
  def ClsLogSetId(self):
9233
9112
  """日志集ID
9234
- 注意:此字段可能返回 null,表示取不到有效值。
9235
9113
  :rtype: str
9236
9114
  """
9237
9115
  return self._ClsLogSetId
@@ -9243,7 +9121,6 @@ Modify 集群变更中;
9243
9121
  @property
9244
9122
  def EnableXMLConfig(self):
9245
9123
  """是否支持xml配置管理
9246
- 注意:此字段可能返回 null,表示取不到有效值。
9247
9124
  :rtype: int
9248
9125
  """
9249
9126
  return self._EnableXMLConfig
@@ -9255,7 +9132,6 @@ Modify 集群变更中;
9255
9132
  @property
9256
9133
  def RegionDesc(self):
9257
9134
  """区域
9258
- 注意:此字段可能返回 null,表示取不到有效值。
9259
9135
  :rtype: str
9260
9136
  """
9261
9137
  return self._RegionDesc
@@ -9267,7 +9143,6 @@ Modify 集群变更中;
9267
9143
  @property
9268
9144
  def Eip(self):
9269
9145
  """弹性网卡地址
9270
- 注意:此字段可能返回 null,表示取不到有效值。
9271
9146
  :rtype: str
9272
9147
  """
9273
9148
  return self._Eip
@@ -9279,7 +9154,6 @@ Modify 集群变更中;
9279
9154
  @property
9280
9155
  def CosMoveFactor(self):
9281
9156
  """冷热分层系数
9282
- 注意:此字段可能返回 null,表示取不到有效值。
9283
9157
  :rtype: int
9284
9158
  """
9285
9159
  return self._CosMoveFactor
@@ -9291,7 +9165,6 @@ Modify 集群变更中;
9291
9165
  @property
9292
9166
  def Kind(self):
9293
9167
  """external/local/yunti
9294
- 注意:此字段可能返回 null,表示取不到有效值。
9295
9168
  :rtype: str
9296
9169
  """
9297
9170
  return self._Kind
@@ -9303,7 +9176,6 @@ Modify 集群变更中;
9303
9176
  @property
9304
9177
  def CosBucketName(self):
9305
9178
  """cos桶
9306
- 注意:此字段可能返回 null,表示取不到有效值。
9307
9179
  :rtype: str
9308
9180
  """
9309
9181
  return self._CosBucketName
@@ -9315,7 +9187,6 @@ Modify 集群变更中;
9315
9187
  @property
9316
9188
  def CanAttachCbs(self):
9317
9189
  """cbs
9318
- 注意:此字段可能返回 null,表示取不到有效值。
9319
9190
  :rtype: bool
9320
9191
  """
9321
9192
  return self._CanAttachCbs
@@ -9327,7 +9198,6 @@ Modify 集群变更中;
9327
9198
  @property
9328
9199
  def BuildVersion(self):
9329
9200
  """小版本
9330
- 注意:此字段可能返回 null,表示取不到有效值。
9331
9201
  :rtype: str
9332
9202
  """
9333
9203
  return self._BuildVersion
@@ -9340,7 +9210,6 @@ Modify 集群变更中;
9340
9210
  def Components(self):
9341
9211
  """组件信息
9342
9212
  注:这里返回类型实际为map[string]struct类型,并非显示的string类型,可以参考“示例值”进行数据的解析。
9343
- 注意:此字段可能返回 null,表示取不到有效值。
9344
9213
  :rtype: str
9345
9214
  """
9346
9215
  return self._Components
@@ -9368,7 +9237,6 @@ Modify 集群变更中;
9368
9237
  @property
9369
9238
  def Characteristic(self):
9370
9239
  """页面特性,用于前端屏蔽一些页面入口
9371
- 注意:此字段可能返回 null,表示取不到有效值。
9372
9240
  :rtype: list of str
9373
9241
  """
9374
9242
  return self._Characteristic
@@ -9380,7 +9248,6 @@ Modify 集群变更中;
9380
9248
  @property
9381
9249
  def RestartTimeout(self):
9382
9250
  """超时时间 单位s
9383
- 注意:此字段可能返回 null,表示取不到有效值。
9384
9251
  :rtype: str
9385
9252
  """
9386
9253
  return self._RestartTimeout
@@ -9392,7 +9259,6 @@ Modify 集群变更中;
9392
9259
  @property
9393
9260
  def GraceShutdownWaitSeconds(self):
9394
9261
  """内核优雅重启超时时间,如果为-1说明未设置
9395
- 注意:此字段可能返回 null,表示取不到有效值。
9396
9262
  :rtype: str
9397
9263
  """
9398
9264
  return self._GraceShutdownWaitSeconds
@@ -9404,7 +9270,6 @@ Modify 集群变更中;
9404
9270
  @property
9405
9271
  def CaseSensitive(self):
9406
9272
  """表名大小写是否敏感,0:敏感;1:不敏感,以小写进行比较;2:不敏感,表名改为以小写存储
9407
- 注意:此字段可能返回 null,表示取不到有效值。
9408
9273
  :rtype: int
9409
9274
  """
9410
9275
  return self._CaseSensitive
@@ -9416,7 +9281,6 @@ Modify 集群变更中;
9416
9281
  @property
9417
9282
  def IsWhiteSGs(self):
9418
9283
  """用户是否可以绑定安全组
9419
- 注意:此字段可能返回 null,表示取不到有效值。
9420
9284
  :rtype: bool
9421
9285
  """
9422
9286
  return self._IsWhiteSGs
@@ -9428,7 +9292,6 @@ Modify 集群变更中;
9428
9292
  @property
9429
9293
  def BindSGs(self):
9430
9294
  """已绑定的安全组信息
9431
- 注意:此字段可能返回 null,表示取不到有效值。
9432
9295
  :rtype: list of str
9433
9296
  """
9434
9297
  return self._BindSGs
@@ -9440,7 +9303,6 @@ Modify 集群变更中;
9440
9303
  @property
9441
9304
  def EnableMultiZones(self):
9442
9305
  """是否为多可用区
9443
- 注意:此字段可能返回 null,表示取不到有效值。
9444
9306
  :rtype: bool
9445
9307
  """
9446
9308
  return self._EnableMultiZones
@@ -9452,7 +9314,6 @@ Modify 集群变更中;
9452
9314
  @property
9453
9315
  def UserNetworkInfos(self):
9454
9316
  """用户可用区和子网信息
9455
- 注意:此字段可能返回 null,表示取不到有效值。
9456
9317
  :rtype: str
9457
9318
  """
9458
9319
  return self._UserNetworkInfos
@@ -9464,7 +9325,6 @@ Modify 集群变更中;
9464
9325
  @property
9465
9326
  def EnableCoolDown(self):
9466
9327
  """是否启用冷热分层。0:未开启 1:已开启
9467
- 注意:此字段可能返回 null,表示取不到有效值。
9468
9328
  :rtype: int
9469
9329
  """
9470
9330
  return self._EnableCoolDown
@@ -9476,7 +9336,6 @@ Modify 集群变更中;
9476
9336
  @property
9477
9337
  def CoolDownBucket(self):
9478
9338
  """冷热分层使用COS桶
9479
- 注意:此字段可能返回 null,表示取不到有效值。
9480
9339
  :rtype: str
9481
9340
  """
9482
9341
  return self._CoolDownBucket
@@ -9488,7 +9347,6 @@ Modify 集群变更中;
9488
9347
  @property
9489
9348
  def Details(self):
9490
9349
  """实例扩展信息
9491
- 注意:此字段可能返回 null,表示取不到有效值。
9492
9350
  :rtype: :class:`tencentcloud.cdwdoris.v20211228.models.InstanceDetail`
9493
9351
  """
9494
9352
  return self._Details
@@ -9500,7 +9358,6 @@ Modify 集群变更中;
9500
9358
  @property
9501
9359
  def EnableDlc(self):
9502
9360
  """是否启用DLC 0:关闭 1:开启
9503
- 注意:此字段可能返回 null,表示取不到有效值。
9504
9361
  :rtype: int
9505
9362
  """
9506
9363
  return self._EnableDlc
@@ -9512,7 +9369,6 @@ Modify 集群变更中;
9512
9369
  @property
9513
9370
  def AccountType(self):
9514
9371
  """账户类型 0:普通用户 1:CAM用户
9515
- 注意:此字段可能返回 null,表示取不到有效值。
9516
9372
  :rtype: int
9517
9373
  """
9518
9374
  return self._AccountType
@@ -9524,7 +9380,6 @@ Modify 集群变更中;
9524
9380
  @property
9525
9381
  def MonitorMode(self):
9526
9382
  """监控模式 0: 老监控 1:新监控
9527
- 注意:此字段可能返回 null,表示取不到有效值。
9528
9383
  :rtype: int
9529
9384
  """
9530
9385
  return self._MonitorMode
@@ -9643,19 +9498,14 @@ class InstanceNode(AbstractModel):
9643
9498
  :param _Role: 所属clickhouse cluster名称
9644
9499
  :type Role: str
9645
9500
  :param _Status: 状态
9646
- 注意:此字段可能返回 null,表示取不到有效值。
9647
9501
  :type Status: str
9648
9502
  :param _Rip: rip
9649
- 注意:此字段可能返回 null,表示取不到有效值。
9650
9503
  :type Rip: str
9651
9504
  :param _FeRole: FE节点角色
9652
- 注意:此字段可能返回 null,表示取不到有效值。
9653
9505
  :type FeRole: str
9654
9506
  :param _UUID: UUID
9655
- 注意:此字段可能返回 null,表示取不到有效值。
9656
9507
  :type UUID: str
9657
9508
  :param _Zone: 可用区
9658
- 注意:此字段可能返回 null,表示取不到有效值。
9659
9509
  :type Zone: str
9660
9510
  :param _CreateTime: 创建时间
9661
9511
  :type CreateTime: str
@@ -9754,7 +9604,6 @@ class InstanceNode(AbstractModel):
9754
9604
  @property
9755
9605
  def Status(self):
9756
9606
  """状态
9757
- 注意:此字段可能返回 null,表示取不到有效值。
9758
9607
  :rtype: str
9759
9608
  """
9760
9609
  return self._Status
@@ -9766,7 +9615,6 @@ class InstanceNode(AbstractModel):
9766
9615
  @property
9767
9616
  def Rip(self):
9768
9617
  """rip
9769
- 注意:此字段可能返回 null,表示取不到有效值。
9770
9618
  :rtype: str
9771
9619
  """
9772
9620
  return self._Rip
@@ -9778,7 +9626,6 @@ class InstanceNode(AbstractModel):
9778
9626
  @property
9779
9627
  def FeRole(self):
9780
9628
  """FE节点角色
9781
- 注意:此字段可能返回 null,表示取不到有效值。
9782
9629
  :rtype: str
9783
9630
  """
9784
9631
  return self._FeRole
@@ -9790,7 +9637,6 @@ class InstanceNode(AbstractModel):
9790
9637
  @property
9791
9638
  def UUID(self):
9792
9639
  """UUID
9793
- 注意:此字段可能返回 null,表示取不到有效值。
9794
9640
  :rtype: str
9795
9641
  """
9796
9642
  return self._UUID
@@ -9802,7 +9648,6 @@ class InstanceNode(AbstractModel):
9802
9648
  @property
9803
9649
  def Zone(self):
9804
9650
  """可用区
9805
- 注意:此字段可能返回 null,表示取不到有效值。
9806
9651
  :rtype: str
9807
9652
  """
9808
9653
  return self._Zone
@@ -10251,7 +10096,6 @@ class ModifyCoolDownPolicyResponse(AbstractModel):
10251
10096
  def __init__(self):
10252
10097
  r"""
10253
10098
  :param _ErrorMsg: 错误信息
10254
- 注意:此字段可能返回 null,表示取不到有效值。
10255
10099
  :type ErrorMsg: str
10256
10100
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10257
10101
  :type RequestId: str
@@ -10262,7 +10106,6 @@ class ModifyCoolDownPolicyResponse(AbstractModel):
10262
10106
  @property
10263
10107
  def ErrorMsg(self):
10264
10108
  """错误信息
10265
- 注意:此字段可能返回 null,表示取不到有效值。
10266
10109
  :rtype: str
10267
10110
  """
10268
10111
  return self._ErrorMsg
@@ -10474,7 +10317,6 @@ class ModifyInstanceKeyValConfigsResponse(AbstractModel):
10474
10317
  def __init__(self):
10475
10318
  r"""
10476
10319
  :param _ErrorMsg: 错误信息
10477
- 注意:此字段可能返回 null,表示取不到有效值。
10478
10320
  :type ErrorMsg: str
10479
10321
  :param _FlowId: ID
10480
10322
  :type FlowId: int
@@ -10488,7 +10330,6 @@ class ModifyInstanceKeyValConfigsResponse(AbstractModel):
10488
10330
  @property
10489
10331
  def ErrorMsg(self):
10490
10332
  """错误信息
10491
- 注意:此字段可能返回 null,表示取不到有效值。
10492
10333
  :rtype: str
10493
10334
  """
10494
10335
  return self._ErrorMsg
@@ -10823,7 +10664,6 @@ class ModifySecurityGroupsResponse(AbstractModel):
10823
10664
  def __init__(self):
10824
10665
  r"""
10825
10666
  :param _ErrorMsg: 错误信息
10826
- 注意:此字段可能返回 null,表示取不到有效值。
10827
10667
  :type ErrorMsg: str
10828
10668
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
10829
10669
  :type RequestId: str
@@ -10834,7 +10674,6 @@ class ModifySecurityGroupsResponse(AbstractModel):
10834
10674
  @property
10835
10675
  def ErrorMsg(self):
10836
10676
  """错误信息
10837
- 注意:此字段可能返回 null,表示取不到有效值。
10838
10677
  :rtype: str
10839
10678
  """
10840
10679
  return self._ErrorMsg
@@ -11080,7 +10919,6 @@ class ModifyUserPrivilegesV3Response(AbstractModel):
11080
10919
  def __init__(self):
11081
10920
  r"""
11082
10921
  :param _ErrorMsg: 错误信息,为空就是没有错误
11083
- 注意:此字段可能返回 null,表示取不到有效值。
11084
10922
  :type ErrorMsg: str
11085
10923
  :param _InstanceId: 集群id
11086
10924
  :type InstanceId: str
@@ -11094,7 +10932,6 @@ class ModifyUserPrivilegesV3Response(AbstractModel):
11094
10932
  @property
11095
10933
  def ErrorMsg(self):
11096
10934
  """错误信息,为空就是没有错误
11097
- 注意:此字段可能返回 null,表示取不到有效值。
11098
10935
  :rtype: str
11099
10936
  """
11100
10937
  return self._ErrorMsg
@@ -11330,13 +11167,10 @@ class NetworkInfo(AbstractModel):
11330
11167
  def __init__(self):
11331
11168
  r"""
11332
11169
  :param _Zone: 可用区
11333
- 注意:此字段可能返回 null,表示取不到有效值。
11334
11170
  :type Zone: str
11335
11171
  :param _SubnetId: 子网id
11336
- 注意:此字段可能返回 null,表示取不到有效值。
11337
11172
  :type SubnetId: str
11338
11173
  :param _SubnetIpNum: 当前子网可用ip数
11339
- 注意:此字段可能返回 null,表示取不到有效值。
11340
11174
  :type SubnetIpNum: int
11341
11175
  """
11342
11176
  self._Zone = None
@@ -11346,7 +11180,6 @@ class NetworkInfo(AbstractModel):
11346
11180
  @property
11347
11181
  def Zone(self):
11348
11182
  """可用区
11349
- 注意:此字段可能返回 null,表示取不到有效值。
11350
11183
  :rtype: str
11351
11184
  """
11352
11185
  return self._Zone
@@ -11358,7 +11191,6 @@ class NetworkInfo(AbstractModel):
11358
11191
  @property
11359
11192
  def SubnetId(self):
11360
11193
  """子网id
11361
- 注意:此字段可能返回 null,表示取不到有效值。
11362
11194
  :rtype: str
11363
11195
  """
11364
11196
  return self._SubnetId
@@ -11370,7 +11202,6 @@ class NetworkInfo(AbstractModel):
11370
11202
  @property
11371
11203
  def SubnetIpNum(self):
11372
11204
  """当前子网可用ip数
11373
- 注意:此字段可能返回 null,表示取不到有效值。
11374
11205
  :rtype: int
11375
11206
  """
11376
11207
  return self._SubnetIpNum
@@ -11402,28 +11233,20 @@ class NodeInfo(AbstractModel):
11402
11233
  def __init__(self):
11403
11234
  r"""
11404
11235
  :param _Ip: 用户IP
11405
- 注意:此字段可能返回 null,表示取不到有效值。
11406
11236
  :type Ip: str
11407
11237
  :param _Status: 节点状态
11408
- 注意:此字段可能返回 null,表示取不到有效值。
11409
11238
  :type Status: int
11410
11239
  :param _NodeName: 节点角色名
11411
- 注意:此字段可能返回 null,表示取不到有效值。
11412
11240
  :type NodeName: str
11413
11241
  :param _ComponentName: 组件名
11414
- 注意:此字段可能返回 null,表示取不到有效值。
11415
11242
  :type ComponentName: str
11416
11243
  :param _NodeRole: 节点角色
11417
- 注意:此字段可能返回 null,表示取不到有效值。
11418
11244
  :type NodeRole: str
11419
11245
  :param _LastRestartTime: 节点上次重启的时间
11420
- 注意:此字段可能返回 null,表示取不到有效值。
11421
11246
  :type LastRestartTime: str
11422
11247
  :param _Zone: 节点所在可用区
11423
- 注意:此字段可能返回 null,表示取不到有效值。
11424
11248
  :type Zone: str
11425
11249
  :param _Id: Id
11426
- 注意:此字段可能返回 null,表示取不到有效值。
11427
11250
  :type Id: str
11428
11251
  """
11429
11252
  self._Ip = None
@@ -11438,7 +11261,6 @@ class NodeInfo(AbstractModel):
11438
11261
  @property
11439
11262
  def Ip(self):
11440
11263
  """用户IP
11441
- 注意:此字段可能返回 null,表示取不到有效值。
11442
11264
  :rtype: str
11443
11265
  """
11444
11266
  return self._Ip
@@ -11450,7 +11272,6 @@ class NodeInfo(AbstractModel):
11450
11272
  @property
11451
11273
  def Status(self):
11452
11274
  """节点状态
11453
- 注意:此字段可能返回 null,表示取不到有效值。
11454
11275
  :rtype: int
11455
11276
  """
11456
11277
  return self._Status
@@ -11462,7 +11283,6 @@ class NodeInfo(AbstractModel):
11462
11283
  @property
11463
11284
  def NodeName(self):
11464
11285
  """节点角色名
11465
- 注意:此字段可能返回 null,表示取不到有效值。
11466
11286
  :rtype: str
11467
11287
  """
11468
11288
  return self._NodeName
@@ -11474,7 +11294,6 @@ class NodeInfo(AbstractModel):
11474
11294
  @property
11475
11295
  def ComponentName(self):
11476
11296
  """组件名
11477
- 注意:此字段可能返回 null,表示取不到有效值。
11478
11297
  :rtype: str
11479
11298
  """
11480
11299
  return self._ComponentName
@@ -11486,7 +11305,6 @@ class NodeInfo(AbstractModel):
11486
11305
  @property
11487
11306
  def NodeRole(self):
11488
11307
  """节点角色
11489
- 注意:此字段可能返回 null,表示取不到有效值。
11490
11308
  :rtype: str
11491
11309
  """
11492
11310
  return self._NodeRole
@@ -11498,7 +11316,6 @@ class NodeInfo(AbstractModel):
11498
11316
  @property
11499
11317
  def LastRestartTime(self):
11500
11318
  """节点上次重启的时间
11501
- 注意:此字段可能返回 null,表示取不到有效值。
11502
11319
  :rtype: str
11503
11320
  """
11504
11321
  return self._LastRestartTime
@@ -11510,7 +11327,6 @@ class NodeInfo(AbstractModel):
11510
11327
  @property
11511
11328
  def Zone(self):
11512
11329
  """节点所在可用区
11513
- 注意:此字段可能返回 null,表示取不到有效值。
11514
11330
  :rtype: str
11515
11331
  """
11516
11332
  return self._Zone
@@ -11522,7 +11338,6 @@ class NodeInfo(AbstractModel):
11522
11338
  @property
11523
11339
  def Id(self):
11524
11340
  """Id
11525
- 注意:此字段可能返回 null,表示取不到有效值。
11526
11341
  :rtype: str
11527
11342
  """
11528
11343
  return self._Id
@@ -11571,10 +11386,8 @@ class NodeInfos(AbstractModel):
11571
11386
  :param _LastRestartTime: 上一次重启时间
11572
11387
  :type LastRestartTime: str
11573
11388
  :param _Id: id
11574
- 注意:此字段可能返回 null,表示取不到有效值。
11575
11389
  :type Id: str
11576
11390
  :param _Zone: 可用区
11577
- 注意:此字段可能返回 null,表示取不到有效值。
11578
11391
  :type Zone: str
11579
11392
  :param _CreateTime: 创建时间
11580
11393
  :type CreateTime: str
@@ -11658,7 +11471,6 @@ class NodeInfos(AbstractModel):
11658
11471
  @property
11659
11472
  def Id(self):
11660
11473
  """id
11661
- 注意:此字段可能返回 null,表示取不到有效值。
11662
11474
  :rtype: str
11663
11475
  """
11664
11476
  return self._Id
@@ -11670,7 +11482,6 @@ class NodeInfos(AbstractModel):
11670
11482
  @property
11671
11483
  def Zone(self):
11672
11484
  """可用区
11673
- 注意:此字段可能返回 null,表示取不到有效值。
11674
11485
  :rtype: str
11675
11486
  """
11676
11487
  return self._Zone
@@ -11733,25 +11544,18 @@ class NodesSummary(AbstractModel):
11733
11544
  :param _DiskDesc: 磁盘描述
11734
11545
  :type DiskDesc: str
11735
11546
  :param _AttachCBSSpec: 挂载云盘信息
11736
- 注意:此字段可能返回 null,表示取不到有效值。
11737
11547
  :type AttachCBSSpec: :class:`tencentcloud.cdwdoris.v20211228.models.AttachCBSSpec`
11738
11548
  :param _SubProductType: 子产品名称
11739
- 注意:此字段可能返回 null,表示取不到有效值。
11740
11549
  :type SubProductType: str
11741
11550
  :param _SpecCore: 规格核数
11742
- 注意:此字段可能返回 null,表示取不到有效值。
11743
11551
  :type SpecCore: int
11744
11552
  :param _SpecMemory: 规格内存
11745
- 注意:此字段可能返回 null,表示取不到有效值。
11746
11553
  :type SpecMemory: int
11747
11554
  :param _DiskCount: 磁盘大小
11748
- 注意:此字段可能返回 null,表示取不到有效值。
11749
11555
  :type DiskCount: int
11750
11556
  :param _Encrypt: 是否加密
11751
- 注意:此字段可能返回 null,表示取不到有效值。
11752
11557
  :type Encrypt: int
11753
11558
  :param _MaxDiskSize: 最大磁盘
11754
- 注意:此字段可能返回 null,表示取不到有效值。
11755
11559
  :type MaxDiskSize: int
11756
11560
  """
11757
11561
  self._Spec = None
@@ -11849,7 +11653,6 @@ class NodesSummary(AbstractModel):
11849
11653
  @property
11850
11654
  def AttachCBSSpec(self):
11851
11655
  """挂载云盘信息
11852
- 注意:此字段可能返回 null,表示取不到有效值。
11853
11656
  :rtype: :class:`tencentcloud.cdwdoris.v20211228.models.AttachCBSSpec`
11854
11657
  """
11855
11658
  return self._AttachCBSSpec
@@ -11861,7 +11664,6 @@ class NodesSummary(AbstractModel):
11861
11664
  @property
11862
11665
  def SubProductType(self):
11863
11666
  """子产品名称
11864
- 注意:此字段可能返回 null,表示取不到有效值。
11865
11667
  :rtype: str
11866
11668
  """
11867
11669
  return self._SubProductType
@@ -11873,7 +11675,6 @@ class NodesSummary(AbstractModel):
11873
11675
  @property
11874
11676
  def SpecCore(self):
11875
11677
  """规格核数
11876
- 注意:此字段可能返回 null,表示取不到有效值。
11877
11678
  :rtype: int
11878
11679
  """
11879
11680
  return self._SpecCore
@@ -11885,7 +11686,6 @@ class NodesSummary(AbstractModel):
11885
11686
  @property
11886
11687
  def SpecMemory(self):
11887
11688
  """规格内存
11888
- 注意:此字段可能返回 null,表示取不到有效值。
11889
11689
  :rtype: int
11890
11690
  """
11891
11691
  return self._SpecMemory
@@ -11897,7 +11697,6 @@ class NodesSummary(AbstractModel):
11897
11697
  @property
11898
11698
  def DiskCount(self):
11899
11699
  """磁盘大小
11900
- 注意:此字段可能返回 null,表示取不到有效值。
11901
11700
  :rtype: int
11902
11701
  """
11903
11702
  return self._DiskCount
@@ -11909,7 +11708,6 @@ class NodesSummary(AbstractModel):
11909
11708
  @property
11910
11709
  def Encrypt(self):
11911
11710
  """是否加密
11912
- 注意:此字段可能返回 null,表示取不到有效值。
11913
11711
  :rtype: int
11914
11712
  """
11915
11713
  return self._Encrypt
@@ -11921,7 +11719,6 @@ class NodesSummary(AbstractModel):
11921
11719
  @property
11922
11720
  def MaxDiskSize(self):
11923
11721
  """最大磁盘
11924
- 注意:此字段可能返回 null,表示取不到有效值。
11925
11722
  :rtype: int
11926
11723
  """
11927
11724
  return self._MaxDiskSize
@@ -12186,7 +11983,6 @@ class OpenCoolDownResponse(AbstractModel):
12186
11983
  def __init__(self):
12187
11984
  r"""
12188
11985
  :param _ErrorMsg: 错误信息
12189
- 注意:此字段可能返回 null,表示取不到有效值。
12190
11986
  :type ErrorMsg: str
12191
11987
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12192
11988
  :type RequestId: str
@@ -12197,7 +11993,6 @@ class OpenCoolDownResponse(AbstractModel):
12197
11993
  @property
12198
11994
  def ErrorMsg(self):
12199
11995
  """错误信息
12200
- 注意:此字段可能返回 null,表示取不到有效值。
12201
11996
  :rtype: str
12202
11997
  """
12203
11998
  return self._ErrorMsg
@@ -12476,11 +12271,53 @@ class RecoverBackUpJobResponse(AbstractModel):
12476
12271
 
12477
12272
  def __init__(self):
12478
12273
  r"""
12274
+ :param _TotalCount: 恢复任务总数量
12275
+ :type TotalCount: int
12276
+ :param _DuplicateTables: 重复的表名
12277
+ :type DuplicateTables: list of str
12278
+ :param _ErrorMsg: 错误信息
12279
+ :type ErrorMsg: str
12479
12280
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
12480
12281
  :type RequestId: str
12481
12282
  """
12283
+ self._TotalCount = None
12284
+ self._DuplicateTables = None
12285
+ self._ErrorMsg = None
12482
12286
  self._RequestId = None
12483
12287
 
12288
+ @property
12289
+ def TotalCount(self):
12290
+ """恢复任务总数量
12291
+ :rtype: int
12292
+ """
12293
+ return self._TotalCount
12294
+
12295
+ @TotalCount.setter
12296
+ def TotalCount(self, TotalCount):
12297
+ self._TotalCount = TotalCount
12298
+
12299
+ @property
12300
+ def DuplicateTables(self):
12301
+ """重复的表名
12302
+ :rtype: list of str
12303
+ """
12304
+ return self._DuplicateTables
12305
+
12306
+ @DuplicateTables.setter
12307
+ def DuplicateTables(self, DuplicateTables):
12308
+ self._DuplicateTables = DuplicateTables
12309
+
12310
+ @property
12311
+ def ErrorMsg(self):
12312
+ """错误信息
12313
+ :rtype: str
12314
+ """
12315
+ return self._ErrorMsg
12316
+
12317
+ @ErrorMsg.setter
12318
+ def ErrorMsg(self, ErrorMsg):
12319
+ self._ErrorMsg = ErrorMsg
12320
+
12484
12321
  @property
12485
12322
  def RequestId(self):
12486
12323
  """唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
@@ -12494,6 +12331,9 @@ class RecoverBackUpJobResponse(AbstractModel):
12494
12331
 
12495
12332
 
12496
12333
  def _deserialize(self, params):
12334
+ self._TotalCount = params.get("TotalCount")
12335
+ self._DuplicateTables = params.get("DuplicateTables")
12336
+ self._ErrorMsg = params.get("ErrorMsg")
12497
12337
  self._RequestId = params.get("RequestId")
12498
12338
 
12499
12339
 
@@ -12736,15 +12576,12 @@ class RegionInfo(AbstractModel):
12736
12576
  :param _RegionId: 地域唯一标记
12737
12577
  :type RegionId: int
12738
12578
  :param _Zones: 地域下所有可用区列表
12739
- 注意:此字段可能返回 null,表示取不到有效值。
12740
12579
  :type Zones: list of ZoneInfo
12741
12580
  :param _Count: 该地域下集群数目
12742
12581
  :type Count: int
12743
12582
  :param _IsInternationalSite: 0代表是国际站 1代表不是
12744
- 注意:此字段可能返回 null,表示取不到有效值。
12745
12583
  :type IsInternationalSite: int
12746
12584
  :param _Bucket: 桶
12747
- 注意:此字段可能返回 null,表示取不到有效值。
12748
12585
  :type Bucket: str
12749
12586
  """
12750
12587
  self._Name = None
@@ -12791,7 +12628,6 @@ class RegionInfo(AbstractModel):
12791
12628
  @property
12792
12629
  def Zones(self):
12793
12630
  """地域下所有可用区列表
12794
- 注意:此字段可能返回 null,表示取不到有效值。
12795
12631
  :rtype: list of ZoneInfo
12796
12632
  """
12797
12633
  return self._Zones
@@ -12814,7 +12650,6 @@ class RegionInfo(AbstractModel):
12814
12650
  @property
12815
12651
  def IsInternationalSite(self):
12816
12652
  """0代表是国际站 1代表不是
12817
- 注意:此字段可能返回 null,表示取不到有效值。
12818
12653
  :rtype: int
12819
12654
  """
12820
12655
  return self._IsInternationalSite
@@ -12826,7 +12661,6 @@ class RegionInfo(AbstractModel):
12826
12661
  @property
12827
12662
  def Bucket(self):
12828
12663
  """桶
12829
- 注意:此字段可能返回 null,表示取不到有效值。
12830
12664
  :rtype: str
12831
12665
  """
12832
12666
  return self._Bucket
@@ -13014,22 +12848,16 @@ class ResourceSpec(AbstractModel):
13014
12848
  :param _Type: 分类标记,STANDARD/BIGDATA/HIGHIO分别表示标准型/大数据型/高IO
13015
12849
  :type Type: str
13016
12850
  :param _SystemDisk: 系统盘描述信息
13017
- 注意:此字段可能返回 null,表示取不到有效值。
13018
12851
  :type SystemDisk: :class:`tencentcloud.cdwdoris.v20211228.models.DiskSpec`
13019
12852
  :param _DataDisk: 数据盘描述信息
13020
- 注意:此字段可能返回 null,表示取不到有效值。
13021
12853
  :type DataDisk: :class:`tencentcloud.cdwdoris.v20211228.models.DiskSpec`
13022
12854
  :param _MaxNodeSize: 最大节点数目限制
13023
- 注意:此字段可能返回 null,表示取不到有效值。
13024
12855
  :type MaxNodeSize: int
13025
12856
  :param _Available: 是否可用,false代表售罄
13026
- 注意:此字段可能返回 null,表示取不到有效值。
13027
12857
  :type Available: bool
13028
12858
  :param _ComputeSpecDesc: 规格描述信息
13029
- 注意:此字段可能返回 null,表示取不到有效值。
13030
12859
  :type ComputeSpecDesc: str
13031
12860
  :param _InstanceQuota: cvm库存
13032
- 注意:此字段可能返回 null,表示取不到有效值。
13033
12861
  :type InstanceQuota: int
13034
12862
  """
13035
12863
  self._Name = None
@@ -13090,7 +12918,6 @@ class ResourceSpec(AbstractModel):
13090
12918
  @property
13091
12919
  def SystemDisk(self):
13092
12920
  """系统盘描述信息
13093
- 注意:此字段可能返回 null,表示取不到有效值。
13094
12921
  :rtype: :class:`tencentcloud.cdwdoris.v20211228.models.DiskSpec`
13095
12922
  """
13096
12923
  return self._SystemDisk
@@ -13102,7 +12929,6 @@ class ResourceSpec(AbstractModel):
13102
12929
  @property
13103
12930
  def DataDisk(self):
13104
12931
  """数据盘描述信息
13105
- 注意:此字段可能返回 null,表示取不到有效值。
13106
12932
  :rtype: :class:`tencentcloud.cdwdoris.v20211228.models.DiskSpec`
13107
12933
  """
13108
12934
  return self._DataDisk
@@ -13114,7 +12940,6 @@ class ResourceSpec(AbstractModel):
13114
12940
  @property
13115
12941
  def MaxNodeSize(self):
13116
12942
  """最大节点数目限制
13117
- 注意:此字段可能返回 null,表示取不到有效值。
13118
12943
  :rtype: int
13119
12944
  """
13120
12945
  return self._MaxNodeSize
@@ -13126,7 +12951,6 @@ class ResourceSpec(AbstractModel):
13126
12951
  @property
13127
12952
  def Available(self):
13128
12953
  """是否可用,false代表售罄
13129
- 注意:此字段可能返回 null,表示取不到有效值。
13130
12954
  :rtype: bool
13131
12955
  """
13132
12956
  return self._Available
@@ -13138,7 +12962,6 @@ class ResourceSpec(AbstractModel):
13138
12962
  @property
13139
12963
  def ComputeSpecDesc(self):
13140
12964
  """规格描述信息
13141
- 注意:此字段可能返回 null,表示取不到有效值。
13142
12965
  :rtype: str
13143
12966
  """
13144
12967
  return self._ComputeSpecDesc
@@ -13150,7 +12973,6 @@ class ResourceSpec(AbstractModel):
13150
12973
  @property
13151
12974
  def InstanceQuota(self):
13152
12975
  """cvm库存
13153
- 注意:此字段可能返回 null,表示取不到有效值。
13154
12976
  :rtype: int
13155
12977
  """
13156
12978
  return self._InstanceQuota
@@ -13513,10 +13335,8 @@ class RestoreStatus(AbstractModel):
13513
13335
  :param _ReserveDynamicPartitionEnable: 是否保持源表中的动态分区
13514
13336
  :type ReserveDynamicPartitionEnable: bool
13515
13337
  :param _BackupJobId: 备份实例id
13516
- 注意:此字段可能返回 null,表示取不到有效值。
13517
13338
  :type BackupJobId: int
13518
13339
  :param _TaskId: 实例对应snapshot的id
13519
- 注意:此字段可能返回 null,表示取不到有效值。
13520
13340
  :type TaskId: int
13521
13341
  """
13522
13342
  self._JobId = None
@@ -13777,7 +13597,6 @@ class RestoreStatus(AbstractModel):
13777
13597
  @property
13778
13598
  def BackupJobId(self):
13779
13599
  """备份实例id
13780
- 注意:此字段可能返回 null,表示取不到有效值。
13781
13600
  :rtype: int
13782
13601
  """
13783
13602
  return self._BackupJobId
@@ -13789,7 +13608,6 @@ class RestoreStatus(AbstractModel):
13789
13608
  @property
13790
13609
  def TaskId(self):
13791
13610
  """实例对应snapshot的id
13792
- 注意:此字段可能返回 null,表示取不到有效值。
13793
13611
  :rtype: int
13794
13612
  """
13795
13613
  return self._TaskId
@@ -14134,7 +13952,6 @@ class ScheduleInfo(AbstractModel):
14134
13952
  def __init__(self):
14135
13953
  r"""
14136
13954
  :param _EffectivePeriod: 生效周期
14137
- 注意:此字段可能返回 null,表示取不到有效值。
14138
13955
  :type EffectivePeriod: str
14139
13956
  :param _ScheduleType: 调度类型,不传该参数时为立即执行:
14140
13957
  Day-天
@@ -14142,26 +13959,20 @@ Week-周
14142
13959
  Month-月
14143
13960
  Once-单次
14144
13961
 
14145
- 注意:此字段可能返回 null,表示取不到有效值。
14146
13962
  :type ScheduleType: str
14147
13963
  :param _ScheduleData: 执行调度的日期。调度类型为周和月时以英文逗号分隔;
14148
13964
  调度类型为单次时,该值是个日期
14149
- 注意:此字段可能返回 null,表示取不到有效值。
14150
13965
  :type ScheduleData: str
14151
13966
  :param _ScheduleHour: 执行时间:时
14152
- 注意:此字段可能返回 null,表示取不到有效值。
14153
13967
  :type ScheduleHour: int
14154
13968
  :param _ScheduleMin: 执行时间:分
14155
- 注意:此字段可能返回 null,表示取不到有效值。
14156
13969
  :type ScheduleMin: int
14157
13970
  :param _BackupScope: 备份粒度:
14158
13971
  All-全量
14159
13972
  Database-按库
14160
13973
  Table-按表
14161
- 注意:此字段可能返回 null,表示取不到有效值。
14162
13974
  :type BackupScope: str
14163
13975
  :param _BackupDatabase: 备份库:如果是按库备份,则需要该字段,库之间用英文逗号分割
14164
- 注意:此字段可能返回 null,表示取不到有效值。
14165
13976
  :type BackupDatabase: str
14166
13977
  """
14167
13978
  self._EffectivePeriod = None
@@ -14175,7 +13986,6 @@ Table-按表
14175
13986
  @property
14176
13987
  def EffectivePeriod(self):
14177
13988
  """生效周期
14178
- 注意:此字段可能返回 null,表示取不到有效值。
14179
13989
  :rtype: str
14180
13990
  """
14181
13991
  return self._EffectivePeriod
@@ -14192,7 +14002,6 @@ Week-周
14192
14002
  Month-月
14193
14003
  Once-单次
14194
14004
 
14195
- 注意:此字段可能返回 null,表示取不到有效值。
14196
14005
  :rtype: str
14197
14006
  """
14198
14007
  return self._ScheduleType
@@ -14205,7 +14014,6 @@ Once-单次
14205
14014
  def ScheduleData(self):
14206
14015
  """执行调度的日期。调度类型为周和月时以英文逗号分隔;
14207
14016
  调度类型为单次时,该值是个日期
14208
- 注意:此字段可能返回 null,表示取不到有效值。
14209
14017
  :rtype: str
14210
14018
  """
14211
14019
  return self._ScheduleData
@@ -14217,7 +14025,6 @@ Once-单次
14217
14025
  @property
14218
14026
  def ScheduleHour(self):
14219
14027
  """执行时间:时
14220
- 注意:此字段可能返回 null,表示取不到有效值。
14221
14028
  :rtype: int
14222
14029
  """
14223
14030
  return self._ScheduleHour
@@ -14229,7 +14036,6 @@ Once-单次
14229
14036
  @property
14230
14037
  def ScheduleMin(self):
14231
14038
  """执行时间:分
14232
- 注意:此字段可能返回 null,表示取不到有效值。
14233
14039
  :rtype: int
14234
14040
  """
14235
14041
  return self._ScheduleMin
@@ -14244,7 +14050,6 @@ Once-单次
14244
14050
  All-全量
14245
14051
  Database-按库
14246
14052
  Table-按表
14247
- 注意:此字段可能返回 null,表示取不到有效值。
14248
14053
  :rtype: str
14249
14054
  """
14250
14055
  return self._BackupScope
@@ -14256,7 +14061,6 @@ Table-按表
14256
14061
  @property
14257
14062
  def BackupDatabase(self):
14258
14063
  """备份库:如果是按库备份,则需要该字段,库之间用英文逗号分割
14259
- 注意:此字段可能返回 null,表示取不到有效值。
14260
14064
  :rtype: str
14261
14065
  """
14262
14066
  return self._BackupDatabase
@@ -14378,26 +14182,21 @@ class SlowQueryRecord(AbstractModel):
14378
14182
  :param _InitialAddress: 初始查询IP
14379
14183
  :type InitialAddress: str
14380
14184
  :param _DbName: 数据库名
14381
- 注意:此字段可能返回 null,表示取不到有效值。
14382
14185
  :type DbName: str
14383
14186
  :param _IsQuery: 是否是查询,0:否,1:查询语句
14384
- 注意:此字段可能返回 null,表示取不到有效值。
14385
14187
  :type IsQuery: int
14386
14188
  :param _ResultBytesMB: ResultBytes的MB格式
14387
- 注意:此字段可能返回 null,表示取不到有效值。
14388
14189
  :type ResultBytesMB: float
14389
14190
  :param _MemoryUsageMB: MemoryUsage的MB表示
14390
- 注意:此字段可能返回 null,表示取不到有效值。
14391
14191
  :type MemoryUsageMB: float
14392
14192
  :param _DurationSec: DurationMs的秒表示
14393
- 注意:此字段可能返回 null,表示取不到有效值。
14394
14193
  :type DurationSec: float
14395
14194
  :param _State: 状态
14396
- 注意:此字段可能返回 null,表示取不到有效值。
14397
14195
  :type State: str
14398
14196
  :param _CatalogName: Catalog Name
14399
- 注意:此字段可能返回 null,表示取不到有效值。
14400
14197
  :type CatalogName: str
14198
+ :param _CpuTimeMs: cpu执行时间
14199
+ :type CpuTimeMs: int
14401
14200
  """
14402
14201
  self._OsUser = None
14403
14202
  self._InitialQueryId = None
@@ -14416,6 +14215,7 @@ class SlowQueryRecord(AbstractModel):
14416
14215
  self._DurationSec = None
14417
14216
  self._State = None
14418
14217
  self._CatalogName = None
14218
+ self._CpuTimeMs = None
14419
14219
 
14420
14220
  @property
14421
14221
  def OsUser(self):
@@ -14530,7 +14330,6 @@ class SlowQueryRecord(AbstractModel):
14530
14330
  @property
14531
14331
  def DbName(self):
14532
14332
  """数据库名
14533
- 注意:此字段可能返回 null,表示取不到有效值。
14534
14333
  :rtype: str
14535
14334
  """
14536
14335
  return self._DbName
@@ -14542,7 +14341,6 @@ class SlowQueryRecord(AbstractModel):
14542
14341
  @property
14543
14342
  def IsQuery(self):
14544
14343
  """是否是查询,0:否,1:查询语句
14545
- 注意:此字段可能返回 null,表示取不到有效值。
14546
14344
  :rtype: int
14547
14345
  """
14548
14346
  return self._IsQuery
@@ -14554,7 +14352,6 @@ class SlowQueryRecord(AbstractModel):
14554
14352
  @property
14555
14353
  def ResultBytesMB(self):
14556
14354
  """ResultBytes的MB格式
14557
- 注意:此字段可能返回 null,表示取不到有效值。
14558
14355
  :rtype: float
14559
14356
  """
14560
14357
  return self._ResultBytesMB
@@ -14566,7 +14363,6 @@ class SlowQueryRecord(AbstractModel):
14566
14363
  @property
14567
14364
  def MemoryUsageMB(self):
14568
14365
  """MemoryUsage的MB表示
14569
- 注意:此字段可能返回 null,表示取不到有效值。
14570
14366
  :rtype: float
14571
14367
  """
14572
14368
  return self._MemoryUsageMB
@@ -14578,7 +14374,6 @@ class SlowQueryRecord(AbstractModel):
14578
14374
  @property
14579
14375
  def DurationSec(self):
14580
14376
  """DurationMs的秒表示
14581
- 注意:此字段可能返回 null,表示取不到有效值。
14582
14377
  :rtype: float
14583
14378
  """
14584
14379
  return self._DurationSec
@@ -14590,7 +14385,6 @@ class SlowQueryRecord(AbstractModel):
14590
14385
  @property
14591
14386
  def State(self):
14592
14387
  """状态
14593
- 注意:此字段可能返回 null,表示取不到有效值。
14594
14388
  :rtype: str
14595
14389
  """
14596
14390
  return self._State
@@ -14602,7 +14396,6 @@ class SlowQueryRecord(AbstractModel):
14602
14396
  @property
14603
14397
  def CatalogName(self):
14604
14398
  """Catalog Name
14605
- 注意:此字段可能返回 null,表示取不到有效值。
14606
14399
  :rtype: str
14607
14400
  """
14608
14401
  return self._CatalogName
@@ -14611,6 +14404,17 @@ class SlowQueryRecord(AbstractModel):
14611
14404
  def CatalogName(self, CatalogName):
14612
14405
  self._CatalogName = CatalogName
14613
14406
 
14407
+ @property
14408
+ def CpuTimeMs(self):
14409
+ """cpu执行时间
14410
+ :rtype: int
14411
+ """
14412
+ return self._CpuTimeMs
14413
+
14414
+ @CpuTimeMs.setter
14415
+ def CpuTimeMs(self, CpuTimeMs):
14416
+ self._CpuTimeMs = CpuTimeMs
14417
+
14614
14418
 
14615
14419
  def _deserialize(self, params):
14616
14420
  self._OsUser = params.get("OsUser")
@@ -14630,6 +14434,7 @@ class SlowQueryRecord(AbstractModel):
14630
14434
  self._DurationSec = params.get("DurationSec")
14631
14435
  self._State = params.get("State")
14632
14436
  self._CatalogName = params.get("CatalogName")
14437
+ self._CpuTimeMs = params.get("CpuTimeMs")
14633
14438
  memeber_set = set(params.keys())
14634
14439
  for name, value in vars(self).items():
14635
14440
  property_name = name[1:]
@@ -14765,7 +14570,6 @@ class UpdateCoolDownResponse(AbstractModel):
14765
14570
  def __init__(self):
14766
14571
  r"""
14767
14572
  :param _ErrorMsg: 错误信息
14768
- 注意:此字段可能返回 null,表示取不到有效值。
14769
14573
  :type ErrorMsg: str
14770
14574
  :param _RequestId: 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。
14771
14575
  :type RequestId: str
@@ -14776,7 +14580,6 @@ class UpdateCoolDownResponse(AbstractModel):
14776
14580
  @property
14777
14581
  def ErrorMsg(self):
14778
14582
  """错误信息
14779
- 注意:此字段可能返回 null,表示取不到有效值。
14780
14583
  :rtype: str
14781
14584
  """
14782
14585
  return self._ErrorMsg
@@ -15002,10 +14805,8 @@ class UserWorkloadGroup(AbstractModel):
15002
14805
  def __init__(self):
15003
14806
  r"""
15004
14807
  :param _UserName: test
15005
- 注意:此字段可能返回 null,表示取不到有效值。
15006
14808
  :type UserName: str
15007
14809
  :param _WorkloadGroupName: normal
15008
- 注意:此字段可能返回 null,表示取不到有效值。
15009
14810
  :type WorkloadGroupName: str
15010
14811
  """
15011
14812
  self._UserName = None
@@ -15014,7 +14815,6 @@ class UserWorkloadGroup(AbstractModel):
15014
14815
  @property
15015
14816
  def UserName(self):
15016
14817
  """test
15017
- 注意:此字段可能返回 null,表示取不到有效值。
15018
14818
  :rtype: str
15019
14819
  """
15020
14820
  return self._UserName
@@ -15026,7 +14826,6 @@ class UserWorkloadGroup(AbstractModel):
15026
14826
  @property
15027
14827
  def WorkloadGroupName(self):
15028
14828
  """normal
15029
- 注意:此字段可能返回 null,表示取不到有效值。
15030
14829
  :rtype: str
15031
14830
  """
15032
14831
  return self._WorkloadGroupName
@@ -15057,19 +14856,14 @@ class WorkloadGroupConfig(AbstractModel):
15057
14856
  def __init__(self):
15058
14857
  r"""
15059
14858
  :param _WorkloadGroupName: 资源组名称
15060
- 注意:此字段可能返回 null,表示取不到有效值。
15061
14859
  :type WorkloadGroupName: str
15062
14860
  :param _CpuShare: CPU权重
15063
- 注意:此字段可能返回 null,表示取不到有效值。
15064
14861
  :type CpuShare: int
15065
14862
  :param _MemoryLimit: 内存限制,所有资源组的内存限制值之和应该小于等于100
15066
- 注意:此字段可能返回 null,表示取不到有效值。
15067
14863
  :type MemoryLimit: int
15068
14864
  :param _EnableMemoryOverCommit: 是否允许超配分配
15069
- 注意:此字段可能返回 null,表示取不到有效值。
15070
14865
  :type EnableMemoryOverCommit: bool
15071
14866
  :param _CpuHardLimit: cpu硬限制
15072
- 注意:此字段可能返回 null,表示取不到有效值。
15073
14867
  :type CpuHardLimit: str
15074
14868
  """
15075
14869
  self._WorkloadGroupName = None
@@ -15081,7 +14875,6 @@ class WorkloadGroupConfig(AbstractModel):
15081
14875
  @property
15082
14876
  def WorkloadGroupName(self):
15083
14877
  """资源组名称
15084
- 注意:此字段可能返回 null,表示取不到有效值。
15085
14878
  :rtype: str
15086
14879
  """
15087
14880
  return self._WorkloadGroupName
@@ -15093,7 +14886,6 @@ class WorkloadGroupConfig(AbstractModel):
15093
14886
  @property
15094
14887
  def CpuShare(self):
15095
14888
  """CPU权重
15096
- 注意:此字段可能返回 null,表示取不到有效值。
15097
14889
  :rtype: int
15098
14890
  """
15099
14891
  return self._CpuShare
@@ -15105,7 +14897,6 @@ class WorkloadGroupConfig(AbstractModel):
15105
14897
  @property
15106
14898
  def MemoryLimit(self):
15107
14899
  """内存限制,所有资源组的内存限制值之和应该小于等于100
15108
- 注意:此字段可能返回 null,表示取不到有效值。
15109
14900
  :rtype: int
15110
14901
  """
15111
14902
  return self._MemoryLimit
@@ -15117,7 +14908,6 @@ class WorkloadGroupConfig(AbstractModel):
15117
14908
  @property
15118
14909
  def EnableMemoryOverCommit(self):
15119
14910
  """是否允许超配分配
15120
- 注意:此字段可能返回 null,表示取不到有效值。
15121
14911
  :rtype: bool
15122
14912
  """
15123
14913
  return self._EnableMemoryOverCommit
@@ -15129,7 +14919,6 @@ class WorkloadGroupConfig(AbstractModel):
15129
14919
  @property
15130
14920
  def CpuHardLimit(self):
15131
14921
  """cpu硬限制
15132
- 注意:此字段可能返回 null,表示取不到有效值。
15133
14922
  :rtype: str
15134
14923
  """
15135
14924
  return self._CpuHardLimit
@@ -15169,10 +14958,8 @@ class ZoneInfo(AbstractModel):
15169
14958
  :param _ZoneId: 可用区唯一标记
15170
14959
  :type ZoneId: int
15171
14960
  :param _Encrypt: Encryptid
15172
- 注意:此字段可能返回 null,表示取不到有效值。
15173
14961
  :type Encrypt: int
15174
14962
  :param _Main: 是否为主力园区
15175
- 注意:此字段可能返回 null,表示取不到有效值。
15176
14963
  :type Main: bool
15177
14964
  """
15178
14965
  self._Name = None
@@ -15217,7 +15004,6 @@ class ZoneInfo(AbstractModel):
15217
15004
  @property
15218
15005
  def Encrypt(self):
15219
15006
  """Encryptid
15220
- 注意:此字段可能返回 null,表示取不到有效值。
15221
15007
  :rtype: int
15222
15008
  """
15223
15009
  return self._Encrypt
@@ -15229,7 +15015,6 @@ class ZoneInfo(AbstractModel):
15229
15015
  @property
15230
15016
  def Main(self):
15231
15017
  """是否为主力园区
15232
- 注意:此字段可能返回 null,表示取不到有效值。
15233
15018
  :rtype: bool
15234
15019
  """
15235
15020
  return self._Main