tencentcloud-sdk-nodejs-intl-en 3.0.1373 → 3.0.1374
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/as/v20180419/as_client.js +3 -2
- package/tencentcloud/as/v20180419/models.js +103 -87
- package/tencentcloud/billing/v20180709/billing_client.js +15 -1
- package/tencentcloud/billing/v20180709/models.js +237 -44
- package/tencentcloud/cdb/v20170320/models.js +8 -8
- package/tencentcloud/cdn/v20180606/cdn_client.js +15 -11
- package/tencentcloud/cdn/v20180606/models.js +319 -80
- package/tencentcloud/cls/v20201016/cls_client.js +1709 -374
- package/tencentcloud/cls/v20201016/models.js +23480 -6683
- package/tencentcloud/common/sdk_version.js +1 -1
- package/tencentcloud/cwp/v20180228/cwp_client.js +615 -350
- package/tencentcloud/cwp/v20180228/models.js +10317 -5290
- package/tencentcloud/cynosdb/v20190107/models.js +305 -286
- package/tencentcloud/faceid/v20180301/models.js +29 -12
- package/tencentcloud/iai/v20200303/iai_client.js +1 -1
- package/tencentcloud/mna/v20210119/models.js +2 -2
- package/tencentcloud/mongodb/v20190725/models.js +12 -12
- package/tencentcloud/rum/v20210622/models.js +16 -16
- package/tencentcloud/rum/v20210622/rum_client.js +1 -1
- package/tencentcloud/scf/v20180416/models.js +2 -2
- package/tencentcloud/tat/v20201028/models.js +56 -47
- package/tencentcloud/tcsas/v20250106/models.js +10772 -7283
- package/tencentcloud/tcsas/v20250106/tcsas_client.js +612 -324
- package/tencentcloud/tcss/v20201101/models.js +7275 -2457
- package/tencentcloud/tcss/v20201101/tcss_client.js +2328 -2021
- package/tencentcloud/teo/v20220901/models.js +880 -153
- package/tencentcloud/teo/v20220901/teo_client.js +103 -47
- package/tencentcloud/vod/v20180717/models.js +693 -229
- package/tencentcloud/vod/v20180717/vod_client.js +24 -6
|
@@ -488,7 +488,7 @@ class DescribeRedoLogListByVaultResponse extends AbstractModel {
|
|
|
488
488
|
}
|
|
489
489
|
|
|
490
490
|
/**
|
|
491
|
-
*
|
|
491
|
+
* Instance parameter modification task details.
|
|
492
492
|
* @class
|
|
493
493
|
*/
|
|
494
494
|
class BizTaskModifyInstanceParam extends AbstractModel {
|
|
@@ -496,7 +496,7 @@ class BizTaskModifyInstanceParam extends AbstractModel {
|
|
|
496
496
|
super();
|
|
497
497
|
|
|
498
498
|
/**
|
|
499
|
-
*
|
|
499
|
+
* Instance ID.
|
|
500
500
|
* @type {string || null}
|
|
501
501
|
*/
|
|
502
502
|
this.InstanceId = null;
|
|
@@ -744,19 +744,19 @@ class UpgradeInstanceRequest extends AbstractModel {
|
|
|
744
744
|
this.InstanceId = null;
|
|
745
745
|
|
|
746
746
|
/**
|
|
747
|
-
* Database CPU
|
|
747
|
+
* Database CPU.
|
|
748
748
|
* @type {number || null}
|
|
749
749
|
*/
|
|
750
750
|
this.Cpu = null;
|
|
751
751
|
|
|
752
752
|
/**
|
|
753
|
-
* Database memory in GB
|
|
753
|
+
* Database memory in GB.
|
|
754
754
|
* @type {number || null}
|
|
755
755
|
*/
|
|
756
756
|
this.Memory = null;
|
|
757
757
|
|
|
758
758
|
/**
|
|
759
|
-
* Upgrade type. Valid values: upgradeImmediate, upgradeInMaintain
|
|
759
|
+
* Upgrade type. Valid values: upgradeImmediate, upgradeInMaintain.
|
|
760
760
|
* @type {string || null}
|
|
761
761
|
*/
|
|
762
762
|
this.UpgradeType = null;
|
|
@@ -776,7 +776,7 @@ class UpgradeInstanceRequest extends AbstractModel {
|
|
|
776
776
|
this.StorageLimit = null;
|
|
777
777
|
|
|
778
778
|
/**
|
|
779
|
-
* Whether to automatically select a voucher. 1: yes; 0: no. Default value: 0
|
|
779
|
+
* Whether to automatically select a voucher. 1: yes; 0: no. Default value: 0.
|
|
780
780
|
* @type {number || null}
|
|
781
781
|
*/
|
|
782
782
|
this.AutoVoucher = null;
|
|
@@ -788,7 +788,7 @@ class UpgradeInstanceRequest extends AbstractModel {
|
|
|
788
788
|
this.DbType = null;
|
|
789
789
|
|
|
790
790
|
/**
|
|
791
|
-
* Transaction mode. Valid values: `0` (place and pay for an order), `1` (place an order)
|
|
791
|
+
* Transaction mode. Valid values: `0` (place and pay for an order), `1` (place an order).
|
|
792
792
|
* @type {number || null}
|
|
793
793
|
*/
|
|
794
794
|
this.DealMode = null;
|
|
@@ -800,7 +800,7 @@ class UpgradeInstanceRequest extends AbstractModel {
|
|
|
800
800
|
this.UpgradeMode = null;
|
|
801
801
|
|
|
802
802
|
/**
|
|
803
|
-
*
|
|
803
|
+
* Proxy synchronous upgrade.
|
|
804
804
|
* @type {UpgradeProxy || null}
|
|
805
805
|
*/
|
|
806
806
|
this.UpgradeProxy = null;
|
|
@@ -1086,7 +1086,7 @@ class DescribeClusterParamsResponse extends AbstractModel {
|
|
|
1086
1086
|
super();
|
|
1087
1087
|
|
|
1088
1088
|
/**
|
|
1089
|
-
* Number of parameters
|
|
1089
|
+
* Number of parameters.
|
|
1090
1090
|
* @type {number || null}
|
|
1091
1091
|
*/
|
|
1092
1092
|
this.TotalCount = null;
|
|
@@ -1646,7 +1646,7 @@ class InquirePriceMultiSpecRequest extends AbstractModel {
|
|
|
1646
1646
|
}
|
|
1647
1647
|
|
|
1648
1648
|
/**
|
|
1649
|
-
*
|
|
1649
|
+
* Rollback RO group information.
|
|
1650
1650
|
* @class
|
|
1651
1651
|
*/
|
|
1652
1652
|
class RollbackRoGroupInfo extends AbstractModel {
|
|
@@ -1654,13 +1654,13 @@ class RollbackRoGroupInfo extends AbstractModel {
|
|
|
1654
1654
|
super();
|
|
1655
1655
|
|
|
1656
1656
|
/**
|
|
1657
|
-
* Instance group ID
|
|
1657
|
+
* Instance group ID.
|
|
1658
1658
|
* @type {string || null}
|
|
1659
1659
|
*/
|
|
1660
1660
|
this.InstanceGroupId = null;
|
|
1661
1661
|
|
|
1662
1662
|
/**
|
|
1663
|
-
* VPC information
|
|
1663
|
+
* VPC information.
|
|
1664
1664
|
* @type {string || null}
|
|
1665
1665
|
*/
|
|
1666
1666
|
this.UniqVpcId = null;
|
|
@@ -2442,7 +2442,7 @@ class OpenReadOnlyInstanceExclusiveAccessResponse extends AbstractModel {
|
|
|
2442
2442
|
super();
|
|
2443
2443
|
|
|
2444
2444
|
/**
|
|
2445
|
-
* Activation process ID
|
|
2445
|
+
* Activation process ID.
|
|
2446
2446
|
* @type {number || null}
|
|
2447
2447
|
*/
|
|
2448
2448
|
this.FlowId = null;
|
|
@@ -2751,7 +2751,7 @@ class ModifyResourcePackageNameRequest extends AbstractModel {
|
|
|
2751
2751
|
}
|
|
2752
2752
|
|
|
2753
2753
|
/**
|
|
2754
|
-
*
|
|
2754
|
+
* When adding or resizing an instance, synchronously upgrade the proxy.
|
|
2755
2755
|
* @class
|
|
2756
2756
|
*/
|
|
2757
2757
|
class UpgradeProxy extends AbstractModel {
|
|
@@ -2771,13 +2771,13 @@ class UpgradeProxy extends AbstractModel {
|
|
|
2771
2771
|
this.Mem = null;
|
|
2772
2772
|
|
|
2773
2773
|
/**
|
|
2774
|
-
*
|
|
2774
|
+
* Proxy node information
|
|
2775
2775
|
* @type {Array.<ProxyZone> || null}
|
|
2776
2776
|
*/
|
|
2777
2777
|
this.ProxyZones = null;
|
|
2778
2778
|
|
|
2779
2779
|
/**
|
|
2780
|
-
*
|
|
2780
|
+
* Rebalance
|
|
2781
2781
|
* @type {string || null}
|
|
2782
2782
|
*/
|
|
2783
2783
|
this.ReloadBalance = null;
|
|
@@ -4059,7 +4059,7 @@ class ResetLibraDBClusterAccountPasswordResponse extends AbstractModel {
|
|
|
4059
4059
|
}
|
|
4060
4060
|
|
|
4061
4061
|
/**
|
|
4062
|
-
*
|
|
4062
|
+
* Instance resizing task information.
|
|
4063
4063
|
* @class
|
|
4064
4064
|
*/
|
|
4065
4065
|
class ModifyInstanceData extends AbstractModel {
|
|
@@ -4067,37 +4067,37 @@ class ModifyInstanceData extends AbstractModel {
|
|
|
4067
4067
|
super();
|
|
4068
4068
|
|
|
4069
4069
|
/**
|
|
4070
|
-
*
|
|
4070
|
+
* CPU after resizing.
|
|
4071
4071
|
* @type {number || null}
|
|
4072
4072
|
*/
|
|
4073
4073
|
this.Cpu = null;
|
|
4074
4074
|
|
|
4075
4075
|
/**
|
|
4076
|
-
*
|
|
4076
|
+
* Memory after resizing.
|
|
4077
4077
|
* @type {number || null}
|
|
4078
4078
|
*/
|
|
4079
4079
|
this.Memory = null;
|
|
4080
4080
|
|
|
4081
4081
|
/**
|
|
4082
|
-
*
|
|
4082
|
+
* Storage upper limit after resizing.
|
|
4083
4083
|
* @type {number || null}
|
|
4084
4084
|
*/
|
|
4085
4085
|
this.StorageLimit = null;
|
|
4086
4086
|
|
|
4087
4087
|
/**
|
|
4088
|
-
*
|
|
4088
|
+
* CPU before resizing.
|
|
4089
4089
|
* @type {number || null}
|
|
4090
4090
|
*/
|
|
4091
4091
|
this.OldCpu = null;
|
|
4092
4092
|
|
|
4093
4093
|
/**
|
|
4094
|
-
*
|
|
4094
|
+
* Memory before resizing.
|
|
4095
4095
|
* @type {number || null}
|
|
4096
4096
|
*/
|
|
4097
4097
|
this.OldMemory = null;
|
|
4098
4098
|
|
|
4099
4099
|
/**
|
|
4100
|
-
*
|
|
4100
|
+
* Storage upper limit before resizing.
|
|
4101
4101
|
* @type {number || null}
|
|
4102
4102
|
*/
|
|
4103
4103
|
this.OldStorageLimit = null;
|
|
@@ -4119,7 +4119,7 @@ class ModifyInstanceData extends AbstractModel {
|
|
|
4119
4119
|
this.DeviceType = null;
|
|
4120
4120
|
|
|
4121
4121
|
/**
|
|
4122
|
-
*
|
|
4122
|
+
* Upgrade method. Switch after upgrade completes or switch within maintenance window.
|
|
4123
4123
|
* @type {string || null}
|
|
4124
4124
|
*/
|
|
4125
4125
|
this.UpgradeType = null;
|
|
@@ -4902,132 +4902,119 @@ class CreateProxyEndPointRequest extends AbstractModel {
|
|
|
4902
4902
|
super();
|
|
4903
4903
|
|
|
4904
4904
|
/**
|
|
4905
|
-
* Cluster ID
|
|
4905
|
+
* <p>Cluster ID.</p>
|
|
4906
4906
|
* @type {string || null}
|
|
4907
4907
|
*/
|
|
4908
4908
|
this.ClusterId = null;
|
|
4909
4909
|
|
|
4910
4910
|
/**
|
|
4911
|
-
* VPC ID
|
|
4911
|
+
* <p>VPC ID.</p>
|
|
4912
4912
|
* @type {string || null}
|
|
4913
4913
|
*/
|
|
4914
4914
|
this.UniqueVpcId = null;
|
|
4915
4915
|
|
|
4916
4916
|
/**
|
|
4917
|
-
*
|
|
4917
|
+
* <p>VPC subnet ID.</p>
|
|
4918
4918
|
* @type {string || null}
|
|
4919
4919
|
*/
|
|
4920
4920
|
this.UniqueSubnetId = null;
|
|
4921
4921
|
|
|
4922
4922
|
/**
|
|
4923
|
-
*
|
|
4923
|
+
* <p>Connection pool Type: SessionConnectionPool (session-level connection pool).</p>
|
|
4924
4924
|
* @type {string || null}
|
|
4925
4925
|
*/
|
|
4926
4926
|
this.ConnectionPoolType = null;
|
|
4927
4927
|
|
|
4928
4928
|
/**
|
|
4929
|
-
* Whether
|
|
4930
|
-
yes: indicates enabled.
|
|
4931
|
-
no: indicates not enabled.
|
|
4929
|
+
* <p>Whether the connection pool is enabled.<br>yes: enabled.<br>no: disabled.</p>
|
|
4932
4930
|
* @type {string || null}
|
|
4933
4931
|
*/
|
|
4934
4932
|
this.OpenConnectionPool = null;
|
|
4935
4933
|
|
|
4936
4934
|
/**
|
|
4937
|
-
*
|
|
4935
|
+
* <p>Connection pool threshold: measurement unit (seconds), optional range: 0 - 300 seconds.</p>
|
|
4938
4936
|
* @type {number || null}
|
|
4939
4937
|
*/
|
|
4940
4938
|
this.ConnectionPoolTimeOut = null;
|
|
4941
4939
|
|
|
4942
4940
|
/**
|
|
4943
|
-
*
|
|
4941
|
+
* <p>Bound security group ID array.</p>
|
|
4944
4942
|
* @type {Array.<string> || null}
|
|
4945
4943
|
*/
|
|
4946
4944
|
this.SecurityGroupIds = null;
|
|
4947
4945
|
|
|
4948
4946
|
/**
|
|
4949
|
-
* Description
|
|
4947
|
+
* <p>Description.</p>
|
|
4950
4948
|
* @type {string || null}
|
|
4951
4949
|
*/
|
|
4952
4950
|
this.Description = null;
|
|
4953
4951
|
|
|
4954
4952
|
/**
|
|
4955
|
-
*
|
|
4953
|
+
* <p>vip information that should be bound must correspond to UniqueVpcId.</p>
|
|
4956
4954
|
* @type {string || null}
|
|
4957
4955
|
*/
|
|
4958
4956
|
this.Vip = null;
|
|
4959
4957
|
|
|
4960
4958
|
/**
|
|
4961
|
-
* Weight mode:
|
|
4962
|
-
system: system-assigned.
|
|
4963
|
-
custom: custom.
|
|
4959
|
+
* <p>Weight mode:<br>system: system-assigned.<br>custom: custom.</p>
|
|
4964
4960
|
* @type {string || null}
|
|
4965
4961
|
*/
|
|
4966
4962
|
this.WeightMode = null;
|
|
4967
4963
|
|
|
4968
4964
|
/**
|
|
4969
|
-
*
|
|
4970
|
-
yes: indicates automatically adding a read-only instance.
|
|
4971
|
-
no: indicates not to automatically add a read-only instance.
|
|
4965
|
+
* <p>Automatically add read-only instance.<br>yes: means automatically add read-only instance.<br>no: means not automatic add read-only instance.</p>
|
|
4972
4966
|
* @type {string || null}
|
|
4973
4967
|
*/
|
|
4974
4968
|
this.AutoAddRo = null;
|
|
4975
4969
|
|
|
4976
4970
|
/**
|
|
4977
|
-
* Whether to
|
|
4978
|
-
yes: indicates enabled. After it is enabled, when the database proxy encounters faults, the connection address will be routed to the primary instance.
|
|
4979
|
-
no: indicates not enabled.
|
|
4980
|
-
Description:
|
|
4981
|
-
Only when the value of the RwType parameter is READWRITE can this option be configured.
|
|
4971
|
+
* <p>Whether fault migration is enabled.<br>yes: Enable. Once enabled, when a database proxy failure occurs, the connection address will be routed to the primary instance.<br>no: Disabled.<br>Description:<br>This item can be set to only when the RwType parameter value is READWRITE.</p>
|
|
4982
4972
|
* @type {string || null}
|
|
4983
4973
|
*/
|
|
4984
4974
|
this.FailOver = null;
|
|
4985
4975
|
|
|
4986
4976
|
/**
|
|
4987
|
-
* Consistency
|
|
4988
|
-
eventual: eventual consistency.
|
|
4989
|
-
global: global consistency.
|
|
4990
|
-
session: session consistency.
|
|
4991
|
-
Description:
|
|
4992
|
-
Only when the RwType parameter value is READWRITE can this option be configured.
|
|
4977
|
+
* <p>Consistency type:<br>eventual: Final consistency.<br>global: Global consistency.<br>session: Session consistency.<br>Description:<br>This item can be set to only when the RwType parameter value is READWRITE.</p>
|
|
4993
4978
|
* @type {string || null}
|
|
4994
4979
|
*/
|
|
4995
4980
|
this.ConsistencyType = null;
|
|
4996
4981
|
|
|
4997
4982
|
/**
|
|
4998
|
-
* Read-
|
|
4999
|
-
READWRITE: indicates read/write splitting. Only when this parameter value is READWRITE can the FailOver and ConsistencyType parameters be configured.
|
|
5000
|
-
READONLY: indicates read-only.
|
|
4983
|
+
* <p>Read-write attribute:<br>READWRITE: means read-write separation. When the parameter value is READWRITE, FailOver and ConsistencyType parameters can be set.<br>READONLY: means read-only.</p>
|
|
5001
4984
|
* @type {string || null}
|
|
5002
4985
|
*/
|
|
5003
4986
|
this.RwType = null;
|
|
5004
4987
|
|
|
5005
4988
|
/**
|
|
5006
|
-
*
|
|
4989
|
+
* <p>Consistency timeout. Value ranges from 0 to 1000000 (microseconds). When set to 0, it means the request will wait if the read-only instance fails to satisfy the consistency policy due to latency.</p>
|
|
5007
4990
|
* @type {number || null}
|
|
5008
4991
|
*/
|
|
5009
4992
|
this.ConsistencyTimeOut = null;
|
|
5010
4993
|
|
|
5011
4994
|
/**
|
|
5012
|
-
* Whether to enable transaction split.
|
|
4995
|
+
* <p>Whether to enable transaction split. Once enabled, read and write operations in a transaction are split and executed on different instances.</p>
|
|
5013
4996
|
* @type {boolean || null}
|
|
5014
4997
|
*/
|
|
5015
4998
|
this.TransSplit = null;
|
|
5016
4999
|
|
|
5017
5000
|
/**
|
|
5018
|
-
* Access mode:
|
|
5019
|
-
nearby: nearby access.
|
|
5020
|
-
balance: balanced allocation.
|
|
5001
|
+
* <p>Access mode:<br>nearby: proximity access.<br>balance: balanced allocation.</p>
|
|
5021
5002
|
* @type {string || null}
|
|
5022
5003
|
*/
|
|
5023
5004
|
this.AccessMode = null;
|
|
5024
5005
|
|
|
5025
5006
|
/**
|
|
5026
|
-
* Instance weight
|
|
5007
|
+
* <p>Instance weight.</p>
|
|
5027
5008
|
* @type {Array.<ProxyInstanceWeight> || null}
|
|
5028
5009
|
*/
|
|
5029
5010
|
this.InstanceWeights = null;
|
|
5030
5011
|
|
|
5012
|
+
/**
|
|
5013
|
+
*
|
|
5014
|
+
* @type {string || null}
|
|
5015
|
+
*/
|
|
5016
|
+
this.LoadBalanceMode = null;
|
|
5017
|
+
|
|
5031
5018
|
}
|
|
5032
5019
|
|
|
5033
5020
|
/**
|
|
@@ -5063,6 +5050,7 @@ balance: balanced allocation.
|
|
|
5063
5050
|
this.InstanceWeights.push(obj);
|
|
5064
5051
|
}
|
|
5065
5052
|
}
|
|
5053
|
+
this.LoadBalanceMode = 'LoadBalanceMode' in params ? params.LoadBalanceMode : null;
|
|
5066
5054
|
|
|
5067
5055
|
}
|
|
5068
5056
|
}
|
|
@@ -5291,25 +5279,25 @@ class OpenReadOnlyInstanceExclusiveAccessRequest extends AbstractModel {
|
|
|
5291
5279
|
super();
|
|
5292
5280
|
|
|
5293
5281
|
/**
|
|
5294
|
-
* Please use the cluster information description
|
|
5282
|
+
* Please use the [cluster information description](https://www.tencentcloud.com/document/product/1098/40752) to obtain the clusterId.
|
|
5295
5283
|
* @type {string || null}
|
|
5296
5284
|
*/
|
|
5297
5285
|
this.ClusterId = null;
|
|
5298
5286
|
|
|
5299
5287
|
/**
|
|
5300
|
-
* Please use the cluster information description
|
|
5288
|
+
* Please use the [cluster information description](https://www.tencentcloud.com/document/product/1098/40752) to obtain the instanceId.
|
|
5301
5289
|
* @type {string || null}
|
|
5302
5290
|
*/
|
|
5303
5291
|
this.InstanceId = null;
|
|
5304
5292
|
|
|
5305
5293
|
/**
|
|
5306
|
-
* Specifies the designated vpc ID. please use the
|
|
5294
|
+
* Specifies the designated vpc ID. please use the [query vpc list](https://www.tencentcloud.com/document/product/215/15778) to obtain the vpc ID.
|
|
5307
5295
|
* @type {string || null}
|
|
5308
5296
|
*/
|
|
5309
5297
|
this.VpcId = null;
|
|
5310
5298
|
|
|
5311
5299
|
/**
|
|
5312
|
-
* Specified subnet ID. if vpc ID is set, SubnetId is required. please use query subnet list
|
|
5300
|
+
* Specified subnet ID. if vpc ID is set, SubnetId is required. please use [query subnet list](https://intl.cloud.tencent.com/document/api/215/15784?from_cn_redirect=1) to get SubnetId.
|
|
5313
5301
|
* @type {string || null}
|
|
5314
5302
|
*/
|
|
5315
5303
|
this.SubnetId = null;
|
|
@@ -5456,7 +5444,7 @@ class StartCLSDeliveryResponse extends AbstractModel {
|
|
|
5456
5444
|
}
|
|
5457
5445
|
|
|
5458
5446
|
/**
|
|
5459
|
-
*
|
|
5447
|
+
* Parameter change information.
|
|
5460
5448
|
* @class
|
|
5461
5449
|
*/
|
|
5462
5450
|
class ParamItemInfo extends AbstractModel {
|
|
@@ -5613,6 +5601,12 @@ class DescribeInstanceSpecsRequest extends AbstractModel {
|
|
|
5613
5601
|
*/
|
|
5614
5602
|
this.IncludeZoneStocks = null;
|
|
5615
5603
|
|
|
5604
|
+
/**
|
|
5605
|
+
* Instance machine type.
|
|
5606
|
+
* @type {string || null}
|
|
5607
|
+
*/
|
|
5608
|
+
this.DeviceType = null;
|
|
5609
|
+
|
|
5616
5610
|
}
|
|
5617
5611
|
|
|
5618
5612
|
/**
|
|
@@ -5624,6 +5618,7 @@ class DescribeInstanceSpecsRequest extends AbstractModel {
|
|
|
5624
5618
|
}
|
|
5625
5619
|
this.DbType = 'DbType' in params ? params.DbType : null;
|
|
5626
5620
|
this.IncludeZoneStocks = 'IncludeZoneStocks' in params ? params.IncludeZoneStocks : null;
|
|
5621
|
+
this.DeviceType = 'DeviceType' in params ? params.DeviceType : null;
|
|
5627
5622
|
|
|
5628
5623
|
}
|
|
5629
5624
|
}
|
|
@@ -5715,7 +5710,7 @@ class CreateIntegrateClusterRequest extends AbstractModel {
|
|
|
5715
5710
|
super();
|
|
5716
5711
|
|
|
5717
5712
|
/**
|
|
5718
|
-
* Availability zone
|
|
5713
|
+
* Availability zone.
|
|
5719
5714
|
* @type {string || null}
|
|
5720
5715
|
*/
|
|
5721
5716
|
this.Zone = null;
|
|
@@ -5740,7 +5735,7 @@ class CreateIntegrateClusterRequest extends AbstractModel {
|
|
|
5740
5735
|
this.DbVersion = null;
|
|
5741
5736
|
|
|
5742
5737
|
/**
|
|
5743
|
-
* Project ID
|
|
5738
|
+
* Project ID.
|
|
5744
5739
|
* @type {number || null}
|
|
5745
5740
|
*/
|
|
5746
5741
|
this.ProjectId = null;
|
|
@@ -5752,7 +5747,7 @@ class CreateIntegrateClusterRequest extends AbstractModel {
|
|
|
5752
5747
|
this.ClusterName = null;
|
|
5753
5748
|
|
|
5754
5749
|
/**
|
|
5755
|
-
* Account password (8-64 characters, a combination of uppercase and lowercase letters, digits and symbols ~!@#$%^&*_
|
|
5750
|
+
* Account password (8-64 characters, a combination of uppercase and lowercase letters, digits and symbols ~!@#$%^&*_-+=|\(){}[]:;'<>,.?/ with any three types).
|
|
5756
5751
|
* @type {string || null}
|
|
5757
5752
|
*/
|
|
5758
5753
|
this.AdminPassword = null;
|
|
@@ -5984,7 +5979,7 @@ Rollback and clone do not support monthly subscription storage.
|
|
|
5984
5979
|
}
|
|
5985
5980
|
|
|
5986
5981
|
/**
|
|
5987
|
-
* Node in the database proxy group
|
|
5982
|
+
* Node in the database proxy group.
|
|
5988
5983
|
* @class
|
|
5989
5984
|
*/
|
|
5990
5985
|
class ProxyNodeInfo extends AbstractModel {
|
|
@@ -5992,7 +5987,7 @@ class ProxyNodeInfo extends AbstractModel {
|
|
|
5992
5987
|
super();
|
|
5993
5988
|
|
|
5994
5989
|
/**
|
|
5995
|
-
* Database proxy node ID
|
|
5990
|
+
* Database proxy node ID.
|
|
5996
5991
|
* @type {string || null}
|
|
5997
5992
|
*/
|
|
5998
5993
|
this.ProxyNodeId = null;
|
|
@@ -6004,55 +5999,55 @@ class ProxyNodeInfo extends AbstractModel {
|
|
|
6004
5999
|
this.ProxyNodeConnections = null;
|
|
6005
6000
|
|
|
6006
6001
|
/**
|
|
6007
|
-
* CPU of the database proxy node
|
|
6002
|
+
* CPU of the database proxy node.
|
|
6008
6003
|
* @type {number || null}
|
|
6009
6004
|
*/
|
|
6010
6005
|
this.Cpu = null;
|
|
6011
6006
|
|
|
6012
6007
|
/**
|
|
6013
|
-
* Memory of the database proxy node
|
|
6008
|
+
* Memory of the database proxy node.
|
|
6014
6009
|
* @type {number || null}
|
|
6015
6010
|
*/
|
|
6016
6011
|
this.Mem = null;
|
|
6017
6012
|
|
|
6018
6013
|
/**
|
|
6019
|
-
* Status of the database proxy node
|
|
6014
|
+
* Status of the database proxy node.
|
|
6020
6015
|
* @type {string || null}
|
|
6021
6016
|
*/
|
|
6022
6017
|
this.Status = null;
|
|
6023
6018
|
|
|
6024
6019
|
/**
|
|
6025
|
-
* Database proxy group ID
|
|
6020
|
+
* Database proxy group ID.
|
|
6026
6021
|
* @type {string || null}
|
|
6027
6022
|
*/
|
|
6028
6023
|
this.ProxyGroupId = null;
|
|
6029
6024
|
|
|
6030
6025
|
/**
|
|
6031
|
-
* Cluster ID
|
|
6026
|
+
* Cluster ID.
|
|
6032
6027
|
* @type {string || null}
|
|
6033
6028
|
*/
|
|
6034
6029
|
this.ClusterId = null;
|
|
6035
6030
|
|
|
6036
6031
|
/**
|
|
6037
|
-
* User AppID
|
|
6032
|
+
* User AppID.
|
|
6038
6033
|
* @type {number || null}
|
|
6039
6034
|
*/
|
|
6040
6035
|
this.AppId = null;
|
|
6041
6036
|
|
|
6042
6037
|
/**
|
|
6043
|
-
* Region
|
|
6038
|
+
* Region.
|
|
6044
6039
|
* @type {string || null}
|
|
6045
6040
|
*/
|
|
6046
6041
|
this.Region = null;
|
|
6047
6042
|
|
|
6048
6043
|
/**
|
|
6049
|
-
* AZ
|
|
6044
|
+
* AZ.
|
|
6050
6045
|
* @type {string || null}
|
|
6051
6046
|
*/
|
|
6052
6047
|
this.Zone = null;
|
|
6053
6048
|
|
|
6054
6049
|
/**
|
|
6055
|
-
*
|
|
6050
|
+
* Database proxy node name.
|
|
6056
6051
|
* @type {string || null}
|
|
6057
6052
|
*/
|
|
6058
6053
|
this.OssProxyNodeName = null;
|
|
@@ -6438,77 +6433,83 @@ class ProxyGroupRwInfo extends AbstractModel {
|
|
|
6438
6433
|
super();
|
|
6439
6434
|
|
|
6440
6435
|
/**
|
|
6441
|
-
* Consistency
|
|
6436
|
+
* <p>Consistency Type eventual-final consistency,global-global consistency,session-session consistency</p>
|
|
6442
6437
|
* @type {string || null}
|
|
6443
6438
|
*/
|
|
6444
6439
|
this.ConsistencyType = null;
|
|
6445
6440
|
|
|
6446
6441
|
/**
|
|
6447
|
-
* Consistency timeout
|
|
6442
|
+
* <p>Consistency timeout</p>
|
|
6448
6443
|
* @type {number || null}
|
|
6449
6444
|
*/
|
|
6450
6445
|
this.ConsistencyTimeOut = null;
|
|
6451
6446
|
|
|
6452
6447
|
/**
|
|
6453
|
-
* Weight mode
|
|
6448
|
+
* <p>Weight mode system-system-assigned, custom-custom</p>
|
|
6454
6449
|
* @type {string || null}
|
|
6455
6450
|
*/
|
|
6456
6451
|
this.WeightMode = null;
|
|
6457
6452
|
|
|
6458
6453
|
/**
|
|
6459
|
-
* Whether
|
|
6454
|
+
* <p>Whether fault migration is enabled</p>
|
|
6460
6455
|
* @type {string || null}
|
|
6461
6456
|
*/
|
|
6462
6457
|
this.FailOver = null;
|
|
6463
6458
|
|
|
6464
6459
|
/**
|
|
6465
|
-
*
|
|
6460
|
+
* <p>Automatically add read-only instance, yes-yes, no-no</p>
|
|
6466
6461
|
* @type {string || null}
|
|
6467
6462
|
*/
|
|
6468
6463
|
this.AutoAddRo = null;
|
|
6469
6464
|
|
|
6470
6465
|
/**
|
|
6471
|
-
* Instance weight array
|
|
6466
|
+
* <p>Instance weight array</p>
|
|
6472
6467
|
* @type {Array.<ProxyInstanceWeight> || null}
|
|
6473
6468
|
*/
|
|
6474
6469
|
this.InstanceWeights = null;
|
|
6475
6470
|
|
|
6476
6471
|
/**
|
|
6477
|
-
* Whether to enable read-write
|
|
6472
|
+
* <p>Whether to enable the read-write node, yes - enable, no - disable</p>
|
|
6478
6473
|
* @type {string || null}
|
|
6479
6474
|
*/
|
|
6480
6475
|
this.OpenRw = null;
|
|
6481
6476
|
|
|
6482
6477
|
/**
|
|
6483
|
-
* Read
|
|
6478
|
+
* <p>Read-write attribute, value range: READWRITE, READONLY</p>
|
|
6484
6479
|
* @type {string || null}
|
|
6485
6480
|
*/
|
|
6486
6481
|
this.RwType = null;
|
|
6487
6482
|
|
|
6488
6483
|
/**
|
|
6489
|
-
* Transaction split
|
|
6484
|
+
* <p>Transaction split</p>
|
|
6490
6485
|
* @type {boolean || null}
|
|
6491
6486
|
*/
|
|
6492
6487
|
this.TransSplit = null;
|
|
6493
6488
|
|
|
6494
6489
|
/**
|
|
6495
|
-
* Connection mode
|
|
6490
|
+
* <p>Connection mode, available values: balance, nearby</p>
|
|
6496
6491
|
* @type {string || null}
|
|
6497
6492
|
*/
|
|
6498
6493
|
this.AccessMode = null;
|
|
6499
6494
|
|
|
6500
6495
|
/**
|
|
6501
|
-
* Whether to treat the libra node as an ordinary RO node
|
|
6496
|
+
* <p>Whether to treat the libra node as an ordinary RO node</p>
|
|
6502
6497
|
* @type {boolean || null}
|
|
6503
6498
|
*/
|
|
6504
6499
|
this.ApNodeAsRoNode = null;
|
|
6505
6500
|
|
|
6506
6501
|
/**
|
|
6507
|
-
*
|
|
6502
|
+
* <p>Whether to forward to other nodes when a libra node fault occurs</p>
|
|
6508
6503
|
* @type {boolean || null}
|
|
6509
6504
|
*/
|
|
6510
6505
|
this.ApQueryToOtherNode = null;
|
|
6511
6506
|
|
|
6507
|
+
/**
|
|
6508
|
+
*
|
|
6509
|
+
* @type {string || null}
|
|
6510
|
+
*/
|
|
6511
|
+
this.LoadBalanceMode = null;
|
|
6512
|
+
|
|
6512
6513
|
}
|
|
6513
6514
|
|
|
6514
6515
|
/**
|
|
@@ -6538,6 +6539,7 @@ class ProxyGroupRwInfo extends AbstractModel {
|
|
|
6538
6539
|
this.AccessMode = 'AccessMode' in params ? params.AccessMode : null;
|
|
6539
6540
|
this.ApNodeAsRoNode = 'ApNodeAsRoNode' in params ? params.ApNodeAsRoNode : null;
|
|
6540
6541
|
this.ApQueryToOtherNode = 'ApQueryToOtherNode' in params ? params.ApQueryToOtherNode : null;
|
|
6542
|
+
this.LoadBalanceMode = 'LoadBalanceMode' in params ? params.LoadBalanceMode : null;
|
|
6541
6543
|
|
|
6542
6544
|
}
|
|
6543
6545
|
}
|
|
@@ -6991,7 +6993,7 @@ class CreateClustersRequest extends AbstractModel {
|
|
|
6991
6993
|
this.ClusterName = null;
|
|
6992
6994
|
|
|
6993
6995
|
/**
|
|
6994
|
-
* <p>Account (8-64 characters, a combination of uppercase and lowercase letters, digits and symbols ~!@#$%^&*_
|
|
6996
|
+
* <p>Account (8-64 characters, a combination of uppercase and lowercase letters, digits and symbols ~!@#$%^&*_-+=|(){}[]:;'<>,.?/ with any three types required)</p>
|
|
6995
6997
|
* @type {string || null}
|
|
6996
6998
|
*/
|
|
6997
6999
|
this.AdminPassword = null;
|
|
@@ -7914,7 +7916,7 @@ no
|
|
|
7914
7916
|
}
|
|
7915
7917
|
|
|
7916
7918
|
/**
|
|
7917
|
-
*
|
|
7919
|
+
* Instance log delivery information.
|
|
7918
7920
|
* @class
|
|
7919
7921
|
*/
|
|
7920
7922
|
class InstanceCLSDeliveryInfo extends AbstractModel {
|
|
@@ -7922,14 +7924,13 @@ class InstanceCLSDeliveryInfo extends AbstractModel {
|
|
|
7922
7924
|
super();
|
|
7923
7925
|
|
|
7924
7926
|
/**
|
|
7925
|
-
* Instance ID
|
|
7927
|
+
* Instance ID.
|
|
7926
7928
|
* @type {string || null}
|
|
7927
7929
|
*/
|
|
7928
7930
|
this.InstanceId = null;
|
|
7929
7931
|
|
|
7930
7932
|
/**
|
|
7931
|
-
* Instance name
|
|
7932
|
-
|
|
7933
|
+
* Instance name.
|
|
7933
7934
|
|
|
7934
7935
|
* @type {string || null}
|
|
7935
7936
|
*/
|
|
@@ -7943,14 +7944,13 @@ class InstanceCLSDeliveryInfo extends AbstractModel {
|
|
|
7943
7944
|
this.TopicId = null;
|
|
7944
7945
|
|
|
7945
7946
|
/**
|
|
7946
|
-
* Log topic name
|
|
7947
|
+
* Log topic name.
|
|
7947
7948
|
* @type {string || null}
|
|
7948
7949
|
*/
|
|
7949
7950
|
this.TopicName = null;
|
|
7950
7951
|
|
|
7951
7952
|
/**
|
|
7952
7953
|
* Log set id.
|
|
7953
|
-
|
|
7954
7954
|
* @type {string || null}
|
|
7955
7955
|
*/
|
|
7956
7956
|
this.GroupId = null;
|
|
@@ -7958,21 +7958,18 @@ class InstanceCLSDeliveryInfo extends AbstractModel {
|
|
|
7958
7958
|
/**
|
|
7959
7959
|
* Log set name.
|
|
7960
7960
|
|
|
7961
|
-
|
|
7962
7961
|
* @type {string || null}
|
|
7963
7962
|
*/
|
|
7964
7963
|
this.GroupName = null;
|
|
7965
7964
|
|
|
7966
7965
|
/**
|
|
7967
7966
|
* Log delivery region.
|
|
7968
|
-
|
|
7969
7967
|
* @type {string || null}
|
|
7970
7968
|
*/
|
|
7971
7969
|
this.Region = null;
|
|
7972
7970
|
|
|
7973
7971
|
/**
|
|
7974
7972
|
* Delivery status: creating, running, offlining, offlined.
|
|
7975
|
-
|
|
7976
7973
|
* @type {string || null}
|
|
7977
7974
|
*/
|
|
7978
7975
|
this.Status = null;
|
|
@@ -8516,17 +8513,23 @@ class DescribeClusterParamsRequest extends AbstractModel {
|
|
|
8516
8513
|
super();
|
|
8517
8514
|
|
|
8518
8515
|
/**
|
|
8519
|
-
* Cluster ID
|
|
8516
|
+
* Cluster ID.
|
|
8520
8517
|
* @type {string || null}
|
|
8521
8518
|
*/
|
|
8522
8519
|
this.ClusterId = null;
|
|
8523
8520
|
|
|
8524
8521
|
/**
|
|
8525
|
-
* Parameter name
|
|
8522
|
+
* Parameter name.
|
|
8526
8523
|
* @type {string || null}
|
|
8527
8524
|
*/
|
|
8528
8525
|
this.ParamName = null;
|
|
8529
8526
|
|
|
8527
|
+
/**
|
|
8528
|
+
* Whether it is a global parameter.
|
|
8529
|
+
* @type {string || null}
|
|
8530
|
+
*/
|
|
8531
|
+
this.IsGlobal = null;
|
|
8532
|
+
|
|
8530
8533
|
}
|
|
8531
8534
|
|
|
8532
8535
|
/**
|
|
@@ -8538,6 +8541,7 @@ class DescribeClusterParamsRequest extends AbstractModel {
|
|
|
8538
8541
|
}
|
|
8539
8542
|
this.ClusterId = 'ClusterId' in params ? params.ClusterId : null;
|
|
8540
8543
|
this.ParamName = 'ParamName' in params ? params.ParamName : null;
|
|
8544
|
+
this.IsGlobal = 'IsGlobal' in params ? params.IsGlobal : null;
|
|
8541
8545
|
|
|
8542
8546
|
}
|
|
8543
8547
|
}
|
|
@@ -9002,7 +9006,7 @@ class DescribeServerlessInstanceSpecsResponse extends AbstractModel {
|
|
|
9002
9006
|
}
|
|
9003
9007
|
|
|
9004
9008
|
/**
|
|
9005
|
-
*
|
|
9009
|
+
* Manual backup task information.
|
|
9006
9010
|
* @class
|
|
9007
9011
|
*/
|
|
9008
9012
|
class ManualBackupData extends AbstractModel {
|
|
@@ -9010,19 +9014,19 @@ class ManualBackupData extends AbstractModel {
|
|
|
9010
9014
|
super();
|
|
9011
9015
|
|
|
9012
9016
|
/**
|
|
9013
|
-
*
|
|
9017
|
+
* Backup type. snapshot - Snapshot backup.
|
|
9014
9018
|
* @type {string || null}
|
|
9015
9019
|
*/
|
|
9016
9020
|
this.BackupType = null;
|
|
9017
9021
|
|
|
9018
9022
|
/**
|
|
9019
|
-
*
|
|
9023
|
+
* Backup method. auto - Automatic backup, manual - Manual backup.
|
|
9020
9024
|
* @type {string || null}
|
|
9021
9025
|
*/
|
|
9022
9026
|
this.BackupMethod = null;
|
|
9023
9027
|
|
|
9024
9028
|
/**
|
|
9025
|
-
*
|
|
9029
|
+
* Backup time.
|
|
9026
9030
|
* @type {string || null}
|
|
9027
9031
|
*/
|
|
9028
9032
|
this.SnapshotTime = null;
|
|
@@ -9259,7 +9263,7 @@ class UpgradeProxyVersionRequest extends AbstractModel {
|
|
|
9259
9263
|
}
|
|
9260
9264
|
|
|
9261
9265
|
/**
|
|
9262
|
-
*
|
|
9266
|
+
* Standby availability zone inventory information.
|
|
9263
9267
|
* @class
|
|
9264
9268
|
*/
|
|
9265
9269
|
class SlaveZoneStockInfo extends AbstractModel {
|
|
@@ -9309,112 +9313,113 @@ class ModifyProxyRwSplitRequest extends AbstractModel {
|
|
|
9309
9313
|
super();
|
|
9310
9314
|
|
|
9311
9315
|
/**
|
|
9312
|
-
* Cluster ID
|
|
9316
|
+
* <p>Cluster ID, for example, cynosdbmysql-asd123</p>
|
|
9313
9317
|
* @type {string || null}
|
|
9314
9318
|
*/
|
|
9315
9319
|
this.ClusterId = null;
|
|
9316
9320
|
|
|
9317
9321
|
/**
|
|
9318
|
-
* Database
|
|
9322
|
+
* <p>Database Proxy Group ID, such as cynosdbmysql-proxy-qwe123</p>
|
|
9319
9323
|
* @type {string || null}
|
|
9320
9324
|
*/
|
|
9321
9325
|
this.ProxyGroupId = null;
|
|
9322
9326
|
|
|
9323
9327
|
/**
|
|
9324
|
-
* Consistency
|
|
9328
|
+
* <p>Consistency Type "eventual"-final consistency, "session"-session consistency, "global"-global consistency</p>
|
|
9325
9329
|
* @type {string || null}
|
|
9326
9330
|
*/
|
|
9327
9331
|
this.ConsistencyType = null;
|
|
9328
9332
|
|
|
9329
9333
|
/**
|
|
9330
|
-
* Consistency timeout
|
|
9334
|
+
* <p>Consistency timeout.<br>Value ranges from 0 to 1000000 (microseconds). When set to 0, it means the request will wait if the read-only instance fails to satisfy the consistency policy due to delay.</p>
|
|
9331
9335
|
* @type {string || null}
|
|
9332
9336
|
*/
|
|
9333
9337
|
this.ConsistencyTimeOut = null;
|
|
9334
9338
|
|
|
9335
9339
|
/**
|
|
9336
|
-
*
|
|
9340
|
+
* <p>Read-write weight allocation mode; system Auto-Assignment: "system", custom: "custom"</p>
|
|
9337
9341
|
* @type {string || null}
|
|
9338
9342
|
*/
|
|
9339
9343
|
this.WeightMode = null;
|
|
9340
9344
|
|
|
9341
9345
|
/**
|
|
9342
|
-
* Instance
|
|
9343
|
-
|
|
9346
|
+
* <p>Instance read-only weight.</p>
|
|
9344
9347
|
* @type {Array.<ProxyInstanceWeight> || null}
|
|
9345
9348
|
*/
|
|
9346
9349
|
this.InstanceWeights = null;
|
|
9347
9350
|
|
|
9348
9351
|
/**
|
|
9349
|
-
* Whether
|
|
9352
|
+
* <p>Whether fault migration is enabled. After a failure occurs, the connection address will be routed to primary instance. Value: "yes", "no"</p>
|
|
9350
9353
|
* @type {string || null}
|
|
9351
9354
|
*/
|
|
9352
9355
|
this.FailOver = null;
|
|
9353
9356
|
|
|
9354
9357
|
/**
|
|
9355
|
-
*
|
|
9358
|
+
* <p>Automatically add read-only instance, value: "yes", "no"</p>
|
|
9356
9359
|
* @type {string || null}
|
|
9357
9360
|
*/
|
|
9358
9361
|
this.AutoAddRo = null;
|
|
9359
9362
|
|
|
9360
9363
|
/**
|
|
9361
|
-
* Whether to enable read
|
|
9364
|
+
* <p>Whether to enable read-write separation.<br>This parameter is deprecated. Set the read-write attribute through RwType.</p>
|
|
9362
9365
|
* @type {string || null}
|
|
9363
9366
|
*/
|
|
9364
9367
|
this.OpenRw = null;
|
|
9365
9368
|
|
|
9366
9369
|
/**
|
|
9367
|
-
* Read
|
|
9368
|
-
`READWRITE`, `READONLY`.
|
|
9370
|
+
* <p>Read-write type:<br>READWRITE, READONLY</p>
|
|
9369
9371
|
* @type {string || null}
|
|
9370
9372
|
*/
|
|
9371
9373
|
this.RwType = null;
|
|
9372
9374
|
|
|
9373
9375
|
/**
|
|
9374
|
-
* Transaction split
|
|
9376
|
+
* <p>Transaction split.<br>Read and write operations in a transaction are split and executed on different instances.</p>
|
|
9375
9377
|
* @type {boolean || null}
|
|
9376
9378
|
*/
|
|
9377
9379
|
this.TransSplit = null;
|
|
9378
9380
|
|
|
9379
9381
|
/**
|
|
9380
|
-
* Connection mode
|
|
9381
|
-
`nearby`, `balance`.
|
|
9382
|
+
* <p>Connection mode:<br>nearby, balance</p>
|
|
9382
9383
|
* @type {string || null}
|
|
9383
9384
|
*/
|
|
9384
9385
|
this.AccessMode = null;
|
|
9385
9386
|
|
|
9386
9387
|
/**
|
|
9387
|
-
* Whether to enable the connection pool
|
|
9388
|
-
`yes`, `no`.
|
|
9388
|
+
* <p>Whether to enable the connection pool:<br>yes, no</p>
|
|
9389
9389
|
* @type {string || null}
|
|
9390
9390
|
*/
|
|
9391
9391
|
this.OpenConnectionPool = null;
|
|
9392
9392
|
|
|
9393
9393
|
/**
|
|
9394
|
-
* Connection pool
|
|
9395
|
-
`ConnectionPoolType`, `SessionConnectionPool`.
|
|
9394
|
+
* <p>Connection pool Type:<br>SessionConnectionPool</p>
|
|
9396
9395
|
* @type {string || null}
|
|
9397
9396
|
*/
|
|
9398
9397
|
this.ConnectionPoolType = null;
|
|
9399
9398
|
|
|
9400
9399
|
/**
|
|
9401
|
-
* Connection
|
|
9400
|
+
* <p>Connection pool time.<br>Optional range: 0-300 (seconds).</p>
|
|
9402
9401
|
* @type {number || null}
|
|
9403
9402
|
*/
|
|
9404
9403
|
this.ConnectionPoolTimeOut = null;
|
|
9405
9404
|
|
|
9406
9405
|
/**
|
|
9407
|
-
* Whether to treat the libra node as an ordinary RO node
|
|
9406
|
+
* <p>Whether to treat the libra node as an ordinary RO node</p>
|
|
9408
9407
|
* @type {boolean || null}
|
|
9409
9408
|
*/
|
|
9410
9409
|
this.ApNodeAsRoNode = null;
|
|
9411
9410
|
|
|
9412
9411
|
/**
|
|
9413
|
-
*
|
|
9412
|
+
* <p>Whether to forward to other nodes when a libra node fault occurs</p>
|
|
9414
9413
|
* @type {boolean || null}
|
|
9415
9414
|
*/
|
|
9416
9415
|
this.ApQueryToOtherNode = null;
|
|
9417
9416
|
|
|
9417
|
+
/**
|
|
9418
|
+
*
|
|
9419
|
+
* @type {string || null}
|
|
9420
|
+
*/
|
|
9421
|
+
this.LoadBalanceMode = null;
|
|
9422
|
+
|
|
9418
9423
|
}
|
|
9419
9424
|
|
|
9420
9425
|
/**
|
|
@@ -9449,6 +9454,7 @@ class ModifyProxyRwSplitRequest extends AbstractModel {
|
|
|
9449
9454
|
this.ConnectionPoolTimeOut = 'ConnectionPoolTimeOut' in params ? params.ConnectionPoolTimeOut : null;
|
|
9450
9455
|
this.ApNodeAsRoNode = 'ApNodeAsRoNode' in params ? params.ApNodeAsRoNode : null;
|
|
9451
9456
|
this.ApQueryToOtherNode = 'ApQueryToOtherNode' in params ? params.ApQueryToOtherNode : null;
|
|
9457
|
+
this.LoadBalanceMode = 'LoadBalanceMode' in params ? params.LoadBalanceMode : null;
|
|
9452
9458
|
|
|
9453
9459
|
}
|
|
9454
9460
|
}
|
|
@@ -9998,7 +10004,7 @@ class ModifyAuditRuleTemplatesRequest extends AbstractModel {
|
|
|
9998
10004
|
}
|
|
9999
10005
|
|
|
10000
10006
|
/**
|
|
10001
|
-
*
|
|
10007
|
+
* Create cluster task information.
|
|
10002
10008
|
* @class
|
|
10003
10009
|
*/
|
|
10004
10010
|
class CreateClustersData extends AbstractModel {
|
|
@@ -10006,19 +10012,19 @@ class CreateClustersData extends AbstractModel {
|
|
|
10006
10012
|
super();
|
|
10007
10013
|
|
|
10008
10014
|
/**
|
|
10009
|
-
*
|
|
10015
|
+
* Instance CPU.
|
|
10010
10016
|
* @type {number || null}
|
|
10011
10017
|
*/
|
|
10012
10018
|
this.Cpu = null;
|
|
10013
10019
|
|
|
10014
10020
|
/**
|
|
10015
|
-
*
|
|
10021
|
+
* Instance memory.
|
|
10016
10022
|
* @type {number || null}
|
|
10017
10023
|
*/
|
|
10018
10024
|
this.Memory = null;
|
|
10019
10025
|
|
|
10020
10026
|
/**
|
|
10021
|
-
*
|
|
10027
|
+
* Cluster storage upper limit.
|
|
10022
10028
|
* @type {number || null}
|
|
10023
10029
|
*/
|
|
10024
10030
|
this.StorageLimit = null;
|
|
@@ -10636,7 +10642,7 @@ class DescribeBinlogsResponse extends AbstractModel {
|
|
|
10636
10642
|
}
|
|
10637
10643
|
|
|
10638
10644
|
/**
|
|
10639
|
-
*
|
|
10645
|
+
* Audit instance details.
|
|
10640
10646
|
* @class
|
|
10641
10647
|
*/
|
|
10642
10648
|
class AuditInstanceInfo extends AbstractModel {
|
|
@@ -10650,7 +10656,7 @@ class AuditInstanceInfo extends AbstractModel {
|
|
|
10650
10656
|
this.ProjectId = null;
|
|
10651
10657
|
|
|
10652
10658
|
/**
|
|
10653
|
-
* Tag information
|
|
10659
|
+
* Tag information.
|
|
10654
10660
|
* @type {Array.<Tag> || null}
|
|
10655
10661
|
*/
|
|
10656
10662
|
this.TagList = null;
|
|
@@ -10687,7 +10693,7 @@ class AddClusterSlaveZoneResponse extends AbstractModel {
|
|
|
10687
10693
|
super();
|
|
10688
10694
|
|
|
10689
10695
|
/**
|
|
10690
|
-
* Async FlowId
|
|
10696
|
+
* Async FlowId.
|
|
10691
10697
|
* @type {number || null}
|
|
10692
10698
|
*/
|
|
10693
10699
|
this.FlowId = null;
|
|
@@ -11492,7 +11498,7 @@ class UpgradeClusterVersionRequest extends AbstractModel {
|
|
|
11492
11498
|
}
|
|
11493
11499
|
|
|
11494
11500
|
/**
|
|
11495
|
-
*
|
|
11501
|
+
* Modify database kernel version task information.
|
|
11496
11502
|
* @class
|
|
11497
11503
|
*/
|
|
11498
11504
|
class ModifyDbVersionData extends AbstractModel {
|
|
@@ -11500,19 +11506,19 @@ class ModifyDbVersionData extends AbstractModel {
|
|
|
11500
11506
|
super();
|
|
11501
11507
|
|
|
11502
11508
|
/**
|
|
11503
|
-
*
|
|
11509
|
+
* Version before modification.
|
|
11504
11510
|
* @type {string || null}
|
|
11505
11511
|
*/
|
|
11506
11512
|
this.OldVersion = null;
|
|
11507
11513
|
|
|
11508
11514
|
/**
|
|
11509
|
-
*
|
|
11515
|
+
* Version after modification.
|
|
11510
11516
|
* @type {string || null}
|
|
11511
11517
|
*/
|
|
11512
11518
|
this.NewVersion = null;
|
|
11513
11519
|
|
|
11514
11520
|
/**
|
|
11515
|
-
*
|
|
11521
|
+
* Upgrade method.
|
|
11516
11522
|
* @type {string || null}
|
|
11517
11523
|
*/
|
|
11518
11524
|
this.UpgradeType = null;
|
|
@@ -12025,7 +12031,7 @@ class DescribeDBSecurityGroupsRequest extends AbstractModel {
|
|
|
12025
12031
|
}
|
|
12026
12032
|
|
|
12027
12033
|
/**
|
|
12028
|
-
*
|
|
12034
|
+
* Rollback task information.
|
|
12029
12035
|
* @class
|
|
12030
12036
|
*/
|
|
12031
12037
|
class RollbackData extends AbstractModel {
|
|
@@ -12033,55 +12039,55 @@ class RollbackData extends AbstractModel {
|
|
|
12033
12039
|
super();
|
|
12034
12040
|
|
|
12035
12041
|
/**
|
|
12036
|
-
*
|
|
12042
|
+
* Instance CPU.
|
|
12037
12043
|
* @type {number || null}
|
|
12038
12044
|
*/
|
|
12039
12045
|
this.Cpu = null;
|
|
12040
12046
|
|
|
12041
12047
|
/**
|
|
12042
|
-
*
|
|
12048
|
+
* Instance memory.
|
|
12043
12049
|
* @type {number || null}
|
|
12044
12050
|
*/
|
|
12045
12051
|
this.Memory = null;
|
|
12046
12052
|
|
|
12047
12053
|
/**
|
|
12048
|
-
*
|
|
12054
|
+
* Cluster storage upper limit.
|
|
12049
12055
|
* @type {number || null}
|
|
12050
12056
|
*/
|
|
12051
12057
|
this.StorageLimit = null;
|
|
12052
12058
|
|
|
12053
12059
|
/**
|
|
12054
|
-
*
|
|
12060
|
+
* Original cluster ID.
|
|
12055
12061
|
* @type {string || null}
|
|
12056
12062
|
*/
|
|
12057
12063
|
this.OriginalClusterId = null;
|
|
12058
12064
|
|
|
12059
12065
|
/**
|
|
12060
|
-
*
|
|
12066
|
+
* Original cluster name.
|
|
12061
12067
|
* @type {string || null}
|
|
12062
12068
|
*/
|
|
12063
12069
|
this.OriginalClusterName = null;
|
|
12064
12070
|
|
|
12065
12071
|
/**
|
|
12066
|
-
*
|
|
12072
|
+
* Rollback method.
|
|
12067
12073
|
* @type {string || null}
|
|
12068
12074
|
*/
|
|
12069
12075
|
this.RollbackStrategy = null;
|
|
12070
12076
|
|
|
12071
12077
|
/**
|
|
12072
|
-
*
|
|
12078
|
+
* Snapshot time.
|
|
12073
12079
|
* @type {string || null}
|
|
12074
12080
|
*/
|
|
12075
12081
|
this.SnapshotTime = null;
|
|
12076
12082
|
|
|
12077
12083
|
/**
|
|
12078
|
-
* Roll back to the Serverless cluster with minimum CPU
|
|
12084
|
+
* Roll back to the Serverless cluster with minimum CPU.
|
|
12079
12085
|
* @type {number || null}
|
|
12080
12086
|
*/
|
|
12081
12087
|
this.MinCpu = null;
|
|
12082
12088
|
|
|
12083
12089
|
/**
|
|
12084
|
-
* Roll back to the Serverless cluster with maximum CPU
|
|
12090
|
+
* Roll back to the Serverless cluster with maximum CPU.
|
|
12085
12091
|
* @type {number || null}
|
|
12086
12092
|
*/
|
|
12087
12093
|
this.MaxCpu = null;
|
|
@@ -12093,13 +12099,13 @@ class RollbackData extends AbstractModel {
|
|
|
12093
12099
|
this.SnapShotId = null;
|
|
12094
12100
|
|
|
12095
12101
|
/**
|
|
12096
|
-
*
|
|
12102
|
+
* Rollback database.
|
|
12097
12103
|
* @type {Array.<RollbackDatabase> || null}
|
|
12098
12104
|
*/
|
|
12099
12105
|
this.RollbackDatabases = null;
|
|
12100
12106
|
|
|
12101
12107
|
/**
|
|
12102
|
-
*
|
|
12108
|
+
* Rollback data table.
|
|
12103
12109
|
* @type {Array.<RollbackTable> || null}
|
|
12104
12110
|
*/
|
|
12105
12111
|
this.RollbackTables = null;
|
|
@@ -12412,7 +12418,7 @@ class Tag extends AbstractModel {
|
|
|
12412
12418
|
}
|
|
12413
12419
|
|
|
12414
12420
|
/**
|
|
12415
|
-
*
|
|
12421
|
+
* Rule template content.
|
|
12416
12422
|
* @class
|
|
12417
12423
|
*/
|
|
12418
12424
|
class RuleTemplateInfo extends AbstractModel {
|
|
@@ -13820,7 +13826,7 @@ class DescribeBackupDownloadUrlRequest extends AbstractModel {
|
|
|
13820
13826
|
}
|
|
13821
13827
|
|
|
13822
13828
|
/**
|
|
13823
|
-
*
|
|
13829
|
+
* Instance audit details information.
|
|
13824
13830
|
* @class
|
|
13825
13831
|
*/
|
|
13826
13832
|
class InstanceAuditStatus extends AbstractModel {
|
|
@@ -13828,13 +13834,13 @@ class InstanceAuditStatus extends AbstractModel {
|
|
|
13828
13834
|
super();
|
|
13829
13835
|
|
|
13830
13836
|
/**
|
|
13831
|
-
*
|
|
13837
|
+
* Instance ID.
|
|
13832
13838
|
* @type {string || null}
|
|
13833
13839
|
*/
|
|
13834
13840
|
this.InstanceId = null;
|
|
13835
13841
|
|
|
13836
13842
|
/**
|
|
13837
|
-
*
|
|
13843
|
+
* Audit status. ON - Indicates audit is enabled, OFF - Indicates audit is disabled.
|
|
13838
13844
|
* @type {string || null}
|
|
13839
13845
|
*/
|
|
13840
13846
|
this.AuditStatus = null;
|
|
@@ -14109,19 +14115,19 @@ class CreateProxyEndPointResponse extends AbstractModel {
|
|
|
14109
14115
|
super();
|
|
14110
14116
|
|
|
14111
14117
|
/**
|
|
14112
|
-
*
|
|
14118
|
+
* <p>Async process ID.</p>
|
|
14113
14119
|
* @type {number || null}
|
|
14114
14120
|
*/
|
|
14115
14121
|
this.FlowId = null;
|
|
14116
14122
|
|
|
14117
14123
|
/**
|
|
14118
|
-
* Asynchronous
|
|
14124
|
+
* <p>Asynchronous Task ID.</p>
|
|
14119
14125
|
* @type {number || null}
|
|
14120
14126
|
*/
|
|
14121
14127
|
this.TaskId = null;
|
|
14122
14128
|
|
|
14123
14129
|
/**
|
|
14124
|
-
*
|
|
14130
|
+
* <p>Database Proxy Group ID.</p>
|
|
14125
14131
|
* @type {string || null}
|
|
14126
14132
|
*/
|
|
14127
14133
|
this.ProxyGroupId = null;
|
|
@@ -15651,7 +15657,7 @@ class ModifyLibraDBForwardConfigResponse extends AbstractModel {
|
|
|
15651
15657
|
}
|
|
15652
15658
|
|
|
15653
15659
|
/**
|
|
15654
|
-
*
|
|
15660
|
+
* Availability zone attribute item.
|
|
15655
15661
|
* @class
|
|
15656
15662
|
*/
|
|
15657
15663
|
class SlaveZoneAttrItem extends AbstractModel {
|
|
@@ -15659,7 +15665,7 @@ class SlaveZoneAttrItem extends AbstractModel {
|
|
|
15659
15665
|
super();
|
|
15660
15666
|
|
|
15661
15667
|
/**
|
|
15662
|
-
* Availability zone
|
|
15668
|
+
* Availability zone.
|
|
15663
15669
|
* @type {string || null}
|
|
15664
15670
|
*/
|
|
15665
15671
|
this.Zone = null;
|
|
@@ -15791,7 +15797,7 @@ class DescribeChangedParamsAfterUpgradeRequest extends AbstractModel {
|
|
|
15791
15797
|
}
|
|
15792
15798
|
|
|
15793
15799
|
/**
|
|
15794
|
-
*
|
|
15800
|
+
* CLS log delivery configuration.
|
|
15795
15801
|
* @class
|
|
15796
15802
|
*/
|
|
15797
15803
|
class CLSInfo extends AbstractModel {
|
|
@@ -15799,43 +15805,49 @@ class CLSInfo extends AbstractModel {
|
|
|
15799
15805
|
super();
|
|
15800
15806
|
|
|
15801
15807
|
/**
|
|
15802
|
-
*
|
|
15808
|
+
* Log topic operation: Options are create, reuse.
|
|
15809
|
+
create: Create a new log topic, using TopicName to create the log topic.
|
|
15810
|
+
reuse: Use an existing log topic, using TopicId to specify the log topic.
|
|
15811
|
+
The combination of using an existing log topic while creating a new logset is not allowed.
|
|
15803
15812
|
* @type {string || null}
|
|
15804
15813
|
*/
|
|
15805
15814
|
this.TopicOperation = null;
|
|
15806
15815
|
|
|
15807
15816
|
/**
|
|
15808
|
-
*
|
|
15817
|
+
* Logset operation: Options are create, reuse.
|
|
15818
|
+
create: Create a new logset, using GroupName to create the logset.
|
|
15819
|
+
reuse: Use an existing logset, using GroupId to specify the logset.
|
|
15820
|
+
The combination of using an existing log topic while creating a new logset is not allowed.
|
|
15809
15821
|
* @type {string || null}
|
|
15810
15822
|
*/
|
|
15811
15823
|
this.GroupOperation = null;
|
|
15812
15824
|
|
|
15813
15825
|
/**
|
|
15814
|
-
*
|
|
15826
|
+
* Log delivery region.
|
|
15815
15827
|
* @type {string || null}
|
|
15816
15828
|
*/
|
|
15817
15829
|
this.Region = null;
|
|
15818
15830
|
|
|
15819
15831
|
/**
|
|
15820
|
-
*
|
|
15832
|
+
* Log topic ID.
|
|
15821
15833
|
* @type {string || null}
|
|
15822
15834
|
*/
|
|
15823
15835
|
this.TopicId = null;
|
|
15824
15836
|
|
|
15825
15837
|
/**
|
|
15826
|
-
*
|
|
15838
|
+
* Log topic name.
|
|
15827
15839
|
* @type {string || null}
|
|
15828
15840
|
*/
|
|
15829
15841
|
this.TopicName = null;
|
|
15830
15842
|
|
|
15831
15843
|
/**
|
|
15832
|
-
*
|
|
15844
|
+
* Logset ID.
|
|
15833
15845
|
* @type {string || null}
|
|
15834
15846
|
*/
|
|
15835
15847
|
this.GroupId = null;
|
|
15836
15848
|
|
|
15837
15849
|
/**
|
|
15838
|
-
*
|
|
15850
|
+
* Logset name.
|
|
15839
15851
|
* @type {string || null}
|
|
15840
15852
|
*/
|
|
15841
15853
|
this.GroupName = null;
|
|
@@ -16171,7 +16183,7 @@ class IsolateClusterRequest extends AbstractModel {
|
|
|
16171
16183
|
super();
|
|
16172
16184
|
|
|
16173
16185
|
/**
|
|
16174
|
-
* Cluster ID
|
|
16186
|
+
* Cluster ID.
|
|
16175
16187
|
* @type {string || null}
|
|
16176
16188
|
*/
|
|
16177
16189
|
this.ClusterId = null;
|
|
@@ -16183,19 +16195,19 @@ class IsolateClusterRequest extends AbstractModel {
|
|
|
16183
16195
|
this.DbType = null;
|
|
16184
16196
|
|
|
16185
16197
|
/**
|
|
16186
|
-
*
|
|
16198
|
+
* Instance return reason type.
|
|
16187
16199
|
* @type {Array.<number> || null}
|
|
16188
16200
|
*/
|
|
16189
16201
|
this.IsolateReasonTypes = null;
|
|
16190
16202
|
|
|
16191
16203
|
/**
|
|
16192
|
-
*
|
|
16204
|
+
* Instance return reason supplement.
|
|
16193
16205
|
* @type {string || null}
|
|
16194
16206
|
*/
|
|
16195
16207
|
this.IsolateReason = null;
|
|
16196
16208
|
|
|
16197
16209
|
/**
|
|
16198
|
-
* Retain backup, true - Retained (incur fees)
|
|
16210
|
+
* Retain backup, true - Retained (incur fees).
|
|
16199
16211
|
* @type {boolean || null}
|
|
16200
16212
|
*/
|
|
16201
16213
|
this.SaveBackup = null;
|
|
@@ -17027,31 +17039,31 @@ class DescribeInstanceErrorLogsRequest extends AbstractModel {
|
|
|
17027
17039
|
super();
|
|
17028
17040
|
|
|
17029
17041
|
/**
|
|
17030
|
-
* Instance ID
|
|
17042
|
+
* Instance ID.
|
|
17031
17043
|
* @type {string || null}
|
|
17032
17044
|
*/
|
|
17033
17045
|
this.InstanceId = null;
|
|
17034
17046
|
|
|
17035
17047
|
/**
|
|
17036
|
-
* Limit on the number of logs
|
|
17048
|
+
* Limit on the number of logs.
|
|
17037
17049
|
* @type {number || null}
|
|
17038
17050
|
*/
|
|
17039
17051
|
this.Limit = null;
|
|
17040
17052
|
|
|
17041
17053
|
/**
|
|
17042
|
-
* Offset of the log number
|
|
17054
|
+
* Offset of the log number.
|
|
17043
17055
|
* @type {number || null}
|
|
17044
17056
|
*/
|
|
17045
17057
|
this.Offset = null;
|
|
17046
17058
|
|
|
17047
17059
|
/**
|
|
17048
|
-
* Start time
|
|
17060
|
+
* Start time.
|
|
17049
17061
|
* @type {string || null}
|
|
17050
17062
|
*/
|
|
17051
17063
|
this.StartTime = null;
|
|
17052
17064
|
|
|
17053
17065
|
/**
|
|
17054
|
-
* End time
|
|
17066
|
+
* End time.
|
|
17055
17067
|
* @type {string || null}
|
|
17056
17068
|
*/
|
|
17057
17069
|
this.EndTime = null;
|
|
@@ -17075,7 +17087,7 @@ class DescribeInstanceErrorLogsRequest extends AbstractModel {
|
|
|
17075
17087
|
this.LogLevels = null;
|
|
17076
17088
|
|
|
17077
17089
|
/**
|
|
17078
|
-
*
|
|
17090
|
+
* Keywords, supports fuzzy search.
|
|
17079
17091
|
* @type {Array.<string> || null}
|
|
17080
17092
|
*/
|
|
17081
17093
|
this.KeyWords = null;
|
|
@@ -17641,7 +17653,7 @@ class CreateProxyResponse extends AbstractModel {
|
|
|
17641
17653
|
}
|
|
17642
17654
|
|
|
17643
17655
|
/**
|
|
17644
|
-
*
|
|
17656
|
+
* Modify parameter task data.
|
|
17645
17657
|
* @class
|
|
17646
17658
|
*/
|
|
17647
17659
|
class BizTaskModifyParamsData extends AbstractModel {
|
|
@@ -17649,7 +17661,7 @@ class BizTaskModifyParamsData extends AbstractModel {
|
|
|
17649
17661
|
super();
|
|
17650
17662
|
|
|
17651
17663
|
/**
|
|
17652
|
-
*
|
|
17664
|
+
* Cluster ID.
|
|
17653
17665
|
* @type {string || null}
|
|
17654
17666
|
*/
|
|
17655
17667
|
this.ClusterId = null;
|
|
@@ -18558,7 +18570,7 @@ class DescribeBackupConfigRequest extends AbstractModel {
|
|
|
18558
18570
|
}
|
|
18559
18571
|
|
|
18560
18572
|
/**
|
|
18561
|
-
*
|
|
18573
|
+
* Swap instance information.
|
|
18562
18574
|
* @class
|
|
18563
18575
|
*/
|
|
18564
18576
|
class ExchangeInstanceInfo extends AbstractModel {
|
|
@@ -18843,7 +18855,13 @@ class SwitchClusterZoneResponse extends AbstractModel {
|
|
|
18843
18855
|
super();
|
|
18844
18856
|
|
|
18845
18857
|
/**
|
|
18846
|
-
*
|
|
18858
|
+
* <p>Task ID.</p>
|
|
18859
|
+
* @type {number || null}
|
|
18860
|
+
*/
|
|
18861
|
+
this.TaskId = null;
|
|
18862
|
+
|
|
18863
|
+
/**
|
|
18864
|
+
* <p>Async FlowId</p>
|
|
18847
18865
|
* @type {number || null}
|
|
18848
18866
|
*/
|
|
18849
18867
|
this.FlowId = null;
|
|
@@ -18863,6 +18881,7 @@ class SwitchClusterZoneResponse extends AbstractModel {
|
|
|
18863
18881
|
if (!params) {
|
|
18864
18882
|
return;
|
|
18865
18883
|
}
|
|
18884
|
+
this.TaskId = 'TaskId' in params ? params.TaskId : null;
|
|
18866
18885
|
this.FlowId = 'FlowId' in params ? params.FlowId : null;
|
|
18867
18886
|
this.RequestId = 'RequestId' in params ? params.RequestId : null;
|
|
18868
18887
|
|
|
@@ -19394,13 +19413,13 @@ class ModifyProxyRwSplitResponse extends AbstractModel {
|
|
|
19394
19413
|
super();
|
|
19395
19414
|
|
|
19396
19415
|
/**
|
|
19397
|
-
* Async FlowId
|
|
19416
|
+
* <p>Async FlowId</p>
|
|
19398
19417
|
* @type {number || null}
|
|
19399
19418
|
*/
|
|
19400
19419
|
this.FlowId = null;
|
|
19401
19420
|
|
|
19402
19421
|
/**
|
|
19403
|
-
*
|
|
19422
|
+
* <p>Asynchronous task ID.</p>
|
|
19404
19423
|
* @type {number || null}
|
|
19405
19424
|
*/
|
|
19406
19425
|
this.TaskId = null;
|
|
@@ -19776,43 +19795,43 @@ class ExportInstanceErrorLogsRequest extends AbstractModel {
|
|
|
19776
19795
|
super();
|
|
19777
19796
|
|
|
19778
19797
|
/**
|
|
19779
|
-
* Instance ID
|
|
19798
|
+
* Instance ID.
|
|
19780
19799
|
* @type {string || null}
|
|
19781
19800
|
*/
|
|
19782
19801
|
this.InstanceId = null;
|
|
19783
19802
|
|
|
19784
19803
|
/**
|
|
19785
|
-
* Log start time
|
|
19804
|
+
* Log start time.
|
|
19786
19805
|
* @type {string || null}
|
|
19787
19806
|
*/
|
|
19788
19807
|
this.StartTime = null;
|
|
19789
19808
|
|
|
19790
19809
|
/**
|
|
19791
|
-
* Log end time
|
|
19810
|
+
* Log end time.
|
|
19792
19811
|
* @type {string || null}
|
|
19793
19812
|
*/
|
|
19794
19813
|
this.EndTime = null;
|
|
19795
19814
|
|
|
19796
19815
|
/**
|
|
19797
|
-
* The max number of returned results
|
|
19816
|
+
* The max number of returned results.
|
|
19798
19817
|
* @type {number || null}
|
|
19799
19818
|
*/
|
|
19800
19819
|
this.Limit = null;
|
|
19801
19820
|
|
|
19802
19821
|
/**
|
|
19803
|
-
* Offset
|
|
19822
|
+
* Offset.
|
|
19804
19823
|
* @type {number || null}
|
|
19805
19824
|
*/
|
|
19806
19825
|
this.Offset = null;
|
|
19807
19826
|
|
|
19808
19827
|
/**
|
|
19809
|
-
* Log level
|
|
19828
|
+
* Log level.
|
|
19810
19829
|
* @type {Array.<string> || null}
|
|
19811
19830
|
*/
|
|
19812
19831
|
this.LogLevels = null;
|
|
19813
19832
|
|
|
19814
19833
|
/**
|
|
19815
|
-
*
|
|
19834
|
+
* KeyWords.
|
|
19816
19835
|
* @type {Array.<string> || null}
|
|
19817
19836
|
*/
|
|
19818
19837
|
this.KeyWords = null;
|
|
@@ -19824,7 +19843,7 @@ class ExportInstanceErrorLogsRequest extends AbstractModel {
|
|
|
19824
19843
|
this.FileType = null;
|
|
19825
19844
|
|
|
19826
19845
|
/**
|
|
19827
|
-
* Valid value: `Timestamp
|
|
19846
|
+
* Valid value: `Timestamp`.
|
|
19828
19847
|
* @type {string || null}
|
|
19829
19848
|
*/
|
|
19830
19849
|
this.OrderBy = null;
|
|
@@ -20346,7 +20365,7 @@ class ModifyVipVportRequest extends AbstractModel {
|
|
|
20346
20365
|
}
|
|
20347
20366
|
|
|
20348
20367
|
/**
|
|
20349
|
-
*
|
|
20368
|
+
* List of allowed operations for the instance.
|
|
20350
20369
|
* @class
|
|
20351
20370
|
*/
|
|
20352
20371
|
class InstanceAbility extends AbstractModel {
|
|
@@ -20594,25 +20613,25 @@ class SwitchClusterZoneRequest extends AbstractModel {
|
|
|
20594
20613
|
super();
|
|
20595
20614
|
|
|
20596
20615
|
/**
|
|
20597
|
-
* Cluster
|
|
20616
|
+
* <p>Cluster Id</p>
|
|
20598
20617
|
* @type {string || null}
|
|
20599
20618
|
*/
|
|
20600
20619
|
this.ClusterId = null;
|
|
20601
20620
|
|
|
20602
20621
|
/**
|
|
20603
|
-
*
|
|
20622
|
+
* <p>Current availability zone</p>
|
|
20604
20623
|
* @type {string || null}
|
|
20605
20624
|
*/
|
|
20606
20625
|
this.OldZone = null;
|
|
20607
20626
|
|
|
20608
20627
|
/**
|
|
20609
|
-
*
|
|
20628
|
+
* <p>Availability zone to switch to</p>
|
|
20610
20629
|
* @type {string || null}
|
|
20611
20630
|
*/
|
|
20612
20631
|
this.NewZone = null;
|
|
20613
20632
|
|
|
20614
20633
|
/**
|
|
20615
|
-
*
|
|
20634
|
+
* <p>Execute during maintenance period - yes, immediately execute - no</p>
|
|
20616
20635
|
* @type {string || null}
|
|
20617
20636
|
*/
|
|
20618
20637
|
this.IsInMaintainPeriod = null;
|
|
@@ -21591,7 +21610,7 @@ class NewAccount extends AbstractModel {
|
|
|
21591
21610
|
}
|
|
21592
21611
|
|
|
21593
21612
|
/**
|
|
21594
|
-
*
|
|
21613
|
+
* Modify parameter information.
|
|
21595
21614
|
* @class
|
|
21596
21615
|
*/
|
|
21597
21616
|
class ModifyParamsData extends AbstractModel {
|
|
@@ -21599,19 +21618,19 @@ class ModifyParamsData extends AbstractModel {
|
|
|
21599
21618
|
super();
|
|
21600
21619
|
|
|
21601
21620
|
/**
|
|
21602
|
-
*
|
|
21621
|
+
* Parameter name.
|
|
21603
21622
|
* @type {string || null}
|
|
21604
21623
|
*/
|
|
21605
21624
|
this.Name = null;
|
|
21606
21625
|
|
|
21607
21626
|
/**
|
|
21608
|
-
*
|
|
21627
|
+
* Parameter value before modification.
|
|
21609
21628
|
* @type {string || null}
|
|
21610
21629
|
*/
|
|
21611
21630
|
this.OldValue = null;
|
|
21612
21631
|
|
|
21613
21632
|
/**
|
|
21614
|
-
*
|
|
21633
|
+
* Parameter value after modification.
|
|
21615
21634
|
* @type {string || null}
|
|
21616
21635
|
*/
|
|
21617
21636
|
this.CurValue = null;
|
|
@@ -21955,7 +21974,7 @@ class CreateIntegrateClusterResponse extends AbstractModel {
|
|
|
21955
21974
|
this.TranId = null;
|
|
21956
21975
|
|
|
21957
21976
|
/**
|
|
21958
|
-
* Order ID
|
|
21977
|
+
* Order ID.
|
|
21959
21978
|
* @type {Array.<string> || null}
|
|
21960
21979
|
*/
|
|
21961
21980
|
this.DealNames = null;
|
|
@@ -25140,13 +25159,13 @@ class DescribeBackupListResponse extends AbstractModel {
|
|
|
25140
25159
|
super();
|
|
25141
25160
|
|
|
25142
25161
|
/**
|
|
25143
|
-
* Total number of backup files
|
|
25162
|
+
* Total number of backup files.
|
|
25144
25163
|
* @type {number || null}
|
|
25145
25164
|
*/
|
|
25146
25165
|
this.TotalCount = null;
|
|
25147
25166
|
|
|
25148
25167
|
/**
|
|
25149
|
-
* Backup file list
|
|
25168
|
+
* Backup file list.
|
|
25150
25169
|
* @type {Array.<BackupFileInfo> || null}
|
|
25151
25170
|
*/
|
|
25152
25171
|
this.BackupList = null;
|
|
@@ -25741,7 +25760,7 @@ class DeleteClusterDatabaseResponse extends AbstractModel {
|
|
|
25741
25760
|
}
|
|
25742
25761
|
|
|
25743
25762
|
/**
|
|
25744
|
-
* Cluster details
|
|
25763
|
+
* Cluster details.
|
|
25745
25764
|
* @class
|
|
25746
25765
|
*/
|
|
25747
25766
|
class CynosdbClusterDetail extends AbstractModel {
|
|
@@ -25749,25 +25768,25 @@ class CynosdbClusterDetail extends AbstractModel {
|
|
|
25749
25768
|
super();
|
|
25750
25769
|
|
|
25751
25770
|
/**
|
|
25752
|
-
* Cluster ID
|
|
25771
|
+
* Cluster ID.
|
|
25753
25772
|
* @type {string || null}
|
|
25754
25773
|
*/
|
|
25755
25774
|
this.ClusterId = null;
|
|
25756
25775
|
|
|
25757
25776
|
/**
|
|
25758
|
-
* Cluster name
|
|
25777
|
+
* Cluster name.
|
|
25759
25778
|
* @type {string || null}
|
|
25760
25779
|
*/
|
|
25761
25780
|
this.ClusterName = null;
|
|
25762
25781
|
|
|
25763
25782
|
/**
|
|
25764
|
-
* Region
|
|
25783
|
+
* Region.
|
|
25765
25784
|
* @type {string || null}
|
|
25766
25785
|
*/
|
|
25767
25786
|
this.Region = null;
|
|
25768
25787
|
|
|
25769
25788
|
/**
|
|
25770
|
-
* AZ
|
|
25789
|
+
* AZ.
|
|
25771
25790
|
* @type {string || null}
|
|
25772
25791
|
*/
|
|
25773
25792
|
this.Zone = null;
|
|
@@ -25780,13 +25799,13 @@ class CynosdbClusterDetail extends AbstractModel {
|
|
|
25780
25799
|
|
|
25781
25800
|
/**
|
|
25782
25801
|
* Status. supported values are as follows:.
|
|
25783
|
-
-Creating: creating.
|
|
25802
|
+
- Creating: creating.
|
|
25784
25803
|
- running: running.
|
|
25785
|
-
-isolating.
|
|
25786
|
-
-Isolated: isolated.
|
|
25787
|
-
-activating: restore from recycle bin.
|
|
25788
|
-
-offlining: offline.
|
|
25789
|
-
-offlined: offline.
|
|
25804
|
+
- isolating.
|
|
25805
|
+
- Isolated: isolated.
|
|
25806
|
+
- activating: restore from recycle bin.
|
|
25807
|
+
- offlining: offline.
|
|
25808
|
+
- offlined: offline.
|
|
25790
25809
|
- deleting: deleting.
|
|
25791
25810
|
- deleted: deleted.
|
|
25792
25811
|
* @type {string || null}
|
|
@@ -25840,43 +25859,43 @@ pausing
|
|
|
25840
25859
|
this.StoragePayMode = null;
|
|
25841
25860
|
|
|
25842
25861
|
/**
|
|
25843
|
-
* VPC name
|
|
25862
|
+
* VPC name.
|
|
25844
25863
|
* @type {string || null}
|
|
25845
25864
|
*/
|
|
25846
25865
|
this.VpcName = null;
|
|
25847
25866
|
|
|
25848
25867
|
/**
|
|
25849
|
-
* Unique VPC ID
|
|
25868
|
+
* Unique VPC ID.
|
|
25850
25869
|
* @type {string || null}
|
|
25851
25870
|
*/
|
|
25852
25871
|
this.VpcId = null;
|
|
25853
25872
|
|
|
25854
25873
|
/**
|
|
25855
|
-
* Subnet name
|
|
25874
|
+
* Subnet name.
|
|
25856
25875
|
* @type {string || null}
|
|
25857
25876
|
*/
|
|
25858
25877
|
this.SubnetName = null;
|
|
25859
25878
|
|
|
25860
25879
|
/**
|
|
25861
|
-
* Subnet ID
|
|
25880
|
+
* Subnet ID.
|
|
25862
25881
|
* @type {string || null}
|
|
25863
25882
|
*/
|
|
25864
25883
|
this.SubnetId = null;
|
|
25865
25884
|
|
|
25866
25885
|
/**
|
|
25867
|
-
* Character set
|
|
25886
|
+
* Character set.
|
|
25868
25887
|
* @type {string || null}
|
|
25869
25888
|
*/
|
|
25870
25889
|
this.Charset = null;
|
|
25871
25890
|
|
|
25872
25891
|
/**
|
|
25873
|
-
* Creation time
|
|
25892
|
+
* Creation time.
|
|
25874
25893
|
* @type {string || null}
|
|
25875
25894
|
*/
|
|
25876
25895
|
this.CreateTime = null;
|
|
25877
25896
|
|
|
25878
25897
|
/**
|
|
25879
|
-
* Database type
|
|
25898
|
+
* Database type.
|
|
25880
25899
|
* @type {string || null}
|
|
25881
25900
|
*/
|
|
25882
25901
|
this.DbType = null;
|
|
@@ -25888,7 +25907,7 @@ pausing
|
|
|
25888
25907
|
this.DbMode = null;
|
|
25889
25908
|
|
|
25890
25909
|
/**
|
|
25891
|
-
* Database version
|
|
25910
|
+
* Database version.
|
|
25892
25911
|
* @type {string || null}
|
|
25893
25912
|
*/
|
|
25894
25913
|
this.DbVersion = null;
|
|
@@ -25900,19 +25919,19 @@ pausing
|
|
|
25900
25919
|
this.StorageLimit = null;
|
|
25901
25920
|
|
|
25902
25921
|
/**
|
|
25903
|
-
* Used capacity
|
|
25922
|
+
* Used capacity.
|
|
25904
25923
|
* @type {number || null}
|
|
25905
25924
|
*/
|
|
25906
25925
|
this.UsedStorage = null;
|
|
25907
25926
|
|
|
25908
25927
|
/**
|
|
25909
|
-
* VIP
|
|
25928
|
+
* VIP.
|
|
25910
25929
|
* @type {string || null}
|
|
25911
25930
|
*/
|
|
25912
25931
|
this.Vip = null;
|
|
25913
25932
|
|
|
25914
25933
|
/**
|
|
25915
|
-
* vport
|
|
25934
|
+
* vport.
|
|
25916
25935
|
* @type {number || null}
|
|
25917
25936
|
*/
|
|
25918
25937
|
this.Vport = null;
|
|
@@ -25972,31 +25991,31 @@ pausing
|
|
|
25972
25991
|
this.SlaveZones = null;
|
|
25973
25992
|
|
|
25974
25993
|
/**
|
|
25975
|
-
* Instance information
|
|
25994
|
+
* Instance information.
|
|
25976
25995
|
* @type {Array.<ClusterInstanceDetail> || null}
|
|
25977
25996
|
*/
|
|
25978
25997
|
this.InstanceSet = null;
|
|
25979
25998
|
|
|
25980
25999
|
/**
|
|
25981
|
-
* Billing mode
|
|
26000
|
+
* Billing mode.
|
|
25982
26001
|
* @type {number || null}
|
|
25983
26002
|
*/
|
|
25984
26003
|
this.PayMode = null;
|
|
25985
26004
|
|
|
25986
26005
|
/**
|
|
25987
|
-
* Expiration time
|
|
26006
|
+
* Expiration time.
|
|
25988
26007
|
* @type {string || null}
|
|
25989
26008
|
*/
|
|
25990
26009
|
this.PeriodEndTime = null;
|
|
25991
26010
|
|
|
25992
26011
|
/**
|
|
25993
|
-
* Project ID
|
|
26012
|
+
* Project ID.
|
|
25994
26013
|
* @type {number || null}
|
|
25995
26014
|
*/
|
|
25996
26015
|
this.ProjectID = null;
|
|
25997
26016
|
|
|
25998
26017
|
/**
|
|
25999
|
-
* Array of tags bound to instance
|
|
26018
|
+
* Array of tags bound to instance.
|
|
26000
26019
|
* @type {Array.<Tag> || null}
|
|
26001
26020
|
*/
|
|
26002
26021
|
this.ResourceTags = null;
|
|
@@ -27234,7 +27253,7 @@ class DescribeLibraDBClusterDetailRequest extends AbstractModel {
|
|
|
27234
27253
|
}
|
|
27235
27254
|
|
|
27236
27255
|
/**
|
|
27237
|
-
*
|
|
27256
|
+
* Swap RO group information.
|
|
27238
27257
|
* @class
|
|
27239
27258
|
*/
|
|
27240
27259
|
class ExchangeRoGroupInfo extends AbstractModel {
|
|
@@ -27461,7 +27480,7 @@ class ModifyInstanceNameRequest extends AbstractModel {
|
|
|
27461
27480
|
}
|
|
27462
27481
|
|
|
27463
27482
|
/**
|
|
27464
|
-
*
|
|
27483
|
+
* Rollback instance information.
|
|
27465
27484
|
* @class
|
|
27466
27485
|
*/
|
|
27467
27486
|
class RollbackInstanceInfo extends AbstractModel {
|
|
@@ -27505,37 +27524,37 @@ class RollbackInstanceInfo extends AbstractModel {
|
|
|
27505
27524
|
this.Vport = null;
|
|
27506
27525
|
|
|
27507
27526
|
/**
|
|
27508
|
-
* Instance ID
|
|
27527
|
+
* Instance ID.
|
|
27509
27528
|
* @type {string || null}
|
|
27510
27529
|
*/
|
|
27511
27530
|
this.InstanceId = null;
|
|
27512
27531
|
|
|
27513
27532
|
/**
|
|
27514
|
-
* Instance name
|
|
27533
|
+
* Instance name.
|
|
27515
27534
|
* @type {string || null}
|
|
27516
27535
|
*/
|
|
27517
27536
|
this.InstanceName = null;
|
|
27518
27537
|
|
|
27519
27538
|
/**
|
|
27520
|
-
* Status
|
|
27539
|
+
* Status.
|
|
27521
27540
|
* @type {string || null}
|
|
27522
27541
|
*/
|
|
27523
27542
|
this.Status = null;
|
|
27524
27543
|
|
|
27525
27544
|
/**
|
|
27526
|
-
* CPU Size
|
|
27545
|
+
* CPU Size.
|
|
27527
27546
|
* @type {number || null}
|
|
27528
27547
|
*/
|
|
27529
27548
|
this.Cpu = null;
|
|
27530
27549
|
|
|
27531
27550
|
/**
|
|
27532
|
-
* Memory Size
|
|
27551
|
+
* Memory Size.
|
|
27533
27552
|
* @type {number || null}
|
|
27534
27553
|
*/
|
|
27535
27554
|
this.Mem = null;
|
|
27536
27555
|
|
|
27537
27556
|
/**
|
|
27538
|
-
* Storage size
|
|
27557
|
+
* Storage size.
|
|
27539
27558
|
* @type {number || null}
|
|
27540
27559
|
*/
|
|
27541
27560
|
this.StorageLimit = null;
|
|
@@ -27982,7 +28001,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
27982
28001
|
}
|
|
27983
28002
|
|
|
27984
28003
|
/**
|
|
27985
|
-
*
|
|
28004
|
+
* Cluster slave availability zone information.
|
|
27986
28005
|
* @class
|
|
27987
28006
|
*/
|
|
27988
28007
|
class ClusterSlaveData extends AbstractModel {
|
|
@@ -27996,7 +28015,7 @@ class ClusterSlaveData extends AbstractModel {
|
|
|
27996
28015
|
this.OldMasterZone = null;
|
|
27997
28016
|
|
|
27998
28017
|
/**
|
|
27999
|
-
*
|
|
28018
|
+
* Old slave availability zone.
|
|
28000
28019
|
* @type {Array.<string> || null}
|
|
28001
28020
|
*/
|
|
28002
28021
|
this.OldSlaveZone = null;
|
|
@@ -28008,7 +28027,7 @@ class ClusterSlaveData extends AbstractModel {
|
|
|
28008
28027
|
this.NewMasterZone = null;
|
|
28009
28028
|
|
|
28010
28029
|
/**
|
|
28011
|
-
*
|
|
28030
|
+
* New slave availability zone.
|
|
28012
28031
|
* @type {Array.<string> || null}
|
|
28013
28032
|
*/
|
|
28014
28033
|
this.NewSlaveZone = null;
|
|
@@ -28811,19 +28830,19 @@ class AddClusterSlaveZoneRequest extends AbstractModel {
|
|
|
28811
28830
|
super();
|
|
28812
28831
|
|
|
28813
28832
|
/**
|
|
28814
|
-
* Cluster ID
|
|
28833
|
+
* Cluster ID.
|
|
28815
28834
|
* @type {string || null}
|
|
28816
28835
|
*/
|
|
28817
28836
|
this.ClusterId = null;
|
|
28818
28837
|
|
|
28819
28838
|
/**
|
|
28820
|
-
* Replica AZ
|
|
28839
|
+
* Replica AZ.
|
|
28821
28840
|
* @type {string || null}
|
|
28822
28841
|
*/
|
|
28823
28842
|
this.SlaveZone = null;
|
|
28824
28843
|
|
|
28825
28844
|
/**
|
|
28826
|
-
*
|
|
28845
|
+
* Binlog sync mode. Default value: async. Optional values: sync, semisync, async.
|
|
28827
28846
|
* @type {string || null}
|
|
28828
28847
|
*/
|
|
28829
28848
|
this.BinlogSyncWay = null;
|
|
@@ -28887,7 +28906,7 @@ class CheckCreateLibraDBInstanceRequest extends AbstractModel {
|
|
|
28887
28906
|
}
|
|
28888
28907
|
|
|
28889
28908
|
/**
|
|
28890
|
-
*
|
|
28909
|
+
* Rollback database information.
|
|
28891
28910
|
* @class
|
|
28892
28911
|
*/
|
|
28893
28912
|
class RollbackDatabase extends AbstractModel {
|
|
@@ -28895,13 +28914,13 @@ class RollbackDatabase extends AbstractModel {
|
|
|
28895
28914
|
super();
|
|
28896
28915
|
|
|
28897
28916
|
/**
|
|
28898
|
-
*
|
|
28917
|
+
* Old database name.
|
|
28899
28918
|
* @type {string || null}
|
|
28900
28919
|
*/
|
|
28901
28920
|
this.OldDatabase = null;
|
|
28902
28921
|
|
|
28903
28922
|
/**
|
|
28904
|
-
*
|
|
28923
|
+
* New database name.
|
|
28905
28924
|
* @type {string || null}
|
|
28906
28925
|
*/
|
|
28907
28926
|
this.NewDatabase = null;
|
|
@@ -29453,13 +29472,13 @@ class DeleteClusterDatabaseRequest extends AbstractModel {
|
|
|
29453
29472
|
super();
|
|
29454
29473
|
|
|
29455
29474
|
/**
|
|
29456
|
-
* Cluster ID
|
|
29475
|
+
* Cluster ID.
|
|
29457
29476
|
* @type {string || null}
|
|
29458
29477
|
*/
|
|
29459
29478
|
this.ClusterId = null;
|
|
29460
29479
|
|
|
29461
29480
|
/**
|
|
29462
|
-
*
|
|
29481
|
+
* Database name.
|
|
29463
29482
|
* @type {Array.<string> || null}
|
|
29464
29483
|
*/
|
|
29465
29484
|
this.DbNames = null;
|
|
@@ -29979,19 +29998,19 @@ class OpenAuditServiceRequest extends AbstractModel {
|
|
|
29979
29998
|
super();
|
|
29980
29999
|
|
|
29981
30000
|
/**
|
|
29982
|
-
* Instance ID
|
|
30001
|
+
* Instance ID.
|
|
29983
30002
|
* @type {string || null}
|
|
29984
30003
|
*/
|
|
29985
30004
|
this.InstanceId = null;
|
|
29986
30005
|
|
|
29987
30006
|
/**
|
|
29988
|
-
* Log retention period
|
|
30007
|
+
* Log retention period.
|
|
29989
30008
|
* @type {number || null}
|
|
29990
30009
|
*/
|
|
29991
30010
|
this.LogExpireDay = null;
|
|
29992
30011
|
|
|
29993
30012
|
/**
|
|
29994
|
-
* Frequent log retention period
|
|
30013
|
+
* Frequent log retention period.
|
|
29995
30014
|
* @type {number || null}
|
|
29996
30015
|
*/
|
|
29997
30016
|
this.HighLogExpireDay = null;
|
|
@@ -30009,7 +30028,7 @@ class OpenAuditServiceRequest extends AbstractModel {
|
|
|
30009
30028
|
this.RuleTemplateIds = null;
|
|
30010
30029
|
|
|
30011
30030
|
/**
|
|
30012
|
-
*
|
|
30031
|
+
* Audit type. true - Full audit; default false - Rule-based audit.
|
|
30013
30032
|
* @type {boolean || null}
|
|
30014
30033
|
*/
|
|
30015
30034
|
this.AuditAll = null;
|
|
@@ -30078,19 +30097,19 @@ class DescribeBackupListRequest extends AbstractModel {
|
|
|
30078
30097
|
super();
|
|
30079
30098
|
|
|
30080
30099
|
/**
|
|
30081
|
-
* Cluster ID
|
|
30100
|
+
* Cluster ID.
|
|
30082
30101
|
* @type {string || null}
|
|
30083
30102
|
*/
|
|
30084
30103
|
this.ClusterId = null;
|
|
30085
30104
|
|
|
30086
30105
|
/**
|
|
30087
|
-
* The number of results to be returned. Value range: (0,100]
|
|
30106
|
+
* The number of results to be returned. Value range: (0,100].
|
|
30088
30107
|
* @type {number || null}
|
|
30089
30108
|
*/
|
|
30090
30109
|
this.Limit = null;
|
|
30091
30110
|
|
|
30092
30111
|
/**
|
|
30093
|
-
* Record offset. Value range: [0,INF)
|
|
30112
|
+
* Record offset. Value range: [0,INF).
|
|
30094
30113
|
* @type {number || null}
|
|
30095
30114
|
*/
|
|
30096
30115
|
this.Offset = null;
|
|
@@ -30103,7 +30122,7 @@ class DescribeBackupListRequest extends AbstractModel {
|
|
|
30103
30122
|
this.DbType = null;
|
|
30104
30123
|
|
|
30105
30124
|
/**
|
|
30106
|
-
* Backup ID
|
|
30125
|
+
* Backup ID.
|
|
30107
30126
|
* @type {Array.<number> || null}
|
|
30108
30127
|
*/
|
|
30109
30128
|
this.BackupIds = null;
|
|
@@ -30121,25 +30140,25 @@ class DescribeBackupListRequest extends AbstractModel {
|
|
|
30121
30140
|
this.BackupMethod = null;
|
|
30122
30141
|
|
|
30123
30142
|
/**
|
|
30124
|
-
*
|
|
30143
|
+
* Snapshot type. Optional values: full - Full snapshot; increment - Incremental snapshot.
|
|
30125
30144
|
* @type {string || null}
|
|
30126
30145
|
*/
|
|
30127
30146
|
this.SnapShotType = null;
|
|
30128
30147
|
|
|
30129
30148
|
/**
|
|
30130
|
-
* Backup start time
|
|
30149
|
+
* Backup start time.
|
|
30131
30150
|
* @type {string || null}
|
|
30132
30151
|
*/
|
|
30133
30152
|
this.StartTime = null;
|
|
30134
30153
|
|
|
30135
30154
|
/**
|
|
30136
|
-
* Backup end time
|
|
30155
|
+
* Backup end time.
|
|
30137
30156
|
* @type {string || null}
|
|
30138
30157
|
*/
|
|
30139
30158
|
this.EndTime = null;
|
|
30140
30159
|
|
|
30141
30160
|
/**
|
|
30142
|
-
*
|
|
30161
|
+
* Backup file name, fuzzy search.
|
|
30143
30162
|
* @type {Array.<string> || null}
|
|
30144
30163
|
*/
|
|
30145
30164
|
this.FileNames = null;
|
|
@@ -30151,25 +30170,25 @@ class DescribeBackupListRequest extends AbstractModel {
|
|
|
30151
30170
|
this.BackupNames = null;
|
|
30152
30171
|
|
|
30153
30172
|
/**
|
|
30154
|
-
* ID list of the snapshot backup
|
|
30173
|
+
* ID list of the snapshot backup.
|
|
30155
30174
|
* @type {Array.<number> || null}
|
|
30156
30175
|
*/
|
|
30157
30176
|
this.SnapshotIdList = null;
|
|
30158
30177
|
|
|
30159
30178
|
/**
|
|
30160
|
-
*
|
|
30179
|
+
* Backup region.
|
|
30161
30180
|
* @type {string || null}
|
|
30162
30181
|
*/
|
|
30163
30182
|
this.BackupRegion = null;
|
|
30164
30183
|
|
|
30165
30184
|
/**
|
|
30166
|
-
*
|
|
30185
|
+
* Whether cross-region backup.
|
|
30167
30186
|
* @type {string || null}
|
|
30168
30187
|
*/
|
|
30169
30188
|
this.IsCrossRegionsBackup = null;
|
|
30170
30189
|
|
|
30171
30190
|
/**
|
|
30172
|
-
* Status you want to query
|
|
30191
|
+
* Status you want to query.
|
|
30173
30192
|
* @type {Array.<string> || null}
|
|
30174
30193
|
*/
|
|
30175
30194
|
this.BackupStatus = null;
|
|
@@ -30309,7 +30328,7 @@ class IntegrateInstanceInfo extends AbstractModel {
|
|
|
30309
30328
|
}
|
|
30310
30329
|
|
|
30311
30330
|
/**
|
|
30312
|
-
*
|
|
30331
|
+
* Switch cluster log bin toggle
|
|
30313
30332
|
* @class
|
|
30314
30333
|
*/
|
|
30315
30334
|
class SwitchClusterLogBin extends AbstractModel {
|
|
@@ -31057,7 +31076,7 @@ Note: This field may return null, indicating that no valid values can be obtaine
|
|
|
31057
31076
|
}
|
|
31058
31077
|
|
|
31059
31078
|
/**
|
|
31060
|
-
*
|
|
31079
|
+
* Rollback table information.
|
|
31061
31080
|
* @class
|
|
31062
31081
|
*/
|
|
31063
31082
|
class RollbackTableInfo extends AbstractModel {
|
|
@@ -31092,7 +31111,7 @@ class RollbackTableInfo extends AbstractModel {
|
|
|
31092
31111
|
}
|
|
31093
31112
|
|
|
31094
31113
|
/**
|
|
31095
|
-
*
|
|
31114
|
+
* Rollback progress details.
|
|
31096
31115
|
* @class
|
|
31097
31116
|
*/
|
|
31098
31117
|
class RollbackProcessInfo extends AbstractModel {
|
|
@@ -31112,13 +31131,13 @@ class RollbackProcessInfo extends AbstractModel {
|
|
|
31112
31131
|
this.VipSwitchableTime = null;
|
|
31113
31132
|
|
|
31114
31133
|
/**
|
|
31115
|
-
*
|
|
31134
|
+
* Swap instance list.
|
|
31116
31135
|
* @type {Array.<ExchangeInstanceInfo> || null}
|
|
31117
31136
|
*/
|
|
31118
31137
|
this.ExchangeInstanceInfoList = null;
|
|
31119
31138
|
|
|
31120
31139
|
/**
|
|
31121
|
-
*
|
|
31140
|
+
* Swap RO group list.
|
|
31122
31141
|
* @type {Array.<ExchangeRoGroupInfo> || null}
|
|
31123
31142
|
*/
|
|
31124
31143
|
this.ExchangeRoGroupInfoList = null;
|
|
@@ -31418,7 +31437,7 @@ class ModifyClusterPasswordComplexityResponse extends AbstractModel {
|
|
|
31418
31437
|
}
|
|
31419
31438
|
|
|
31420
31439
|
/**
|
|
31421
|
-
*
|
|
31440
|
+
* Filter criteria for querying audit instances.
|
|
31422
31441
|
* @class
|
|
31423
31442
|
*/
|
|
31424
31443
|
class AuditInstanceFilters extends AbstractModel {
|
|
@@ -31426,19 +31445,19 @@ class AuditInstanceFilters extends AbstractModel {
|
|
|
31426
31445
|
super();
|
|
31427
31446
|
|
|
31428
31447
|
/**
|
|
31429
|
-
*
|
|
31448
|
+
* Filter condition values. Supported values include: InstanceId - Instance ID, InstanceName - Instance name, ProjectId - Project ID, TagKey - Tag key, Tag - Tag (separated by vertical bar, e.g., TagKey|TagValue).
|
|
31430
31449
|
* @type {string || null}
|
|
31431
31450
|
*/
|
|
31432
31451
|
this.Name = null;
|
|
31433
31452
|
|
|
31434
31453
|
/**
|
|
31435
|
-
*
|
|
31454
|
+
* True indicates exact match, false indicates fuzzy match.
|
|
31436
31455
|
* @type {boolean || null}
|
|
31437
31456
|
*/
|
|
31438
31457
|
this.ExactMatch = null;
|
|
31439
31458
|
|
|
31440
31459
|
/**
|
|
31441
|
-
*
|
|
31460
|
+
* Filter value.
|
|
31442
31461
|
* @type {Array.<string> || null}
|
|
31443
31462
|
*/
|
|
31444
31463
|
this.Values = null;
|
|
@@ -32986,7 +33005,7 @@ class UpgradeInstanceResponse extends AbstractModel {
|
|
|
32986
33005
|
this.BigDealIds = null;
|
|
32987
33006
|
|
|
32988
33007
|
/**
|
|
32989
|
-
* Order ID
|
|
33008
|
+
* Order ID.
|
|
32990
33009
|
* @type {Array.<string> || null}
|
|
32991
33010
|
*/
|
|
32992
33011
|
this.DealNames = null;
|
|
@@ -33843,7 +33862,7 @@ class PolicyRule extends AbstractModel {
|
|
|
33843
33862
|
}
|
|
33844
33863
|
|
|
33845
33864
|
/**
|
|
33846
|
-
*
|
|
33865
|
+
* Rollback databases and tables.
|
|
33847
33866
|
* @class
|
|
33848
33867
|
*/
|
|
33849
33868
|
class RollbackTable extends AbstractModel {
|
|
@@ -33851,13 +33870,13 @@ class RollbackTable extends AbstractModel {
|
|
|
33851
33870
|
super();
|
|
33852
33871
|
|
|
33853
33872
|
/**
|
|
33854
|
-
*
|
|
33873
|
+
* Database name.
|
|
33855
33874
|
* @type {string || null}
|
|
33856
33875
|
*/
|
|
33857
33876
|
this.Database = null;
|
|
33858
33877
|
|
|
33859
33878
|
/**
|
|
33860
|
-
*
|
|
33879
|
+
* Database table.
|
|
33861
33880
|
* @type {Array.<RollbackTableInfo> || null}
|
|
33862
33881
|
*/
|
|
33863
33882
|
this.Tables = null;
|
|
@@ -34270,7 +34289,7 @@ class GrantAccountPrivilegesResponse extends AbstractModel {
|
|
|
34270
34289
|
}
|
|
34271
34290
|
|
|
34272
34291
|
/**
|
|
34273
|
-
*
|
|
34292
|
+
* Logical backup configuration information.
|
|
34274
34293
|
* @class
|
|
34275
34294
|
*/
|
|
34276
34295
|
class LogicBackupConfigInfo extends AbstractModel {
|
|
@@ -34310,7 +34329,7 @@ Valid values: ON/OFF.
|
|
|
34310
34329
|
this.LogicCrossRegionsEnable = null;
|
|
34311
34330
|
|
|
34312
34331
|
/**
|
|
34313
|
-
*
|
|
34332
|
+
* Regions covered by logical backup.
|
|
34314
34333
|
* @type {Array.<string> || null}
|
|
34315
34334
|
*/
|
|
34316
34335
|
this.LogicCrossRegions = null;
|
|
@@ -34497,7 +34516,7 @@ class ExportResourcePackageDeductDetailsRequest extends AbstractModel {
|
|
|
34497
34516
|
}
|
|
34498
34517
|
|
|
34499
34518
|
/**
|
|
34500
|
-
* Details of whether the parameter can be modified
|
|
34519
|
+
* Details of whether the parameter can be modified.
|
|
34501
34520
|
* @class
|
|
34502
34521
|
*/
|
|
34503
34522
|
class ModifiableInfo extends AbstractModel {
|
|
@@ -34505,7 +34524,7 @@ class ModifiableInfo extends AbstractModel {
|
|
|
34505
34524
|
super();
|
|
34506
34525
|
|
|
34507
34526
|
/**
|
|
34508
|
-
*
|
|
34527
|
+
* Whether the parameter can be modified, 1: Yes 0: No.
|
|
34509
34528
|
* @type {number || null}
|
|
34510
34529
|
*/
|
|
34511
34530
|
this.IsModifiable = null;
|