tencentcloud-sdk-nodejs-intl-en 3.0.1293 → 3.0.1295
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.
- package/package.json +1 -1
- package/tencentcloud/ai3d/index.js +3 -0
- package/tencentcloud/ai3d/v20250513/ai3d_client.js +63 -0
- package/tencentcloud/ai3d/v20250513/index.js +4 -0
- package/tencentcloud/ai3d/v20250513/models.js +349 -0
- package/tencentcloud/as/v20180419/models.js +49 -10
- package/tencentcloud/ccc/v20200210/models.js +17 -17
- package/tencentcloud/cdb/v20170320/cdb_client.js +6 -3
- package/tencentcloud/cdb/v20170320/models.js +314 -140
- package/tencentcloud/cdn/v20180606/cdn_client.js +4 -1
- package/tencentcloud/cdn/v20180606/models.js +1 -1
- package/tencentcloud/ciam/index.js +1 -1
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cvm/v20170312/cvm_client.js +1 -1
- package/tencentcloud/cvm/v20170312/models.js +12 -14
- package/tencentcloud/faceid/v20180301/models.js +2 -6
- package/tencentcloud/hunyuan/index.js +3 -0
- package/tencentcloud/hunyuan/v20230901/hunyuan_client.js +63 -0
- package/tencentcloud/hunyuan/v20230901/index.js +4 -0
- package/tencentcloud/hunyuan/v20230901/models.js +359 -0
- package/tencentcloud/index.js +2 -0
- package/tencentcloud/lighthouse/v20200324/lighthouse_client.js +128 -32
- package/tencentcloud/lighthouse/v20200324/models.js +802 -161
- package/tencentcloud/lkeap/v20240522/models.js +33 -0
- package/tencentcloud/mdl/v20200326/mdl_client.js +59 -15
- package/tencentcloud/mdl/v20200326/models.js +697 -161
- package/tencentcloud/monitor/v20180724/models.js +2 -2
- package/tencentcloud/mps/v20190612/models.js +388 -6
- package/tencentcloud/mps/v20190612/mps_client.js +32 -15
- package/tencentcloud/organization/index.js +1 -1
- package/tencentcloud/sms/index.js +1 -1
- package/tencentcloud/tem/index.js +1 -1
- package/tencentcloud/teo/v20220901/models.js +501 -178
- package/tencentcloud/teo/v20220901/teo_client.js +73 -23
- package/tencentcloud/tke/index.js +1 -1
- package/tencentcloud/trtc/v20190722/models.js +9 -9
- package/tencentcloud/vod/index.js +1 -1
- package/tencentcloud/vpc/v20170312/models.js +45 -31
- package/tencentcloud/wedata/index.js +1 -1
|
@@ -1448,7 +1448,7 @@ class DescribeDBInstancesRequest extends AbstractModel {
|
|
|
1448
1448
|
this.SecurityGroupId = null;
|
|
1449
1449
|
|
|
1450
1450
|
/**
|
|
1451
|
-
*
|
|
1451
|
+
* Payment type. Valid values: 0 - yearly/monthly subscription; 1 - bill by hour.
|
|
1452
1452
|
* @type {Array.<number> || null}
|
|
1453
1453
|
*/
|
|
1454
1454
|
this.PayTypes = null;
|
|
@@ -1460,7 +1460,7 @@ class DescribeDBInstancesRequest extends AbstractModel {
|
|
|
1460
1460
|
this.InstanceNames = null;
|
|
1461
1461
|
|
|
1462
1462
|
/**
|
|
1463
|
-
* Instance task status. Valid values
|
|
1463
|
+
* Instance task status. Valid values:<br>0 - no task;<br>1 - upgrading;<br>2 - importing data;<br>3 - enabling secondary nodes;<br>4 - enabling public network access;<br>5 - executing batch operations;<br>6 - rolling back;<br>7 - disabling public network access;<br>8 - changing the password;<br>9 - renaming the instance;<br>10 - restarting;<br>12 - migrating self-built databases;<br>13 - deleting databases and tables;<br>14 - synchronizing the creation of disaster recovery instances;<br>15 - pending upgrade switch;<br>16 - under upgrade switch;<br>17 - upgrade switch completed;<br>19 - parameter settings pending execution;<br>34 - in-place upgrade pending execution.
|
|
1464
1464
|
* @type {Array.<number> || null}
|
|
1465
1465
|
*/
|
|
1466
1466
|
this.TaskStatus = null;
|
|
@@ -1496,19 +1496,20 @@ class DescribeDBInstancesRequest extends AbstractModel {
|
|
|
1496
1496
|
this.CdbErrors = null;
|
|
1497
1497
|
|
|
1498
1498
|
/**
|
|
1499
|
-
*
|
|
1499
|
+
* Sorting field of the query results. Valid values: "instanceId", "instanceName", "createTime", and "deadlineTime".
|
|
1500
1500
|
* @type {string || null}
|
|
1501
1501
|
*/
|
|
1502
1502
|
this.OrderBy = null;
|
|
1503
1503
|
|
|
1504
1504
|
/**
|
|
1505
|
-
* Sorting method of the returned result set.
|
|
1505
|
+
* Sorting method of the returned result set. Valid values: "ASC" - ascending order; "DESC" - descending order. The default value is "DESC".
|
|
1506
1506
|
* @type {string || null}
|
|
1507
1507
|
*/
|
|
1508
1508
|
this.OrderDirection = null;
|
|
1509
1509
|
|
|
1510
1510
|
/**
|
|
1511
|
-
* Whether security group ID
|
|
1511
|
+
* Whether to use the security group ID as the filter condition.
|
|
1512
|
+
Note: 0 indicates no; 1 indicates yes.
|
|
1512
1513
|
* @type {number || null}
|
|
1513
1514
|
*/
|
|
1514
1515
|
this.WithSecurityGroup = null;
|
|
@@ -1592,7 +1593,8 @@ class DescribeDBInstancesRequest extends AbstractModel {
|
|
|
1592
1593
|
this.UniqSubnetIds = null;
|
|
1593
1594
|
|
|
1594
1595
|
/**
|
|
1595
|
-
* Tag key value
|
|
1596
|
+
* Tag key value.
|
|
1597
|
+
Note that tags cannot be queried for instances being created.
|
|
1596
1598
|
* @type {Array.<Tag> || null}
|
|
1597
1599
|
*/
|
|
1598
1600
|
this.Tags = null;
|
|
@@ -1610,11 +1612,17 @@ class DescribeDBInstancesRequest extends AbstractModel {
|
|
|
1610
1612
|
this.ProxyIds = null;
|
|
1611
1613
|
|
|
1612
1614
|
/**
|
|
1613
|
-
* Database engine type
|
|
1615
|
+
* Database engine type. Valid values: InnoDB; RocksDB.
|
|
1614
1616
|
* @type {Array.<string> || null}
|
|
1615
1617
|
*/
|
|
1616
1618
|
this.EngineTypes = null;
|
|
1617
1619
|
|
|
1620
|
+
/**
|
|
1621
|
+
* Whether to obtain the Cluster Edition instance node information. Valid values: true or false. The default value is false.
|
|
1622
|
+
* @type {boolean || null}
|
|
1623
|
+
*/
|
|
1624
|
+
this.QueryClusterInfo = null;
|
|
1625
|
+
|
|
1618
1626
|
}
|
|
1619
1627
|
|
|
1620
1628
|
/**
|
|
@@ -1667,6 +1675,7 @@ class DescribeDBInstancesRequest extends AbstractModel {
|
|
|
1667
1675
|
this.ProxyVips = 'ProxyVips' in params ? params.ProxyVips : null;
|
|
1668
1676
|
this.ProxyIds = 'ProxyIds' in params ? params.ProxyIds : null;
|
|
1669
1677
|
this.EngineTypes = 'EngineTypes' in params ? params.EngineTypes : null;
|
|
1678
|
+
this.QueryClusterInfo = 'QueryClusterInfo' in params ? params.QueryClusterInfo : null;
|
|
1670
1679
|
|
|
1671
1680
|
}
|
|
1672
1681
|
}
|
|
@@ -6090,8 +6099,7 @@ class SlaveInfo extends AbstractModel {
|
|
|
6090
6099
|
this.First = null;
|
|
6091
6100
|
|
|
6092
6101
|
/**
|
|
6093
|
-
*
|
|
6094
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
6102
|
+
* Second secondary server information.
|
|
6095
6103
|
* @type {SlaveInstanceInfo || null}
|
|
6096
6104
|
*/
|
|
6097
6105
|
this.Second = null;
|
|
@@ -8181,6 +8189,83 @@ class DescribeDBInstanceLogToCLSRequest extends AbstractModel {
|
|
|
8181
8189
|
}
|
|
8182
8190
|
}
|
|
8183
8191
|
|
|
8192
|
+
/**
|
|
8193
|
+
* Analysis engine node information.
|
|
8194
|
+
* @class
|
|
8195
|
+
*/
|
|
8196
|
+
class AnalysisNodeInfo extends AbstractModel {
|
|
8197
|
+
constructor(){
|
|
8198
|
+
super();
|
|
8199
|
+
|
|
8200
|
+
/**
|
|
8201
|
+
* Node ID.
|
|
8202
|
+
* @type {string || null}
|
|
8203
|
+
*/
|
|
8204
|
+
this.NodeId = null;
|
|
8205
|
+
|
|
8206
|
+
/**
|
|
8207
|
+
* Node status.
|
|
8208
|
+
* @type {string || null}
|
|
8209
|
+
*/
|
|
8210
|
+
this.Status = null;
|
|
8211
|
+
|
|
8212
|
+
/**
|
|
8213
|
+
* Data loading status.
|
|
8214
|
+
* @type {string || null}
|
|
8215
|
+
*/
|
|
8216
|
+
this.DataStatus = null;
|
|
8217
|
+
|
|
8218
|
+
/**
|
|
8219
|
+
* Number of CPU cores, in cores.
|
|
8220
|
+
* @type {number || null}
|
|
8221
|
+
*/
|
|
8222
|
+
this.Cpu = null;
|
|
8223
|
+
|
|
8224
|
+
/**
|
|
8225
|
+
* Memory size, in MB.
|
|
8226
|
+
* @type {number || null}
|
|
8227
|
+
*/
|
|
8228
|
+
this.Memory = null;
|
|
8229
|
+
|
|
8230
|
+
/**
|
|
8231
|
+
* Disk size, in GB.
|
|
8232
|
+
* @type {number || null}
|
|
8233
|
+
*/
|
|
8234
|
+
this.Storage = null;
|
|
8235
|
+
|
|
8236
|
+
/**
|
|
8237
|
+
* Node AZ.
|
|
8238
|
+
* @type {string || null}
|
|
8239
|
+
*/
|
|
8240
|
+
this.Zone = null;
|
|
8241
|
+
|
|
8242
|
+
/**
|
|
8243
|
+
* Data synchronization error message.
|
|
8244
|
+
* @type {string || null}
|
|
8245
|
+
*/
|
|
8246
|
+
this.Message = null;
|
|
8247
|
+
|
|
8248
|
+
}
|
|
8249
|
+
|
|
8250
|
+
/**
|
|
8251
|
+
* @private
|
|
8252
|
+
*/
|
|
8253
|
+
deserialize(params) {
|
|
8254
|
+
if (!params) {
|
|
8255
|
+
return;
|
|
8256
|
+
}
|
|
8257
|
+
this.NodeId = 'NodeId' in params ? params.NodeId : null;
|
|
8258
|
+
this.Status = 'Status' in params ? params.Status : null;
|
|
8259
|
+
this.DataStatus = 'DataStatus' in params ? params.DataStatus : null;
|
|
8260
|
+
this.Cpu = 'Cpu' in params ? params.Cpu : null;
|
|
8261
|
+
this.Memory = 'Memory' in params ? params.Memory : null;
|
|
8262
|
+
this.Storage = 'Storage' in params ? params.Storage : null;
|
|
8263
|
+
this.Zone = 'Zone' in params ? params.Zone : null;
|
|
8264
|
+
this.Message = 'Message' in params ? params.Message : null;
|
|
8265
|
+
|
|
8266
|
+
}
|
|
8267
|
+
}
|
|
8268
|
+
|
|
8184
8269
|
/**
|
|
8185
8270
|
* StartBatchRollback request structure.
|
|
8186
8271
|
* @class
|
|
@@ -8403,24 +8488,89 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
8403
8488
|
}
|
|
8404
8489
|
|
|
8405
8490
|
/**
|
|
8406
|
-
*
|
|
8491
|
+
* Structured slow log details
|
|
8407
8492
|
* @class
|
|
8408
8493
|
*/
|
|
8409
|
-
class
|
|
8494
|
+
class SlowLogItem extends AbstractModel {
|
|
8410
8495
|
constructor(){
|
|
8411
8496
|
super();
|
|
8412
8497
|
|
|
8413
8498
|
/**
|
|
8414
|
-
*
|
|
8499
|
+
* SQL execution time.
|
|
8500
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
8501
|
+
* @type {number || null}
|
|
8502
|
+
*/
|
|
8503
|
+
this.Timestamp = null;
|
|
8504
|
+
|
|
8505
|
+
/**
|
|
8506
|
+
* SQL execution duration in seconds.
|
|
8507
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
8508
|
+
* @type {number || null}
|
|
8509
|
+
*/
|
|
8510
|
+
this.QueryTime = null;
|
|
8511
|
+
|
|
8512
|
+
/**
|
|
8513
|
+
* SQL statement.
|
|
8514
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
8415
8515
|
* @type {string || null}
|
|
8416
8516
|
*/
|
|
8417
|
-
this.
|
|
8517
|
+
this.SqlText = null;
|
|
8418
8518
|
|
|
8419
8519
|
/**
|
|
8420
|
-
*
|
|
8520
|
+
* Client address.
|
|
8521
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
8421
8522
|
* @type {string || null}
|
|
8422
8523
|
*/
|
|
8423
|
-
this.
|
|
8524
|
+
this.UserHost = null;
|
|
8525
|
+
|
|
8526
|
+
/**
|
|
8527
|
+
* Username.
|
|
8528
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
8529
|
+
* @type {string || null}
|
|
8530
|
+
*/
|
|
8531
|
+
this.UserName = null;
|
|
8532
|
+
|
|
8533
|
+
/**
|
|
8534
|
+
* Database name.
|
|
8535
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
8536
|
+
* @type {string || null}
|
|
8537
|
+
*/
|
|
8538
|
+
this.Database = null;
|
|
8539
|
+
|
|
8540
|
+
/**
|
|
8541
|
+
* Lock duration in seconds.
|
|
8542
|
+
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
8543
|
+
* @type {number || null}
|
|
8544
|
+
*/
|
|
8545
|
+
this.LockTime = null;
|
|
8546
|
+
|
|
8547
|
+
/**
|
|
8548
|
+
* Number of scanned rows.
|
|
8549
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
8550
|
+
* @type {number || null}
|
|
8551
|
+
*/
|
|
8552
|
+
this.RowsExamined = null;
|
|
8553
|
+
|
|
8554
|
+
/**
|
|
8555
|
+
* Number of rows in result set.
|
|
8556
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
8557
|
+
* @type {number || null}
|
|
8558
|
+
*/
|
|
8559
|
+
this.RowsSent = null;
|
|
8560
|
+
|
|
8561
|
+
/**
|
|
8562
|
+
* SQL template.
|
|
8563
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
8564
|
+
* @type {string || null}
|
|
8565
|
+
*/
|
|
8566
|
+
this.SqlTemplate = null;
|
|
8567
|
+
|
|
8568
|
+
/**
|
|
8569
|
+
* SQL statement MD5.
|
|
8570
|
+
Note: this field may return null, indicating that no valid values can be obtained.
|
|
8571
|
+
* @type {string || null}
|
|
8572
|
+
*/
|
|
8573
|
+
this.Md5 = null;
|
|
8424
8574
|
|
|
8425
8575
|
}
|
|
8426
8576
|
|
|
@@ -8431,8 +8581,17 @@ class DatabasesWithCharacterLists extends AbstractModel {
|
|
|
8431
8581
|
if (!params) {
|
|
8432
8582
|
return;
|
|
8433
8583
|
}
|
|
8434
|
-
this.
|
|
8435
|
-
this.
|
|
8584
|
+
this.Timestamp = 'Timestamp' in params ? params.Timestamp : null;
|
|
8585
|
+
this.QueryTime = 'QueryTime' in params ? params.QueryTime : null;
|
|
8586
|
+
this.SqlText = 'SqlText' in params ? params.SqlText : null;
|
|
8587
|
+
this.UserHost = 'UserHost' in params ? params.UserHost : null;
|
|
8588
|
+
this.UserName = 'UserName' in params ? params.UserName : null;
|
|
8589
|
+
this.Database = 'Database' in params ? params.Database : null;
|
|
8590
|
+
this.LockTime = 'LockTime' in params ? params.LockTime : null;
|
|
8591
|
+
this.RowsExamined = 'RowsExamined' in params ? params.RowsExamined : null;
|
|
8592
|
+
this.RowsSent = 'RowsSent' in params ? params.RowsSent : null;
|
|
8593
|
+
this.SqlTemplate = 'SqlTemplate' in params ? params.SqlTemplate : null;
|
|
8594
|
+
this.Md5 = 'Md5' in params ? params.Md5 : null;
|
|
8436
8595
|
|
|
8437
8596
|
}
|
|
8438
8597
|
}
|
|
@@ -10703,6 +10862,7 @@ class RoGroup extends AbstractModel {
|
|
|
10703
10862
|
|
|
10704
10863
|
/**
|
|
10705
10864
|
* Read-only group ID.
|
|
10865
|
+
Note: If the data structure is used during instance purchase, this item is required only when the read-only group mode is set to join.
|
|
10706
10866
|
* @type {string || null}
|
|
10707
10867
|
*/
|
|
10708
10868
|
this.RoGroupId = null;
|
|
@@ -10720,7 +10880,7 @@ class RoGroup extends AbstractModel {
|
|
|
10720
10880
|
this.RoOfflineDelay = null;
|
|
10721
10881
|
|
|
10722
10882
|
/**
|
|
10723
|
-
*
|
|
10883
|
+
* Delay threshold, in seconds. Value range: 1–10000. The value is an integer.
|
|
10724
10884
|
* @type {number || null}
|
|
10725
10885
|
*/
|
|
10726
10886
|
this.RoMaxDelayTime = null;
|
|
@@ -10762,36 +10922,31 @@ class RoGroup extends AbstractModel {
|
|
|
10762
10922
|
this.Vport = null;
|
|
10763
10923
|
|
|
10764
10924
|
/**
|
|
10765
|
-
* VPC ID.
|
|
10766
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
10925
|
+
* Virtual Private Cloud (VPC) ID.
|
|
10767
10926
|
* @type {string || null}
|
|
10768
10927
|
*/
|
|
10769
10928
|
this.UniqVpcId = null;
|
|
10770
10929
|
|
|
10771
10930
|
/**
|
|
10772
10931
|
* Subnet ID.
|
|
10773
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
10774
10932
|
* @type {string || null}
|
|
10775
10933
|
*/
|
|
10776
10934
|
this.UniqSubnetId = null;
|
|
10777
10935
|
|
|
10778
10936
|
/**
|
|
10779
|
-
*
|
|
10780
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
10937
|
+
* Region of the read-only group.
|
|
10781
10938
|
* @type {string || null}
|
|
10782
10939
|
*/
|
|
10783
10940
|
this.RoGroupRegion = null;
|
|
10784
10941
|
|
|
10785
10942
|
/**
|
|
10786
|
-
*
|
|
10787
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
10943
|
+
* AZ of the read-only group.
|
|
10788
10944
|
* @type {string || null}
|
|
10789
10945
|
*/
|
|
10790
10946
|
this.RoGroupZone = null;
|
|
10791
10947
|
|
|
10792
10948
|
/**
|
|
10793
|
-
* Replication delay.
|
|
10794
|
-
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
10949
|
+
* Replication delay time, in seconds. Value range: 1–259200. The value is an integer.
|
|
10795
10950
|
* @type {number || null}
|
|
10796
10951
|
*/
|
|
10797
10952
|
this.DelayReplicationTime = null;
|
|
@@ -11080,89 +11235,24 @@ class DescribeBackupDownloadRestrictionResponse extends AbstractModel {
|
|
|
11080
11235
|
}
|
|
11081
11236
|
|
|
11082
11237
|
/**
|
|
11083
|
-
*
|
|
11238
|
+
* Database name and character set
|
|
11084
11239
|
* @class
|
|
11085
11240
|
*/
|
|
11086
|
-
class
|
|
11241
|
+
class DatabasesWithCharacterLists extends AbstractModel {
|
|
11087
11242
|
constructor(){
|
|
11088
11243
|
super();
|
|
11089
11244
|
|
|
11090
11245
|
/**
|
|
11091
|
-
*
|
|
11092
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
11093
|
-
* @type {number || null}
|
|
11094
|
-
*/
|
|
11095
|
-
this.Timestamp = null;
|
|
11096
|
-
|
|
11097
|
-
/**
|
|
11098
|
-
* SQL execution duration in seconds.
|
|
11099
|
-
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
11100
|
-
* @type {number || null}
|
|
11101
|
-
*/
|
|
11102
|
-
this.QueryTime = null;
|
|
11103
|
-
|
|
11104
|
-
/**
|
|
11105
|
-
* SQL statement.
|
|
11106
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
11107
|
-
* @type {string || null}
|
|
11108
|
-
*/
|
|
11109
|
-
this.SqlText = null;
|
|
11110
|
-
|
|
11111
|
-
/**
|
|
11112
|
-
* Client address.
|
|
11113
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
11114
|
-
* @type {string || null}
|
|
11115
|
-
*/
|
|
11116
|
-
this.UserHost = null;
|
|
11117
|
-
|
|
11118
|
-
/**
|
|
11119
|
-
* Username.
|
|
11120
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
11121
|
-
* @type {string || null}
|
|
11122
|
-
*/
|
|
11123
|
-
this.UserName = null;
|
|
11124
|
-
|
|
11125
|
-
/**
|
|
11126
|
-
* Database name.
|
|
11127
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
11128
|
-
* @type {string || null}
|
|
11129
|
-
*/
|
|
11130
|
-
this.Database = null;
|
|
11131
|
-
|
|
11132
|
-
/**
|
|
11133
|
-
* Lock duration in seconds.
|
|
11134
|
-
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
11135
|
-
* @type {number || null}
|
|
11136
|
-
*/
|
|
11137
|
-
this.LockTime = null;
|
|
11138
|
-
|
|
11139
|
-
/**
|
|
11140
|
-
* Number of scanned rows.
|
|
11141
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
11142
|
-
* @type {number || null}
|
|
11143
|
-
*/
|
|
11144
|
-
this.RowsExamined = null;
|
|
11145
|
-
|
|
11146
|
-
/**
|
|
11147
|
-
* Number of rows in result set.
|
|
11148
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
11149
|
-
* @type {number || null}
|
|
11150
|
-
*/
|
|
11151
|
-
this.RowsSent = null;
|
|
11152
|
-
|
|
11153
|
-
/**
|
|
11154
|
-
* SQL template.
|
|
11155
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
11246
|
+
* Database name
|
|
11156
11247
|
* @type {string || null}
|
|
11157
11248
|
*/
|
|
11158
|
-
this.
|
|
11249
|
+
this.DatabaseName = null;
|
|
11159
11250
|
|
|
11160
11251
|
/**
|
|
11161
|
-
*
|
|
11162
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
11252
|
+
* Character set
|
|
11163
11253
|
* @type {string || null}
|
|
11164
11254
|
*/
|
|
11165
|
-
this.
|
|
11255
|
+
this.CharacterSet = null;
|
|
11166
11256
|
|
|
11167
11257
|
}
|
|
11168
11258
|
|
|
@@ -11173,17 +11263,8 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
11173
11263
|
if (!params) {
|
|
11174
11264
|
return;
|
|
11175
11265
|
}
|
|
11176
|
-
this.
|
|
11177
|
-
this.
|
|
11178
|
-
this.SqlText = 'SqlText' in params ? params.SqlText : null;
|
|
11179
|
-
this.UserHost = 'UserHost' in params ? params.UserHost : null;
|
|
11180
|
-
this.UserName = 'UserName' in params ? params.UserName : null;
|
|
11181
|
-
this.Database = 'Database' in params ? params.Database : null;
|
|
11182
|
-
this.LockTime = 'LockTime' in params ? params.LockTime : null;
|
|
11183
|
-
this.RowsExamined = 'RowsExamined' in params ? params.RowsExamined : null;
|
|
11184
|
-
this.RowsSent = 'RowsSent' in params ? params.RowsSent : null;
|
|
11185
|
-
this.SqlTemplate = 'SqlTemplate' in params ? params.SqlTemplate : null;
|
|
11186
|
-
this.Md5 = 'Md5' in params ? params.Md5 : null;
|
|
11266
|
+
this.DatabaseName = 'DatabaseName' in params ? params.DatabaseName : null;
|
|
11267
|
+
this.CharacterSet = 'CharacterSet' in params ? params.CharacterSet : null;
|
|
11187
11268
|
|
|
11188
11269
|
}
|
|
11189
11270
|
}
|
|
@@ -12647,8 +12728,7 @@ class InstanceInfo extends AbstractModel {
|
|
|
12647
12728
|
this.InitFlag = null;
|
|
12648
12729
|
|
|
12649
12730
|
/**
|
|
12650
|
-
* VIP information
|
|
12651
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12731
|
+
* Read-only VIP information. This field is available only for read-only instances with dedicated access enabled.
|
|
12652
12732
|
* @type {RoVipInfo || null}
|
|
12653
12733
|
*/
|
|
12654
12734
|
this.RoVipInfo = null;
|
|
@@ -12672,8 +12752,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
12672
12752
|
this.VpcId = null;
|
|
12673
12753
|
|
|
12674
12754
|
/**
|
|
12675
|
-
*
|
|
12676
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12755
|
+
* Secondary server information.
|
|
12677
12756
|
* @type {SlaveInfo || null}
|
|
12678
12757
|
*/
|
|
12679
12758
|
this.SlaveInfo = null;
|
|
@@ -12703,8 +12782,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
12703
12782
|
this.ProtectMode = null;
|
|
12704
12783
|
|
|
12705
12784
|
/**
|
|
12706
|
-
*
|
|
12707
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12785
|
+
* Detailed information about the read-only group.
|
|
12708
12786
|
* @type {Array.<RoGroup> || null}
|
|
12709
12787
|
*/
|
|
12710
12788
|
this.RoGroups = null;
|
|
@@ -12752,8 +12830,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
12752
12830
|
this.TaskStatus = null;
|
|
12753
12831
|
|
|
12754
12832
|
/**
|
|
12755
|
-
*
|
|
12756
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12833
|
+
* Detailed information about the primary instance.
|
|
12757
12834
|
* @type {MasterInfo || null}
|
|
12758
12835
|
*/
|
|
12759
12836
|
this.MasterInfo = null;
|
|
@@ -12777,8 +12854,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
12777
12854
|
this.InstanceName = null;
|
|
12778
12855
|
|
|
12779
12856
|
/**
|
|
12780
|
-
*
|
|
12781
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12857
|
+
* Detailed information about the disaster recovery instance.
|
|
12782
12858
|
* @type {Array.<DrInfo> || null}
|
|
12783
12859
|
*/
|
|
12784
12860
|
this.DrInfo = null;
|
|
@@ -12862,22 +12938,19 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
12862
12938
|
this.ZoneName = null;
|
|
12863
12939
|
|
|
12864
12940
|
/**
|
|
12865
|
-
* Physical
|
|
12866
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12941
|
+
* Physical server model.
|
|
12867
12942
|
* @type {string || null}
|
|
12868
12943
|
*/
|
|
12869
12944
|
this.DeviceClass = null;
|
|
12870
12945
|
|
|
12871
12946
|
/**
|
|
12872
|
-
* Placement group ID
|
|
12873
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
12947
|
+
* Placement group ID.
|
|
12874
12948
|
* @type {string || null}
|
|
12875
12949
|
*/
|
|
12876
12950
|
this.DeployGroupId = null;
|
|
12877
12951
|
|
|
12878
12952
|
/**
|
|
12879
|
-
* AZ ID
|
|
12880
|
-
Note: this field may return null, indicating that no valid values can be obtained.
|
|
12953
|
+
* AZ ID.
|
|
12881
12954
|
* @type {number || null}
|
|
12882
12955
|
*/
|
|
12883
12956
|
this.ZoneId = null;
|
|
@@ -12889,32 +12962,63 @@ Note: this field may return null, indicating that no valid values can be obtaine
|
|
|
12889
12962
|
this.InstanceNodes = null;
|
|
12890
12963
|
|
|
12891
12964
|
/**
|
|
12892
|
-
*
|
|
12893
|
-
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
12965
|
+
* Tag list.
|
|
12894
12966
|
* @type {Array.<TagInfoItem> || null}
|
|
12895
12967
|
*/
|
|
12896
12968
|
this.TagList = null;
|
|
12897
12969
|
|
|
12898
12970
|
/**
|
|
12899
|
-
* Engine type
|
|
12900
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12971
|
+
* Engine type.
|
|
12901
12972
|
* @type {string || null}
|
|
12902
12973
|
*/
|
|
12903
12974
|
this.EngineType = null;
|
|
12904
12975
|
|
|
12905
12976
|
/**
|
|
12906
|
-
* Maximum delay threshold
|
|
12907
|
-
Note: This field may return null, indicating that no valid values can be obtained.
|
|
12977
|
+
* Maximum delay threshold.
|
|
12908
12978
|
* @type {number || null}
|
|
12909
12979
|
*/
|
|
12910
12980
|
this.MaxDelayTime = null;
|
|
12911
12981
|
|
|
12912
12982
|
/**
|
|
12913
|
-
* Instance disk type
|
|
12983
|
+
* Instance disk type. Valid values are returned only for Cluster Edition and single-node (cloud disk) instances.
|
|
12984
|
+
Note:
|
|
12985
|
+
1. If "DiskType": "CLOUD_HSSD" is returned, it indicates that the instance disk type is Enhanced SSD.
|
|
12986
|
+
2. If "DiskType": "CLOUD_SSD" is returned, it indicates that the instance disk type is Cloud SSD.
|
|
12987
|
+
3. If "DiskType": "" is returned and the DeviceType parameter value is UNIVERSAL or EXCLUSIVE, it indicates that the instance uses a local SSD.
|
|
12914
12988
|
* @type {string || null}
|
|
12915
12989
|
*/
|
|
12916
12990
|
this.DiskType = null;
|
|
12917
12991
|
|
|
12992
|
+
/**
|
|
12993
|
+
* Current number of CPU cores for scale-out.
|
|
12994
|
+
* @type {number || null}
|
|
12995
|
+
*/
|
|
12996
|
+
this.ExpandCpu = null;
|
|
12997
|
+
|
|
12998
|
+
/**
|
|
12999
|
+
* Cluster Edition instance node information.
|
|
13000
|
+
* @type {Array.<ClusterInfo> || null}
|
|
13001
|
+
*/
|
|
13002
|
+
this.ClusterInfo = null;
|
|
13003
|
+
|
|
13004
|
+
/**
|
|
13005
|
+
* Analysis engine node list.
|
|
13006
|
+
* @type {Array.<AnalysisNodeInfo> || null}
|
|
13007
|
+
*/
|
|
13008
|
+
this.AnalysisNodeInfos = null;
|
|
13009
|
+
|
|
13010
|
+
/**
|
|
13011
|
+
* Device bandwidth, in GB. This parameter is valid when DeviceClass is specified. For example, 25 means the current device bandwidth is 25 GB; 10 means the current device bandwidth is 10 GB.
|
|
13012
|
+
* @type {number || null}
|
|
13013
|
+
*/
|
|
13014
|
+
this.DeviceBandwidth = null;
|
|
13015
|
+
|
|
13016
|
+
/**
|
|
13017
|
+
* Instance termination protection status. on indicates enabled; otherwise, the protection is disabled.
|
|
13018
|
+
* @type {string || null}
|
|
13019
|
+
*/
|
|
13020
|
+
this.DestroyProtect = null;
|
|
13021
|
+
|
|
12918
13022
|
}
|
|
12919
13023
|
|
|
12920
13024
|
/**
|
|
@@ -13009,6 +13113,27 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
13009
13113
|
this.EngineType = 'EngineType' in params ? params.EngineType : null;
|
|
13010
13114
|
this.MaxDelayTime = 'MaxDelayTime' in params ? params.MaxDelayTime : null;
|
|
13011
13115
|
this.DiskType = 'DiskType' in params ? params.DiskType : null;
|
|
13116
|
+
this.ExpandCpu = 'ExpandCpu' in params ? params.ExpandCpu : null;
|
|
13117
|
+
|
|
13118
|
+
if (params.ClusterInfo) {
|
|
13119
|
+
this.ClusterInfo = new Array();
|
|
13120
|
+
for (let z in params.ClusterInfo) {
|
|
13121
|
+
let obj = new ClusterInfo();
|
|
13122
|
+
obj.deserialize(params.ClusterInfo[z]);
|
|
13123
|
+
this.ClusterInfo.push(obj);
|
|
13124
|
+
}
|
|
13125
|
+
}
|
|
13126
|
+
|
|
13127
|
+
if (params.AnalysisNodeInfos) {
|
|
13128
|
+
this.AnalysisNodeInfos = new Array();
|
|
13129
|
+
for (let z in params.AnalysisNodeInfos) {
|
|
13130
|
+
let obj = new AnalysisNodeInfo();
|
|
13131
|
+
obj.deserialize(params.AnalysisNodeInfos[z]);
|
|
13132
|
+
this.AnalysisNodeInfos.push(obj);
|
|
13133
|
+
}
|
|
13134
|
+
}
|
|
13135
|
+
this.DeviceBandwidth = 'DeviceBandwidth' in params ? params.DeviceBandwidth : null;
|
|
13136
|
+
this.DestroyProtect = 'DestroyProtect' in params ? params.DestroyProtect : null;
|
|
13012
13137
|
|
|
13013
13138
|
}
|
|
13014
13139
|
}
|
|
@@ -13636,7 +13761,7 @@ class RoInstanceInfo extends AbstractModel {
|
|
|
13636
13761
|
this.InstanceName = null;
|
|
13637
13762
|
|
|
13638
13763
|
/**
|
|
13639
|
-
* Pay-as-you-go
|
|
13764
|
+
* Pay-as-you-go status. Valid values: 1 - normal; 2 - in arrears.
|
|
13640
13765
|
* @type {number || null}
|
|
13641
13766
|
*/
|
|
13642
13767
|
this.HourFeeStatus = null;
|
|
@@ -13708,11 +13833,17 @@ class RoInstanceInfo extends AbstractModel {
|
|
|
13708
13833
|
this.DeadlineTime = null;
|
|
13709
13834
|
|
|
13710
13835
|
/**
|
|
13711
|
-
* RO instance
|
|
13836
|
+
* Billing type of the RO instance. Valid values: 0 - yearly/monthly subscription; 1 - pay-as-you-go; 2-postpaid by month.
|
|
13712
13837
|
* @type {number || null}
|
|
13713
13838
|
*/
|
|
13714
13839
|
this.PayType = null;
|
|
13715
13840
|
|
|
13841
|
+
/**
|
|
13842
|
+
* RO replication delay status.
|
|
13843
|
+
* @type {string || null}
|
|
13844
|
+
*/
|
|
13845
|
+
this.ReplicationStatus = null;
|
|
13846
|
+
|
|
13716
13847
|
}
|
|
13717
13848
|
|
|
13718
13849
|
/**
|
|
@@ -13745,6 +13876,7 @@ class RoInstanceInfo extends AbstractModel {
|
|
|
13745
13876
|
this.EngineVersion = 'EngineVersion' in params ? params.EngineVersion : null;
|
|
13746
13877
|
this.DeadlineTime = 'DeadlineTime' in params ? params.DeadlineTime : null;
|
|
13747
13878
|
this.PayType = 'PayType' in params ? params.PayType : null;
|
|
13879
|
+
this.ReplicationStatus = 'ReplicationStatus' in params ? params.ReplicationStatus : null;
|
|
13748
13880
|
|
|
13749
13881
|
}
|
|
13750
13882
|
}
|
|
@@ -15393,15 +15525,13 @@ class TagInfoItem extends AbstractModel {
|
|
|
15393
15525
|
super();
|
|
15394
15526
|
|
|
15395
15527
|
/**
|
|
15396
|
-
* Tag key
|
|
15397
|
-
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
15528
|
+
* Tag key.
|
|
15398
15529
|
* @type {string || null}
|
|
15399
15530
|
*/
|
|
15400
15531
|
this.TagKey = null;
|
|
15401
15532
|
|
|
15402
15533
|
/**
|
|
15403
|
-
* Tag value
|
|
15404
|
-
Note: this field may return `null`, indicating that no valid values can be obtained.
|
|
15534
|
+
* Tag value.
|
|
15405
15535
|
* @type {string || null}
|
|
15406
15536
|
*/
|
|
15407
15537
|
this.TagValue = null;
|
|
@@ -16966,6 +17096,48 @@ which is left empty by default. Specify this parameter when cloning a strong syn
|
|
|
16966
17096
|
}
|
|
16967
17097
|
}
|
|
16968
17098
|
|
|
17099
|
+
/**
|
|
17100
|
+
* Cluster Edition node information.
|
|
17101
|
+
* @class
|
|
17102
|
+
*/
|
|
17103
|
+
class ClusterInfo extends AbstractModel {
|
|
17104
|
+
constructor(){
|
|
17105
|
+
super();
|
|
17106
|
+
|
|
17107
|
+
/**
|
|
17108
|
+
* Node ID.
|
|
17109
|
+
* @type {string || null}
|
|
17110
|
+
*/
|
|
17111
|
+
this.NodeId = null;
|
|
17112
|
+
|
|
17113
|
+
/**
|
|
17114
|
+
* Node type: primary node and secondary node.
|
|
17115
|
+
* @type {string || null}
|
|
17116
|
+
*/
|
|
17117
|
+
this.Role = null;
|
|
17118
|
+
|
|
17119
|
+
/**
|
|
17120
|
+
* Region.
|
|
17121
|
+
* @type {string || null}
|
|
17122
|
+
*/
|
|
17123
|
+
this.Zone = null;
|
|
17124
|
+
|
|
17125
|
+
}
|
|
17126
|
+
|
|
17127
|
+
/**
|
|
17128
|
+
* @private
|
|
17129
|
+
*/
|
|
17130
|
+
deserialize(params) {
|
|
17131
|
+
if (!params) {
|
|
17132
|
+
return;
|
|
17133
|
+
}
|
|
17134
|
+
this.NodeId = 'NodeId' in params ? params.NodeId : null;
|
|
17135
|
+
this.Role = 'Role' in params ? params.Role : null;
|
|
17136
|
+
this.Zone = 'Zone' in params ? params.Zone : null;
|
|
17137
|
+
|
|
17138
|
+
}
|
|
17139
|
+
}
|
|
17140
|
+
|
|
16969
17141
|
/**
|
|
16970
17142
|
* CloseCDBProxy request structure.
|
|
16971
17143
|
* @class
|
|
@@ -19536,13 +19708,14 @@ module.exports = {
|
|
|
19536
19708
|
ModifyDBInstanceNameResponse: ModifyDBInstanceNameResponse,
|
|
19537
19709
|
DescribeCloneListResponse: DescribeCloneListResponse,
|
|
19538
19710
|
DescribeDBInstanceLogToCLSRequest: DescribeDBInstanceLogToCLSRequest,
|
|
19711
|
+
AnalysisNodeInfo: AnalysisNodeInfo,
|
|
19539
19712
|
StartBatchRollbackRequest: StartBatchRollbackRequest,
|
|
19540
19713
|
OpenDBInstanceEncryptionRequest: OpenDBInstanceEncryptionRequest,
|
|
19541
19714
|
DescribeDBInstanceCharsetRequest: DescribeDBInstanceCharsetRequest,
|
|
19542
19715
|
ModifyInstancePasswordComplexityResponse: ModifyInstancePasswordComplexityResponse,
|
|
19543
19716
|
DeviceMemInfo: DeviceMemInfo,
|
|
19544
19717
|
AuditLogAggregationResult: AuditLogAggregationResult,
|
|
19545
|
-
|
|
19718
|
+
SlowLogItem: SlowLogItem,
|
|
19546
19719
|
DescribeRemoteBackupConfigRequest: DescribeRemoteBackupConfigRequest,
|
|
19547
19720
|
TagInfo: TagInfo,
|
|
19548
19721
|
DescribeDBInstancesResponse: DescribeDBInstancesResponse,
|
|
@@ -19583,7 +19756,7 @@ module.exports = {
|
|
|
19583
19756
|
SwitchForUpgradeRequest: SwitchForUpgradeRequest,
|
|
19584
19757
|
CreateDBInstanceHourResponse: CreateDBInstanceHourResponse,
|
|
19585
19758
|
DescribeBackupDownloadRestrictionResponse: DescribeBackupDownloadRestrictionResponse,
|
|
19586
|
-
|
|
19759
|
+
DatabasesWithCharacterLists: DatabasesWithCharacterLists,
|
|
19587
19760
|
CloneItem: CloneItem,
|
|
19588
19761
|
ModifyDBInstanceSecurityGroupsResponse: ModifyDBInstanceSecurityGroupsResponse,
|
|
19589
19762
|
CreateAccountsRequest: CreateAccountsRequest,
|
|
@@ -19683,6 +19856,7 @@ module.exports = {
|
|
|
19683
19856
|
CreateDBInstanceHourRequest: CreateDBInstanceHourRequest,
|
|
19684
19857
|
RollbackInstancesInfo: RollbackInstancesInfo,
|
|
19685
19858
|
CreateCloneInstanceRequest: CreateCloneInstanceRequest,
|
|
19859
|
+
ClusterInfo: ClusterInfo,
|
|
19686
19860
|
CloseCDBProxyRequest: CloseCDBProxyRequest,
|
|
19687
19861
|
DeleteBackupResponse: DeleteBackupResponse,
|
|
19688
19862
|
DescribeProjectSecurityGroupsResponse: DescribeProjectSecurityGroupsResponse,
|